/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*== Fonts ==*/
@font-face {
	font-family: 'MrEavesSanOT-Reg';
	src: url('../fonts/MrEavesSanOT-Reg.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/MrEavesSanOT-Reg.otf')  format('opentype'),
		 url('../fonts/MrEavesSanOT-Reg.woff') format('woff'), 
		 url('../fonts/MrEavesSanOT-Reg.ttf')  format('truetype'), 
		 url('../fonts/MrEavesSanOT-Reg.svg#MrEavesSanOT-Reg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MrEavesSanOT-RegItalic';
	src: url('../fonts/MrEavesSanOT-RegItalic.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/MrEavesSanOT-RegItalic.otf')  format('opentype'),
		 url('../fonts/MrEavesSanOT-RegItalic.woff') format('woff'), 
		 url('../fonts/MrEavesSanOT-RegItalic.ttf')  format('truetype'), 
		 url('../fonts/MrEavesSanOT-RegItalic.svg#MrEavesSanOT-RegItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MrEavesSanOT-Bold';
	src: url('../fonts/MrEavesSanOT-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/MrEavesSanOT-Bold.otf')  format('opentype'),
		 url('../fonts/MrEavesSanOT-Bold.woff') format('woff'), 
		 url('../fonts/MrEavesSanOT-Bold.ttf')  format('truetype'), 
		 url('../fonts/MrEavesSanOT-Bold.svg#MrEavesSanOT-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}


html,body{
	overflow-x:hidden !important; 
    margin: 0px;
    padding: 0px;
}
body { font-family: 'MrEavesSanOT-Reg'; font-size:14px; letter-spacing: 1px; }

a, a:hover, a:focus{
	text-decoration: none;
}
a:focus { 
    	outline: none; 
}
.animated{
	visibility: hidden;
}
.ease{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.ease:hover{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.text-center > .img-responsive{
	display: block;
	display: inline-block;
}

p { color: #777; font-size: 14px; line-height:1.5; font-family: 'MrEavesSanOT-RegItalic'; }

h1,h2,h3,h4,h5,h6{ margin-top: 0; font-family: 'MrEavesSanOT-Reg'; }

@media (min-width: 1024px) and (max-width: 5000px) {
	.container{
		max-width: 1000px;
	}
}

/*Common Spacing and Padding*/

.page-section{
	padding: 100px 0;
}
.separator-section{
	padding: 100px 0;
}
.add-top{
	margin-top: 120px;
}
.add-bottom{
	margin-bottom: 120px;
}
.add-top-half{
	margin-top: 60px;
}
.add-bottom-half{
	margin-bottom: 60px;
}
.add-top-quarter{
	margin-top: 30px;
}
.pad-top{
	padding-top: 120px;
}
.pad-bottom{
	padding-bottom: 120px;
}
.pad-top-half{
	padding-top: 60px;
}
.pad-bottom-half{
	padding-bottom: 60px;
}
.pad{
	padding-left: 20px;
	padding-right: 20px;
}
.remove-top{
	margin-top: 0;
}
.remove-bottom{
	margin-bottom: 0;
}
.remove-pad-top{
	padding-top: 0;
}
.remove-pad-bottom{
	padding-bottom: 0;
}

.mob-center > .img-responsive{
	display: inline-block;
}
.no-gutter{
	margin-left: -15px !important;
}
.no-pad{
	padding: 0 !important;
}
.valign{
	position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}
.absolute-overlay{
	position: absolute;
	top: 0;
	left: 0;
}
.poster-img{
	background:url(../images/poster.html) center center no-repeat !important;
	background-size: cover !important;
}
.super-space{
	margin-top: 500px;
}
.owl-item{
	cursor: url("../images/drag.png") 40 40, crosshair;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - HEADER, INTRO & NAVIGATION */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.standard-header{
	padding: 80px 0 50px 0;
}
.standard-header .slogan h5{
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	color: #f7c224;
}
.standard-header .slogan p span{
	font-size: 14px;
	line-height: 21px;
	padding: 5px;
	border-top: solid 2px;
}
.main-logo{
	margin-top: 6px;
}
.mastfoot.space-top{
	margin-top: 600px;
}
.mastfoot article{
	padding: 70px 0;
}
.foot-social {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.foot-social li {
    display: inline-block;
    margin: 5px 0;
}
.mastfoot .credits {
    font-size: 14px;
    line-height: 21px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - COMMON ELEMENTS & TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.main-heading > span{
	font-size: 36px;
	line-height: 72px;
	border-bottom: solid 4px;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.main-heading > span > em{
	font-style: normal;
}
.sub-heading > span { font-size: 18px; line-height: 43px; border-bottom: solid 2px; text-transform: uppercase; letter-spacing: 4px; }

.promo-text{
	font-size: 24px;
	line-height: 31px;
}
.scroll-indicator{
	width: 80px;
	height: 80px;
	background-color: rgba(255,255,255,0.4);
	border-radius: 50%;
	display: block;
	left: 50%;
	margin-left: -40px;
	position: absolute;
	margin-top: 15%;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.scroll-indicator:hover{
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
/*Sticky border*/
.sticky-border{
	position: fixed;
	z-index: 999;
}
.sticky-border-top{
	top: 0;
	width: 100%;
	height: 20px;
}
.sticky-border-right{
	top: 0;
	right: 0;
	height: 100%;
	width: 20px;
}
.sticky-border-bottom{
	bottom: 0;
	width: 100%;
	height: 20px;
}
.sticky-border-left{
	top: 0;
	left: 0;
	height: 100%;
	width: 20px;
}
/*SLANT*/
.slant-bottom:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 116px;
  margin-top: -58px;
  -webkit-transform: skewY(3deg);
  -moz-transform: skewY(3deg);
  -ms-transform: skewY(3deg);
  -o-transform: skewY(3deg);
  transform: skewY(3deg);
}

/*Font Weights*/
.weight-light{
	font-weight: 200;
}
.weight-bold{
	font-weight: 600;
}

/*Buttons*/
.btn-wrap{
	margin-top: 50px;
}
.btn-seven{
	border-radius: 0px;
	text-decoration: none;
	padding: 15px 20px;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.btn-seven-big{
	border-radius: 0px;
	text-decoration: none;
	padding: 15px 20px;
	font-size: 18px;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.btn-seven:hover{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.btn-seven-white{
	border:solid 2px #fff;
	background: transparent;
	color: #fff;
}
.btn-seven-white:hover{
	border:solid 2px #fff;
	background: #fff;
	color: #000;
}

.btn-seven-dark{
	border:solid 2px #000;
	background: transparent;
	color: #000;
}
.btn-seven-dark:hover{
	border:solid 2px #000;
	background: #000;
	color: #fff;
}

.btn-seven-color{
	border:solid 3px;
	background: transparent;
}
.btn-seven-color:hover{
	color: #fff;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - PAGES & SECTIONS SETUP */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*ABOUT*/
.stats-bg{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.stats-block{
	padding: 40px 20px;
}
.stats-count{
	font-size: 72px;
	line-height: 79px;
}
.stats-info{
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.testimonials img{
	border-radius: 50%;
	width: 70px;
	margin: 10px;
}
.testimonials .user-title{
	font-size: 18px;
	line-height: 25px;
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.testimonials .user-text{
	font-size: 14px;
	line-height: 21px;
}
.features-bg{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.features-inner{
	padding: 140px 120px 120px 120px;
}
.feature-icon-wrap{
	border: solid 8px transparent;
	padding: 30px;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.feature-icon-wrap:hover{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.feature-icon i {
    display: inline-block;
    font-size: 80px;
}
.feature-icon h4 {
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.feature-heading{
	margin-bottom: 30px;
}
.feature-heading>span{
	font-size: 14px;
	line-height: 21px;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 4px;
	border:solid 2px;
	padding: 7px 5px 5px 9px;
}
.features-slider p{
	font-size: 12px;
	line-height: 19px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.features-slider-triggers{
	margin-top: 20px;
}
.features-slider-triggers img{
	width: 70px;
	height: 70px;
	padding: 5px;
}
.features-slider-triggers a{
	opacity: 0.2;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.features-slider-triggers a:hover{
	opacity: 1;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.features-triggered{
	opacity: 1 !important;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;

}
.clients article{
	padding: 40px;
}
.team-stage{
	text-align: center;
}
.team-stage h3{
	padding: 30px;
	font-size: 12px;
	line-height: 19px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/*PRICING TABLES*/
.pricing-container{
	padding: 10px;
}
.pricing-head h3{
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 8px;
    line-height: 32px;
    margin-bottom: 0;
    padding: 0;
    padding-top: 50px;
    text-transform: uppercase;
}
.pricing-head h2{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 8px;
    line-height: 28px;
    margin-bottom: 0;
    padding: 0;
    text-transform: uppercase;
}
.pricing-container .pricing-header.alt {
    background: none repeat scroll 0 0 #BAA37A;
}
.pricing-container .pricing-header {
    padding: 35px 0;
    border: solid 8px;
}
.pricing-container .pricing-header h2 {
    letter-spacing: 4px;
    font-weight: 200;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
}
.pricing-container .pricing-header .pricing p {
    font-size: 64px;
    line-height: 71px;
    font-weight: 600;
}
.pricing-container .pricing-header .pricing p span {
    margin-right: 10px;
}
.pricing-container .pricing-header h4 {
    font-size: 14px;
    line-height: 21px;
    margin-top: -5px;
}
.pricing-container .pricing-features {
    padding: 35px 0;
    padding-top: 0;
    border: solid 8px;
    border-top: none;
}
.pricing-container .pricing-features .each h2 {
    font-size: 16px;
    line-height: 23px;
    padding: 25px;
    margin-bottom: 0;
    border-bottom: solid 1px;
}
.pricing-container .pricing-features .each h2:last-child {
    margin-bottom: 30px;
}
.pricing-container .pricing-features .custom-pricing-btn-style {
    font-size: 12px !important;
    padding: 12px 40px !important;
}



/* WORKS*/
.works-container{
    padding: 0;
}
#works-masonry{
	margin-left: 20px;
	margin-right: 20px;
}
.works-filter{
    list-style: none;
    padding: 0;
}
.works-filter li{
    display: inline-block;
    -webkit-transition: all .8s ease-in-out;
       -moz-transition: all .8s ease-in-out;
        -ms-transition: all .8s ease-in-out;
         -o-transition: all .8s ease-in-out;
            transition: all .8s ease-in-out;
}
.works-filter li a > span{
	font-size: 36px;
	line-height: 43px;
    -webkit-transition: all .8s ease-in-out;
       -moz-transition: all .8s ease-in-out;
        -ms-transition: all .8s ease-in-out;
         -o-transition: all .8s ease-in-out;
            transition: all .8s ease-in-out;
}
.works-filter li:hover{
    cursor: pointer;
    opacity: 0.4;
    -webkit-transition: all .8s ease-in-out;
       -moz-transition: all .8s ease-in-out;
        -ms-transition: all .8s ease-in-out;
         -o-transition: all .8s ease-in-out;
            transition: all .8s ease-in-out;
}
.works-filter li:after{
    content: "/";
  font-size: 36px;
  line-height: 72px;
    margin-left: 10px;
    margin-right: 10px;
}
.works-filter li a.active > span{
    background: #fff;
    color: #000;
    -webkit-transition: all .8s ease-in-out;
       -moz-transition: all .8s ease-in-out;
        -ms-transition: all .8s ease-in-out;
         -o-transition: all .8s ease-in-out;
            transition: all .8s ease-in-out;
}
.works-filter li:last-child:after{
    display: none;
}
.works-item {
  margin: 0 !important;
  padding: 0 !important;
  width: 33.3% !important;
}

#works-masonry .works-item{
  width: 25% !important;
}

	#works-masonry-home .works-item{
		width: 33.3% !important;
	}
       .works-item a{
       	border: solid 0px;
            opacity: 0;
            display: block;
            width: 100%;
            height: 100%;
            padding: 10px;
            position: absolute;
            top: 0;
            z-index: 100;
            text-align: center;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .works-item a:hover{
       	border: solid 20px;
            opacity:1;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .info a:hover{
            cursor: url("../images/plus.png") 40 40, crosshair;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .zoom a:hover{
            cursor: url("../images/zoom.png") 40 40, crosshair;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .works-item-inner{
            text-align: center;
        }
        .works-item-inner h3{ 
            font-size: 14px;
            line-height: 21px;
            margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 4px;
        }
        .works-item-inner p > span{  
            font-size: 14px;
            font-weight: 200;
            line-height: 21px;
            padding: 8px;
            padding-top: 6px;
            margin-top: 0px;
            border-top: solid 2px;
        }


/*NEWS*/
.news-list{
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.news-list:hover{
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.news-list h3{
	font-size: 32px;
	line-height: 39px;
}
.news-date h1{
	font-size: 64px;
	line-height: 71px;
	margin-bottom: 0;
}
.news-border{
	width: 120px;
	height: 2px;
	margin-bottom: 5px;
}

/*SINGLE PROJECT*/
.single-project .welcome h1{
	font-size: 36px;
	line-height: 72px;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.single-project .welcome h2{
	border-bottom: solid 4px;
	padding-bottom: 20px;
}
.single-project .welcome h2 > span{
	font-size: 24px;
	line-height: 31px;
}
.single-project .welcome a:hover{
}

.aux-icon-btn-wrap a{
	padding: 15px;
	display: block;
    -webkit-transition: all .8s linear;
       -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
         -o-transition: all .8s linear;
            transition: all .8s linear;
}
.aux-icon-btn-wrap a:hover{
    -webkit-transition: all .8s linear;
       -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
         -o-transition: all .8s linear;
            transition: all .8s linear;
}
.aux-icon-btn > span{
	font-size: 48px;
	margin-bottom: 15px;
    -webkit-transition: all .8s linear;
       -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
         -o-transition: all .8s linear;
            transition: all .8s linear;
}
.aux-icon-btn:hover  > span{
    -webkit-transition: all .8s linear;
       -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
         -o-transition: all .8s linear;
            transition: all .8s linear;
}

/*CONTACT*/

.contact{
}
.contact-form{
}
/*contact form*/

.email-wrap{
	padding-top: 20px;
}
.contact-mail{
	font-size: 18px;
	line-height: 25px;font-weight:300;
}
.contact-form-wrap{
}
.contact-item{
}

input {
   /* background: transparent !important;
    border: none !important;
    border-bottom: 2px solid !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 25px !important;
    height: 50px !important;
    margin-bottom: 10px !important;
    padding: 10px 0 !important;*/
    width: 100%;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
input:focus, textarea:focus {
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
textarea {
    /*background: transparent !important;
    border: none !important;
    border-bottom: 2px solid !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 25px !important;
    margin-top: 0;
    padding: 10px 0 !important;
    resize: none;*/
    width: 100%;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
input.send_message {
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    width: 120px;
}
input.send_message:hover {
}
fieldset {
    border: 0 none;
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
}
fieldset h1 {
    font-size: 24px;
}
.contact-label-box {
	font-weight:300;
    font-size: 24px;
    line-height: 31px;
    padding: 30px 20px;
    text-align: center;
}
.contact-label-box > span {
    display: block;
    margin-right: 10px;
}
.contact-label-box > span > img {
    height: 60px;
    width: 60px;
}
.contact-label-box a:hover {
    text-decoration: none;
}
.contact .alert{
	box-shadow: none;
	border:none;
	border-radius: 0;
	text-shadow:none;
	font-size: 12px;
	line-height: 19px;font-weight:300;
	margin-bottom:10px;
	padding:10px;
	text-align: left;
}
.btn-wrap{
	margin-top: 30px;
}
.space-left{
	margin-left: 1%;
}


.alert{
	margin-top: 0px;
	border-radius: 0px;
	padding: 5px;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.alert > p{
	text-shadow:none;
	font-size: 14px;
	line-height: 21px; font-weight:300;
}

.address-wrap h3{
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 4px;
    line-height: 21px;
    text-transform: uppercase;
}

.email-wrap{
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
}


/*=====================================
Newly Added
=====================================*/
.mastfoot .valign {
    position: static;
    transform: none;
}
.mastfoot article {
    padding: 10px 0;
    float: left;
}
.mastfoot { height: 45px; float: left; width: 100%; margin: 0; padding: 0; overflow: hidden; }

.foot-social li a { width: 35px; height: 35px; display: block; }

.foot-social li a img { width:100%; height:auto; }

.copy-sb {
    padding: 5px;
    margin: 0;
}
.copy-sb a{
	color: #2b2b2b;
	text-transform: uppercase;
}
#sliderFrame, #slider {
    width: 100% !important;
    height: 100vh !important;
    margin: 0;
    padding: 0;	
}

.slider-arrow {
    position: absolute;
    left: 40px;
    right: 40px;
    top: 40%;
    z-index: 1;
	display: none;
}
.arrow-Prev {
    float: left;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 0;
	cursor: pointer;
}
.arrow-Next {
    float: right;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 0;
	cursor: pointer;
}
.sb-enter {
    position: absolute;
    right: 120px;
    bottom: 120px;
}
.sb-enter a {
    background: #f7c224;
	color:#000;
    padding: 12px 40px;
    font-size: 16px;
}
.sb-enter a:hover{
    background: #000;
	color:#f7c224;
}

#stats {
    min-height: 468px;
}

/*== New Banner Slider ==*/
#myCarousel { width:100%; height:100vh; } 

#myCarousel .carousel-inner { width:100%; height:100%; }

#myCarousel .carousel-inner .item { width:100%; height:100%; background-repeat:no-repeat; background-size:cover; background-position:center center; }


.carousel-fade .carousel-inner .item { opacity: 0; transition-property: opacity; transition-duration: 500ms; transition-timing-function:linear; }

.carousel-fade .carousel-inner .active { opacity: 1; }

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right { left: 0; opacity: 0; z-index: 1; }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right { opacity: 1; }

.carousel-fade .carousel-control { z-index: 2; }

.navbar-brand{height:80px; padding: 21px 0;}

.navbar-brand img{height:100%;}

.navbar{border-radius:0; border:none;}

.navbar-default .navbar-nav > li > a { color:#000; text-transform:uppercase; border-bottom:1px solid transparent; padding: 10px 15px;}

.navbar-default .navbar-nav > li > a img { width:19px; }

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:hover { transition:0.5s;color: grey;}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus { color: grey;background-color: transparent;}

ul.nav.navbar-nav.navbar-right{height: 80px;display: flex;align-items: center; flex-direction: row; white-space: nowrap;}

.parallax { width:100%; height:calc(100vh - 80px); background-attachment:fixed; background-position:top center; background-size:cover; position:relative;}

.parallax img { display:none; }

nav.navbar.navbar-default.sticky-header { background: rgba(255, 255, 255, 0.5); position: fixed;top:0; left:0;width: 100%; z-index: 100;}

section.gallery { width:100%; float:left; padding:0; }

.parallax .standard-header.serface-sec{position:absolute; right:14%; bottom:15px; width:400px;z-index:99;}

nav.navbar.navbar-default.fixed { background:#fff; }

.pad-top {padding-top:60px;}

.pad-bottom{padding-bottom:60px;}

.promo-text{font-size:18px;}

.contact-details ul{width:100%; margin-top:20px; padding:0; float: left;}

.contact-details ul li{width:100%; margin-bottom:15px; list-style-type:none; font-size:16px; float: left;}

.contact-details ul li i {border: 1px solid #000;width: 40px;height: 40px;border-radius: 50%;display: flex;justify-content: center;align-items: center;float: left;font-size: 20px; margin-right:10px;}

.contact-details ul li img { width: 22px; height: 40px; float: left; margin-right:10px;}

.contact-details ul li span{float:left; padding-top: 7px; font-size: 18px; width: calc(100% - 50px);}

.contact-form .form-group input {height: 40px; border-radius: 0;}

.contact-form .form-group{position:relative;}

.contact-form .form-group label{position:absolute; background:#fff; top: -10px; left: 5px;  padding: 0 5px;}

.contact-form .form-group textarea.form-control{ padding:15px 12px; border-radius:0; max-width:100%; min-width:100%; width:100%; max-height:140px; min-height:140px; height:140px; }

.contact-details{float:left;  margin-top: 26px; width:100%; }

input.btn.btn-default.btn-submit {border-radius: 0;padding: 7px 20px;color: #482404; width:auto; float:right; }

input.btn.btn-default.btn-submit:hover{background: #482404; color:#fff;}

.contact-form {padding: 20px 0; margin-top: 30px;}

.bod-tp{border-top: 1px solid #e8e8e8;}

.nav-list-holder {padding: 30px;height: 100vh;}

.parallax:before {content: "";background: rgba(0,0,0,0.3);position: absolute;top: 0;left: 0;right: 0;bottom: 0;}
/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/*======================New navbar ========================================*/
.shoomaker-navbar { position: absolute;bottom: 50px;z-index: 1000;left: 0;right: 0;margin: 0 auto;display: block;width: 1000px;  -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ5MS45OTYgNDkxLjk5NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDkxLjk5NiA0OTEuOTk2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiPjxnPjxnPgoJPGc+CgkJPHBhdGggZD0iTTQ4NC4xMzIsMTI0Ljk4NmwtMTYuMTE2LTE2LjIyOGMtNS4wNzItNS4wNjgtMTEuODItNy44Ni0xOS4wMzItNy44NmMtNy4yMDgsMC0xMy45NjQsMi43OTItMTkuMDM2LDcuODZsLTE4My44NCwxODMuODQ4ICAgIEw2Mi4wNTYsMTA4LjU1NGMtNS4wNjQtNS4wNjgtMTEuODItNy44NTYtMTkuMDI4LTcuODU2cy0xMy45NjgsMi43ODgtMTkuMDM2LDcuODU2bC0xNi4xMiwxNi4xMjggICAgYy0xMC40OTYsMTAuNDg4LTEwLjQ5NiwyNy41NzIsMCwzOC4wNmwyMTkuMTM2LDIxOS45MjRjNS4wNjQsNS4wNjQsMTEuODEyLDguNjMyLDE5LjA4NCw4LjYzMmgwLjA4NCAgICBjNy4yMTIsMCwxMy45Ni0zLjU3MiwxOS4wMjQtOC42MzJsMjE4LjkzMi0yMTkuMzI4YzUuMDcyLTUuMDY0LDcuODU2LTEyLjAxNiw3Ljg2NC0xOS4yMjQgICAgQzQ5MS45OTYsMTM2LjkwMiw0ODkuMjA0LDEzMC4wNDYsNDg0LjEzMiwxMjQuOTg2eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRjdDMjI0IiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPgoJPC9nPgo8L2c+PC9nPiA8L3N2Zz4=); background-size: 20px auto; background-repeat: no-repeat; background-position: center bottom; padding-bottom:30px; }

.shoomaker-navbar.show-menu { padding-bottom:130px; background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ5Mi4wMDIgNDkyLjAwMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDkyLjAwMiA0OTIuMDAyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIGNsYXNzPSIiPjxnPjxnPgoJPGc+CgkJPHBhdGggZD0iTTQ4NC4xMzYsMzI4LjQ3M0wyNjQuOTg4LDEwOS4zMjljLTUuMDY0LTUuMDY0LTExLjgxNi03Ljg0NC0xOS4xNzItNy44NDRjLTcuMjA4LDAtMTMuOTY0LDIuNzgtMTkuMDIsNy44NDQgICAgTDcuODUyLDMyOC4yNjVDMi43ODgsMzMzLjMzMywwLDM0MC4wODksMCwzNDcuMjk3YzAsNy4yMDgsMi43ODQsMTMuOTY4LDcuODUyLDE5LjAzMmwxNi4xMjQsMTYuMTI0ICAgIGM1LjA2NCw1LjA2NCwxMS44MjQsNy44NiwxOS4wMzIsNy44NnMxMy45NjQtMi43OTYsMTkuMDMyLTcuODZsMTgzLjg1Mi0xODMuODUybDE4NC4wNTYsMTg0LjA2NCAgICBjNS4wNjQsNS4wNiwxMS44Miw3Ljg1MiwxOS4wMzIsNy44NTJjNy4yMDgsMCwxMy45Ni0yLjc5MiwxOS4wMjgtNy44NTJsMTYuMTI4LTE2LjEzMiAgICBDNDk0LjYyNCwzNTYuMDQxLDQ5NC42MjQsMzM4Ljk2NSw0ODQuMTM2LDMyOC40NzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiNGRkM4MEYiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIj48L3BhdGg+Cgk8L2c+CjwvZz48L2c+IDwvc3ZnPg==); }

.shoomaker-navbar .shoomaker-text-logo { display:block; text-align:center; margin-bottom: 15px; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }

.shoomaker-navbar .shoomaker-text-logo img { width:auto; height:55px; }

.desktop-view { padding: 0; text-align:center; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; opacity:0; position: absolute; bottom: 75px; left: 0;
right: 0; }

.shoomaker-navbar.show-menu .desktop-view { opacity:1; }

.shoomaker-navbar ul li { display:inline-block; list-style-type:none;}

.shoomaker-navbar ul li a { padding:15px; color:#f7c224; text-transform:uppercase; font-weight:700; position:relative; display:block; border-bottom:1px solid transparent; }

.shoomaker-navbar ul.desktop-view li a img { width:19px; height:auto; position:relative; top:-3px }

/*.shoomaker-navbar ul li:hover a { border-color: transparent; color: grey;}

.shoomaker-navbar ul.desktop-view.font4 li:hover a img{ filter: grayscale(54);}

#myNavbar li a:hover img {filter: grayscale(55);}*/

.foot-social a:hover img, .desktop-view-social a:hover img{filter:sepia(50) contrast(1) brightness(2) saturate(20);}
/*.shoomaker-navbar ul li a:after{border-bottom:3px solid transparent; border-right:3px solid transparent; content:""; position:absolute; width:30px; right:0; bottom:2px;}

.shoomaker-navbar ul li a:before{border-top:3px solid transparent; border-left:3px solid transparent; content:""; position:absolute; left:0; top:2px; width:30px;}

.shoomaker-navbar ul li a:hover:after{border-bottom:3px solid #f7c224;border-right:3px solid #f7c224; content:"";height: 85%; width:100%;transition:0.5s;}

.shoomaker-navbar ul li a:hover:before{border-top:3px solid #f7c224;border-left:3px solid #f7c224; content:"";height: 85%; width:100%;transition:0.5s;}*/

.desktop-view.new-menu-block {display:block; transition:0.5s;}

.shoomaker-navbar ul.desktop-view-social { width:100%; text-align:center; margin:0; padding:0; list-style:none; position: absolute; bottom: 30px; left: 0; right: 0;  opacity:0; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; }

.shoomaker-navbar.show-menu ul.desktop-view-social  { opacity:1; }

.shoomaker-navbar ul.desktop-view-social li { display:inline-block; }

.shoomaker-navbar ul.desktop-view-social li a { display:block; border:none; padding: 2px; }

.shoomaker-navbar ul.desktop-view-social li a img { width:50px; height:50px; }

.new-menu{position: absolute;bottom: 120px;background: #f7c224;left: 0;right: 0;margin: 0 auto;width: 90px; z-index: 1000; cursor:pointer;}

.new-menu h4{padding:12px 15px; margin-bottom:0; float:left;}

.mobile-toggle.desktop-vs {position: relative; top: 14px; left: 58px;}

.mobile-toggle.desktop-vs span{width: 20px; margin-bottom: 3px; height:2px; background:#333;}

.visible-lg .mobile-toggle{display:none;}

.mastfoot article{padding: 0px 0;}

header#standard-header.standard-header.visible-lg{display:block!important;}

.navbar-brand img{width:100%; height:auto;}

.navbar-brand { width: 70px;height: auto; }


@media (min-width: 320px) and (max-width:767px) {
	.new-menu, .shoomaker-navbar{display:none;}
	
	.mastfoot { height:auto; }
	
	.mastfoot article { width:100%; text-align:center; }
	
	.mean-container .mean-bar{background:none;}
	
	.navbar-default .navbar-toggle{margin-top: 5px;}
	
	header#standard-header.standard-header.visible-lg{display:block!important; bottom: 30px;}
	
	header#standard-header.standard-header.visible-lg .main-logo{display:none;}
	
	.navbar-brand img{width:100%; height:auto;}
	
	.navbar-brand { width:86px; height: auto; padding: 9px 15px; }
	
	.parallax { height:auto; background:none !important; position: relative;}
	
	.parallax:before { display:none; }

	.parallax img { display:block; width:100%; height:auto; }
	
	.parallax .standard-header.serface-sec {position: absolute;background: none;width: 100%;bottom: 0;padding: 0;right: 30px; }
}

@media (min-width: 1200px) and (max-width:1500px) {
	.new-menu{bottom: 110px;}
}

/*======================
Newly added
======================*/
.sb-spcl img {max-width: 78px;margin-top: 24px;}
.hover-icon {position: absolute !important;top: 21px !important;left: 17px;width: 15px !important;display: none;}
#myNavbar .hover-icon {top: 19px !important;}
.desktop-view a:hover .hover-icon , #myNavbar a:hover .hover-icon{display: block;}
.shoo-address{ position: relative;}
.hover-icon2 {position: absolute;left: 3px;top: 2px;width: 16px !important;}
.contact-details a{ color: #333;}
.contact-details a:hover{ color: #ffc80f;}
.form-control:focus{
	border-color: #ffc70e;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 199, 14, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 199, 14, .6);
}

.contact-details li h4{font-size: 20px;margin: 0;padding: 0;color: #929292;display: inline-block;}

.promo-text1{line-height:24px;}

.contact-form h2{color: #929292; padding-bottom:24px;font-size: 20px; text-transform:uppercase;}
/*=====================================================
MEDIA QUERY
=====================================================*/
@media (min-width: 320px) and (max-width:359px) {
}

@media (min-width: 360px) and (max-width:479px) {
}

@media (min-width: 480px) and (max-width:639px) {
}

@media (min-width: 640px) and (max-width:767px) {
}

@media (max-width:767px) {
	#standard-header {
		margin-top: 200px;
	}
	.navbar-brand {margin-top: 0;}
	
	.stats-bg{margin-bottom:50px;}
}

@media (min-width: 768px) and (max-width:799px) {
	#standard-header {
		margin-top: 22px;
	}
}

@media (min-width: 800px) and (max-width:979px) {
	#standard-header {
		margin-top: 22px;
	}
}

@media (min-width: 980px) and (max-width:1023px) {
	#standard-header {
		margin-top: 22px;
	}
}

@media (min-width: 1024px) and (max-width:1279px) {
	#standard-header {
		margin-top: 22px;
	}
}