/*Default Wordpress styles*/
 /*
##### Default colors

#35404b - Blue
#F25860 - Red
#A2C648 - Green

 */


/* Images */
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
    /*max-height: 100%;*/
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

pre, code {
    clear: both;
    overflow: auto;
    margin: 1.5em 0em;
    white-space: pre;
    color: inherit;
    line-height: 24px;
}

p:empty{
    display: none;
}
.sticky{}
img.size-full,
img.size-large {
    max-width: 100%;
    width: auto; /* Prevent sPtretching of full-size and large-size images with height and width attributes in IE8 */
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border: none;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 1em;
}
p img,
.wp-caption {
    margin: 0;
}
.wp-caption {
    margin-bottom: 1em;
    padding: 5px;
    max-width: 100%;
    border-top: 1px solid rgb(0, 0, 0);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: white;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.wp-caption img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    color: inherit;
    font-size: 12px;
}
.wp-caption .wp-caption-text {
    position: relative;
    margin-bottom: 0;
    padding: 10px 0 5px 40px;
}
.wp-caption .wp-caption-text:before {
    position: absolute;
    top: 10px;
    left: 5px;
    margin-right: 5px;
    content: '\2014';
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
}
.gallery {
    margin: 0;
}
.gallery a img {
    border: none;
}
img#wpstats {
    display: block;
    margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
    padding-right: 2%;
    width: 23%;
}
#content .gallery-columns-4 .gallery-item img {
    width: 100%;
    height: auto;
}

.error404 #entry-title .content-title{
    margin-top: 20px;
}
/* Grid clears */
.cols-by-3 > div:nth-child(3n+1){
    clear: left;
}
.cols-by-2 > div:nth-child(2n+1){
    clear: left;
}
.cols-by-6 > div:nth-child(6n+1){
    clear: left;
}
.cols-by-4 > div:nth-child(4n+1){
    clear: left;
}

/*================ Search ================*/
#searchform{
    margin: 0;
    position: relative;
}

#searchform .search-container.hidden{
    display: block;
}

#searchform .button {
    position: absolute;
    right: 0;
    top: 0;
    height: 35px;
    line-height: 35px;
    font-size: 11px;
    color: #FFF;
    border: 0 none;
    text-shadow: 0;
    box-shadow: none;
    padding: 0 20px;
    display: none !important;
}
#searchform input[type="text"]{
    height: 35px;
    line-height: 35px;
    border: 1px solid #c7c7c4;
    border: 1px solid rgba(60,60,60,0.1);
    font-size: 14px;
    margin: 0;
    color: #7c7c7c;
    border-radius: 3px;
}
#searchform .search-container{
    text-align: right;
}

#searchform .search-container i{
    color: #ddd;
    font-size: 14px;
    position: absolute;
    right: 5px;
    top: 35%;
}

#searchform .search-container .input-wrapper{
    display: inline-block;
    margin-top: 7px;
}

#searchform .search-container .input-wrapper input{
    margin: -1px 0 0;
    display: block;
    padding: 0 5px;
    width: 190px;
    height: 30px;
    background-color: transparent;
    box-shadow: 0 0;
    border-radius: 3px;
    border: 0 none;
    font-size: 11px;
    line-height: 30px;
    color: #FFF;
    border: 1px solid rgba(255,255,255,1);
    opacity: 0.5;
}
#searchform .search-container .input-wrapper input:hover, #searchform .search-container .input-wrapper input:focus{
    opacity: 1;
}
.header-text {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #FFF;
    z-index: 3;
    margin-top: -80px;
}

/* Responsiveness ----------- */
@media only screen and (max-width : 768px) {
    #searchform .search-container .input-wrapper{
        display: block;
    }
    #searchform .search-container .input-wrapper input{
        width: 100%;
    }
    .header-text{
        display: none;
    }
}        
.fluid_container{
    margin-top: -40px;
    margin-bottom: 40px;
}
#page.boxed .fluid_container{
    margin-left: -20px;
    margin-right: -20px;
}
.camera_wrap{
    height: 0;
    -webkit-transition: height .7s ease-out;
    -moz-transition: height .7s ease-out;
    -o-transition: height .7s ease-out;
    transition: height .7s ease-out;
}
/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
    padding: 0;/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
    border: none;
}
.wp-caption img {
    border-color: transparent;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
.gallery .gallery-icon a:focus img,
.gallery .gallery-icon a:hover img,
.gallery .gallery-icon a:active img {
    border-color: #bbb;/* Add some useful style to those fancy borders for linked images ... */
    background: transparent;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
    border-color: transparent;/* ... including captioned images! */
    background: transparent;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}

/*==================== Start: Recommended Isotope styles =======================*/

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

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

/**** disabling Isotope CSS3 transitions ****/

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

/* ===================End: Recommended Isotope styles =========================*/

/* Splitter */
.splitter, .thumbs-splitter {
    margin-bottom: 0;
    list-style-type: none;
    text-align: left;
}
.splitter li, .thumbs-splitter li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 30px;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    -webkit-transition: border-color .2s ease-out;
    -moz-transition: border-color .2s ease-out;
    -o-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out;
}
.splitter li a, .thumbs-splitter li a {
    font-size: 13px;
    line-height: 1.4;
    display: block;
    padding: 5px 15px;
    color: #7e7e7e;
}

.splitter li.selected, .thumbs-splitter li.selected{
    border-color:#000;
}

/* EOF Splitter */
#page {
    max-width: 100%;
    
}

.center-layout{
    margin: 0 auto;
}
.left-layout{
    margin: 0;
}
/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
    margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
    margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
    background: #f7f7f7;
}

/* Floated content doesn't work well at this size */
.alignleft,
.alignright {
    display: block;
    float: none;
    margin-right: 0;
    margin-left: 0;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}
.aligncenter {
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}
dl.gallery-item {
    margin: 0;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}


/* ################## Theme styles ###################*/

.boxed{
    width: 1170px;
    padding: 0 20px;
    margin: 0 auto;
    background: #FFF;
}
#page.boxed #header{
    margin-left: -20px;
    margin-right: -20px;
}
/* Views */
.dotted-separator{
    height: 1px;
    margin: 0 15px;
    position: relative;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(235,235,235,0.6) 30%, rgba(235,235,235,1) 50%, rgba(235,235,235,0.6) 70%, rgba(255,255,255,0.02) 99%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(235,235,235,0.6)), color-stop(50%,rgba(235,235,235,1)), color-stop(70%,rgba(235,235,235,0.6)), color-stop(99%,rgba(255,255,255,0.02)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(235,235,235,0.6) 30%,rgba(235,235,235,1) 50%,rgba(235,235,235,0.6) 70%,rgba(255,255,255,0.02) 99%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(235,235,235,0.6) 30%,rgba(235,235,235,1) 50%,rgba(235,235,235,0.6) 70%,rgba(255,255,255,0.02) 99%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(235,235,235,0.6) 30%,rgba(235,235,235,1) 50%,rgba(235,235,235,0.6) 70%,rgba(255,255,255,0.02) 99%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(235,235,235,0.6) 30%,rgba(235,235,235,1) 50%,rgba(235,235,235,0.6) 70%,rgba(255,255,255,0.02) 99%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.bottom-separator{
    margin-bottom: 40px;
}
.back-button{
    font-size: 16px;
    color: #868686;
    font-weight: 300;
    margin-bottom: 30px;
    text-transform: uppercase;
    display: inline-block;
}
.idot{
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #FFF;
    left: 50%;
    margin-left: -5px;
    top: 50%;
    margin-top: -5px;
    background: #F25860;
}
.isign{
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #FFF;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    background: #F25860;
    text-align: center;
}
.ilike{
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #FFF;
    left: 50%;
    margin-left: -15px;
    top: 50%;
    margin-top: -15px;
    background: #F25860;
    text-align: center;
    cursor: pointer;
}
.ilike:after{
    content: '';
    display: block;
    position: absolute;
    box-shadow: 0 0 0 2px #F25860;
    left: -3px;
    opacity: 0;
    top: -3px;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -webkit-transition: -webkit-transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.ilike:hover:after{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.single-like .ilike{
    border: 3px solid #FFF;
}
.ilike i{
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}
.ilike:hover i{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.ilike span{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    font-size: 11px;
    line-height: 28px;
}
.ilike:hover span{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.isign > i{
    font-size: 18px;
    color: #FFF;
    line-height: 38px;
}
.meta-likes{
    position: relative;
    z-index: 2;
}
.ul-sharing{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.ul-sharing li{
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #A8A8A8;
    font-size: 12px;
    margin-right: 5px;
}
.red-columns-2 > div:nth-child(2n+1){
    clear: left;
}
.red-columns-3 > div:nth-child(3n+1){
    clear: left;
}
.red-columns-4 > div:nth-child(4n+1){
    clear: left;
}
.red-grid-view .ul-sharing a{
    color: #FFF;
}

.red-grid-view .ul-sharing a:hover{
    color: #FFF;
    border-bottom: 1px solid #FFF;
}
.red-grid-view .ul-sharing li{
    font-size: 13px;
    margin-right: 10px;
}
.red-grid-view .share-options li:not(:last-child):after{
    content: '';
}
.ul-sharing li:last-child{
    margin-right: 0;
}
.ul-sharing li a{
    color: inherit;
    display: block;
}
.ul-sharing li a:before{
    width: auto;
}
/* Grid view */
.products.red-grid-view article header .featimg{
    border: 1px solid rgba(30,30,30,0.01);
}
.red-grid-view article{
    text-align: center;
    margin-bottom: 45px;
}
.red-grid-view article header{
    overflow-x: hidden;
}
.red-grid-view article header .featimg{
    line-height: 0;
    margin-bottom: 25px;
    position: relative;
}
.red-grid-view article header .featimg:after, .red-grid-view article header .featimg:before{
    background: transparent;
    bottom: 25px;
    box-shadow: 0 15px 10px #777777;
    content: "";
    left: 10px;
    max-width: 300px;
    position: absolute;
    top: 30%;
    transform: rotate(-5deg);
    width: 80%;
    z-index: 0;
}
.red-grid-view article header .featimg:after {
    left: auto;
    right: 10px;
    transform: rotate(5deg);
}
.red-grid-view article header .featimg img{
    width: 100%;
    border-radius: 3px;
    z-index: 2;
    position: relative;
}
.red-grid-view article header .featimg .entry-date{
    position: absolute;
    bottom: 25px;
    left: 0;
    background: #F25860;
    padding: 3px 10px;
    color: #FFF;
    font-size: 12px;
    display: block;
    line-height: 1.3;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: 3;
}
.red-grid-view article header .featimg .entry-feat-overlay{
    background: rgba(255,255,255,0.85);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .2s opacity ease-in;
    z-index: 2;
}
.red-grid-view article header:hover .featimg .entry-feat-overlay{
    opacity: 1;
}
.red-grid-view article header .featimg .entry-feat-overlay a{
    color: inherit;
}
.red-grid-view article header .featimg .entry-feat-overlay .entry-date{
    top: 50%;
    left: 50%;
    margin-left: -35%;
    height: 90px;
    margin-top: -45px;
    width: 70%;
    position: absolute;
    font-size: 24px;
    line-height: 1;
    color: #454545;
    font-weight: 300;
}
.red-grid-view article header .featimg .entry-feat-overlay .entry-date > a{
    border: 1px solid rgba(0,0,0,0.2);
    display: block;
    margin-bottom: 15px;
}
.red-grid-view article header .featimg .entry-feat-overlay .entry-date em{
    display: block;
    font-style: normal;
    margin: 15px 0;
    position: relative;
}
.red-grid-view article header .featimg .entry-feat-overlay .entry-date em:after{
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #454545;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -25px;
}
.red-grid-view article header .featimg .entry-feat-overlay .view-more{
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: inherit;
    font-size: 24px;
    margin-left: -30px;
    margin-top: -30px;
    border-radius: 50%;
}
.red-grid-view article header .featimg .entry-feat-overlay i{
    display: block;
    font-style: normal;
    margin-bottom: 10px;
    -webkit-transition: all .2s ease-out;  
    -moz-transition: all .2s ease-out;  
    -o-transition: all .2s ease-out;  
    -ms-transition: all .2s ease-out;  
    transition: all .2s ease-out;
    -webkit-transform: scale(0.2) rotate(-30deg);
    -moz-transform: scale(0.2) rotate(-30deg);
    -o-transform: scale(0.2) rotate(-30deg);
    -ms-transform: scale(0.2) rotate(-30deg);
    transform: scale(0.2) rotate(-30deg);
}
.red-grid-view article header:hover .featimg .entry-feat-overlay i{
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}
.red-grid-view article header .featimg .entry-feat-overlay .share-options{
    margin: 0;
    list-style-type: none;
    -webkit-transition: margin-top .2s ease-out;  
    -moz-transition: margin-top .2s ease-out;  
    -o-transition: margin-top .2s ease-out;  
    -ms-transition: margin-top .2s ease-out;  
    transition: margin-top .2s ease-out;
}
.red-grid-view article header:hover .featimg .entry-feat-overlay .share-options{
    margin-top: 25px;
}
.red-grid-view article header .featimg .entry-feat-overlay .share-options li{
    color: inherit;
    font-size: 12px;
    margin-bottom: 10px;
}
.red-grid-view article header .featimg .entry-feat-overlay .share-options li a:hover{
    opacity: 0.7;
}
.red-grid-view article section.entry-content h2.entry-title{
    font-size: 20px;
    font-weight: 400;
    color: #F25860;
    font-family: 'Lato', sans-serif;
    margin: 0 15px 10px 15px;
    line-height: 1.4;
    position: relative;
}
.red-grid-view article section.entry-content h2.entry-title span{
    position: relative;
    display: inline-block;
}
.red-grid-view article section.entry-content h2.entry-title span:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 1px;
    background: #F25860;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .2s ease-out;  
    -moz-transition: all .2s ease-out;  
    -o-transition: all .2s ease-out;  
    -ms-transition: all .2s ease-out;  
    transition: all .2s ease-out;
}
.red-grid-view article section.entry-content h2.entry-title span:hover:after{
    left: 0;
    width: 100%;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.red-grid-view article section.entry-content h2.entry-title a{
    color: inherit;
}
.red-grid-view article section.entry-content .entry-excerpt{
    font-size: 12px;
    color: #8d8d8d;
    line-height: 1.8;
    margin-bottom: 30px;
}
.red-grid-view article footer.entry-footer{
    text-transform: uppercase;
}
.red-grid-view article footer.entry-footer a.read-more{
    color: #454545;
    font-weight: 300;
    letter-spacing: 1px;
    position: relative;
    font-size: 12px;
    margin-bottom: 30px;
    display: inline-block;
}
.red-grid-view article footer.entry-footer a.read-more:before{
    content: '';
    display: block;
    width: 25px;
    height: 1px;
    background: #454545;
    position: absolute;
    top: 50%;
    left: -35px;
}
.red-grid-view article footer.entry-footer a.read-more:after{
    content: '';
    display: block;
    width: 25px;
    height: 1px;
    background: #454545;
    position: absolute;
    top: 50%;
    right: -35px;
}
.red-grid-view article footer.entry-footer .meta-likes, .red-grid-view article footer.entry-footer .meta-likes:hover{
    display: block;
    line-height: 29px;
    color: #FFF;
}
.red-grid-view article footer.entry-footer .meta-likes.voted{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.red-grid-view .featimg{
    overflow: visible;
}

/* Thumbs view */

.red-thumb-view{
    position: relative;
}
.red-thumb-view article{
    margin-bottom: 45px;
}
.red-thumb-view article header .featimg img{
    border-radius: 3px;
    max-width: 100%;
    height: auto;
}
.red-thumb-view article header .featimg{
    line-height: 0;
    position: relative;
    overflow: visible;
}
.red-thumb-view article header .featimg .entry-feat-overlay{
    background: rgba(255,255,255,0.85);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .2s opacity ease-in;
    z-index: 2;
}
.red-thumb-view article header:hover .featimg .entry-feat-overlay{
    opacity: 1;
}
.red-thumb-view article header .featimg .entry-feat-overlay .entry-title{
    position: absolute;
    bottom: 0px;
    font-size: 16px;
    text-align: center;
    width: 100%;
}
.red-thumb-view article header:hover .featimg .entry-feat-overlay .entry-title{
    bottom: 20px;
}
.red-thumb-view article footer{
    position: relative;
    z-index: 3;
}
.red-thumb-view article h2.entry-title{
    font-size: 18px;
    font-weight: 400;
    color: #F25860;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.8;
    line-height: 1.4;
    text-align: center;
    margin-top: 20px;
    -webkit-transition: bottom .2s ease-out;  
    -moz-transition: bottom .2s ease-out;  
    -o-transition: bottom .2s ease-out;  
    -ms-transition: bottom .2s ease-out;  
    transition: bottom .2s ease-out;
}
.red-thumb-view article h2.entry-title a{
    color: inherit;
}

.red-thumb-view article header .featimg:after, .red-thumb-view article header .featimg:before{
    background: none repeat scroll 0 0 #777777;
    bottom: 25px;
    box-shadow: 0 15px 10px #777777;
    content: "";
    left: 10px;
    max-width: 300px;
    position: absolute;
    top: 30%;
    transform: rotate(-5deg);
    width: 80%;
    z-index: -1;
}
.red-thumb-view article header .featimg:after {
    left: auto;
    right: 10px;
    transform: rotate(5deg);
}
.red-thumb-view article footer.entry-footer .meta-likes, .red-thumb-view article footer.entry-footer .meta-likes:hover{
    display: block;
    line-height: 29px;
    color: #FFF;
}
.red-thumb-view article footer.entry-footer .meta-likes.voted{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
}

/* List view */
.red-list-view article{
    text-align: center;
    margin-bottom: 40px;
}
.red-list-view article.list-small-thumb{
    text-align: left;
}
.red-list-view article header .featimg{
    line-height: 0;
    position: relative;
}

.red-list-view article.list-small-thumb header .featimg{
    margin: 0;
    text-align: center;
}
.red-list-view article header .featimg img{
    width: 100%;
    border-radius: 3px;
}
.red-list-view article header .featimg .entry-date{
    position: absolute;
    bottom: 25px;
    left: 0;
    background: #F25860;
    padding: 3px 10px;
    color: #FFF;
    font-size: 12px;
    display: block;
    line-height: 1.3;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: 3;
}
.red-list-view article header .featimg .entry-feat-overlay{
    background: rgba(255,255,255,0.85);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .2s opacity ease-in;
    z-index: 2;
}
.red-list-view article header:hover .featimg .entry-feat-overlay{
    opacity: 1;
}
.red-list-view article header .featimg .entry-feat-overlay a{
    color: inherit;
}
.red-list-view article header .featimg .entry-feat-overlay .entry-date{
    top: 50%;
    left: 50%;
    margin-left: -35%;
    height: 90px;
    margin-top: -45px;
    width: 70%;
    position: absolute;
    font-size: 24px;
    line-height: 1;
    color: #454545;
    font-weight: 300;
}
.red-list-view article header .featimg .entry-feat-overlay .entry-date > a{
    border: 1px solid rgba(0,0,0,0.2);
    display: block;
    margin-bottom: 15px;
}
.red-list-view article header .featimg .entry-feat-overlay .entry-date em{
    display: block;
    font-style: normal;
    margin: 15px 0;
    position: relative;
}
.red-list-view article header .featimg .entry-feat-overlay .entry-date em:after{
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #454545;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -25px;
}
.red-list-view article header .featimg .entry-feat-overlay .view-more{
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: inherit;
    font-size: 24px;
    margin-left: -30px;
    margin-top: -30px;
    border-radius: 50%;
}
.red-list-view article header .featimg .entry-feat-overlay i{
    display: block;
    font-style: normal;
    margin-bottom: 10px;
}

.red-list-view article header .featimg .entry-feat-overlay i{
    display: block;
    font-style: normal;
    margin-bottom: 10px;
    -webkit-transition: all .2s ease-out;  
    -moz-transition: all .2s ease-out;  
    -o-transition: all .2s ease-out;  
    -ms-transition: all .2s ease-out;  
    transition: all .2s ease-out;
    -webkit-transform: scale(0.2) rotate(-30deg);
    -moz-transform: scale(0.2) rotate(-30deg);
    -o-transform: scale(0.2) rotate(-30deg);
    -ms-transform: scale(0.2) rotate(-30deg);
    transform: scale(0.2) rotate(-30deg);
}
.red-list-view article header:hover .featimg .entry-feat-overlay i{
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}
.red-list-view article header .featimg .entry-feat-overlay .share-options{
    margin: 0;
    list-style-type: none;
    width: 25px;
    float: right;
    margin-top: 20%;
    margin-right: 20px;
}
.red-list-view article header .featimg .entry-feat-overlay .share-options li{
    display: block;
    color: #69737D;
    font-size: 12px;
    margin-bottom: 5px;
}
.red-list-view article header .featimg .entry-feat-overlay .share-options li a:hover{
    opacity: 0.7;
}
.red-list-view article section.entry-content h2.entry-title{
    font-size: 28px;
    font-weight: 400;
    color: #F25860;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.8;
    margin: 25px 15px 25px 15px;
    line-height: 1.4;
}
.red-list-view article section.entry-content h2.entry-title span{
    position: relative;
    display: inline-block;
}
.red-list-view article section.entry-content h2.entry-title span:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 1px;
    background: #F25860;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .2s ease-out;  
    -moz-transition: all .2s ease-out;  
    -o-transition: all .2s ease-out;  
    -ms-transition: all .2s ease-out;  
    transition: all .2s ease-out;
}
.red-list-view article section.entry-content h2.entry-title span:hover:after{
    left: 0;
    width: 100%;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.red-list-view article section.entry-content h2.entry-title a{
    color: inherit;
}
.red-list-view article section.entry-content .entry-excerpt{
    font-size: 12px;
    color: #8d8d8d;
    line-height: 1.8;
    margin-bottom: 30px;
}
.red-list-view article section.entry-content .entry-meta{
    margin-bottom: 30px;
}

.red-list-view article .meta-likes, .red-list-view article .meta-likes:hover{
    display: block;
    line-height: 29px;
    color: #FFF;
}
.red-list-view article .meta-likes.voted{
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.red-list-view article .share-options a, .red-list-view article .share-options{
    color: #ddd;
}

.row > .red-list-view, .row > .red-grid-view, .row > .red-thumb-view{
    margin: 0;
}

/* Featured area */
.row.featured-area{
    margin-bottom: 20px;
}
.featured-area article{
    max-width: 100%;
    box-shadow: 0 0 10px 0 rgba(80, 80, 80, 0.3);
}
.featured-area article .featimg{
    position: relative;
}
.featured-area article .featimg .feat-overlay{
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(80,80,80,0.3);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.featured-area article .featimg .feat-overlay > div{
    position: absolute;
    top: 50%;
    margin-top: -35px;
    font-size: 24px;
    color: #FFF;
    display: block;
    text-align: center;
    width: 100%;
    -webkit-transition: margin-top .4s ease-out;
    -moz-transition: margin-top .4s ease-out;
    -o-transition: margin-top .4s ease-out;
    transition: margin-top .4s ease-out;
}
.featured-area article .featimg:hover .feat-overlay > div{
    margin-top: -15px;
}
.featured-area article .featimg .feat-overlay > div a{
    color: #FFF;
}

.featured-area article .featimg .feat-overlay > div a:hover{
    color: #FFF;
    border-bottom: 1px solid #FFF;
    padding-bottom: 5px;
}
.featured-area article .featimg:hover .feat-overlay{
    top: 0;
    opacity: 1;
}
.featured-area article .featimg img{
    max-width: 100%;
    height: auto;
    width: 100%;

}
.featured-area article section h2{
    font-size: 13px;
    margin: 0;
}
.featured-area > div.two.columns.others{
    width: 20%;
    float: left;
    padding: 0;
}
.featured-area > div.two.columns.others > div{
    margin-bottom: 20px;
}
.featured-area > div.twelve.columns{
    width: 60%;
    float: left;
}
.featured-area.is-mobile > div.twelve.columns{
    width: 100%;
}
.featured-area.is-mobile > div article{
    margin-bottom: 30px;
}
.featured-area > div.twelve.columns article section{
    padding-bottom: 1px;
}
.featured-area > div.two.columns.others article section{
    padding: 10px;
}
.featured-area > div.twelve.columns article section h2{
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px 0;
}

.featured-area > div.twelve.columns article section .entry-meta{
    text-transform: uppercase;
    color: #747577;
    background: #FFF;
    margin: -15px 40px 0 40px;
    text-align: center;
    padding: 15px 0 0 0;
    z-index: 2;
    position: relative;
}
.featured-area > div.twelve.columns article section .entry-meta .entry-categories ul{
    margin: 0;
}
.featured-area > div.twelve.columns article section .entry-meta > div, .red-grid-view article section .entry-meta > div li{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 11px;
}

.featured-area > div.twelve.columns article section .entry-delimiter{
    font-size: 20px;
    color: #c8a555;
    text-align: center;
    letter-spacing: 2px;
    line-height: 1;
    font-family: 'Helvetica', Arial, sans-serif;
}
.featured-area .flexslider{
    margin: 0;
}
.featured-area > div.twelve.columns article .entry-score{
    position: absolute;
    top: 10px;
    right: 0;
    background: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    white-space: nowrap;
    letter-spacing: -2px;
}
.featured-area > div.twelve.columns article .entry-score:after{
    position: absolute;
    top: 45px;
    right: -1px;
    content: '';
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.featured-area > div.two.columns article .entry-score{
    position: absolute;
    top: 10px;
    right: 0;
    background: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 11px;
    color: #FFF;
    white-space: nowrap;
    letter-spacing: -1px;
}
.featured-area > .featured-slider-other article .entry-score:after{
    position: absolute;
    top: 25px;
    right: -1px;
    content: '';
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.featured-area article .flex-direction-nav a{
    border-radius: 0;
    background: #000;
    color: #FFF;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: left .1s ease-out, right .1s ease-out;
    -moz-transition: left .1s ease-out, right .1s ease-out;
    -o-transition: left .1s ease-out, right .1s ease-out;
    transition: left .1s ease-out, right .1s ease-out;
}
.featured-area .featimg .flexslider{
    margin-bottom: 0;
}

/* Featured slider */

.row.featured-slider{
    margin-bottom: 40px;
}
.row.featured-slider article{
    position: relative;
}
.featured-slider > div.featured-slider-article{
    width: 65%;
    padding: 0 20px;
    float: left;
}
.featured-slider > div.featured-slider-article article{

}

.featured-slider > div.featured-slider-article article section h2{
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px 0;
}

.featured-slider > div.featured-slider-article article section .entry-meta{
    text-transform: uppercase;
    color: #747577;
    background: #FFF;
    margin: -15px 40px 0 40px;
    text-align: center;
    padding: 15px 0 0 0;
    z-index: 2;
    position: relative;
}
.featured-slider > div.featured-slider-article article section .entry-meta .entry-categories ul{
    margin: 0;
}
.featured-slider > div.featured-slider-article article section .entry-meta > div{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 11px;
}

.featured-slider > div.featured-slider-article article section .entry-delimiter{
    font-size: 20px;
    color: #c8a555;
    text-align: center;
    letter-spacing: 2px;
    line-height: 1;
    font-family: 'Helvetica', Arial, sans-serif;
}
.featured-slider .flexslider{
    margin: 0;
}
.featured-slider > div.featured-slider-article article .entry-score{
    position: absolute;
    top: 10px;
    right: 0;
    background: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    white-space: nowrap;
    letter-spacing: -2px;
}
.featured-slider > div.featured-slider-article article .entry-score:after{
    position: absolute;
    top: 45px;
    right: -1px;
    content: '';
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.featured-slider > div.featured-slider-other article .entry-score{
    position: absolute;
    top: 10px;
    right: 0;
    background: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 11px;
    color: #FFF;
    white-space: nowrap;
    letter-spacing: -1px;
}
.featured-slider > div.featured-slider-other article .entry-score:after{
    position: absolute;
    top: 25px;
    right: -1px;
    content: '';
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.featured-slider > div > .columns{
    padding: 0;
}
.featured-slider > div.featured-slider-other{
    width: 35%;
    float: left;
    padding: 0 20px;
}
.featured-slider > div.featured-slider-other article .feat-overlay{
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}
.featured-slider > div.featured-slider-other article:hover .feat-overlay{
    opacity: 1;
}
.featured-slider > div.featured-slider-other article .feat-overlay a{
    color: #FFF;
    text-shadow: 0 0 3px rgba(80,80,80,0.8);
}
.featured-slider > div.featured-slider-other article section{
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    width: 100%;
    padding: 0 10px 15px 10px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.55))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#8c000000',GradientType=0 ); /* IE6-9 */
}
.featured-slider > div.featured-slider-other article section h2{
    font-size: 18px;
    text-transform: uppercase;
    color: #FFF;
    text-shadow: 0 0 3px rgba(80,80,80,0.8);
    margin: 0;
}
.featured-slider > div.featured-slider-other article section h2 a{
    color: inherit;
}
.featured-slider .featimg img{
    width: 100%;
    height: auto;
}

.featured-slider article .flex-direction-nav a{
    border-radius: 0;
    background: #000;
    color: #FFF;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: left .1s ease-out, right .1s ease-out;
    -moz-transition: left .1s ease-out, right .1s ease-out;
    -o-transition: left .1s ease-out, right .1s ease-out;
    transition: left .1s ease-out, right .1s ease-out;
}
/* Responsiveness */
@media only screen and (min-width: 768px) and (max-width : 1024px) {
    .featured-slider > div.featured-slider-article{
        width: 100%;
    }
    .featured-slider > div.featured-slider-other{
        width: 100%;
    }
    .featured-slider > div.featured-slider-other > div{
        width: 33.33%;
    }
}
@media only screen and (max-width: 768px) {
    .featured-slider > div.featured-slider-article{
        width: 100%;
        margin-bottom: 40px;
    }
    .featured-slider > div.featured-slider-other{
        width: 100%;
    }
    .featured-slider > div.featured-slider-other > div{
        width: 100%;
    }
}        

/* Gallery single */

.hidden-post-content{
    position: fixed;
    left: 150%;
    width: 100%;
    top: 0;
    height: 100%;
    -webkit-transition: left .2s ease-out;
    -moz-transition: left .2s ease-out;
    -o-transition: left .2s ease-out;
    transition: left .2s ease-out;
    background: #FFF;
    z-index: 12;
    overflow-y: scroll;
    padding: 60px 0;
}
.hidden-post-content.shown{
    left: 0;
}
.hidden-post-content .content-expander .icon-next{
    display: none;
}
.hidden-post-content.shown .content-expander .icon-next{
    display: inline-block;
}
.hidden-post-content .content-expander .icon-prev{
    display: inline-block;
}
.hidden-post-content.shown .content-expander .icon-prev{
    display: none;
}
.gallery-type-container{
    margin-bottom: 40px;
    position: relative;
}
.content-expander{
    position: fixed;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #FFF;
    font-size: 22px;
    top: 50%;
    cursor: pointer;
    box-shadow: 0 0 3px 0 rgba(65,65,65,0.3);
    -webkit-transition: width .2s ease-out;
    -moz-transition: width .2s ease-out;
    -o-transition: width .2s ease-out;
    transition: width .2s ease-out;
    z-index: 99;
}
.content-expander:hover{
    width: 60px;
}
.gallery-list ul{
    list-style-type: none;
}
.gallery-list ul li{
    display: block;
    position: relative;
}
.gallery-list ul li img{
    width: 100%;
    height: auto;
}
.gallery-grid {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.gallery-grid li {
    display: block;
    float: left;
    padding: 10px;
    width: 50%;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    opacity: 0;
}
.gallery-grid.gallery-list li {
    width: 100%;
    display: block;
    clear: both;
    text-align: center;
}
.gallery-grid.gallery-scroll li {
    opacity: 1;
    width: auto;
    float: left;
}
.gallery-grid.gallery-list li img{
    display: inline-block;
}
.gallery-grid li a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #FFF;
    background: rgba(255,255,255,0.15);
    transition: .2s opacity ease-in;
}
.gallery-grid li a:hover{
    opacity: 1;
}
.gallery-grid li.shown,
.no-js .gallery-grid li,
.no-cssanimations .gallery-grid li {
    opacity: 1;
}

.gallery-grid li a,
.gallery-grid li img {
    outline: none;
    border: none;
    display: block;
    max-width: 100%;
    text-align: center;
}
.gallery-grid li a i{
    top: 50%;
    position: absolute;
    background: rgba(255,255,255,0.8);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    color: #7c7c7c;
    margin-top: -20px;
    margin-left: -20px;
}
.gallery-grid {
    -webkit-perspective: 1140px;
    -moz-perspective: 1140px;
    perspective: 1140px;
}



.horizontal-slider > .flexslider .flex-control-nav{
    right: 10px;
    top: 30px;
    width: 41%;
}
@media only screen and (max-width: 768px) {
    .horizontal-slider > .flexslider .flex-control-nav{
        width: 100%;
    }
    .gallery-grid li {
        width: 100%;
    }
}
.horizontal-slider > .flexslider .flex-control-nav li{

}
.horizontal-slider > .flexslider .flex-control-nav li a{
    width: 10px;
    height: 10px;
    box-shadow: 0 0 1px 0 rgba(70,70,70,0.2);
}
.horizontal-slider > .flexslider .flex-control-nav li a.flex-active{
    background: #F73F39;
}
.horizontal-slider > .flexslider .slides > li:not(.flex-active-slide) {
    opacity: 0.2;
    -webkit-transition: opacity .2s ease;  
    -moz-transition: opacity .2s ease;  
    -o-transition: opacity .2s ease;  
    -ms-transition: opacity .2s ease;  
    transition: opacity .2s ease;
}
.horizontal-slider > .flexslider > .flex-viewport{
    overflow: visible !important;
}
.horizontal-slider > .flexslider .flex-direction-nav .flex-next{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    height: 100%;
    left: 100%;
    position: absolute;
    text-align: left;
    top: 0;
    width: 100%;
    padding-left: 40px;
    margin-left: -10px;
    text-indent: -9999px;
}
.horizontal-slider > .flexslider .flex-direction-nav .flex-prev{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    height: 100%;
    right: 100%;
    position: absolute;
    text-align: right;
    top: 0;
    width: 100%;
    padding-right: 40px;
    margin-right: -10px;
    left: auto;
    text-indent: 9999px;
}
.horizontal-slider > .flexslider .flex-direction-nav a{
    border: 0 none;
}
.horizontal-slider > .flexslider .flex-direction-nav a:hover{
    border: 0 none;
    color: #F73F39;
}
.horizontal-slider > .flexslider .flex-direction-nav a:before{
    font-size: 56px;
    margin-top: 25%;
}
/* Team styles */

.red-team-member{
    background: #FFF;
    text-align: center;
    padding-bottom: 1px;
    margin-bottom: 40px;
}
.red-team-member .featimg img{
    width: 100%;
}
.red-team-member .entry-content{
    margin: 0 15px 15px 15px;
}
.red-team-member .entry-content .entry-content-job{
    font-size: 11px;
    margin-bottom: 5px;
    font-style: normal;
    text-transform: uppercase;
}
.red-team-member .entry-content .entry-content-job:after{
    content: '-';
}
.red-team-member .entry-content .entry-content-job:before{
    content: '-';
}
.red-team-member .entry-content ul h4{
    margin-bottom: 5px;
}
.red-team-member .red-social li{
    text-transform: uppercase;
    font-family: 'Montserrat';
    opacity: 0.6;
    font-size: 11px;
    display: inline-block;
    margin-bottom: 15px;
}
.red-team-member .red-social li:not(:last-child):after{
    content: '- ';
}
.red-team-member .entry-content-desc{
    font-size: 11px;
}

.red-team-member .entry-content-job + .dotted-separator{
    margin: 10px 15px;
}

.redbox .row .row{
    margin: 0 auto;
}

/* Single styles */
body.single article.post{
    position: relative;
}
body.single-gallery header#header{
    margin-bottom: 0;
}
.featimg{
    line-height: 0;
}
.featvideo{
    line-height: 0;
    position: relative;
    background: #f7f7f7;
    padding: 40px 0;
}
.featvideo.fullwidth-video, body.single-post .featvideo{
    padding: 0;
}
body.single-post .featvideo{
    margin-bottom: 80px;
}
body.single-portfolio .feat-video-container, body.single-post .feat-video-container{
    padding: 0;
}
.post-content {
    margin-bottom: 30px;
}
.post-content > a, .post-content > p > a{
    text-decoration: underline;
}
.page-title:after, .page-title:before {
    content: "-";
    display: inline-block;
    margin: 0 15px;
}
.post-title{
    font-family: 'Montserrat', sans-serif;
    font-size: 58px;
    color: #191919;
    letter-spacing: 1.5px;
    margin: 0 0 15px 0;
}
.single-title-delimiter{
    margin: -20px 0 20px 0;
}
.post-title{
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: 300;
    color: #69737D;
    letter-spacing: -0.5px;
    margin: 0 0 40px 0;
    text-align: center;
}
.post-meta{
    margin-bottom: 40px;
    text-align: center;
}
.post-meta > ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.post-meta > ul > li{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-right: 10px;
    font-size: 11px;
    color: #69737D;
}
.post-meta > ul > li:not(:last-child):after{
    content: '\2022';
    margin-right: 5px;
}
.post-meta > ul > li a{
    font-style: normal;
    color: #000;
    font-weight: 400;
    padding: 0 3px;
}
.post-meta > ul > li a:hover{
    color: #69737D;
}
.pre-meta > ul > li{
    margin-right: 0;
}
.post-meta ul li ul{
    margin: 0;
    list-style-type: none;
    padding: 0;
    color: inherit;
    font-size: inherit;
    display: inline-block;
}
.post-meta ul li ul li{
    color: inherit;
    font-size: inherit;
    display: inline;
}
.post-content{
    color: inherit;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 30px;
}
.post-featimg{
    line-height: 0;
    text-align: center;
    margin-bottom: 30px;
}
.single-like{
    margin-bottom: 40px;
    margin-top: -40px;
}
.single-like .ilike{
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    margin-left: -25px;
}
.single-like .ilike:after{
    left: -3px;
    top: -3px;
    width: 50px;
    height: 50px;
}
.single-like .ilike .meta-likes{
    display: block;
}
.single-like .ilike:after{
    box-shadow: 0 0 0 3px #A2C648;
}
.single-like .ilike i{
    font-size: 16px;
    display: block;
    text-align: center;
    color: inherit;
    line-height: 45px;
}
.single-like .ilike span{
    font-size: 11px;
    color: inherit;
    position: absolute;
    line-height: 42px;
}
.custom-post-like{
    margin-top: 0;
}

.post-author-box{
    margin-bottom: 30px;
    border: 3px dashed #F1F1F1;
    padding: 20px;
}
.post-author-box:after{
    content: '';
    display: table;
    clear: both;
}
.post-author-box > a{
    max-width: 80px;
    margin: 0 30px 0 0;
    float: left;
    display: inline-block;
}
.post-author-box > a img{
    border-radius: 50%;
}
.post-author-box > .author-title{
    font-size: 18px;
    font-family: 'Montserrat', Helvetica;
    font-weight: normal;
    margin: 0 0 15px;
    text-transform: uppercase;
    color: #202020;
}
.post-author-box > .author-title a{
    color: inherit;
}
.post-author-box .author-box-info{
    line-height: 1.8;
    color: #3f3f3f;
    padding-left: 110px;
}
.related-box{
    background: #FFF;
    padding: 60px 0;
}
.related-box h3#related-title{
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
    margin-top: 0;
    color: #1c1c1c;
}
.related-box .red-thumb-view article{
    text-align: center;
}

.share-options{
    margin: 0;
    list-style: none;
}
.share-options li{
    display: inline-block;
    list-style: none outside none;
    font-size: 11px;
    margin-bottom: 10px;
    font-family: 'Montserrat';
    position: relative;
}
.share-options li:not(:last-child):after{
    content: '-';
    display: inline-block;
    position: absolute;
    right: -4px;
    top: 0;
}
.share-options li a{
    padding: 0 13px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
    -webkit-transition: color 0.2s ease-in 0s;
    -moz-transition: color 0.2s ease-in 0s;
    -o-transition: color 0.2s ease-in 0s;
    -ms-transition: color 0.2s ease-in 0s;
    transition: color 0.2s ease-in 0s;
}
.share-options li a:hover{
    color: #777;
}
.share-options{
    display: inline-block;
}
.box-sharing{
    font-family: 'Montserrat';
    font-size: 11px;
    text-transform: uppercase;
    margin: 20px 0 10px 0;
    text-align: center;
}

.box-sharing span{
    color: #000;
    font-weight: bold;
}

/* Video post single */
.video-post-id{
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 100%;
    color: #FFF;
    text-align: left;
    font-size: 18px;
}

.feat-audio{
    margin-bottom: 40px;
    margin-top: -40px;
}
.feat-audio iframe{
    width: 100%;
}
.feat-video-container{
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.feat-video-container.boxed{
    width: 1170px;
    max-width: 100%;
    padding: 40px;
}

.video-container, .gallery-container{
    background: rgba(255,255,255,0.9);
    position: relative;
    padding-top: 40px;
    line-height: 0;
}
.video-container .post-content, .gallery-container .post-content{
    line-height: 1.8;
}
.gallery-post{
    text-align: center;
}
.gallery-post .post-content{
    text-align: left;
}
.gallery-post .meta-tags{
    text-align: center;
}
.video-container .seven img{
    margin-bottom: 30px;
}
.video-container .post-title {
    color: #191919;
}
.video-container .post-content{
    color: #343434;
}
.video-post-meta-categories li{
    font-size: 12px;
    text-transform: uppercase;
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #7c7c7c;
    display: inline-block;
}
.video-post-meta-categories li.video-date{
    margin-right: 15px;
}
.video-post-title {
    left: 0;
    right: 0;
    letter-spacing: 3px;
    position: absolute;
    text-transform: uppercase;
    top: 30%;
    color: #FFFFFF;
}
.subscriber-only{
    text-align: center;
}
.subscriber-login{
    background-color: #000;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    color: #FFF;
    padding: 0 20px;
}
.subscriber-only i.icon-warning{
    font-size: 42px;
    margin: 30px 0;
    display: block;
    text-align: center;
}
.post-navigation{
    margin-bottom: 40px;
}
.post-navigation > ul{
    margin: 0;
    padding: 15px 0;
    list-style-type: none;
    display: block;
    border-bottom: 1px solid rgba(65,65,65,0.1);
    border-top: 1px solid rgba(65,65,65,0.1);
}
.post-navigation > ul:after{
    content: '';
    display: block;
    clear: both;
}
.post-navigation > ul > li{
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    width: 40%;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Playfair Display';
    text-align: left;
}
.post-navigation > ul > li:last-child{
    text-align: right;
}
.post-navigation > ul > li:nth-child(2){
    text-align: center;
    width: 20%;
}
.post-navigation > ul > li a{
    color: inherit;
    transition: .3s opacity linear;
    font-family: inherit;
}
.post-navigation > ul > li a:hover{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5), only screen and (max-size : 600px){
    .featvideo iframe{
        height: auto;
    }
}

/* Portfolio single */
.portfolio-meta ul{
    margin: 0 0 30px 0;
    padding: 0;
    list-style-type: none;
}
.portfolio-meta ul li{
    display: inline-block;
    padding-right: 30px;
    border-right: 1px dotted rgba(0,0,0,0.08);
    min-width: 150px;
}
.portfolio-meta ul li:not(:first-child){
    padding-left: 30px;
}
.portfolio-meta ul li i{
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
}
.portfolio-meta ul li strong{
    display: block;
    font-size: 14px;
}
.portfolio-meta ul:after{
    content: '';
    display: block;
    clear: both;
}
.portfolio-item{
    margin-bottom: 30px;
}

section#main, header#header, footer#footer-container{
    clear: both;
}
.header-is-bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
}
#page.left-layout section#main, #page.left-layout header#header{
    text-align: left;
    width: 1170px;
}
#page.left-layout .fluid_container{
    margin-left: 15px;
    width: 1140px;
}
#page.left-layout header#header{
    border-bottom: 0 none;
}
#page.left-layout header#header .header-containe-wrapper{
    border-bottom: 3px solid rgba(0, 0, 0, 0.08);
}
#page.boxed #header.header_style1 .header-containe-wrapper{
    margin: 0 20px;
}
#page.boxed footer#footer-container{
    margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px;
}

/*---------- General ----------*/
.clear{
    clear:both;
}

.clearfix:before, .clearfix:after { content:""; display:table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

a img{
    border:0;
}

body{
    position: relative;
}
body{
    font-family: 'Open Sans', sans-serif;
}
fieldset{
    border: 0;
    padding: 0;
}

span.meta-likes{
    cursor: pointer;
}

span.meta-likes em{
    font-size: 24px;
    display: inline-block;
    font-style: normal;
    color: #eb4c4c;
    margin-left: -2px;
    margin-top: 2px;
}

span.meta-likes:hover em{
    color: red;
}

a.voted.meta-likes em{
    color: #DB2B1E;
}

span.meta-likes i{
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
    vertical-align: middle;
    margin-left: -3px;
    margin-top: -9px;
}

.like-label {
    display: inline-block;
    margin-right: 5px;
}
.content-title {
    margin-top: 0;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
}
#header .content-title{
    margin: 20px 0;
}

/* Form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus{
    border-radius: none;
    height: 35px;
    border: 1px solid #ddd;
    padding-left: 10px;
    padding-right: 10px;
}

input[type="submit"], button, input[type="button"]{
    border-radius: 0;
    cursor: pointer;
    height: 35px;
    color: #555555;
    border: 1px solid #d5d5d5;
    padding: 0 10px;
    text-transform: uppercase;
    background: #f6f6f6;
    background: -moz-linear-gradient( #f6f6f6 0%, #e6e6e6 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e6e6e6));
    background: -webkit-linear-gradient(#f6f6f6 0%,#e6e6e6 100%);
    background: -o-linear-gradient(#f6f6f6 0%,#e6e6e6 100%);
    background: -ms-linear-gradient(#f6f6f6 0%,#e6e6e6 100%);
    background: linear-gradient( #f6f6f6 0%,#e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e6e6e6',GradientType=1 );
    -moz-box-shadow: inset 0 1px 1px #FFF;
    -webkit-box-shadow: inset 0 1px 1px #FFF;
    box-shadow: inset 0 1px 1px #FFF;
    margin: 0 0 20px 15px;
}

.form-submit.submit input[type="submit"], button, input[type="button"]{
    margin-left: 0px;
}

input[type="submit"]:hover, button:hover, input[type="button"]:hover{
    background: #f9f9f9;
    background: -moz-linear-gradient( #f9f9f9 0%, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f6f6f6));
    background: -webkit-linear-gradient(#f9f9f9 0%,#f6f6f6 100%);
    background: -o-linear-gradient(#f9f9f9 0%,#f6f6f6 100%);
    background: -ms-linear-gradient(#f9f9f9 0%,#f6f6f6 100%);
    background: linear-gradient( #f9f9f9 0%,#f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f6f6f6',GradientType=1 );
}

.hidden{
    display:none;
}

/* Social icons */

.socialicons>ul.red-social{
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
}

.socialicons > ul.red-social > li {
    display: inline-block;
    margin-right: 10px;
}
.socialicons > ul.red-social > li > a {
    color: #999999;
    display: block;
    margin-bottom: 5px;
    text-align: center;
    transition: color 200ms linear 0s;
    padding: 0;
}

.socialicons > ul.red-social > li > a:hover {
    color: #FFFFFF;
}

.socialicons>ul.red-social>li>a.rss:hover{
    color: #f69400;
}

.socialicons>ul.red-social>li a.twitter:hover{
    color: #48c4d2;
}

.socialicons>ul.red-social>li>a.gplus:hover{
    color: #d94a39;
}

.socialicons>ul.red-social>li>a.dribbble:hover{
    color: #ef5b92;
}

.socialicons>ul.red-social>li>a.yahoo:hover{
    color: #7b0099;
}

.socialicons>ul.red-social>li>a.linkedin:hover{
    color: #71C5EF;
}

.socialicons>ul.red-social>li>a.skype:hover{
    color: #18b7f1;
}

.socialicons>ul.red-social>li>a.fb:hover{
    color: #3b5998;
}

.socialicons>ul.red-social>li>a.yt:hover{
    color: #C4302B;
}

.socialicons>ul.red-social>li>a.vimeo:hover{
    color: #44bbff;
}

.socialicons>ul.red-social>li>a.delicious:hover{
    color: #3274d1;
}

.socialicons>ul.red-social>li>a.tumblr:hover{
    color: #3a5976;
}

.socialicons>ul.red-social>li>a.pinterest:hover{
    color: #cb2027;
}

.socialicons>ul.red-social>li>a.flickr:hover{
    color: #FF0084;
}

.socialicons>ul.red-social>li>a.email:hover{
    color: #0bac03;
}

.socialicons>ul.red-social>li>a.instagram:hover{
    color: #634d40;
}
.socialicons>ul.red-social>li>a.fh500px:hover{
    color: #00aeef;
}
.socialicons>ul.red-social>li>a.vk:hover{
    color: #45668e;
}

.socialicons>ul.red-social>li>a>i{
}

.socialicons>ul.red-social>li>a>i:before{
    line-height: inherit;
    width: auto;
}

/* End of social icons*/

/*---------- End - General ----------*/
/**#@-*/

.red-contact-form{
    margin: 0 -15px;
}
.red-contact-form > .row > .six > p, .comment-form-comment{
    clear: none;
    display: inline-block;
    float: left;
    margin-bottom: 0;
    margin-right: -4px;
    padding: 0 15px;
    width: 50%;
}
.comment-form-comment{
    width: 100%;
}
.red-contact-form > .row > p input{
    border: 1px solid #e7e7e7;
}
.red-contact-form > .row > > textarea {
    width: 100%;
    border: 1px solid #e7e7e7;
}
.red-contact-form  > .row > .six > p.comment-form-comment{
    width: 100%;
    display: block;
}
.red-contact-form p.form-submit{
    margin-top: 28px;
}
#red_contact_response {
    clear: both;
    margin: 0 15px;
}
.red-contact-form label{
    color: #9c9c9c;
}
#red_contact_response p{
    margin: 0;
}
.red-contact-form #red-send-msg{
    background: #3B4749;
    border: 0 none;
    display: inline-block;
    box-shadow: none;
    padding: 0 25px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
}
.red-contact-form > .row > .twelve{
    text-align: center;
}

/* Content layout settings */

section#main .main-container.left-layout > .row{
    margin: 0;
}
#page{
    overflow: hidden;
}

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

header#header{
    position: relative;
    margin-bottom: 40px;
    box-shadow: 0 1px 0 0 rgba(60,60,60,0.05);
    -webkit-transition: padding .2s ease-out, height .2s ease-out;
    -moz-transition: padding .2s ease-out, height .2s ease-out;
    -o-transition: padding .2s ease-out, height .2s ease-out;
    transition: padding .2s ease-out, height .2s ease-out;
}

header#header .header-containe-wrapper{
    padding: 40px 0 40px 0;
    z-index: 3;
    position: relative;
}
header#header .header-containe-wrapper:after{
    content: '';
    display: table;
    width: 100%;
    clear: both;
}
#header.header_style1 .header-containe-wrapper .logo{
    display: inline-block;
    float: left;
}
#header.header_style2 .header-containe-wrapper .logo{
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.mobile-centered-logo{
    text-align: center;
    display: none;
}
@media only screen and (max-width : 768px) {
    .mobile-centered-logo{
        display: block;
    }
}
#header .socialicons{
    margin-top: 10px;
}
#header .menu-with-logo{
    text-align: center;
}
#header.header_style2 nav.main-menu{
    float: none;
    clear: both;
    text-align: center;
    display: block;
}
#header.header_style1 nav.main-menu{
    float: right;
    margin-top: 10px;
}
.header-separator{
    border-bottom: 1px dotted rgba(0,0,0,0.05);
    margin-bottom: 40px;
}
.header-video-bg-container{
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    overflow: hidden;
}
.header-video-bg-container:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
nav.main-menu{
    display: inline-block;
    position: relative;
    z-index: 15;
}
.outside-menu nav.main-menu{
    margin-top: 15px;
    margin-bottom: 15px;
}
#sticky_menu{
    list-style-type: none;
    margin: 0 auto;
}
.sticky-menu-container{
    top: -30px;
    -webkit-transition: top 0.2s ease-out;
    -moz-transition: top 0.2s ease-out;
    transition: top 0.2s ease-out;
}
.sticky-menu-container .main-menu{
    margin-top: 0;
    text-align: center;
    width: 100%;
}
.sticky-menu-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    padding: 15px 0;
    background: #000;
    display: none;
    box-shadow: 0 2px 1px 0 rgba(150,150,150,0.1);
}
h4.red-title-centered:after {
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    border-right: 3px solid #000000;
    border-top: 3px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    margin-left: 10px;
}
h4.red-title-centered:before {
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    border-left: 3px solid #000000;
    border-top: 3px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    margin-right: 10px;
}
@media only screen and (max-width: 768px){
    .sticky-menu-container{
        display: none !important;
    }
}
    /* ---------- Menu Navigation ---------- */
    nav.main-menu .sf-sub-indicator {
        position: absolute;
        display: block;
        color: black;
        right: .15em;
        top: 0;
        width: 10px;
        height: 10px;
        color: #ccc;
        font-weight: 200;
        font-size: 11px;
        font-family: Helvetica, Arial, sans-serif;
    }
    nav.main-menu li li .sf-sub-indicator{
        right: 10px;
    }
    nav.main-menu .logo img{
        line-height: 0;
        vertical-align: middle;
    }

    nav.main-menu{
        font-family: Helvetica;
        font-size: 14px;
    }

    nav.main-menu>ul{
        margin: 0;
        padding: 0;
        list-style-type: none;
        width: 100%;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        font-weight: normal;
        color: #343434;
        font-weight: 400;
        position: relative;
    }
    nav.main-menu ul li {
        position: relative;
    }
    /* Sub level menus*/
    nav.main-menu ul li ul{
        z-index: 100;
        display: none;
        text-align: left;
        width: auto;
    }
    nav.main-menu > ul > li > ul:before {
        border-bottom: 4px solid #F3F4F5;
        border-left: 4px solid rgba(0, 0, 0, 0);
        border-right: 4px solid rgba(0, 0, 0, 0);
        content: "";
        display: block;
        left: 30px;
        position: absolute;
        top: -4px;
    }
    /* Sub level menu links style */
    nav.main-menu ul li ul li a{
        margin: 0;
    }

    /* Sub level menu links style */
    nav.main-menu ul li ul li {
        margin: 0;
        width: 100%;
    }
    nav.main-menu>ul:after{
        display: block;
        clear: both;
        content: '';
    }
    nav.main-menu>ul>li>a{
        display: block;
        padding: 4px 10px 4px 10px;
        -webkit-transition: .2s color linear;
        -moz-transition: .2s color linear;
        -o-transition: .2s color linear;
        -ms-transition: .2s color linear;
        transition: .2s color linear;
    }

    nav.main-menu>ul>li>a.sf-with-ul{
        padding-right: 20px;
    }

    nav.main-menu>ul>li>a.sf-with-ul > span{
        top:4px;
        right: 4px;
    }

    nav.main-menu>ul>li{
        margin: 0;
        padding: 0;
        float: none;
        display: inline-block;
        line-height: 25px;
        vertical-align: middle;
        margin-right: 15px;
    }
    nav.main-menu>ul>li:last-child{
        margin-right: 0;
    }
    nav.main-menu>ul>li:last-child:after{
        display: block;
        clear: both;
        content: '';
    }


    nav.main-menu>ul>li.selected{
        color: black;
        padding-left: 10px;

    }

    nav.main-menu>ul>li.selected a{
        line-height: 25px;
    }
    nav.menu-with-description>ul>li { text-align: left; }
    nav.menu-with-description>ul>li>.children { padding-top: 14px; }

        /* Menu description style */

         nav.main-menu>ul>li .menu-description{
            display: block;
            font-size: 11px;
            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
            filter: alpha(opacity=80);
            opacity: 0.6;
            font-weight: normal;
            line-height: 10px;
            padding-bottom: 4px;
        }

        /* End of menu description style */
    /* Menu styles */

    /*** ESSENTIAL STYLES ***/
    .main-menu ul{
        margin: 0;
        padding: 5px 0;
        width: 100%;
        list-style: none;
        border-radius: 5px;
    }

    .main-menu li{
        display: inline-block;
        padding: 0;
        text-transform: uppercase;
    }


    .main-menu a{
        text-decoration: none;
        }

    .main-menu a:link, .main-menu a:visited, .main-menu a:active{
        color: inherit;
    }

    .main-menu a span{
        cursor: pointer;
    }
    .menu-bottom-arrows:after{
        font-family: 'fontello';
        content: '\e844';
        display: inline-block;
        padding-left: 7px;
        opacity: 0.5;
    }


    /* Sub level menus*/
    .main-menu ul li ul{
        position: absolute;
        z-index: 100;
        top: 100%;
        display: none;
    }
    nav.main-menu > ul > li > ul.children li{
        font-size: 12px;
        text-align: center;
    }
    nav.main-menu > ul > li > ul.children > li a{
        display: block;
        line-height: 35px;
        height: 35px;
        white-space: nowrap;
        padding: 0 25px;
        -webkit-transition: color .2s ease-out;
        -moz-transition: color .2s ease-out;
        -o-transition: color .2s ease-out;
        transition: color .2s ease-out;
    }
    nav.main-menu > ul > li > ul.children > li a.sf-with-ul{
        padding-right: 30px;
    }
    /* Sub level menus*/
    .main-menu ul li ul li ul{
        position: absolute;
        z-index: 100;
        left: 100%;
        top: 0;
        display: none;
        position: absolute;
    }
    nav.main-menu > ul > li.menu-logo{
        line-height: 1;
    }
    nav.main-menu > ul > li > ul.children li:not(:last-child):after{
        content: '';
        display: block;
        width: 6px;
        height: 1px;
        background: rgba(30,30,30,0.2);
        position: absolute;
        left: 50%;
        margin-left: -3px;
        bottom: 0;
    }
    /* Sub level menu links style */
    .main-menu ul li ul li a{
        margin: 0;
    }
    nav.main-menu > ul > li a > i{
        font-size: 11px;
        color: #999;
        font-style: normal;
        padding-left: 5px;
        line-height: 1;
    }
    .dl-menuwrapper{
        display: none;
        position: absolute;
        line-height: 50%;
        z-index: 999;
    }
    .dl-menuwrapper nav { margin: 0; }
    .dl-menuwrapper .red-menu ul > li {
        max-width: 300px;
        width: 100%;
        margin: 0;
    }

    #pageslide {
        /* These styles MUST be included. Do not change. */
        display: none;
        position: absolute;
        position: fixed;
        top: 0;
        height: 100%;
        z-index: 999999;
        overflow-y:scroll; 
        /* Specify the width of your pageslide here */
        width: 70%;
        padding: 20px;
        
        /* These styles are optional, and describe how the pageslide will look */
        background-color: #333;
        color: #FFF;
        -webkit-box-shadow: inset 0 0 5px 5px #222;
        -moz-shadow: inset 0 0 5px 5px #222;
        box-shadow: inset 0 0 5px 5px #222;
    }

    ul.mobile-menu li{width: 100%;}


    /* ---------- End - Menu Navigation ---------- */


/* ---------- End - Header ---------- */



/* ---------- Main Section ---------- */



.single section#main, .page section#main {
    height: auto;
}


section#main{

}

section#main .main-container{
    position: relative;
}
.main-container > p:last-child{
    margin-bottom: 0;
    line-height: 1.6;
}
.main-container .red-box{
    line-height: 1.8;
}
.main-container > .right-sidebar, .main-container > .left-sidebar{
    padding: 0 15px;
}


#scrollbar {
    margin: 0;
    cursor: move;
    position: relative;
    height: 100%;
}
#scrollbar .viewport {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
.single-format-gallery #scrollbar {
    margin: 0 auto;
}
.single-format-gallery #scrollbar .viewport {
    min-height: 400px;
}
#scrollbar .overview {
    left: 0;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 1416px;
}

#scrollbar .overview .relative:first-child {
    border: 0;
}

#scrollbar .overview .relative {
    float: left;
    border-left: 10px solid white;
}
#scrollbar .scrollbar {
    clear: both;
    height: 10px;
    position: relative;
}
#scrollbar .track {
    background-color: #efefef;
    height: 10px;
    position: relative;
    width: 100%;
    border-radius: 5px;
}
#scrollbar .thumb {
    background-color: #eb4c4c;
    cursor: pointer;
    height: 10px;
    left: 0;
    overflow: hidden;
    position: absolute;
    border-radius: 5px;
    border: 1px solid #eb4c4c;
    box-shadow: inset 0 0 1px rgba(255,255,255,0.5);
}
#scrollbar .thumb .end {
    display: none;
    height: 25px;
    overflow: hidden;
    width: 5px;
}
#scrollbar .disable {
    display: none;
}
#scrollbar .relative:hover > .zoom-image{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity:1;
}

.zoom-image {
    position: absolute;
    top:50%;
    right:50%;
    z-index: 999;
    margin-top:-35px;
    margin-right:-35px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgb(0,0,0) url(../../images/zoom.image.png) no-repeat center center;
    background: rgba(0,0,0,0.15) url(../../images/zoom.image.png) no-repeat center center;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: pointer;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.zoom-image a {
    display: block;
    text-indent: -9999px;
    line-height: 80px !important;
}
.gallery-grid li:hover .zoom-image, .gallery-list li:hover .zoom-image{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.entry-header .featimg:hover > .zoom-image, .flexslider .slides li:hover > .zoom-image, .gallery-slide:hover .zoom-image{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity:1;
}


.relative { position: relative; }

/* Posts  */
.featimg{
    overflow: hidden;
    line-height: 0;
}

article.thumb-image-main, article.thumb-text-main{
    overflow: hidden;
}

.featimg img{
    width: auto;
    max-width: none;
}
.single .featimg img{
    width: auto;
    max-width: 100%;
}
.featimg a{
    line-height: 0;
}
.go-to-top{
    position: fixed;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #7c7c7c;
    right: 40px;
    bottom: 40px;
    background-color: #FFF;
    box-shadow: 0 0 5px 0 rgba(70,70,70,0.3);
    cursor: pointer;
    display: none;
}
.go-to-top.shown{
    display: block;
}

/*============ Pagination ===========*/
.pag { clear: both; }
.pag ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    margin: 15px 0;
}
.pag ul li{
    display: inline-block;
}
.pag ul li .page-numbers{
    display: block;
    background-color: #f5f5f5;
    padding: 7px 14px;
    margin: 0 5px;
    font-size: 16px;
    line-height: 16px;
    font-size: 12px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
    font-weight: bold;
    color: #666;
}
.pag ul li .page-numbers:not(.current):hover{
    background-color: #f9f9f9;
}
.pag ul li .page-numbers.current{
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
}

/*=========== EOF Pagination ==========*/



    /* Delimiters */

        /* Simple delimiter */

        .delimiter{
            display: block;
            clear: both;
            height: 1px;
            margin-bottom: 30px;
            width: 100%;
        }

        /* Pointed delimiter */
        .delimiter.pointed{
            border-top: 1px dotted rgba(0,0,0,0.11);
        }

        /* Doublepointed delimiter */
        .delimiter.doublepointed{
            border-top: 1px dotted rgba(0,0,0,0.35);
            border-bottom: 1px dotted rgba(0,0,0,0.35);
            height: 8px;
        }

        /* Line delimiter */
        .delimiter.line{
            border-top: 1px solid rgba(0,0,0,0.11);
        }

        /* Doubleline delimiter */
        .delimiter.doubleline{
            border-top: 1px solid rgba(0,0,0,0.35);
            border-bottom: 1px solid rgba(0,0,0,0.35);
            height: 8px;
        }

    /* End of delimiters */


/* ############### Single styles ################ */



        /* Related posts section*/

        .post-wrapper .related-tabs {
            margin: 0;
            margin-bottom: 30px;
            padding: 0;
            list-style-type: none;
            line-height: 1;
        }

        .post-wrapper .related-tabs li{
            display: inline-block;
            margin: 0 5px 0 0;
            height: 35px;
            line-height: 35px;
            zoom: 1;
            color: white;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
            filter: alpha(opacity=50);
            opacity: 0.5;
            background-color: black;
        }

        .post-wrapper .related-tabs li h3 {
            margin: 0;
            text-transform: uppercase;
            font-weight: normal;
            font-size: 16px;
            line-height: 36px;
        }

        .post-wrapper .related-tabs li a {
            color: white;
            display: block;
            padding: 0 10px;
        }

        /* End of Related posts section*/

    .single .featimg, .page .featimg, .home .featimg {
        position: relative;
        line-height: 0;
        text-align: center;
    }
    .single-blog .featimg{
        margin-bottom: 40px;
    }
    .article-share{
        overflow: hidden;
    }
    
    .audioplayer_container > object {
        width: 100%;
    }

    #comment{
        height: 150px;
        border-radius: 0;
    }

    #comments form{
        margin: 0;
    }
    #commentform .comment-form-author, #commentform .comment-form-email, #commentform .comment-form-url{
        width: 33.3%;
        float: left;
    }
    #commentform .comment-form-email, #commentform .comment-form-url{
        margin-left: 1%;
        width: 32.3%;
    }
    #commentform input[type="submit"]{
        margin-left: 20px;
        height: auto;
        line-height: 1.2;
        color: #000;
        box-shadow: none;
        border: 0 none;
        background: transparent;
        font-family: 'Montserrat';
        padding: 0;
        border-bottom: 1px solid transparent;
    }
    #commentform input[type="submit"]:hover{
        border-bottom: 1px solid #000;
    }
    .red-comment-list{
        list-style-type: none;
        margin: 0;
    }
    #commentform .comment-form-comment.textarea{
        padding: 0;
    }
    #respond .red-comment-thumb{
        display: none;
    }

    .red-comment-plain li.comment .red-comment-thumb{float:left;margin: 0 20px 0 0;padding: 5px;border: 1px solid #e8e8e8;background: #FFF;line-height: 0; min-width: 70px;}

    .red-comment-list > li.bypostauthor .red-comment-textinfo, .red-comment-list .children > li.bypostauthor .red-comment-textinfo {
        color: #999;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .red-comment-plain li.comment {
        display: inline-block;
        clear: both;
        margin: 0;
        margin-bottom: 25px;
        padding-bottom: 25px;
        width: 100%;
        border-bottom: 1px dotted rgb(238, 238, 238);
        list-style-type: none;
        font-size: 12px;
    }

    .comment-body p{
        margin-bottom: 0;
    }

    #respond{
        clear: both;
    }

    .red-comment-plain li.comment .reply {
        display: inline-block;
        margin-top: -1px;
        zoom: 1;
        float: right;
    }
    #reply-title{
        margin: 0 20px 10px 20px;
    }
    .form-submit{
        margin: 0;
    }

    .red-ads.zone-2 {
        margin-top: 30px;
    }
    .ads { margin: 30px 0 30px; }
    #content .ads { margin: 0;}
    /* ---- END Single ---- */



/* ---------- End - Main Section ---------- */




/* ---------- Footer ---------- */

footer#footer-container {
    padding-top: 40px;
    padding-bottom: 20px;
}
footer#footer-container div, footer#footer-container span, footer#footer-container{
    font-size: 12px;
}
footer#footer-container a:hover{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}
footer#footer-container .columns .widget:last-child{
    margin-bottom: 30px;
}

footer#footer-container .copyright-area{
    width: 100%;
    padding: 10px 0;
}

footer#footer-container .copyright-area p{
    color: black;
    margin:0;
}

footer#footer-container .copyright-area p a{
    color:#eb4c4c;
}

footer#footer-container .children{
    display: none !important;
}

footer#footer-container .sf-sub-indicator{
    display: none;
}

footer#footer-container .sf-menu{
    margin: 0;
    float: right;
}

footer#footer-container p.copyright{
    margin: 0;
    line-height: 30px;
}

/* ---------- End - Footer ---------- */


.hotkeys-meta .nav-next a:before, .hotkeys-meta .nav-previous a:before{
    -webkit-transition: color .2s linear, margin .5s ease;
    -moz-transition: color .2s linear, margin .5s ease;
    -o-transition: color .2s linear, margin .5s ease;
    -ms-transition: color .2s linear, margin .5s ease;
    transition: color .2s linear, margin .5s ease;
    margin-top: 30px;
    text-shadow: -1px 1px 1px #FFF;
}

.hotkeys-meta .nav-next a.fixed:before,
.hotkeys-meta .nav-previous a.fixed:before{
    position: fixed;
    top: 50px;
}

.hotkeys-meta .nav-next a.absbottom:before,
.hotkeys-meta .nav-previous a.absbottom:before{
    bottom: 20px;
    position: absolute;
    top: auto;
}

.hotkeys-meta .nav-next a:before{
    display: block;
    position: absolute;
    right: 100px;
    top: 25px;
    content: '\203A';
    font-style: normal;
    font-weight: normal;
    color: rgba(0,0,0,0.08);
    font-size: 200px;
    width: 100px;
    height: 100px;
}
.hotkeys-meta .nav-previous a:before{
    display: block;
    position: absolute;
    left: 100px;
    top: 25px;
    content: '\2039';
    font-style: normal;
    font-weight: normal;
    color: rgba(0,0,0,0.08);
    font-size: 200px;
    width: 100px;
    height: 100px;
}
.hotkeys-meta .nav-previous a:hover:before{
    margin-left: -10px; 
}

.hotkeys-meta .nav-next a:hover:before{
    margin-right: -10px;
}

.hotkeys-meta .nav-previous a:hover:before, .hotkeys-meta .nav-next a:hover:before{ 
    color: #EB4C4C;
}
.single #content>.single-row-container:nth-child(odd) .hotkeys-meta .nav-previous a:before, .page #content>.single-row-container:nth-child(odd) .hotkeys-meta .nav-previous a:before, .single #content>.single-row-container:nth-child(odd) .hotkeys-meta .nav-next a:before, .page #content>.single-row-container:nth-child(odd) .hotkeys-meta .nav-next a:before{
    color: #E8E8E8;
}
.single #content>.single-row-container:nth-child(odd) .hotkeys-meta .nav-previous a:hover:before, .page #content>.single-row-container:nth-child(odd) .hotkeys-meta .nav-previous a:hover:before, .single #content>.single-row-container:nth-child(odd) .hotkeys-meta .nav-next a:hover:before, .page #content>.single-row-container:nth-child(odd) .hotkeys-meta .nav-next a:hover:before{
    color: #ddd;
}

.single-slide-effects{
    z-index: 1;
}
.single-slide1{
    position: absolute;
    width: 100%;
    height: 150%;
    top: 0;
    right: 0;
}
.single-slide2{
    position: absolute;
    width: 100%;
    height: 150%;
    top: 0;
    right: 0;
}
.single-slide-map{
    background: url('../../images/parallax/image.map.png') no-repeat center center;
}
.single-slide-circles{
    background: url('../../images/parallax/image.circles.png') no-repeat center center;
}
.single-slide-flakes{
    background: url('../../images/parallax/image.flakes.png') no-repeat center center;
}
.single-slide-hearts{
    background: url('../../images/parallax/image.hearts.png') no-repeat center center;
}
.single-slide-perfibers{
    background: url('../../images/parallax/pattern.perfibers.png');
}
.single-slide-cones{
    background: url('../../images/parallax/pattern.cones.png');
}
.single-slide-feathers{
    background: url('../../images/parallax/pattern.feathers.png');
}
.single-slide-triangle{
    background: url('../../images/parallax/pattern.triangle.png');
}
/* ---------- Different Viewports Style ---------- */



/* > 1440px width */
@media only screen  and (min-width: 1440px){
    
}

/* between 1440px and 1280px width */
@media only screen  and (min-width: 1280px) and (max-width: 1439px){

}

/* between 1440px and 1280px width */
@media only screen  and (min-width: 1400px) and (max-width: 1480px){
    .hotkeys-meta .nav-next a:before{
        right: 15px; 
    }
    .hotkeys-meta .nav-previous a:before{
        left: 15px;
    }
}


@media only screen  and (max-width: 1400px){
    nav.hotkeys-meta{
        display: none;
    }
}

/* between 1280px and 1024px width */
@media only screen  and (min-width: 1024px) and (max-width: 1279px){
    nav.hotkeys-meta{
        display: none;
    }
}

/* between 1024px and 768px width */
@media only screen  and (min-width: 768px) and (max-width: 1023px){
       nav.hotkeys-meta{
        display: none;
    }
}

/* <768px width */
@media only screen  and (max-width: 768px){
    h2.post-title{
        font-size: 24px;
    }
    h3.related-title, h3#reply-title, .comments-title{
        font-size: 22px;
    }
    .article-share{
        margin-bottom: 30px;
    }
    #related-posts div:not(:last-child) article{
        margin-bottom: 30px;
    }
    #header .content-title{
        font-size: 20px;
        margin: 10px 0 10px 0;
    }

    .dl-menuwrapper{
        display: block;
    }
    
    .footer-menu-container,
    nav.hotkeys-meta,
    nav.main-menu ul li{
        display: none;
    }

}

/* ---------- End - Different Viewports Style ---------- */
.breadcrumbs{
    margin: 20px 0;
}
.breadcrumbs ul{
    list-style-type: none;
    margin: 0;
}
.breadcrumbs ul li{
    display: inline-block;
    font-size: 11px;
}
.breadcrumbs ul li:not(:first-child):before{
    content: '\e805';
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-size: 10px;
    display: inline-block;
    margin: 0 10px;
    color: #444444;
}


/* Tabs widget */
.widget_tabber{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.widget_tabber li{
    margin: 0;
    padding: 0;
    display: inline-block;
}
.tabs-container a.tag{
    white-space: nowrap;
    display: inline-block;
    padding: 0 15px 0 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    position: relative;
    height: 23px;
    line-height: 20px;
    border: 1px solid #e6e6e6;
    color: #666;
}
.tabs-container a.tag:hover{
    color: #999;
}
.tabs-container a.tag:after{
    content: '';
    display: block;
    border-right: 5px solid #e6e6e6;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -5px;
}
/* Things */
.instagram_likes,.instagram_caption{
    margin-bottom: 0px !important;
}
.widget div.widget-meta li.red-comments{
    line-height: 16px;
}
.widget div.widget-meta li.red-comments > a{
    display: inline-block;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
}
.widget div.widget-meta li.time:before{
    content: "•   \00a0" ;
}

.widget div.widget-meta li.time time{
    line-height: 16px;
    display: inline-block;
    height: 16px;
}
.widget div.widget-meta li.author{
    line-height: 16px;
    display: inline-block;
    height: 16px;
}

.widget div.widget-meta ul li.thelike{
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-left: 10px;
}

.fullwidth-sidebar-footer .widget{
    margin-bottom: 0;
}
/*Twitter widget*/

.red-twit-container { height:auto!important; width: 100%; position: relative; float: left; }
.red-twit-container .red_twitter{ }
.red-twit-container .red_twitter p{ margin:0;}


.flickr_badge_image a, footer#footer-container .widget .flickr_badge_image a{
    display: block;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {.flickr_badge_image img{ width:65px !important;height: auto !important;}}

/* Instagram widget */

.instagram_widget p.instagram_likes{
    display: block;
    line-height: 18px;
    font-size: 12px;
    color: black;
    background: rgba(255,255,255,0.7);
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    padding: 5px 10px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}
.instagram_widget p.instagram_caption{
    font-size: 12px;
    color: inherit;
    margin-bottom: 15px;
    display: block;
}
#wp-calendar > caption{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
#wp-calendar{
    border-spacing: 0;
    width: 100%;
}

.widget table {
    padding: 0;
    margin: 0;
}

/*##############################################*/


/* Likes */

.widget span.meta-likes{
    color: inherit;
}

.embedded_videos{
    margin-bottom: 30px;
}

/* ####### Related posts ####### */
#related-posts .entry-content{
    padding: 0 20px 20px 20px;
}

#related-posts header{
    overflow: hidden;
}

#related-posts header img{
    width: 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#related-posts .entry-content a:hover h4{
    opacity: 0.8;
}

#related-posts header:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

#related-posts .entry-content h4{
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    font-weight: normal;
    letter-spacing: -0.5px;
    line-height: 1.4;
    color: inherit;
    font-size: 18px;
    margin: 10px 0;
}
#related-posts .entry-content a{
    color: inherit;
}
#related-posts .entry-content .entry-content-excerpt {
    line-height: 1.8;
    color: inherit;
    font-size: 12px;
}
#related-posts .related-delimiter{
    margin-bottom: 10px;
}

.latest-videos .massonry .massonry-elem.three, .latest-galleries .massonry .massonry-elem.three{
    width: 25%;
}
.main-container.latest-galleries{
    margin-top: -30px;
}
.main-container.latest-galleries .red-thumb-view.no-gutter{
    margin-bottom: 0;
}
.no-gutter > .columns{
    padding: 0;
}
.no-gutter > .columns > article{
    margin-bottom: 0;
}
.row.no-gutter{
    margin: 0 auto 40px auto;
}

/* Scroll down hint */

.scroll-down-show{
    text-align: center;
    position: absolute;
    bottom: 30px;
    width: 100%;
    color: #FFF;
    text-shadow: 0 0 3px rgba(40,40,40,0.2);
    font-size: 52px;
    padding-bottom: 50px;
}
.scroll-down-show span{
    font-size: 11px;
    display: block;
    text-transform: uppercase;
}
.scroll-down-show i{
    animation-name: bounce;
    animation-duration: 1s;
    animation-iteration-count: 99999;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: bounce;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 99999;
    -webkit-animation-timing-function: ease-in-out;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    
}

@keyframes bounce {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}
@-webkit-keyframes bounce {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}


/*==========================Loader=========================*/


#fountainG {
    display: none;
    height: 45px;
    left: 40%;
    margin-bottom: 30px;
    position: relative;
    width: 240px;
}

.fountainG{
position:absolute;
top:0;
background-color:#000000;
width:29px;
height:29px;
-moz-animation-name:bounce_fountainG;
-moz-animation-duration:1.5s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-moz-transform:scale(.3);
-moz-border-radius:19px;
-webkit-animation-name:bounce_fountainG;
-webkit-animation-duration:1.5s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-webkit-transform:scale(.3);
-webkit-border-radius:19px;
-ms-animation-name:bounce_fountainG;
-ms-animation-duration:1.5s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-ms-transform:scale(.3);
-ms-border-radius:19px;
-o-animation-name:bounce_fountainG;
-o-animation-duration:1.5s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-o-transform:scale(.3);
-o-border-radius:19px;
animation-name:bounce_fountainG;
animation-duration:1.5s;
animation-iteration-count:infinite;
animation-direction:linear;
transform:scale(.3);
border-radius:19px;
}

#fountainG_1{
left:0;
-moz-animation-delay:0.6s;
-webkit-animation-delay:0.6s;
-ms-animation-delay:0.6s;
-o-animation-delay:0.6s;
animation-delay:0.6s;
}

#fountainG_2{
left:30px;
-moz-animation-delay:0.75s;
-webkit-animation-delay:0.75s;
-ms-animation-delay:0.75s;
-o-animation-delay:0.75s;
animation-delay:0.75s;
}

#fountainG_3{
left:60px;
-moz-animation-delay:0.9s;
-webkit-animation-delay:0.9s;
-ms-animation-delay:0.9s;
-o-animation-delay:0.9s;
animation-delay:0.9s;
}

#fountainG_4{
left:90px;
-moz-animation-delay:1.05s;
-webkit-animation-delay:1.05s;
-ms-animation-delay:1.05s;
-o-animation-delay:1.05s;
animation-delay:1.05s;
}

#fountainG_5{
left:120px;
-moz-animation-delay:1.2s;
-webkit-animation-delay:1.2s;
-ms-animation-delay:1.2s;
-o-animation-delay:1.2s;
animation-delay:1.2s;
}

#fountainG_6{
left:150px;
-moz-animation-delay:1.35s;
-webkit-animation-delay:1.35s;
-ms-animation-delay:1.35s;
-o-animation-delay:1.35s;
animation-delay:1.35s;
}

#fountainG_7{
left:180px;
-moz-animation-delay:1.5s;
-webkit-animation-delay:1.5s;
-ms-animation-delay:1.5s;
-o-animation-delay:1.5s;
animation-delay:1.5s;
}

#fountainG_8{
left:210px;
-moz-animation-delay:1.65s;
-webkit-animation-delay:1.65s;
-ms-animation-delay:1.65s;
-o-animation-delay:1.65s;
animation-delay:1.65s;
}

@-moz-keyframes bounce_fountainG{
0%{
-moz-transform:scale(1);
background-color:#000000;
}

100%{
-moz-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-webkit-keyframes bounce_fountainG{
0%{
-webkit-transform:scale(1);
background-color:#000000;
}

100%{
-webkit-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-ms-keyframes bounce_fountainG{
0%{
-ms-transform:scale(1);
background-color:#000000;
}

100%{
-ms-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-o-keyframes bounce_fountainG{
0%{
-o-transform:scale(1);
background-color:#000000;
}

100%{
-o-transform:scale(.3);
background-color:#FFFFFF;
}

}

@keyframes bounce_fountainG{
0%{
transform:scale(1);
background-color:#000000;
}

100%{
transform:scale(.3);
background-color:#FFFFFF;
}

}

/*------------Preloader for "Load More"------------*/
.preloader{
    position: absolute;
    display: none;
    bottom: 0;
    right: 0;
}
#circularG{
position:relative;
width:60px;
height:60px}

.circularG{
position:absolute;
background-color:#FFFFFF;
width:14px;
height:14px;
-moz-border-radius:9px;
-moz-animation-name:bounce_circularG;
-moz-animation-duration:1.04s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-webkit-border-radius:9px;
-webkit-animation-name:bounce_circularG;
-webkit-animation-duration:1.04s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-ms-border-radius:9px;
-ms-animation-name:bounce_circularG;
-ms-animation-duration:1.04s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-o-border-radius:9px;
-o-animation-name:bounce_circularG;
-o-animation-duration:1.04s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
border-radius:9px;
animation-name:bounce_circularG;
animation-duration:1.04s;
animation-iteration-count:infinite;
animation-direction:linear;
}

#circularG_1{
left:0;
top:24px;
-moz-animation-delay:0.39s;
-webkit-animation-delay:0.39s;
-ms-animation-delay:0.39s;
-o-animation-delay:0.39s;
animation-delay:0.39s;
}

#circularG_2{
left:6px;
top:6px;
-moz-animation-delay:0.52s;
-webkit-animation-delay:0.52s;
-ms-animation-delay:0.52s;
-o-animation-delay:0.52s;
animation-delay:0.52s;
}

#circularG_3{
top:0;
left:24px;
-moz-animation-delay:0.65s;
-webkit-animation-delay:0.65s;
-ms-animation-delay:0.65s;
-o-animation-delay:0.65s;
animation-delay:0.65s;
}

#circularG_4{
right:6px;
top:6px;
-moz-animation-delay:0.78s;
-webkit-animation-delay:0.78s;
-ms-animation-delay:0.78s;
-o-animation-delay:0.78s;
animation-delay:0.78s;
}

#circularG_5{
right:0;
top:24px;
-moz-animation-delay:0.91s;
-webkit-animation-delay:0.91s;
-ms-animation-delay:0.91s;
-o-animation-delay:0.91s;
animation-delay:0.91s;
}

#circularG_6{
right:6px;
bottom:6px;
-moz-animation-delay:1.04s;
-webkit-animation-delay:1.04s;
-ms-animation-delay:1.04s;
-o-animation-delay:1.04s;
animation-delay:1.04s;
}

#circularG_7{
left:24px;
bottom:0;
-moz-animation-delay:1.17s;
-webkit-animation-delay:1.17s;
-ms-animation-delay:1.17s;
-o-animation-delay:1.17s;
animation-delay:1.17s;
}

#circularG_8{
left:6px;
bottom:6px;
-moz-animation-delay:1.3s;
-webkit-animation-delay:1.3s;
-ms-animation-delay:1.3s;
-o-animation-delay:1.3s;
animation-delay:1.3s;
}

@-moz-keyframes bounce_circularG{
0%{
-moz-transform:scale(1)}

100%{
-moz-transform:scale(.3)}

}

@-webkit-keyframes bounce_circularG{
0%{
-webkit-transform:scale(1)}

100%{
-webkit-transform:scale(.3)}

}

@-ms-keyframes bounce_circularG{
0%{
-ms-transform:scale(1)}

100%{
-ms-transform:scale(.3)}

}

@-o-keyframes bounce_circularG{
0%{
-o-transform:scale(1)}

100%{
-o-transform:scale(.3)}

}

@keyframes bounce_circularG{
0%{
transform:scale(1)}

100%{
transform:scale(.3)}

}
/*==========================End Loader=========================*/

/*-----------input validation clases----------*/
.warning{color: #CE3D40;}
.invalid{border: 1px solid red !important;}


form.contactform textarea{ height: auto; }
form.form.comments textarea{ height: auto; }

.fl{float: left;}
.fr{float: right;}

#related-posts { margin-top: 30px; }
div.red-comments { margin-bottom: 30px; }


/*for masonry we need to make columns a bit smaller*/
.massonry .massonry-elem.three{width:24.95%;} 
.massonry .massonry-elem.four{width:33.29%;} 
.massonry .massonry-elem.six { width: 49.9%; }

.left-layout > .row { margin-left: 30px; margin-right: 30px; }

.full-post > .row { width: auto; clear: both;}
.full-post > .row > .columns:first-child { padding-left: 0;}
.full-post > .row > .columns:last-child { padding-right: 0;}

.normal-post > .row{ width: 1170px; }
.wide-post > .row{ width: 1800px; }
.narrow-post > .row{ width: 768px; }

footer#footer-container.full-post{
    padding-left: 30px;
    padding-right: 30px;
}
/*.featvideo iframe { width: 100%; height: 700px; }*/

.meta-tags {
    margin-bottom: 30px;
}
.meta-tags .tagged-in-categ {
    font-style: italic;
    font-size: 11px;
    padding-right: 5px;
}

.meta-tags a{
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
.red-ajax-preloader{
    background: #FFF;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    color: #555;
    position: fixed;
    left: 50%;
    margin-left: -100px;
    top: 50%;
    display: none;
    opacity: 0;
    -moz-transition: .4s opacity ease;
    -ms-transition: .4s opacity ease;
    -o-transition: .4s opacity ease;
    -webkit-transition: .4s opacity ease;
    transition: .4s opacity ease;
    z-index: 999;
    letter-spacing: 3px;
}
.red-ajax-box{
    max-height: 0;
    overflow: hidden;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
    -webkit-transition: 2s;
    transition: 2s;
    background: #FFF;
    width: 100%;
    z-index: 15;
    overflow: hidden;
    position: relative;
}
.red-ajax-box.opnd{
    max-height: 9999px;
}
.red-ajax-box > .row{
    margin: 40px 25px;
}
.red-ajax-box h2.entry-title{
    font-size: 22px;
    font-weight: 300;
    color: inherit;
    font-family: 'Pathway Gothic One', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.8;
    margin: 0 0 20px 0;
    line-height: 1.4;
    text-align: left;
    -webkit-transition: .3s color linear;
    -moz-transition: .3s color linear;
    -o-transition: .3s color linear;
    -ms-transition: .3s color linear;
    transition: .3s color linear;
}

.red-ajax-box h2.entry-title a{
    color: #343434;
}
.red-ajax-box .entry-excerpt{
    font-size: 14px;
    color: inherit;
    line-height: 1.8;
    margin-bottom: 30px;
    font-family: inherit;
    -webkit-transition: .3s color linear;
    -moz-transition: .3s color linear;
    -o-transition: .3s color linear;
    -ms-transition: .3s color linear;
    transition: .3s color linear;
    color: #212121;
    font-size: 12px;
}
.red-ajax-box .featimg{
    margin-bottom: 0;
}
.red-ajax-box .navigation{
    position: absolute;
    top: 0;
    right: -20px;
}
.red-ajax-box .navigation div a{
    display: block;
    width: 30px;
    height: 30px;
    background-color: #fafafa;
    color: #000;
    line-height: 28px;
    text-align: center;
    -webkit-transition: .3s background linear;
    -moz-transition: .3s background linear;
    -o-transition: .3s background linear;
    -ms-transition: .3s background linear;
    transition: .3s background linear;
}
.red-ajax-box .navigation div a:hover{
    background-color: #000;
    color: #FFF;
}
.red-ajax-box .close-preview{
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 16px;
}


/* Slideshow */

.header-slideshow{
    position: relative;
    width: 100%;
    min-height: 400px;
}
.header-slideshow-elem-content.no-text-description {
    background: none repeat scroll 0 0 transparent;
}
.header-slideshow-elem-content.non-boxed-layout {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
    margin-top: 6%;
}

.header-slideshow ul.header-slideshow-list{
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

.header-slideshow ul.header-slideshow-list .header-slideshow-elem .slide-container{
    margin: 0px auto;
    overflow: hidden;
    display: inline-block;
    position: relative;
    line-height: 0;
    max-width: 100%;
}

.header-slideshow.full-width ul.header-slideshow-list{
    max-width: none;
    width: 100%;
    height: 100%;
}

.header-slideshow ul.header-slideshow-list > li.header-slideshow-elem {
    display: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    z-index: -20;
    left: 0;
}
.slide-wrapper{
    position: relative;
    line-height: 0;
}
.header-slideshow.full-width ul.header-slideshow-list > li.header-slideshow-elem {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}
.header-slideshow.full-width ul.header-slideshow-list > li.header-slideshow-elem .slide-container img{
    max-width: none;
    height: auto;
    width: auto;
    position: relative;
}

.header-slideshow ul.header-slideshow-list > li.header-slideshow-elem.active{
    display: block;
    z-index: -2;
}

ul.header-slideshow-navigation {
    bottom: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
}

ul.header-slideshow-navigation > li.header-slideshow-navigation-elem{
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: rgba(255,255,255,0.8);
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color .2s ease;
       -moz-transition: background-color .2s ease;
        -ms-transition: background-color .2s ease;
         -o-transition: background-color .2s ease;
            transition: background-color .2s ease;
}

ul.header-slideshow-navigation > li.header-slideshow-navigation-elem.active{
    background-color: #FC6453;
}

ul.header-slideshow-captions{
    list-style-type: none;
    margin: 0;
    padding: 0 30px;
    position: absolute;
    z-index: 5;
    top: 35%;
    width: 100%;
}

.header-slideshow-elem-content{
    max-width: 650px;
    color: black;
    padding: 30px;
    text-align: left;
    z-index: 6;
    position: absolute;
    top: 25%;
    -webkit-transition: left .5s ease-in-out, right .5s ease-in-out;
       -moz-transition: left .5s ease-in-out, right .5s ease-in-out;
        -ms-transition: left .5s ease-in-out, right .5s ease-in-out;
         -o-transition: left .5s ease-in-out, right .5s ease-in-out;
            transition: left .5s ease-in-out, right .5s ease-in-out;
}
.header-slideshow-elem-content.right{
    margin-right: 160px;
    right: 0;
}
.header-slideshow-elem-content.left{
    margin-left: 160px;
    left: 0;
}
.header-slideshow-elem-content ul{
    margin:0;
    padding: 0;
    list-style-type: none;
}

.header-slideshow-elem-content li.elem-content-container{
    margin-bottom: 25px;
}

.header-slideshow-elem-content li.elem-content-container:last-child{
    margin-bottom: 0;
}
.header-slideshow-elem-content li.elem-content-container:first-child{
    margin-bottom: 10px;
}

.header-slideshow-elem-content h2{
    font-weight: 300;
    font-size: 46px;
    line-height: 1.2;
    margin: 0 0 20px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.header-slideshow-elem-content.boxed-layout h2 span{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    box-shadow: 10px 0 0 rgba(0, 0, 0, 0.7), -10px 0 0 rgba(0, 0, 0, 0.7);
    padding: 2px 0;
    color: #FFFFFF;
}
.header-slideshow-elem-content p{
    margin: 0;
    font-weight: 400;
    font-size: 13px;
}
.header-slideshow-elem-content.boxed-layout p{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    box-shadow: 5px 0 0 rgba(0, 0, 0, 0.7), -5px 0 0 rgba(0, 0, 0, 0.7);
    padding: 2px 0;
    display: inline;
    color: #FFFFFF;
}
.header-slideshow-elem-content.boxed-layout .title-delimiter{
    display: none;
}
.header-slideshow-elem-content .slide-button{
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    display: inline-block;
    background-color: transparent;
    color: inherit;
    padding: 0 25px;
    line-height: 34px;
    margin: 0;
    width: auto;
    border: 2px solid #FFF;
    text-transform: uppercase;
    -webkit-transition: .2s opacity ease-in;
    -moz-transition: .2s opacity ease-in;
    -o-transition: .2s opacity ease-in;
    -ms-transition: .2s opacity ease-in;
    transition: .2s opacity ease-in;
}

.header-slideshow-elem-content .slide-button:hover{
    opacity: 0.8;
}
.header-slideshow-elem-content.boxed-layout .slide-button{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
}

.header-slideshow-elem-content.center{
    left: 50%;
    margin-left: -350px;
    text-align: center;
    max-width: 700px;
    width: 700px;
}
.header-slideshow-elem-content.non-boxed-layout{
    box-shadow: none;
}
ul.slides > li:not(:first-child){
    display: none;
}

/* Carousel styles */

.carousel-wrapper {
    overflow: hidden;
    /*float: left;*/
}
.carousel-wrapper .carousel-container {
    overflow: hidden;
    -webkit-transition: margin-left 0.2s ease-out 0s, max-height 0.5s ease-out 0s, opacity 0.5s ease-out 0s;
    -moz-transition: margin-left 0.2s ease-out 0s, max-height 0.5s ease-out 0s, opacity 0.5s ease-out 0s;
    -o-transition: margin-left 0.2s ease-out 0s, max-height 0.5s ease-out 0s, opacity 0.5s ease-out 0s;
    -ms-transition: margin-left 0.2s ease-out 0s, max-height 0.5s ease-out 0s, opacity 0.5s ease-out 0s;
    transition: margin-left 0.2s ease-out 0s, max-height 0.5s ease-out 0s, opacity 0.5s ease-out 0s;
}
.carousel-wrapper .carousel-container > div.columns {
}
.carousel-wrapper ul.carousel-nav {
    list-style-type: none;
    margin: 0 0 15px;
    text-align: right;
}
.carousel-wrapper ul.carousel-nav:after {
    clear: both;
    content: "";
    display: block;
}
.carousel-wrapper ul.carousel-nav > li {
    display: inline-block;
    color: #FFF;
    cursor: pointer;
    font-size: 11px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    width: 25px;
    background-color: #000;
    border-radius: 50%;
}
.carousel-wrapper ul.carousel-nav > li.carousel-nav-left {
    margin-left: 20px;
}
.carousel-wrapper ul.carousel-nav > li.carousel-nav-right {
    margin-right: 20px;
}
.carousel-wrapper ul.carousel-nav > li > i:before {
    line-height: inherit;
}
.carousel-wrapper ul.carousel-nav > li:hover {
    background-color: #f1f1f1;
    color: #333;
}


@media only screen and (max-width : 1025px) {
    .header-slideshow-elem-content.left{
        margin-left: 60px;
    }
    .header-slideshow-elem-content.right{
        margin-right: 60px;
    }
    ul.header-slideshow-captions{
        top: 20%;
    }
    .header-slideshow-elem-content ul{
        -webkit-transform: scale(0.75); 
        -moz-transform: scale(0.75); 
        transform: scale(0.75); 
    }
    .header-slideshow-elem-content{
        top: 15%;
    }
}
@media only screen and (max-width : 1441px) {
    .header-slideshow-elem-content.left{
        margin-left: 120px;
    }
    .header-slideshow-elem-content.right{
        margin-right: 120px;
    }
    ul.header-slideshow-captions{
        top: 20%;
    }
}
@media only screen and (max-width : 768px) {
    .header-slideshow-captions{
        display: none !important;
    }
    .widget:last-child {
        margin-bottom: 30px !important;
    }
    .header-slideshow-elem-content ul{
        -webkit-transform: scale(0.4); 
        -moz-transform: scale(0.4); 
        transform: scale(0.4); 
    }
}       
.title-delimiter{
    width: 50px;
    height: 3px;
    background: #FFF;
    margin-top: 10px;
    margin-bottom: 30px;
}

/* End of slideshow */

.gallery-slide{
    display: block;
    max-height: 500px;
    float: left;
    position: relative;
    margin-right: 5px;
}


.gallery-slide:last-child{
    margin-right: 0;
}
.gallery-scroll{
    margin-bottom: 30px;
    max-height: 500px;
    overflow: hidden;
    position: relative;
}

.scroll-controls .btn{
    position: absolute;
    top: 50%;
    margin-top: -90px;
    background: #FFF;
    color: #666;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 0 3px 2px rgba(30,30,30,0.1);
    -webkit-transition: color 0.2s ease-out, left 0.2s ease-out, right 0.2s ease-out;
    -moz-transition: color 0.2s ease-out, left 0.2s ease-out, right 0.2s ease-out;
    transition: color 0.2s ease-out, left 0.2s ease-out, right 0.2s ease-out;
}
.scroll-controls .btn.next{
    right: -45px;
    text-align: left;
    padding-left: 20px;
}
.scroll-controls .btn.next:hover{
    right: -40px;
}
.scroll-controls .btn.prev{
    left: -45px;
    text-align: right;
    padding-right: 20px;
}
.scroll-controls .btn.prev:hover{
    left: -40px;
}
.gallery-scroll .gallery-list{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}
.gallery-scroll .preloader{
    display: block;
    top: 50%;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background: url('../../images/camera-loader.gif') no-repeat;
    background-size: cover;
}
/* Scrollbar */
.scrollbar {
    margin: 5px 0 0 0;
    height: 4px;
    background: #f1f1f1;
    line-height: 0;
    border-radius: 3px;
}
.scrollbar .handle {
    width: 100px;
    height: 100%;
    background: #d4c7c7;
    cursor: pointer;
    border-radius: 3px;
}
.scrollbar .handle .mousearea {
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 20px;
}

.gallery-scroll .disable {
    display: none;
}
.gallery-scroll .gallery-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.gallery-scroll .gallery-list li{
    display: block;
    float: left;
    line-height: 0;
}
/* Post rating styles */
.post-rating{
    background: #000;
    padding: 30px;
    margin-bottom: 40px;
    color: #FFF;
}
.red-rating-line{
    height: 10px;
    background: #FFF;
}
.row.rating-items{
    margin-bottom: 20px;
}
.rating-item{
    margin-bottom: 20px;
    clear: both;
}
.rating-item:after{
    content: '';
    clear: both;
    display: block;
}
.row.overall-score{
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 30px;
    text-align: right;
}
.row.overall-score div{
    font-size: 16px;
}
.row.overall-score span{
    font-size: 24px;
}
.score-out-of{
    position: absolute;
    bottom: 0;
    right: 20px;
    font-size: 11px;
    background: #FFF;
    height: 20px;
    line-height: 20px;
    padding: 1px 5px;
    color: #000;
}

/* No posts found */
.no-posts-found .excerpt{
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
}
.no-post-search{
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    margin-top: 40px;
    padding: 20px 40px 40px 40px;
}
.no-posts-found .icon-warning{
    font-size: 32px;
}
.no-posts-smile{
    font-size: 62px;
    text-align: center;
    font-weight: bold;
}


/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; position: relative; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.red-ajax-box .flexslider .slides img{width: auto; margin: 0px auto;}
/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 40px;position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}

.red-ajax-box .flexslider{
    margin-bottom: 20px;
}

/* Direction Nav */
.flex-direction-nav a {width: 40px; height: 40px; line-height: 40px; text-align: center; margin: -20px 0 0; display: block; background: #000; position: absolute; top: 50%; cursor: pointer; text-indent: opacity: 0; -webkit-transition: all .3s ease;color: #FFF;border-radius: 50%;}
.flex-direction-nav a:hover{
    color: #FFF;
}
.flex-direction-nav .flex-next {background-position: 100% 0; right: 15px; }
.flex-direction-nav .flex-next:before { content: '\e82f'; font-family: 'fontello'; } 
.flex-direction-nav .flex-prev {left: 15px;  }
.flex-direction-nav .flex-prev:before { content: '\e830'; font-family: 'fontello'; }
.flexslider:hover .flex-next {opacity: 0.8;}
.flexslider:hover .flex-prev {opacity: 0.8;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 20px;}
  .flex-direction-nav .flex-next {opacity: 1; right: 20px;}
}


.preloader-cortina{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0);
    z-index: 99;
}
.preloader-cortina:before{
    position: fixed;
    top: -50%;
    left: 0;
    width: 50%;
    height: 200%;
    background: #FFF;
    z-index: 99;
    content: '';
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
.preloader-cortina:after{
    position: fixed;
    top: -50%;
    right: 0;
    width: 50%;
    height: 200%;
    background: #FFF;
    z-index: 99;
    content: '';
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
.preloader-cortina.closed:before{
    transform: rotate(-10deg);
    opacity: 0;
    left: -100%;
}
.preloader-cortina.closed:after{
    transform: rotate(10deg);
    opacity: 0;
    right: -100%;
}
.preloader-cortina div{
    position: fixed;
    top: 50%;
    left: 50%;
    background: #FFF url(../../images/camera-loader.gif) no-repeat center center;
    background-size: 60% 60%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: -20px;
    margin-left: -20px;
    border-radius: 50%;
    z-index: 100;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.preloader-cortina.closed div{
    opacity: 0;
}

/* Common styles of menus */

.dl-menuwrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    position: relative;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    -moz-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
    text-align: left;
}

.dl-menuwrapper button {
    background: inherit;
    border: none;
    width: 48px;
    height: 45px;
    text-indent: -900em;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;

    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.dl-menuwrapper button:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 5px;
    background: #fff;
    top: 10px;
    left: 16%;
    box-shadow: 
        0 10px 0 #fff, 
        0 20px 0 #fff;

    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.dl-menuwrapper ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.dl-menuwrapper li {
    position: relative;
    display: block;
}

.dl-menuwrapper li a {
    display: block;
    position: relative;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: inherit;
    outline: none;
}

.no-touch .dl-menuwrapper li a:hover {
    background: rgba(255,248,213,0.1);
}

.dl-menuwrapper li.dl-back > a {
    padding-left: 30px;
    background: rgba(0,0,0,0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
    position: absolute;
    top: 0;
    line-height: 50px;
    font-family: 'fontello';
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: '\e805';
    color: #FFFFFF;
    border: 0 none;
    margin-top: 0;
    right: 10px;
}

.dl-menuwrapper li.dl-back:after {
    left: 10px;
    color: #FFFFFF;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    right: auto;
}

.dl-menuwrapper li > a:after {
    right: 10px;
    color: rgba(0,0,0,0.15);
}

.dl-menuwrapper .dl-menu {
    margin: 5px 0 0 0;
    position: absolute;
    width: auto;
    left: 20px;
    right: 20px;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
    display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
    display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
    display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
    -webkit-animation: MenuAnimOut1 0.4s;
    -moz-animation: MenuAnimOut1 0.4s;
    animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
    -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
    -moz-animation: MenuAnimOut2 0.3s ease-in-out;
    animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
    -webkit-animation: MenuAnimOut3 0.4s ease;
    -moz-animation: MenuAnimOut3 0.4s ease;
    animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
    -webkit-animation: MenuAnimOut4 0.4s ease;
    -moz-animation: MenuAnimOut4 0.4s ease;
    animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
    -webkit-animation: MenuAnimOut5 0.4s ease;
    -moz-animation: MenuAnimOut5 0.4s ease;
    animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5;
    }
    100% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut2 {
    100% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut3 {
    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut4 {
    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut5 {
    100% {
        -webkit-transform: translateY(40%);
        opacity: 0;
    }
}

@-moz-keyframes MenuAnimOut1 {
    50% {
        -moz-transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
        -moz-transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5;
    }
    100% {
        -moz-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}

@-moz-keyframes MenuAnimOut2 {
    100% {
        -moz-transform: translateX(-100%);
        opacity: 0;
    }
}

@-moz-keyframes MenuAnimOut3 {
    100% {
        -moz-transform: translateZ(300px);
        opacity: 0;
    }
}

@-moz-keyframes MenuAnimOut4 {
    100% {
        -moz-transform: translateZ(-300px);
        opacity: 0;
    }
}

@-moz-keyframes MenuAnimOut5 {
    100% {
        -moz-transform: translateY(40%);
        opacity: 0;
    }
}

@keyframes MenuAnimOut1 {
    50% {
        transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
        transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5;
    }
    100% {
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}

@keyframes MenuAnimOut2 {
    100% {
        transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes MenuAnimOut3 {
    100% {
        transform: translateZ(300px);
        opacity: 0;
    }
}

@keyframes MenuAnimOut4 {
    100% {
        transform: translateZ(-300px);
        opacity: 0;
    }
}

@keyframes MenuAnimOut5 {
    100% {
        transform: translateY(40%);
        opacity: 0;
    }
}

.dl-menu.dl-animate-in-1 {
    -webkit-animation: MenuAnimIn1 0.3s;
    -moz-animation: MenuAnimIn1 0.3s;
    animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
    -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
    -moz-animation: MenuAnimIn2 0.3s ease-in-out;
    animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
    -webkit-animation: MenuAnimIn3 0.4s ease;
    -moz-animation: MenuAnimIn3 0.4s ease;
    animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
    -webkit-animation: MenuAnimIn4 0.4s ease;
    -moz-animation: MenuAnimIn4 0.4s ease;
    animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
    -webkit-animation: MenuAnimIn5 0.4s ease;
    -moz-animation: MenuAnimIn5 0.4s ease;
    animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn5 {
    0% {
        -webkit-transform: translateY(40%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@-moz-keyframes MenuAnimIn1 {
    0% {
        -moz-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
    20% {
        -moz-transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }
    100% {
        -moz-transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}

@-moz-keyframes MenuAnimIn2 {
    0% {
        -moz-transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        -moz-transform: translateX(0px);
        opacity: 1;
    }
}

@-moz-keyframes MenuAnimIn3 {
    0% {
        -moz-transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateZ(0px);
        opacity: 1;
    }
}

@-moz-keyframes MenuAnimIn4 {
    0% {
        -moz-transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateZ(0px);
        opacity: 1;
    }
}

@-moz-keyframes MenuAnimIn5 {
    0% {
        -moz-transform: translateY(40%);
        opacity: 0;
    }
    100% {
        -moz-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes MenuAnimIn1 {
    0% {
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
    20% {
        transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }
    100% {
        transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes MenuAnimIn2 {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes MenuAnimIn3 {
    0% {
        transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes MenuAnimIn4 {
    0% {
        transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes MenuAnimIn5 {
    0% {
        transform: translateY(40%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
    -webkit-animation: SubMenuAnimIn1 0.4s ease;
    -moz-animation: SubMenuAnimIn1 0.4s ease;
    animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
    -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
    -moz-animation: SubMenuAnimIn2 0.3s ease-in-out;
    animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
    -webkit-animation: SubMenuAnimIn3 0.4s ease;
    -moz-animation: SubMenuAnimIn3 0.4s ease;
    animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
    -webkit-animation: SubMenuAnimIn4 0.4s ease;
    -moz-animation: SubMenuAnimIn4 0.4s ease;
    animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
    -webkit-animation: SubMenuAnimIn5 0.4s ease;
    -moz-animation: SubMenuAnimIn5 0.4s ease;
    animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn5 {
    0% {
        -webkit-transform: translateZ(-200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }
}

@-moz-keyframes SubMenuAnimIn1 {
    0% {
        -moz-transform: translateX(50%);
        opacity: 0;
    }
    100% {
        -moz-transform: translateX(0px);
        opacity: 1;
    }
}

@-moz-keyframes SubMenuAnimIn2 {
    0% {
        -moz-transform: translateX(100%);
        opacity: 0;
    }
    100% {
        -moz-transform: translateX(0px);
        opacity: 1;
    }
}

@-moz-keyframes SubMenuAnimIn3 {
    0% {
        -moz-transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateZ(0px);
        opacity: 1;
    }
}

@-moz-keyframes SubMenuAnimIn4 {
    0% {
        -moz-transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateZ(0px);
        opacity: 1;
    }
}

@-moz-keyframes SubMenuAnimIn5 {
    0% {
        -moz-transform: translateZ(-200px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn1 {
    0% {
        transform: translateX(50%);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn2 {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn3 {
    0% {
        transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn4 {
    0% {
        transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn5 {
    0% {
        transform: translateZ(-200px);
        opacity: 0;
    }
    100% {
        transform: translateZ(0);
        opacity: 1;
    }
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
    -webkit-animation: SubMenuAnimOut1 0.4s ease;
    -moz-animation: SubMenuAnimOut1 0.4s ease;
    animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
    -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
    -moz-animation: SubMenuAnimOut2 0.3s ease-in-out;
    animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
    -webkit-animation: SubMenuAnimOut3 0.4s ease;
    -moz-animation: SubMenuAnimOut3 0.4s ease;
    animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
    -webkit-animation: SubMenuAnimOut4 0.4s ease;
    -moz-animation: SubMenuAnimOut4 0.4s ease;
    animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
    -webkit-animation: SubMenuAnimOut5 0.4s ease;
    -moz-animation: SubMenuAnimOut5 0.4s ease;
    animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(50%);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut3 {
    0% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut4 {
    0% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut5 {
    0% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-200px);
        opacity: 0;
    }
}

@-moz-keyframes SubMenuAnimOut1 {
    0% {
        -moz-transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -moz-transform: translateX(50%);
        opacity: 0;
    }
}

@-moz-keyframes SubMenuAnimOut2 {
    0% {
        -moz-transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -moz-transform: translateX(100%);
        opacity: 0;
    }
}

@-moz-keyframes SubMenuAnimOut3 {
    0% {
        -moz-transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -moz-transform: translateZ(-300px);
        opacity: 0;
    }
}

@-moz-keyframes SubMenuAnimOut4 {
    0% {
        -moz-transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -moz-transform: translateZ(300px);
        opacity: 0;
    }
}

@-moz-keyframes SubMenuAnimOut5 {
    0% {
        -moz-transform: translateZ(0);
        opacity: 1;
    }
    100% {
        -moz-transform: translateZ(-200px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut1 {
    0% {
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        transform: translateX(50%);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut2 {
    0% {
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut3 {
    0% {
        transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        transform: translateZ(-300px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut4 {
    0% {
        transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        transform: translateZ(300px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut5 {
    0% {
        transform: translateZ(0);
        opacity: 1;
    }
    100% {
        transform: translateZ(-200px);
        opacity: 0;
    }
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
    display: block;
}

.no-js .dl-menuwrapper li.dl-back {
    display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
    background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
    content: '';
}

/* Colors for demos */

/* Demo 1 */
.dl-menuwrapper button {
    background: #000;
}

#infscr-loading {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    border-radius: 10px 10px 10px 10px;
    bottom: 30px;
    color: #222222;
    font-size: 15px;
    font-weight: bold;
    left: 42%;
    padding: 20px;
    position: fixed;
    text-align: center;
    z-index: 100;
}
/* Mega menu support */


#megaMenu {
    
}
#megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu.sub-menu-1{
    border: 0 none !important;
}
#megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > ul.sub-menu.sub-menu-1{
    border-radius: 0 !important;
}
#megaMenu ul.megaMenu > li.menu-item > a, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator, .megaMenuToggle {
    color: #EEEEEE;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 15px;
}
#megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > a, #megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > span.um-anchoremulator {
    
}
#megaMenu.megaMenuVertical ul.megaMenu > li.menu-item > a, #megaMenu.megaMenuVertical ul.megaMenu > li.menu-item > span.um-anchoremulator {
    border-top: 1px solid #610006;
}
#megaMenu ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > a, #megaMenu ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > span.um-anchoremulator, #megaMenu ul li.menu-item.mega-with-sub > a, #megaMenu ul li.menu-item.mega-with-sub > span.um-anchoremulator, #megaMenu ul li.menu-item.ss-nav-menu-mega > a, #megaMenu ul li.menu-item.ss-nav-menu-mega > span.um-anchoremulator {
    padding-right: 20px;
}
#megaMenu ul.megaMenu > li.menu-item > a span.wpmega-link-title, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator span.wpmega-link-title {
    text-transform: none;
}
#megaMenu ul.megaMenu > li.menu-item:hover > a, #megaMenu ul.megaMenu > li.menu-item > a:hover, #megaMenu ul.megaMenu > li.menu-item.megaHover > a, #megaMenu ul.megaMenu > li.menu-item:hover > span.um-anchoremulator, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator:hover, #megaMenu ul.megaMenu > li.menu-item.megaHover > span.um-anchoremulator {
    /*color: #FFFFFF !important;*/
}
#megaMenu ul.megaMenu > li.menu-item:hover > a span.wpmega-link-title, #megaMenu ul.megaMenu > li.menu-item:hover > span.um-anchoremulator span.wpmega-link-title, #megaMenu ul.megaMenu > li.menu-item > a:hover span.wpmega-link-title, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator:hover span.wpmega-link-title, #megaMenu ul.megaMenu > li.menu-item.megaHover > a span.wpmega-link-title, #megaMenu ul.megaMenu > li.menu-item.megaHover > span.um-anchoremulator span.wpmega-link-title {

}
#megaMenu ul.megaMenu > li.menu-item.current-menu-item > a, #megaMenu ul.megaMenu > li.menu-item.current-menu-parent > a, #megaMenu ul.megaMenu > li.menu-item.current-menu-ancestor > a {
    color: #FFFFFF;
}
#megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu {
    background: #000;
    border-color: #000000;
    box-shadow: none;
    color: #D9D9D9;
}
#megaMenu ul.megaMenu ul.sub-menu .wpmega-postlist a {
    color: #D9D9D9;
}
#megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item.ss-nav-menu-reg > ul.sub-menu {
    border-top: medium none;
}
#megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1 > li.menu-item {
    min-width: 100px;
}
#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item > a, #megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item:hover > a, #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > a, #megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item > span.um-anchoremulator, #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > span.um-anchoremulator, .wpmega-widgetarea h2.widgettitle {
    border-bottom: 1px solid rgba(230,230,230,0.2);
    color: #EEEEEE;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.6em;
    padding-bottom: 0.4em;
    text-shadow: 0 1px 1px #000000;
}
#megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item > a, #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item > span.um-anchoremulator, #megaMenu ul ul.sub-menu li.menu-item > a, #megaMenu ul ul.sub-menu li.menu-item > span.um-anchoremulator {
    background-color: rgba(0, 0, 0, 0);
    color: #D9D9D9;
    font-size: 16px;
}
#megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item a:hover, #megaMenu ul ul.sub-menu > li.menu-item:hover > a {
    background-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
}
#megaMenu ul.megaMenu > li.menu-item > .wpmega-nonlink > form#searchform {
    padding-top: 2px;
}
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight > a, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight > span.um-anchoremulator {
    color: #4D90FE !important;
}
#megaMenu .ss-nav-menu-with-img > a > .wpmega-link-title, #megaMenu .ss-nav-menu-with-img > a > .wpmega-link-description, #megaMenu .ss-nav-menu-with-img > a > .wpmega-item-description, #megaMenu .ss-nav-menu-with-img > span.um-anchoremulator > .wpmega-link-title, #megaMenu .ss-nav-menu-with-img > span.um-anchoremulator > .wpmega-link-description, #megaMenu .ss-nav-menu-with-img > span.um-anchoremulator > .wpmega-item-description {
    padding-left: 25px;
}
.ss-nav-menu-with-img {
    min-height: 16px;
}
#megaMenu ul.megaMenu li.menu-item a span.wpmega-item-description, #megaMenu ul.megaMenu li.menu-item span.um-anchoremulator span.wpmega-item-description {
    color: #BBBBBB;
    font-size: 9px;
    text-transform: uppercase;
}
#megaMenu ul li.menu-item.mega-with-sub > a:after, #megaMenu ul li.menu-item.ss-nav-menu-mega > a:after, #megaMenu ul li.menu-item.mega-with-sub > span.um-anchoremulator:after, #megaMenu ul li.menu-item.ss-nav-menu-mega > span.um-anchoremulator:after {
    
}
#megaMenu ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > a:after, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > span.um-anchoremulator:after {
    
}
#megaMenu .wpmega-divider {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    border-top: 1px solid #000000;
}
#megaMenu.megaMenuVertical > ul > li.menu-item > a, #megaMenu.megaMenuVertical > ul > li.menu-item > span.um-anchoremulator {
    background: #333;
}
#megaMenu.megaMenuVertical ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > a:after, #megaMenu.megaMenuVertical ul li.menu-item.mega-with-sub > a:after, #megaMenu.megaMenuVertical ul li.menu-item.ss-nav-menu-mega > a:after, #megaMenu.megaMenuVertical ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > span.um-anchoremulator:after, #megaMenu.megaMenuVertical ul li.menu-item.mega-with-sub > span.um-anchoremulator:after, #megaMenu.megaMenuVertical ul li.menu-item.ss-nav-menu-mega > span.um-anchoremulator:after {
    
}
#megaMenu.megaMenuVertical ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu.megaMenuVertical ul.megaMenu li.menu-item.ss-nav-menu-reg > ul.sub-menu {
    border-left: medium none;
}
#megaMenu.megaMenuHorizontal ul.megaMenu {
}
#megaMenu.megaMenuVertical ul.megaMenu {
}
#megaMenu .megaMenuToggle-icon, .megaMenuToggle-icon:before, .megaMenuToggle-icon:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
}

#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu li a{
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu li a:hover{
    padding-left: 10px !important;
}
#megaMenu ul ul.sub-menu li.menu-item > a, #megaMenu ul ul.sub-menu li.menu-item > span.um-anchoremulator{
    padding: 10px 0 !important;
}

/* Colorbox styles */
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../../images/colorbox/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../../images/colorbox/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../../images/colorbox/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../../images/colorbox/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../../images/colorbox/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../../images/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../../images/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../../images/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../../images/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../../images/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../../images/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../../images/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../../images/colorbox/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../../images/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(../../images/colorbox/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(../../images/colorbox/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(../../images/colorbox/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(../../images/colorbox/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(../../images/colorbox/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(../../images/colorbox/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(../../images/colorbox/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(../../images/colorbox/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}
.justifiedGallery { width: 100%; margin-bottom: 10px; }
.justifiedGallery .jg-image {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    margin-left: 0px;
}
.justifiedGallery .jg-image img {
    border: none;
    margin: 0;
    padding: 0;
    display: none;
}
.justifiedGallery .jg-image a { text-decoration: none; }
.justifiedGallery .jg-image-label {
    white-space: normal;
    font: normal 12px arial;
    background: #000;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    padding: 5px 5px 10px 8px;
    text-align: left;
    opacity: 0;
    filter:alpha(opacity=0); /* IE8 or Earlier */
    display: none;
    visibility: hidden;
}
.justifiedGallery .jg-loading-img{
    margin: auto;
    width: 50px;
    height: 50px;
    background:url(../img/loading.gif) no-repeat center center;
}
.justifiedGallery .jg-loading{
    margin: auto;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.justifiedGallery .jg-row {
    position: relative;
    white-space: nowrap;    
    overflow:hidden;
    margin-bottom: 4px;
}

.justifiedGallery .jg-error {
    font-size: 12px; 
    border: 1px solid red; 
    background-color: #faa; 
    margin: 10px 0px 10px 0px; 
    padding: 5px 0px 5px 5px;
}

/*!
 * Fotorama 4.4.9 | http://fotorama.io/license/
 */
.fotorama__stage__shaft,.fotorama__stage__frame,.fotorama__html,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__img,.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__img{margin:-50% 0 0 -50%;width:100%;height:100%}.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__video-play,.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__stage__frame,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__caption,.fotorama__stage:before,.fotorama__stage:after,.fotorama__nav:before,.fotorama__nav:after{-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.fotorama__wrap--video .fotorama__stage__shaft,.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__caption{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-timing-function:cubic-bezier(0.1,0,.25,1);-webkit-transition-duration:0ms;transition-duration:0ms}.fotorama__wrap,.fotorama__no-select,.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__video-close{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:0;padding:0}.fotorama__nav__shaft,.fotorama__nav__frame,.fotorama__caption__wrap{display:-moz-inline-box;-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__wrap *{-moz-box-sizing:content-box;box-sizing:content-box}.fotorama__caption__wrap{-moz-box-sizing:border-box;box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__stage__shaft,.fotorama__stage__frame,.fotorama__nav,.fotorama__nav__shaft,.fotorama__nav__frame,.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__video-close{-webkit-tap-highlight-color:rgba(0,0,0,0)}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__video-close{background:url(../../images/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__video-close{background:url(../../images/fotorama@2x.png) no-repeat;background-size:96px 160px}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}.fotorama{min-width:1px;overflow:hidden}.fotorama>.fotorama__wrap{visibility:visible}.fotorama--hidden-before-ready>*{visibility:hidden}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__stage,.fotorama--fullscreen .fotorama__nav{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__stage,.fotorama__nav{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:0!important}.fotorama__loaded .fotorama__img,.fotorama__error .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__stage,.fotorama__wrap--only-active .fotorama__nav{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid}.fotorama__nav__frame.fotorama__active{pointer-events:none;cursor:default}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:6px;height:6px;border:0}.fotorama__dot{border-color:#7f7f7f}.fotorama__active .fotorama__dot{background-color:#7f7f7f}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:-webkit-linear-gradient(top left,rgba(255,255,255,.25),rgba(64,64,64,.1));background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__caption{-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:.3s;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__caption{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__video-close{display:block;position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:0;background-position:0 0}.fotorama__arr--next{right:0;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:0;right:0;background-position:0 -32px;z-index:20}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;display:none}.fotorama__wrap--css3 .fotorama__video-play{display:block;opacity:0}.fotorama__loaded .fotorama__video-play,.fotorama__error .fotorama__video-play{display:block;opacity:1}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px;opacity:1!important;display:block!important}.fotorama__video-close{width:32px;height:32px;top:0;right:0;display:none;background-position:-64px 0;z-index:20}.fotorama__wrap--no-controls .fotorama__arr,.fotorama__wrap--no-controls .fotorama__fullscreen-icon,.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{display:none;opacity:0}.fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--no-controls .fotorama__fullscreen-icon,.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{display:block;-webkit-transform:translate3d(32px,-32px,0);-ms-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--no-controls .fotorama__arr--prev,.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{display:block;-webkit-transform:translate3d(-48px,0,0);-ms-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--no-controls .fotorama__arr--next,.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{display:block;-webkit-transform:translate3d(48px,0,0);-ms-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__wrap--video .fotorama__video-close{display:block}.fotorama__wrap--css3 .fotorama__video-close{display:block;opacity:0;-webkit-transform:translate3d(32px,-32px,0);-ms-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:block;opacity:0;z-index:-1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{opacity:1;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__video-play,.fotorama__wrap--css3 .fotorama__video-close{-webkit-transition-property:-webkit-transform,opacity;transition-property:transform,opacity;-webkit-transition-duration:.3s;transition-duration:.3s}.fotorama__stage:before,.fotorama__stage:after,.fotorama__nav:before,.fotorama__nav:after{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__stage:before,.fotorama__nav:before{background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),-webkit-radial-gradient(0 50%,farthest-side,rgba(0,0,0,.4),transparent);background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__stage.fotorama__shadows--left:before,.fotorama__nav.fotorama__shadows--left:before{left:0}.fotorama__stage:after,.fotorama__nav:after{background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),-webkit-radial-gradient(100% 50%,farthest-side,rgba(0,0,0,.4),transparent);background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__stage.fotorama__shadows--right:after,.fotorama__nav.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__stage:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after{display:none}

/* @group Gallery */
.gallery-least section {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 30px;
  background-color: #333333;
  box-shadow: 0 0 10px;
  /* @group Fullimage */
  /* @end */
  /* @group Smallimages */ }
  .gallery-least section #fullPreview {
    background-color: #333333;
    border-top: 2px solid #333333;
    border-bottom: 2px solid #333333;
    padding: 50px 0 30px 0;
    display: none; }
    .gallery-least section #fullPreview img,
    .gallery-least section #fullPreview .fullCaption {
      max-width: 960px;
      width: 100%;
      margin: 0 auto;
      display: block; }
    .gallery-least section #fullPreview .fullCaption {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 13px;
      line-height: 15px;
      font-weight: 300;
      color: white;
      margin: 15px auto 0 auto; }
    .gallery-least section #fullPreview figure {
      background-image: url("../img/effects/close.png");
      background-size: 100%;
      width: 30px;
      height: 30px;
      position: absolute;
      top: 10px;
      right: 20px;
      cursor: pointer; }
  .gallery-least section li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    /* @group Over */
    /* @group Description */
    /* @end *
    /* @end */ }
    .gallery-least section li:hover .overLayer {
      -webkit-transition: opacity 0.3s linear;
      -moz-transition: opacity 0.3s linear;
      -ms-transition: opacity 0.3s linear;
      -o-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear;
      opacity: 0.6;
      display: block;
      background: gray; }
    .gallery-least section li:hover .infoLayer {
      -webkit-transition: opacity 0.3s linear;
      -moz-transition: opacity 0.3s linear;
      -ms-transition: opacity 0.3s linear;
      -o-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear;
      opacity: 1;
      display: block; }
    .gallery-least section li a {
      display: block;
      width: 240px;
      height: 150px;
      position: absolute;
      top: 10px;
      left: 0;
      z-index: 6; }
      .gallery-least section li a.spinner {
        background-size: 100%;
        background-image: url("../img/effects/spinner.gif");
        width: 50px;
        height: 50px;
        position: absolute;
        left: 95px;
        top: 60px; }
    .gallery-least section li img {
      border: none;
      margin: 10px 10px 0 0; }
    .gallery-least section li .overLayer,
    .gallery-least section li .infoLayer {
      -webkit-transition: opacity 0.3s linear;
      -moz-transition: opacity 0.3s linear;
      -ms-transition: opacity 0.3s linear;
      -o-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear;
      width: 240px;
      height: 150px;
      position: absolute;
      text-align: center;
      opacity: 0;
      top: 10px;
      left: 0;
      z-index: 4;
      /* @end */ }
      .gallery-least section li .overLayer ul,
      .gallery-least section li .infoLayer ul {
        padding: 50px 0 0 0; }
        .gallery-least section li .overLayer ul li,
        .gallery-least section li .infoLayer ul li {
          display: block;
          margin: 0 auto;
          width: 200px;
          padding: 0 0 5px 0; }
          .gallery-least section li .overLayer ul li:first-child,
          .gallery-least section li .infoLayer ul li:first-child {
            border-bottom: 2px white solid; }
          .gallery-least section li .overLayer ul li:last-child,
          .gallery-least section li .infoLayer ul li:last-child {
            padding: 5px 0 0 0;
            text-transform: lowercase; }
          .gallery-least section li .overLayer ul li h2,
          .gallery-least section li .infoLayer ul li h2 {
            font-size: 25px; }
    .gallery-least section li .projectInfo {
      display: none; }

/* end */

/* Availability calendar styles */
.wp-availability{
    margin: 0 -15px;
}
.wp-availability code{
    white-space: normal;
}
.wp-availability-month{
    width: 25%;
    line-height: 0;
    float: left;
    margin: 0;
    padding: 0 15px;
    border: 0 none;
}
.wp-availability-month table{
    width: 100%;
    margin-bottom: 30px;
}
.wp-availability-month table thead th, .wp-availability-month table thead td{
    font-size: 14px;
    padding: 10px 0;
}
.wp-availability-month table tbody th, .wp-availability-month table tbody td{
    padding: 5px 0;
    font-size: 12px;
    font-family: 'Open Sans', Helvetica;
    color: #ccc;
}
.wp-availability-month table thead th{
    background: #bebebe;
}
.wp-availability-month table tbody td{
    background: transparent;
    border: 1px solid #f1f1f1;
    color: #7c7c7c;
}
table tbody tr:nth-child(2n){
    background: transparent;
}
.wp-availability-month table tbody td.wp-availability-disabled{
    background: transparent;
}
.wp-availability-month table thead th{
    background: #f6f7f8;
    color: #5c5c5c;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}
.wp-availability-month table tbody td.wp-availability-booked{
    background: #EF4B54;
}
@media only screen and (max-width: 768px) {
    .wp-availability-month{
        width: 100%;
        clear: both;
    }
}

/* Testimonials plugin */
.testimonials-list .quote{
    margin-bottom: 20px;
    min-height: 75px;
    position: relative;
    display: none;
}
.testimonials-list blockquote{
    display: block;
    margin-left: 120px;
    float: none;
    margin-bottom: 10px;
    font-weight: 200;
    white-space: normal;
}
.testimonials-list .quote > img{
    display: block;
    height: auto;
    left: 0;
    max-height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100px;
}
.testimonials-list .quote .author{
    margin-left: 140px;
    margin-bottom: 30px;
    display: block;
    font-size: 11px;
}
.testimonials-list .quote .author .url{
    display: inline-block;
    margin-left: 10px;
    text-decoration: underline;
}
.testimonials-list .quote img{
    width: 85px;
    height: auto;
}
