.colore {
    color: #ccc
}

form {
    margin: 0;
}

button, input {
    outline: none !important;
}

.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: #808285;
}

.accent {
    color: #808285;
}

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

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

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

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

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

.heading {
    margin-bottom: 10px;
}

.heading h1 {
    font-size: 30px;

}

.heading h2 {
    font-size: 24px;

}

.heading h3 {
    font-size: 18px;
}

@media (max-width: 767px) {
    .heading h1 {
        font-size: 28px;
    }

    .heading h2 {
        font-size: 20px;
    }

    .heading h3 {
        font-size: 14px;
    }
}

.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5 {
    margin-bottom: 0;
    padding-bottom: 10px;
    vertical-align: middle;
    font-family: 'Frank Ruhl Libre';
}

.heading h1 i.fa,
.heading h2 i.fa,
.heading h3 i.fa,
.heading h4 i.fa,
.heading h5 i.fa {
    display: inline-block;
    background: #808285;
    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: 80px;
    height: 80px;
    color: #fff;
    line-height: 80px;
    border-radius: 40px;
    border: solid 1px #fff;
    font-size: 20px;
}

.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: #808285;
    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: #555555;
}

.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;
}

#top {
    background: #ffffff;
    color: #eeeeee;
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5;
}

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

#top .social {
    float: right;
    text-align: right;

}

#top .social a {
    color: #999999;
    display: inline-block;
    /*    width: 26px;
        height: 26px;*/
    /* border-radius: 12px;*/
    /* line-height: 20px;*/
    /*font-size: 15px;*/
    text-align: center;
    vertical-align: bottom;
    border-left: 1px solid #e5e5e5;
    padding-top: 5px;
}

#top .social a:first-child {
    border: none;
}

#top .social a i {
    width: 24px;
    height: 26px;
    line-height: 22px;
    font-size: 15px;
}

#top .social a:hover,
.social-scheda a:hover {
    color: #fff;
}

#top .social a:hover.facebook {
    background-color: #4460ae;
}

#top .social a:hover.gplus {
    background-color: #c21f25;
}

#top .social a:hover.twitter {
    background-color: #3cf;
}

#top .social a:hover.instagram {
    background-color: #cd4378;
}

#top .social a:hover.youtube {
    background-color: #c21f25;
}

#top .social a:hover.email {
    background-color: #4a7f45;
}

#top .login {
    float: right;
    padding-top: 5px;
}

#top .login a {
    font-size: 14px;
    color: #777777;
    margin-right: 15px;
    text-decoration: none;
}

#top .login a i {
    margin-right: 5px;
    font-size: 16px;
    color: #eee;
    line-height: 16px;
}

@media (max-width: 767px) {
    #top .login a i {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    #top .login {
        float: left;
    }
}

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

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

.navbar {
    border: none;
}

.navbar ul.nav > li > a {
    font-weight: 500;
    border-top: solid 1px transparent;
    font-size: 16px;
    font-family: 'Frank Ruhl Libre';
    color: #000;
}

@media (max-width: 1199px) {
    .navbar ul.nav > li > a {
        font-size: 14px;
    }
}

.navbar ul.nav > li > a:hover {
    border-top: solid 1px #777777;
}

.navbar ul.nav > li.home:first-child > a:hover,
.navbar ul.nav > li.home:first-child > a:focus {
    border-top-color: transparent;
    background-color: transparent;
}

.navbar ul.nav > li.active > a,
.navbar ul.nav > li.open > a {
    text-decoration: none !important;
    border-top: solid 1px #777777;
}

@media (max-width: 768px) {
    .navbar ul.nav > li.active > a,
    .navbar ul.nav > li.open > a {
        border-top-color: transparent;
    }

    .navbar ul.nav > li > a:hover {
        border-top-color: transparent;
    }
}

.navbar.navbar-light ul.nav > li.active > a {
    border-top: solid 5px #20616d;
    background: #fff !important;
    color: #555555 !important;
}

.navbar.navbar-light ul.nav > li.active > a:hover {
    border-top: solid 5px #20616d;
}

.navbar.navbar-light ul.nav > li > a:hover,
.navbar.navbar-light ul.nav > li.open > a:hover,
.navbar.navbar-light ul.nav > li > a:focus,
.navbar.navbar-light ul.nav > li.open > a:focus {
    border-top: solid 5px #808285;
    background: #fff !important;
    color: #555555 !important;
}

.navbar ul.dropdown-menu {
    margin: 0;
    padding: 0;
}

.navbar ul.dropdown-menu li {
    list-style-type: none;
    padding: 4px 0;
}

.navbar ul.dropdown-menu li a {
    position: relative;
    color: #000;
    display: block;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    left: 0;
}

.navbar ul.dropdown-menu li a:hover {
    color: #808285;
    text-decoration: none;
    background: none;
    left: 2px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

@media (max-width: 767px) {
    .navbar ul.dropdown-menu li a:hover {
        left: 0;
    }
}

.navbar .yamm-content h3 {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-top: 5px;
    border-bottom: dotted 1px #555555;
}

@media (max-width: 767px) {
    .navbar .yamm-content h3 {
        font-size: 14px;
    }
}

.navbar .yamm-content h5 {
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: dotted 1px #555555;
}

.navbar .yamm-content ul {
    margin: 0;
    padding: 0;
}

.navbar .yamm-content ul li {
    list-style-type: none;
    border-bottom: solid 1px #eeeeee;
    text-transform: uppercase;
    padding: 4px 0;
}

.navbar .yamm-content ul li a {
    position: relative;
    color: #999999;
    font-size: 12px;
    display: block;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.navbar .yamm-content ul li a:hover {
    color: #808285;
    text-decoration: none;
    padding-left: 2px;
}

.navbar .yamm-content .banner {
    margin-bottom: 10px;
}

.navbar .yamm-fw .dropdown-menu {
    padding: 0;
}

.navbar .navbar-buttons {
    float: right;
}

.navbar .navbar-buttons i {
    color: #333333;
}

.navbar .navbar-buttons button:hover i,
.navbar .navbar-buttons button:active i,
.navbar .navbar-buttons button:focus i {
}

.navbar .navbar-buttons button,
.navbar .navbar-buttons a.btn,
.navbar .navbar-buttons .btn-default.navbar-toggle {
    margin-top: 21px;
    margin-bottom: 11px;
    margin-left: 0;
    margin-right: 5px;
}

.navbar .btn-default,
.navbar .btn-default.navbar-toggle {
    color: #999999;
    background-color: #fff;
    margin-left: 7px;
    margin-right: 0;
}

.navbar .btn-default:hover,
.navbar .btn-default.navbar-toggle:hover,
.navbar .btn-default:focus,
.navbar .btn-default.navbar-toggle:focus {
    background-color: #ccc;
    border-color: #ccc;
    color: #fff;
}

.navbar #search {
    clear: both;
    border-top: solid 1px #808285;
    text-align: right;
}

.navbar #search form {
    float: right;
}

.navbar #search form .input-group {
    width: 500px;
}

@media (max-width: 768px) {
    .navbar #search form .input-group {
        width: 100%;
    }
}

.navbar #basket-overview a {
    margin-left: 7px;
}

.navbar-affixed-top {
    top: -32px;
}

.navbar-affixed-top.affix-top {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.navbar-affixed-top.affix {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    -webkit-box-shadow: 0 0 5px #cccccc;
    box-shadow: 0 0 5px #cccccc;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#login-modal {
    overflow: hidden;
}

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

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

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

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

/* buttons  */
.btn {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    padding: 6px 12px;
    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: #000000;
    border-color: #ccc;
    background-color: #ffffff;
    padding: 7px 30px;
    font-size: 20px;
    font-family: 'Frank Ruhl Libre';
}

.btn-inverse {
    color: #ccc;
    border-color: #ccc;
    background-color: #fff;
}

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

.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: #808285;
}

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

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

.btn-template-transparent-primary {
    color: #000;
    background-color: transparent;
    border-color: #000;
    font-family: 'Frank Ruhl Libre';
    font-size: 18px;
    padding-right: 30px;
    padding-left: 30px;
}

.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: #000;
    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: #808285;
    border-color: #808285;
}

.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: #2c8494;
    border-color: #2a7d8c;
}

.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: #808285;
    border-color: #808285;
}

.btn-template-primary .badge {
    color: #808285;
    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;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: rgba(189, 153, 78, 0.8);
}

/*body.is-desktop .bg-1,
body.is-tablet .bg-1 {
    background-image: url('../img/home/desktop/1.jpg');
}

body.is-desktop .bg-2,
body.is-tablet .bg-2 {
    background-image: url('../img/home/desktop/2.jpg');
}

body.is-desktop .bg-3,
body.is-tablet .bg-3 {
    background-image: url('../img/home/desktop/3.jpg');
}

body.is-desktop .bg-4,
body.is-tablet .bg-4 {
    background-image: url('../img/home/desktop/4.jpg');

}

body.is-phone .bg-1 {
    background-image: url('../img/home/phone/1.jpg');
}

body.is-phone .bg-2 {
    background-image: url('../img/home/phone/2.jpg');
}

body.is-phone .bg-3 {
    background-image: url('../img/home/phone/3.jpg');
}

body.is-phone .bg-4 {
    background-image: url('../img/home/phone/4.jpg');
}*/

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

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

.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
    color: #ffffff;

}

.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;
    position: relative;
}

.jumbotron h1 small {
    color: #fff;
    font-size: 21px;
}

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

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

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

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

}

.panel.sidebar-menu .form_search .btn {
    font-size: 15px;
    background-color: #cccccc;
    color: #ffffff;
}

.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 #808285;
    line-height: 1.1;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-family: 'Frank Ruhl Libre';
}

.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 #555555;
    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: #555555;
}

.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-family: "Times New Roman", Times, serif;
    font-weight: normal;
    text-transform: none !important;
    display: block;
    padding: 10px 15px;
    padding-left: 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: #808285;
    margin: 5px 5px 5px 0;
    text-transform: uppercase;

    font-weight: 700;
    font-size: 12px;
}

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

.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;

}

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

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

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

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

.ribbon.sale {
    top: 0;
}

.ribbon.new {
    top: 50px;
}

.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: #808285;
}

.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: #808285;
    padding: 0;
    background: #fff;
    border-radius: 13px;
    vertical-align: middle;
    text-align: center;
    opacity: 1;
    filter: alpha(opacity=100);
}

.home-carousel {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
body.is-desktop .home-carousel {
       background-image: url(../img/home/desktop/bg.jpg);
}
body.is-phone .home-carousel {
    background-image: url(../img/home/phone/bg.jpg);
}
body.is-tablet .home-carousel {
    background-image: url(../img/home/tablet/bg.jpg);
}
.owl-theme .owl-dots .owl-dot span {
    width: 5px !important;
    height: 5px !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
    background: #fec72e !important;
}
@media(min-width:768px){
    .home-carousel .owl-theme .owl-dots, .owl-theme .owl-nav{
        text-align: right;
    }
}

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

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

.home-carousel h1 {
    line-height: 40px;
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .home-carousel .image {
        height: 300px;
        overflow: hidden;
        background-position: center center;
        background-size: auto 100%;
        background-repeat: no-repeat;
        text-align: right;
    }
}

.home-carousel .image img {
    height: 100%;
}

@media (max-width: 767px) {
    .home-carousel .image {
        display: none;
    }

    .home-carousel .text {
        background-color: rgba(0, 0, 0, 0.5);
        margin: 20px;
        padding: 10px 5px;
    }
}

.home-carousel .owl-theme .owl-controls .owl-page span {
    background: #666;
    border: 1px solid #fff;
}

.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 (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 h1 {
    font-weight: 700;
    font-size: 40px;
    font-family: 'Frank Ruhl Libre';

}

.home-carousel h1 a {
    color: #fec72e;
}

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

    .home-carousel .img-responsive {
        width: 100%;
    }
}

.home-carousel h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;

}

.home-carousel ul,
.home-carousel p {
    font-size: 18px;
    padding: 0;
    color: #ffffff;
    font-family: 'Frank Ruhl Libre';
}

.home-carousel .category a,
.home-carousel .category {
    font-size: 16px;
    font-weight: 300;
    padding: 0;
    color: #fec72e;
}
.home-carousel p a{
    color: #ffffff;
}
@media (max-width: 991px) {
    .home-carousel ul,
    .home-carousel p {
        font-size: 16px;
    }
}

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

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

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

.customers .item img {
    display: inline-block;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.customers .item img:hover {
    max-width: none;
    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: #808285;
    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;
}

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

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

.box-simple h3 {
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.5;
    color: #555555;
    font-weight: 800;

}

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

.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: #555555;
    border-color: transparent;
    font-size: 70px;
}

.box-simple.box-dark {
    padding: 20px;
    border: dotted 1px #999999;
    background: #555555;
    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: #808285;
}

.box-image .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 .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: 50%;
    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.7;
    filter: alpha(opacity=70);
}

.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: 15px;
}

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

.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: 50%;*/
    top: -50%;
    /* -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;
    text-align: center;
}

.box-image-text .content h3,
.box-image-text .content h4 {
    font-weight: 500;
    margin: 5px 0;
    font-size: 18px;
    font-family: 'Frank Ruhl Libre';
}

.box-image-text .content p {
    font-size: 15px;
}

@media (max-width: 1199px) {
    .box-image-text .content h3,
    .box-image-text .content h4 {
        font-size: 18px;
    }

    .box-image-text .content p {
        font-size: 14px;
    }

}

.box-image-text .content p i {
    font-size: 13px;
}

.box-image-text .content h4 i {
    font-size: 75%;
}

.box-image-text .content h4 a {
    color: #9B7A00;
}

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

.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 {
    top: 40%;
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: none;
    border-right: none;
}

.box > h2 {
    font-size: 22px;

}

.box .box-header {
    background: #f7f7f7;
    margin: -20px 0 20px;
    padding: 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;
}

.bar {
    position: relative;
    background: #808285;
    padding: 60px 0;
}

.bar.background-pentagon {
    border-top: solid 1px #999999;
    border-bottom: solid 1px #999999;
}

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

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

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

.bar.background-image-fixed-1 {
    background-attachment: fixed;
    background-size: cover;
}

.bar.background-image-fixed-2 {
    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: #555555;
    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: #555555;
    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: #555555;
    line-height: 50px;
    border-radius: 25px;
    border: solid 1px #555555;
}

.showcase .item h4 {
    color: #555555;
    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 #808285;
    overflow: hidden;
}

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

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

}

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

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

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

.packages .package .price h4 {
    display: inline;
    font-size: 50px;
    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 #ccc;
}

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

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

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

.packages .best-value .package .package-header {
    height: 72px;
    padding-top: 17px;
    height: 82px !important;
}

.packages .best-value .package .package-header h5 {
    font-weight: bold;
    line-height: 29px;
    text-transform: uppercase;

}

.packages .best-value .package .package-header .meta-text {
    font-size: 13px;
    line-height: 15px;
}

#map {
    height: 300px;
}

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

#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: #555555;
}

#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: #808285;
}

#blog-listing-big .post .author-category,
#blog-homepage .post .author-category {
    color: #999999;
    font-weight: 300;
    padding-left: 20px;
}

#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: #808285;
}

#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 .post {
    margin-bottom: 60px;
}

#blog-listing-medium .post h2 {
    margin: 0 0 10px;
    font-size: 24px;
}

#blog-listing-medium .post .author-category {
    float: left;
    color: #999999;
    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 {
    float: right;
    font-size: 12px;
}

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

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

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

#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,
.box-image-text.blog .data{
    color: #999999;
    font-weight: 300;
    font-size: 13px;
    font-family: 'Frank Ruhl Libre';
}

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

.box-image-text.blog .intro {
    text-align: left;
    margin-bottom: 20px;
}
@media(max-width:767px){
    .box-image-text .top .bg, .box-image-text .top .text{
        display: none !important;
    }
}

#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 .author-category {
    margin-left: 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;
}

.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: 14px;
    font-weight: 700;
    height: 39.6px;
    text-transform: uppercase;

}

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

.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;
}

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

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

#productMain .sizes input {
    display: none;
}

#productMain .price {
    font-size: 40px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

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

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

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

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

#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: #555555;
    font-weight: 700;
}

#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: 50px;
    text-align: right;
}

#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;
}

#get-it {
    background: #808285;
    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 {
    border-top: 3px solid #fec72e;
    background: #282828;
    padding: 20px 0;
    color: #999999;
    margin-top: 30px;
}

body#home #footer {
    margin-top: 0 !important;
}

#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;
    font-size: 12px;
}

#footer ul a:hover {
    color: #808285;
    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: 7.5px;
    overflow: hidden;
}

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

#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 #555555;
}

#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: #555555;
    font-size: 25px;
    margin: 0 10px 0 0;
}

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

#copyright {
    background: #1e1e1e;
    color: #ccc;
    padding: 20px 0;
    font-size: 12px;
    line-height: 28px;
}

#copyright a {
    color: #ccc;
}

#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;
    }
}

/* nav */
.nav > li > a {
    padding: 8px 15px;
}

.nav > li > a {
    padding: 8px 15px;
}

/*@media (min-width:768px) and (max-width:990px){
    .navbar ul.nav > li > a{
        padding: 8px 5px;
        font-size: 14px;
    }
}
@media (min-width:991px){
    .navbar ul.nav > li > a{
        padding: 28px 5px;
    }
}*/
@media (min-width: 1200px) {
    .navbar ul.nav > li > a {
        padding: 33px 5px;
    }
}

@media (max-width: 1199px) {
    .navbar ul.nav > li > a {
        padding: 33px 8px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .navbar ul.nav > li > a {
        padding: 33px 4px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .navbar ul.nav > li > a {
        padding: 15px 15px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

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

    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }

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

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

.nav > li.home:first-child > a {
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width: 992px) {
    .navbar-account .nav > li > a {
        padding: 5px;
    }
}

.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: #808285;
}

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

.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 #eeeeee;
}

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

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: solid 1px #808285;
    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 #808285;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #808285;
        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;
}

.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: #808285;
}

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

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

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

.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 #808285;
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #808285;
        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: 15px;
    border-top: none;
}

/* navbar */
.navbar {
    position: relative;
    min-height: 80px;
    margin-bottom: 0;
    border-bottom: 1px solid transparent;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0px;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }

    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-collapse {
    overflow-x: visible;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-affixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-affixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
    height: 88px;
}

@media (max-width: 767px) {
    .navbar-brand {
        height: 80px;
    }
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 14px;
    margin-bottom: 14px;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 14px;
    margin-bottom: 14px;
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-btn.btn-sm {
    margin-top: 16px;
    margin-bottom: 16px;
}

.navbar-btn.btn-xs {
    margin-top: 20px;
    margin-bottom: 20px;
}

.navbar-text {
    margin-top: 21px;
    margin-bottom: 21px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }

    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #ffffff;

}

body#home .navbar-default {
    border-color: #fec72e;
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

.navbar-default .navbar-brand {
    color: #555555;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #3b3b3b;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777777;
}

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

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #000;
    /*background-color: rgba(189, 153, 78, 0.2);*/
}

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

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ffffff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #e5e5e5;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #cccccc;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: rgba(191, 147, 48, 0.5);
    color: #ffffff;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #555555;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #808285;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #808285;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #555555;
}

.navbar-default .navbar-link:hover {
    color: #555555;
}

.navbar-default .btn-link {
    color: #555555;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #555555;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #cccccc;
}

/* scaffolding */
body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
}

h1 small,
h2 small {
    color: #000000;
}

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

a:hover,
a:focus {
    color: #000000;
    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;
}

/* dropdowns */
.dropdown-menu {
    z-index: 1000;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    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: nowrap;
}

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

}

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

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

.form-control:focus {
    border-color: #cccccc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, 0.2);
}

.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 #808285;
    border-radius: 0;
}

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

.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: #808285;
    background-color: #ffffff;
    border: 1px solid #ccc;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #ffffff;
    background-color: #333333;
    border-color: #ccc;
}

.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: #ccc;
    border-color: #ccc;
}

.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: #ccc;
}

/* 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: 900;
    line-height: normal;
    color: #000;
}

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

p {
    margin: 0 0 10px;
}

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

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

.iframe_wrapper {
    padding-top: 20px;
    padding-bottom: 40px;
}

.iframe_wrapper .video_info {
    text-align: right;
    font-size: 13px;
    padding-top: 5px;
}

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

.testo a {
    text-decoration: underline;
}

.testo img {
    margin-bottom: 10px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .testo img {
        width: 100% !important;
        height: auto !important;
        float: none;
    }
}

@media (min-width: 768px) {
    .testo {
        font-size: 18px;
        line-height: 30px;
    }
}

.testo .img_testo {
    float: left;
    margin: 0 20px 20px 0;
    width: 30%;
}

.testo .img_testo img {
    width: 100%;
}

.testo .time, .author {
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
    font-family: 'Frank Ruhl Libre';
}

.testo .time {
    font-style: italic;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .testo .img_testo {
        float: none;
        margin: 0 0 20px 0;
        width: 100%;
    }
}

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

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

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

.text-primary {
    color: #808285;
}

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

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

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 #808285;
}

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 #808285;
}

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: #ccc;
}

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

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

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

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

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

.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: #808285;
    background-color: #ffffff;
}

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

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

.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;
}

/* custom */
.navbar-account .navbar-toggle .icon-bar {
    background: #333;
}

.navbar-account .navbar-nav > li > a {
    padding: 17px 10px;
}

#content {
    padding-bottom: 30px;
}

@media (min-width: 992px) {
    #content {
        padding-bottom: 80px;
    }
}

#content {
    padding-bottom: 0;
}

ul, ol {
    margin-bottom: 0;
}

.top-menu {
    float: left;
}

.top-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.top-menu ul li {
    display: inline-block;
}

#top .social i.fa {
    /* margin: 6px 5px;*/
}

#top .social a {
    /*margin-left: 5px;*/
}

/* form ricerca */
.tab-search {
    border: 0;
}

/* footer */

.menu-sub-footer ul li {
    display: inline-block;
    padding: 0 5px;
}

.navbar-wrapper {
    background-color: #e5e5e5;
}

#heading-breadcrumbs.breadcrumb-account {
    margin-bottom: 0;
}

/*
 * Plugin: Select2
 * ---------------
 */
.select2-container--default .select2-selection--single .select2-selection__clear,
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    font-size: 22px;
    margin-right: 10px;
}

.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
    outline: none;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0;
    padding: 6px 12px;
    height: 34px;
}

.select2-container--default.select2-container--open {
    border-color: #3c8dbc;
}

.select2-dropdown {
    border: 1px solid #d2d6de;
    border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3c8dbc;
    color: white;
}

.select2-results__option {
    padding: 6px 12px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    margin-top: -4px;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 6px;
    padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    right: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0;
}

.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
    border: 1px solid #d2d6de;
}

.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
    outline: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #3c8dbc !important;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true]:hover {
    color: #444;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #d2d6de;
    border-radius: 0;
}

.select2-container--default .select2-selection--multiple:focus {
    border-color: #3c8dbc;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #d2d6de;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc;
    border-color: #367fa9;
    padding: 1px 10px;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.7);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px;
}

/* dashboard */
.dashboard .thumbnail a {
    display: block;
}

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

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

/* scheda */
.badge-opzioni {
    font-size: 14px;
    padding: 5px 15px;
    background-color: #ccc;
    font-weight: normal;
    text-transform: uppercase;
}

.box-image-text .image {
    width: 100%;
    border: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
    .box-image-text .image img {
        width: 100%;
    }
}

.box-image-text .image {
    text-align: center;
    overflow: hidden;
    background: #fff;
}

.row-ads .info strong {
    font-weight: normal;
}

.row-ads .content {
    overflow: hidden;
}

.row-ads .image .type,
.col-scheda .type {
    position: absolute;
    right: 1px;
    top: 10px;
    padding: 3px 10px;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(189, 153, 78, 0.8);
}

.col-scheda .type {
    font-size: 14px;
}

@media (min-width: 1200px) {
    .box-image-text .image {
        height: auto;
    }

    .row-ads .content {
        height: 135px;
    }
}

.box-image-text .image {

}

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

    .row-ads .content {
        height: 130px;
    }
}

.col-scheda table tr:first-child td {
    border: none;
}

.col-scheda table tr td {
    font-size: 18px;
}

.col-scheda table tr td.et {
    font-size: 16px;
    color: #ccc;
    width: 1%;
    white-space: nowrap;
}

.col-scheda table tr td.dt {
    font-size: 18px;
}

.col-scheda table tr td.inf {
    font-size: 19px;
    white-space: normal;
}

.col-scheda table tr td.dt .fa-map-marker {
    color: #ea4335 !important;
    margin-left: 6px;
    font-size: 28px !important;
    float: right;
}

/* form ricerca */
.jumbotron .tab-search {
    background: rgba(0, 0, 0, 0.5);
}

.form-search .form-control {
    font-size: large;
    height: 40px;
}

.form-search .submit-block {
    padding-top: 25px;
}

.form-search .submit-block .btn {
    padding: 8px 10px;
    font-size: 16px;
}

.jumbotron .form-search .input-block,
.jumbotron .form-search .submit-block {
    width: 100%;
}

.jumbotron .form-search .input-block label {
    display: block;
    color: #fff;
    padding: 5px 0;
    font-weight: bold;
}

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

.jumbotron .nav-tabs > li > a {
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0 0 0 0;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

.jumbotron .nav-tabs > li.active > a,
.jumbotron .nav-tabs > li.active > a:hover,
.jumbotron .nav-tabs > li.active > a:focus {
    border: 1px solid transparent;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.jumbotron .form-search .submit-block {
    padding-top: 30px;
}

.jumbotron .form-search .btn {
    width: 100%;
    font-size: 18px;
}

.jumbotron .tab-content {
    padding: 20px 20px 30px 20px;
}

/* menu fixed */
body.fixed_menu #navbar_wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
}

.submit-group {
    text-align: right;
}

/* 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
}

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

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

.shared a {
    display: inline-block;
    font-size: 20px;
    color: #a2a2a2;
    text-align: center;
}

@media (min-width: 768px) {
    .shared a {
        width: 30px;
    }
}

.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;
        padding: 10px 0;
    }

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

/* breadcrumbs */
.breadcrumb {
    padding: 6px 0;
    margin-bottom: 0px;
    background-color: transparent;
    border-radius: 0;
}

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

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

@media (max-width: 991px) {
    .breadcrumb {

    }
}

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

#heading-breadcrumbs {
    margin-bottom: 20px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

.area-auth #heading-breadcrumbs {
    margin-bottom: 0;
}

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

#heading-breadcrumbs ul.breadcrumb {
    /*margin-top: 5px;
    margin-bottom: 0;
    */
    font-size: 12px;
}

/* autocomplete */
.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.30);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.30);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.30);
}

.autocomplete-suggestion {
    padding: 4px 5px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}

/* steps */
.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 20%;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.stepwizard .active {
    background-color: #ccc;
    color: #ffffff;
}

.stepwizard-step .btn {
    border-color: #ccc;
}

/* validator */
label.error {
    color: red !important;
    font-weight: bold;
}

/* modal */
#annunci_template li:hover {
    background-color: #e5e5e5;
}

#annunci_template li a {
    display: block;
}

#myModal .modal-body {
    height: 80vh;
    margin-bottom: 20px;
    overflow: auto;
}

/* foto default */
#annunci_foto div {
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.form-annuncio-step .back-right {
    text-align: right;
}

.form-annuncio-step .back-right a {
    color: #000;
}

/* notify */
.result_data {
    height: 350px;
    overflow: auto;
    position: relative;
}

@media (max-width: 767px) {
    .result_data {
        height: 200px;
        margin-bottom: 20px;
    }
}

.result_data .loader {
    position: absolute;
    width: 100%;
    height: 300px;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
}

.result_data .loader .fa-spinner {
    color: #fff;
    font-size: 20px;
    top: 50px;
    position: absolute;
}

/* search bar */
section.hero {
    color: #fff;
    background-size: cover !important
}

.search-bar {
    padding: 5px;
    margin-top: 30px;
    padding-left: 30px
}

@media (min-width: 992px) {
    .search-bar {
        border-radius: 100px;
        background: #fff;
        /*  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        */
        border: 1px solid #ccc;
    }

    .jumbotron_search .search-bar {
        border: 0;
    }
}

.search-bar .form-group {
    margin-bottom: 0;
    position: relative
}

.search-bar .form-group label {
    position: absolute;
    top: 50%;
    right: 15px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #aaa;
    font-size: 0.8em
}

.search-bar .form-group::after {
    content: '';
    display: block;
    height: 60%;
    width: 1px;
    background: #ddd;
    position: absolute;
    top: 20%;
    right: 0
}

.search-bar .form-group:nth-of-type(3)::after,
.search-bar .form-group:last-of-type::after {
    display: none
}

.search-bar input {
    background: none;
    border: none;
    padding: 20px 0 15px;
    padding-top: 15px;
    width: 100%;
    font-size: 18px;
}

.search-bar input::-moz-placeholder {
    color: #aaa;
}

.search-bar input::-webkit-input-placeholder {
    color: #aaa;
    font-size: 16px;
}

.search-bar input:-ms-input-placeholder {
    color: #aaa;
    font-weight: 300;
}

.search-bar .submit {
    background: #ccc !important;

    color: #fff;
    border-radius: 100px;
    font-size: 26px;
    font-weight: 300;
    cursor: pointer;
    padding: 7px 8px 11px 8px
}

.search-bar label {
    cursor: default !important;
}

.title-hero {

    font-weight: 600;
}

.search-bar .location i {
    font-size: 18px;
}

.form-search {
    padding-bottom: 40px;
}

@media (max-width: 992px) {
    .form-search {
        padding-bottom: 20px;
    }

    .search-bar {
        background: none;
        padding: 20px 0
    }

    .search-bar .form-group::after {
        display: none
    }

    .search-bar .form-group label {
        right: 30px
    }

    .search-bar input {
        background: #fff;
        margin-bottom: 15px;
        padding: 10px 20px;
        border-radius: 50px;
        height: 60px;
    }

    .form-search .search-bar input {
        background: #f5f5f5;
    }

    .search-bar .submit {
        height: auto;
    }

    .search-bar label {
        top: calc(50% - 8px) !important
    }

    .search-bar .submit {
        margin-top: 15px
    }

    .jumbotron_search {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .jumbotron_search h1 {
        font-size: 40px;
    }

    .search-bar {
        padding: 5px 0;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .search-bar {
        padding: 5px 0;
        margin-top: 0;
    }

    .search-bar input {
        height: 50px;
        border: 1px solid #aaa;
    }

    .jumbotron p.text-hero {
        padding: 0;
        margin-bottom: 5px;
        font-size: 15px;
    }

    .title-hero {
        margin: 0;
        margin-bottom: 5px;
    }

}

/* btn */
.row-ads .btn-template-main {
    color: #ccc;
    background-color: #fff;
    text-transform: none;
    font-size: 18px;
    width: 100%;
    padding: 5px 12px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
    text-transform: none;
}

.row-ads .btn-template-main:hover,
.row-ads .btn-template-main:active,
.row-ads .btn-template-main:focus {
    background-color: #ccc;
}

.btn-radius {
    border-radius: 19px;
    border-color: #ccc;
}

/* home section */
.home-tabs .nav-justified {
    border-bottom-color: #be922f;
    margin-top: 20px;
}

.home-tabs .nav-pills > li.active > a,
.home-tabs .nav-pills > li.active > a:hover,
.home-tabs .nav-pills > li.active > a:focus {
    background-color: #be922f;
}

.home-tabs .nav-pills > li > a {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 18px;
}

@media (max-width: 767px) {
    .home-tabs .nav-pills > li > a {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
}

.home-section {
    padding-top: 25px;
}

.home-section header h1 {

    font-size: 35px;
    margin-top: 0;
    margin-bottom: 0;
}

.home-section header h1 span {
    color: #ccc;
}

@media (max-width: 992px) {
    .home-section header h1 {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .home-section header h1 {
        font-size: 28px;
    }
}

.reg-section {
    background-image: url(../img/bg_reg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.reg-section,
.reg-section h1 {
    color: #fff;
}

@media (min-width: 992px) {
    .reg-section {
        padding: 100px 0;
    }

    h2.box-title {
        font-size: 25px;
    }

    h1.box-title {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    h2.box-title {
        font-size: 22px;
    }

    h1.box-title {
        font-size: 28px;
    }
}

.box p {
    font-size: medium;
    margin-bottom: 30px;
}

.form-custom .form-control {
    border-color: #ccc;
    border-radius: 22px;
    padding: 8px 15px;
    font-size: 18px;
    height: 45px;
}

.form-custom label {
    color: #ccc;
    font-size: 18px;
}

@media (min-width: 992px) {
    .box-login {
        padding-right: 80px;
    }
}

/* pulsante disabilitato */
form .btn:disabled {
    background-color: #ccc;
}

.ad .marketer {
    border: 1px solid #e5e5e5;
}

.row-tools {
    padding-top: 20px;
}

@media (min-width: 768px) {
    .ad .marketer .box-btn,
    .ad .marketer .box-logo,
    .ad .marketer .box-nome {
        height: 200px;
        display: flex;
        align-items: center
    }

    .ad .marketer .box-btn {
        justify-content: center;
    }

    .ad .marketer .btn-inverse {
        text-decoration: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ad .marketer .box-btn,
    .ad .marketer .box-logo,
    .ad .marketer .box-nome {
        height: 150px;
    }
}

.ad .marketer .box-logo {
    border-right: 1px solid #e5e5e5;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ad .marketer .box-nome {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
}

.ad .marketer .box-nome a {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .ad .marketer .box-logo {
        border-right: 0;
        border-bottom: 1px solid #e5e5e5;
    }

    .ad .marketer .box-logo img {
        width: 100%;
    }

    .ad .marketer .box-btn {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

}

.ad h1.nome {
    font-size: 42px;
}

.ad h2.nome {
    font-size: 25px;
}

.ad .wrapper-scheda {
    background-color: #f7f7f7;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ad .wrapper-scheda .foto {
    position: relative;
}

@media (min-width: 768px) {
    .ad .wrapper-scheda .foto {
        display: inline-block;
    }
}

.ad .col-scheda .row-info {
    color: #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
}

.ad .row-info .fa-map-marker {
    color: #ea4335 !important;
    margin-left: 6px;
    font-size: 28px !important;
    float: right;
}

.ad .col-scheda .row-info:last-child {
    border: 0;
}

.ad .col-scheda .row-info strong {
    font-weight: normal;
    color: #000;
    padding: 0 5px;
}

.ad .col-scheda .row-info i {
    color: #000;
    font-size: 15px;
    font-style: normal;
}

@media (max-width: 991px) {
    .ad h1.nome {
        font-size: 32px;
    }

    .ad h2.nome {
        font-size: 25px;
    }
}

@media (max-width: 992px) {
    .ad .col-scheda .img-responsive {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .ad .col-scheda .img-responsive {
        width: 100%;
    }
}

/* form */
.obb {
    color: red;
}

label.error {
    display: block;
}

/* widget */
section.widget {
    padding-top: 20px;
}

/* collapse */
.panel-body {
    font-size: 16px;
}

.content-collapse .panel-heading a {
    display: block;
}

.content-collapse .panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}

.content-collapse .panel-heading .accordion-toggle.collapsed:after {
    content: "\e080";
}

.custom-tabs a {
    font-size: medium;
    font-weight: bold;
}

#annunci_foto div {
    width: 150px;
    height: 150px;
    overflow: hidden;
}

/* fix ie */
.wrapper-scheda .col-scheda .img-responsive,
.marketer .box-logo .img-responsive {
    width: 100% !important
}

/* photogallery */

.row_photogallery_media .owl-item{
    padding-bottom: 50px !important;
    margin-bottom: 10px;
}
.row_photogallery {

    margin-top: 30px;
    border-top: 1px solid #e5e5e5;
}

.row_photogallery .photo {
    margin-top: 30px;

}

.row_photogallery .photo img:hover {
    opacity: 0.5;
}

.row_photogallery_media {
    background-color: #000;
    margin-top: 30px;
    margin-bottom: 30px;
}

.row_photogallery_media .photo {
    text-align: center;
    padding: 20px 0;
    height: 500px;
}

.row_photogallery_media .photo .descri {
    color: #fff;
    padding: 10px;
    height: 60px;
    overflow: hidden;
}

.row_photogallery_media .photo img {
    height: 500px;
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
}

.row_photogallery_media .slick-prev, .row_photogallery_media .slick-next {
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

@media (max-width: 767px) {
    .row_photogallery_media .slick-prev, .row_photogallery_media .slick-next {
        top: 40px;
    }

    .row_photogallery_media .photo img {
        /*width: 100%;*/
        height: 350px;
    }

    .row_photogallery_media .photo,
    .row_photogallery_media .photo .descri {
        height: auto;
    }
}

/* search */
.search {
    border-bottom: 1px solid #e5e5e5;
}

.search h1.box-title {
    margin-top: 0;
    padding-top: 10px;
    margin-bottom: 0px;
    font-size: 22px;
    font-family: 'Frank Ruhl Libre';
}

.search .author-category {
    font-weight: bold;
    font-family: 'Frank Ruhl Libre';
}

.search .author-category span,
.search .author-category i {
    font-weight: normal;

}

/* widget */
.home-newsletter,
.home-newsletter p {
    font-family: 'Frank Ruhl Libre';
}

.home-newsletter {
    padding: 30px 0 60px 0;
    color: #fff;
}

.home-newsletter .heading {
    margin: 0;
}

.home-newsletter h1 {
    color: #fec72e;
    font-size: 38px;
    padding: 0;
}

.home-newsletter .single {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.home-newsletter .single h2 {
    font-size: 22px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.home-newsletter .single .form-control {
    height: 50px;
    background: rgba(255, 255, 255, 1);
    text-align: center;
    border-color: transparent;
    font-size: 25px;
    color: #000;
    /*  border-radius: 20px 0 0 20px; */
}

.home-newsletter .single .form-control:focus {
    box-shadow: none;
    border-color: #243c4f;
    border: 0;
}

.home-newsletter .single .btn {
    min-height: 50px;
    /* border-radius: 0 20px 20px 0;*/
    background: #fec72e;
    color: #000;
    font-size: 20px;
    margin-right: -1px;
    font-family: 'Frank Ruhl Libre';
}

.home-newsletter label.error {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: -30px;
    color: #fff !important;
    text-align: center;
    margin: 0 auto;
}

.home-newsletter .input-group {
    border: 3px solid #fec72e;

}
/* post tag */
.post_tag {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 0;
    margin-top: 10px;
    margin-bottom: 30px;
    font-family: 'Frank Ruhl Libre';
}
.post_tag ul.tag-cloud {
    list-style: none;
    padding-left: 0;
}

.post_tag ul.tag-cloud li {
    display: inline-block;
}

.post_tag ul.tag-cloud li a {
    display: inline-block;
    padding: 5px;
    color: #000000;
    margin: 5px 5px 5px 0;
    text-transform: uppercase;
    font-size: 15px;
}

.post_tag ul.tag-cloud li a:hover {
    color: #000000;
    text-decoration: none;
    border-color: #808285;
}
/* articoli correlati */
.panel-correlati .block{
    margin-bottom:30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}
.panel-correlati .block .content{
    padding-top: 10px;
    font-size: 15px;
}
.panel-correlati .block h1 a {
    color: #9B7A00;
}
.panel-correlati .block .data a,
.panel-correlati .block .author-category a {
    font-weight: bold;
}
.panel-correlati .block .data,
.panel-correlati .block .author-category{
    color: #999999;
    font-weight: 300;
    font-size: 13px;
    font-family: 'Frank Ruhl Libre';
}

.panel-correlati .block h1{
    font-weight: 500;
    margin: 5px 0;
    font-size: 18px;
    font-family: 'Frank Ruhl Libre';
}
.panel-correlati .block:last-child{
    border-bottom: 0;
}

