/*Default Wordpress styles*/



/* 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;

}



/*================ 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: 0;

}

#searchform .search-container{

    text-align: right;

}



#searchform .search-container i{

    color: #ddd;

    font-size: 14px;

    position: absolute;

    right: 5px;

    top: 30%;

}



#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: 25px;

    background-color: #FFF;

    box-shadow: 0 0;

    border-radius: 0;

    border: 0 none;

    font-size: 11px;

    line-height: 20px;

    color: #888;

    border: 1px solid rgba(60,60,60,0.1);

}

/* Responsiveness ----------- */

@media only screen and (max-width : 768px) {

    #searchform .search-container .input-wrapper{

        display: block;

    }

    #searchform .search-container .input-wrapper input{

        width: 100%;

    }

}        

.fluid_container{

    margin-top: -40px;

    margin-bottom: 40px;

}

#page.boxed .fluid_container{margin: -40px -20px 40px;}

/* 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: 5px;

    margin-bottom: 30px;

    padding-left: 5px;

    line-height: 24px;

    text-transform: uppercase;

}

.splitter li:first-child, .thumbs-splitter li:first-child {

    padding-left: 0px;

    border-left: none;

}

.splitter li a, .thumbs-splitter li a {

    padding: 0 8px;

    font-size: 13px;

    line-height: 25px;

    height: 24px;

    display: block;

}



.splitter li.selected a, .thumbs-splitter li.selected a, .thumbs-splitter li a.selected{

    background: #000;

    color: #FFF;

}



/* 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 */

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

}

.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 */



.red-grid-view article{

    margin-bottom: 40px;

    box-shadow: 0 0 10px 0 rgba(80, 80, 80, 0.2);

}

.red-grid-view article header{

    position: relative;

    line-height: 0;

}

.red-grid-view article header .featimg img{

    width: 100%;

    height: auto;

}

.red-grid-view article section .entry-title{

    margin: -20px 20px 0 20px;

    background: #FFF;

    padding: 15px 15px 10px 15px;

    position: relative;

    text-align: center;

    text-transform: uppercase;

    color: #2f3641;

}

.red-grid-view article section .entry-title h3{

    margin: 0;

    font-size: 26px;

}

.red-grid-view article header .feat-overlay{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(70,70,70,0.5);

    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;

    line-height: 1;

}

.red-grid-view article header:hover .feat-overlay{

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

    filter: alpha(opacity=100);

    opacity: 1;

}

.red-grid-view article header .entry-share{

    position: absolute;

    top: 50%;

    left: 0;

    width: 100%;

    height: 25px;

    line-height: 25px;

    margin-top: 10px;

    text-align: center;

    opacity: 0;

    line-height: 1;

    color: #FFF;

    -webkit-transition: opacity .2s ease-out, margin-top .4s ease-out;

    -moz-transition: opacity .2s ease-out, margin-top .4s ease-out;

    -o-transition: opacity .2s ease-out, margin-top .4s ease-out;

    transition: opacity .2s ease-out, margin-top .4s ease-out;

}

.red-grid-view article header:hover .entry-share{

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

    filter: alpha(opacity=100);

    opacity: 1;

    margin-top: -20px;

}



.red-grid-view article section{

    text-align: center;

    background: #FFF;

}

.red-grid-view article section .entry-excerpt{

    color: #747577;

    font-family: 'Lato';

    font-weight: 300;

    line-height: 1.8;

    padding: 0 20px;

    padding-bottom: 30px;

}

.red-grid-view article section .entry-excerpt p{

    margin: 0;

    font-family: 'Lato';

    font-weight: 300;

}

.red-grid-view article section .entry-meta{

    text-transform: uppercase;

    color: #747577;

    background: #FFF;

}

.red-grid-view article section .entry-meta .entry-categories ul{

    margin: 0;

}

.red-grid-view article section .entry-meta > div{

    display: inline-block;

    margin-right: 10px;

    margin-bottom: 10px;

    font-size: 11px;

}



.red-grid-view article section .entry-delimiter{

    font-size: 20px;

    color: #c8a555;

    text-align: center;

    margin-bottom: 5px;

    letter-spacing: 2px;

    line-height: 1;

    font-family: 'Helvetica', Arial, sans-serif;

}

.red-grid-view .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;

}

.red-grid-view .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);

}



/* Thumb view */



.red-thumb-view article{

    margin-bottom: 40px;

    position: relative;

}

.red-thumb-view.no-gutter article{

    margin-bottom: 0;

}

.red-thumb-view.title-below article{

    box-shadow: 0 0 10px 0 rgba(80, 80, 80, 0.2);

}

.red-thumb-view.no-gutter{

    margin: 0 auto 30px auto;

}

.red-thumb-view.no-gutter > .columns, .red-thumb-view.no-gutter > .row > .columns {

    padding: 0;

}

.red-thumb-view article h2{

    font-size: 18px;

    text-transform: uppercase;

    font-weight: normal;

    color: #595959;

    margin: 0;

    line-height: 1.4;

    

}

.red-thumb-view.title-below article section{

    background: #FFF;

    padding: 10px 15px;

}

.red-thumb-view article h2 a{

    color: inherit;

}

.red-thumb-view.title-below article h2{

    margin-top: -25px;

    background-color: #FFF;

    text-align: center;

    padding: 10px;

    position: relative;

}



.red-thumb-view.title-below article h2:after{

    content:"\2022\2022\2022";

    display: block;

    font-size: 14px;

    color: #C8A555;

    line-height: 0;

    margin-top: 5px;

    -webkit-transition: -webkit-transform .2s ease-out;

    -moz-transition: -moz-transform .2s ease-out;

    -o-transition: -o-transform .2s ease-out;

    transition: transform .2s ease-out;

}

.red-thumb-view.title-below article h2:hover:after{

    -webkit-transform: translateY(5px);

    -moz-transform: translateY(5px);

    -o-transform: translateY(5px);

    -ms-transform: translateY(5px);

    transform: translateY(5px);

}

.red-thumb-view.title-below article .featimg img{

    -webkit-transition: -webkit-transform .2s ease-out;

    -moz-transition: -moz-transform .2s ease-out;

    -o-transition: -o-transform .2s ease-out;

    transition: transform .2s ease-out;

}

.red-thumb-view.title-below article .featimg:hover img{

    -webkit-transform: scale(1.2) rotate(-5deg);

    -moz-transform: scale(1.2) rotate(-5deg);

    -o-transform: scale(1.2) rotate(-5deg);

    -ms-transform: scale(1.2) rotate(-5deg);

    transform: scale(1.2) rotate(-5deg);

}

.red-thumb-view.title-over article h2{

    padding: 10px 15px;

}

.red-thumb-view.title-over article section{

    position: absolute;

    bottom: 50%;

    margin-bottom: -25px;

    left: 0;

    text-align: center;

    width: 100%;

    max-height: 0;

    -webkit-transition: 1s max-height linear;

    -moz-transition: 1s max-height linear;

    -o-transition: 1s max-height linear;

    -ms-transition: 1s max-height linear;

    transition: 1s max-height linear;

    transition-delay: 0.3s;

    overflow: hidden;

}

.red-thumb-view.title-over article h2:after{

    content:"\2022\2022\2022";

    display: block;

    font-size: 14px;

    color: #C8A555;

    line-height: 0;

    margin-top: 5px;

}

.red-thumb-view.title-over article:hover section{

    max-height: 199px;

}

.red-thumb-view.title-over article{

    overflow: hidden;

}

.red-thumb-view.title-over article .featimg:before{

    content: '';

    width: 400%;

    height: 400%;

    position: absolute;

    left: -50%;

    top: -450%;

    transform: rotate(56.5deg) translateX(-50%);

    -webkit-transform: rotate(56.5deg) translateX(-50%);

    transform-origin: 100% 0 0;

    -webkit-transition: left .4s ease-out, top .6s ease-out, -webkit-transform .4s ease-out;

    -moz-transition: left .4s ease-out, top .6s ease-out, -moz-transform .4s ease-out;

    -o-transition: left .4s ease-out, top .6s ease-out, -o-transform .4s ease-out;

    transition: left .4s ease-out, top .6s ease-out, transform .4s ease-out;

    background: rgba(255,255,255,0.9);

}



.red-thumb-view.title-over article:hover .featimg:before{

    left: -130%;

    top: 50%;

    transform: rotate(56.5deg) translateX(0) scale(1.3);

}

.red-thumb-view article .featimg img{

    width: 100%;

    height: auto;

}



/* List view */

.red-list-view article{

    margin-bottom: 40px;

}

.red-list-view article header{

    position: relative;

    line-height: 0;

}

.red-list-view article header .featimg img{

    width: 100%;

    height: auto;

}

.red-list-view article section .entry-title{

    position: relative;

    text-transform: uppercase;

    color: #2f3641;

}

.red-list-view article section .entry-title h3{

    margin: 0 0 15px 0;

    font-size: 32px;

}

.red-list-view article header .feat-overlay{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(70,70,70,0.5);

    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;

    line-height: 1;

}

.red-list-view article header:hover .feat-overlay{

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

    filter: alpha(opacity=100);

    opacity: 1;

}

.red-list-view article header .entry-share{

    position: absolute;

    top: 50%;

    left: 0;

    width: 100%;

    height: 25px;

    line-height: 25px;

    margin-top: 10px;

    text-align: center;

    opacity: 0;

    line-height: 1;

    color: #FFF;

    -webkit-transition: opacity .2s ease-out, margin-top .4s ease-out;

    -moz-transition: opacity .2s ease-out, margin-top .4s ease-out;

    -o-transition: opacity .2s ease-out, margin-top .4s ease-out;

    transition: opacity .2s ease-out, margin-top .4s ease-out;

}

.red-list-view article header:hover .entry-share{

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

    filter: alpha(opacity=100);

    opacity: 1;

    margin-top: -15px;

}



.red-list-view article section{

    background: #FFF;

    margin: 30px 0 0 -60px;

    padding: 30px;

    text-align: center;

    box-shadow: 0 0 10px 0 rgba(80, 80, 80, 0.2);

    position: relative;

}

.red-list-view article section:before{

    border-bottom: 15px solid rgba(0, 0, 0, 0);

    border-right: 15px solid #FFFFFF;

    border-top: 15px solid rgba(0, 0, 0, 0);

    content: '';

    display: block;

    height: 0;

    position: absolute;

    right: 100%;

    width: 0;

}

.red-list-view .no-feat-img article section:before{

    display: none;

}

.red-list-view .no-feat-img article section{

    margin-left: 0;

}

.red-list-view article section .entry-excerpt{

    color: #747577;

    font-family: 'Lato';

    font-weight: 300;

    line-height: 1.8;

}

.red-list-view article section .entry-excerpt p{

    margin: 0;

    font-family: 'Lato';

    font-weight: 300;

}

.red-list-view article section .entry-delimiter{

    font-size: 20px;

    line-height: 1;

    color: #c8a555;

    text-align: center;

    margin-bottom: 10px;

    letter-spacing: 2px;

    font-family: 'Helvetica', Arial, sans-serif;

}

.red-list-view article section .entry-meta{

    margin-bottom: 10px;

    text-transform: uppercase;

    color: #747577;

}

.red-list-view article section .entry-meta .entry-categories ul{

    margin: 0;

}

.red-list-view article section .entry-meta > div, .red-list-view article section .entry-meta > div li{

    display: inline-block;

    margin-right: 15px;

    font-size: 11px;

}

.red-list-view .ul-sharing li{

    margin-right: 15px;

}

.red-list-view .ul-sharing a{

    color: #FFF;

    font-size: 18px;

}

.red-list-view .ul-sharing a:hover{

    color: #FFF;

    border-bottom: 1px solid #FFF;

}

.red-list-view.mid-list .entry-excerpt{

    max-height: 5rem;

    overflow: hidden;

}

.red-list-view.small-list .entry-excerpt{

    display: none;

}



.red-list-view .entry-score{

    position: absolute;

    top: 20px;

    left: 0;

    background: #000;

    width: 50px;

    height: 50px;

    line-height: 50px;

    text-align: center;

    font-size: 16px;

    color: #FFF;

    white-space: nowrap;

    letter-spacing: -2px;

}

.red-list-view .entry-score:after{

    position: absolute;

    top: -8px;

    left: -1px;

    content: '';

    border-top: 6px solid transparent;

    border-bottom: 6px solid transparent;

    border-right: 6px solid #000;

    -webkit-transform: rotate(-45deg);

    -moz-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    transform: rotate(-45deg);

}



/* Smartphones (portrait and landscape) ----------- */

@media only screen and (max-width : 767px) {

    .red-list-view article section{

        margin: 0;

    }

    .red-list-view article section:before{

        display: none;

    }

}



/* 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);

    background: #FFF;

}

.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 .featured-slider-article 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-slider .featured-slider-article  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-slider .featured-slider-article  article .featimg:hover .feat-overlay > div{

    margin-top: -15px;

}

.featured-slider .featured-slider-article  article .featimg .feat-overlay > div a{

    color: #FFF;

}



.featured-slider .featured-slider-article  article .featimg .feat-overlay > div a:hover{

    color: #FFF;

    border-bottom: 1px solid #FFF;

    padding-bottom: 5px;

}

.featured-slider .featured-slider-article  article .featimg:hover .feat-overlay{

    top: 0;

    opacity: 1;

}

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

    }

}        



/* Team styles */



.red-team-member{

    background: #FFF;

    text-align: center;

    box-shadow: 0 0 10px 0 rgba(80,80,80,0.2);

    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;

}





.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-size: cover !important;

}

body.single-video .featvideo:before {

    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);

    content: "";

    display: block;

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 1;

}

body.single-portfolio .feat-video-container, body.single-post .feat-video-container{

    padding: 0;

}

.post-content {

    margin-bottom: 30px;

    line-height: 1.8;

}

.post-content > a, .post-content > p > a{

    text-decoration: underline;

}

.post-title{

    font-family: 'Montserrat', sans-serif;

    font-size: 58px;

    color: #191919;

    letter-spacing: 1.5px;

    margin: 0 0 15px 0;

}



.post-meta-container .post-meta{

    list-style-type: none;

    margin: 0;

    padding: 0;

    margin-bottom: 30px;

    border-bottom: 3px double rgba(0,0,0,0.05);

    padding-bottom: 15px;

}



.post-meta-container .post-meta li{

    display: inline-block;

    font-size: 16px;

    color: #888888;

    font-weight: 200;

}

.post-meta-container .post-meta li a{

    color: #888888;

}

.post-meta-container .post-meta li a:hover{

    color: #222;

}

.post-meta-container .post-meta li:not(:last-child):after{

    content:"\2022";

    display: inline-block;

    margin: 0 5px;

}

.post-meta-container .post-meta li ul{

    margin: 0;

    list-style-type: none;

    padding: 0;

    display: inline;

}

.post-preamble{

    font-size: 18px;

    font-style: italic;

    margin-bottom: 30px;

    line-height: 1.6;

}

.post-preamble:empty{

    display: none;

}

.post-author-box{

    margin-bottom: 30px;

    background: #FFF;

    box-shadow: 0 0 10px 0 rgba(80,80,80,0.2);

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

    font-family: 'Montserrat';

    text-align: center;

    font-weight: bold;

    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;

    border-top: 4px double #000;

    border-bottom: 1px solid #000;

    box-shadow: 0 -2px 0 0 #000;

    padding-top: 12px;

    margin: 40px 0;

    padding-bottom: 5px;

}



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

}

.video-info, .gallery-info{

    text-align: center;

}

.feat-audio{

    margin-bottom: 40px;

    margin-top: -40px;

}

.feat-audio iframe{

    width: 100%;

}

.feat-video-container{

    width: 1140px;

    max-width: 100%;

    margin: 0 auto;

    padding: 40px 0;

    position: relative;

    z-index: 2;

}

body.single-video .main-container{

    margin-top: -40px;

}

.video-container, .gallery-container{

    background: rgba(255,255,255,0.9);

    position: relative;

    text-align: center;

    padding-top: 40px;

    line-height: 0;

    text-align: center;

}

.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 > ul{

    margin: 0;

    padding: 0;

    list-style-type: none;

    display: block;

    background: #FFF;

    background: #000;

}

.post-navigation > ul:after{

    content: '';

    display: block;

    clear: both;

}

.post-navigation > ul > li{

    margin: 0;

    padding: 0;

    display: block;

    float: left;

    width: 33.33%;

    text-transform: uppercase;

    color: #FFF;

    font-size: 16px;

    padding-left: 30px;

    font-family: 'Playfair Display';

    padding-top: 15px;

    padding-bottom: 15px;

}

.post-navigation > ul > li:last-child{

    text-align: right;

    padding-right: 30px;

}

.post-navigation > ul > li:nth-child(2){

    text-align: center;

    font-size: 26px;

    /*padding: 0;*/

}

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

}



#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>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 {

    clear: none;

    display: inline-block;

    float: left;

    margin-bottom: 0;

    margin-right: -4px;

    padding: 0 15px;

    width: 50%;

}

.red-contact-form > .row > .six > p input{

    border: 1px solid #;

}

.red-contact-form > .row > .six > textarea {

    width: 100%;

}

.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 15px;

    font-size: 14px;

    height: 30px;

    line-height: 30px;

    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;

    box-shadow: 0 5px 20px 0 rgba(80, 80, 80, 0.1);

    margin-bottom: 40px;

    -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: 20px 0 40px 0;

}

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;

}

#header .socialicons{

    margin-top: 10px;

}

#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: 0;

}

.header-separator{

    border-bottom: 1px dotted rgba(0,0,0,0.05);

    margin-bottom: 40px;

}

nav.main-menu{

    display: inline-block;

    margin-top: 15px;

    position: relative;

}

.outside-menu nav.main-menu{

    margin-top: 15px;

    margin-bottom: 15px;

}

    /* ---------- 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;

        /*visibility: hidden;*/

        text-align: left;

        width: auto;

    }

    /* 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: 0;

        width: 100%;

        list-style: none;

    }



    .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: '\e807';

        display: inline-block;

        padding-left: 7px;

    }





    /* 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;

    }

    nav.main-menu > ul > li > ul.children > li a{

        display: block;

        line-height: 35px;

        height: 35px;

        white-space: nowrap;

        padding: 0 15px;

    }

    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;

    }





    /* 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%;}



    #sticky_menu{

        list-style-type: none;

        margin: 0 auto;

    }

    .sticky-menu-container .main-menu{

        margin-top: 0;

    }

    .sticky-menu-container{

        position: fixed;

        top: 0;

        left: 0;

        width: 100%;

        z-index: 3;

        padding: 15px 0;

        background: #000;

        display: none;

    }

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





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







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







.single section#main, .page section#main {

    height: auto;

}





section#main{



}



section#main .main-container{

    position: relative;

    height: 100%;

}



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

}

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

    }



    #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: 55px;}



    .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 10px;

    margin-right: 10px;

    margin-bottom: 10px;

    font-size: 12px;

    position: relative;

    height: 23px;

    line-height: 23px;

    border: 1px solid #e6e6e6;

    color: #666;

}

.tabs-container a.tag:hover{

    color: #999;

}

/* 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;

}





/*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;

}



/* 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: 30%;

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

    line-height: 70px;

}

.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 15px;

    line-height: 34px;

    margin: 0;

    width: auto;

    border: 2px solid #FFF;

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

}

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

    }

}

@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{

        display: none;=

    }

}       

.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 > img{

    max-height: 500px;

    width: auto;

}

.gallery-slide:last-child{

    margin-right: 0;

}

.gallery-scroll{

    margin-bottom: 30px;

}



.gallery-scroll .viewport{

    height: 500px;

    position: relative;

    overflow: hidden;

}

.gallery-scroll .overview{

    left: 0;

    list-style: none outside none;

    margin: 0;

    padding: 0;

    position: absolute;

    top: 0;

    height: 100%;

    width: 2500px;

}

.gallery-scroll .scrollbar {

    clear: both;

    height: 10px;

    position: relative;

}

.gallery-scroll .track {

    background-color: #efefef;

    height: 6px;

    position: relative;

    width: 100%;

}

.gallery-scroll .thumb {

    background-color: #000;

    cursor: pointer;

    height: 6px;

    left: 0;

    overflow: hidden;

    position: absolute;

}

.gallery-scroll .thumb .end {

    display: none;

    height: 25px;

    overflow: hidden;

    width: 5px;

}

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

.flex-direction-nav a:hover{

    color: #FFF;

}

.flex-direction-nav .flex-next {background-position: 100% 0; right: 0; }

.flex-direction-nav .flex-next:before { content: '\e805'; font-family: 'fontello'; } 

.flex-direction-nav .flex-prev {left: 0;  }

.flex-direction-nav .flex-prev:before { content: '\e804'; 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: 0;}

  .flex-direction-nav .flex-next {opacity: 1; right: 0;}

}





.preloader-cortina{

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: #FFF;

    z-index: 99;

}

.preloader-cortina div{

    position: fixed;

    top: 50%;

    left: 50%;

    background: url(../../images/preloader.gif) no-repeat;

    background-size: cover;

    width: 46px;

    height: 46px;

    line-height: 46px;

    text-align: center;

    margin-top: -23px;

    margin-left: -23px;

}



/* Common styles of menus */



.dl-menuwrapper {

    width: 100%;

    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: #000;

    border: none;

    width: 48px;

    height: 45px;

    text-indent: -900em;

    overflow: hidden;

    position: relative;

    cursor: pointer;

    outline: none;

}



.dl-menuwrapper button:hover,

.dl-menuwrapper button.dl-active,

.dl-menuwrapper ul {

    background: #000;

}



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

}



.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: #fff;

    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: 100%;

    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;

}



.dl-menuwrapper button:hover,

.dl-menuwrapper button.dl-active,

.dl-menuwrapper ul {

    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;

}