@import "bootstrap.min.css";
@import "font-awesome.min.css";
@import "et-line.css";
@import "animate.min.css";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
body {
    background: #fff url(../img/fabric_plaid.png) fixed;
    -webkit-backface-visibility: inherit;
}
#wrapper {
    margin: 0 auto;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px #b4b4b4 !important;
    color: #555;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.75;
    font-weight: 300;
}
a, button, input[type="submit"] {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 1.2;
    color: inherit;
    color:#555;
}
a, a:visited, a:focus, a:active, a:hover { outline: 0 !important }
ul { list-style: none }
.top_line {background: #C69453;}
.animated-area {overflow: hidden;}
.top_line p {
    color: #fff;
    margin: 0;
    line-height: 39px;
    font-weight: 400;
}
ul.social-links {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 19px;
}
ul.social-links li {
    float: left;
}
ul.social-links li a {
    display: inline-block;
    color: #fff;
    padding: 3px 12px;
}
ul.social-links li a:hover {
    background-color: #fff;
    color: #C69453;
}
.page_head {
    padding-top: 0px;
    background-color: #fff;
}
.logo {margin-top: 40px;}
nav {
    position: relative;
    left: 0px;
    z-index: 9999 !important;
    width: 100%;
    background: #fff;
}
.sticky {
    position: fixed;
    border-bottom: 1px solid #EEEEEE;
    background: rgba(255,255,255,0.95);
}
.menu ul ul { width: auto !important }
.menu ul ul li { width: 180px }
.menu ul li.sub li {
    width: 140px;
    border-left: 1px dotted #eee;
}
.menu { float: right }
.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu ul li {
    position: relative;
    float: left;
}
.menu ul li ul {
    position: absolute;
    left: 0px;
    display: block;
    visibility: hidden;
    width: 100%;
    opacity: 0;
    top: 120%;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.menu ul li:hover ul {
    top: 100%;
    display: inline-block;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.menu ul li:hover ul, .menu ul li li:hover ul, .menu ul li li li:hover ul {
    display: block;
    visibility: visible;
    opacity: 1;
}
.menu ul li a {
    display: block;
    padding: 35px 25px 45px;
    color: #444;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    font-family: open sans;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
}
.menu li a:hover {
    outline: none;
    border-color: #C69453;
    color: #C69453 !important;
    text-decoration: none;
}
.menu li a:before {
    display: block;
    margin: 29px 0 -29px;
    color: #666;
    content: attr(data-description);
    text-transform: none;
    font-weight: 300;
    font-size: 11px;
    font-family: open sans;
    line-height: 0;
}
.menu li.current a { color: #C69453 }
.menu li.current { background: #F9F9F9 }
.menu li:hover { background: #F9F9F9 }
.menu li:hover a { color: #C69453 }
.menu ul ul { background: #ffffff }
.menu ul li ul li a {
    padding: 10px 24px;
    border-bottom: 1px dotted rgba(0,0,0, 0.08) !important;
    color: #666 !important;
    font-weight: normal;
    font-size: 12px;
}
.menu ul li ul {
    border-bottom: 1px solid #C69453;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.menu ul li ul li a:hover {
    background-color: #f9f9f9;
    color: #C69453 !important;
}
nav.sticky .logo { margin-top: 17px }
nav.sticky ul li a {
    padding: 21px;
    font-weight: normal;
    font-size: 12px;
}
nav.sticky ul li a:before { content: '' }
.dl-trigger { display: none }
.dl-back { display: none }
.menu ul ul ul {
    top: 0px !important;
    left: 180px;
    margin-top: 0px !important;
}
.menu ul li ul li ul { visibility: hidden !important }
.menu ul li ul li:hover ul { visibility: visible !important }
.btn-slider {
    padding: 8px 14px;
    border-color: #4A4A4A;
    background-color: #4A4A4A;
    color: #fff !important;
}
.btn-slider:hover {
    border-color: #222;
    background-color: #222;
    color: #fff !important;
}
.marg25 { margin-top: 25px }
.marg50 { margin-top: 50px }
.marg75 { margin-top: 75px }
.marg100 { margin-top: 100px }
.marg125 { margin-top: 125px }
.marg150 { margin-top: 155px }


.iconbox i {color:#C69453;font-size: 35px;}
.iconbox p {
    margin: 0 0 0 70px;
}
.iconbox h3 {
    margin: -30px 0 25px 70px;
    font-weight: 400;
    font-size: 20px;
}
.read a {
    display: inline-block;
    color: #C69453;
}
.title {
    line-height: 1;
    border-top: 1px solid #eee;
    margin-top: 50px;
    margin-bottom: 0;
}
.title span {
    position: relative;
    top: -16px;
    padding-right: 14px;
    background: #fff;
    font-size: 20px;
    font-weight: 300;
}
.pagination {
    float: right;
    margin: 0;
    background: #fff;
    display: inline-block;
    margin-top: -36px;
    position: relative;
    border-radius: 0;
}
.pagination a {
    margin-left: 7px;
    padding: 0 5px;
}
.pagination a.prev:after {
    position: absolute;
    margin-top: -4px;
    color: #d9d9d9;
    content: "\f104";
    font-size: 17px;
    font-family: FontAwesome;
}
.pagination a.next:after {
    position: absolute;
    margin-top: -4px;
    color: #d9d9d9;
    content: "\f105";
    font-size: 17px;
    font-family: FontAwesome;
}
.pagination a.prev:hover:after {
    color: #aaa;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.pagination a.next:hover:after {
    color: #aaa;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.portfolio-block {
    width: 100%;
    border-bottom: 1px solid #9c6;
    background-color: #fff;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.portfolio-image img { max-width: 100% }
.portfolio-name {
    padding-top: 18px;
    text-align: center;
    font-weight: 400;
    font-size: 17px;
}
.portfolio-text {
    position: relative;
    padding: 15px 15px 25px 15px;
    text-align: center;
}
.box {
    overflow: hidden;
    padding: 20px;
    border-left: 3px solid #C69453;
    background: #fcfcfc;
}
.box h3 {
    font-weight: 400;
}
.box p {
    margin-top: 15px;
}
.purch-block {
    display: table;
    margin: auto;
    margin-top: 31px;
}
.btn-purch {
    border-color: #C69453;
    background-color: #C69453;
    color: #fff;
    font-size: 18px;
}
.btn-purch:hover {
    border-color: #C69453;
    background-color: #fcfcfc;
    color: #C69453;
}
.blog-home { width: 100% }
.blog-image img { max-width: 100% }
.blog-name { padding: 15px 0 9px 0 }
.blog-name a {
    color: #555;
    text-decoration: none;
    font-size: 17px;
}
.blog-name a:hover {
    color: #C69453;
    text-decoration: none;
}
.blog-text {
    position: relative;
}
.blog-line hr {
    margin-top: 20px;
    margin-bottom: 10px;
}
.blog-date {
    color: #888;
    font-size: 12px;
}
.blog-icons a {
    margin-left: 10px;
    color: #888;
    text-decoration: none;
}
.blog-icons a:hover { color: #C69453 }
.testimonial .author {
    float: left;
    margin-right: 40px;
    padding: 10px;
    padding-left: 0px;
}
.testimonial .author img {
    width: 87px;
    height: 87px;
}
blockquote {
    padding: 5px 20px;
    color: #555 !important;
    font-size: 13px;
    font-family: 'open sans';
    font-weight: 300;
}
.testimonial blockquote {
    position: relative;
    border-left: 0px !important;
}
.testimonial blockquote:before {
    position: absolute;
    top: 3px;
    left: 98px;
    color: #e8e8e8;
    content: '\f10d';
    font-size: 19px;
    font-family: FontAwesome;
}
.testimonial blockquote p {
    position: relative;
}

cite b { font-weight: 600 }
.twitter_fot {
    overflow: hidden;
    height: 65px;
    background: #C69453;
    color: #fff;
    line-height: 65px;
}
.twitter_fot .tweet_list {
    /* width: auto; */
    height: 65px;
    /* margin: 0; */
    padding: 0;
    list-style: none;
}
.twitter_fot .tweet_list li {
    overflow: hidden;
    width: auto;
    font-weight: 400;
    line-height: 65px;
}
.twitter_fot .tweet_list li a {
    color: #fff;
    text-decoration: none;
}
.twitter_fot .tweet_list li a:hover { text-decoration: underline }
.twitter_fot .tweet_list li img {
    margin-right: 22px;
    border: none;
    display: inline-block;
    border-radius: 50%;
}
.twitter_fot .tweet_list li h6 {
    float: left;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
}
.twitter_fot .paginat {
    position: relative;
    float: right;
    margin: 0;
    cursor: pointer;
}
.twitter_fot.paginat a {
    float: right;
    margin-left: 10px;
    width: 15px;
    height: 13px;
}
.twitter_fot .paginat a {
    margin-left: 10px;
    text-decoration: none;
}
.twitter_fot .paginat a i {
    color: rgba(0,0,0,0.20);
    font-size: 16px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.twitter_fot .paginat a:hover i { color: rgba(255,255,255,0.50) }
.twitter_fot.caroufredsel_wrapper {
    float: left;
    width: 80%;
}
.twitter_fot .shadow_top_footer {
    left: 0;
    float: left;
    width: 100%;
    height: 50px;
}
.tweet .loading {
    overflow: hidden;
    width: auto;
    font-weight: 400;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    line-height: 65px;
    margin: 0;
}
.footer {
    min-height: 300px;
    max-height: 100%;
    background: #444;
    padding: 30px 0 50px 0;
}
.footer_bottom {
    background: #333;
    color: #fff;
    padding: 10px 0;
}
.footer-block {
    margin-top: 30px;
    margin-bottom: 25px;
    color: #fafafa;
    font-size: 19px;
}
.widget_flickr .flickr_badge_image {
    float: left;
    width: 87px;
    height: 87px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    moz-border-radius: 3px;
}
.widget_flickr img {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.widget_flickr img {
    border: 2px solid #494949;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.widget_flickr img:hover {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: url("desaturate.svg");
    filter: none;
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}
.widget_flickr img:hover { border: 2px solid #C69453 }
.tag_cloud a {
    display: inline-block;
    margin: 0 5px 10px 0px;
    padding: 3px 10px;
    border: 1px solid #555;
    background: #555;
    color: #ececec;
    text-decoration: none;
}
.tag_cloud a:hover {
    border-color: #C69453;
    background: #C69453;
    color: #ffffff !important;
    text-decoration: none;
}
.copyright {
    font-size: 12px;
}
.copyright a {
    color: #fff;
    text-decoration: underline;
}
.copyright a:hover { text-decoration: none }
.foot_menu { float: right }
.foot_menu ul li {
    float: left;
    padding-left: 7px;
    list-style: none;
    font-size: 12px;
}
.foot_menu ul li a {
    color: #fff;
    text-decoration: none;
}
.foot_menu ul li a:hover { text-decoration: underline }
.foot_menu li:after { content: " " }
.foot_menu li:not(:last-of-type):after {
    padding-left: 7px;
    content: "|";
}
.contacts {
    padding: 0;
    list-style: none;
}
.contacts li {
    margin-bottom: 15px;
    color: #eee;
}
.contacts li i {
    font-size: 17px;
    width: 23px;
    opacity: 1;
    position: relative;
    text-align: center;
    padding-right: 5px;
}
.contacts li a {color:#eee;}
.foot-text {
    color: #eee;
}
.accordion section {
    border: 1px solid #EEEEEE;
    border-bottom: 0px;
    background-color: #fff;
}
.accordion section:last-child { border-bottom: 1px solid #EEEEEE }
.accordion div {
    display: none;
    height: 100%;
}
.accordion p {
    position: relative;
    padding: 13px 18px;
}
.accordion span a {
    position: relative;
    display: block;
    padding-left: 18px;
    outline: 0;
    color: #555;
    text-decoration: none;
    font-size: 15px;
}
.accordion span {
    display: block;
    padding: 11px 0;
}
.accordion span a:hover { color: #C69453 }
.accordion span.active a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-top: 6px solid #C69453;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: '';
}
.accordion span.active a { color: #C69453 }
.openme i { color: #C69453 }
#blog li:nth-child(even) { margin-left: -1px }
.phone a {
    display: inline-block;
    color: #fff;
}
.fax a {
    display: inline-block;
    color: #fff;
}
.email a {
    display: inline-block;
    color: #fff;
}
.map a {
    display: inline-block;
    color: #fff;
}
.page-name h3 {
    color: #C69453;
}
.subpage_block {
    display: block;
    float: left;
    font-size: 10px;
}
.subpage_breadcrumbs_dv {
    float: left;
    width: 20px;
    height: 17px;
    background: url(../img/dv.png);
    background-position: center;
    background-repeat: no-repeat;
}
.bbread a { color: #C69453 }
.welcome {
    float: left;
    padding-top: 14px;
    padding-bottom: 25px;
    width: 100%;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    background-color: #ffffff;
}
.page-link {
    margin-top: 25px;
    font-size: 11px;
}
.page-link a {
    display: inline-block;
    color: #C69453;
}
ul.social-links li:last-child  a { margin-right: 0px }
.post-img img { max-width: 100% }
.date-blog {
    float: left;
    text-align: center;
}
.day {
    margin-top: 27px;
    padding: 4px;
    border-radius: 2px 2px 0 0;
    background: #f2f2f2;
    color: #999;
    font-weight: 400;
    font-size: 16px;
}
.month {
    padding: 2px 14px 4px 14px;
    border-radius: 0 0 2px 2px;
    background: #ccc;
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.07);
    color: #fff;
}
.date-blog span { display: block }
.post-content { margin: 27px 0 0 0px }
.meta {
    margin: 0 0 45px 70px;
}
.meta h2 {
    margin: 0 0 5px 0;
    font-weight: 400;
    font-size: 20px;
}
.meta h2 a {
    display: inline-block;
}
.meta h2 a:hover {
    color: #C69453;
    text-decoration: none;
}
.meta a { color: #666 }
.meta span {
    float: left;
    margin-right: 12px;
}
.read { margin-top: 20px }
.meta span a:hover {
    color: #C69453;
    text-decoration: none;
}
.lineblog {
    margin: 30px 0 50px 0;
    border-bottom: 1px solid #EEEEEE;
}
.car_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
}
.pagin .current {
    padding: 7px 13px;
    border-radius: 2px;
    background-color: #C69453;
    color: #fff;
}
.pagin a {
    padding: 7px 13px;
    border-radius: 2px;
    background-color: #444;
    color: #fff;
    text-decoration: none;
}
.pagin a:hover {
    padding: 5px 11px;
    border-radius: 2px;
    background-color: #C69453;
    color: #fff;
    font-size: 12px;
}
.searchform {
    padding: 6px 4px 6px 29px;
    padding-left: 29px;
    width: 100%;
    border: 1px solid #d5d5d5;
    background: #ffffff url(../img/zoom.png) no-repeat 8px 8px;
    color: #666666;
    font-weight: 400;
    font-size: 12px;
    font-family: arial, sans-serif;
}
.categories { list-style: none }
.colorend { display: inline-block }
.about_text a { display: inline-block }
.categories a {
    display: block;
    margin-left: -38px;
    padding: 5px 0;
    padding-left: 12px;
    background: url(../img/categories.png) no-repeat left 9px;
    color: #666;
    font-family: "Open Sans", sans-serif;
}
.categories a:hover { color: #C69453 }
.title-in {
    display: block;
    background: url(../img/header_divider.png) repeat-x center;
    line-height: 1 !important;
    margin-top: 35px;
}
.title-in span {
    position: relative;
    top: -8px;
    padding-right: 14px;
    background: #fff;
    color: #666666;
    font-weight: 300;
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
}
.title-in:first-child { margin-top: 0px }
.tag_cloud_blog a {
    display: inline-block;
    margin: 0 5px 10px 0px;
    padding: 4px 10px;
    border: 1px solid #EDEDED;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.1);
    color: #666;
    text-decoration: none;
    font-weight: 300;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
}
.tag_cloud_blog a:hover {
    border-color: #C69453;
    background: #C69453;
    color: #ffffff !important;
    text-decoration: none;
}
.post-2columns:nth-child(odd) {
    float: left;
    padding-right: 25px;
    padding-left: 0px;
    width: 50%;
}
.post-2columns:nth-child(even) {
    float: left;
    padding-right: 0px;
    padding-left: 25px;
    width: 50%;
}
.medium-5 {
    float: left;
    padding-right: 25px;
    padding-left: 0px;
    width: 41.66666666666667%;
}
.medium-7 {
    float: left;
    padding-right: 0px;
    padding-left: 25px;
    width: 58.333333333333336%;
}
.lineblog-med {
    margin: 30px 0 50px 0;
    border-bottom: 1px solid #EEEEEE;
    float: left;
    width: 100%;
}
.day-med {
    padding: 4px;
    border-radius: 2px 2px 0 0;
    background: #f2f2f2;
    color: #999;
    font-weight: 400;
    font-size: 16px;
}
.post-content-med { margin: 0px }
.author-info {
    margin: 20px 0px;
    padding: 20px;
    border: 1px solid rgb(237, 237, 237);
    background: rgb(253, 253, 253);
}
.author-info .author-image {
    float: left;
    margin: 0px 20px 0px 0px;
    width: 80px;
}
.author-bio h4 {
    margin-top: 0px;
}
.sharebox h4 {
    float: left;
    margin-top: 13px;
    color: #666;
    font-weight: 400;
    font-size: 16px;
}
ul.social-links-sec-third { margin-top: 13px }
ul.social-links-sec-third li { display: inline-block }
ul.social-links-sec-third li a {
    margin-left: 18px;
    color: #999;
}
ul.social-links-sec-third li a:hover { color: #C69453 }
.ic_soc {
}
.lineblog-single {
    float: left;
    margin: 20px 0;
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
}
.comm {
    display: block;
    float: left;
    margin-top: 25px;
    margin-bottom: 30px;
    color: rgb(85, 85, 85);
    font-weight: 400;
    font-size: 18px;
}
.comment-list {
    float: left;
    margin-top: 10px;
    margin-left: -40px;
}
.comment-list li {
    margin-bottom: 30px;
    list-style: none !important;
}
.comment-list li .avatar {
    float: left;
    margin-right: 20px;
}
.comment-list li .avatar img { border: 1px solid #F9F9F9 }
.comment-list li .comment-text {
    margin-left: 58px;
    padding: 20px 20px 20px 30px;
    background: #F9F9F9 url(../img/comment-list.png) no-repeat 0px -40px;
}
.comment-list .author {
    margin-top: -10px;
    margin-bottom: 10px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #dedede;
    font-size: 12px;
    font-family: 'open sans', sanf-serif;
}
.comment-list .author span {
    display: block;
    font-weight: 600;
    font-size: 13px;
}
.comment-list li .comment-text .text p { font-size: 12px !important }
.comment-list .children {
    margin-top: 30px;
    margin-left: 26px;
}
.comment-list li:last-child { margin-bottom: 8px !important }
.comment-reply-link { color: #9c6 }
#respond { float: left }
#respond span.required {
    color: #999999;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'open sans', sans-serif;
}
#respond label {
    float: left;
    color: #999999;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 11px;
    font-family: 'open sans', sans-serif;
}
#respond p.comment-form-author input {
    padding: 10px;
    width: 294px;
    border: 1px solid #cccccc;
}
#respond input, #respond textarea {
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    width: 670px;
    border: 1px solid #d5d5d5;
    color: #666666;
    font-weight: 400;
    font-size: 12px;
    font-family: Open Sans, sans-serif;
}
#respond p.comment-form-author {
    position: relative;
    float: left;
    width: 324px;
}
#respond p.comment-form-email {
    position: relative;
    float: right;
    width: 324px;
}
#respond p.comment-form-email input {
    padding: 10px;
    width: 294px;
    border: 1px solid #cccccc;
}
.required { color: red !important }
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item {
    z-index: 1;
    pointer-events: none;
}
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.isotope {
    -webkit-transition-property: height,  width;
    -moz-transition-property: height,  width;
    -ms-transition-property: height,  width;
    -o-transition-property: height,  width;
    transition-property: height,  width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform,  opacity;
    -moz-transition-property: -moz-transform,  opacity;
    -ms-transition-property: -ms-transform,  opacity;
    -o-transition-property: -o-transform,  opacity;
    transition-property: transform,  opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
.portfolioFilter {
    padding-bottom: 15px;
}
.portfolioFilter ul { padding-left: 0px }
.portfolioFilter ul li {
    float: left;
    padding-left: 0px;
}
.portfolioFilter  a.current {
    background-color: #C69453;
    color: #fff;
}
.portfolioFilter ul li a {
    display: inline-block;
    margin-right: 7px;
    padding: 5px 11px;
    border-radius: 2px;
    background-color: #353535;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-family: open sans;
}
.portfolioFilter ul li a:hover {
    background-color: #C69453;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.portfolio-block-in {
    margin-bottom: 30px;
    width: 100%;
    border-bottom: 1px solid #9c6;
    background-color: #fff;
}
.port-6 {
    position: relative;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px;
    width: 50%;
}
.port-4 {
    position: relative;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px;
    width: 33.33333333%;
}
.port-3 {
    position: relative;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px;
    width: 25%;
}
.portfolio-det {
    color: #666;
    font-size: 13px;
    font-family: open sans;
    line-height: 2;
}
.portfolio-det a { color: #9c6 }
.wid_pol { max-width: 100% }
.name_mar {
    margin-top: 15px;
    color: #666;
    font-weight: 400;
    font-family: open sans;
}
.about_text { margin-top: 10px }
.about_text a { color: #9c6 }
.intro_img {
    float: left;
    padding-top: 3px;
    padding-right: 20px;
}

.name_serv {
    margin-top: -5px;
    font-weight: 600;
    font-weight: open sans;
    font-size: 23px;
    font-size: #666;
}
.size_35 {
    color: #454545;
    font-size: 37px;
}
.name_serv_icons {
    margin: -34px 0 8px 55px;
    color: #565656;
    font-weight: 400;
    font-size: 21px;
}
.alert { padding: 10px 15px; }
.form-control {box-shadow: none; border-radius: 0px; line-height: 1.75; font-size: 13px; font-weight: 300;padding: 8px 15px;border: 1px solid #eee; transition: all 0.25s linear;height: auto;}
.form-control:focus {
    outline: 0;
    border-color: #C69453;
    box-shadow: none;
    border-color:#bbb;
    transition: all 0.25s linear;
}
.btn-default {
    color: #555;
    background-color: #fff;
    border-color: #eee;
}
.btn {
    font-weight: 300;
    border: 1px solid #eee;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1.75;
    border-radius: 0px;
}
.btn-default:hover {
    color:#555;
    border-color: #ddd;
    background: #f9f9f9;
}
.help-block li {
  list-style: none;
  color: #990000; 
}
.help-block ul {
  padding: 0;
  margin: 0; 
}
.text-danger {
    color: #a94442;
}
.text-success {
    color: #3c763d;
}

.adress_cont {
    font-size: 13px;
    line-height: 2;
}
.adress_cont a { color: #C69453 }
.icon_foot {
    padding-right: 5px;
    font-size: 16px;
}
.soc-contacts { padding: 0px }
ul.soc-contacts li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 7px;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    background: #F0F0F0;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
}
ul.soc-contacts li a { color: #999 }
ul.soc-contacts li a:hover { color: #C69453 }
.plan .price span {
    display: block;
    margin-top: 0px;
    color: #c0c0c0;
    font-weight: 400;
    font-size: 11px;
}
.plan .signup {
    padding: 20px 0px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 3px solid #f6f6f6;
    text-align: center;
}
.plan ul {
    margin: 0 !important;
    padding: 0 !important;
    background: #ffffff;
    list-style: none !important;
}
.plan li {
    padding: 10px 0px;
    background: #fcfcfc;
    text-align: center;
    font-size: 12px;
}
.plan {
    margin-right: -30px;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    text-align: center;
}
.featured {
    margin-top: -4px;
    margin-left: -5px;
    border: 5px solid #e0e0e0 !important;
    background: #fcfcfc;
}
.plan h3 {
    margin: 0;
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #e6e6e6;
    font-weight: 600;
    font-size: 16px;
}
.plan.featured h3 {
    border-bottom: none;
    color: #C69453;
    font-size: 16px;
}
.plan .price {
    display: block;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #e6e6e6;
    font-weight: 300;
    font-size: 54px;
    font-family: open sans;
    line-height: 38px;
}
.plan:hover {
    margin-top: -4px;
    margin-left: -5px;
    border: 5px solid #e0e0e0 !important;
    background: #fcfcfc;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.plan.featured .signup { border-top: 1px solid #f2f2f2 }
.two_plan { background: #fff !important }
.plan li:last-child { background: none }
.pricing-table .plan:first-child { border-left: 1px solid #e6e6e6 !important }
.plan.featured .price { color: #C69453 }
.btn-price {
    background: #9c6;
    color: #fff;
}
.btn-price:hover {
    border: 1px solid #9c6;
    background: #fff;
    color: #C69453;
}
.main_pad {
    padding: 60px 0 130px 0;
    text-align: center;
}
.oops {
    color: #9c6;
    text-align: center;
    font-weight: 400;
    font-size: 107px;
    font-family: open sans;
    line-height: 140px;
}
.ask-question {
    color: #555;
    font-size: 20px;
}
.ask-question span { padding-left: 45px }
.clients-s { overflow: hidden }
.clients-s a.img-hover {
    position: relative;
    display: block;
}
.clients-s img {
    float: left;
    margin-right: 25px;
    width: 120px;
    height: 120px;
    border: solid 1px #e1e1e1;
    background: #f7f7f7;
}
.clients-s img.img-hover { display: none }
.clients-s a:hover img.img-hover, .clients-s:hover img.img-hover {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.clients-s a { color: #C69453 }
.icon_color { color: #C69453 }
.short_left { padding: 0px }
.sub-menu-short li {
    padding-left: 12px;
    border-right: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    background: url(../img/arr-right-mini.png) 0% 50% no-repeat;
    line-height: 50px;
}
.actives { border-right: 1px solid #fff !important }
.actives a {
    display: inline-block;
    color: #9c6 !important;
}
.sub-menu-short li a {
    display: inline-block;
    color: #666;
}
.shortcode_tabs .all_heads_cont {
    position: relative;
    z-index: 5;
    display: block;
    overflow: hidden;
    padding-bottom: 1px;
}
.shortcode_tab_item_title {
    position: relative;
    display: inline-block;
    float: left;
    margin: 50px 5px 0 0;
    padding: 10px 15px;
    min-height: 18px;
    border: #ddd 1px solid;
    border-bottom: none;
    background: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    -webkit-transition: color 400ms;
    -moz-transition: color 400ms;
    -o-transition: color 400ms;
    transition: color 400ms;
}
.all_body_cont {
    display: block;
    margin-top: -2px;
    padding: 6px 12px;
    border: 1px solid #ddd;
    background: #ffffff;
    text-align: left;
    font-size: 13px;
}
.shortcode_tab_item_body.active { display: block }
.shortcode_tab_item_body h4 { margin-top: 10px }
.shortcode_tab_item_body { display: none }
.shortcode_tab_item_body { display: none }
.shortcode_tab_item_title.active {
    border-bottom: 1px solid #fff;
    background: #fff;
}
.tooltip_s {
    display: inline-block;
    color: #C69453;
}
.tooltip_s:hover {
    display: inline-block;
    color: #C69453;
}
#reset {
    position: absolute;
    margin-top: -26px;
    margin-left: 150px;
    padding: 0px 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ccc;
    color: #555;
    font-weight: 400;
    font-size: 10px;
    font-family: open sans;
}
#style-switcher {
    position: fixed;
    top: 20%;
    z-index: 10000;
    color: #fff;
}
#switcher-head {
    position: relative;
    margin: 0;
    padding-left: 20px;
    width: 270px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    cursor: pointer;
}
#switcher-head:before {
    position: absolute;
    top: 1px;
    left: 235px;
    overflow: hidden;
    color: #ECECEC;
    content: "\f013";
    font-size: 30px;
    font-family: FontAwesome;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
#switcher-content {
    overflow: hidden;
    padding: 0px 0 0px 0px;
    width: 225px;
    background-color: rgba(61, 61, 61, 0.8);
}
#switcher-content .el {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-top: 1px solid #414141;
    border-bottom: 1px solid #232323;
}
#switcher-content select {
    width: 100%;
    height: 23px;
    outline: none;
    border: 1px solid #EDEDED;
    background-color: #ffffff;
    color: #353535;
    font-size: 13px;
}
#switcher-content .sub-head { margin-bottom: 10px }
#switcher-content ul {
    overflow: hidden;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0px;
}
#switcher-content li {
    float: left;
    margin: 0 8px 6px 0;
    list-style-type: none;
}
#switcher-content img {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 4px;
}
#switcher-content {
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    moz-border-bottom-right-radius: 6px;
}
#switcher-content form { margin: 0 }
.color-default { background: #d2d1d0 }
.switcher strong { color: inherit }
.switcher-head span { margin-left: 15px }
.switcher-body {
    position: relative;
    padding: 15px;
}
.switcher-trigger {
    position: absolute;
    top: 0;
    right: -40px;
    left: auto;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    background-color: #333;
    text-align: center;
    font-size: 24px;
}
.switcher ul.switcher-op-selectors { margin: 0 -5px -5px 0 }
ul.switcher-op-selectors li  a {
    float: left;
    margin-top: 1px;
    width: 30px;
    height: 30px;
    border-radius: 4px;
}
.button_switch li a {
    float: left;
    padding: 6px 16px;
    background: #C69453;
    color: #f1f1f1;
    font-weight: 100;
    font-size: 14px;
    font-family: open sans;
}
.button_switch li a.active {
    background: #f1f1f1;
    color: #C69453;
}
.button_switch li a:hover {
    background: #f1f1f1;
    color: #C69453;
    text-decoration: none;
}
.star { font-size: 10px }
.section { font-family: open sans }
.hr-swith {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #777;
}
.prl-1 {
    background: url(../images/parallax.jpg) 100% 10% no-repeat fixed;
    color: #fff;
    min-height: 245px;
    height: 100%;
}
.prlx {
    background-color: rgba(255, 255, 255, 0.1);
    min-height: 245px;
    max-height: 100%;
}
.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.progress-per {
    display: inline;
}
.prog-name {
    display: inline;
    font-size: 15px;
    font-weight: 300;
}
.prog-per {
    float: right;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
}
.progress {
    height: 25px;
    background-color: #FCFCFC;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 5px;
    margin-bottom: 30px;
}
.progress-bar-success {
    background-color: #C69453;
}
.welcome_main {
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    border-bottom: 1px solid #ededed;
    background-color: #ffffff;
}
.wel_cen {text-align: center;}
.wel_cen h3 {
    font-weight: 300;
    font-size: 28px;
}
.wel_cenm {text-align: center;}
.wel_cenm h3 {
    font-weight: 300;
    font-size: 28px;
    margin-top:-1px;
 }
.fact-icon {
    text-align: center;
    color: #C69453;
    font-size: 50px;
}
.fact-numb {
    text-align: center;
    margin-top: 0px;
    font-size: 27px;
}
.fact-name {
    margin-top: 7px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}
.services-icon {
    text-align: center;
    color: #C69453;
    font-size: 37px;
}
.services-numb {
    text-align: center;
    font-size: 19px;
    margin-top: 7px;
}
.services-name {
    margin-top: 7px;
    text-align: center;
}
.prlx-1 {
    background-color: #fafafa;
    min-height: 245px;
    max-height: 100%;
    padding-bottom: 75px;
}