/**
 * style.css
 * Author: Saurabh Sharma
 * Author URI: http://themeforest.net/author/SaurabhSharma
 */

/**
 * Table of contents
 * -----------------------------------
 * 1.0 - Typography
 * 2.0 - Structure
 * 3.0 - Navbar and header area
 * 4.0 - Form Elements
 * 5.0 - Miscellaneous helper classes
 * 6.0 - Responsive styles
 * -----------------------------------
 */


/**
 * 1.0 Typography
 * --------------
 */

 @-ms-viewport{
    width: device-width;
}

 .navbar {
     -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.40) !important;
    -moz-box-shadow:    0px 5px 10px 0px rgba(50, 50, 50, 0.40) !important;
    box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.40) !important;
 }

html {
    font-size: 87.5%;
}

body {
    font-size: 1em;
    line-height: 1.5;
    color: #444;
    background: #fff;
    background-image: url('../images/pattern-body.png');
    font-family: "Lato", sans-serif;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand {
    font-family: inherit;
    color: inherit;
    margin: 0;
}

.text-large {
    font-size: 48px;
    line-height: 1.09375;
    margin-bottom: .21875em;
}

h1,
.text-xxl {
    font-size: 42px;
    line-height: 1.25;
    margin-bottom: .5em;
    color: #000;
}

h2,
.text-xl {
    font-size: 36px;
    line-height: 1.1667;
    margin-bottom: .58334em;
}

h3,
.text-l {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: .7em;
}

h4,
.text-m {
    /*font-size: 24px;*/
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
    /*line-height: 1.3125;*/
    line-height: 1.4;
    /*margin-bottom: .875em;*/
    margin-bottom: 1.6em;
    color: #000;
}

h5,
.text-s {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 1.1667em;
}

h6 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 1.3125em;
}

.text-xs {
    font-size: 14px;
}

small,
.text-xsm {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 1.75em;
}

.light-headings h1,
.light-headings h2,
.light-headings h3,
.light-headings h4,
.light-headings h5,
.light-headings h6 {
    font-weight: 300;
}

p,
ul,
ol {
    margin: 0 0 1.5em;
}

ul,
ol {
    padding-left: inherit;
}

/* Links */
a {
    /*color: #5599cc;*/
    /*color: #ee9200;*/
    color: #89c144;
}

a:hover {
    /*color: #5599cc;*/
    /*color: #e18a00;*/
    color: #0c89ad;
    text-decoration: underline;
}

img {
    width: auto;
    max-width: 100%;
}

hr {
    border-color: #e0e0e0;
    border-color: rgba(0, 0, 0, .1);
    margin: 1em 0;
}

/* Helper and utility classes */

.text-uppercase {
    text-transform: uppercase;
}

.text-underline {
    border-bottom: 1px dotted;
    border-color: inherit;
}

.text-highlight {
    color: #f00000;
    text-shadow: none;
}

.text-inverted {
    background: #f00000;
    color: #fff;
    text-shadow: none;
}

.text-muted {
    color: rgba(0, 0, 0, .4);
}

.section-inverse .text-muted {
    color: rgba(255, 255, 255, .5);
}

.text-indented {
    letter-spacing: 3px;
}

.font-light {
    font-weight: 300;
}

.font-medium {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-lato {
    font-family: "Lato", sans-serif;
}

.font-opensans {
    font-family: "Open Sans", sans-serif;
}

.font-default {
    font-family: sans-serif;
}

.font-serif {
    font-family: "Georgia", serif;
}

.has-bottom {
    margin-bottom: 21px !important;
}

.double-bottom {
    margin-bottom: 42px !important;
}

.half-bottom {
    margin-bottom: 10px !important;
}

.no-bottom {
    margin-bottom: 0 !important;
}

.flush-bottom {
    padding-bottom: 0 !important;
}

.flush-top {
    padding-top: 0 !important;
}

.bar-center:after,
.bar-left:after,
.bar-right:after,
.dbar-center:after,
.dbar-left:after,
.dbar-right:after {
    content: "";
    display: block;
    position: relative;
    margin: 19px auto 0;
    /*width: 20%;
    max-width: 120px;*/
    width: 100%;
    max-width: 414px;
    /*border-bottom: 2px solid #f00000;*/
    border-bottom: 2px solid #ffaf03;
}

.dbar-center:after,
.dbar-left:after,
.dbar-right:after {
    margin-top: 17px;
    border-bottom: 4px double #f00000;
}

.bar-left:after,
.dbar-left:after {
    margin-left: 0;
}

.bar-right:after,
.dbar-right:after {
    margin-right: 0;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: .75em;
    line-height: 1.5;
    border-top: 1px solid #e0e0e0;
}

.table > thead > tr > th {
    border-bottom: 1px solid #e0e0e0;
}

.table-bordered {
    border: 1px solid #e0e0e0;
}

/**
 * 2.0 Structure
 * -------------
 */

/* Boxed layout */

.boxed #page,
.boxed .navbar-fixed-top {
    width: 96%;
    max-width: 1020px;
    margin: 0 auto;
}

.wide.boxed #page,
.wide.boxed .navbar-fixed-top {
    width: 96%;
    max-width: 1220px;
}

.boxed {
    background: #e5e5e5;
}

.boxed #page {
    position: static;
    overflow: hidden;
    margin: 3% auto;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.boxed.fixed-nav #page {
    margin: 0 auto;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.boxed .section,
.boxed .section.parallax .color-overlay {
    padding: 3.75em 0 2.25em;
}

.boxed.fixed-nav #hero.section {
    padding: 8em 0 1.5em;
}

.boxed.fixed-nav.enable-sticky-nav #hero.section {
    padding: 9.5em 0 1.5em;
}

.boxed.fixed-nav #page-header.section {
    padding: 6.5em 0 1.5em;
}

.boxed.fixed-nav.enable-sticky-nav #page-header.section {
    padding: 8em 0 1.5em;
}

#secondary,
#footer {
    color: #222;
    /*font-size: .85714em;*/
    font-size: 16px;
}

#secondary {
    padding: 3.5em 0 2em;
    background-image: url('../images/swirl_pattern.png');
}

#secondary h3,
#secondary h4 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: .8333em;
    color: #222;
    font-weight: bold;
}

#footer {
    padding: 1.5em 0 .75em;
    border-bottom: none;
}

.notes-left,
.notes-right {
    margin-bottom: .75em;
}

#footer a {
    color: #222;
}

#footer a:hover {
    color: #333;
}

/* Section areas */
.section {
    /*background: #fff;*/
    background-image: url('../images/pattern-body.png') #fff;
}

.section2 {
    background-image: url('../images/pattern-fascia.png') #fff !important;
}

.section,
.section.parallax .color-overlay {
    padding: 4.5em 0 3em;
}

.sfondo {
    height: 909px;
}

.fixed-nav #hero.section,
.fixed-nav #hero.section.parallax .color-overlay {
    padding: 8.25em 0 3em;
}

.enable-sticky-nav #hero.section,
.enable-sticky-nav #hero.section.parallax .color-overlay {
    padding: 11.5em 0 3em;
}

.fixed-nav #page-header.section,
.fixed-nav #page-header.section.parallax .color-overlay {
    padding: 6.75em 0 1.5em;
}

.enable-sticky-nav #page-header.section,
.enable-sticky-nav #page-header.section.parallax .color-overlay {
    padding: 10em 0 1.5em;
}

.section.parallax {
    padding: 0 !important;
}

.section-alt {
    background: #f5f5f5;
}

.section-inverse {
    background: #222;
    color: #fff;
}

.section-inverse h1,
.section-inverse h2,
.section-inverse h3,
.section-inverse h4,
.section-inverse h5 {
    color: #fff;
}

.bordered {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.parallax {
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.parallax-1 {
    background-image: url(../images/user/sfondo2.jpg);
}
.parallax-grazie {
    background-image: url(../images/user/grazie.jpg);
}

.parallax-2 {
    background-image: url(../images/user/parallax2.jpg);
}

.parallax-3 {
    background-image: url(../images/user/parallax3.jpg);
}

.parallax-4 {
    background-image: url(../images/user/parallax4.jpg);
}

.color-overlay.dark {
    background: rgba(0, 0, 0, .75);
}

.color-overlay.light {
    /*background: rgba(255, 255, 255, .5);*/
}

/**
 * 3.0 Navbar and header area
 * --------------------------
 */

.navbar,
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar {
    border: none;
    margin-bottom: 0;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.navbar-inverse {
    background: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.enable-sticky-nav .navbar {
    background: transparent;
    padding: 1.5em 0;
    box-shadow: none;
}

.enable-sticky-nav .navbar.nav-sticky {
    background: #fff;
    padding: 0;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .3);
}

.enable-sticky-nav .navbar-inverse.nav-sticky {
    background: #000;
}

.navbar-nav {
    margin: 0 -15px;
}

.navbar-default {
    background: #fff;
}

.boxed .navbar-fixed-top {
    left: auto;
    right: auto;
}

.navbar-brand,
.navbar-default .navbar-brand {
    padding: 15px;
    font-size: 30px;
    line-height: 1;
    color: #333;
    height: auto;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

.navbar-brand img {
    display: block;
    /*max-height: 30px;*/
    /*max-height: 89px;*/
    max-height: 100px;
}

.navbar-toggle {
    border: 1px solid rgba(0, 0, 0, .2);
    margin: 13px 15px;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover {
    border-color: rgba(0, 0, 0, .15);
}

.navbar-default .navbar-toggle.collapsed {
    border-color: rgba(0, 0, 0, .3);
}

.navbar-default .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
    background: rgba(0, 0, 0, .2);
}

.navbar-default .navbar-toggle.collapsed .icon-bar {
    background: rgba(0, 0, 0, .4);
}

.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:hover {
    border-color: rgba(255, 255, 255, .4);
}

.navbar-inverse .navbar-toggle.collapsed {
    border-color: rgba(255, 255, 255, .75);
}

.navbar-inverse .navbar-toggle .icon-bar,
.navbar-inverse .navbar-toggle:hover .icon-bar {
    background: rgba(255, 255, 255, .4);
}

.navbar-inverse .navbar-toggle.collapsed .icon-bar {
    background: rgba(255, 255, 255, .75);
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background: none;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-top-color: rgba(0, 0, 0, .1);
}

/* Right side content area in navbar */

.nav-inner {
    position: relative;
    overflow: hidden;
    padding: 15px 0;
    /*margin-top: 26px;*/
}

.header-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-list li {
    float: left;
    margin: 0 20px 0 0;
    position: relative;
    overflow: hidden;
    line-height: 30px;
}

.header-list > li:last-child {
    margin-right: 0;
}

.navbar-right .ss-social li a {
    margin-bottom: 0;
}

.navbar-nav > li > a {
    font-size: 14px;
    padding: 15px;
    line-height: 30px;
    font-weight: bold;
    font-weight: 600;
    -webkit-transition: all .3s ease-in-out;
    transition: all .1s ease-in-out;
}

.navbar-default .navbar-nav >li > a {
    color: #666;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #333;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
}

.navbar-inverse,
.navbar-inverse .navbar-nav > li > a {
    color: #ccc;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #f00000;
    background: none;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background: #f00000;
    color: #fff;
}



/**
 * 4.0 Form Elements
 * -----------------
 */

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
}

.label {
    font-weight: normal;
}

.form-group {
    position: relative;
    /*margin-bottom: 1em;*/
    margin-bottom: 1.5em;
}

input,
button,
textarea,
.form-control,
.btn {
    font-family: inherit;
    line-height: 1.5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.btn.text-s,
.btn.text-m,
.btn.text-l {
    margin-bottom: 0;
}

label {
    margin-bottom: .375em;
}

.checkbox {
    margin: 0 0 1em;
}

.submit-row {
    padding-top: .5em;
    margin-bottom: 0;
}

.form-control {
    /*height: auto;*/
    height: 45px;
    padding: .69em .6em;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.5;
    min-height: 33px; /* Firefox line-height bug fix */
    color: #222;
    background-color: #ffffff;
    /*border: 1px solid rgba(0, 0, 0, .15);*/
    border: 1px solid #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 0 3px rgba(200, 200, 200, .3);
    box-shadow: 0 0 0 3px rgba(200, 200, 200, .3);
}

.form-control::-webkit-input-placeholder {
   opacity:1 !important;
   color: #222 !important;
   font-weight: bold;
}

.form-control:-moz-placeholder { /* Firefox 18- */
   opacity:1 !important;
   color: #222 !important;
   font-weight: bold;
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
   opacity:1 !important;
   color: #222 !important;
   font-weight: bold;
}

.form-control:-ms-input-placeholder {
   opacity:1 !important;
   color: #222 !important;
   font-weight: bold;
}

select.form-control {
    padding: .5em .4em;
}

select > option {
    padding: 3px;
}

.form-control:focus {
    border-color: rgba(0, 0, 0, .3);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.register-form {
    margin-bottom: 1.5em;
    padding: 1.5em;
    /*background: rgba(255, 255, 255, .5);*/
    background: rgba(255, 255, 255, .85);
    border-radius: 4px;
}

.register-form.single-row {
    padding-bottom: 0;
}

.section-inverse .register-form {
    background: rgba(0, 0, 0, .5);
    color: #fff;
}

.register-form.alt,
.section-inverse .register-form.alt {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .3);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .3);
}

.section-inverse .register-form.alt {
    background: rgba(0, 0, 0, .12);
}

.register-form input {
    transition: all .2s ease 0s;
    /*-webkit-box-shadow: 0 0 0 3px rgba(200, 200, 200, .3);
    box-shadow: 0 0 0 3px rgba(200, 200, 200, .3);*/
}

.register-form .help-block {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #000;
}

.register-form hr {
    margin: 1.5em 0 1em;
}

label.error {
    color: #f33;
    font-size: 13px;
    position: absolute;
    right: 0;
    max-width: inherit;
    text-align: right;
}

[class^="col-"] > label.error,
[class*="col-"] > label.error {
    right: 15px;
}

input.error {
    border-color: #f33;
}

.section-inverse .help-block {
    color: #ccc;
}

.section-inverse .register-form a,
.section-inverse .register-form a:hover,
.section-inverse .help-block a,
.section-inverse .help-block a:hover {
    color: #fff;
}

.section-inverse .register-form hr {
    border-color: rgba(255, 255, 255, .2);
}

.error-box,
.success-box {
    position: relative;
    margin-bottom: 1.5em;
    padding: .75em 21px .75em 42px;
    text-shadow: none;
    border-radius: 4px;
    background: transparent;
    text-align: left;
    font-size: 1em;
    font-weight:bold;
}

.error-box {
    /*border: 1px solid #f33;*/
    border: 2px solid #f33;
    color: #f33;
}

.success-box {
    /*border: 1px solid #4a4;*/
    border: 2px solid #4a4;
    color: #4a4;
}

.result .icon {
    font-size: 1.5em;
    position: absolute;
    left: 12px;
}

/* Bubble style heading */
.cta-header {
    position: relative;
    padding: 18px 21px;
    background: #fc4;
    border-radius: 4px 4px 0 0;
    text-shadow: none;
}

.cta-header h3 {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}

.cta-header:after {
    content:"";
    position: absolute;
    left: 21px;
    bottom: -20px;
    border: 10px solid transparent;
    border-top-color: #fc4;
    z-index: 99;
}

/* Buttons */

.btn,
.btn:focus,
.btn.active:focus {
    border: none;
    outline: none;
    outline: 0px;
    outline-offset: 0px;
}

.btn-default {
    background: rgba(0, 0, 0, .05);
}

.btn:hover {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
    background-image: linear-gradient(to top, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
}

.btn:active {
    color: rgba(255, 255, 255, .75);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
}

.btn-main,
.btn-main:hover,
.btn-main:active,
.btn-main:focus {
    color: #fff;
    /*background-color: #f00000;*/
    background-color: #009FCF;
    /*border: 3px solid #0482B3;*/
}

.btn-alt,
.btn-alt:hover,
.btn-alt:active,
.btn-alt:focus {
    color: #fff;
    background-color: #37c;
}

.btn-main:active,
.btn-alt:active {
    color: rgba(255, 255, 255, .75);
}

.btn {
    padding: .4166em 1em;
}

.btn-xs {
    padding: .125em .5em;
}

.btn-lg,
.btn-group-lg >.btn,
.input-lg {
    font-size: 18px;
    min-height: 42px;
}

.btn-xl {
    font-size: 24px;
}

.input-lg {
    padding: .3611em .5em;
}

.btn-lg.btn-line,
.btn-lg.btn-line-inverse {
    background: none;
    padding: .3611em 1em;
}

.btn-line,
.btn-line:active,
.btn-line:focus {
    background: transparent;
    color: #666;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

.btn-line:hover {
    background-image: none;
    border-color: #999;
    color: #333;
}

.btn-line:active {
    color: #999;
    border-color: #ccc;
}

.btn-line-inverse,
.btn-line-inverse:active,
.btn-line-inverse:focus {
    color: #ccc;
    border: 1px solid #ccc;
}

.btn-line-inverse:hover {
    background: none;
    color: #fff;
    border-color: #fff;
}

.btn-line-inverse:active {
    color: #999;
    border-color: #999;
}

/**
 * 5.0 Miscellaneous helper classes
 * --------------------------------
 */

/* Testimonials Slider */

#owl-testimonials {
    padding-top: 1.5em;
}

.testimonial-item {
    margin-bottom: 1.5em;
}

.testimonial-item blockquote {
    position: relative;
    margin: 0 auto 21px;
    padding: 21px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 1.5;
    border: none;
    background: rgba(0, 0, 0, .04);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.testimonial-item blockquote:after {
    content: "";
    position: absolute;
    left: 45%;
    bottom: -20px;
    border: 10px solid transparent;
    border-top-color: rgba(0, 0, 0, .04);
    border-left-color: rgba(0, 0, 0, .04);
}

.author-card {
    position: relative;
    margin: 0 auto;
}

.author-details {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    padding-top: 5px;
}

.author-avatar {
    display: inline-block;
    margin-right: 20px;
    width: 100px;
    height: 100px;
    vertical-align: baseline;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-top: 2px;

    -moz-box-shadow: 1px 1px 5px #cecece;
      -webkit-box-shadow: 1px 1px 5px #cecece;
    box-shadow: 1px 1px 5px #cecece;
}

.author-name {
    font-size: 18px;
    line-height: 1.5;
}

.testimonial-content {
    display: block;
    margin-left: 100px;
}

/* Owl Carousel */

.carousel-only .item {
    margin: 0 15px 21px;
}

/* Feature list and icons */

.feature-list {
    position: relative;
    /*-webkit-box-shadow: 0px -10px 5px 0px rgba(50, 50, 50, 0.30) !important;
    -moz-box-shadow:    0px -10px 5px 0px rgba(50, 50, 50, 0.30) !important;
    box-shadow:         0px -10px 5px 0px rgba(50, 50, 50, 0.30) !important;*/
}

.feature-list .col-md-4 {
    position: relative;
    overflow: hidden;
    margin-top: 1.5em;
}

/* Fontaswesome icons */

.feature-list .fa {
    float: left;
    width: 52px;
    height: 52px;
    text-align: center;
    font-size: 30px;
    line-height: 52px;
    background: #f00000;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* Simple Line icons */

.feature-list .icon {
    float: left;
    text-align: center;
    font-size: 52px;
    line-height: 1;
    /*color: #f00000;*/
    /*color: #FB9B00;*/
    color: #89c144;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.feature-container h3,
.feature-container h4 {
    font-size: 18px;
    line-height: 1.5;
    /*margin-bottom: .291666em;*/
    margin-bottom: .02em;
    margin-top: 5px;
}

.feature-container .ruolo {
    font-style: italic;
    margin-bottom: .0.7em;
    margin-bottom: 5px;
}

.feature-details {
    margin-left: 72px;
}

/* Lists */

.link-list-x,
.link-list-y {
    margin: 0;
    padding: 0;
    list-style: none;
}

.link-list-x a,
.link-list-y a {
    color: inherit;
    text-decoration: none;
}

.link-list-x a:hover,
.link-list-y a:hover {
    color: #333;
}

.link-list-y {
    margin-bottom: 1.5em;
}

.link-list-x li {
    display: inline;
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #e5e5e5;
}

.link-list-x li:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.link-list-y li {
    padding: .5em 0;
    border-bottom: 1px solid #e5e5e5;
    border-color: rgba(0, 0, 0, .1);
}

.link-list-y li:first-child {
    padding-top: 0;
}

.check-list {
    margin: 0 0 1.5em;
    padding: 0;
    list-style: none;
}

.check-list li {
    margin-left: 1.5em;
}

.check-list li:before {
    content: "\f00c";
    margin: 0 7px 0 -1.5em;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Round corner images */

.rounded-4px {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.rounded-4px-top {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.rounded-4px-bottom {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

/* Scroll top button */

.scroll-to-top {
    position:fixed;
    text-align: center;
    line-height: 10px;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
}

.scroll-to-top a {
    color: #fff;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #333;
    outline: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.scroll-to-top a:hover {
    background: #FCA303;
}

/* Pricing Grids */

.pricing-grid {
    position: relative;
    overflow: hidden;
    margin: 0 0 1.5em;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.price,
.pricing-header,
.pricing-content {
    margin: 0;
    padding: 21px;
}

.pricing-header {
    font-size: 18px;
    line-height: 1.5;
    background: #f2f2f2;
    color: #000;
    padding: 18px 21px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.best-plan .pricing-header {
    background: #222;
    color: #fff;
}

.economy-plan .pricing-header {
    background: #3cb371;
    color: #fff;
}

.premium-plan .pricing-header {
    background: #36c;
    color: #fff;
}

.pricing-header .label {
    line-height: inherit;
    float: right;
    padding: .25em .5em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.price {
    border-bottom: 1px solid #e5e5e5;
    border-color: rgba(0, 0, 0, .1);
}

.pricing-content {
    padding-bottom: 0;
}

.pricing-content .link-list-y {
    margin: 0 -21px 1.5em;
}

.pricing-content .link-list-y li {
    padding: .5em 21px;
}

/* Social icons list */

.ss-social {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

#secondary .ss-social {
    margin-bottom: 1.5em;
}

.ss-social li {
    float: left;
    display: inline-block;
    margin: 0;
    line-height: 0;
}

.ss-social li a {
    display: inline-block;
    width: 1.58em;
    height: 1.58em;
    margin: 0 .25em .25em 0;
    font-size: 1.36em;
    line-height: 1.58;
    /*background: #bbb;*/
    /*background: rgba(0, 0, 0, .25);*/
    color: #fff;
    text-align: center;
    -webkit-border-radius: .12em;
    -moz-border-radius: .12em;
    border-radius: .12em;
}

.navbar-inverse .ss-social li a {
    background: rgba(255, 255, 255, .25);
    color: rgba(255, 255, 255, .75);
}

.ss-social li a:hover {
    background: #333;
    color: #fff;
}

.ss-social li a.twitter {
    background: #33ccff;
    /* CSS3 Transition */
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.ss-social li a.twitter:hover {
    opacity: 0.7;
}

.ss-social li a.facebook {
    background: #3c5a98;
    /* CSS3 Transition */
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.ss-social li a.facebook:hover {
    opacity: 0.7;
}

.ss-social li a.linkedin {
    background: #007fb1;
    /* CSS3 Transition */
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.ss-social li a.linkedin:hover {
    opacity: 0.7;
}

.ss-social li a.gplus {
    background: #dd4c39;
    /* CSS3 Transition */
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.ss-social li a.gplus:hover {
    opacity: 0.7;
}

.ss-social li a.deviantart:hover {
    background: #5a6d65;
}

.ss-social li a.delicious:hover {
    background: #003399;
}

.ss-social li a.yahoo:hover {
    background: #990099;
}

.ss-social li a.vimeo:hover {
    background: #33ccff;
}

.ss-social li a.pinterest {
    background: #cc3333;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.ss-social li a.pinterest:hover {
    opacity: 0.7;
}

.ss-social li a.youtube:hover {
    background: #cc3333;
}

.ss-social li a.dribbble:hover {
    background: #ea4c89;
}

.ss-social li a.skype:hover {
    background: #00aff0;
}

.ss-social li a.github:hover {
    background: #666;
}

.ss-social li a.trello:hover {
    background: #266c95;
}

.ss-social li a.vk:hover {
    background: #45688e;
}

.ss-social li a.xing:hover {
    background: #026466;
}

.ss-social li a.tumblr:hover {
    background: #2c4762;
}

.ss-social li a.mail:hover {
    background: #ff6600;
}

.ss-social li a.instagram:hover {
    background: #336699;
}

.ss-social li a.soundcloud:hover {
    background: #ff3300;
}

.owl-carousel {
    position: relative;
    z-index: 10;
}

/* Team profiles */

.member-item {
    margin-bottom: 1.5em;
}

.member-avatar {
    margin-bottom: .75em;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.member-name {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
}

.member-desig {
    color: #999;
    margin-bottom: .75em;
}

.member-social li {
    float: none;
    display: inline-block;
    margin: 0;
    white-space: nowrap;
}

.member-social {
    font-size: 0;
}

.member-social li a {
    font-size: 16px;
    line-height: 24px;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    border-radius: 2px;
}

/* Tabs */

.nav-tabs {
    border: none;
}

.nav-tabs>li {
    margin-bottom: 0;
}

.tabs-center {
    text-align: center;
}

.tabs-center > li {
    float: none;
    display: inline-block;
    text-align: left;
}

.nav-tabs > li > a {
    line-height: 1.5;
    border: none;
    border-radius: 0;
    margin-right: 2px;
    padding: .75em 1.5em;
    border-top: 2px solid transparent;
    border-bottom: 2px solid rgba(0, 0, 0, .07);
    background: rgba(0, 0, 0, .03);
    font-weight: bold;
    color: #666;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}

.nav-tabs > li > a:hover {
    color: #333;
    background: rgba(0, 0, 0, .04);
    border-bottom-color: rgba(0, 0, 0, .15);
    border-top-color: transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background: none;
    color: #000;
    border: none;
    border-top: 2px solid #f00000;
    border-bottom-color: transparent;
}

.tab-content {
    padding: 1.5em 0 0;
}

/* Accordion */

.panel-title > a,
.panel-title > a.collapsed,
.tog-title,
.tog-title.collapsed {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    background: rgba(0, 0, 0, .03);
    color: #666;
    cursor: pointer;
    padding: .75em 1.5em;
    border-left: 2px solid rgba(0, 0, 0, .07);
    margin: 0;
    text-decoration: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}

.tog-title,
.tog-title:hover,
.panel-title > a,
.panel-title > a:hover {
    background: transparent;
    color: #333;
    border-left-color: #f00000;
}

.tog-title.collapsed:hover,
.panel-title > a.collapsed:hover {
    color: #333;
    background: rgba(0, 0, 0, .04);
    border-left-color: rgba(0, 0, 0, .15);
}

.tog-title,
.tog-title.collapsed,
.panel-group .panel + .panel {
    margin-top: 3px;
}

.panel-body {
    padding: 1.5em;
}

.panel,
.panel-default >.panel-heading,
.panel-heading {
    color: inherit;
    background: none;
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

.invisible {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.no-rounded * {
    border-radius: 0 !important;
}

/* Fluid iframe and embed */

.embed-wrap {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 2em;
    height: 0;
    margin-bottom: 1.5em;
}

.embed-wrap object,
.embed-wrap embed,
.embed-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.logo-grid {
    margin: 0 -10px;
}

.logo-grid > li {
    padding: 0 10px;
    margin-bottom: 21px;
}



/**
 * 6.0 Responsive styles
 * ---------------------
 */


/* Limit main container to 970px width
 * Use 1200px for wider layout
 */

.container {
    max-width: 970px;
}

.wide .container {
    max-width: 1200px;
}

/* Devices less than 768px */

@media (max-width: 767px) {
    .checkbox {
        margin-top: 0;
        margin-bottom: 0;
    }

    .consenso1 {padding-left: 0 !important;}

    .consenso2 {padding-left: 0;}

    .consenso1 input[type="radio"] {
        margin-right: 0;
    }

    .consenso2 input[type="radio"] {
        margin-right: 0;
    }

    .navbar-nav > li > a {
        padding: .75em 15px;
        line-height: 1.5;
    }

    .enable-sticky-nav .navbar .navbar-nav {
        background: #fff;
    }

    .enable-sticky-nav .navbar-inverse .navbar-nav {
        background: rgba(0, 0, 0, .85);
    }

    .notes-left,
    .notes-right {
        float: none;
        text-align: center;
    }

    .pricing-grid {
        width: 100%;
        float: none;
        margin: 0 0 1.5em 0;
    }

    .section,
    .section.parallax .color-overlay {
        padding: 3em 0 1.5em;
    }

    .fixed-nav #hero.section,
    .fixed-nav #hero.section.parallax .color-overlay {
        padding: 6em 0 1.5em;
    }

    .enable-sticky-nav #hero.section,
    .enable-sticky-nav #hero.section.parallax .color-overlay {
        padding: 8em 0 1.5em;
    }

    .fixed-nav #page-header.section,
    .fixed-nav #page-header.section.parallax .color-overlay {
        padding: 6em 0 .75em;
    }

    .enable-sticky-nav #page-header.section,
    .enable-sticky-nav #page-header.section.parallax .color-overlay {
        padding: 8em 0 .75em;
    }
}

/* Boxed layout widths for different devices */

@media (min-width: 768px) {
    .boxed #page,
    .boxed .navbar-fixed-top {
        width: 780px;
    }
}
@media (min-width: 992px) {
    .boxed #page,
    .boxed .navbar-fixed-top {
        width: 1020px;
    }
}
@media (min-width: 1200px) {
    .boxed #page,
    .boxed .navbar-fixed-top {
        width: 1020px;
    }
}

/* Preloader Animation */

.js-enabled #preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff;
}

.js-enabled #spinner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-right-color: #000;
    -webkit-animation: spin .75s linear infinite;
    animation: spin .75s linear infinite;
}

@keyframes spin {
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#partners {
    margin-top: -2.55em;
}

select.error {
    border-color: #f33;
}

input.phone {
    display: none;
}

button#reg_submit {
    min-height: 46px !important;

    background-color: #FF9B00;

    /*border: 2px solid #ee9200;*/
    border: 3px solid #e49300;

    text-shadow: 1px 1px 1px rgba(238, 146, 0, 1);

}

.block h1 {
    font-size: 1.3em;
    padding-top: 50px;
    text-align: left;
    color: #acacac;
}

.left {
    float: left;
}

.m5 {
    margin-top: 5px;
}

.uti {
/*    margin-left: 15px;*/
}

.consenso1 {
    padding-left: 60px !important;
}

.consenso2 {
    padding-left: 5px !important;
}

.consenso1 input[type="radio"] {
    margin-right: 5px;
}

.consenso2 input[type="radio"] {
    margin-right: 5px;
}

.blu {
    color: #0B2C40;
}

.title {
    text-align: center;
    color: #222;
    /*color: #0074A2;*/
    /*color: #89c144;*/
    font-family: 'Oswald',sans-serif;
    font-weight: 400;
    text-transform:uppercase;
    margin-bottom: 30px;
}

.subtitle {
    text-align: center;
    font-size: 17.5px;
    color: #777;
    margin-bottom: 10px;
}

.map-bg {
    background: url("../images/user/mappa-bg.png") no-repeat scroll center 115px rgba(0, 0, 0, 0);
}

.center {
    text-align: center;
    margin-bottom: 0;
}

.numero {
    text-align: center;
    font-size: 35.5px;
    font-weight: bold;
    /*color: #8b8b8b;*/
    color: #222;
    margin-bottom: 10px;
}

.testo {
    text-align: center;
    font-size: 20px;
    /*color: #8b8b8b;*/
    color: #222;
}

.cond-social {
    font-size: 1.4em;
}

.mr0 {
    margin-right: 0 !important;
}

.mt15 {
    margin-top: 15px;
}

@media (max-width: 768px) {
    .col-xs-12 {
        margin-bottom: 20px;
    }

    .consenso1 {padding-left: 0 !important;}

    .sfondo {height: 1003px;}

    .form-group {margin-bottom: 0;}

    .titoloNew:before {
        font-size: 20px !important;
        top: -2px !important;
    }

    .butt {
        display: block;
    }

    .mt20 {margin-top: 20px;}

    .m35 {margin-top: 20px !important;}

    .m25 {margin-top: 10px !important;}

    .m5 {margin-bottom: 20px;}

    .image {margin-left: 0 !important;}
}

#social-lbl{margin-bottom:5px;}

ul.square {
    list-style: none;
    padding:0;
    margin:0 0 30px 0;
}

ul.square li {
    padding-left: 1em;
    text-indent: -.7em;
    font-size: 16px;
}

ul.square li span {
    font-weight: bold;
}

ul.square li:before {
    content: "■ ";
    color: #FE5A00; /* or whatever color you prefer */
    margin-right: 5px;
    font-size: 30px;
}

.testo-box {
    font-size: 18px;
    color: #222;
    /*display: inline;*/
    /*padding-top: 10px;*/
}

.testo-box2 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #222;
    /*display: inline;*/
    /*padding-top: 10px;*/
}

.testo-box3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #222;
    padding-left: 28px;
}

.testo-box4 {
    font-size: 18px;
    margin-top: -5px;
    margin-bottom: 20px;
    color: #222;
    padding-left: 74px;
}

.testo-box5 {
    font-size: 18px;
    margin-top: -5px;
    margin-bottom: 40px;
    color: #222;
    padding-left: 74px;
}

.testo-box span {
    color: #89c144;
    /*color: #0074A2;*/
    font-weight: bold;
}

.quadratino {
    float: left;
    margin-right: 15px;
    margin-bottom: 40px;
    margin-top: 1px;
}

.quadratino2 {
    float: left;
    margin-right: 15px;
    /*margin-bottom: 40px;*/
    margin-top: 1px;
}

.quadratino3 {
    float: left;
    position: relative;
    margin-right: 20px;
    margin-top: -2px;
    width: 54px;
    height: 54px;
    background-color: #89c144;
}

.quadratino3 span {
    position: absolute;
    color: #fff;
    font-weight: bold;
    font-size: 27px;
    text-align: center;
    top: 7px;
    left: 19px;
}

.quadratino4 {
    position: relative;
    margin-right: 20px;
    margin-top: -2px;
    width: 54px;
    height: 54px;
    background-color: #89c144;

    float: left;
    display: block;
}

.quadratino4 span {
    position: absolute;
    color: #fff;
    font-weight: bold;
    font-size: 27px;
    text-align: center;
    top: 7px;
    left: 11px;
}

.butt {
    border-style: solid;
    border-width: 0;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 15px;
    /*background-color: #008CBA;*/
    /*background-color: #ffc703;*/
    background-color: #FF9B00;
    /*border-color: #007095;*/
    /*border: 3px solid #e5b50f;*/
    border: 3px solid #e49300;
    color: #fff;
    transition: background-color 300ms ease-out;
    text-transform: uppercase;
    font-size: 20px;
}

.butt:hover, .butt:focus {
    background-color: #ffc000;
    border: 3px solid #e5b50f;
    color: #fff;
    text-decoration: none;
}

.pattern1 {
    background: url('../images/swirl_pattern.png');
}

#swirl {
    background: url('../images/swirl_pattern.png');
}

.tit {
    color: #222;
    font-weight: bold;
}

.image {
    margin-top: -10px;
    margin-left: 60px;
    border: 7px solid #fff;
}

#sfondo {
    background: url('../images/filter-bg2.jpg');
}

.clear {
    clear: both;
}

.iconFooter {
    font-size: 80px;
    color: #89c144;
}

.titoloNew {
    color: #89c144;
    font-weight: bold;
    font-size: 18px;
    padding-left: 27px;
    margin-bottom: 0;
}

.titoloNew:before {
    content: "■ ";
    color: #FF9B00;
    font-size: 35px;
    position: absolute;
    top: -15px;
    left: 12px;
}

.titoloNew span {
    font-size: 18px;
    color: #222;
    font-weight: normal;
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
    .navbar-brand, .navbar-default .navbar-brand {
        height: 110px !important;
    }

    .sfondo {
        height: 613px;
    }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    .image {
        margin-left: 0;
    }

    .titoloNew:before {
        font-size: 20px;
        top: -2px;
    }
}


/* MARGINI */
.m-8 {margin-top: -6px;}
.m11 {margin-top: 11px;}
.m15 {margin-top: 15px;}
.m25 {margin-top: 25px;}
.m32 {margin-top: 32px;}
.m35 {margin-top: 35px;}
.m45 {margin-top: 45px;}
.m60 {margin-top: 60px;}

.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb45 {margin-bottom: 45px;}