
/*reset*/
ul{
    list-style-type: none;
}

/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:-moz-transform, opacity;
    transition-property:transform, opacity;
}

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/

header {
    z-index: 99999;
}

.navbar {
    width: 100%;
    margin-bottom: 0;
    background: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border:0;
}

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

.navbar.active {
    opacity: 0.95;
}

.navbar-brand {
    padding: 0 5px 0 21px;
    height: auto;
}
.navbar-brand img{max-height: 70px;}

.innher-header {
    padding: 0 15px;
}

.navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
}

.navbar-default .navbar-nav > li {
    margin-left: 2px;
}

.navbar-default .navbar-nav > li:first-child {
    margin-left: 0px;
}

.navbar-default .navbar-nav > li > a {
    /*color: #163B71;*/
    color:#a18759;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 25px 10px;
    position: relative;
    transition-property: background;
    transition-duration: 1s;
    transition-timing-function: linear;
}

.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background: #a18759;
}

/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/

#container {
    opacity: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

#container.active {
    opacity: 1;
}


.preloader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    -webkit-backface-visibility: hidden;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.preloader img {
    -webkit-backface-visibility: hidden;
}

/*-------------------------------------------------*/
/* =  content - home section
/*-------------------------------------------------*/


.flexcaption {
    max-width: 1010px;
    padding: 10px 15px;
    margin: -150px auto 0 auto;
    text-align: center;
    background:#000;
    opacity: 0.7;
}

.flexcaption h1 {
    color: #fff;
    font-size: 72px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin: 0 0 20px;
}

.flexcaption div {
    width: 170px;
    height: 1px;
    margin: 0 auto 30px !important;
    text-align: center;
    position: absolute;
}

.flexcaption div:after {
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 0;
    content: '';
}

.flexcaption div span {
    width: 10px;
    height: 10px;
    border: 3px solid #8a8a8a;
    display: block;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 2;
    position: relative;
}

.flexcaption > p {
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 27px;
    margin: 0 auto 25px;
}

/*-------------------------------------------------*/
/* =  content - about section
/*-------------------------------------------------*/

.section {
    margin-bottom: 100px;
}

#about-section {
    text-align: center;
}

.title-section {
    margin-top: -50px;
    margin-bottom: 65px;
    text-align: center;
}

.title-section h1 {
    color: #252525;
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
}

.title-section div.dotted-line {
    width: 170px;
    height: 1px;
    margin: 0 auto 25px;
    text-align: center;
    position: relative;
}

.title-section div.dotted-line:after {
    width: 100%;
    height: 1px;
    background: #252525;
    position: absolute;
    top: 5px;
    left: 0;
    content: '';
}

.title-section div.dotted-line span {
    width: 10px;
    height: 10px;
    border: 3px solid #fff;
    display: block;
    margin: auto;
    background: #252525;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 2;
    position: relative;
}

.title-section p {
    color: #818181;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 25px;
    margin: 0;
}

.title-section.white h1 {
    color: #fff;
}

.title-section.white div.dotted-line:after {
    background: #fff;
}

.title-section.white div.dotted-line span {
    border: 3px solid #8a8a8a;
    background: #fff;
}

.title-section.white p {
    color: #fff;
}

.services-box {
    padding-bottom: 80px;
    border-bottom: 1px solid #dddddd;
}

.services-post {
    margin-bottom: 30px;
}

.services-post h2 {
    color: #252525;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.services-post p {
    color: #818181;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
}

/*-------------------------------------------------*/
/* =  content - portfolio section
/*-------------------------------------------------*/


ul.filter1 {
    padding: 0;
    text-align: center;
    margin-bottom: 45px;
}

ul.filter1 li {
    list-style: none;
    display: inline-block;
    margin-left: 12px;
    margin-top:2px;
}
ul.filter1 li a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    padding: 6px 11px;
    border: 1px solid #f9f9f9;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.filter {
    padding: 0;
    text-align: center;
    margin-bottom: 45px;
}

ul.filter li {
    list-style: none;
    display: inline-block;
    margin-left: 12px;
    margin-top:2px;
}

ul.filter li:first-child {
    margin-left: 0px;
}

ul.filter li a {
    display: inline-block;
    color: #818181;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    padding: 6px 11px;
    border: 1px solid #818181;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.filter li a:hover,
ul.filter li a.active {
    color: #1C4175;
    border: 1px solid #1C4175;
}

.portfolio-container {
    margin-left: -2px;
}

.portfolio-container .singlePhoto {
    margin: 2px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.photoHight170 {
    height: 170px;
}
.photoHight190 {
    height: 190px;
}

.portfolio-container .singlePhoto:hover {
    overflow: visible;
}

.portfolio-container .singlePhoto img{
    max-height: 170px;
    margin:auto;
}
.btn{
    margin-top: 2px;
}
.imgCo{
    min-height: 350px;
}
._productContainer{
    margin: 50px 0;
}
._productContainer .imgCo{
    min-height: 150px;
}
._productContainer img{
    float: left;
    max-height: 140px;
    margin:30px 0;
}
.table-condensed{
    font-size:12px;
}
.modal-body img {
    max-height: 300px;
    margin-top: 40px;
}
.modal-header {
    border-bottom-color:#E5E5E5;
    border-bottom-style:solid;
    border-bottom-width:1px;
    min-height:16.42857143px;
    padding:5px 15px;
}

.hover-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #a18759;

    text-align: center;
    text-decoration: none !important;
    text-align: left;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    opacity: 0.6;
    visibility: hidden;
}

.singlePhoto:hover .hover-box {
    opacity: 0.75;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

.inner-hover {
    position: relative;
    height: 300px;
    top: 50%;
    margin-top: -35px;
    width: 100%;
    padding: 0 25px;
}

.inner-hover h2 {
    color: #fff;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 20px;
    transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    transform: rotate(90deg) scale(0.2);
    -webkit-transform: rotate(90deg) scale(0.2);
    -moz-transform: rotate(90deg) scale(0.2);
    -o-transform: rotate(90deg) scale(0.2);
}

.inner-hover span {
    display: inline-block;
    background: #fff;
    padding: 5px 12px;
    color: #4c4c4c;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    transform: rotate(90deg) scale(0.2);
    -webkit-transform: rotate(90deg) scale(0.2);
    -moz-transform: rotate(90deg) scale(0.2);
    -o-transform: rotate(90deg) scale(0.2);
}

.singlePhoto:hover .inner-hover h2,
.singlePhoto:hover .inner-hover span {
    transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
}



/*-------------------------------------------------*/
/* =  content - contact section
/*-------------------------------------------------*/

.map {
    height: 470px;
}

.contact-box {
    padding: 75px 0;
}

.contact-box h2 {
    color: #252525;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.contact-box p {
    color: #818181;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 0 0 30px;
    line-height: 24px;
}

.contact-list {
    margin: 0;
    padding: 0;
}

.contact-list li {
    margin-bottom: 22px;
    list-style: none;
}

.contact-list li span {
    float: left;
    width: 37px;
    height: 37px;
    border: 1px solid #818181;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
}

.contact-list li span i {
    font-size: 14px;
    line-height: 37px;
    color: #333333;
}

.contact-list li p {
    margin-left: 60px;
    line-height: 37px;
}

#contact-form input[type="text"],
#contact-form textarea,
.comment-form input[type="text"],
.comment-form textarea {
    color: #818181;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    border: 1px solid #dddddd;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    outline: none;
    width: 100%;
    padding: 14px 20px;
    display: block;
    margin-bottom: 15px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#contact-form textarea,
.comment-form textarea {
    height: 136px;
}

#contact-form button,
.comment-form button {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: Courier New;
    padding: 12px 0;
    background: #1C4175;
    margin-bottom: 15px;
    border: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#contact-form button i,
.comment-form button i {
    color: #fff;
    font-size: 24px;
}

#contact-form button:hover,
.comment-form button:hover {
    opacity: 0.8;
}

#contact-form .message,
.comment-form .message {
    height:20px;
    font-size:13px;
    font-family: 'Open Sans', sans-serif;
    float: none;
    margin-top: 5px;
}

#contact-form .message.error,
.comment-form .message.error {
    color:#eb2c06;
}

#contact-form .message.success,
.comment-form .message.success {
    color:#1e9397;
}

.searchBg{
    height:48px;
    padding: 8px 5%;
    background: url('../images/searchBg.png') repeat-y center;
    margin: 20px 0 30px 0;
}

/*-------------------------------------------------*/
/* =  footer
/*-------------------------------------------------*/

.footerUp{
    height: 44px;
    background: url('../images/swepolFooter.png') no-repeat center;
    margin: 20px 0 30px 0;
}


footer {
    text-align: center;
    padding: 0 0 50px 0;
}
.footerHead{
    height: 44px;
    background: url('../images/footer.png') repeat-y center;
}

.footerHead li{list-style-type: none;margin-top: 12px;text-align: left;}
.footerHead li a{color:#a18759;font-size: 15px;text-align: left;}

.footerList ul{
    height: 180px;
    border-right: 1px solid #DBD0C6;
}
.footerList ul:last-child {
    border:0;
}
.footerList h3{
    display: none;
    text-align: left;
    font-size: 14px;
    color: #a18759;
    padding: 5px 0;
    background: #DBD0C6;
}
.footerList li{list-style-type: none;margin: 4px 0 0 25px;text-align: left;}
.footerList li a{color:#777;font-size: 12px;}

footer h1 {
    color: #ffffff;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 20px;
}

footer p {
    color: #ffffff;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0 0 20px;
}

footer ul.social-icons {
    padding: 0;
    margin: 0;
}

footer ul.social-icons li {
    display: inline-block;
    margin-left: 6px;
}

footer ul.social-icons li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    text-decoration: none;
}

footer ul.social-icons li a i {
    font-size: 17px;
    color: #818181;
    line-height: 36px;
    -webkit-backface-visibility: hidden;
}

footer ul.social-icons li a:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

footer ul.social-icons li a:hover i {
    color: #414141;
}
@media (max-width: 991px) {
    .navbar{margin-top:0px;}
    .navbar-brand img{max-height: 50px;}
    .footerList h3{display: block}
    .footerHead{display: none}
}


@media (min-width: 992px) {

    .container {
        width: 870px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1070px;
    }
}
.menu_divider{
    background: url('../images/menu_divider.png') center no-repeat;
    width: 100%;
    height: 6px;
    margin: 70px 0 5px 0;
}

.carousel-control {
    color: #a18759;
}
.carousel-control.left {
    background-image: none;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background: none;
}
.carousel-control:hover,
.carousel-control:focus {
    color: #a18759;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: none;
    opacity: .9;
}
.main_box{
    height: 250px;
    padding: 20px 0;
    margin: 10px;
    text-align:center;
    border:1px solid #dbd1c4;
    overflow: hidden;
    box-shadow:  5px 5px 5px #fff;
    -ms-box-shadow:  5px 5px 5px #fff;
    -webkit-box-shadow:  5px 5px 5px #fff;
    -moz-box-shadow: 5px 5px 5px #fff;
    transition-property: box-shadow;
    transition-duration: 1s;
    transition-timing-function: linear;
}
.main_box:hover{
    box-shadow:  5px 5px 5px #a18759;
    -ms-box-shadow:  5px 5px 5px #a18759;
    -webkit-box-shadow:  5px 5px 5px #a18759;
    -moz-box-shadow: 5px 5px 5px #a18759;
}
.main_box img{
    margin:auto;max-height:200px;

}
.main_box img:hover {
    transform:scale(1.2);
    -ms-transform:scale(1.2); /* IE 9 */
    -moz-transform:scale(1.2); /* Firefox */
    -webkit-transform:scale(1.2); /* Safari and Chrome */
    -o-transform:scale(1.2); /* Opera */
}

.second_box{
    min-height: 250px;
    max-height: 250px;
    padding: 40px 0;
    margin: 10px;
    text-align:center;
    border:3px solid #dbd1c4;
    overflow: hidden;
    box-shadow: 5px 5px 5px #ebe3de;
    -ms-box-shadow: 5px 5px 5px #ebe3de;
    -webkit-box-shadow: 5px 5px 5px #ebe3de;
    -moz-box-shadow: 5px 5px 5px #ebe3de;
    transition-property: box-shadow;
    transition-duration: 1s;
    transition-timing-function: linear;

}
.second_box:hover{
    box-shadow: 5px 5px 5px #a18759;
    -ms-box-shadow: 5px 5px 5px #a18759;
    -webkit-box-shadow: 5px 5px 5px #a18759;
    -moz-box-shadow: 5px 5px 5px #a18759;
}
.second_box img{
    max-height: 150px;
    width:100%;
}

.second_box a{
    float: left;
    text-align: left;
    width:100%;
    color: #a18759;
    font-size: 17px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #a18759;
}
.second_box a:hover{
    text-decoration: none;
}
.second_box .hidd_pol{
    float: left;
    text-align: left;
    width:100%;
    margin: 5px 0 15px 0;
    font-size: 12px;
    max-height: 90px;
    overflow: hidden;
}
.second_box p{
    float: left;
    text-align: left;
    width:100%;
    font-size: 12px;
}

.second_box span a{
    float: left;
    text-align: right;
    width:100%;
    padding:0;
    border:0;
    color:#555;
    font-size: 12px;
}

.go-up{
    position:fixed;
    right:0;
    z-index:100000;
    bottom: 20px;
    background: #a18759;
    display: none;
    color:#fff;
    padding:10px 15px;
    float: right;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.go-up:hover{
    background:#b58023
}

.carousel_item{
    max-height:405px;overflow-y:hidden
}

.colectionCo{
    float: left;
    width:100%;
    margin: 50px 0 0 0;
}
.colectionCo h1{
    float: left;
    width:100%;
    color: #a18759;
    font-size: 22px;
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid #a18759;
}
.model{
    border-bottom: 1px solid #a18759
}
.model h3{
    text-align: center;
    width: 100%;
    height: 23px;
    color:#a18759;
    font-size: 15px;
}
.comment-form {
    margin-bottom: 30px;
}
.comment-form .form-input {
    position: relative;
}
.comment-form .form-input i {
    position: absolute;
    top: 3px;
    right: 10px;
    font-size: 13px;
    padding: 7px 0 6px 10px;
    border-left: 1px solid #ccc;
}
.comment-form .form-input input {
    width: 100%;
    margin-bottom: 20px;
    padding: 5px 30px 5px 5px;
}
.comment-form .form-input select {
    width: 100%;
    margin-bottom: 20px;
    padding: 5px 30px 5px 5px;
}
.comment-form .bootstrap-select .btn-default{
    background: #fff;
    color:#000;
    padding: 5px;
    border:1px solid #ccc;
    border-radius: 0;
    -moz-border-radius: 0;
}
.comment-form .bootstrap-select .dropdown-menu{
    margin-top: -12px;
    border-radius: 0;
    -moz-border-radius: 0;
    border:0;
}
.comment-form ._search .btn-default{
    background: #fff;
    color:#000;
    padding: 5px;
    border:1px solid #ccc;
    border-radius: 0;
    -moz-border-radius: 0;
}
.comment-form .bootstrap-select .dropdown-menu{
    margin-top: -12px;
    border-radius: 0;
    -moz-border-radius: 0;
    border:0;
}

.langTop{
    float: right;
    margin:0 15px 0 0;
    padding: 0;
    border: 1px solid #f7f7f7;
}
.langTop li{
    float:left;
    list-style-type: none;
}
.langTop li.logout{
    float:right;
    margin-left: 50px;
}
.langTop li.logout a{
    font-weight: bold;color: #a18759
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.dropdown-menu li,.dropdown-menu li a{
    width: 100% 
}

.langTop li a{
    float:left;
    padding: 4px 8px;
    color:#adb0b0;
    text-transform: uppercase;
    text-decoration: none;
}.activeLang{
    color:#828787;
    background: #f7f7f7
}

h1,h2{
    color: #a18759;
    font-weight: normal;
    font-size: 20px;
}
a{
    color: #a18759;
    font-weight: normal;
    text-decoration: none;
}
a:hover{
    color: #a18759;
    font-weight: normal;
    text-decoration: none;
}
.button1{
    bottom: 20px;
    background: #a18759;
    color:#fff;
    padding:10px 15px;
    margin-left: 5px;
    cursor: pointer;
    border:0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.button1:hover{
    background:#b58023
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
.hide{
    display:none;
}
.margintop40{margin-top:40px;}
.news{padding: 20px 0; border-bottom: 1px solid #DBD0C6;}

.font16{font-size:16px;}

.featurette-heading{
    text-align: center;
}
label{
    font-size: 14px;
}

#accordion .accordion-toggle h1:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  
    content: "\e114";    
    float: right; 
    font-size: 16px;
    color: rgb(161,135,89);        
    overflow: no-display;
    margin-top:5px;
}
#accordion .accordion-toggle.collapsed h1:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    
}
a.accordion-toggle{
    text-decoration: none;
}
.ui-selectmenu-button{
    width: 70% !important;
    background: rgb(240,240,240);
}
.three .ui-selectmenu-button{
    width: 30% !important;
}
.ui-selectmenu-button span.ui-selectmenu-text {
    display: block;
    line-height: 1.0;
    overflow: hidden;
    padding: 0.3em 2.1em 0.3em 1em;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.ui-menu .ui-menu-item {
    font-size: 14px;
}
.ui-menu .ui-menu-item.ui-state-focus {
    background: rgb(240,240,240);
}

@media (max-width: 500px) {
    .col-xss-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
        float: left;
    }
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
        width: 100%;
    }
}
