/*
Theme Name: Your project name
Theme URI: http://www.nordoba.com/
Description: Your projects's theme

Template: responsive
Version: 1.0.0
Author: Nordoba
Author URI: http://www.nordoba.com
*/

/*--------------------------------------------------------------
   Import Styles from parent Theme
-------------------------------------------------------------- */
@import url('../responsive/style.css');


/*--------------------------------------------------------------
   Customizations
-------------------------------------------------------------- */

/* --------- FONTS ---------*/

@font-face {
    font-family: 'Thirsty-Script-Bold';
    src: url('fonts/thirstyscript-bold-webfont.eot');
    src: url('fonts/thirstyscript-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/thirstyscript-bold-webfont.woff2') format('woff2'),
        url('fonts/thirstyscript-bold-webfont.woff') format('woff'),
        url('fonts/thirstyscript-bold-webfont.ttf') format('truetype'),
        url('fonts/thirstyscript-bold-webfont.svg#thirsty_scriptbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Thirsty-Script';
    src: url('fonts/thirstyscriptregular-webfont.eot');
    src: url('fonts/thirstyscriptregular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/thirstyscriptregular-webfont.woff2') format('woff2'),
        url('fonts/thirstyscriptregular-webfont.woff') format('woff'),
        url('fonts/thirstyscriptregular-webfont.ttf') format('truetype'),
        url('fonts/thirstyscriptregular-webfont.svg#thirstyscriptregular-webfont') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Interstate';
    src: url('fonts/interstate_regularcompressed-webfont.eot');
    src: url('fonts/interstate_regularcompressed-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/interstate_regularcompressed-webfont.woff2') format('woff2'),
        url('fonts/interstate_regularcompressed-webfont.woff') format('woff'),
        url('fonts/interstate_regularcompressed-webfont.ttf') format('truetype'),
        url('fonts/interstate_regularcompressed-webfont.svg#interstateregularcompressed') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Interstate-Bold';
    src: url('fonts/interstate-boldcompressed-webfont.eot');
    src: url('fonts/interstate-boldcompressed-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/interstate-boldcompressed-webfont.woff2') format('woff2'),
        url('fonts/interstate-boldcompressed-webfont.woff') format('woff'),
        url('fonts/interstate-boldcompressed-webfont.ttf') format('truetype'),
        url('fonts/interstate-boldcompressed-webfont.svg#interstateregular') format('svg');
    font-weight: bold;
    font-style: normal;
}

/* --------- GENERAL ---------*/

#mobile-shadow {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 11;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease; /* Firefox 4 */
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -o-transition: all 0.5s ease; /* Opera */
}
#send-email {
    position: fixed;
    visibility: hidden;
    width: 710px;
    height: 490px;
    margin: 0 auto;
    z-index: 12;
    top: -500px;
    left: 0;
    right: 0;
    transition: all 1s ease;
    -moz-transition: all 1s ease; /* Firefox 4 */
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -o-transition: all 1s ease; /* Opera */
}
#send-email .clips {
    width: 58px;
    height: 174px;
    background-image: url('images/clip.png');
    background-size: 58px 174px;
    position: absolute;
    top: 0;
    z-index: 13;
}
#send-email .clips:first-child {
    left: 30px;
}
#send-email .clips:nth-child(2) {
    right: 30px;
}
#send-email form {
    width: 710px;
    height: 310px;
    background-repeat: no-repeat;
    background-size: 710px 310px;
    position: absolute;
    top: 165px;
    font-family: 'Interstate-Bold';
}
#send-email form h2 {
    font-size: 79px;
    text-align: center;
    color: #362f2d;
    margin: 10px 0 0;
    text-transform: uppercase;
}
#send-email form h3,
#send-email form label {
    font-size: 18px;
    text-align: center;
    letter-spacing: 2.5px;
    color: #362f2d;
    margin: 0px;
    text-transform: uppercase;
}
#send-email form h3:first-child {
    margin-top: 25px;
}
#send-email form > div {
    text-align: center;
}
#send-email form label {
    margin-top: 15px;
}
#send-email input[type="email"] {
    width: 210px;
    height: 25px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid #362f2d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0 auto;
}
#send-email form .clear {
    margin-top: 15px;
}
#send-email form .clear input {
    width: 110px;
    height: 30px;
    background-image: url(images/submit-button.png);
    background-repeat: no-repeat;
    background-size: 110px 30px;
    background-color: transparent;
    font-family: 'Interstate-Bold';
    border: none;
    font-size: 18px;
    color: #e9dbc8;
    text-transform: uppercase;
    padding: 4px 12px;
}
#send-email form .clear input:first-child {
    background-image: url(images/close-button.png);
    margin-right: 15px;
}
.mce_inline_error {
    color: red;
}
:focus {
    outline: none;
}

/* --------- HEADER ---------*/

#header {

    //display: none;

    max-width: 945px;
    margin: 0 auto;
    padding: 0;
}
#header.opened .header-container {
    top: 0;
    z-index: 11;
}
.header-container {
    width: 185px;
    height: 400px;
    position: fixed;
    z-index: 10;
    top: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease; /* Firefox 4 */
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -o-transition: all 0.5s ease; /* Opera */
}
#wrapper {
    margin-top: 20px;
}
#menu-container {
    height: 100%;
    background-repeat: no-repeat;
    max-width: 195px;
    position: relative;
}
#main-menu-container {
    background-color: transparent;
    -ms-transform: rotate(354deg) translate3d( 0, 0, 0);
    -webkit-transform: rotate(354deg) translate3d( 0, 0, 0);
    transform: rotate(354deg) translate3d( 0, 0, 0);
    max-width: 140px;
    padding-top: 39px;
    margin-left: 30px;
}
#main-navigation .main-nav ul {
    padding: 0 !important;
    display: block;
}
#main-navigation .main-nav ul li {
    float: none;
    text-align: center;
    height: 27px;
}
#main-navigation .main-nav ul li a {
    font-family: 'Interstate-Bold';
    font-size: 19px;
    margin: 0;
    color: #030000;
    text-transform: uppercase;
    -webkit-filter: blur(0px);
}
#main-navigation .main-nav ul li a:hover {
    color: #030000;
}
#logo {
    margin: 22px 0 0 77px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width: 75px;
}
#responsive-button {
    display: none;
    position: absolute;
    cursor: pointer;
    height: 25px;
    width: 25px;
    right: 35px;
    bottom: 35px;
}
#responsive-button:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: #030000;
    box-shadow: 0 7px 0 #030000, 0 14px 0 #030000;
}
#header.opened #responsive-button {
    background-image: url('images/cross.png');
    background-size: 20px;
    background-repeat: no-repeat;
}
#header.opened #responsive-button:after {
    display: none;
}

/*------------- SLIDER -------------*/

#slider-container {
    width: 980px;
    height: 605px;
    margin: 0 auto;
    display: table;
}
#article-slider {
    height: 310px;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
}
#slider-wrapper {
    width: 710px !important;
    margin: 0 auto;
    /*-webkit-box-shadow: 0 0 30px 5px #000;
    -moz-box-shadow: 0 0 30px 5px #000;
    box-shadow: 0 0 30px 5px #000;*/
}
#slider {
    width: 100%;
    height: 100%;
        background: transparent;
}
.panel-wrapper {
    max-width: 710px;
    height: 310px;
    margin: 0 auto;
    padding: 0px !important;
}
.slider-content {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 700px;
}
.ls-nav {
    display: none;
}
.ls-wrapper .ls-nav-left-arrow, .ls-wrapper .ls-nav-right-arrow {
    background-image: url('images/arrow.png');
    background-position: top left;
    bottom: 15px;
}
.ls-wrapper .ls-nav-left-arrow {
    left: 15px;
}
.ls-wrapper .ls-nav-right-arrow {
    right: 15px;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.ls-wrapper .ls-nav-left-arrow:hover, .ls-wrapper .ls-nav-right-arrow:hover {
    background-position: top left;
}
.ls-nav {
    position: absolute;
    bottom: 6px;
    width: 100%;
}
.ls-select-box {
    display: none !important;
}

/* --------- CONTENT ---------*/

#content-page {
    margin: 0 auto;
    /*width: 869px;*/
    height: 1100px;
    background-repeat: no-repeat;
    margin-top: 30px;
    overflow: hidden;
}
#content-page-container {
    width: 530px;
    height: 670px;
    margin: 160px auto;
    overflow: auto;
}
#content-page-container h1 {
    font-family: 'Interstate-Bold';
    font-size: 34px;
    text-align: left;
    color: #362f2d;
    margin: 0 0 20px;
    text-transform: uppercase;
}
#content-page-container h2 {
    font-family: 'Interstate-Bold';
    font-size: 18px;
    text-align: left;
    color: #362f2d;
    text-transform: uppercase;
    margin: 0 0 5px;
}
#content-page-container p {
    font-family: 'Interstate';
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    color: #362f2d;
    margin: 0 0 25px 0;
}
#content-page-container li {
    font-family: 'Interstate';
    font-size: 16px;
    line-height: 19px;
    text-align: left;
}

/* --------- FOOTER ---------*/

#footer,
#footer-wrapper {
    width: 100% !important;
    background-color: transparent;
    margin: 0 !important;
    padding: 0 !important;
}
#notes {
    /*max-width: 830px;*/
    margin: 0 auto;
    /*margin-top: 100px;*/
    overflow: hidden;
}
#notes ul {
    max-width: 1046px;
    height: 667px;
    margin: 0 auto;
    margin-top: 100px;
    overflow: hidden;
    background-image: url(images/note-bg-sprite.png);
    list-style: none;
}
#notes ul li {
    float: left;
    width: 266px;
    height: 390px;
    margin-top: 50px;
}
#notes ul li:first-child {
    margin-left: 44px;
}
#notes ul li:nth-child(2) {
    margin: 50px 43px 0;
}
.note-container {
    margin-top: 50px;
    padding: 0 35px;
}
#notes ul li h2 {
    margin-bottom: 15px;
    font-family: 'Interstate-Bold';
    text-transform: uppercase;
    font-size: 34px;
    color: #362f2d;
    text-align: center;
}
#notes ul li p {
    font-family: 'Interstate';
    font-size: 17px;
    color: #362f2d;
    text-align: center;
    margin-bottom: 20px;
    line-height: 20px;
}

/* --------- FORM ---------*/

#form {
    position: relative;
    width: 1275px;
    height: 2055px;
    margin: 0 auto;
    background-repeat: no-repeat;
    /*margin-top: 100px;*/
    overflow: hidden;
}
#form-container {
    margin: 610px 360px 0;
}
#form-container h2 {
    font-family: 'Interstate-Bold';
    font-size: 25px;
    color: #362f2d;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 4px;
}
#form-container h3,
#form-container label {
    font-family: 'Interstate';
    font-size: 18px;
    color: #362f2d;
    text-transform: uppercase;
    text-align: center;
}
#form-container h3 {
    padding: 0 15px;
}
.ninja-forms-cont {
    margin-top: 70px;
}
.ninja-forms-all-fields-wrap {
    -moz-column-count: 2;
    -moz-column-gap: 15%;
    -webkit-column-count: 2;
    -webkit-column-gap: 15%;
    column-count: 2;
    column-gap: 15%;
}
.ninja-forms-required-items,
.ninja-forms-error-msg {
    display: none;
}
.field-wrap {
    max-width: 155px;
}
#form-container label {
    text-align: left;
}
#form-container input,
#form-container textarea {
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid #362f2d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 30px;
    outline: none;
    font-family: "Interstate";
    color: #362f2d;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
    margin-left: 0;
}
#form-container input[type='number'] {
    max-width: 155px;
    width: 155px;
}
#form-container textarea {
    height: 100px;
    max-width: 155px;
    max-height: 100px !important;
}
.ninja-forms-field-error p {
    font-family: 'Interstate-Bold';
    font-size: 14px;
    color: red;
}
.ninja-forms-req-symbol {
    width: 25px;
    float: right;
    color: transparent !important;
    background-image: url('images/field-required.png');
    background-repeat: no-repeat;
    background-position: center;
}
.field-wrap {
    margin-bottom: 10px !important;
}
.left-row-wrap {
    max-width: 155px;
    margin-left: 62px;
}
.right-row-wrap {
    max-width: 210px;
}
#form-container .list-checkbox-wrap.label-left ul li{
    padding-left: 0;
}
@-moz-document url-prefix() {
    .ninja-forms-all-fields-wrap > .floated-row-wrap {
        clear: left;
        margin-top: -25px;
    }
}
.list-checkbox-wrap li {
    display: table;
}
.list-checkbox-wrap li label {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}
.list-checkbox-wrap li label input[type='checkbox'] {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    -ms-appearance: none;
    -o-appearance: none;
    background-color: transparent !important;
    border: none !important;
    margin-top: 0px !important;
    position: relative;
    height: 19px !important;
    width: 20px;
    /*    -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;*/
    padding: 0 !important;
    background-image: url('images/checkbox.png');
    background-size: 100%;
}
/*.list-checkbox-wrap li label input[type='checkbox']:checked:after {
    content: '\2714';
    font-size: 30px;
    position: absolute;
    top: -18px;
    left: 0px;
    color: #362f2d;
}*/
.list-checkbox-wrap li label input[type='checkbox']:checked {
    /*    content: '20';
        background-color: #362f2d;*/
    /*    position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;*/
    background-image: url('images/checked-checkbox.png');
    background-size: 100%;
}
.submit-wrap {
    margin-top: 50px !important;
}
.submit-wrap input[type='submit'] {
    font-family: 'Interstate-Bold';
    width: 108px;
    color: #e9dbc8 !important;
    text-transform: uppercase;
    background-color: transparent !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    background-image: url('images/submit-button.png');
    background-repeat: no-repeat;
    padding: 3px 12px;
    font-size: 18px;
}
.list-checkbox-wrap.label-left ul {
    float: none !important;
}
.list-checkbox-wrap {
    margin-bottom: 20px !important;
}
.list-checkbox-wrap span ul li label {
    height: 20px !important;
    line-height: 20px;
}
.list-checkbox-wrap.label-left ul li {
    clear: left;
    margin-bottom: 5px !important;
}
 #infocontainer {
    background-image: url(images/fence.png);
    position: relative;
    height: 313px;
    margin-top: -313px;
    width: 100%;
    }
#info {
    width: 780px;
    height: 230px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    display: flex;
    left: 0;
    right: 0;
    flex-flow: column nowrap;
}
.info-container {
    display: table-cell;
    vertical-align: middle;
}
#left-info {
    float: left;
}
#right-info {
    float: right;
}
#left-info,
#right-info {
    height: 212px;
    width: 312px;
    background-image: url('images/sign-bg.png');
    background-size: 312px 212px;
    background-repeat: no-repeat;
    padding: 35px;
}
.info-container h2 {
    font-family: 'Interstate-Bold';
    font-size: 23px;
    text-align: center;
    text-transform: uppercase;
    color: #B8ABA7;
    margin: 0px 0 10px 0;
}
.info-container p {
    font-family: 'Interstate-Bold';
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #B8ABA7;
    margin: 0 0 10px !important;
}
.info-container p.margin {
    margin-top: 20px !important;
}
.info-container p.send-email {
    cursor: pointer;
}
.info-container a {
    color: #B8ABA7;
    text-decoration: none;
}

/* --------- EVEREST FORM ---------*/

li input[type='checkbox'] {
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    background-color: transparent !important;
    border: 0 !important;
    margin-top: 0 !important;
	margin-right: 5px !important;
    position: relative;
    height: 19px !important;
    width: 20px;
    padding: 0 !important;
    background-image: url(images/checkbox.png);
	background-repeat: no-repeat;
    background-size: cover;
}

input[type='checkbox']:checked {
    background-image: url(images/checked-checkbox.png) !important;
    background-size: 100%;
}

input#evf-373-field_c0aJayzfbK-7_1 {
	padding-right: 20px !important;
}

.everest-forms label .required {
    color: #fa5252;
    width: 25px;
    float: right;
    color: transparent !important;
    background-image: url(images/field-required.png);
    background-repeat: no-repeat;
	background-position: center;
	cursor: default !important;
}

.submit-button {
	float: right;
    margin-right: 27%;
    width: 108px !important;
    color: #e9dbc8 !important;
    text-transform: uppercase !important;
    background-color: transparent !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
    background-image: url(images/submit-button.png) !important;
    background-repeat: no-repeat !important;
    padding: 3px 12px !important;
    font-family: 'Interstate-Bold';
    font-size: 18px !important;
    transition: 0 !important;
}
.recaptcha-hidden {
    display: none;
}

@media screen and (max-width: 1300px) and (min-width: 769px) {
	.form-col-1 {
		max-width: 148px;
    	margin-left: 70px;
	}
	
	.everest-forms label {
    	margin-bottom: 0;
	}
}

/* --------- MEDIA QUERIES ---------*/

@media screen and (min-width: 769px) {
    body {
        background-image: url('images/bg.jpg');
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
    }
    #slider-container {
        background-image: url('images/slider-border.png');
        background-repeat: no-repeat;
    }
    #menu-container {
        background-image: url('images/menu-bg.png');
    }
    #content-page {
        background-image: url('images/content-bg.png');
        background-position: top center;
    }
    #notes ul li:first-child {
        margin-left: 44px;
    }
    #notes ul li:nth-child(2) {
        margin: 49px 44px 0;
    }
    #notes ul li:last-child {
        /*background-image: url('images/note3-bg.png');*/
    }
    #form {
        background-image: url('images/closet-bg.png');
    }
    #send-email form {
        background-image: url('images/email-sender-bg.png');
    }
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
    .header-container {
        max-width: 769px;
        margin: 0 auto;
    }
    #slider-container {
        width: 769px;
        height: 475px;
        background-size: 769px 475px;
    }
    #slider-wrapper {
        width: 557px !important;
    }
    .panel-wrapper {
        max-width: 557px;
        height: 243px;
        margin: 0 auto;
        padding: 0px !important;
    }

    #content-page-container {
        width: 490px;
        height: 610px;
        margin: 160px auto;
    }
    #content-page-container p {
        margin: 0 0 15px 0;
    }
    #form {
        width: 769px;
        height: 1134px;
        background-size: 769px 1134px;
        margin-top: 0;
    }
    #form-container {
        margin: 305px 128px 0;
    }
    #form-container h2 {
        font-size: 20px;
        letter-spacing: 3px;
    }
    #form-container h3 {
        font-size: 16px;
        margin-top: 10px;
    }
    #form-container h3, #form-container label {
        font-size: 16px;
    }
    #form-container textarea {
        height: 70px;
        max-height: 70px !important;
    }
    .ninja-forms-cont {
        margin-top: 14px;
    }
    .label-above label {
        margin-bottom: 0px !important;
    }
    .list-checkbox-wrap {
        margin-bottom: 15px !important;
    }
    .submit-wrap {
        margin-top: 0px !important;
    }
    .submit-wrap input[type='submit'] {
        width: 96px;
        padding: 3px 12px;
        font-size: 16px;
        background-size: 96px 25px;
    }
    .field-wrap {
        margin-left: 70px;
    }
    .right-row-wrap {
        margin-left: 0 !important;
    }
    #form-container input {
        height: 25px;
        padding: 3px 6px;
    }
    .list-checkbox-wrap.label-left ul li {
        margin-bottom: 0 !important;
    }
    #info {
        width: 750px;
        /*height: 134px;*/
        bottom: 0;
        /*left: 137px;*/
    }
    #left-info, #right-info {
        /*height: 150px;
        width: 248px;
        background-size: 248px 150px;*/
    }
    .info-container h2 {
        /*font-size: 16px;
        margin: 21px 0 5px 0;*/
    }
    .info-container p {
        /*font-size: 14px;
        line-height: 14px;*/
    }
    .info-container p.margin {
        margin-top: 10px !important;
    }
    #send-email {
        width: 557px;
        height: 375px;
    }
    #send-email form {
        width: 557px;
        height: 253px;
        top: 133px;
        background-size: 557px 253px;
    }
    #send-email .clips {
        top: -30px;
    }
    #send-email form h2 {
        font-size: 50px;
        margin: 0;
    }
    #send-email form h3:first-child {
        margin-top: 20px;
    }
    #send-email form label {
        margin-top: 10px;
    }
    #send-email form .clear input {
        width: 90px;
        height: 25px;
        background-size: 90px 25px;
        font-size: 17px;
        padding: 2px 12px;
    }
}
@media screen and (max-width: 1020px) {
    #notes ul {
        width: 748px;
        background-size: 748px 600px;
        background-repeat: no-repeat;
    }
    #notes ul li {
        width: 190px;
        margin-top: 30px;   
    }
    .note-container {
        margin-top: 50px;
        padding: 0 10px;
    }
    #notes ul li:first-child {
        margin-left: 20px;
    }
    #notes ul li:nth-child(2) {
        margin: 30px 31px 0;
    }
    #content-page {
        /*
        width: 769px;
        height: 917px;
        background-size: 769px 917px;
        */
    }
}
@media screen and (max-width: 768px) {
    #background_wrap {
        z-index: -1;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-size: 100%;
        background-image: url('images/bg.jpg');
    }
    #wrapper,
    #footer-wrapper {
        margin-left: 25px !important;
        margin-right: 25px !important;
        width: auto !important;
        margin-top: 60px;
    }
    .header-container {
        top: -395px;
        height: 478px;
        width: 300px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    #menu-container {
        background-image: url('images/menu-mobile-bg.png');
        background-size: 300px 478px;
        margin: 0 auto;
        max-width: 300px;
    }
    #main-menu-container {
        background-color: transparent;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        max-width: 280px;
        padding-top: 125px;
        margin-left: 0;
    }
    #main-navigation .main-nav ul li {
        height: 40px;
    }
    #main-navigation .main-nav ul li a {
        font-size: 25px;
        line-height: 25px;
    }
    #logo {
        width: 70px;
        position: absolute;
        bottom: 20px;
        left: 20px;
        margin: 0;
    }
    #header.opened #logo {
        width: 125px;
        position: relative;
        bottom: auto;
        left: auto;
        margin: 15px 0 0 80px;
    }
    #responsive-button {
        display: block;
    }
    #slider {
        background-color: #E9E9E9;
    }
    #slider-container {
        background-image: none;
        width: 100%;
        height: auto;
    }
    #slider-wrapper {
        width: 100% !important;
    }
    #notes,
    #notes ul {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        background-image: none;
        height: inherit;
        padding: 0;
    }
    .note-container {
        margin-top: 50px;
    }
    #notes ul li {
        float: none;
        width: 320px;
        height: 577px;
        margin: 0 auto 50px auto !important;
        display: table;
        background-image: url('images/note-mobile-bg.png');
        background-position: 0px -35px;
        background-size: 320px 577px;
        padding: 0 35px;
    }
    #notes ul li:nth-child(2) {
        margin: 0 auto;
    }
    #content-page {
        margin: 80px auto 0 auto;
        width: 100%;
        height: auto;
        background-image: url('images/content-bg-mobile.jpg');
        background-repeat: repeat-y;
        background-size: 100%;
        -webkit-box-shadow: 0 0 30px 5px #000;
        -moz-box-shadow: 0 0 30px 5px #000;
        box-shadow: 0 0 30px 5px #000;
    }
    #content-page-container {
        width: 85%;
        height: auto;
        margin: 60px auto;
    }
    #footer {
        padding-top: 80px !important;
    }
    #form {
        width: 100%;
        height: auto;
        margin-top: 0;
        overflow: visible;
    }
    #form-container {
        width: 100%;
        background-image: url('images/content-bg-mobile.jpg');
        background-repeat: repeat-y;
        background-size: 100%;
        -webkit-box-shadow: 0 0 30px 5px #000;
        -moz-box-shadow: 0 0 30px 5px #000;
        box-shadow: 0 0 30px 5px #000;
        margin: 0 auto 60px;
    }
    #form-container > div {
        padding: 40px;
    }
    .ninja-forms-cont {
        margin-top: 45px;
    }
    .field-wrap {
        margin: 0 auto;
    }
    #infocontainer {
        background-image: none;
        margin-top: 0;
    }
    #info {
        position: relative;
        width: 100%;
        height: auto;
        left: auto;
        bottom: auto;
        display: block;
        margin-bottom: 75px;
    }
    .info-container {
        display: block;
        overflow: hidden;
        width: 310px;
        margin: 0 auto;
    }
    #left-info,
    #right-info {
        float: left;
        clear: left;
        margin-bottom: 35px;
    }
    #send-email {
        left: 25px;
        right: 25px;
        width: auto;
        height: auto;
    }
    #send-email form {
        background-image: url('images/content-bg-mobile.jpg');
        background-repeat: repeat-y;
        background-size: 100%;
        width: 100%;
        height: auto;
        padding: 15px;
        top: 80px;
    }
    #send-email .clips {
        top: -84px;
    }
    #send-email form .clear {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 736px) {
    #article-slider,
    .panel-wrapper {
        height: 288px;
    }
}

@media screen and (max-width: 667px) {
    #article-slider,
    .panel-wrapper {
        height: 260px;
    }
}

@media screen and (max-width: 568px) {
    #article-slider,
    .panel-wrapper {
        height: 222px;
    }
    #slider-wrapper {
        //width: 517px !important;
    }
    .ninja-forms-all-fields-wrap {
        -moz-column-count: 1;
        -moz-column-gap: 100%;
        -webkit-column-count: 1;
        -webkit-column-gap: 100%;
        column-count: 1;
        column-gap: 100%;
    }
    .left-row-wrap,
    .list-checkbox-wrap,
    #form-container input[type='number'],
    #form-container textarea {
        width: 210px !important;
        max-width: 210px !important;
    }
    .submit-wrap {
        width: 110px !important
    }
}

@media screen and (max-width: 480px) {
    #article-slider,
    .panel-wrapper {
        height: 187px;
    }
}

@media screen and (max-width: 414px) {
    #article-slider,
    .panel-wrapper {
        height: 162px;
    }
    #send-email form h3, #send-email form label {
        letter-spacing: 1px;
    }
    #send-email form h2 {
        font-size: 50px;
    }
}

@media screen and (max-width: 380px) {
    #article-slider,
    .panel-wrapper {
        height: 149px;
    }
}

@media screen and (max-width: 320px) {
    #wrapper {
        margin-top: 65px;
    }
    #article-slider,
    .panel-wrapper {
        height: 125px;
    }
    #form-container > div {
        padding: 40px 0;
    }
    .info-container {
        width: 260px;
    }
    #left-info,
    #right-info {
        width: 100%;
        height: 176px;
        background-size: 260px 176px;
    }
    .info-container h2 {
        margin-top: 20px !important;
    }
    .info-container p.margin {
        margin-top: 10px !important;
    }
    #send-email form .clear input {
        width: 85px;
        background-size: 85px 30px;
    }
}

@media screen and (max-width: 280px) {
    #article-slider,
    .panel-wrapper {
        height: 110px;
    }
    .header-container {
        width: 260px;
        height: 414px;
        top: -330px;
    }
    #menu-container {
        background-size: 260px 414px;
    }
    #main-menu-container {
        padding-top: 100px;
        max-width: 240px;
    }
    #header.opened #logo {
        margin: 0px 0 0 60px;
    }
    #responsive-button {
        right: 20px;
    }
    #notes ul li {
        width: 230px;
        height: 345px;
        background-size: 230px 345px;
    }
    .note-container {
        margin-top: 40px;
    }
    #notes ul li h2 {
        margin: 0 20px 5px;
    }
    #notes ul li p {
        margin: 0 10px 10px;
    }
    .info-container {
        width: 100%;
    }
    #left-info,
    #right-info {
        width: 100%;
        height: 156px;
        background-size: 230px 156px;
    }
    .info-container h2 {
        margin-top: 15px !important;
        margin-bottom: 5px;
    }
    .info-container p.margin {
        margin-top: 10px !important;
    }
    .info-container p {
        font-size: 16px;
        line-height: 16px;
    }
    #send-email input[type="email"] {
        width: 100%;
    }
    #send-email form .clear input:first-child {
        margin-right: 10px;
    }
    #main-navigation .main-nav ul li {
        height: 35px;
    }
}