/*
    rosso: #df0d39
    verde: #007445
    scuro: #0f4e32
 */
body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    /* background-color: #f5f5f5;*/
}
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus{
    background: #0f4e32 !important;
}
.img-responsive{
    width: 100%;
}
#header {
    background-color: #ffffff;
}

.btn-link, .btn-link:hover, .btn-link:active {
    color: #333;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover, a:focus {
    color: #333;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.img-rounded {
    border-radius: 0;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.clearfix:before, .clearfix:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

.clearfix:after, .navbar:after, .navbar-header:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* general styles */
a, button {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

a i.fa, button i.fa {
    margin: 0 5px;
}

.clickable {
    cursor: pointer !important;
}

.required {
    color: #333;
}

.accent {
    color: #333;
}

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

p.lead, div.lead {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .text-center-sm {
        text-align: center;
    }

    p.lead, div.lead {
        font-size: large;
    }

    p.lead2, div.lead2 {
        font-size: large;
    }
}

.mb-small {
    margin-bottom: 20px !important;
}

.heading {
    margin-bottom: 40px;
}

.heading2 {
    margin-bottom: 20px;
}

.heading h1, .heading h2, .heading h3, .heading h4, .heading h5 {
    display: inline-block;
    /*border-bottom: solid 1px #333;*/
    line-height: 1.1;
    margin-bottom: 0;
    padding-bottom: 10px;
    vertical-align: middle;
}

@media (max-width: 1199px) {
    .heading h1, .heading h2, .heading h3, .heading h4, .heading h5 {
        font-size: 18px
    }
}

.heading h1 i.fa, .heading h2 i.fa, .heading h3 i.fa, .heading h4 i.fa, .heading h5 i.fa {
    display: inline-block;
    background: #333;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    border-radius: 15px;
}

.icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    border-radius: 30px;
    border: solid 0 #fff;
    font-size: 25px;
}

.icon.icon-lg {
    font-size: 30px;
    border-width: 2px;
}

.ul-icons {
    padding-left: 10px;
}

.ul-icons li {
    list-style-type: none;
    line-height: 20px;
    margin-bottom: 20px;
}

.ul-icons li i {
    width: 20px;
    height: 20px;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    line-height: 20px;
    margin-right: 10px;
}

ul.list-style-none {
    list-style: none;
}

#text-page h1, #text-page h2, #text-page h3 {
    font-weight: 700;
}

#error-page {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 100px;
}

#error-page h4 {
    margin-bottom: 40px;
}

#error-page p.buttons {
    margin-top: 40px;
}

.pages-listing .item {
    text-align: center;
}

.pages-listing .item h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.pages-listing .item h3 a {
    color: #333;
}

.pages-listing .item .text {
    margin-bottom: 20px;
}

.pages-listing .item .text p {
    color: #999999;
    font-size: 12px;
    margin-bottom: 20px;
}

.banner {
    margin-bottom: 30px;
    text-align: center;
}

.banner img {
    margin: 0 auto;
}

.banner a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.pages {
    text-align: center;
}

.pages .loadMore {
    text-align: center;
}

.pages .pagination {
    text-align: center;
}

.features-buttons button {
    margin-bottom: 20px;
}

@media (min-width: 1300px) {
    body.boxed {
        background: url(http://subtlepatterns.com/patterns/subtle_zebra_3d.png);
    }

    body.boxed #all {
        position: relative;
        background: #fff;
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
        -webkit-box-shadow: 0 0 5px #cccccc;
        box-shadow: 0 0 5px #cccccc;
    }
}

#top {
    background: #007445;
    color: #eeeeee;
    padding: 8px 0 8px 0;
}

@media (max-width: 767px) {
    #top {
        padding: 10px 0 10px 0;
    }
}

#top p {
    margin: 0;
    font-size: 12px;
}

#top a {
    color: #eeeeee;
}

#top .login {
    float: right;
}

#top .login a {
    font-size: 12px;
    color: #eeeeee;
    margin-right: 15px;
    text-decoration: none;
    text-transform: uppercase;
}

#top .social .lang {
    border-radius: 0;
    text-transform: uppercase;
    margin-left: 3px;
    background-color: #333;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 21px !important
}

#top .login a:hover {
    color: rgba(255, 255, 255, 0.50)
}

@media (max-width: 1199px) {
    #top .login a {
        font-size: 12px;
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    #top .login a {
        margin: 3px 5px 3px 5px;
        font-size: 14px;
    }

    #top .social a {
        margin-top: 3px;
        font-size: 17px;
    }
}

#top .social .segui {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    padding-left: 8px;
    line-height: 11px
}

#top .social {
    margin-left: 5px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 8px
}

@media (max-width: 991px) {
    #top .social .segui {
        display: none
    }
}

#top.light {
    background: #fff;
    color: #999999;
    border-bottom: solid 1px #eeeeee;
}

#top.light .login a {
    color: #333;
}

body.boxed .navbar-affixed-top.affix {
    position: static;
}

.modal-body {
    padding: 15px 20px;
}

#login-modal {
    overflow: hidden;
}

#login-modal .modal-header h4 {
    text-transform: uppercase;
}

#login-modal form {
    margin-bottom: 20px;
}

#login-modal a {
    color: #333;
}

#login-modal p {
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 13px;
}

/* buttons  */
.btn {
    font-weight: 600;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
}

.input-group .btn {
    font-size: 14px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 0;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}

.btn-template-main {
    color: #333333;
    background-color: #ffffff;
    border-color: #e5e5e5;
}

.btn-template-main:hover, .btn-template-main:focus, .btn-template-main:active, .btn-template-main.active, .open > .dropdown-toggle.btn-template-main {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.btn-template-main:active, .btn-template-main.active, .open > .dropdown-toggle.btn-template-main {
    background-image: none;
}

.btn-template-main.disabled, .btn-template-main[disabled], fieldset[disabled] .btn-template-main, .btn-template-main.disabled:hover, .btn-template-main[disabled]:hover, fieldset[disabled] .btn-template-main:hover, .btn-template-main.disabled:focus, .btn-template-main[disabled]:focus, fieldset[disabled] .btn-template-main:focus, .btn-template-main.disabled:active, .btn-template-main[disabled]:active, fieldset[disabled] .btn-template-main:active, .btn-template-main.disabled.active, .btn-template-main[disabled].active, fieldset[disabled] .btn-template-main.active {
    background-color: #ffffff;
    border-color: #333;
}

.btn-template-main .badge {
    color: #ffffff;
    background-color: #333;
}

.btn-template-main:hover, .btn-template-main:focus, .btn-template-main:active, .btn-template-main.active {
    background: #0f4e32;
    color: #ffffff;
    border-color: #0f4e32;
}

.alt .btn-template-main:hover, .alt .btn-template-main:focus, .alt .btn-template-main:active, .alt .btn-template-main.active {
    background: #ffffff !important;
    color: #333;
}

.btn-template-transparent-primary {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}

.btn-template-transparent-primary:hover, .btn-template-transparent-primary:focus, .btn-template-transparent-primary:active, .btn-template-transparent-primary.active, .open > .dropdown-toggle.btn-template-transparent-primary {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #e0e0e0;
}

.btn-template-transparent-primary:active, .btn-template-transparent-primary.active, .open > .dropdown-toggle.btn-template-transparent-primary {
    background-image: none;
}

.btn-template-transparent-primary.disabled, .btn-template-transparent-primary[disabled], fieldset[disabled] .btn-template-transparent-primary, .btn-template-transparent-primary.disabled:hover, .btn-template-transparent-primary[disabled]:hover, fieldset[disabled] .btn-template-transparent-primary:hover, .btn-template-transparent-primary.disabled:focus, .btn-template-transparent-primary[disabled]:focus, fieldset[disabled] .btn-template-transparent-primary:focus, .btn-template-transparent-primary.disabled:active, .btn-template-transparent-primary[disabled]:active, fieldset[disabled] .btn-template-transparent-primary:active, .btn-template-transparent-primary.disabled.active, .btn-template-transparent-primary[disabled].active, fieldset[disabled] .btn-template-transparent-primary.active {
    background-color: transparent;
    border-color: #ffffff;
}

.btn-template-transparent-primary .badge {
    color: transparent;
    background-color: #ffffff;
}

.btn-template-transparent-primary:hover, .btn-template-transparent-primary:focus, .btn-template-transparent-primary:active, .btn-template-transparent-primary.active {
    background: #fff;
    color: #333;
    border-color: #fff;
}

.btn-template-transparent-black {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}

.btn-template-transparent-black:hover, .btn-template-transparent-black:focus, .btn-template-transparent-black:active, .btn-template-transparent-black.active, .open > .dropdown-toggle.btn-template-transparent-black {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #e0e0e0;
}

.btn-template-transparent-black:active, .btn-template-transparent-black.active, .open > .dropdown-toggle.btn-template-transparent-black {
    background-image: none;
}

.btn-template-transparent-black.disabled, .btn-template-transparent-black[disabled], fieldset[disabled] .btn-template-transparent-black, .btn-template-transparent-black.disabled:hover, .btn-template-transparent-black[disabled]:hover, fieldset[disabled] .btn-template-transparent-black:hover, .btn-template-transparent-black.disabled:focus, .btn-template-transparent-black[disabled]:focus, fieldset[disabled] .btn-template-transparent-black:focus, .btn-template-transparent-black.disabled:active, .btn-template-transparent-black[disabled]:active, fieldset[disabled] .btn-template-transparent-black:active, .btn-template-transparent-black.disabled.active, .btn-template-transparent-black[disabled].active, fieldset[disabled] .btn-template-transparent-black.active {
    background-color: transparent;
    border-color: #ffffff;
}

.btn-template-transparent-black .badge {
    color: transparent;
    background-color: #ffffff;
}

.btn-template-transparent-black:hover, .btn-template-transparent-black:focus, .btn-template-transparent-black:active, .btn-template-transparent-black.active {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.btn-template-primary {
    color: #ffffff;
    background-color: #333;
    border-color: #333;
}

.btn-template-primary:hover, .btn-template-primary:focus, .btn-template-primary:active, .btn-template-primary.active, .open > .dropdown-toggle.btn-template-primary {
    color: #ffffff;
    background-color: #007445;
    border-color: #007445;
}

.btn-template-primary:active, .btn-template-primary.active, .open > .dropdown-toggle.btn-template-primary {
    background-image: none;
}

.btn-template-primary.disabled, .btn-template-primary[disabled], fieldset[disabled] .btn-template-primary, .btn-template-primary.disabled:hover, .btn-template-primary[disabled]:hover, fieldset[disabled] .btn-template-primary:hover, .btn-template-primary.disabled:focus, .btn-template-primary[disabled]:focus, fieldset[disabled] .btn-template-primary:focus, .btn-template-primary.disabled:active, .btn-template-primary[disabled]:active, fieldset[disabled] .btn-template-primary:active, .btn-template-primary.disabled.active, .btn-template-primary[disabled].active, fieldset[disabled] .btn-template-primary.active {
    background-color: #333;
    border-color: #333;
}

.btn-template-primary .badge {
    color: #333;
    background-color: #ffffff;
}

#intro {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#intro .item {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    height: 100%;
}

#intro .item h1 {
    text-transform: uppercase;
    font-size: 50px;
    color: #fff;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    #intro .item h1 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    #intro .item h1 {
        font-size: 25px;
    }
}

#intro .item h3 {
    color: #fff;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    #intro .item h3 {
        font-size: 15px;
        margin-bottom: 20px;
    }
}

#intro .item .btn {
    text-transform: none;
}

@media (max-width: 991px) {
    #intro .item .btn {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    #intro .item .carousel-caption {
        left: 10%;
        right: 10%;
    }
}

#intro .container, #intro .row {
    height: 100%;
    position: relative;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 0;
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.jumbotron .dark-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.jumbotron h1, .jumbotron h2, .jumbotron h3, .jumbotron p, .jumbotron ul {
    color: #fff;
}

.jumbotron h1, .jumbotron h2, .jumbotron h3 {
    color: #ffffff;
    text-transform: uppercase;
}

.jumbotron p {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 400;
}

.jumbotron p.text-uppercase {
    font-weight: 700;
}

.jumbotron > hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron {
    border-radius: 0;
}

.jumbotron .container {
    max-width: 100%;
    z-index: 2;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 46px;
    }
}

#categoryMenu h3 {
    padding: 20px;
    background: #f7f7f7;
    margin: 0;
    border-bottom: solid 1px #eeeeee;
    text-transform: uppercase;
}

.panel.sidebar-menu h3 {
    padding: 5px 0;
    margin: 0;
}

.panel.sidebar-menu {
    background: #fff;
    margin: 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.panel.sidebar-menu .panel-heading {
    text-transform: uppercase;
    margin-bottom: 10px;
    background: none;
    padding: 0;
    border-bottom: none;
}

.panel.sidebar-menu .panel-heading h1, .panel.sidebar-menu .panel-heading h2, .panel.sidebar-menu .panel-heading h3, .panel.sidebar-menu .panel-heading h4, .panel.sidebar-menu .panel-heading h5 {
    display: inline-block;
    border-bottom: solid 5px #007445;
    line-height: 1.1;
    margin-bottom: 0;
    padding-bottom: 10px;
    width: 100%;
}

.panel.sidebar-menu .panel-heading .btn.btn-danger {
    color: #fff;
    margin-top: 5px;
}

.panel.sidebar-menu .panel-body {
    padding: 0;
}

.panel.sidebar-menu .panel-body span.colour {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: solid 1px #333;
    vertical-align: top;
    margin-top: 2px;
    margin-left: 5px;
}

.panel.sidebar-menu .panel-body span.colour.white {
    background: #fff;
}

.panel.sidebar-menu .panel-body span.colour.red {
    background: red;
}

.panel.sidebar-menu .panel-body span.colour.green {
    background: green;
}

.panel.sidebar-menu .panel-body span.colour.blue {
    background: blue;
}

.panel.sidebar-menu .panel-body span.colour.yellow {
    background: yellow;
}

.panel.sidebar-menu .panel-body label {
    color: #999999;
    font-size: 12px;
}

.panel.sidebar-menu .panel-body label:hover {
    color: #333;
}

.panel.sidebar-menu ul.nav.category-menu {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.panel.sidebar-menu ul.nav.category-menu li a {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.panel.sidebar-menu ul.nav ul {
    list-style: none;
    padding-left: 0;
}

.panel.sidebar-menu ul.nav ul li {
    display: block;
}

.panel.sidebar-menu ul.nav ul li a {
    position: relative;
    font-weight: normal;
    text-transform: none !important;
    display: block;
    padding: 10px 15px 10px 30px;
    font-size: 12px;
    color: #999999;
}

.panel.sidebar-menu ul.nav ul li a:hover, .panel.sidebar-menu ul.nav ul li a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.panel.sidebar-menu ul.tag-cloud {
    list-style: none;
    padding-left: 0;
}

.panel.sidebar-menu ul.tag-cloud li {
    display: inline-block;
}

.panel.sidebar-menu ul.tag-cloud li a {
    display: inline-block;
    padding: 5px;
    border: solid 1px #eeeeee;
    border-radius: 0;
    color: #333;
    margin: 5px 5px 5px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

.panel.sidebar-menu ul.tag-cloud li a:hover {
    color: #333;
    text-decoration: none;
    border-color: #333;
}

.panel.sidebar-menu ul.popular, .panel.sidebar-menu ul.recent {
    list-style: none;
    padding-left: 0;
    padding: 20px 0;
}

.panel.sidebar-menu ul.popular li, .panel.sidebar-menu ul.recent li {
    margin-bottom: 10px;
    padding: 5px 0;
    border-bottom: dotted 1px #eeeeee;
}

.panel.sidebar-menu ul.popular li:before, .panel.sidebar-menu ul.recent li:before, .panel.sidebar-menu ul.popular li:after, .panel.sidebar-menu ul.recent li:after {
    content: " ";
    display: table;
}

.panel.sidebar-menu ul.popular li:after, .panel.sidebar-menu ul.recent li:after {
    clear: both;
}

.panel.sidebar-menu ul.popular li:before, .panel.sidebar-menu ul.recent li:before, .panel.sidebar-menu ul.popular li:after, .panel.sidebar-menu ul.recent li:after {
    content: " ";
    display: table;
}

.panel.sidebar-menu ul.popular li:after, .panel.sidebar-menu ul.recent li:after {
    clear: both;
}

.panel.sidebar-menu ul.popular li img, .panel.sidebar-menu ul.recent li img {
    width: 50px;
    margin-right: 10px;
}

.panel.sidebar-menu ul.popular li h5, .panel.sidebar-menu ul.recent li h5 {
    margin: 0 0 10px;
}

.panel.sidebar-menu ul.popular li h5 a, .panel.sidebar-menu ul.recent li h5 a {
    font-weight: normal;
}

.panel.sidebar-menu ul.popular li p.date, .panel.sidebar-menu ul.recent li p.date {
    float: right;
    font-size: 12px;
    color: #999999;
}

.panel.sidebar-menu ul.popular li:last-child, .panel.sidebar-menu ul.recent li:last-child {
    border-bottom: none;
}

.panel.sidebar-menu .text-widget {
    font-size: 12px;
}

.panel.sidebar-menu.with-icons ul.nav li a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: relative;
    top: 0;
    float: right;
}

/* ribbons for product sales etc. */
.ribbon {
    position: absolute;
    top: 50px;
    padding-left: 51px;
    font-weight: 700;;
    text-transform: uppercase
}

.ribbon .ribbon-background {
    position: absolute;
    top: 0;
    right: 0;
}

.ribbon .theribbon {
    position: relative;
    padding: 6px 20px 6px 20px;
    margin: 30px 10px 10px -71px;
    color: #fff;
    background-color: #007445;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    z-index: 1000
}

.sale.in-lista .theribbon,
.new.in-lista .theribbon {
    padding: 4px 15px 4px 15px;
    font-size: 12px
}

.ribbon .theribbon:before, .ribbon .theribbon:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
}

.ribbon .theribbon:after {
    left: 0;
    top: 100%;
    border-width: 5px 10px;
    border-style: solid;
    border-color: #007445 #007445 transparent transparent;
}

.ribbon.sale {
    top: 0;
}

.ribbon.new {
    top: 30px;
}

.ribbon.new .theribbon {
    background-color: #5bc0de;
    text-shadow: 0px 1px 2px #bbb;
}

.ribbon.new .theribbon:after {
    border-color: #2390b0 #2390b0 transparent transparent;
}

.ribbon.gift {
    top: 100px;
}

.ribbon.gift .theribbon {
    background-color: #5cb85c;
    text-shadow: 0px 1px 2px #bbb;
}

.ribbon.gift .theribbon:after {
    border-color: #357935 #357935 transparent transparent;
}

.owl-carousel .owl-controls .owl-page.active span, .owl-theme .owl-controls .owl-page.active span, .owl-carousel .owl-controls.clickable .owl-page:hover span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #333;
}

.owl-carousel .owl-controls .owl-buttons, .owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 5px;
    right: 0;
}

.owl-carousel .owl-controls .owl-buttons div, .owl-theme .owl-controls .owl-buttons div {
    width: 26px;
    height: 26px;
    line-height: 25px;
    margin: 0 5px 0 0;
    font-size: 18px;
    color: #333;
    padding: 0;
    background: #fff;
    border-radius: 13px;
    vertical-align: middle;
    text-align: center;
    opacity: 1;
    filter: alpha(opacity=100);
}

.home-carousel {
    background-color: #333;
    position: relative;
    background-size: cover;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.home-carousel .dark-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.home-carousel .owl-carousel {
    padding-top: 60px;
    padding-bottom: 20px;
}

.home-carousel .owl-theme .owl-controls .owl-page span {
    background: #333;
}

.home-carousel .owl-theme .owl-controls .owl-page.active span {
    background: #fff;
}

.home-carousel .owl-theme .owl-controls .owl-page:hover span {
    background: #fff;
}

@media (min-width: 768px) {
    .home-carousel .img-sx {
        border-top-left-radius: 200px;
        border-bottom-left-radius: 200px
    }

    .home-carousel .img-dx {
        border-top-right-radius: 200px;
        border-bottom-right-radius: 200px
    }
}

@media (max-width: 767px) {
    .home-carousel {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .home-carousel .right {
        text-align: right;
    }
}

.home-carousel h1, .home-carousel h2, .home-carousel h3, .home-carousel p, .home-carousel ul {
    color: #fff;
}

.home-carousel a, .home-carousel a:hover {
    color: #FFF;
    text-decoration: none
}

.home-carousel h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 46px;
}

@media (max-width: 991px) {
    .home-carousel h1 {
        font-size: 36px;
    }
}

.home-carousel h2 {
    font-weight: 700;
    font-size: 40px;
}

@media (max-width: 1199px) {
    .home-carousel h2 {
        font-size: 25px;
    }
}

.home-carousel ul, .home-carousel p {
    font-size: 18px;
    font-weight: 700;
    padding: 0;
}

@media (max-width: 991px) {
    .home-carousel ul, .home-carousel p {
        font-size: 14px;
    }
}

.home-carousel ul li {
    margin-bottom: 10px;
}

/* carousel auto*/
.home-carousel {
    background-position: top center;
    background-size: cover
}

.home-carousel .dark-mask {
    opacity: 0.6
}

.home-carousel-auto h1 {
    font-size: 34px;
    margin: 0 0 2px
}

.home-carousel-auto h2 {
    font-size: 24px;
    margin: 0 0 20px
}

.home-carousel-auto span {
    display: block;
}

.home-carousel-auto .km {
    font-size: 16px;
    font-weight: normal;
}

.home-carousel-auto .pr {
    font-size: 22px;
    padding-top: 10px;
}

.home-carousel-auto .btn {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .home-carousel-auto h1 {
        font-size: 30px;
        margin-top: 10px;
    }

    .home-carousel-auto h2 {
        font-size: 24px;
    }
}

/* end carousel auto */
.customers {
    padding: 0;
    margin-bottom: 40px;
}

.customers .item {
    list-style-type: none;
    text-align: center;
    margin: 0 20px;
}

.customers p a {
    color: #007445;
    font-size: 16px
}

.customers .item img {
    display: inline-block;
    /*
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
	*/
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.customers .item img:hover {
    filter: none;
    -webkit-filter: none;
}

.testimonials {
    padding: 0;
    margin-bottom: 40px;
}

.testimonials .item {
    list-style-type: none;
    margin: 0 5px;
    background: #fff;
    padding-bottom: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.testimonials .item .testimonial {
    position: relative;
    padding: 20px;
}

.testimonials .item .testimonial:before, .testimonials .item .testimonial:after {
    content: " ";
    display: table;
}

.testimonials .item .testimonial:after {
    clear: both;
}

.testimonials .item .testimonial:before, .testimonials .item .testimonial:after {
    content: " ";
    display: table;
}

.testimonials .item .testimonial:after {
    clear: both;
}

.testimonials .item .testimonial .text {
    color: #999999;
    margin-bottom: 40px;
}

.testimonials .item .testimonial .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    height: 50px;
}

.testimonials .item .testimonial .bottom .icon {
    color: #333;
    font-size: 30px;
    float: left;
    width: 20%;
}

.testimonials .item .testimonial .name-picture {
    float: right;
    width: 80%;
    text-align: right;
}

.testimonials .item .testimonial .name-picture h5 {
    font-size: 14px;
    text-transform: uppercase;
}

.testimonials .item .testimonial .name-picture p {
    color: #999999;
    margin: 0;
    font-size: 12px;
}

.testimonials .item .testimonial .name-picture img {
    float: right;
    width: 60px;
    border-radius: 30px;
    margin-left: 10px;
}

.team-member {
    text-align: center;
    margin-bottom: 40px;
}

.team-member h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.team-member h3 a {
    color: #333;
}

.team-member p.role {
    color: #999999;
    font-size: 12px;
    text-transform: uppercase;
}

.team-member .social {
    margin-bottom: 20px;
}

.team-member .social a {
    margin: 0 10px 0 0;
    color: #fff;
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    line-height: 26px;
    font-size: 15px;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    vertical-align: bottom;
}

.team-member .social a i {
    vertical-align: bottom;
    line-height: 26px;
}

.team-member .social a.facebook {
    background-color: #4460ae;
}

.team-member .social a.gplus {
    background-color: #c21f25;
}

.team-member .social a.twitter {
    background-color: #3cf;
}

.team-member .social a.instagram {
    background-color: #cd4378;
}

.team-member .social a.email {
    background-color: #4a7f45;
}

.team-member .text p {
    color: #999999;
    font-size: 12px;
}

.team-member .social, .team-member-detail .social {
    margin-bottom: 20px;
}

.team-member .social a, .team-member-detail .social a {
    margin: 0 10px 0 0;
    color: #fff;
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    line-height: 26px;
    font-size: 15px;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    vertical-align: bottom;
}

.team-member .social a i, .team-member-detail .social a i {
    vertical-align: bottom;
    line-height: 26px;
}

.team-member .social a.facebook, .team-member-detail .social a.facebook {
    background-color: #4460ae;
}

.team-member .social a.gplus, .team-member-detail .social a.gplus {
    background-color: #c21f25;
}

.team-member .social a.twitter, .team-member-detail .social a.twitter {
    background-color: #3cf;
}

.team-member .social a.instagram, .team-member-detail .social a.instagram {
    background-color: #cd4378;
}

.team-member .social a.email, .team-member-detail .social a.email {
    background-color: #4a7f45;
}

.box-simple {
    text-align: center;
    margin-bottom: 40px;
}

/*
.box-simple .icon {
	background-color: #007445;
	border-color: #007445;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.box-simple .icon i {
	color: #FFF;
}
*/
.box-simple .icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    color: #fff;
    line-height: 80px;
    border-radius: 40px;
    border: solid 1px #fff;
    font-size: 20px;
}

.box-simple .icon {
    color: #007445;
    border-color: #007445;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.box-simple .icon i {
    color: #007445;
    font-size: 25px
}

.box-simple h3 {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    font-weight: 800;
}

.box-simple h3 a {
    color: #333;
}

.box-simple p {
    color: #999999;
}

.box-simple:hover .icon {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.box-simple:hover .icon i {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.box-simple.box-white {
    padding: 20px;
    border: dotted 1px #999999;
}

.box-simple.box-white .icon {
    color: #333;
    border-color: transparent;
    font-size: 70px;
}

.box-simple.box-dark {
    padding: 20px;
    border: dotted 1px #999999;
    background: #333;
    color: #fff;
}

.box-simple.box-dark .icon {
    color: #f7f7f7;
    border-color: transparent;
    font-size: 70px;
}

.box-simple.box-dark h3 {
    color: #fff;
}

.box-simple.box-dark h3 a {
    color: #fff;
}

.box-simple.box-dark p {
    color: #fff;
}

.box-image {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 15px 0;
}

.box-image .bg {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    background: #000;
}

.box-image .name {
    position: absolute;
    width: 100%;
    height: 45%;
    bottom: 0;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #fff;
    padding: 0 20px;
}

.box-image .name h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.box-image .name h3 a {
    color: #fff;
    text-decoration: none;
}

.box-image .text {
    position: absolute;
    width: 100%;
    height: 40%;
    top: 0;
    -webkit-transform: translate(0, -150%);
    -ms-transform: translate(0, -150%);
    -o-transform: translate(0, -150%);
    transform: translate(0, -150%);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #fff;
    padding: 0 20px;
}

.box-image:hover .bg {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.box-image:hover .name {
    position: absolute;
    -webkit-transform: translate(0, -75%);
    -ms-transform: translate(0, -75%);
    -o-transform: translate(0, -75%);
    transform: translate(0, -75%);
}

.box-image:hover .text {
    position: absolute;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.box-image-text {
    position: relative;
    overflow: hidden;
    margin: 15px 0;
}

.box-image-text .top {
    position: relative;
    margin-bottom: 10px;
}

.box-image-text .top .bg {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    background: #000;
}

.box-image-text .top .name {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #fff;
    padding: 0 20px;
}

.box-image-text .top .name h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.box-image-text .top .name h3 a {
    color: #fff;
    text-decoration: none;
}

.box-image-text .top .text {
    position: absolute;
    width: 100%;
    height: 45%;
    top: 0;
    -webkit-transform: translate(0, -150%);
    -ms-transform: translate(0, -150%);
    -o-transform: translate(0, -150%);
    transform: translate(0, -150%);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #fff;
    padding: 0 20px;
}

.box-image-text .content h3, .box-image-text .content h4 {
    text-transform: uppercase;
    line-height: 1.3;
    color: #333;
    font-weight: 800;
}

.box-image-text .content p {
    color: #999999;
}

.box-image-text:hover .bg {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.box-image-text:hover .name {
    position: absolute;
    -webkit-transform: translate(0, -75%);
    -ms-transform: translate(0, -75%);
    -o-transform: translate(0, -75%);
    transform: translate(0, -75%);
}

.box-image-text:hover .text {
    position: absolute;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

/* universal box */
.box {
    background: #fff;
    margin: 0 0 30px;
    border: solid 1px #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.box .box-header {
    background: #f7f7f7;
    margin: -20px 0 20px;
    padding: 0 20px;
    border-bottom: solid 1px #eeeeee;
    text-transform: uppercase;
}

.box .box-header:before, .box .box-header:after {
    content: " ";
    display: table;
}

.box .box-header:after {
    clear: both;
}

.box .box-header:before, .box .box-header:after {
    content: " ";
    display: table;
}

.box .box-header:after {
    clear: both;
}

.box .box-footer {
    background: #f7f7f7;
    margin: 30px 0 -20px;
    padding: 20px;
    border-top: solid 1px #eeeeee;
}

.box .box-footer:before, .box .box-footer:after {
    content: " ";
    display: table;
}

.box .box-footer:after {
    clear: both;
}

.box .box-footer:before, .box .box-footer:after {
    content: " ";
    display: table;
}

.box .box-footer:after {
    clear: both;
}

@media (max-width: 991px) {
    .box .box-footer .btn {
        margin-bottom: 20px;
    }
}

.box.no-border {
    border: none;
}

#heading-breadcrumbs {
    display: none;
    background: url('../img/top.jpg') center center repeat;
    background-color: #555;
    background-position: center center;
    background-repeat: repeat;
}

@media (min-width: 1200px) {
    #heading-breadcrumbs {
        padding: 20px 0;
    }
}

#heading-breadcrumbs.no-mb {
    margin-bottom: 0;
}

#heading-breadcrumbs h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700
}

@media (min-width: 992px) {
    #heading-breadcrumbs h1 {
        background: rgba(0, 0, 0, 0.4);
        padding: 3px 10px;
        float: left;
    }
}

@media (max-width: 991px) {
    #heading-breadcrumbs h1 {
        text-align: center;
        font-size: 22px;
    }
}

.bar {
    position: relative;
    padding: 30px 0;
}

.bar.background-pentagon {
    background: url('../img/texture-bw.png') center center repeat;
    border-top: solid 1px #999999;
    border-bottom: solid 1px #999999;
}

.bar.background-gray {
    background: #eeeeee;
}

.bar.background-gray-dark {
    background: #333;
}

.bar.background-white {
    background: #fff;
}

.bar.background-image-fixed {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (min-width: 769px) {
    .bar.background-image-fixed {
        background-attachment: fixed;
    }
}

/*
.bar.background-image-fixed-1 {
  background: url('../img/fixed-background-1.jpg') center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.bar.background-image-fixed-2 {
  background: url('../img/fixed-background-2.jpg') center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
*/
.bar.color-white h1, .bar.color-white h2, .bar.color-white h3, .bar.color-white h4, .bar.color-white h5, .bar.color-white h6, .bar.color-white p {
    color: #fff;
}

.bar.padding-big {
    padding: 50px 0;
}

.bar.padding-horizontal {
    padding-left: 30px;
    padding-right: 30px;
}

.bar.margin-vertical {
    margin-top: 20px;
    margin-bottom: 20px;
}

.bar .dark-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.portfolio.no-space {
    padding: 0 15px;
}

.portfolio.no-space .box-image {
    margin: 0 -15px;
}

.portfolio-project .project-more h4 {
    color: #333;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: left;
    font-size: 14px;
}

.portfolio-project .project-more p {
    color: #999999;
    padding: 10px 0;
    margin-bottom: 20px;
    text-align: left;
}

.portfolio-showcase {
    margin: 15px 0 60px;
}

.portfolio-showcase h3 a {
    text-transform: uppercase;
    line-height: 1.5;
}

.portfolio-showcase p.lead {
    color: #333;
    margin-bottom: 20px;
}

.portfolio-showcase p {
    color: #999999;
}

.portfolio-showcase p.buttons {
    margin-top: 40px;
}

.see-more {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
}

.see-more p {
    font-size: 28px;
    font-weight: 100;
    margin-bottom: 20px;
}

.showcase .item {
    text-align: center;
}

.showcase .item .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #333;
    line-height: 50px;
    border-radius: 25px;
    border: solid 1px #333;
}

.showcase .item h4 {
    color: #333;
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 16px;
}

.showcase .item h4 span {
    font-weight: bold;
    font-size: 51px;
}

.packages .package {
    background: #fff;
    margin-top: 25px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-align: center;
    border: solid 1px #007445;
    overflow: hidden;
}

.packages .package .package-header {
    height: 57px;
    color: #fff;
    line-height: 57px;
    background: #007445;
}

.packages .package .package-header h5 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 57px;
    margin: 0;
    font-size: 16px
}

.packages .package .package-header.light-gray {
    background: #eeeeee;
}

.packages .package .package-header.light-gray h5 {
    color: #333;
}

.item-price-old {
    font-size: 13px;
    text-decoration: line-through;
    color: #555;
}

.packages .package .price {
    height: 100px;
    color: #fff;
    font-weight: 400;
}

.packages .package .price h4 {
    font-size: 35px;
    line-height: normal;
    margin-bottom: 0;
}

.packages .package .price .period {
    line-height: normal;
    color: #999999;
}

.packages .package ul {
    padding: 0;
}

.packages .package ul li {
    list-style-type: none;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 80%;
    margin: auto;
    border-bottom: 1px dotted #e5e5e5;
}

.packages .package ul li:last-child {
    border-bottom: 0;
}

.packages .package ul li i {
    font-size: 13px;
    margin-right: 5px;
}

.packages .package.best-value {
    margin-top: 0;
    padding-bottom: 40px;
}

.packages .package.best-value .package-header {
    padding-top: 17px;
    height: 82px !important;
    background-color: #007445
}

.packages .package.best-value .package-header h5 {
    color: #FFFFFF
}

#map {
    height: 300px;
}

@media (min-width: 1200px) {
    #map {
        height: 400px;
    }
}

#map.with-border {
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
}

#blog-listing-big .post, #blog-homepage .post {
    margin-bottom: 60px;
}

#blog-listing-big .post h2, #blog-homepage .post h2, #blog-listing-big .post h4, #blog-homepage .post h4 {
    text-transform: uppercase;
}

#blog-listing-big .post h2 a, #blog-homepage .post h2 a, #blog-listing-big .post h4 a, #blog-homepage .post h4 a {
    color: #333;
}

#blog-listing-big .post h2 a:hover, #blog-homepage .post h2 a:hover, #blog-listing-big .post h4 a:hover, #blog-homepage .post h4 a:hover {
    color: #333;
}

#blog-listing-big .post .author-category, #blog-homepage .post .author-category {
    color: #999999;
    text-transform: uppercase;
    font-weight: 300;
}

#blog-listing-big .post .author-category a, #blog-homepage .post .author-category a {
    font-weight: 500;
}

#blog-listing-big .post .date-comments a, #blog-homepage .post .date-comments a {
    color: #999999;
    margin-right: 20px;
}

#blog-listing-big .post .date-comments a:hover, #blog-homepage .post .date-comments a:hover {
    color: #333;
}

@media (min-width: 768px) {
    #blog-listing-big .post .date-comments, #blog-homepage .post .date-comments {
        text-align: right;
    }
}

#blog-listing-big .post .intro, #blog-homepage .post .intro {
    text-align: left;
}

#blog-listing-big .post .image, #blog-homepage .post .image {
    margin-bottom: 10px;
    overflow: hidden;
}

#blog-listing-big .post .image img, #blog-homepage .post .image img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

@media (max-width: 767px) {
    #blog-listing-big .post .image img.img-responsive, #blog-homepage .post .image img.img-responsive {
        min-width: 100%;
    }
}

#blog-listing-big .post .video, #blog-homepage .post .video {
    margin-bottom: 10px;
}

#blog-listing-big .post .read-more, #blog-homepage .post .read-more {
    text-align: right;
}

#blog-listing-medium .border {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
#blog-listing-medium article{

}
#blog-listing-medium .post {
    margin-bottom: 20px;
}

#blog-listing-medium .post h2 {
    margin: 0 0 10px;
    font-size: 24px;
}
@media(max-width:1199px){
    #blog-listing-medium .post h2 {
        font-size: 18px;
    }
}
.data{
    color: #777;
}
@media(max-width:767px){
.data{
    display: block;
    padding-bottom: 3px;
}
}
.post-title{
    margin: 0;
    font-size: 30px;
    margin-bottom: 10px;
}
@media(max-width:991px){
    .post-title{
        font-size: 25px;
    }
}
#blog-listing-medium .post h2 a {
    color: #187d50;
}

#blog-listing-medium .post h2 a:hover {
    color: #333;
}

#blog-listing-medium .post .author-category {
    color: #df0d39;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
}

#blog-listing-medium .post .author-category a {
    font-weight: 500;
}

#blog-listing-medium .post .date-comments {
    font-size: 12px;
}

#blog-listing-medium .post .date-comments a {
    margin-right: 20px;
}

#blog-listing-medium .post .date-comments a:hover {
    color: #333;
}

#blog-listing-medium .post .intro {
    text-align: left;
}

#blog-listing-medium .post .clearfix:before, #blog-listing-medium .post .clearfix:after, #blog-listing-medium .post .navbar:before, #blog-listing-medium .post .navbar:after, #blog-listing-medium .post .navbar-header:before, #blog-listing-medium .post .navbar-header:after {
    content: " ";
    display: table;
}

#blog-listing-medium .post .clearfix:after, #blog-listing-medium .post .navbar:after, #blog-listing-medium .post .navbar-header:after {
    clear: both;
}

#blog-listing-medium .post .clearfix:before, #blog-listing-medium .post .clearfix:after, #blog-listing-medium .post .navbar:before, #blog-listing-medium .post .navbar:after, #blog-listing-medium .post .navbar-header:before, #blog-listing-medium .post .navbar-header:after {
    content: " ";
    display: table;
}

#blog-listing-medium .post .clearfix:after, #blog-listing-medium .post .navbar:after, #blog-listing-medium .post .navbar-header:after {
    clear: both;
}

#blog-listing-medium .post .image {
    margin-bottom: 10px;
    overflow: hidden;
}

#blog-listing-medium .post .image img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

@media (max-width: 767px) {
    #blog-listing-medium .post .image img.img-responsive {
        min-width: 100%;
    }
}

#blog-listing-medium .post .video {
    margin-bottom: 10px;
}

#blog-listing-medium .post .read-more {
    text-align: right;
}

.box-image-text.blog .author-category {
    color: #999999;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
}

.box-image-text.blog .author-category a {
    font-weight: 500;
}

.box-image-text.blog .intro {
    text-align: left;
    margin-bottom: 20px;
}

#blog-homepage .post {
    margin-bottom: 30px;
}

#blog-homepage .post h2, #blog-homepage .post h4, #blog-homepage .post .author-category, #blog-homepage .post .read-more {
    text-align: center;
}

#blog-homepage .post .read-more {
    margin-top: 20px;
}

#blog-post #post-content {
    margin-bottom: 20px;
}

#blog-post .comment {
    margin-bottom: 25px;
}

#blog-post .comment:before, #blog-post .comment:after {
    content: " ";
    display: table;
}

#blog-post .comment:after {
    clear: both;
}

#blog-post .comment:before, #blog-post .comment:after {
    content: " ";
    display: table;
}

#blog-post .comment:after {
    clear: both;
}

#blog-post .comment .posted {
    color: #999999;
    font-size: 12px;
}

#blog-post .comment .reply {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

#blog-post .comment.last {
    margin-bottom: 0;
}

#blog-post #comments, #blog-post #comment-form {
    padding: 20px 0;
    margin-top: 20px;
    border-top: solid 1px #eeeeee;
}

#blog-post #comments:before, #blog-post #comment-form:before, #blog-post #comments:after, #blog-post #comment-form:after {
    content: " ";
    display: table;
}

#blog-post #comments:after, #blog-post #comment-form:after {
    clear: both;
}

#blog-post #comments:before, #blog-post #comment-form:before, #blog-post #comments:after, #blog-post #comment-form:after {
    content: " ";
    display: table;
}

#blog-post #comments:after, #blog-post #comment-form:after {
    clear: both;
}

#blog-post #comments h4, #blog-post #comment-form h4 {
    margin-bottom: 20px;
}

#blog-post #comment-form {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .products .btn-product .btn {
        font-size: 12px
    }

    .products .intro {
        height: 40px
    }
}

.product {
    background: #fff;
    border-bottom: solid 1px #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 60px;
    overflow: hidden;
    text-align: center;
}

.product .image {
    overflow: hidden;
}

.product .image img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

@media (max-width: 767px) {
    .product .image img.img-responsive {
        min-width: 100%;
    }
}

.product .text {
    padding: 10px;
}

.product .text h3 {
    font-size: 18px;
    font-weight: 700;
    height: 25px;
    text-transform: uppercase;
}

.product .text h3 a {
    color: #333;
}

.product .text h3 a:hover {
    text-decoration: none;
}

.product .text p.price {
    font-size: 18px;
}

.product .text p.price del {
    color: #999999;
}

.product .buttons {
    clear: both;
    position: absolute;
    display: none;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: solid 1px transparent;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-align: center;
}

.product .buttons .btn {
    margin-bottom: 20px;
}

.product:hover {
    border-bottom: solid 1px #808080;
    top: 0;
}

.product:hover .buttons {
    clear: both;
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
}

.product:hover .image img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.goToDescription {
    font-size: 12px;
    text-align: center;
    margin-bottom: 40px;
}

.goToDescription a {
    color: #999999;
    text-decoration: underline;
}

#productMain {
    margin-bottom: 30px;
}

#productMain .sizes {
    text-align: center;
}

#productMain .sizes h3 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 20px
}

#productMain .sizes a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #ccc;
    line-height: 40px;
    color: #333;
    text-align: center;
    text-decoration: none;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

#productMain .sizes a.active, #productMain .sizes a:hover {
    background: #333;
    color: #fff;
}

#productMain .sizes input {
    display: none;
}

#productMain .price {
    color: #333;
    font-size: 22px;
    margin: 0
}

#productMain .box-price {
    margin-bottom: 0
}

#thumbs a {
    display: block;
    border: solid 1px transparent;
}

#thumbs a.active {
    border-color: #333;
}

#product-social {
    text-align: center;
}

#product-social h4 {
    font-weight: 300;
    margin-bottom: 10px;
}

#product-social p {
    line-height: 26px;
}

#product-social p a {
    margin: 0 10px 0 0;
    color: #fff;
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    line-height: 26px;
    font-size: 15px;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    vertical-align: bottom;
}

#product-social p a i {
    vertical-align: bottom;
    line-height: 26px;
}

#product-social p a.facebook {
    background-color: #4460ae;
}

#product-social p a.gplus {
    background-color: #c21f25;
}

#product-social p a.twitter {
    background-color: #3cf;
}

#product-social p a.instagram {
    background-color: #cd4378;
}

#product-social p a.email {
    background-color: #4a7f45;
}

@media (max-width: 991px) {
    #product-social {
        text-align: center;
    }
}

#checkout .nav {
    margin-bottom: 20px;
    border-bottom: solid 1px #333;
}

#checkout .nav li {
    height: 100%;
}

#checkout .nav li a {
    display: block;
    height: 100%;
}

#order-summary table {
    margin-top: 20px;
}

#order-summary table td {
    color: #999999;
}

#order-summary table tr.total td, #order-summary table tr.total th {
    font-size: 18px;
    color: #333;
    font-weight: 700;
}

#basket .box {
    border-top: 0
}

#basket .nav-pills {
    margin-bottom: 10px
}

#basket .nav-pills a {
    text-align: left
}

#checkout .table tbody tr td, #basket .table tbody tr td, #customer-order .table tbody tr td {
    vertical-align: middle;
}

#checkout .table tbody tr td input, #basket .table tbody tr td input, #customer-order .table tbody tr td input {
    width: 70px
}

#checkout .table tbody tr td img, #basket .table tbody tr td img, #customer-order .table tbody tr td img {
    width: 50px;
}

#checkout .table tfoot, #basket .table tfoot, #customer-order .table tfoot {
    font-size: 18px;
}

.shipping-method h4, .payment-method h4 {
    text-transform: uppercase;
}

#customer-orders table tr th, #customer-orders table tr td {
    vertical-align: baseline;
}

#customer-order .table tfoot th {
    font-size: 18px;
    font-weight: 300;
}

#customer-order .addresses {
    text-align: right;
    margin-bottom: 30px;
}

#customer-order .addresses p {
    font-size: 18px;
    font-weight: 300;
}

#customer-account {
    margin-bottom: 30px;
}

.myAccountList .thumbnail a {
    display: block;
}

.myAccountList .thumbnail {
    padding: 10px 0 0;
    height: 100px;
    text-align: center;
    font-size: 14px;
}

.myAccountList a i {
    clear: both;
    display: block;
    font-size: 44px;
    margin-bottom: 10px;
    color: #007445
}

#get-it {
    background: #333;
    padding: 50px 0 30px;
    color: #fff;
    text-align: center;
}

#get-it h1, #get-it h2, #get-it h3, #get-it h4, #get-it h5, #get-it h6 {
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 20px;
}

#get-it p {
    margin: 0 0 20px;
}

#footer {
    background: #007445;
    padding: 20px 0 0 0;
    color: #FFF;
    margin-top: 20px;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    color: #eeeeee;
}

#footer h4 {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

#footer ul {
    padding-left: 0;
    list-style: none;
}

#footer ul a {
    color: #999999;
}

#footer ul a:hover {
    color: #333;
    text-decoration: none;
}

#footer .photostream div {
    float: left;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33%;
    padding: 7px;
    overflow: hidden;
}

#footer .photostream div a {
    border: solid 1px #eeeeee;
}

#footer .photostream div img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#footer .photostream div:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

#footer .blog-entries .item {
    clear: both;
    padding: 5px 0;
    margin-bottom: 10px;
    border-bottom: solid 1px #333;
}

#footer .blog-entries .item .image {
    float: left;
    width: 15%;
    margin-right: 10px;
}

#footer .blog-entries .item .name {
    width: 75%;
    margin-left: 10px;
    display: table-cell;
    vertical-align: middle;
}

#footer .blog-entries .item .name h5 {
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
}

#footer .blog-entries .item .name h5 a {
    color: #eeeeee;
}

#footer .blog-entries .item .text {
    width: 100%;
    clear: both;
}

#footer .blog-entries .item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

#footer .social a {
    color: #333;
    font-size: 25px;
    margin: 0 10px 0 0;
}

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

#copyright {
    background: #0f4e32;
    color: #fff;
    padding: 30px 0;
    font-size: 13px;
    line-height: 28px;
}

#copyright a {
    margin-left: 5px;
    color: #fff
}

#copyright p {
    margin: 0;
}

@media (max-width: 991px) {
    #copyright p {
        float: none !important;
        text-align: center;
        margin-bottom: 10px;
    }
}

[data-animate] {
    opacity: 0;
    filter: alpha(opacity=0);
}

#style-switch-button {
    position: fixed;
    top: 100px;
    left: 0px;
    border-radius: 0;
}

#style-switch {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
    padding: 20px;
    position: fixed;
    top: 140px;
    left: 0;
    background: #fff;
    border: solid 1px #eeeeee;
}

@media (max-width: 991px) {
    #style-switch-button {
        display: none;
    }

    #style-switch {
        display: none;
    }
}

/* Original Boostrap template overwrite */
/* breadcrumbs */
.container-breadcrumbs {
    margin-bottom: 0
}

.breadcrumb {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    background-color: inherit;
    font-size: 12px;
    margin-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    float: left
}

.breadcrumb a {
    color: #333
}

@media (max-width: 1200px) {
    .nav > li > a {
        padding: 10px 10px;
    }
}

@media (max-width: 991px) {
    .nav > li > a {
        padding: 10px 6px;
        font-size: large;
    }
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #eeeeee;
}

.nav > li.disabled > a {
    color: #999999;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #999999;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #333;
}

.nav-tabs {
    border-bottom: 1px solid #007445;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0 0 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #333;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #333;
    background-color: #ffffff;
    border: 1px solid #007445;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: solid 1px #333;
    border-bottom: 0;
}

.nav-tabs.nav-justified > li {
    float: none;
}

.nav-tabs.nav-justified > li > a {
    text-align: center; /*margin-bottom: 5px;*/
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #333;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #333;
        border-radius: 0 0 0 0;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #007445;
}

.nav-stacked > li {
    float: none;
    border-bottom: 1px solid #e5e5e5;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
    border-bottom: solid 1px #007445;
}

.nav-justified > li {
    float: none;
}

.nav-justified > li > a {
    text-align: center; /*margin-bottom: 5px;*/
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 0;
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border: 1px solid #333;
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #333;
        border-radius: 0 0 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.tab-content {
    padding-top: 15px;
    border-top: none;
}

/* breadcrumbs */
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb > li + li:before {
    content: ">\00a0";
    color: #333;
}

.breadcrumb > .active {
    color: #999999;
}

@media (max-width: 991px) {
    .breadcrumb {
        text-align: center;
    }
}

/* dropdowns */
.dropdown-menu {
    z-index: 1000;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    padding: 5px 20px;
    line-height: 1.42857143;
    color: #333333;
    white-space: normal;
}

/* labels */
.label {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

/* forms.less */
label {
    font-weight: normal;
}

.radio-select {
    cursor: pointer
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.form-control:focus {
    border-color: #333;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(56, 167, 187, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(56, 167, 187, 0.6);
}

.form-group {
    margin-bottom: 20px;
}

/* pager*/
.pager {
    margin: 20px 0;
    border-top: solid 1px #eeeeee;
    padding-top: 20px;
    text-transform: uppercase;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.pager li {
    display: inline;
}

.pager li > a, .pager li > span {
    background-color: #ffffff;
    border: 1px solid #333;
    border-radius: 0;
}

.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #333;
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #999999;
    background-color: #ffffff;
    border-color: #ddd;
}

/* pagination */
.pagination {
    margin: 20px 0;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    border-radius: 0;
}

.pagination > li > a, .pagination > li > span {
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #333;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0 !important;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #333;
    background-color: #e5e5e5;
    border-color: #dddddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #007445;
    border-color: #333;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #999999;
    background-color: #ffffff;
    border-color: #dddddd;
}

/* responsive utilities */
@media (max-width: 767px) {
    .text-center-xs {
        text-align: center !important;
    }

    .text-center-xs img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-center-sm {
        text-align: center !important;
    }

    .text-center-sm img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

/* type */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.1;
    color: #333333;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
}

.lead2 {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .lead {
        font-size: 18px;
    }

    .lead2 {
        font-size: 18px
    }
}

.text-small {
    font-size: 12px;
}

.text-large {
    font-size: 18px;
}

.text-italic {
    font-style: italic;
}

.text-primary {
    color: #333;
}

a.text-primary:hover {
    color: #2c8494;
}

.bg-primary {
    color: #fff;
    background-color: #333;
}

a.bg-primary:hover {
    background-color: #2c8494;
}

abbr[title], abbr[data-original-title] {
    border-bottom: 1px dotted #999999;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 14px;
    border-left: 5px solid #333;
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #999999;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse, blockquote.pull-right {
    border-right: 5px solid #333;
}

address {
    margin-bottom: 20px;
    line-height: 1.42857143;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.panel-heading {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    text-transform: uppercase;
    padding: 15px 15px;
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    overflow: hidden;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group.accordion .panel {
    border-color: #e5e5e5;
}

.panel-primary {
    border-color: #333;
}

.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #333;
    border-color: #333;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #333;
}

.panel-primary > .panel-heading .badge {
    color: #333;
    background-color: #ffffff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #333;
}

.panel-primary .panel-title {
    font-weight: 300;
}

.panel-primary .panel-title a:hover {
    color: #fff;
    text-decoration: none;
}

a.badge:hover, a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #333;
    background-color: #ffffff;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.progress-bar-primary {
    background-color: #333;
}

.progress-striped .progress-bar-primary {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav, .yamm .collapse, .yamm .dropup.use-yamm, .yamm .dropdown.use-yamm {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
}

.yamm .nav.navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}

.yamm .yamm-content {
    padding: 20px 30px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 15px;
    right: 15px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .sotto-menu {
        margin-left: 5px;
        margin-right: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.height-spacer {
    clear: left;
    height: 200px
}

/* shared */
.shared {
    float: right;
    margin-top: 5px;
    padding: 0;
    list-style: outside none none;
}

.shared a {
    font-size: 17px;
    color: #a2a2a2;
}

.shared a:hover {
    color: #ffffff;
}

.shared a.share_fb:hover {
    background-color: #2b5a8d
}

.shared a.share_tw:hover {
    background-color: #24a8dd
}

.shared a.share_gp:hover {
    background-color: #d44a36
}

.shared a.share_li:hover {
    background-color: #0e7aba
}

@media (max-width: 767px) {
    .breadcrumb {
        display: none
    }

    .shared {
        float: none;
        text-align: center;
    }

    .shared a {
        font-size: 24px;
        margin: 0 5px
    }
}

/* owl-carousel */
.owl-carousel .item img {
    margin-left: auto;
    margin-right: auto
}

/* photogallery thumb */
.photogallery-thumb .box-image {
    overflow: hidden;
}

@media (max-width: 767px) {
    .photogallery-thumb img {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .photogallery-thumb .box-image {
        height: 143px
    }
}

@media (max-width: 1199px) {
    .photogallery-thumb .box-image {
        height: 114px
    }
}

@media (max-width: 991px) {
    .photogallery-thumb .box-image {
        height: 165px
    }
}

@media (max-width: 767px) {
    .photogallery-thumb .box-image {
        height: auto
    }
}

/* photogallery group */
@media (min-width: 1200px) {
    .box_foto {
        height: 260px
    }
}

@media (max-width: 1199px) {
    .box_foto {
        height: 220px
    }
}

@media (max-width: 991px) {
    .box_foto {
        height: 240px
    }
}

@media (max-width: 767px) {
    .box_foto {
        height: auto;
        padding-bottom: 20px
    }

    .box_foto img {
        width: 100%
    }
}

.box_foto h3 {
    font-size: 12px;
    margin: 0;
    text-transform: uppercase
}

/* form validator */
span.error, label.error {
    color: #F00;
    font-weight: bold;
    padding: 0 10px
}

#form_contatti span.error, #form_contatti label.error {
    position: absolute
}

#form_contatti .group-checkbox {
    padding-top: 20px
}

#form_contatti .group-checkbox span.error, #form_contatti .group-checkbox label.error {
    position: relative
}

/* modal */
.modal-dialog {
    width: 900px
}

@media (max-width: 992px) {
    .modal-dialog {
        width: 95%;
    }
}

@media (min-width: 768px) {
    .modal-sm {
        width: 400px;
    }
}

/* widget */
.widget-sotto-titolo {
    text-align: center;
    padding-top: 10px
}

/* cms pagina */
body.page_cms .box-image-text {
    overflow: hidden;
}

@media (min-width: 1200px) {
    body.page_cms .box-image-text {
        height: 450px
    }
}

body.page_cms .box-image-text p.buttons {
    text-align: center
}

@media (min-width: 768px) and (max-width: 1199px) {
    body.page_cms .box-image-text {
        height: 450px
    }
}

/* cms lanci */
body.page_home .cms_lanci_3 .box-image {
    overflow: hidden
}

@media (min-width: 1200px) {
    body.page_home .cms_lanci_3 .box-image, body.page_home .cms_lanci_1 .box-image {
        height: 270px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    body.page_home .cms_lanci_3 .box-image, body.page_home .cms_lanci_1 .box-image {
        height: 220px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body.page_home .cms_lanci_3 .box-image, body.page_home .cms_lanci_1 .box-image {
        height: 165px;
    }
}

body.page_home .portfolio .box-image a {
    color: #ffffff;
}

body.page_home .portfolio .buttons a:hover {
    color: #333
}

body.page_home .cms_lanci_3 .intro a, body.page_home .cms_lanci .intro a, body.page_home .cms_lanci_6 .intro a {
    color: #999999
}

body.page_home .cms_lanci .titolo {
    font-size: 18px
}

body.page_home .cms_lanci .box-image-text {
    overflow: hidden;
}

body.page_home .cms_lanci .box-image-text p.buttons {
    text-align: center
}

/* staff */
@media (min-width: 1200px) {
    body.page_home .staff .image a, body.page_home .staff .image a img {
        width: 255px;
        height: 255px;
    }

    body.page_home .cms_lanci .box-image-text {
        height: 350px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    body.page_home .staff .image a, body.page_home .staff .image a img {
        width: 205px;
        height: 205px;
    }

    body.page_home .cms_lanci .box-image-text {
        height: 300px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body.page_home .staff .image a, body.page_home .staff .image a img {
        width: 150px;
        height: 150px;
    }

    body.page_home .cms_lanci .box-image-text {
        height: 350px;
    }
}

@media (min-width: 768px) {
    body.page_home .staff .image a {
        overflow: hidden;
        display: block;
        border-radius: 50%
    }

    body.page_home .staff .image a img {
        width: auto;
    }
}

@media (max-width: 991px) {
    body.page_home .cms_lanci .box-image-text {
        height: 250px;
    }
}

@media (max-width: 767px) {
    body.page_home .cms_lanci .box-image-text {
        height: auto
    }

    body.page_home .staff .image a img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 1199px) {
    body.page_home .cms_lanci .titolo {
        font-size: 16px
    }
}

/* staff int */
@media (min-width: 1200px) {
    .staff-int .team-member .image {
        width: 262px;
        height: 262px
    }
}

@media (max-width: 1199px) {
    .staff-int .team-member .image {
        width: 212px;
        height: 212px
    }
}

@media (max-width: 991px) {
    .staff-int .team-member .image {
        width: 220px;
        height: 220px
    }
}

@media (max-width: 767px) {
    .staff-int .team-member .image {
        width: 100%;
        height: auto
    }
}

/* fasce */
.bar.fasce {
    padding: 0
}

body.page_home .alt a {
    color: #FFF
}

body.page_home .fasce .alt .btn-template-main {
    background: none;
    border-color: #FFF
}

@media (min-width: 992px) {
    body.page_home .fasce .row {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    body.page_home .fasce h2 {
        font-size: 22px
    }
}

@media (max-width: 767px) {
    body.page_home .fasce .row .col-sm-6:first-child {
        padding-bottom: 20px
    }
}

#content {
    padding-bottom: 40px
}

.img-center {
    margin-left: auto;
    margin-right: auto
}

/* home flex slider */
.home_flexslider {
    width: 100%
}

.home_flexslider .btn {
    margin-top: 25px;
    border: 1px solid #fff
}

.home_flexslider .slide_container {
    float: left;
    background-color: #000;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px
}

.home_flexslider .slides li {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat
}

.flex-control-paging li a:hover, .flex-control-paging li a.flex-active {
    background: #333;
    background: rgba(0, 158, 226, 0.7);
}

@media (min-width: 1200px) {
    .home_flexslider, .home_flexslider .slides li {
        height: 450px
    }
}

@media (max-width: 1199px) {
    .home_flexslider, .home_flexslider .slides li {
        height: 300px
    }
}

.home_flexslider .blocco_dx {
    text-align: right
}

.home_flexslider .blocco_ce {
    text-align: center
}

.home_flexslider .blocco h1, .home_flexslider .blocco h2 {
}

.home_flexslider .blocco h1, .home_flexslider .blocco h2 {
    margin: 0
}

.home_flexslider .blocco h1, .home_flexslider .blocco h2 {
    margin: 0
}

.home_flexslider .blocco h2 {
    font-weight: 300;
    padding-bottom: 5px;
}

.home_flexslider .chiaro, .home_flexslider .chiaro a {
    color: #FFF
}

.home_flexslider .scuro, .home_flexslider .scuro a {
    color: #303030
}

.home_flexslider .blocco h1 {
    font-weight: 400
}

@media (min-width: 768px) {
    .home_flexslider .blocco h2 span.br {
        display: block
    }
}

@media (min-width: 1200px) {
    .home_flexslider .blocco {
        padding-top: 100px
    }

    .home_flexslider .blocco h1 {
        font-size: 34px;
    }

    .home_flexslider .blocco h2 {
        font-size: 25px;
        margin-bottom: 10px
    }
}

@media (max-width: 1199px) {
    .home_flexslider .blocco {
        padding-top: 15px
    }

    .home_flexslider .blocco h1 {
        font-size: 35px
    }

    .home_flexslider .blocco h2 {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .home_flexslider .blocco h1 {
        font-size: 26px
    }

    .home_flexslider .blocco h2 {
        font-size: 18px
    }

    .home_flexslider .blocco .btn {
        font-size: 12px
    }

    .home_flexslider .flex-direction-nav {
        display: none !important
    }
}

/* custom font */
.home_flexslider .blocco h1 {
    font-family: "VolvoBroad";
}

@media (min-width: 1200px) {
    .home_flexslider .blocco h1 {
        font-size: 60px;
        line-height: 60px
    }
}

@media (max-width: 1199px) {
    .home_flexslider .blocco h1 {
        font-size: 36px;
        line-height: 34px;
    }
}

/* fine custom font */

.home_flexslider .blocco_sx_dw, .home_flexslider .blocco_ce_dw, .home_flexslider .blocco_dx_dw {
    padding-top: 0;
    position: absolute;
    bottom: 50px
}

.home_flexslider .blocco_sx_dw {
}

.home_flexslider .blocco_ce_dw {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home_flexslider .blocco_dx_dw {
    text-align: right;
    right: 15%
}

/* back to top  */
#back-to-top {
    position: fixed;
    right: 20px;
    bottom: 60px;
    z-index: 999;
    width: 36px;
    height: 36px;
    display: block;
    background: #bdbdbd;
    background: rgba(195, 195, 195, 0.75);
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
}

@media (max-width: 767px) {
    #back-to-top {
        bottom: 20px;
    }
}

#back-to-top:hover {
    text-decoration: none;
    background-color: #6e6e6e;
    background: rgba(110, 110, 110, 0.75);
}

#back-to-top i {
    display: block;
    font-size: 30px;
    color: #FFF
}

/* scheda lista attributi */
.sidebar-menu .table-details tr td.lab {
    font-weight: bold;
    font-size: 12px;
}

@media (min-width: 768px) {
    .sidebar-menu .table-details tr td.lab {
        width: 50%
    }
}

@media (min-width: 992px) {
    .sidebar-menu {
        width: 100%
    }
}

@media (max-width: 991px) {
    .sidebar-menu {
        border-top: 1px solid #e5e5e5;
        padding-top: 20px
    }
}

/* gallery veicoli */
.row-padding-10 [class*="col-"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.row-photogallery img {
    border: 1px solid #e5e5e5
}

.row-photogallery [class*="col-"] {
    margin-bottom: 10px;
    overflow: hidden
}

@media (min-width: 992px) {
    .row-photogallery [class*="col-"] {
        height: 80px;
    }
}

@media (max-width: 991px) {
    .row-photogallery [class*="col-"] {
        height: 120px;
    }
}

@media (max-width: 767px) {
    .photogallery-veicoli {
        display: none
    }
}

.page_veicoli_scheda .box {
    margin: 0
}

#mainImage i {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

#mainImage img {
    border: 1px solid #e5e5e5;
    width: 100%
}

#mainImage a:hover i {
    font-size: 32px;
}

.row-photogallery a:hover img {
    opacity: 0.47;
    filter: alpha(opacity=47);
}

/* foto scheda */
.abs-ce {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#mainImage .zoom {
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 30px;
    font-size: 25px;
    border-radius: 30px;
    width: 40px;
    height: 40px;
}

#mainImage i {
    margin: 0
}

/* fascia ricerca */
.fascia-search .form-control {
    font-size: 15px;
    padding: 3px
}

.fascia-search {
    background-color: #d8d7d5;
}

.fascia-search .container {
    padding: 20px 0
}

.fascia-search .titolo_ricerca, .fascia-search .titolo_ricerca small {
    color: #000000;
}

.fascia-search .titolo_ricerca {
    font-weight: 900;
    font-size: 18px;
    padding-top: 7px;
    margin: 0;
    text-transform: uppercase
}

.block_titolo {
}

@media (max-width: 991px) {
    .fascia-search .titolo_ricerca {
        padding-top: 0;
        padding-bottom: 10px;
    }

    .fascia-search .block {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .fascia-search .btn-template-main {
        margin-top: 10px;
    }

    .fascia-search .pull_center {
        text-align: center
    }
}

.fascia-search .block_btn i {
    display: none
}

.fascia-search .block_btn .btn {
    border: 0
}

@media (min-width: 1200px) {
    .fascia-search .block_titolo {
        width: 240px
    }

    .fascia-search .block_btn {
        width: 120px;
    }

    .fascia-search .block_btn .btn {
        padding-top: 8px;
        padding-bottom: 7px
    }

    .fascia-search .block_btn i {
        display: inline-block
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .fascia-search .block_titolo {
        width: 180px;
    }

    .fascia-search .block_titolo h1 {
        font-size: 16px;
        padding-top: 10px
    }
}

@media (min-width: 992px) {
    .row-padding-5 [class*="col-"] {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

/* vetrina veicoli */
.lanci_veicoli .image {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.lanci_veicoli .image img {
}

@media (min-width: 1200px) {
    .lanci_veicoli .image {
        height: 178px;
    }

    .lanci_veicoli .content {
        height: 130px;
    }
}

@media (max-width: 1199px) {
    .lanci_veicoli .image {
        height: 143px;
    }

    .lanci_veicoli .content {
        height: 130px;
    }
}

@media (max-width: 991px) {
    .lanci_veicoli .image {
        height: 231px;
    }
}

@media (max-width: 767px) {
    .lanci_veicoli .image {
        height: auto;
    }

    .lanci_veicoli .image img {
        width: 100%
    }

    .lanci_veicoli .content {
        height: auto;
    }
}

.lanci_veicoli .content {
    text-align: left
}

.lanci_veicoli .content .titolo {
    line-height: normal
}

.lanci_veicoli .content .prezzo {
    font-size: 18px
}

.lanci_veicoli .content .titolo i {
    font-size: 16px
}

.lanci_veicoli .block > div {
    /*border-bottom:1px solid #e5e5e5;*/
    padding-top: 15px;
    padding-bottom: 10px
}

@media (min-width: 768px) {
    .lanci_veicoli .block {
        -webkit-transition: all 100ms ease-in;
        -moz-transition: all 100ms ease-in;
        -ms-transition: all 100ms ease-in;
        -o-transition: all 100ms ease-in;
        transition: all 100ms ease-in;
    }

    .lanci_veicoli .block:hover {
        margin: -2px -2px 2px 2px;
        /*
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.22);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.22);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.22);
	*/
        background-color: #ffffff
    }
}

@media (min-width: 992px) {
    .page_ricerca .lanci_veicoli .col-md-3.block {
        width: 33.33333333%;
    }
}

/* filtri ricerca */
.filtri-ricerca .btn-danger {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #FFF !important
}

.filtri-ricerca #openPanel {
    display: none;
    font-size: 22px
}

@media (max-width: 991px) {
    .filtri-ricerca .panel-body {
        display: none;
        /*position:absolute;*/
        /*width:95%;*/
        background-color: #FFF;
        z-index: 1;
    }

    .filtri-ricerca #openPanel {
        display: block
    }
}

@media (min-width: 992px) {
    .filtri-ricerca .panel-body {
        display: block !important
    }
}

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

.filtri-ricerca .panel-body a {
    color: #999;
}

.filtri-ricerca .panel-body a:hover {
    color: #333;
    text-decoration: underline
}

.filtri-ricerca .panel-body span {
    color: #333;
    font-size: 15px;
    font-weight: bold
}

.filtri-ricerca .panel.sidebar-menu .panel-body label {
    font-size: 14px
}

.filtri-ricerca .checkbox {
    margin: 3px 0 3px 10px
}

.filtri-ricerca .checked {
    background-color: #e5e5e5;
    display: block
}

.testo_ricerca {
    font-size: 14px;
    display: block;
}

.testo_ricerca i {
    color: #333
}

p.lead_10 {
    margin-bottom: 10px
}

/* carousel marchi */
.marchi-carousel {
    margin-bottom: 0
}

.marchi-carousel .owl-controls .owl-buttons {
    position: relative
}

.marchi-carousel .owl-buttons div {
    position: absolute
}

.marchi-carousel .owl-next, .marchi-carousel .owl-prev {
    top: -65px
}

.marchi-carousel .owl-prev {
    left: 0
}

.marchi-carousel .owl-next {
    right: -5px
}

@media (max-width: 991px) {
    .marchi-carousel .owl-controls .owl-buttons {
        display: none
    }
}

.section-marche {
    border-top: 1px solid #e5e5e5
}

#resultRicerca .over-item {
    text-align: center;
    position: absolute;
    z-index: 2;
    background-color: #fff !important;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/* servizi */
body.page_home .bar h2 {
    font-size: 34px
}

body.page_home .bar h2 span {
    /*color: #007445*/
}

body.page_home .servizi .icon {
    margin-top: 5px
}

body.page_home .servizi .col-sm-6 {
    min-height: 190px;
    overflow: hidden
}

@media (max-width: 767px) {
    body.page_home .servizi .col-sm-6 {
        height: auto;
    }

    body.page_home .bar h2 {
        font-size: 24px
    }
}

.team-member {
    overflow: hidden
}

@media (min-width: 1200px) {
    .team-member {
        height: 380px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .team-member {
        height: 350px;
    }
}

#btn_privacy {
    text-decoration: underline;
}

/* pulsante zoom */
@media (max-width: 991px) {
    p.buttons .btn {
        font-size: 12px
    }
}

/* mappa del sito */
.sitemap-box {
    display: none
}

.sitemap ul {
    list-style-type: none;
    padding: 0
}

.sitemap a {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
}

.sitemap a:hover {
    background-color: #e5e5e5;
    padding-left: 10px
}

@media (max-width: 991px) {
    .box-image .bg, .box-image .text, .box-image .name, .box-image-text .top .text, .box-image-text .top .bg {
        display: none
    }
}

.link-download {
    text-decoration: underline
}

.link-download:before {
    content: "\f019";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px
}

h1.content-title {
    margin: 0;
    font-size: 28px;
    padding-bottom: 20px
}

@media (max-width: 991px) {
    h1.content-title {
        font-size: x-large;
    }
}

/* account */
h1.box-title {
    margin: 0;
    padding: 0;
    float: left;
    font-size: 18px
}

.account-row {
    padding-bottom: 15px
}

@media (min-width: 768px) {
    .account-row .box-btn {
        text-align: right
    }
}

@media (max-width: 767px) {
    .account-row .box-btn {
        padding-top: 20px
    }
}

/* lista ordini */
#order-list .label {
    background-color: #777;
    font-size: 70%
}

#order-list .label.label-ric {
    background-color: #5bc0de
}

#order-list .label.label-inp {
    background-color: #f0ad4e
}

#order-list .label.label-pag {
    background-color: #5cb85c
}

#order-list .label.label-eva {
    background-color: #337ab7
}

#order-list .label.label-ann {
    background-color: #d9534f
}

span.obb {
    color: #FF0004
}

.row-btn {
    text-align: right;
    padding-top: 20px
}

@media (max-width: 737px) {
    .row-btn {
        text-align: center;
    }

    .row-btn .btn {
        width: 100%
    }
}

.row-btn .btn {
    margin-bottom: 10px
}

/* video */
.widget-video-bg {
    width: 100%;
}

@media (min-width: 768px) {
    #video-preloader {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background-color: #FFFFFF;
        z-index: 11111;
        overflow: hidden;
    }

    #video-preloader .fa {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #cccccc
    }
}

.main-preview-player {
    margin: 0 auto;
    position: relative;
    max-width: 1920px;
}

/**/
.main-preview-player:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    top: 0;
    -webkit-transform: translateZ(0);
}

.video-js .vjs-big-play-button {
    z-index: 2
}

.video-js .widget-video-header {
    z-index: 2;
    position: relative
}

.video-js .vjs-control-bar {
    z-index: 3 !important
}

.videojs-hero-overlay {
    pointer-events: none;
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}

.widget-video-bg .widget-video-header {
    /*   background-color: rgba(0, 0, 0, 0.50);*/
    color: #ffffff;
    float: left;
    padding: 20px 30px 20px 0;
    text-align: left;
    position: relative;
    z-index: 83;
}

/*.widget-video-bg h2.widget-video-title {
    font-size: 26px;
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 10px;
}
.widget-video-bg h2.widget-video-title {
    color: #ffffff;
    margin: 0;
}
.widget-video-bg h1.widget-video-title {
    font-size: 50px;
}
.widget-video-bg h1.widget-video-title, .widget-video-bg h2.widget-video-title {
    color: #ffffff;
    margin: 0;
}*/
/*
@media (max-width: 1199px){
.widget-video-bg h1.widget-video-title {
    font-size: 30px;
}
.widget-video-bg h2.widget-video-title {
    font-size: 18px;
}
}
@media (max-width: 767px){
.widget-video-bg .widget-video-header {
	display:none
}
}
*/

.widget-video-bg h1.widget-video-title {
    font-weight: 400;
    color: #FFFFFF;
    color: rgba(255, 255, 255, 1.00)
}

.widget-video-bg h2.widget-video-title {
    font-weight: 100;
    color: #FFFFFF;
    color: rgba(255, 255, 255, 1.00)
}

@media (min-width: 1200px) {
    .widget-video-bg h1.widget-video-title {
        font-size: 34px;
    }

    .widget-video-bg h2.widget-video-title {
        font-size: 25px;
        margin-bottom: 10px
    }
}

@media (max-width: 1199px) {
    .widget-video-bg h1.widget-video-title {
        font-size: 35px
    }

    .widget-video-bg h2.widget-video-title {
        font-size: 25px
    }
}

@media (max-width: 767px) {
    .widget-video-bg h1.widget-video-title {
        font-size: 28px
    }

    .widget-video-bg h2.widget-video-title {
        font-size: 20px
    }
}

/* custom font */
.widget-video-bg h1.widget-video-title {
    font-family: "VolvoBroad";
}

@media (min-width: 1200px) {
    .widget-video-bg h1.widget-video-title {
        font-size: 60px;
        line-height: 60px
    }
}

@media (max-width: 1199px) {
    .widget-video-bg h1.widget-video-title {
        font-size: 40px;
        line-height: 40px
    }
}

/* fine custom font */

.remove-after:after {
    display: none
}

/* parallax */
.parallasse .container {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .parallasse .container {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.parallax-window {
    background: transparent;
}

.parallasse.testo_sx {
    text-align: left
}

.parallasse.testo_ce {
    text-align: center
}

.parallasse.testo_dx {
    text-align: right
}

.parallasse.testo_sx {
    text-align: left
}

.parallasse.testo_ce {
    text-align: center
}

.parallasse.testo_dx {
    text-align: right
}

.bar.parallasse header h1, .bar.parallasse header h2 {
    font-weight: normal;
    margin: 0
}

.bar.parallasse header h1 {
    font-family: "VolvoBroad";
    font-size: 60px;
    line-height: 60px
}

.bar.parallasse header h2 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 400
}

@media (max-width: 767px) {
    .bar.parallasse header h1 {
        font-size: 40px;
        line-height: normal
    }

    .bar.parallasse header h2 {
        font-size: 15px;
        line-height: normal;
    }
}

/* widget carousel */
.widget-carousel .customers .item {
    padding-bottom: 10px;
}

.widget-carousel .customers .item .img {
    padding: 5px
}

.widget-carousel .customers .item h3 {
    font-size: 22px
}

@media (max-width: 991px) {
    .widget-carousel .customers .item h3 {
        font-size: 18px
    }
}

@media (min-width: 992px) {
    .widget-carousel .customers .item:hover {
        background-color: #f5f5f5;
    }
}

.testo img {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
}

.testo table {
    width: 100% !important
}

@media (max-width: 991px) {
    .br-sm {
        display: block
    }
}

@media (max-width: 767px) {
    #top .contact p {
        text-align: center;
        font-size: 14px;
        padding-bottom: 5px
    }

    #top .social {
        text-align: center;
        width: 100%;
        border-left: 0;
        padding-bottom: 5px
    }

    #top .login {
        text-align: center;
        width: 100%;
        border-left: 0
    }
}
/* home */
.widget-home {
    margin-top: 30px;
    padding-bottom: 30px;
}
.banner_sx{
    margin-bottom: 15px;
}
.widget-home  .slide_sx,
.widget-home .col_dx{
    padding-top: 27px;
}
.widget-home  .slide_sx{
    margin-bottom: 30px;
}
.widget-home-int,
.widget-home-int .slide_sx,
.widget-home-int .col_dx{
    margin-top: 0;
    padding-top: 0;
}
.widget-home .block {
    position: relative;
    margin-bottom: 20px;
    border-top: 1px solid #e5e5e5;
}
/*.widget-home article:last-child .block{
    border-bottom: 0;
}*/

.widget-home .col_1 .block,
.widget-home .col_2 .block{
    padding-top: 20px;

}
.widget-home .col_2 [class^="ion-"]{
    font-size: 22px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.widget-home .col_1 [class^="col"] {
    padding-left: 5px;
    padding-right: 5px;
}
.widget-home .col_1  div.row {
    margin-left: -5px;
    margin-right: -5px;
}
.widget-home a.img{
}
.widget-home h2 a{
    color: #187d50;
    display: block;
}
.widget-home a:hover{
    color: #000000;
}
.widget-home h2 small{
    display: block;
    font-size: 12px;
    padding-bottom:6px ;
}
.data .fa{
    margin-right: 3px;
}
.widget-home h2 small a{
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    color: #df0d39;
    font-size: 11px;
}
.widget-home .lanci h1{
    margin: 0;
    font-size: large;
    font-weight:400 ;
    text-transform: uppercase;
    margin-bottom: 10px;
   /* padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;*/
}
.lanci-documenti h2 a{
    padding-right: 20px;
}
.widget-home h2{
    margin: 0;
    font-size: medium;
    font-weight:400 ;
    margin-bottom: 20px;
    line-height: 22px;
}
@media screen and (max-width: 767px) {
    .widget-home h2{
        font-size: x-large;
        line-height: 25px;
    }
    .widget-home h2 small a{
        font-size: medium;
        margin: 10px 0;
    }
}
.widget-home .cat{
    font-size: 12px;
    padding-bottom: 10px;
}
@media(min-width:767px){

}
@media(max-width:767px){
    [class^="col"] {
        padding-left: 5px;
        padding-right: 5px;
    }
    div.row {
        margin-left: -5px;
        margin-right: -5px;
    }
}


.tag{
    text-transform: uppercase;
    font-weight: bold;
    color: #df0d39;
}
/* home flex slider */
.sx_flexslider {
    width: 100%
}
.sx_flexslider .slide_container {
    background-color: #000;
    background: rgba(0,0,0,0.6);
    padding: 20px
}
.sx_flexslider .slides li {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}
.sx_flexslider .flex-control-paging li a:hover,
.sx_flexslider .flex-control-paging li a.flex-active {
    background: #333;
    background: rgba(255, 255, 255, 1);
}

@media(min-width:1200px) {
    .sx_flexslider, .sx_flexslider .slides li {
        height: 450px
    }
}

@media(max-width:1199px) {
    .sx_flexslider, .sx_flexslider .slides li {
        height: 370px
    }
}
.sx_flexslider .blocco h1 small{
    display: block;
    color: #ffffff;
    font-size: small;
    padding-bottom: 5px;
    line-height: 20px;
}
.sx_flexslider .blocco h1 small .data{
    color: #ffffff;
}
.sx_flexslider .blocco h1 small a{
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
}
.sx_flexslider .blocco h1, .sx_flexslider .blocco h2 {
    margin: 0
}

.sx_flexslider .blocco h2 {
    font-weight: 300;
    padding-bottom: 5px;
}
.sx_flexslider,
.sx_flexslider h1 a,
.sx_flexslider h2 a,
.sx_flexslider a:hover {
    color: #FFF
}

.sx_flexslider .blocco h1 {
    font-weight: 400
}
.flex-control-nav{
    bottom: 5px;
}
.flex-control-nav li{
    float: right;
}
@media(min-width:768px) {
    .sx_flexslider .blocco h2 span.br {
        display: block
    }
}
.sx_flexslider .flex-direction-nav a:before {
    color: rgba(255, 255, 255, 1) !important;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
}
.sx_flexslider .blocco {
    position: absolute;
    bottom: 0;
    width: 100%;
}
@media(min-width:1200px) {
    .sx_flexslider .blocco h1 {
        font-size: 30px;
    }
    .sx_flexslider .blocco h2 {
        font-size: 18px;
        margin-bottom: 10px
    }
}

@media(max-width:1199px) {
    .sx_flexslider .blocco {
        padding-top: 15px
    }
    .sx_flexslider .blocco h1 {
        font-size: 28px
    }
    .sx_flexslider .blocco h2 {
        font-size: 16px
    }
}

@media(max-width:767px) {
    .sx_flexslider .blocco h1 {
        font-size: 25px
    }
    .sx_flexslider .blocco h1 .bread{
        display: none;
    }
    .sx_flexslider .blocco h2 {
        font-size: 18px;
        display: none;
    }
    .sx_flexslider .blocco .btn {
        font-size: 12px
    }
    .sx_flexslider .flex-direction-nav {
        display: none !important
    }
}

/* home category */
.col_dx .block-banner{
    margin-top: 48px;
}
body.page_home .col_dx .block-banner{
    margin-top: 20px;
}
.col_dx .sidebar-menu{
    margin-top: 18px;
}
.content-title small{
    font-size: small;
    display: block;
    padding-top: 10px;
}
.col_1 .block h2{
    margin-bottom: 0;
}
@media(max-width:991px){
    .col_1 .block .img{
        display: block;
        margin-top: 20px;
    }
}
/* media */
section.allegati .block{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
section.allegati .block a{
    display: block;
}
@media screen and (max-width: 991px){
    section.allegati .block a{
        font-size: large;
    }
}
section.allegati .block i{
    font-size: 22px;
    margin-right: 10px;
}
section.photogallery{
    margin-top: 30px;
}
section.photogallery h3,
section.allegati h3{
    display: inline-block;
    border-bottom: solid 3px #007445;
    padding-bottom: 10px;
    padding-right: 10px;
}
h3.content-title{
    font-size: 20px;
}
.fonte{
    color: #187d50;
    font-weight: bold;
}