/* https://yoksel.github.io/bad-practices/containers/ - посмотреть
 * Table of contents: 
 * 
 * 1.Helpers
 * 2.Elements
 * 3.Hero section
 * 4.About section
 * 5.Counter section
 * 6.Team Member
 * 7.Video section
 * 8.Our services
 * 9.Brand sliderc
 * 10.Projects
 * 11.Progress section
 * 12.Blog listing section
 * 13.Subscribe section
 * 14.Footer
 * 15.Background video section
 * 16.nav-pills
 * 17.Pricing table
 * 18.Contact section
 * 19.Ajax loader
 * 20.Lightbox map
 * 21.Fullscreen homepage
 * 22.Blueimp Gallery
 * 23.Single post
 * 24.YoutubePopup
 * 25.Main Navigation
 * 26.Media Query
 */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Lato:100,300,300i,400,700,700i,900&subset=latin-ext');


body{
    min-width: 500px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    font-family: "Lato", sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: none;
    overflow-x: hidden;
    overflow-y: no-content;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

img, embed, object, video {
  max-width: 100%;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
p {
    font-weight:400;

}
.domain::before {
    content: "\0040";    /* Unicode character for @ symbol */
}
.martop {margin-top: -5px;}
strong { font-weight:900;}
html{
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
}
body.royal_preloader {
    background: none;
    visibility: hidden;
}
#royal_preloader {
    visibility: visible;
    position: fixed;
	width:100%;
	height:100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    margin: 0;
    z-index: 999999999999999999999999999999999999;
}
#royal_preloader.royal_preloader_number:before,
#royal_preloader.royal_preloader_progress:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -moz-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -ms-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -o-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
}
#royal_preloader.complete {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear 0.5s;
       -moz-transition: opacity 0.2s linear 0.5s;
        -ms-transition: opacity 0.2s linear 0.5s;
         -o-transition: opacity 0.2s linear 0.5s;
            transition: opacity 0.2s linear 0.5s;
}
#royal_preloader.royal_preloader_line {
    height: 2px;
    bottom: auto;
}

/* Number Mode */

#royal_preloader.royal_preloader_number .royal_preloader_percentage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    line-height: 100px;
    font-size: 20px;
    font-family: Impact, Arial;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    text-align: center;
}
#royal_preloader.royal_preloader_number .royal_preloader_percentage > div {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border: 4px solid transparent;
    border-left-color: #FFFFFF;
    border-radius: 50%;
    -webkit-animation: rotate 0.8s linear infinite;
       -moz-animation: rotate 0.8s linear infinite;
        -ms-animation: rotate 0.8s linear infinite;
         -o-animation: rotate 0.8s linear infinite;
            animation: rotate 0.8s linear infinite;
}

/* Line Mode */

#royal_preloader.royal_preloader_line .royal_preloader_loader {
    position: absolute;
    height: 100%;
    left: 0;
}
#royal_preloader.royal_preloader_line .royal_preloader_peg {
    position: absolute;
    right: 0;
    height: 100%;
    width: 100px;
    opacity: 0.5;
}

/* Text Mode */

#royal_preloader.royal_preloader_text .royal_preloader_loader {
    color: #FFF;
    position: absolute;
    top: 0;
    bottom: 0;
	opacity:.2;
    left: 50%;
	font-family: 'Archivo Black', sans-serif;
    height: 80px;
    line-height: 80px;
    margin: auto;
    letter-spacing: -4px;
    font-size: 55px;
    white-space: nowrap;
}
#royal_preloader.royal_preloader_text .royal_preloader_loader div {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0%;
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/* Scale Text Mode */

#royal_preloader.royal_preloader_scale_text .royal_preloader_loader {
    color: #FFFFFF;
    position: absolute;
	font-family: 'Archivo Black', sans-serif;
    top: 0;
    bottom: 0;
    left: 50%;
    height: 32px;
    line-height: 32px;
    margin: auto;
    letter-spacing: 1px;
    font-size: 32px;
    white-space: nowrap;
}

#royal_preloader.royal_preloader_scale_text .royal_preloader_loader span {
    display: inline-block;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
}

#royal_preloader.royal_preloader_scale_text .royal_preloader_loader span.loaded {
    -webkit-animation: scale 0.2s forwards;
       -moz-animation: scale 0.2s forwards;
        -ms-animation: scale 0.2s forwards;
         -o-animation: scale 0.2s forwards;
            animation: scale 0.2s forwards;
}

/* Logo Mode */

#royal_preloader.royal_preloader_logo .royal_preloader_loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 5px;
}
#royal_preloader.royal_preloader_logo .royal_preloader_loader div {
    position: absolute;
    bottom: 0%;
    left: 0px;
    right: 0px;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#royal_preloader.royal_preloader_logo .royal_preloader_percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    line-height: 40px;
    margin: 0px;
    color: #072E77;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

/* Progress Mode */

#royal_preloader.royal_preloader_progress .royal_preloader_percentage {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #AAAAAA;
    color: rgba(255, 255, 255, 0.1);
    font-family: Impact, Arial;
    font-size: 20px;
    text-align: center;
}
#royal_preloader.royal_preloader_progress .royal_preloader_loader {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 240px;
	max-width:60%;
    height: 2px;
    margin: -10px auto auto auto;
    background-color: rgba(0, 0, 0, 0.1);
}
#royal_preloader.royal_preloader_progress .royal_preloader_meter {
    width: 0;
    height: 100%;
    margin: auto;
    padding: 0;
}


@-webkit-keyframes rotate {
    0% { -webkit-transform: rotate(0);}
    100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform: rotate(0); }
    100% { -moz-transform: rotate(360deg); }
}
@-ms-keyframes rotate {
    0% { -ms-transform: rotate(0); }
    100% { -ms-transform: rotate(360deg); }
}
@-o-keyframes rotate {
    0% { -o-transform: rotate(0); }
    100% { -o-transform: rotate(360deg); }
}
@keyframes rotate {
    0% { transform: rotate(0); }
    100% { transform: rotate(360deg); }
}

@-webkit-keyframes scale {
    0% { -webkit-transform: scale(0); opacity: 0;}
    50% { -webkit-transform: scale(2);  opacity: 0.5;}
    100% { -webkit-transform: scale(1);  opacity: 1;}
}
@-moz-keyframes scale {
    0% { -moz-transform: scale(0); opacity: 0;}
    50% { -moz-transform: scale(2); opacity: 0.5;}
    100% { -moz-transform: scale(1); opacity: 1;}
}
@-ms-keyframes scale {
    0% { -ms-transform: scale(0); opacity: 0;}
    50% { -ms-transform: scale(2); opacity: 0.5;}
    100% { -ms-transform: scale(1); opacity: 1;}
}
@-o-keyframes scale {
    0% { -o-transform: scale(0); opacity: 0;}
    50% { -o-transform: scale(2); opacity: 0;.5}
    100% { -o-transform: scale(1); opacity: 1;}
}
@keyframes scale {
    0% { transform: scale(0); opacity: 0;}
    50% { transform: scale(2); opacity: 0.5;}
    100% { transform: scale(1); opacity: 1;}
}
/*
 * 1.HELPERS
 */
.animation-overflow{
    overflow: hidden;
}
iframe{
    border: 0;
}
pre{
    padding: 0;
    border-radius: 0;
    border: 0;
    text-align: left;   
}
i.corner-top-right{
    position: absolute;
    top:0;
    right: 0;
    cursor: pointer;
}
i.corner-top-right.light{
    color: #fff;
}
.dark-background{
    background-color: #363636;
}
.white-background{
    background-color: #fff !important;
}
.code-example{
    display: none;
}
.padding-top-200px{
    padding-top: 200px;
}
.padding-top-150px{
    padding-top: 150px;
}
.padding-top-120px{
    padding-top: 120px;
}
.padding-top-110px{
    padding-top: 110px;
}
.padding-top-100px{
    padding-top: 100px;
}

.padding-top-95px{
    padding-top: 95px;
}
.padding-top-90px{
    padding-top: 90px;
}
.padding-top-85px{
    padding-top: 85px;
}
.padding-top-80px{
    padding-top: 80px;
}
.padding-top-60px{
    padding-top: 60px;
}
.padding-top-40px{
    padding-top: 40px;
}
.padding-top-30px{
    padding-top: 30px;
}
.padding-top-20px{
    padding-top: 20px;
}
.padding-top-10px{
    padding-top: 10px;
}

.padding-top30px{
    padding-top: -30px;
}
.padding-top40px{
    padding-top: -40px;
}
.padding-top50px{
    padding-top: -50px;
}
.padding-top60px{
    padding-top: -60px;
}
.padding-top80px{
    padding-top: -80px;
}
.padding-top100px{
    padding-top: -100px;
}
.padding-top120px{
    padding-top: -120px;
}
.padding-top140px{
    padding-top: -140px;
}

.padding-top-15px{
    padding-top: 15px;
}
.padding-top-bottom-60px{
    padding-top: 60px;
    padding-bottom: 60px;
}
.padding-top-bottom-120px{
    padding-top: 120px;
    padding-bottom: 120px;
}
.padding-top-bottom-50px{
    padding-top: 50px;
    padding-bottom: 50px;
}
.paddin-bottom-120px{
    padding-bottom: 120px;
}
.padding-bottom-32px{
    padding-bottom: 32px;
}
.padding-top-bottom-20px{
    padding-bottom: 20px;
    padding-top: 20px;
}
.keep-z-index{
    transform: translate3d(0,0,0);
}
.margin-bottom-20px{
    margin-bottom: 20px;
}
.page-top-margin-section-80{
    position: relative;
    width: 100%;
    height: 80px;
    display: block;
}
.head-h4 {
    margin-top: 0px;
    margin-bottom: 45px;
    font-family: Montserrat, sans-serif;
    text-align: center;
    letter-spacing: 2px;
    text-transform: none;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}
.popover-title{
    font-size: 14px;
    font-weight: bold;
}
.popover-title span{
    display: block;
    font-weight: normal;
    font-family: monospace;
}
.popover span{
    color: #449d44;
}
.popover code{
    display: block;
    clear: both;
}
.img-responsive{
    margin: 0 auto;
}
blockquote {
    margin-bottom: 10px;
    padding: 5px 20px;
    border-left: 5px solid #e2e2e2;
    font-size: 18px;
    line-height: 24px;
}
.max-width-1600px{
    max-width: 1600px;
}
/*
 * scroll to top
 */

/*
 * 2. ELEMENTS
 */


/*
 * 3. HERO SECTION
 */

/*
 * 3.1 HERO SLIDER
 */

/*
 * 3.2 HERO VIDEO
 */
.anniv {padding-left: 150px;}
.hero-video{
position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    z-index: 0;
    display: block;
   align: center;
  width: 80%;
  max-width: 100%;
  padding-left: 0px;   
 height: auto;
    clear: both;
}
/*
 * 3.3 HERO AGENCY
 */

/*
 * 4. ABOUT SECTION
 */
.head-h3 {
    margin-top: -110px;
    margin-bottom: 0px;
    padding-bottom: 40px;
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: none;
}
.big {color: rgba(254, 148, 37, 1.0);}
.z_5 {
    position: relative;
	z-index: 5;
}

.head-subtitle {
    margin-top: 30px;
    padding-top: 0px;
    padding-bottom: 40px;
    font-family: "Montserrat", sans-serif;
    color: rgba(252, 201, 0, 0.7);
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: lowercase;
    font-size: 45px;
    letter-spacing: 0px;
    
}
.quote {
	
	
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-width: 3px;
    
    
   /* background-size: 116px;
    */
    background-repeat: no-repeat;
    font-size: 18px;
    line-height: 24px;
    font-style: regular;
    letter-spacing: 1px;
	 font-weight: 500;
}

/*
 * 5. COUNTER SECTION
 */


/* 
 * 6. TEAM MEMBERS
 */

/*
 * 7.VIDEO SECTION
 */


/*
 * 8. OUR SERVICES
 */
.cent {align: center;}


/*
 * 9. BRAND SLIDER
 */


/*
 * 10. PROJECTS
 */

/*
 * 11. PROGRESS SECTION
 */

/*
 * 12. BLOG LISTING
 */

/*
 * 13. SUBSCRIBE SECTION
 */


/*
 * 14. FOOTER
 */
.footer {
    position: relative;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #1a1a1a;
}
.footer-social img{
    display: block;
    width: 120px;
    margin: 0px auto 50px;
    padding: 7px 15px;
    border-radius: 3px;
    background-color: #fcc900;
}
.footer-donate {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: -30px;
}
.footer-social-block {
    position: relative;
    width: 100%;
    text-align: center;
 margin-top: 10px;
}
.social-wrap {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-right: 8px;
    margin-left: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: background-color 300ms ease, border-color 300ms ease;
    transition: background-color 300ms ease, border-color 300ms ease;
}

.social-wrap:hover {
    border-color: #fcc900;
    background-color: #fcc900;
}
a.social-wrap{
    color: #fff;
}
a.social-wrap i{
    line-height: 32px;
}
.footer-text {
    margin-top: 50px;
    color: #c7c7c7;
	font-weight:400;
    font-size: 10px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.footer-text-span {
    color: #fcc900;
}

/*
 * 15. BACKGROUND VIDEO SECTION
 */
.jquery-background-video-wrapper {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -o-background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
   min-height: 100%;
    min-width: 100%;
   -o-object-fit: contain;
    object-fit: contain;
    	
	
}

.jquery-background-video1 {
    position: relative;
 /*   padding-left: 10px;
     padding-bottom: 40px;
 */   min-height: 100%;
    min-width: 100%;
    
    
    top: 50%;
    left: 50%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.jquery-background-video {
    
}
/**
 * Fade in videos
 * Note the .js class - so non js users still
 * see the video
 */
.js .jquery-background-video {
    opacity: 1;
}
.js .jquery-background-video.is-visible {
    opacity: 1;
}

/**
 * Pause/play button
 */ 
.jquery-background-video-pauseplay {
    position: absolute;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
    padding: 0 !important;
    cursor: pointer;
    outline: none !important;
}
.jquery-background-video-pauseplay span {
    display: none;
}
.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.jquery-background-video-pauseplay.pause:after {
    left: 10px;
}

/*
 * 16.NAV PILLS
 */


/*
 * 17. PRICING TABLE
 */

/*
 * 18. CONTACT SECTION
 */
.quote.contact-quote {
    margin-bottom: 50px;
    margin-left: 23px;
    word-break: break-all;
    background-position: 20px 94%;
    background-size: 50px;
    font-size: 18px;
    line-height: 29px;
	font-weight:500;
}
.project-list-item {
    margin-bottom: 7px;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.project-list-item.contact-list {
    margin-bottom: 15px;
    line-height: 16px;
}
.contact-button {
    position: relative;
    display: block;
    margin-top: 20px;
    padding: 10px 25px;
    border-radius: 3px;
    background-color: #2a2a2a;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    color: #fff;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}
label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.label-field {
    margin-bottom: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.checkbox-label{
    cursor: pointer;
}
.w-input, .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
	font-weight:400;
	letter-spacing:1px;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
.w-input:focus{
    outline: none;
}
.w-input.text-area{
    height: 120px;
}
.text-field {
    margin-bottom: 15px;
    padding: 0px 0px 6px;
    border-style: none none solid;
    border-bottom-width: 1px;
    border-bottom-color: #e4e4e4;
    background-color: #f7f7f7;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 18px;
}
input[type=checkbox], input[type=radio]{
    margin-right: 15px;
}
.w-checkbox-input, .w-radio-input {
    margin: 4px 0 0;
    margin-top: 1px;
    line-height: normal;
    float: left;
    margin-left: -20px;
}
.checkbox-style {
    width: 14px;
    height: 12px;
    margin-top: 7px;
    margin-right: 15px;
    border-bottom: 1px none #000;
}
#contact-form,
#subscribe-form{
    margin-bottom: 20px;
}
.contact-form-done,
.contact-form-fail,
.contact-form-required{
    display: none;
}

/*
 * 19.AJAX LOADER
 */
.loader {
    display: none;
    color: #fff;
    position: fixed;
    box-sizing: border-box;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: 9999;
}
.loader:after,
.loader:before {
    box-sizing: border-box
}
.loader.is-active {
    display:block;
    background-color: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}
@keyframes rotation {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(359deg)
    }
}
@keyframes blink {
    from {
        opacity: .5
    }
    to {
        opacity: 1
    }
}
.loader[data-text]:before {
    position: fixed;
    left: 0;
    top: 50%;
    color: currentColor;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    width: 100%;
    font-size: 14px
}
.loader[data-text='']:before {
    content: 'Loading'
}
.loader:not([data-text='']):before {
    content: attr(data-text)
}
.loader[blink]:before {
    animation: blink 1s linear infinite alternate
}
.loader-default[data-text]:before {
    top: calc(50% - 63px)
}
.loader-default:after {
    content: '';
    position: fixed;
    width: 48px;
    height: 48px;
    border: solid 8px #fff;
    border-left-color: transparent;
    border-radius: 50%;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    animation: rotation 1s linear infinite
}
.loader-default[half]:after {
    border-right-color: transparent
}
.loader-double:after,
.loader-double:before {
    content: '';
    position: fixed;
    border-radius: 50%;
    border: solid 8px;
    animation: rotation 1s linear infinite
}
.loader-double:after {
    width: 48px;
    height: 48px;
    border-color: #fff;
    border-left-color: transparent;
    top: calc(50% - 24px);
    left: calc(50% - 24px)
}
.loader-double:before {
    width: 64px;
    height: 64px;
    border-color: #eb974e;
    border-right-color: transparent;
    animation-duration: 2s;
    top: calc(50% - 32px);
    left: calc(50% - 32px)
}
.loader-bar[data-text]:before {
    top: calc(50% - 40px);
    color: #fff
}
.loader-bar:after {
    content: '';
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 20px;
    transform: translate(-50%, -50%);
    background: linear-gradient(-45deg, #4183d7 25%, #52b3d9 25%, #52b3d9 50%, #4183d7 50%, #4183d7 75%, #52b3d9 75%, #52b3d9);
    background-size: 20px 20px;
    box-shadow: inset 0 10px 0 rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(0, 0, 0, 0.2);
    animation: moveBar 1.5s linear infinite
}
.loader-bar[rounded]:after {
    border-radius: 15px
}
@keyframes moveBar {
    from {
        background-position: 0 0
    }
    to {
        background-position: 20px 20px
    }
}
@keyframes corners {
    6% {
        width: 60px;
        height: 15px
    }
    25% {
        width: 15px;
        height: 15px;
        left: calc(100% - 15px);
        top: 0
    }
    31% {
        height: 60px
    }
    50% {
        height: 15px;
        top: calc(100% - 15px);
        left: calc(100% - 15px)
    }
    56% {
        width: 60px
    }
    75% {
        width: 15px;
        left: 0;
        top: calc(100% - 15px)
    }
    81% {
        height: 60px
    }
}
.loader-border[data-text]:before {
    color: #fff
}
.loader-border:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #fff000;
    animation: corners 3s ease both infinite;
}
.loader-ball:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
    animation: kick 1s infinite alternate ease-in both;
}
.loader-ball[shadow]:before {
    box-shadow: -5px -5px 10px 0 rgba(0, 0, 0, 0.5) inset
}
.loader-ball:after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    width: 45px;
    height: 20px;
    top: calc(50% + 10px);
    left: 50%;
    margin: 0 0 0 -22.5px;
    z-index: 0;
    animation: shadow 1s infinite alternate ease-out both;
}
@keyframes shadow {
    0% {
        background-color: transparent;
        transform: scale(0)
    }
    40% {
        background-color: transparent;
        transform: scale(0)
    }
    95% {
        background-color: rgba(0, 0, 0, 0.75);
        transform: scale(1)
    }
    100% {
        background-color: rgba(0, 0, 0, 0.75);
        transform: scale(1)
    }
}
@keyframes kick {
    0% {
        transform: translateY(-80px) scaleX(0.95)
    }
    90% {
        border-radius: 50%
    }
    100% {
        transform: translateY(0) scaleX(1);
        border-radius: 50% 50% 20% 20%
    }
}
.loader-smartphone:after {
    content: '';
    color: #fff;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    line-height: 120px;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 130px;
    margin: -65px 0 0 -35px;
    border: solid 5px gold;
    border-radius: 10px;
    box-shadow: 0 5px 0 0 gold inset;
    background: radial-gradient(circle at 50% 90%, rgba(0, 0, 0, 0.5) 6px, transparent 6px), linear-gradient(to top, gold 22px, transparent 22px), linear-gradient(to top, rgba(0, 0, 0, 0.5) 22px, rgba(0, 0, 0, 0.5) 100%);
    animation: shake 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
}
.loader-smartphone[data-screen='']:after {
    content: 'Loading'
}
.loader-smartphone:not([data-screen='']):after {
    content: attr(data-screen)
}
@keyframes shake {
    5% {
        transform: translate3d(-1px, 0, 0)
    }
    10% {
        transform: translate3d(1px, 0, 0)
    }
    15% {
        transform: translate3d(-1px, 0, 0)
    }
    20% {
        transform: translate3d(1px, 0, 0)
    }
    25% {
        transform: translate3d(-1px, 0, 0)
    }
    30% {
        transform: translate3d(1px, 0, 0)
    }
    35% {
        transform: translate3d(-1px, 0, 0)
    }
    40% {
        transform: translate3d(1px, 0, 0)
    }
    45% {
        transform: translate3d(-1px, 0, 0)
    }
    50% {
        transform: translate3d(1px, 0, 0)
    }
    55% {
        transform: translate3d(-1px, 0, 0)
    }
}
.loader-clock:before {
    content: '';
    position: fixed;
    width: 120px;
    height: 120px;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: -60px 0 0 -60px;
    background: linear-gradient(to bottom, transparent 50%, #f5f5f5 50%), linear-gradient(90deg, transparent 55px, #2ecc71 55px, #2ecc71 65px, transparent 65px), linear-gradient(to bottom, #f5f5f5 50%, #f5f5f5 50%);
    box-shadow: 0 0 0 10px #f5f5f5 inset, 0 0 0 5px #555, 0 0 0 10px #7b7b7b;
    animation: rotation infinite 2s linear
}
.loader-clock:after {
    content: '';
    position: fixed;
    width: 60px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -15px;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    background: radial-gradient(circle at 14px 20px, #25a25a 10px, transparent 10px), radial-gradient(circle at 14px 20px, #1b7943 14px, transparent 14px), linear-gradient(180deg, transparent 15px, #2ecc71 15px, #2ecc71 25px, transparent 25px);
    animation: rotation infinite 24s linear;
    transform-origin: 15px center
}
/*
 * end AJAX LOADER
 */

/*
 * 20. LIGHTBOX MAP
 */

/*
 * 21.FULLSCREEN HOMEPAGE
 */
.fullscreen-section {
    position: relative;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    clear: both;
}
.fullscreen-bg-1{
    background-image: url(../img/fullscreen_bg_1.jpg);
}
.fullscreen-bg-2{
    background-image: url(../img/fullscreen_bg_2.jpg);
}
.fullscreen-bg-3{
    background-image: url(../img/fullscreen_bg_3.jpg);
}
.full-height{
    height: 100vh;
}
.dark-fullscreen-background{
    background-color: rgba(0, 0, 0, .85);
}
.section-in-fullheight {
    position: absolute;
    left: 10%;
    top: 50%;
    width: 80%;
    margin-top: 0%;
    margin-bottom: 0px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}
.sep-text.white{
    color: #fff;
}
.head-h3.white{
    color: #fff;
}
.head-subtitle.white{
    color: hsla(0, 0%, 100%, .38);
}
/*
 * 22.BLUEIMP GALLERY
 */

/*
 * 23.SINGLE POST
 */

/*
 * 24. YouTubePopUp
    Description: jQuery plugin to display YouTube or Vimeo video in PopUp, responsive and retina, easy to use.
    Version: 1.0.1
    Plugin URL: http://wp-time.com/youtube-popup-jquery-plugin/
    Written By: Qassim Hassan
    Twitter: @QQQHZ
    Websites: wp-time.com | qass.im | wp-plugins.in
    Dual licensed under the MIT and GPL licenses:
        http://www.opensource.org/licenses/mit-license.php
        http://www.gnu.org/licenses/gpl.html
    Copyright (c) 2016 - Qassim Hassan
*/


/*
 * 25. MAIN NAVIGATION
 */
/* first mobile */
@-webkit-keyframes menu-fixed-animation {
    0% {
        transform: translate(0,-60px);  
    }
    100% {
        transform: translate(0,0px); 
    }
}
@keyframes menu-fixed-animation {
    0% {
        transform: translate(0,-60px);  
    }
    100% {
        transform: translate(0,0px); 
    }
}
@-webkit-keyframes menu-animation {
    0% {
        padding-top:0;
        padding-bottom:0;
    }
    100% {
        padding-top:30px;
        padding-bottom:30px;
    }
}
@keyframes menu-animation {
    0% {
        padding-top:0;
        padding-bottom:0;
    }
    100% {
        padding-top:30px;
        padding-bottom:30px;
    }
}
.nav-back{
	max-height: 80px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  background-color: hsla(0, 0%, 100%, .93);
    z-index: 1000;
}
.nav-back.inverse{
    background-color: rgba(0,0,0,.8);
}
.nav-back.fixed{
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
    top: 0;
}
.hedone-menu-container{
    float: none;
    position: relative;
    display: inline-block; /*(inline- )*/
 /*  background-color: rgba(237,232,187,0.4); */
 /* #ede8bb;*/
}
.hedone-menu-container.open{
    display: inline-block;
}
.hedone-menu-header:after{
    clear: both;
    display: inline-block;
    content: ' ';
    box-sizing: border-box;
}
.nav-back .hedone-menu-container{
    top:5px;
}
.nav-back.fixed .hedone-menu-container{
	min-width: 500px;
    top:0px;
}
/* 
 * BRAND LOGO 
 */
.site-branding{
    position: relative;
    float: left;
    padding-left: 10px;
}
.s-b1{
    position: relative;
    float: left;
    padding-left: 10px;
}

.site-branding img{
    width: 195px;
    height: auto;
    padding-top: 10px;
}
.s-b1 img{
    
    width: 70px;
    height: auto;
    padding-top: 10px;
}
.fixed .site-branding img{
    width: 148px;
}
.fixed .s-b1 img{
    width: 55px;

}
.site-branding a {
    display: block;
    text-decoration: none;
    color: #333333;
}
.s-b1 a {
    display: block;
    text-decoration: none;
    color: #333333;
}

/* all screens */
.says, .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
nav {
  width: 100%;
        text-align: center;
   
  align: center;
  margin-left: 40px;
/*display: inline-block;*/
}

.one a {
  padding: 5px 10px;
/* border-left: 1px solid #BAD78B; */

}

.one li {
  display: inline-block;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 0;
    margin: 0 -15px;
}
/* all sub-menu */
ul.hedone-menu ul.sub-menu {
    padding-left: 0px;
    list-style-type: none;
    display: none;
    -webkit-transition: all 750ms ease;
    transition: all 750ms ease;
}

ul.hedone-menu ul.sub-menu.open {
    display: block;
}
ul.hedone-menu{
    display: flex;
    list-style-type: none;
    padding-left: 0;
    margin-right: 100px;
}
ul.hedone-menu > li{
    position: relative;
}
ul.hedone-menu a{
    display: inline-block;
    padding: 12px 15px;
}
ul.hedone-menu li a {
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 2px;
    text-decoration: none;
    text-indent: 0px;
    text-transform: uppercase;
}



ul.one li a {
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 2px;
    text-decoration: none;
    text-indent: 0px;
    text-transform: uppercase;
}
ul.hedone-menu > li > a {
    border-bottom: 3px solid transparent;
    -webkit-transition: border 350ms ease, color 350ms ease;
    transition: border 350ms ease, color 350ms ease;
    direction: ltr;
    color: #000;
}

ul.hedone-menu > li > a:hover
{
    border-style: none none solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .9);
background-color: rgba(200,240, 75, .9);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
ul.hedone-menu > li > ul.sub-menu li a{
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: rgba(0,0, 0, .4);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    color: #fff;
    letter-spacing: 1px;
}
ul.one > li a:hover{
    color: #fcc900;
}



/* nav button */
.nav-button i{
    font-size: 24px;
    line-height: 3px;
}
.nav-button {
    position: relative;
    float: right;
    padding: 22px;
    line-height: 0;
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 300ms ease, color 300ms ease;
    transition: background-color 300ms ease, color 300ms ease;
}
.nav-button.open {
    background-color: #fcf5d7;
    color:  #1f1f1f;
}
.nav-button:hover {
    background-color: #fcc900;
    color: #fff;
}
.navbar-right{
    overflow-y: auto;
    max-height: 320px;
}

.two li {
  display: inline-block;
}

.bb30 {
	display: table-cell;
        text-align: justify;
        vertical-align: top;
	width: 30%;
}
.bb25 {
	display: table-cell;
        text-align: justify;
        vertical-align: top;
	width: 25%;
}
.bb {
	display: table-cell;
        font-size: 14pt;
        text-align: left;
        vertical-align: top;
}

.wrap {
  display: inline flex;
  border-spacing: 10px 10px;

}


/*
 * menu break point default 1200px
 */
@media only screen and  (max-width: 1200px) and (min-width: 0px),(min-width: 768px) {
    .navbar-right{
        float: none !important;
    }
}
@media only screen and (min-width: 1200px) {
    .nav-button{
        display: inline-block;
    }
    .nav-back{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: hsla(0, 0%, 100%, .93);
        z-index: 1000;
    }
    ul.hedone-menu a i {
        float: none;
    }
    .navbar-right{
        overflow-y: visible;
        float: right!important;
    }
    .nav-back .hedone-menu-container,
    .nav-back.fixed .hedone-menu-container{
        top: 0;
    }
    .hedone-menu-container{
        
        display: BLOCK;
        background-color: transparent;
    }
    .hedone-menu-header{
        float: left;
    }
    ul.hedone-menu > li > a {
        color: #3d3d3d;
    }
    .inverse ul.hedone-menu > li > a {
        color: #cacaca;
    }
    .site-branding{
        padding-left: 0;
    }
    /* desktop */
    ul.hedone-menu > li{
        display: inline-block;
    }
    ul.hedone-menu > li > a{

    }
    ul.hedone-menu > li > ul.sub-menu{
        position: absolute;
        min-width: 150px;
        left:0;
	line-height: 0.4;
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: rgba(0, 0, 0, .1);
        -webkit-transition: all 350ms ease;
        transition: all 350ms ease;
    }
    ul.hedone-menu > li > ul.sub-menu > li ul.sub-menu{
        padding-left: 10px;
    }
}

/*
 * 26. MEDIA QUERY
 */
/* Smartphones ----------- */
@media only screen and (max-width: 760px) {
    #isMobile { display: none; }
blockquote {
    margin-bottom: 5px;
    padding: 0px 10px 5px;
    border-left: 5px solid #e2e2e2;
    font-size: 18px;
    line-height: 18px;
}

.quote {
	
	
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-width: 3px;
    
    
   /* background-size: 116px;
    */
    background-repeat: no-repeat;
    font-size: 18px;
    line-height: 18px;
    font-style: regular;
    letter-spacing: 1px;
	 font-weight: 500;
}
h3 {font-size: 18px;}


 }



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .slider-text-top{
        letter-spacing: -10px;
        font-size: 140px;
        margin-bottom: 0px;
        line-height: 100px;
    }
	.z_5 {
    margin-top: -10px; 
}
    .head-h3{
        font-size: 34px;
		 
    }
    .head-subtitle{
        font-size: 80px;
        letter-spacing: -5px;
line-height: 30px;
    }
    .team-mem-wrap {
        margin-bottom: 0;
    }
    .blog-page-post-author{
        display: inline-block;
    }
    .blog-page-post-date {
        display: inline-block;
        float: right;
        text-align: right;
        margin-right: 20px;
    }
    .children{
        list-style: none;
        padding-left: 40px;
    }
    .post-navigation .nav-previous{
        width: 50%;
        float: left;
    }
    .post-navigation .nav-next{
        width: 50%;
        float: right;
        text-align: right;
    }
    .hero-slider-content .text-top{
        font-size: 140px;
        letter-spacing: -10px;
        line-height: 100px; 
    }
    .hero-slider-content .text-mid{
        font-size: 50px;
    }
    .subscribe-button {
        position: absolute;
        top: 5px;
        right: 5px;
        bottom: 5px;
        display: block;
        width: 160px;
        font-size: 11px;
        color:rgb(255, 255, 255);
        border-radius: 3px;
        background-color: #242424;
        -webkit-transition: background-color 300ms ease;
        transition: background-color 300ms ease;
        font-size: 11px;
        font-weight: 400;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding: 9px 15px;
        border: 0;
    }
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
        /*show*/
        opacity: 1;
    }
}
/* END MEDIA QUERY */