.sub-heading {
    display: block;
    font: 16px/20px Economica,Arial,Helvetica,Verdana,sans-serif;
    letter-spacing: 0.5px;
    margin: 0 0 26px;
    text-transform: uppercase;
}
.section-area {
    margin: 0 0 83px;
    width: 100%;
}


/* landing-area */
.main-area .landing-area{font: 14px/25px Bitter,Georgia,"Times New Roman",Times,serif;}
.landing-area{
    overflow: hidden;
    margin: 0 0 20px;
    color: #000;
}
.landing-row{
    overflow: hidden;
    margin: 0 0 8px -8px;
}
.landing-block-column{
    float: left;
    width: 50%;
    height: 100%;
}
.landing-block{
    padding: 0 0 8px 8px;
    overflow: hidden;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.landing-block.full-height{height: 100%;}
.landing-block-holder{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    background: #fff;
    border: 1px solid #ccc;
}
.landing-block:hover time{color: #fff;}
.landing-block:last-child{margin-bottom: 0;}
.landing-block:hover .landing-box .image-holder:after{background: #000; }
.landing-block:hover .landing-box .image-holder:before{border-right-color: #000;}
.landing-block:hover .landing-box:first-child .image-holder:before{border-left-color: #000;}
#sidebar .image-holder img {
    max-width: 52px;
}

.landing-box{
    float: left;
    width: 50%;
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #ccc;
    height: 100%;
}
.landing-box .box{
    margin-bottom: 0;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.landing-box .box-holder{ 
    padding-top: 7px;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.landing-box .box-holder p{margin-bottom: 14px;}
.landing-box:first-child{border: none;}
.landing-box .image-holder{
    margin: 0;
    position: relative;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}
.landing-box .image-holder > span{
    position: relative;
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
}
.landing-box .image-holder > span img{
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.landing-box .image-holder:after{
    content: "";
    position: absolute;
    left: -7px;
    top: 0;
    width: 5px;
    height: 100%;
    background: #fcb643;
}
.landing-box .image-holder:before{
    content: "";
    position: absolute;
    left: -16px;
    top: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 10px 14px 0;
    border-color: transparent #fcb543 transparent transparent;
}
.landing-box:first-child .image-holder:after{
    left: auto;
    right: -7px;
}
.landing-box:first-child .image-holder:before{
    left: auto;
    right: -16px;
    border-width: 14px 0 14px 10px;
    border-color: transparent transparent transparent #fcb543;
}
.landing-block .box-holder h3{
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 8px;
}
.hover-tooltip{
    font: bold 17px/20px Economica,Arial,Helvetica,Verdana,sans-serif;
    color: #000;
    text-transform: uppercase;
}
.landing-block time{
    text-transform: uppercase;
    color: #fcb643;
    font:bold 12px/16px Economica, Arial, Helvetica, Verdana, sans-serif;
    display: block;
    margin: 0 0 10px;
    letter-spacing: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.btn-holder{text-align: center;}
.landing-block .btn-holder{overflow: hidden;}
.slideshow .text-place{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 0 85px;
    width: 100%;
    background: rgba(252, 182, 87, 0.5);
}
/*.slideshow.hover .text-place{background: rgba(252, 182, 87, 0.5);}*/
.slideshow .text-place .text-holder{position: static;}
.slideshow .text-holder {
    bottom: 90px;
    color: #fcb643;
    font: bold 17px/22px Economica,Arial,Helvetica,Verdana,sans-serif;
    left: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 5;
}
.slideshow .text-holder h3 {
    color: #fff;
    font: bold 27px/32px Economica,Arial,Helvetica,Verdana,sans-serif;
    margin: 0 0 4px;
}
.slideshow .text-holder p {
    margin: 0;
}
.landing-block .switcher {
    bottom: 75px;
    font-size: 0;
    line-height: 0;
}
.landing-block .slideshow .btn-holder {
    bottom: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}
.landing-block .slideshow .btn {
    background-color: #fff;
}
.landing-block .slideshow{
    padding: 9px;
    border: 1px solid #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}
.landing-block .slideset{
    height: 100%;
    position: relative;
    overflow: hidden;
}
.landing-block .slideshow .slide{
    height: 100%;
    overflow: hidden;
}
.landing-block .slideshow .slide > img{
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 100%;
}
.landing-area .more{
    /* old styles */
    /*color: #adadad;*/
    color: #000;
    font:bold 23px/26px Economica, Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 2px;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    margin: 7px 0 0;
}
/*.landing-box .box .btn-holder{text-align: left;}*/
/* btn */
.btn{
    display: inline-block;
    vertical-align: top;
    padding: 0 4px 0 0;
    background: url(../images/sprite.png) no-repeat 100% -900px;
    text-transform: uppercase;
    font:bold 13px/17px Economica, Arial, Helvetica, Verdana, sans-serif;
    white-space: nowrap;
    color: #020202;
    text-decoration: none;
    letter-spacing: 1px;
}
.btn > span{
    background: url(../images/sprite.png) no-repeat 0 -850px;
    padding: 3px 13px 4px 17px;
    display: block;
}
.btn:hover{background-position: 100% -1000px;}
.btn:hover > span{background-position: 0 -950px;}
.landing-block:hover .btn:hover{background-position: 100% -900px ;}
.landing-block:hover .btn:hover > span{background-position: 0 -850px;}
.landing-block .slideshow .btn-holder {
    bottom: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}
.landing-block .slideshow .btn {
    background-color: #fff;
}
.switcher {
    bottom: 13px;
    clear: both;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 5;
}
.switcher ul {
    margin: 0;
}
.switcher li {
    display: inline-block;
    margin: 0 2px;
    vertical-align: top;
}
.switcher ul a {
    background:  #fff;
    border: 1px solid #fff;
    border-radius: 7px;
    display: block;
    height: 7px;
    overflow: hidden;
    text-indent: -9999px;
    width: 7px;
}
.switcher ul .active a, .switcher ul a:hover {
    background:  #fcb643;
}
/* mini-gallery */
.mini-gallery{
    width: 100%;
    margin: 0 0 8px;
    display: table;
    border-collapse: collapse;
}
.mini-gallery .cell{
    vertical-align: top;
    display: table-cell;
    padding: 0 0 0 7px;
}
.mini-gallery .cell:first-child{padding-left: 0;}
.mini-gallery img{
    /* old styles */
    /*border: 4px solid #e8983a;*/
    border: 4px solid #fff;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    margin: 0 0 13px;
    width: 100%;
    display: block;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mini-gallery img:last-child{margin-bottom: 0;}
.article{margin: 0 0 20px;}
.article .txt-holder{
    padding: 27px 0 30px;
    /* old styles */
    /*background: #fff;
    border: 1px solid #d5d5d5;
    padding: 27px 40px 30px;*/
}
.article .txt-holder p{margin-bottom: 0;}
/* article-simple */
.article-area{
    width: 100%;
    padding: 20px 0 0;
}
.article-simple{
    padding: 24px 0;
    position: relative;
    border-top: 2px dotted #535353;
}
.article-area .article-simple:first-child{
    border: none;
    padding-top: 0;
}
.article-simple p{margin: 0 0 14px;}
.article-simple h4{
    font-size: 22px;
    margin-bottom: 20px;
}
.article-simple h5{
    font:16px/20px Bitter, Georgia, "Times New Roman", Times, serif;
    color: #e8983a;
    margin: 0 0 15px;
}
/* image-simple */
.image-simple{
    float: left;
    margin: 0 20px 10px 0;
}
.image-simple img{
    /* old styles */
    /*border: 4px solid #e8983a;*/
    border: 4px solid #fff;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
/* box-simple */
.box-simple{
    /* old styles */
    /*background: #fff;*/
    padding: 40px 50px;
    margin: 0 0 30px;
}
.box-simple h3,
.box-simple h4,
.box-simple h5{
    text-transform: none;
    letter-spacing: 0;
}
.box-simple .info-box{
    overflow: hidden;
    margin: 0 0 20px;
    color: #e8983a;
    letter-spacing: 0;
}
.box-simple .info-box .ad-list{
    float: right;
    min-width: 50%;
    margin: 0 0 0 20px;
    text-align: left;
}
.box-simple .info-box .text{overflow: hidden;}
/* listing */
.listing{
    margin:0;
    letter-spacing: 0;
}
.listing li{
    list-style: none outside;
    padding: 0 0 15px 30px;
    position: relative;
}
.listing li:after{
    content: ">";
    position: absolute;
    left: 0;
    top:0;
    width: 27px;
    text-align: right;
    line-height: 1em;
}
/* columns-place */
.columns-place{
    margin: 0 -20px 80px;
    font-size: 15px;
    line-height: 18px;
}
.columns-place > .holder{
    width: 100%;
    display: table;
    border-spacing: 20px 0;
    table-layout: fixed;
}
.columns-place .cell{
    padding: 35px 50px 50px;
    display: table-cell;
}
.columns-place h3,
.columns-place h4,
.columns-place h5{
    letter-spacing: 0;
    text-transform: none;
}
.columns-place address{
    font-style: normal;
    margin: 0;
}
.columns-place p{margin: 0;}
.gm-style-iw a{
    font:bold 15px/23px Economica, Arial, Helvetica, Verdana, sans-serif !important;
    margin: 0 0 0 15px;
    text-transform: uppercase;
}

.slideshow {
    position: relative;
}
.slideshow .slide {
    position: absolute;
    z-index: 1;
    width: 100%;
}
.slideshow .slide.active {z-index: 2; }

@media (max-width: 660px){
    #main .social-search.bottom {
        position: relative !important;
        bottom: 0;
    }
}