body, html {
    background-color: #fff;
    font-family: "sans serif", "sans-serif", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial;
    line-height: 1.3;
    font-size: 13px;
}
.entry-header, .entry-footer, .site-info, .site-footer, body:not(.custom-background-image):before, body:not(.custom-background-image):after {
    display: none !important;
}
.vc_col-sm-4 {
    width: 33.333%;
    float: left !important;
}
.vc_grid.vc_row .vc_grid-item {
}
.no-sidebar .entry-content, .site-main {
    margin: 0px;
}
.site-header {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.site-content {
    padding-left: 0px;
    padding-right: 0px;
}
.site {
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    -webkit-transition: opacity 0.5s cubic-bezier(0.8, 0.0, 0.2, 1.0);
    -moz-transition: opacity 0.5s cubic-bezier(0.8, 0.0, 0.2, 1.0);
    transition: opacity 0.5s cubic-bezier(0.8, 0.0, 0.2, 1.0);
    max-width: 414px;
    overflow-x: hidden;
}
.img_text {
    width: 100%;
    max-width: 414px;
    margin: auto;
    overflow-y: auto;
    max-height: 35vh;
}
.site-branding {
    margin: 10px auto;
}
.popup_div {
    position: fixed;
    top: -100%;
    height: 100%;
    z-index: 99999;
    /*
	box-shadow: 0 0 20px 0 rgba( 0,0,0,0.4 );
	*/
    width: 100%;
}
.popup_div .popup_img {
    max-width: 414px;
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin: auto;
    position: relative;
    top: 0;
    background-color: #fff;
    background-image: url(loading_spinner.gif);
    background-size: 20px;
    -webkit-transition: margin-top 1s cubic-bezier(0.8, 0.0, 0.2, 1.0);
    -moz-transition: margin-top 1s cubic-bezier(0.8, 0.0, 0.2, 1.0);
    transition: margin-top 1s cubic-bezier(0.8, 0.0, 0.2, 1.0);
}
.popup_div img {
    width: 100%;
    visibility: hidden!important;
}
.popup {
}
.popup .vc_grid-item {
    cursor: pointer;
}
.popup_page {
    width: 100%;
    left: 0px;
    top: auto;
    bottom: 70px;
    text-align: center;
    position: fixed;
    z-index: 999999;
    display: none;
    font-size: 12px;
}
.vc_gitem-zone {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.hover_img {
    display: none;
}
.popup_page span {
    box-sizing: border-box;
    border-radius: 8px;
    height: 8px;
    width: 8px;
    margin: 5px;
    display: inline-block;
    background-color: #000;
}
.popup_page span.active {
    background-color: #ccc;
}
.img_slides {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.img_slide {
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.8, 0.0, 0.2, 1.0);
    -moz-transition: opacity 0.5s cubic-bezier(0.8, 0.0, 0.2, 1.0);
    transition: opacity 0.5s cubic-bezier(0.8, 0.0, 0.2, 1.0);
}
.buttons {
    position: fixed;
    bottom: -300px;
    width: 300px;
    -webkit-transition: bottom 0.5s cubic-bezier(0.8, 0.0, 0.2, 1.0);
    -moz-transition: bottom 0.5s cubic-bezier(0.8, 0.0, 0.2, 1.0);
    transition: bottom 0.5s cubic-bezier(0.8, 0.0, 0.2, 1.0);
    max-width: 414px;
    margin-left: -150px;
    left: 50%;
    box-sizing: border-box;
    z-index: 999999;
}
.button_left, .button_close, .button_right {
    width: 33.33%;
    font-family: FontAwesome;
    font-size: 24px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 10px;
    box-sizing: border-box;
    color: #000;
    opacity: 1;
    cursor: pointer;
}
.button_left {
    text-align: left;
    float: left;
}
.button_left:before {
    content: "\f053"
}
.button_right {
    text-align: right;
    float: right;
}
.button_right:before {
    content: "\f054"
}
.button_close {
    text-align: center;
    float: left;
}
.button_close:before {
    content: "\f00d"
}

@media screen and (min-width: 44.375em) {
.site-header {
}
}

@media screen and (max-width: 600px) {
.img_text {
    font-size: 3.5vw;
}
}
