@import 'https://fonts.googleapis.com/css?family=Changa+One';
@import 'https://fonts.googleapis.com/css?family=Oswald';
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* Special Rules for Mobile */
@media only screen and (max-width: 480px) {
#mobile {display:block}
#desktop {display:none}
}
/* Special Rules for Tablets */
@media only screen and (min-width: 481px) {
#mobile {display:none}
}
/* Special Rules for Desktops */
@media only screen and (min-width: 1024px) {
#mobile {display:none}
}

.owl-dots {
  display:none;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

video.lazy-hidden {
  opacity:1 !important;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 0;
    border: 0;
    border-top: 1px solid #000;
    margin: 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

ul, ol, li { padding: 0; margin: 0; list-style: none; }
select, input, textarea, option {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family: 'Verdana';
    color: #333333;
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #2f2f2f;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}

a:link, a:active, a:visited {text-decoration: underline; color: #000000; }
a:hover {text-decoration: none; }
.vmiddle {

}
img { max-width: 100%; }

body {
    color: #000;
    background: #FFF;
    font-family: 'Verdana';
    font-size: 12px;
}

/*
.outer-wrapper {
    width: 100%;
    height: 100%;
    background: #0e0606 url('https://www.catalinacruz.com/images/back-all.jpg') no-repeat 50% 0;
    background-attachment: fixed;
}
    .inner-wrapper { height: 100%; width: 100%; margin: 0 auto; position: relative; padding-top: 55px; }
	.inner-wrapper-1160 { height: 100%; width: 100%; margin: 0 auto; position: relative; padding-top: 55px; } 
*/
.main-header { background: #dcddde; }
.main-header-white { background: ; }
.main-header-vr { background: #dcddde; }

.nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;

    background: #dcddde url('../img/catalina-cruz-logo-resonsive01.jpg') no-repeat 10px 0;
    /*background-size: contain;*/
}

.main-nav span {
    float: left;
    line-height: 45px;
    font-size: 15px;
    margin-left: 16px;
    display: none;

}

.main-nav,
.main-nav * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main-nav,
.main-nav ul {
    list-style: none;
    width: 100%;
    float: left;
}

.main-nav-item {
    float: left;
    width: 100%;
	font-family: 'Oswald', sans-serif;
}

.main-nav-item a {
    color: #000;
    text-decoration: none;
    width: 100%;
    background: #FFF;
    border-bottom: 1px solid #202020;
    padding: 0.7em 1em;
    float: left;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;

}

.main-nav-item a:hover,
.main-nav-item:last-child a {
    color: #000;
}

/** SEARCH MODULE **/
.search-module * {
    vertical-align: top;
}

.search-module {
    background: #fff;
    color: #000;
    border: 1px solid #000; border-width: 1px 0px;
}

.search-module p {
    margin: 0;
}
.az-links,
.search-module p,
.search-form-row {
    display: inline-block;
}

.az-links-item {
    float: left;
    padding: 0px 5px;
}

.az-links-item a {
    font-size: 12px;
}


.search-form-row *:not(button) { line-height: 22px; }
.search-form-row button { margin: 0px; height: 22px; }
.search-form-row select, .search-form-row input { height: 22px; }

.search-module .row {
    padding: 0 10px 10px 10px;
}
.search-module .row:first-child {
    padding-bottom:0px;
    display: none;
}


.search-module .row form {
    display: block;
    padding-bottom:10px;
}

form .search-form-row:first-child { display: block;}
#search-model { display: none; }


#select-model,
#search-model {
    padding-right: 100px;
}

#select-model .search-form-row:nth-child(2),
#search-model .search-form-row:nth-child(2) {
    width: 100%;
    float: left;
}

#select-model .search-form-row select,
#search-model .search-form-row input {
    width: 100%;
}

#select-model .search-form-row:last-child,
#search-model .search-form-row:last-child {
    float: right;
    margin: 0 -90px 0 0;
}


/** PAGINATION **/
.pagination {
    background: #fff;
    color: #000;
    text-align: center;
    padding: 10px;
    border: 1px solid #000;
    border-width: 1px 0px;
}
    .pagination-clean { position: relative; }
    .pagination li {
        padding: 5px;
        display: none;
    }

    .pagination li.next,
    .pagination li.previous {
        display: inline-block;
        white-space: nowrap;
    }

    .pagination li.next span,
    .pagination li.previous span {
        display: none;
    }

    .pagination li.next a,
    .pagination li.previous a {
        display: inline-block;
        text-transform: uppercase;
        text-decoration: none;
        background: #000;
        color: #fff;
        padding: 5px 10px;
    }






    /** THUMB GALLERY **/
.thumbs-gallery { background: #fff; }
.video-gallery { background: #FFF; }
    .thumbs-list {}

        .thumb {
            float: none;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%;
            padding: 5px;
            color: #000;
            background: #fff;
            text-align: center;
            border-bottom: 1px solid #ccc;
        }

        .video-gallery .thumb {
            background: #FFF;
            float: left;
            width: 33.33333%;
            text-align: left;
            border-bottom: none;

        }

        .thumb.photo {
            width: 50%;
            float: left;
        }

        .thumb.photo:nth-child(2n + 1){
            clear: left;
        }

        .thumb:last-child {
            border-bottom: none;
        }
            .thumb-header { margin-bottom: 5px; }
                .thumb-header p { font-size: 12px; margin: 0; }
                    .thumb-header p strong { display: none; }
                .thumb-header h2 { font-size: 13px; margin: 0; }
            .picture { margin-bottom: 10px; }
                .picture a { display: inline-block;  border: 1px solid #000; }
                .video-gallery .picture a { border: 1px solid #fff; }
                    .picture img { max-width: 100%; }

            .thumb-footer {
                display: none;
            }
         
.thumb-footer.display { display: block; }
.descriptions-width { width: 100%; align: center; max-width: 1160px; }

/** ADS **/
#nextshow1 {display:inline-block;vertical-align:middle;}
#nextshow2 {display:inline-block;vertical-align:middle; }
.nextshow {display:inline-block;vertical-align:middle; }
span.a1 {
    text-align: center;
    padding: 0px 0;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
	color: #000;
}
.uppercase {
    text-transform: uppercase;
}
.title-links { font-family: 'Oswald', sans-serif; font-size: 25px; color: #000; }
a.title-links:link { font-family: 'Oswald', sans-serif; font-size: 25px; color: #000; text-decoration: underline; }
a.title-links:visited { font-family: 'Oswald', sans-serif; font-size: 25px; color: #000; text-decoration: underline; }
a.title-links:hover { font-family: 'Oswald', sans-serif; font-size: 25px; color: #000; text-decoration: none; }
a.title-links:active { font-family: 'Oswald', sans-serif; font-size: 25px; color: #000; text-decoration: underline;
}
.medium-links { font-family: 'Oswald', sans-serif; font-size: 25px; color: #000; }
a.medium-links:link { font-family: 'Oswald', sans-serif; font-size: 25px; color: #000; text-decoration: underline; }
a.medium-links:visited { font-family: 'Oswald', sans-serif; font-size: 25px; color: #000; text-decoration: underline; }
a.medium-links:hover { font-family: 'Oswald', sans-serif; font-size: 25px; color: #000; text-decoration: none; }
a.medium-links:active { font-family: 'Oswald', sans-serif; font-size: 25px; color: #000; text-decoration: underline;
}
.medium-whitelinks { font-family: 'Oswald', sans-serif; font-size: 30px; color: #FFD4E1; }
a.medium-whitelinks:link { font-family: 'Oswald', sans-serif; font-size: 30px; color: #FFD4E1; text-decoration: underline; }
a.medium-whitelinks:visited { font-family: 'Oswald', sans-serif; font-size: 30px; color: #FFD4E1; text-decoration: underline; }
a.medium-whitelinks:hover { font-family: 'Oswald', sans-serif; font-size: 30px; color: #000; text-decoration: none; }
a.medium-whitelinks:active { font-family: 'Oswald', sans-serif; font-size: 30px; color: #FFD4E1; text-decoration: underline;
}
.medium-blacklinks { font-family: 'Oswald', sans-serif; font-size: 35px; color: #000; }
a.medium-blacklinks:link { font-family: 'Oswald', sans-serif; font-size: 35px; color: #000; text-decoration: underline; }
a.medium-blacklinks:visited { font-family: 'Oswald', sans-serif; font-size: 35px; color: #000; text-decoration: underline; }
a.medium-blacklinks:hover { font-family: 'Oswald', sans-serif; font-size: 35px; color: #000; text-decoration: none; }
a.medium-blacklinks:active { font-family: 'Oswald', sans-serif; font-size: 35px; color: #000; text-decoration: underline;
}
.large-pink-links { font-family: 'Oswald', sans-serif; font-size: 40px; color: #000; }
a.large-pink-links:link { font-family: 'Oswald', sans-serif; font-size: 40px; color: #000; text-decoration: underline; }
a.large-pink-links:visited { font-family: 'Oswald', sans-serif; font-size: 40px; color: #000; text-decoration: underline; }
a.large-pink-links:hover { font-family: 'Oswald', sans-serif; font-size: 40px; color: #000; text-decoration: none; }
a.large-pink-links:active { font-family: 'Oswald', sans-serif; font-size: 40px; color: #000; text-decoration: underline;
}
.feature-links { font-family: 'Oswald', sans-serif; font-size: 15px; color: #000; }
a.feature-links:link { font-family: 'Oswald', sans-serif; font-size: 15px; color: #000; text-decoration: underline; }
a.feature-links:visited { font-family: 'Oswald', sans-serif; font-size: 15px; color: #000; text-decoration: underline; }
a.feature-links:hover { font-family: 'Oswald', sans-serif; font-size: 15px; color: #000; text-decoration: none; }
a.feature-links:active { font-family: 'Oswald', sans-serif; font-size: 15px; color: #000; text-decoration: underline;
}
.reg-text { font-family: 'Oswald', sans-serif; font-size: 18px; color: #000; font-weight: normal; }
a.reg-text:link { font-family: 'Oswald', sans-serif; font-size: 18px; color: #000; text-decoration: underline; }
a.reg-text:visited { font-family: 'Oswald', sans-serif; font-size: 18px; color: #000; text-decoration: underline; }
a.reg-text:hover { font-family: 'Oswald', sans-serif; font-size: 18px; color: #000; text-decoration: none; }
a.reg-text:active { font-family: 'Oswald', sans-serif; font-size: 18px; color: #000; text-decoration: underline;
}
.reg-text2 { font-family: 'Oswald', sans-serif; font-size: 15px; color: #000000; font-weight: normal; }
.reg-text3 { font-family: 'Oswald', sans-serif; font-size: 16px; color: #000000; font-weight: normal; }
.top-ads-1 .text-small { font-family: 'Oswald', sans-serif; font-size: 12px; font-weight: normal; letter-spacing:.05em; }
.bottom-ads-1 {
    text-align: center;
    background: #000;
}
    .bottom-ads-1 p {margin: 0; padding: 5px 0px; }
        .bottom-ads-1 a { display: inline-block;}

a.large-white-links:link,
a.large-white-links:visited,
a.large-white-links:active {
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    color: #FFD4E1;
    text-decoration: underline;
}
a.large-white-links:hover {
    text-decoration: none;
}

.bottom-ads-2 {
    font-size: 12px;
    color: #000;

}
    .bottom-ads-2 input[type="text"] {
        width: 80%
    }
    .bottom-ads-2 .row {
        margin: 0 auto;
        padding: 5px;
        position: relative;
        background: #fff;
        width: 80%;
        display: block;
    }
        .bottom-ads-2 .row .column { display: block; }
        .column.first { text-align: center  }
        .column.last { text-align: center; }
    .featuring-photo img { max-width: none; height: 100%; }


    .section-ads-1 {
        width: auto;
        float: none;
        padding: 10px;
        text-align: center;
        display: none;
    }
    .section-ads-1 .join {
        text-shadow:
            0 0 10px rgb(255, 252, 196),
            0 0 20px rgb(255, 77, 0),
            0 0 30px rgba(255,255,255,1) ,
            0 0 40px #ff7306,
            0 0 50px #ff4d00;
        color: #fff;
        font-family: "Verdana", sans-serif;
        background: #000;
        font-weight: bold;
        font-size: 1.8em;
        text-decoration: none;
        line-height:190%;
    }

.section-ads-2 {
    display: block;
    padding: 0px 0px;
    text-align: center;
    color: #000;
    border-top:1px solid #444;
	margin: 10px;
}

.section-ads-2 h3 {
    font-size: 16px;
    padding: 0;
    color: #FFD4E1;
}

.section-ads-2 h3, .section-ads-2 p { margin: 0; }

.section-ads-2 a {
    font-family: 'Oswald', sans-serif;
    font-size: 1.7em;
    color: #000;
}

/** FOOTER **/
.main-footer {
    background: #FFF;
    color: #000;
    text-align: center;
}
    .main-footer a { text-decoration: underline; color: #000; }
        .main-footer a:hover { text-decoration: none; color: #000; }

.content { background: #FFF;}
section.photo-gallery {
    background: #fff;
}


    .content section {}
        .content section header {color: #fff; padding: 5px; }
        section.photo-gallery header {color: #000; text-align: center; padding: 5px; }
            .content section header h1 { font-size: 1.8em; }
            .content section header h1, .featuring strong, .category strong {color: #000;}
            section.photo-gallery header h1, .photo-gallery .featuring strong, .photo-gallery .category strong {color: #000000;}
            section.photo-gallery header h1 {
                font: 1.8em 'Oswald', sans-serif;
				text-transform: none;
                text-align: center;
                font-weight: bold;
                text-shadow: 0px 1px 1px #636466;
            }
            .content section header a{color: #000;}
            section.photo-gallery header a{color: #000;}
            .content section header a:hover { text-decoration: none; color: #D1717D; }

/** VIDEO PLAYER **/
#endscreen .when-video-ends {
    /* position end screen outside player area */
    position: absolute;
    left: -9999em;
    top: 20%;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    text-align: center;
    width: 100%;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
/* position end screen outside player area */
#endscreen .when-video-ends h3 {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: -10px;
    color: #ccc;
}
#endscreen .when-video-ends h4 {
    font-size: 25px;
    color: #777;
}
#endscreen .when-video-ends .button {
    background-color: #000000;
    padding: 10px 10px;
    margin: 15px 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 20px;
    color: #FE8445;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: background-color 0.1s;
    -moz-transition: background-color 0.1s;
    transition: background-color 0.1s;
}
#endscreen .when-video-ends .button:hover {
    background-color: #000000;
}
#endscreen .when-video-ends .button:active {
    background-color: #000000;
}
#endscreen .when-video-ends .fp-toggle {
    display: inline-block;
    color: #FE8445;
    font-size: 20px;
    cursor: pointer;
}
#endscreen .when-video-ends .fp-toggle:hover {
    color: #FE8445;
}

#endscreen.is-finished .fp-ui,
#endscreen.is-finished .fp-engine {
    /* Flash-save way to hide the engine */
    top: -9999em;
}
/* Flash-save way to hide the engine */
#endscreen.is-finished .when-video-ends {
    /* position end screen inside player area */
    left: 0;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.fp-context-menu { display: none; }
/* position end screen inside player area */

/** MORE ELEMENTS **/
p.important {
    color: #000000;
    font: 20px 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 1em 0;
    text-shadow: 0px 1px 1px #636466;
}

.align-left { text-align: left !important; }

section .row { background: #fff;}
.link-list { text-align: center; }
.link-list a { font-weight: bold; }


.link-list-item a {
    font-size: 1.4em;
    line-height: 1.8em;
}

.padding-20 {
    padding: 20px;
}
.white-bg { background: #fff; }

.half.mobile { width: 50%; float: left; }

.share-text {
    display: none;
}
.share-text.red {
    color: #000000
}

.no-float { float: none !important; }
.mbottom-10 {
    margin-bottom: 10px;
}
.mbottom-20 {
    margin-bottom: 20px;
}

.content.video section:first-child,
.content.video .bottom-ads-1:nth-last-child(2),
.content.photo-gallery section:first-child,
.content.photo-gallery .bottom-ads-1:nth-last-child(2)
{ display: none; }

/** GALLERY **/
.lg-toolbar, .lg-progress-bar {
    top: 55px;
}

/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
    font-family: "responsivenav";
    src:url("../icons/responsivenav.eot");
    src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
    font-weight: normal;
    font-style: normal;
}

.nav-toggle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    text-indent: -999px;
    position: relative;
    overflow: hidden;
    width: 80px;
    height: 55px;
    margin-right: 5px;
    float: right;


}

.nav-toggle:before {
    color: #fff; /* Edit this to change the icon color */
    font-family: "Verdana", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    font-size: 16px;
    text-transform: uppercase;
    position: absolute;
    content: "Menu";
    text-indent: 0;
    text-align: center;
    line-height: 45px;
    speak: none;
    width: 100%;
    top: 0;
    right: 0;
    margin: 5px 0;
    background: #202020;
    border: 1px solid #696969;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.nav-toggle.active::before {
    font-family: "responsivenav", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 24px;
    content:"x";
    color: #fff;

}


a.nav-join {
    display: none;
    color: #202020;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: uppercase;
    line-height: 45px;
    text-decoration: none;
    height: 45px;
    margin: 5px 0;
    background: #FFF;
    border: 1px solid #FFD4E1;
    padding: 0 10px;
    position: absolute;
    right: 100px;
    border-radius: 5px;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

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

    
    .at-share-btn-elements {
        display: table;
        width: 100%;
    }
    .at-resp-share-element .at-share-btn {
        display: table-cell !important;
        text-align: center;
    }
    .at-resp-share-element .at-share-btn .at-icon-wrapper {
        float: none !important;
    }
}
@media only screen and (max-width: 1160px) {
    a.nav-join {
        display: inline-block;
    }
}

@media only screen and (min-width: 600px) {
    /* Style adjustments for viewports that meet the condition */
    .share-btn {
        margin-top: 10px;
    }

    .share-text {
        float: left;
        display: block;
        height: 40px;
        line-height: 40px;
        margin-right: 10px;
        color: #000;
        font-weight: bold;
    }

    .addthis_inline_share_toolbox {
        display: inline-block;
    }

    .inner-wrapper { width: 100%; }

    a.large-white-links:link,
    a.large-white-links:visited,
    a.large-white-links:active {
        font-size: 50px;
    }
    

    .search-module .row form {
        display: inline-block;
        margin-right: 10px;
    }

    .search-module .row {
        padding: 10px;
    }

    .search-module .row:first-child,
    #search-model {
        display: inline-block;
    }

    form .search-form-row:first-child { display: inline-block;}

    #select-model,
    #search-model {
        padding-right: inherit;
    }

    #select-model .search-form-row:nth-child(2),
    #search-model .search-form-row:nth-child(2) {
        width: inherit;
        float: none;
    }

    #select-model .search-form-row select,
    #search-model .search-form-row input {
        width: inherit;
    }

    #select-model .search-form-row:last-child,
    #search-model .search-form-row:last-child {
        float: none;
        margin: inherit;
    }

	.thumbs-list {
		font-size:0px;
	}
    .thumb {

		font-size:12px;
		
        float: left;
        width: 25%;
        text-align: left;
        border-bottom: none;
    }

    .thumbs-list.sidebar {
        width: 33.33333%;
        float: right;
    }

    .thumbs-list.sidebar .thumb {
        width: 100%;
    }

    .thumb.photo {
        width: 25%;
    }



    .picture { margin-bottom: 0; }

    .thumb:nth-child(4n + 1){
        clear: left;
    }

    .thumb.photo:nth-child(2n + 1){
        clear: none;
    }

    .thumb.photo:nth-child(3n + 1){
        clear: none;
    }

    .thumb.photo:nth-child(4n + 1){
        clear: left;
    }

    .thumb-header h2 { font-size: 12px; }
    .thumb-header p strong { display: inline; }

    .thumb-footer { display: block; }

    .picture a { width: 100%; }
    .picture img { max-width: none; width: 100% }

    .thumb.photo a { width: auto; }
    .thumb.photo .picture { text-align: center; }
    .thumb.photo .picture img { max-width: 197px; }

    span.a1 {
        font-size: 22px;
    }

    .top-ads-1 .text-small { font-family: 'Oswald', sans-serif; font-size: 16px; }

    .bottom-ads-2 .row .column { display: inline-block; }
    .column.first { width: 39%; float: right; }
    .column.last { width: 60%; text-align: center; }

    .section-ads-1 {
        display: block;
        float: right;
        padding: 20px 10px;
        text-align: right;
    }

    .content.photo-gallery .section-ads-1 { display: none; }

    .mobile {
        display: none;
    }

    .pagination li {
        display: inline;
    }

    .pagination li.next span,
    .pagination li.previous span {
        display: inline;
    }

    .pagination li.next a,
    .pagination li.previous a {
        display: inline;
        text-transform: none;
        text-decoration: underline;
        background: none;
        color: #000;
        padding: inherit;
    }

    .pagination li.next a:hover,
    .pagination li.previous a:hover {
        text-decoration: none; color: #000000;
    }

    .content section header h1 {
        margin-bottom:0;
    }
    .featuring, .category { margin: 0; }

    section.photo-gallery header {padding: 5px 20px; }

    .half { width: 50%; float: left; }


    .lg-toolbar, .lg-progress-bar {
        top: 0;
    }

    .link-list-item { text-align: left; }
}

@media only screen and (min-width: 1160px) {
    
    
    /*.inner-wrapper { width: 1160px; padding-top: 0; }
	.inner-wrapper-1160 { width: 1160px; padding-top: 0; padding-right: 0px; padding-left: 0px; margin-right: auto; margin-left: auto; }*/
	.inner-wrapper-full { width: 100%; padding-top: 0; padding-right: 0px; padding-left: 0px; margin-right: auto; margin-left: auto; }
    .nav-wrapper { position: inherit; background: #dcddde; }
	.white-wrapper { background: #FFF; }
    .main-nav,
    .main-nav ul {
        float: none;
        width: auto;
    }

    .main-nav {
        background: url() center 8px;
    }

    .main-nav span { display: inline-block; }

    .main-nav-item {
        width: auto !important;
        float: none;
        display: inline-block !important;
        position: relative;
    }

    .main-nav-item a {
        margin: 0 0 0 5px;
        padding: 2px 5px 2px 2px;
        float: left;
        text-align: center;
        border: 0;
        background: none;
        font-size: 18px;
        text-decoration: none;
    }

    .main-nav-item a:hover {
        text-decoration: none;
    }

    .main-nav-item a:after {
        color: #ffffff;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        font-family: Verdana, sans-serif;
        position: absolute;
        content: "";
        text-indent: 0;
        text-align: left;
        line-height: 45px;
        speak: none;
        width: 10px;
        top: 0;
        left: 0;
    }

    .main-nav-item:first-child a:after {
        content: '';
    }
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
.bx-wrapper img {
	width:100%;
}

.content {
	width:100%;
	display:inline-table;
	text-align:left;
}

.inner-wrapper {
	text-align:center;
}

.content.video {
	text-align:center;	
}

.content.video > section {
	text-align:center;	
}

.content.video > section > main {	
	text-align:center;	
}

.content.video > section > main > div.flowplayer {
	max-width:1160px;	
	display:inline-table;
}

.content.video > .video-gallery {
	max-width:1160px;
	display:inline-table;
}

@media only screen and (max-width: 599px) {
	.desktop,.owl-nav {
		display:none!important;
	}
	
	.mobile {
		display:block!important;
	}
}

@media only screen and (min-width: 600px) {
	.desktop {
		display:block!important;
	}
	
	.mobile {
		display:none!important;
	}
}

@media screen and (max-width:) {
    .top-ads-1 {
        margin-top: 56px;
    }

    .slick-list div  {
 	display:block !important;
    }
}




.countdown {
    font-size: 20px;
    color: #eee;
    font-weight: bold;
    margin: 10px 0 20px 0;
    text-align: center;
}

.countdown .number-wrapper {
    margin: 5px;
    -moz-box-shadow: 0 5px 8px #000000;
    -webkit-box-shadow: 0 5px 8px #000000;
    box-shadow: 0 5px 8px #000000;
    position: relative;
}

.countdown .number {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #000;
    background-image: linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -o-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -moz-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -webkit-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -ms-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0 12px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #555;
    -moz-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    -moz-text-shadow: 0 3px 3px #000000;
    -webkit-text-shadow: 0 3px 3px #000000;
    text-shadow: 0 3px 3px #000000;
}

.countdown .line {
    /*position: absolute;
    width: 100%;
    height: 1px;
    top: 52%;
    left: 0;
    background: #000;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);*/
    display: none;
}

.countdown .caption {
    font-size: 12px;
    position: absolute;
    bottom: -30px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #000;
} 

.owl-next {
  position:absolute;
  top:40%;
  right:1em;
  font-size:21px!important;
  background:rgba(0,0,0,.25)!important;
  border-radius:50%;
  width:64px;
  height:64px;  
  border:solid 1px white!important;  
  }
  
  .owl-prev {
  position:absolute;
  top:40%;
  left:1em;
  font-size:21px!important;
  background:rgba(0,0,0,.25)!important;
  border-radius:50%;
  width:64px;
  height:64px;  
  border:solid 1px white!important;
  }