@font-face {
    font-family: 'Century-Gothic-Regular';
    src:url('../fonts/Century-Gothic-Regular.eot');
    src:url('../fonts/Century-Gothic-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Century-Gothic-Regular.otf')  format('opentype'),
    url('../fonts/Century-Gothic-Regular.woff') format('woff'),
    url('../fonts/Century-Gothic-Regular.ttf') format('truetype'),
    url('../fonts/Century-Gothic-Regular.svg#Century-Gothic-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Century-Gothic-Bold';
    src:url('../fonts/Century-Gothic-Bold.eot');
    src:url('../fonts/Century-Gothic-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Century-Gothic-Bold.otf')  format('opentype'),
    url('../fonts/Century-Gothic-Bold.woff') format('woff'),
    url('../fonts/Century-Gothic-Bold.ttf') format('truetype'),
    url('../fonts/Century-Gothic-Bold.svg#Century-Gothic-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Century-Gothic-Bold-Italic';
    src:url('../fonts/Century-Gothic-Bold-Italic.eot');
    src:url('../fonts/Century-Gothic-Bold-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Century-Gothic-Bold-Italic.otf')  format('opentype'),
    url('../fonts/Century-Gothic-Bold-Italic.woff') format('woff'),
    url('../fonts/Century-Gothic-Bold-Italic.ttf') format('truetype'),
    url('../fonts/Century-Gothic-Bold-Italic.svg#Century-Gothic-Bold-Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Century-Gothic-Italic';
    src:url('../fonts/Century-Gothic-Italic.eot');
    src:url('../fonts/Century-Gothic-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Century-Gothic-Italic.otf')  format('opentype'),
    url('../fonts/Century-Gothic-Italic.woff') format('woff'),
    url('../fonts/Century-Gothic-Italic.ttf') format('truetype'),
    url('../fonts/Century-Gothic-Italic.svg#Century-Gothic-Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro-Cond';
    src:url('../fonts/MyriadPro-Cond.eot');
    src:url('../fonts/MyriadPro-Cond.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MyriadPro-Cond.otf')  format('opentype'),
    url('../fonts/MyriadPro-Cond.woff') format('woff'),
    url('../fonts/MyriadPro-Cond.ttf')  format('truetype'),
    url('../fonts/MyriadPro-Cond.svg#MyriadPro-Cond') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
    margin:0;
    color:#000301;
    font: 30px/36px 'Century-Gothic-Regular', Arial, sans-serif;
    background:#f4f4f4;
    min-width:320px;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust: none;
}
* {
    /* max-height: 100000px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img{
    border-style:none;
    max-width:100%;
    vertical-align: top;
}
a{
    text-decoration:underline;
    color:#005fa6;
    -weblit-transition: all 0.6s;
    transition: all 0.6s;
}
a:hover{
    text-decoration:none;
}
input,
textarea,
select{
    font:100% 'Century-Gothic-Regular', Arial, Helvetica, sans-serif;
    vertical-align:middle;
    color:#000;
}
form,fieldset{
    margin:0;
    padding:0;
    border-style:none;
}
header,
footer,
article,
section,
hgroup,
nav,
figure,
aside{
    display:block;
}
q{quotes:none;}
q:before{content:''}
q:after{content:''}
input [type="email"],
input [type="tel"],
input[type="search"],
input[type="text"],
input[type="password"],
input[type="file"],
input[type="submit"],
textarea{
    -webkit-appearance:none;
}
h1,h2{
    font: 48px/48px 'MyriadPro-Cond', Arial, sans-serif;
    margin: 0 0 26px;
    text-transform: uppercase;
}
h3,h4{
    font: 36px/48px 'MyriadPro-Cond', Arial, sans-serif;
    margin: 0 0 20px;
}
.clearfix:after{
    display: block;
    content: '';
    clear: both;
}
.content-holder{
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
}
.grey-bg{
    background: #f3f3f3;
}
.center{
    text-align: center;
}
.orange{
    color: #e96e24;
}
.header{
    background: #e96e24;
    font-family: 'MyriadPro-Cond', Arial, sans-serif;
    color: #fff;
    position: relative;
    z-index: 1;
}
.header a{
    color: #fff;
    text-decoration: none;
}
.header-top{
    background: #ff8f44;
}
.header-top .content-holder{
    padding: 0 125px 0 0;
}
.header-top ul{
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1.8px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-top li{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 12px;
}
.header-top li:first-child{
    margin: 0 26px 0 10px;
}
.header-top .social a{
    display: block;
    width: 26px;
    height: 26px;
    background: url('../images/sprite.png') 0 0 no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}
.header-top .google a{
    background-position: 0 2px;
}
.header-top .google:hover a{
    background-position: 0 -26px;
}
.header-top .facebook a{
    background-position: -28px 2px;
}
.header-top .facebook:hover a{
    background-position: -28px -26px;
}
.header-top .twitter a{
    background-position: -56px 2px;
}
.header-top .twitter:hover a{
    background-position: -56px -26px;
}
.header-top .blog{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    padding: 24px 26px;
    background: #c90500;
}
.header-top .blog:hover{
    color: #c90500;
    background: #fff;
}
.header-holder{
    padding: 37px 0 0 2px;
}
.header-holder .logo{
    float: left;
}
.nav-opener {
    background: #ff8f44;
    margin: 0 auto;
    height: 53px;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    width: 50px;
    display: none;
}
.footer .nav-opener{
    background: #323232;
}
.nav-opener::before,
.nav-opener::after,
.nav-opener span {
    background: #fff;
    height: 4px;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 25px;
    transition: all 0.2s linear 0s;
}
.nav-opener::before,
.nav-opener::after {
    content: "";
    top: 17px;
}
.nav-opener::after {
    top: 33px;
}
.nav-drop > ul{
    margin: 0;
    padding: 43px 0 0;
    list-style: none;
    text-align: right;
    font-size: 22px;
    line-height: 27px;
    text-transform: uppercase;
    position: relative;
    float: right;
}
.nav-drop > ul > li{
    display: inline-block;
    padding: 0 17px 23px;
}
.nav-drop > ul > li:first-child{
    margin: 0;
}
.nav-drop > ul > li.active > a,
.nav-drop > ul > li:hover > a{
    color: #7e5e51;
}
.nav-drop >ul > li.active > a{
    position: relative;
}
.nav-drop >ul > li.active > a:before{
    position: absolute;
    bottom: -24px;
    left: -17px;
    right: -17px;
    border-bottom: 1px solid #5b5b5b;
    content:'';
}
.nav-drop .drop{
    display: none;
    position: absolute;
    min-width: 100%;
    top: 100%;
    right: 0;
    background: rgba(90,90,90,0.89);
    padding: 0 13px;
}
.nav-drop > ul > li:hover .drop{
    display: block;
}
.nav-drop .drop ul{
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.nav-drop .drop li{
    display: table-cell;
    vertical-align: bottom;
    padding: 0 17px 5px;
    height: 135px;
    text-transform: uppercase;
    text-align: center;
}
.nav-drop .drop a{
    color: #ea7933;
    display: inline-block;
}
.nav-drop .drop a:hover{
    color: #fff;
}
.nav-drop .drop img{
    margin: 0 0 10px;
}
.nav-drop .drop li span{
    white-space: nowrap;
    display: block;
    min-width: 105px;
}
.main{
    background: #fff;
    padding: 0 0 1px;
}
.page-title{
    background: #f4f4f4;
}
.page-title h1{
    text-align: center;
    text-transform: uppercase;
    font-size: 52px;
    line-height: 104px;
    padding: 7px 0 0;
    color: #e96e24;
    margin: 0;
}
.breadcrumbs{
    border-bottom: 1px solid #e9e9e9;
}
.breadcrumbs ul{
    padding: 12px 0 0;
    list-style: none;
    font: 36px/39px 'MyriadPro-Cond', Arial, sans-serif;
    color: #c8c8c8;
    text-transform: uppercase;
}
.breadcrumbs li{
    margin: 0 0 0 33px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.breadcrumbs a{
    color: #c8c8c8;
    text-decoration: none;
}
.breadcrumbs a:hover{
    color: #000;
}
.breadcrumbs li:first-child{
    margin: 0;
}
.breadcrumbs li:before{
    position: absolute;
    top: 17px;
    left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 6px;
    border-color: transparent transparent transparent #c8c8c8;
    content: '';
}
.breadcrumbs li:first-child:before{
    display: none;
}
.gallery-holder{
    margin: 0 auto;
    max-width: 1264px;
}
.more{
    font: 30px/52px 'MyriadPro-Cond', Arial, sans-serif;
    color: #fff;
    background: #e96e24;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 25px;
    white-space: nowrap;
}
.more:hover{
    background: #fda061;
    text-decoration: none;
}
.gallery .more{
    position: absolute;
    font: 30px;
    line-height: 82px;
    bottom: 59px;
    right: 48px;
    padding: 0 75px;
}
.gallery .slick-dots{
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    padding: 0 300px;
    margin: 0;
    list-style: none;
    text-align: center;
}
.gallery .slick-dots li{
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
}
.gallery .slick-dots button{
    display: block;
    width: 32px;
    height: 32px;
    border: 4px solid #b4b4b4;
    border-radius: 16px;
    text-indent: -9999px;
    overflow: hidden;
    -weblit-transition: all 0.6s;
    transition: all 0.6s;
}
.gallery .slick-dots .slick-active button{
    border-color: #e96e24;
    background: #e96e24;
}
.gallery .slick-dots li:hover button{
    border-color: #fda061;
    background: #fda061;
}
.content{
    padding: 45px 0;
}
.content p{
    margin: 0 0 19px;
}
.content ul{
    margin: 0 0 60px;
    padding: 0;
    list-style: none;
}
.content ul li{
    position: relative;
    padding: 0 0 0 57px;
    margin: 0 0 32px;
}
.content ul li:before{
    position: absolute;
    top: 14px;
    left: 8px;
    width: 15px;
    height: 15px;
    border-radius: 8px;
    background: #e96e24;
    content: '';
}
.feautured-image{
    margin: 0 0 40px;
}
.center{
    text-align: center;
}
.feautured-image.right{
    text-align: right;
}
.content > .feautured-image img{
    max-width: 180px;
}
.content-table{
    border-collapse: collapse;
    width: 100%;
}
.content-table td{
    width: 50%;
    padding: 0 0 0 20px;
}
.content-table td:first-child{
    padding: 0 20px 0 0;
}
ol.decorated{
    padding: 0 0 0 8px;
    margin: 0 0 60px;
    list-style: none;
}
ol.decorated li{
    counter-increment: counter;
    position: relative;
    padding: 0 0 18px 97px;
}
ol.decorated li:before{
    position: absolute;
    top: 9px;
    left: 0;
    content: counter(counter);
    margin: 0 10px 0 0;
    font: 48px/70px 'MyriadPro-Cond', Arial, sans-serif;
    color: #fff;
    text-align: center;
    width: 70px;
    height: 70px;
    background: #e96e24;
    border-radius: 35px;
}
ol.decorated h3,
ol.decorated h4{
    font-size: 48px;
    line-height: 58px;
    margin: 0 0 23px;
}
.visual-block{
    padding: 26px 0;
    position: relative;
}
.visual-block .slick-arrow{
    position: absolute;
    top: 50%;
    left: 30px;
    width: 68px;
    height: 68px;
    margin: -34px 0 0;
    background: #969696;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    cursor: pointer;
    z-index: 10;
}
.visual-block .slick-next{
    left: auto;
    right: 30px;
}
.visual-block .slick-arrow:before,
.visual-block .slick-arrow:after{
    position: absolute;
    top: 28px;
    left: 28px;
    width: 14px;
    height: 2px;
    background: #fff;
    content: '';
    transform: rotate(-45deg);
}
.visual-block .slick-arrow:after{
    top: 37px;
    left: 29px;
    transform: rotate(45deg);
}
.visual-block .slick-next:before{
    transform: rotate(45deg);
}
.visual-block .slick-next:after{
    transform: rotate(-45deg);
}
.visual-block .slick-list{
    margin: 0 auto;
    max-width: 1170px;
}
.slider-holder{
    padding: 13px 0 51px;
    overflow: hidden;
    margin-bottom: 25px;
}
.slider-holder h2,
.slider-holder h3{
    font-size: 36px;
    text-align: center;
    color: #e96e24;
    margin: 0 0 18px;
}
.slider-holder .slick-list{
    margin: 0 -15px;
}
.slider-holder .slick-slide{
    padding: 0 15px;
}
.slider-holder img{
    width: 100%;
    height: auto;
}
.items{
    margin: 0 -15px;
    padding: 5px 0 42px;
    list-style: none;
    letter-spacing: -4px;
    font-size: 0;
    /*line-height: 0;*/
}
.items > li{
    display: inline-block;
    vertical-align: top;
    /*font: 16px/24px Arial, Helvetica, sans-serif;*/
    padding: 35px 15px;
    letter-spacing: 0;
    width: 33.33%;
}
.items .item .title{
    display: block;
    color: #000;
    text-transform: uppercase;
    font: 36px/39px 'MyriadPro-Cond', Arial, sans-serif;
    margin: 0 0 16px;
    padding: 0 20px 0 0;
    position: relative;
}
.items .item .title a{
    color: #000;
    text-decoration: none;
}
.items .item .title:after{
    position: absolute;
    top: 7px;
    right: 0;
    width: 7px;
    height: 24px;
    background: #000;
    content: '';
}
.items .item .img-holder{
    margin: 0 0 21px;
}
.items .item .text{
    margin: 0 0 18px;
}
.items .item .more-holder{
    position: relative;
}
.items .item .more-holder:before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
    background: #e96e24;
    content: '';
}
.items .item .more{
    float: right;
    line-height: 52px;
}
.items p{
    margin: 0;
}
.content-sb{
    margin: 0 auto;
    max-width: 1200px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    padding: 70px 0 43px;
}
.content-sb .content,
.content-sb .sidebar{
    display: inline-block;
    vertical-align: top;
    width: 70%;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
    padding: 0;
}
.content-sb .sidebar{
    width: 30%;
    padding: 0 15px;
}
.posts{
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
}
.content .posts li{
    position: static;
    padding: 0 15px;
    margin: 0 0 26px;
    font: 16px/24px Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.posts li:before{
    display: none;
}
.posts .item{
    padding: 10px 25px 59px;
    background: #f4f4f4;
    position: relative;
}
.posts .title{
    font-size: 36px;
    line-height: 48px;
    color: #000;
    display: table-cell;
    vertical-align: middle;
}
.posts .title a{
    color: #000;
    text-decoration: none;
}
.posts .img-holder{
    margin: 10px 0 25px;
}
.content .posts p{
    margin: 0 0 6px;
}
.posts .text{
    padding: 0 0 10px;
}
.posts .date{
    position: absolute;
    bottom: 22px;
    left: 25px;
    right: 25px;
    padding: 9px 5px 0;
    border-top: 1px solid #e9e9e9;
    color: #aaa;
    font-size: 13px;
    line-height: 16px;
}
.more-link{
    font-size: 13px;
    color: #000;
    text-decoration: none;
}
.more-link:hover{
    text-decoration: underline;
}
.sidebar .img-block{
    margin: 0 0 47px;
    text-align: center;
}
.search{
    margin: 0 0 47px;
    background: #f4f4f4;
    border: 1px solid #ededed;
}
.search > div{
    overflow: hidden;
}
.search input[type="submit"]{
    height: 50px;
    width: 60px;
    padding: 0;
    font-style: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    background: url('../images/search.png') 8px 50% no-repeat;
    border: none;
    float: right;
    cursor: pointer;
}
.search input[type="search"]{
    width: 100%;
    padding: 14px 23px 15px 35px;
    font: 18px/21px 'Century-Gothic-Regular', Arial, sans-serif;
    background: none;
    color: #aaa;
    border: none;
    float: left;
}

.sidebar h2,
.sidebar h3{
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    margin: 0 0 6px;
}
.popular-list{
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}
.popular-list li{
    padding: 17px 0 22px;
    border-bottom: 1px solid #e9e9e9;
}
.popular-list img{
    margin: 9px 16px 0 0;
}
.popular-list .text{
    overflow: hidden;
}
.popular-list .post-title{
    display: block;
    font: 14px/20px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    min-height: 45px;
}
.popular-list .post-title a{
    text-decoration: none;
    color: #000301;
}
.popular-list .post-title a:hover{
    text-decoration: underline;
}
.popular-list .date{
    display: none;
}
.popular-list .date:before{
    position: absolute;
    top: 2px;
    left: 0;
    width: 11px;
    height: 11px;
    background: url('../images/date.png') no-repeat;
    content: '';
}
.home-block{
    padding: 85px 20px 71px;
    font: 36px/43px 'Century-Gothic-Regular', Arial, sans-serif;
    text-align: center;
}
.home-block p{
    margin: 0 0 43px;
}
.home-block h2,
.home-block h2 a{
    color: #e96e24;
    text-decoration: none;
}
.home-block h2 a:hover{
    text-decoration: underline;
}
.three-column{
    display: table;
    width: 100%;
}
.three-column .col{
    display: table-cell;
    width: 33.33%;
    vertical-align: top;
}
.home-column-block .col{
    position: relative;
    padding: 60px 0 128px;
    font-size: 24px;
    line-height: 29px;
}
.home-column-block .col > div{
    padding: 0 8%;
}
.home-column-block .image-holder{
    margin: 0 0 14px;
    text-align: center;
}
.home-column-block h2,
.home-column-block h3{
    text-align: center;
    margin: 0 0 28px;
}
.home-column-block p{
    margin: 0 0 28px;
}
.home-column-block ul{
    margin: 0;
    padding: 0 45px;
    list-style: none;
}
.home-column-block ul li{
    margin: 0 0 19px;
}
.home-column-block ul li:before{
    content: '-';
    margin: 0 6px 0 0;
}
.home-column-block .more{
    position: absolute;
    bottom: 59px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.home-block.home-img-block{
    padding: 47px 10px 67px;
    font-size: 30px;
    line-height: 36px;
}
.home-block.home-img-block h2{
    margin: 0 0 23px;
    color: #000301;
}
.home-block.home-img-block h2 a{
    color: #000301;
    text-decoration: none;
}
.home-block.home-img-block h2 a:hover{
    text-decoration: underline;
}
.home-block.home-img-block p{
    margin: 0 0 36px;
}
.black-bg{
    background: #000;
    color: #fff;
}
.black-bg a{
    color: #fff;
}
.image-block{
    padding: 13px 0 9px;
}
.tabs {
    min-width: 320px;
    margin: 0 0 30px ;
}
.tabs section {
    display: none;
    padding: 72px 32px 0;
    background: #fff;
    border: 1px solid #f4f4f4;
}
.tabs input {
    display: none;
}
.tabs label {
    display: inline-block;
    margin: 0 -3px -1px 0;
    padding: 19px 35px 11px 28px;
    font: 38px/38px 'MyriadPro-Cond', Arial, sans-serif;
    text-align: center;
    color: #969696;
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
}
.tabs label:before {
    margin-right: 26px;
    background: url('../images/tab-sprite.png') no-repeat;
    display: inline-block;
    content: '';
}
.tabs label[for*="1"]:before {
    width: 58px;
    height: 39px;
}
.tabs label[for*="2"]:before {
    background-position: -64px 0;
    width: 46px;
    height: 36px;
}
.tabs label[for*="3"]:before {
    background-position: -119px 0;
    width: 33px;
    height: 34px;
}
.tabs label:hover {
    color: #e96e24;
    cursor: pointer;
}
.tabs input:checked + label {
    color: #e96e24;
    background: #fff;
    position: relative;
    border-bottom-color: #fff;
}
.tabs input:checked + label:after{
    position: absolute;
    top: -1px;
    right: -1px;
    left: -1px;
    height: 2px;
    background: #e96e24;
    content: '';
}
.tabs label[for*="1"]:hover:before,
.tabs input:checked + label[for*="1"]:before {
    background-position: 0 -45px;
}
.tabs label[for*="2"]:hover:before,
.tabs input:checked + label[for*="2"]:before {
    background-position: -64px -45px;
}
.tabs label[for*="3"]:hover:before,
.tabs input:checked + label[for*="3"]:before {
    background-position: -119px -45px;
}
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3{
    display: block;
}
.footer{
    font: 18px/25px 'MyriadPro-Cond', Arial, sans-serif;
    letter-spacing: 1.8px;
}
.footer a{
    text-decoration: none;
}
.footer a:hover{
    text-decoration: underline;
}
.footer .col{
    padding: 42px 0 60px;
    position: relative;
}
.footer .col:nth-child(2):before,
.footer .col:nth-child(2):after{
    position: absolute;
    left: -21%;
    top: 26px;
    bottom: 0;
    width: 1px;
    border-left: 1px dotted #6c6c6c;
    content: '';
}
.footer .col:nth-child(2):after{
    left: auto;
    right: 1%;
}
.footer .col:first-child:before{
    display: none;
}
.footer .col > div{
    padding: 0 10% 0 27.9%;
}
.footer .col:first-child > div{
    padding-left: 14%;
}
.footer-logo{
    float: left;
    margin-top: 3px;
}
.footer-nav{
    text-transform: uppercase;
    letter-spacing: 0;
}
.footer-nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
    float: none;
    font-size: inherit;
    line-height: inherit;
    text-align: left;
}
.footer-nav ul li{
    display: block;
    padding: 0;
}
.footer-nav ul li:hover{
    position: relative;
}
.footer-nav ul li:hover a{
    color: #fff;
}
.footer-nav .drop{
    right: 100%;
    top: auto;
    bottom: -11px;
    background: none;
    min-width: 50%;
}
.footer-nav .drop ul{
    background: #000;
    border: 1px dotted #6c6c6c;
    display: block;
    width: auto;
    padding: 10px;
}
.footer-nav .drop ul li{
    height: auto;
    display: block;
    padding: 0;
    text-align: left;
    white-space: nowrap;
}
.footer-nav .drop ul li a{
    color: #fff;
}
.footer .socials{
    margin: 0;
    padding: 0;
    list-style: none
}
.footer .socials li{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 18px;
}
.footer .socials li:first-child{
    margin: 0 0 0 6px;
}
.footer .social a{
    display: block;
    width: 24px;
    height: 22px;
    background: url('../images/sprite.png') 0 0 no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}
.footer .google a{
    background-position: 0 -52px;
}
.footer .facebook a{
    background-position: -26px -52px;
}
.footer .twitter a{
    background-position: -52px -52px;
}
.footer .col p{
    margin: 0 0 2px;
}
.copy{
    text-align: center;
    line-height: 26px;
}
.contact-form{
    position: relative;
    width: auto;
    max-width: 970px;
    margin: auto;
    color: #fff;
}
.contact-form a{
    color: #fff;
}
.mfp-close-btn-in .contact-form .mfp-close{
    color: #e96e24;
    opacity: 1;
    font-size: 88px;
    height: 41px;
    line-height: 45px;
    width: 46px;
    top: 16px;
    right: -104px;
}
.contact-form h3{
    font-size: 48px;
    line-height: 55px;
    text-transform: uppercase;
    color: #e96e24;
    text-align: center;
    margin: 0 0 33px;
}
.two-col{
    font-size: 0;
    line-height: 0px;
    letter-spacing: -4px;
    margin: 0 -15px;
}
.two-col > div{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0;
    padding: 0 15px;
}
.paging{
    margin: 0;
    padding: 0 0 38px;
    list-style: none;
    text-align: center;
    font: 36px/66px 'MyriadPro-Cond', Arial, sans-serif;
}
.paging li{
    display: inline-block;
    vertical-align: top;
    color: #000;
    -webkit-box-shadow: 0 0 0 1px #000 inset;
    box-shadow: 0 0 0 1px #000 inset;
    width: 68px;
    height: 68px;
}
.paging a{
    display: block;
    height: 68px;
    width: 68px;
    border: 1px solid #bebebe;
    background: #fff;
    color: #c8c8c8;
    text-decoration: none;
}
.paging a:hover{
    color: #fff;
    background: #c8c8c8;
}
.paging .arrow a{
    font-size: 0;
    line-height: 0;
    background: #bebebe;
    position: relative;
}
.paging .arrow a:hover{
    background: #ddd;
}
.paging .arrow a:before,
.paging .arrow a:after{
    position: absolute;
    top: 28px;
    left: 28px;
    width: 14px;
    height: 2px;
    background: #fff;
    content: '';
    transform: rotate(-45deg);
}
.paging .arrow a:after{
    top: 37px;
    left: 29px;
    transform: rotate(45deg);
}
.paging .next a:before{
    transform: rotate(45deg);
}
.paging .next a:after{
    transform: rotate(-45deg);
}

.contact-form .row{
    margin: 0 0 25px;
}
.contact-form .row label{
    float: left;
    min-width: 160px;
    margin: 4px 10px 0 0;
    color: #fff;
}
.contact-form .row .short{
    padding: 0 0 0 55px;
}
.contact-form .row input{
    width: 300px;
    background: #fff;
    font-size: 20px;
    line-height: 23px;
    color: #c8c8c8;
    border: 1px solid #515151;
    padding: 1px 10px;
    margin: 0;
}
.contact-form textarea{
    width: 100%;
    padding: 7px 0 0 21px;
    font-size: 24px;
    line-height: 30px;
    height: 103px;
    overflow: auto;
    color: #c8c8c8;
    border: 1px solid #515151;
    margin: 10px 0 28px;
}
.contact-form input[type="submit"]{
    margin: 0 auto 25px;
    font: 30px/52px 'MyriadPro-Cond', Arial, sans-serif;
    height: 52px;
    padding: 0 15px;
    color: #fff;
    border: none;
    background: #e96e24;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
}
.contact-form .contact{
    margin: 0;
    padding: 0;
    list-style: none;
    letter-spacing: 2px;
}
.contact-form .contact li{
    margin: 0 0 18px;
    white-space: nowrap;
}
.contact-form .contact .img-holder{
    display: inline-block;
    vertical-align: middle;
    margin: 0 22px 0 0;
    text-align: center;
    min-width: 70px;
}
.contact-form .contact a{
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}
.contact-form .contact a:hover{
    text-decoration: underline;
}
.form-social{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
.form-social li{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 42px;
}
.form-social .social a{
    text-indent: 9999px;
    overflow: hidden;
    display: block;
    background: url('../images/sprite.png') no-repeat;
}
.form-social .facebook a{
    background-position: -104px -2px;
    width: 25px;
    height: 52px;
}
.form-social .google a{
    background-position: 0 -85px;
    width: 60px;
    height: 50px;
}
.form-social .twitter a{
    background-position: -68px -85px;
    width: 61px;
    height: 49px;
}

@media only screen and (max-width:1190px){
    .mfp-close-btn-in .contact-form .mfp-close{
        right: 0;
    }
    .content-holder {
        padding-right: 10px;
        padding-left: 10px;
    }
    .tabs label{
        font-size: 38px;
    }
    .tabs label:before{
        margin-bottom: -2px;
    }
}

@media only screen and (max-width:1024px){
    body{
        font-size: 24px;
        line-height: 30px;
    }
    .content-holder{
        padding-right: 10px;
        padding-left: 10px;
    }
    h1,h2{
        margin: 0 0 31px;
    }
    h3,h4{
        line-height: 41px;
    }
    .header-top .content-holder{
        padding: 0 170px 0 33px;
    }
    .header-top li:first-child{
        margin-right: 45px;
    }
    .header-top .blog{
        right: 42px;
    }
    .header-holder{
        padding: 37px 0 0;
    }
    .header-holder .logo{
        margin-left: 42px;
    }
    .nav-drop .drop li{
        padding: 17px 5px;
    }
    .nav-drop .drop li span{
        min-width: 0;
    }
    .breadcrumbs ul{
        padding-right: 10px;
        padding-left: 10px;
    }
    .gallery .more{
        bottom: 53px;
        right: 42px;
        line-height: 78px;
    }
    .gallery .slick-dots{
        bottom: 26px;
    }
    .gallery .slick-dots li{
        margin: 0 6px;
    }
    .gallery .slick-dots button{
        width: 28px;
        height: 28px;
    }
    ol.decorated{
        padding: 0;
        margin: 0 0 30px;
    }
    ol.decorated h3,
    ol.decorated h4{
        font-size: 36px;
        line-height: 46px;
    }
    ol.decorated li{
        padding: 73px 0 18px;
    }
    ol.decorated li::before{
        top: 0;
        left: 50%;
        margin: 0 0 0 -35px;
    }
    .home-block{
        padding: 68px 20px 18px;
    }
    .three-column{
        padding: 0 42px;
    }
    .home-column-block .col{
        padding: 51px 0 128px;
    }
    .home-column-block .image-holder{
        padding: 0 16px;
        margin: 0 0 25px;
    }
    .home-column-block .col > div{
        padding: 0 5%;
    }
    .home-column-block h2,
    .home-column-block h3{
        margin: 0 0 26px;
    }
    .home-column-block .more{
        bottom: 51px;
    }
    .home-block.home-img-block{
        padding: 70px 10px 67px;
    }
    .home-block.home-img-block h2{
        margin: 0 0 27px;
    }
    .footer .three-column{
        padding: 0;
    }
    .footer .col{
        padding: 48px 0 52px;
    }
    .footer .col > div{
        padding: 0 10% 0 24%;
    }
    .footer .col:nth-child(2) > div{
        padding-left: 31%;
    }
    .footer .col:nth-child(2)::before{
        left: -8%;
    }
    .footer .col:nth-child(2)::after{
        right: -10%;
    }
    .footer .col:first-child > div{
        padding-left: 8%;
    }
    .footer-logo{
        margin-top: -3px;
    }
    .contact-form{
        padding: 0 10px;
    }
    .contact-form h3{
        padding: 0 50px;
    }
    .contact-form .row .short{
        padding: 0;
    }
    .contact-form .row input{
        width: 100%;
    }
    .two-col{
        margin: 0;
    }
    .contact-form textarea{
        margin-right: 15px;
        margin-left: 15px;
        width: calc(100% - 30px);
    }
    .two-col.bottom{
        text-align: center;
    }
    .two-col.bottom > div{
        width: 100%;
        margin: 0 0 30px;
        text-align: left;
    }
    .form-social{
        text-align: left;
    }
    .form-social li{
        margin: 0 42px 0 0;
    }
    .mfp-close-btn-in .contact-form .mfp-close{
        right: 15px;
        top: 15px;
    }
    .tabs label{
        font-size: 30px;
        padding: 12px 10px 4px;
    }
    .tabs label:before{
        margin-bottom: -5px;
    }
}
@media only screen and (max-width:767px){
    .content-holder{
        padding-right: 10px;
        padding-left: 10px;
    }
    h1, h2{
        font-size: 36px;
        line-height: 43px;
        margin: 0 0 9px;
    }
    .content-table td{
        display: block;
        width: 100%;
        padding: 0;
    }
    .content-table td:first-child{
        padding: 0;
    }
    .blog{
        display: none;
    }
    .header-top .content-holder{
        padding: 0;
    }
    .header-top li:first-child{
        margin-right: 8px;
    }
    .header-holder{
        padding: 25px 0;
    }
    .header-holder .logo{
        float: none;
        display: block;
        margin: 0 auto 30px;
        max-width: 240px;
    }
    .nav,
    .footer-nav{
        position: relative;
    }
    .nav-opener {
        display: block;
    }

    .header .nav-drop,
    .footer .nav-drop {
        left: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 999;
        max-height: 0;
        transition: all 0.3s linear 0s;
        background: #e96e24;
    }
    .footer .nav-drop{
        top: auto;
        bottom: 100%;
        background: #000;
    }
    .nav-drop > ul{
        padding: 0 0 26px;
        float: none;
        background: #e96e24;
        position: relative;
        z-index: 2;
    }
    .footer-nav ul{
        padding: 26px 0 0;
        background: #000;
    }
    .nav-drop > ul > li,
    .nav-drop .drop li{
        display: block;
        text-align: center;
        border-bottom: 1px solid #ff8f44;
        margin: 0;
        padding: 0 20px;
        height: auto;
    }
    .nav-drop > ul > li{
        position: relative;
        background: #e96e24;
    }
    .header.nav-drop > ul > li li{
        background: #6a5c54;

    }
    .header .nav-drop > ul > li
    .nav-drop .drop li:last-child{
        border-bottom: none;
    }
    .footer-nav .nav-drop li{
        border-top: 1px solid #000;
        border-bottom: none;
    }
    .footer-nav > .nav-drop > ul > li{
        background: #000;
    }
    .nav-drop > ul > li > a,
    .nav-drop .drop a,
    .footer-nav a{
        display: block;
        line-height: 51px;
    }
    .nav-drop >ul > li.active a{
        position: static;
    }
    .header.nav-active .nav-drop,
    .footer.nav-active .nav-drop {
        max-height: 1500px;
    }
    .nav-drop .drop,
    .footer-nav .drop{
        position: static;
        padding: 0;
        margin: 0 -20px;
        max-height: 0;
        display: block;
        transition: all 0.3s linear 0s;
        background: #6a5c54;
    }
    .nav-drop > ul > li:hover .drop{
        max-height: 600px;
    }
    .nav-drop .drop ul{
        display: block;
        opacity: 0;
        transition: opacity 0.3s linear 0s;
    }
    .nav-drop > ul > li:hover ul{
        opacity: 1;
    }
    .footer-nav .drop ul{
        border: none;
        padding: 0;
        background: #323232;
    }
    .nav-drop .drop img{
        display: none;
    }
    .nav-drop .drop li span{
        white-space: normal;
    }
    .footer-nav .drop ul li{
        white-space: normal;
        text-align: center;
    }
    .slick-initialized .slick-slide{
        min-height: 260px;
    }
    .content ul li{
        padding: 0 0 0 38px;
    }
    .page-title h1{
        font-size: 45px;
        line-height: 74px;
        padding: 3px 10px 0;
    }
    .breadcrumbs ul{
        padding: 3px 10px 0;
        font-size: 30px;
    }
    .content-sb{
        padding: 30px 0;
    }
    .content-sb .content,
    .content-sb .sidebar{
        display: block;
        width: 100%;
    }
    .content .posts{
        margin: 0 0 50px;
    }
    .content .posts li{
        display: block;
        width: 100%;
        padding: 0 10px;
        margin: 0 0 10px;
    }
    .posts .item{
        padding-right: 10px;
        padding-left: 10px;
    }
    .gallery .more{
        bottom: 0;
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        line-height: 52px;
        padding: 0 30px;
    }
    .gallery .slick-dots{
        padding: 0 10px;
        bottom: 55px;
    }
    .gallery .slick-dots button{
        width: 23px;
        height: 23px;
        border-width: 2px;
    }
    .visual-block.slick-slider{
        padding-bottom: 70px;
    }
    .slick-initialized .slick-slide{
        min-height: 0;
    }
    .visual-block .slick-arrow{
        top: auto;
        bottom: 10px;
        right: auto;
        left: 50%;
        width: 50px;
        height: 50px;
    }
    .visual-block .slick-prev{
        margin: 0 0 0 -75px;
    }
    .visual-block .slick-next{
        margin: 0 0 0 25px;
    }
    .visual-block .slick-arrow::before,
    .visual-block .slick-arrow::after{
        left: 19px;
        top: 20px;
    }
    .visual-block .slick-arrow::after{
        top: 28px;
    }
    .items > li{
        display: block;
        width: 100%;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .home-block{
        padding: 17px 20px 0;
        font-size: 18px;
        line-height: 22px;
    }
    .home-block p{
        margin: 0 0 11px;
    }
    .three-column{
        padding: 0 10px 32px;
        display: block;
    }
    .three-column .col{
        display: block;
        width: 100%;
    }
    .home-column-block .col{
        padding: 28px 0 70px;
        font-size: 22px;
        line-height: 26px;
    }
    .home-column-block .col > div{
        padding: 0;
    }
    .home-column-block .image-holder{
        margin: 0 auto 10px;
        padding: 0;
        width: 42%;
    }
    .home-column-block h2,
    .home-column-block h3{
        margin: 0 0 39px;
    }
    .home-column-block .more{
        bottom: 21px;
    }
    .home-block.home-img-block{
        padding: 18px 10px 67px;
        font-size: 18px;
        line-height: 21px;
    }
    .home-block.home-img-block h2{
        margin: 0 0 14px;
    }
    .home-block.home-img-block p{
        margin: 0 0 29px;
    }
    .image-block{
        padding: 0;
        width: 46%;
        margin: 0 auto;
    }
    .footer .three-column{
        padding: 0 60px;
    }
    .footer .col{
        padding: 14px 0;
    }
    .footer .col > div,
    .footer .col:first-child > div,
    .footer .col:nth-child(2) > div{
        padding: 0;
    }
    .footer .col:nth-child(2):before,
    .footer .col:nth-child(2):after{
        display: none;
    }
    .footer-logo{
        margin: 10px 0 37px;
    }
    .footer-nav{
        margin: 0 -60px;
    }

    .footer .socials{
        text-align: center;
        margin: 0 0 19px;
    }
    .copy{
        letter-spacing: 1px;
    }
    .paging{
        font-size: 28px;
        line-height: 40px;
    }
    .paging li{
        width: 40px;
        height: 40px;
    }
    .paging a{
        width: 40px;
        height: 40px;
    }
    .paging .arrow a:before,
    .paging .arrow a:after{
        top: 13px;
        left: 13px;
    }
    .paging .arrow a:after{
        left: 13px;
        top: 22px;
    }
    .contact-form{
        padding: 60px 4px;
    }
    .contact-form h3{
        padding: 0;
        font-size: 40px;
        line-height: 50px;
        margin: 0 0 20px;
    }
    .two-col > div{
        width: 100%;
        padding: 0;
    }
    .contact-form .row{
        margin: 0 0 10px;
    }
    .mfp-close-btn-in .contact-form .mfp-close{
        right: 10px;
        top: 10px;
        font-size: 65px;
    }
    .contact-form textarea{
        margin: 20px 0 30px;
        width: 100%;
    }
    .contact-form input[type="submit"]{
        margin-bottom: 40px;
    }
    .contact-form .contact{
        font-size: 20px;
        text-align: center;
    }
    .form-social{
        text-align: center;
    }
    .form-social li{
        margin: 0 21px;
    }
    .form-social .google{
        margin-right: -2px;
    }
    .contact-form .contact .img-holder{
        margin: 0;
        display: block;
    }
    .tabs label {
        font-size: 0;
        padding: 18px 25px 0;
        text-align: center;
    }
    .tabs label::before{
        margin: 0;
        height: 39px !important;
    }
    .tabs section {
        padding: 28px 10px 0;
    }
    .page-404{
        min-height: 500px;
    }
}

.contact-form .error {
    color: #e96e24;
    font-size: 25px;
    line-height: 28px;
}
.content table td {
    vertical-align: top;
}

.share_buttons {
    display: table;
    height: 36px;
}
.share_buttons > span {
    display: table-cell;
    vertical-align: middle !important;
    text-align: center;
    padding: 2px;
}
.share_buttons .fb_span  > span {
    vertical-align: middle !important;
}
.share_buttons .fb_span {

}
.share_buttons .gp_span {

}
.share_buttons .tw_span {

}
.share_buttons .ln_span > span {
    font-size: 1px;
    margin: 0 0 4px !important;
    vertical-align: middle !important;
}

.page-404 {
    background: url('../images/404.jpg') 50% 0 no-repeat;
    background-size: contain;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 18px;
    line-height: 30px;
    margin: 37px auto 34px;
    max-width: 942px;
    min-height: 600px;
    padding: 0 15px 78px;
    text-align: center;
}

.page-404 h2 {
    font: 24px/30px 'Century-Gothic-Regular', Arial, sans-serif;
    margin: 0 0 2px;
    text-transform: none;
}

.page-404 p {
    margin:0 0 40px;
}

.page-404 .more {
    display: inline-block;
    vertical-align: top;
    font-size: 28px;
    line-height: 48px;
}

.nav-drop > ul > li.mobile-nav-item{
    display: none;
}

@media only screen and (max-width:767px){
    .nav-drop > ul > li.mobile-nav-item{
        display: list-item;
    }
    .content-holder figure tr,
    .content-holder figure td{
        display: block;
    }
    .content-holder figure td{
        width: 100% !important;
    }
}

.content-holder figure{
    margin: 0;
}
.content-holder figure.table{
    font: inherit !important;
}
.content-holder figure.table td{
    line-height: inherit !important;
}
.content-holder figure table{
    width: 100% !important;
}