
.dark #header:not(.transparent-header), #header.dark:not(.transparent-header) {
    background-color: #1a2431!important;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

#header {
    position: relative;
    background-color: #f9f8f7;
    border-bottom: 1px solid #F5F5F5;
}

body, .dropdown-menu {
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    color: #1a2431;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px 0;
    font-family: 'Raleway', sans-serif;
}

#top-bar {
    position: relative;
    border-bottom: 1px solid #EEE;
    height: 45px;
    line-height: 44px;
    font-size: 17px;
}

#logo {
    margin-right: 10px;
}

dark #top-bar, #top-bar.dark {
    border-bottom-color: rgba(255,255,255,0.1);
    background-color: #4a5565!important;
}

.dark .top-links li:hover {
    background-color: #1a2431!important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.dark .top-links li > a {
    color: #fff!important;
}

#primary-menu.style-3 > ul > li > a {
    margin: 34px 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 3px;
}

header:after {
    content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 100;
    bottom: -54px;
    display: block;
    height: 71px;
}

#header.full-header #logo {
    padding-right: 0px;
    margin-right: 0;
    border-right: 0px solid #EEE;
}
#header.full-header #primary-menu > ul {
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 0px solid #EEE;
}

header:after {
    background-image: url('images/shadow.png');
	background-size: cover; 
	background-position: center center; 
	background-repeat: no-repeat;
}
#header.semi-transparent.sticky-header #header-wrap {
    background-color: rgba(255, 255, 255, 0.96);
}


.page-title-parallax:after {
    content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 100;
    bottom: -19px;
    display: block;
    height: 71px;
    background-image: url(images/shadow-back.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


#primary-menu ul li > a {
    font-weight: bold;
    font-size: 17px!important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#primary-menu ul li > a {
    display: block;
    line-height: 22px;
    padding: 37px 10px;
}


#primary-menu.sub-title > ul > li > a span, #primary-menu.sub-title > div > ul > li > a span {
    display: block;
    margin-top: 10px;
    line-height: 12px;
    font-size: 15px!important;
    font-weight: 400;
    color: #947a7a;
    text-transform: capitalize;
}



.slider-caption h2 {
    font-size: 4rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0;
}

.i-plain {
    color: #5b3435;
}
#page-title.page-title-parallax h1 {
    font-size: 58px;
    font-weight: 600;
    letter-spacing: 2px;
	color: #1a2431;
}

#primary-menu.style-3 > ul > li:hover > a {
    color: #fff;
    background-color: #f3cf7a;
}
.current-menu-item a {
    color: #fff!important;
    background-color: #af9a77;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
    color: #1a2431;
}
#page-title.page-title-dark .breadcrumb a {
    color: rgb(255, 255, 255);
}





/* ----------------------------------------------------------------
	Content
-----------------------------------------------------------------*/
.heading-block h2 {
    font-size: 52px;
    color: #233042;
    letter-spacing: 7px;
}
.heading-block:after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 290px;
    border-top: 8px solid #f3cf7a;
    border-radius: 15px;
}
.heading-block.center:after, .heading-block.title-center:after {
    margin: 6px auto 0;
}

.fbox-shadows .feature-box {
    -webkit-box-shadow: 0px 0px 45px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 45px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 45px -10px rgba(0,0,0,0.75);
}

.feature-box.media-box.fbox-bg .fbox-desc {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 25px;
        background-color: rgba(35, 48, 66, 0.84);
    border: 1px solid #E5E5E5;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    border: ;
    -webkit-transition: all .8s ease-in-out;
    transition: .5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.feature-box:hover.media-box.fbox-bg .fbox-desc {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 25px;
	    background-color: rgba(35, 48, 66, 1);
    border: 1px solid #E5E5E5;
    border-top: 0;
    border-radius: 0 0 5px 5px;
	
	   -webkit-transition: all .8s ease-in-out; 
	  transition: .5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.fbox-shadows .feature-box h3 {
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #ffffff;
}

.feature-box.media-box.fbox-bg .fbox-media img {
    border-radius: 5px 5px;
}

.dark .section, .section.dark {
    background-color: #0e0e22!important;
}

.promo.promo-dark {
    background-color: #222231;
}

.promo h3 {
    font-size: 44px;
    font-family: 'Lobster', cursive;
    letter-spacing: 3px;
}
.promo > span, .promo > .container > span {
    display: block;
    color: #444;
    font-weight: 300;
    font-size: 20px;
    margin-top: 6px;
}

.feature-box.fbox-plain .fbox-icon {
    border: none !important;
    height: 76px !important;
}

.feature-box.fbox-plain.fbox-dark .fbox-icon i, .feature-box.fbox-plain.fbox-dark .fbox-icon img {
    color: #1a2431;
}
.feature-box h3 {
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #181821;
}
.feature-box p {
    margin: 8px 0 0 0;
    color: #222223;
}

.work {
   margin-bottom:40px;
}

.promo-tel {
    font-size: 44px;
    font-family: 'Lobster', cursive;
    letter-spacing: 3px;
}

.promo-tel:hover {
    color:d3b56f;
	  -webkit-transition: all .8s ease-in-out; 
	  transition: .5s cubic-bezier(0.65, 0.05, 0.36, 1);
}



/* ----------------------------------------------------------------
	Contact
-----------------------------------------------------------------*/
.contact-side {
    background: rgba(110, 59, 59, 0.12156862745098039);
    margin: 0 auto;
    /* padding: 30px 20px 1px 20px; */
    /* -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); */
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 28px -17px rgba(0,0,0,0.75);
}

.contact-head {
    background: #1a2431;
    font-size: 22px;
    color: #cc9900;
    padding: 5px 6px 0px 10px;
    -webkit-box-shadow: inset -3px -3px 39px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: inset -3px -3px 39px -15px rgba(0,0,0,0.75);
    box-shadow: inset -3px -3px 57px -17px rgba(0,0,0,0.75);
}

#contact-form-overlay-mini {
    float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 12px;
}

#contact-form-overlay-mini {
    position: relative;
    max-width: 800px;
    background-color: rgb(43, 36, 34);
    padding: 14px;
    z-index: 10;
    left: 0px;
    border-radius: 4px;
    border-right: 9px solid #1a2431;
    box-shadow: 0 1px 10px rgba(0,0,0,0.15);
    -webkit-transition: all .8s ease-in-out;
    transition: .5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

#contact-form-overlay-mini .heading-block h3 {
	color:white;
	
    -webkit-transition: all .8s ease-in-out;
    transition: .5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

#contact-form-overlay-mini:hover  .heading-block h3 {
	color:black;
	
    -webkit-transition: all .8s ease-in-out;
    transition: .5s cubic-bezier(0.65, 0.05, 0.36, 1);
}


#contact-form-overlay-mini:hover {
    position: relative;
    max-width: 800px;
	left:20px;
    background-color: rgba(255, 255, 255, 1);
    padding: 14px;
    z-index: 10;
    border-radius: 4px;
    border-right: 9px solid #ed1c24;
    box-shadow: 0 1px 10px rgba(0,0,0,0.15);
	
	   -webkit-transition: all .8s ease-in-out; 
	  transition: .5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.call a {
    font-size: 31px;
	font-weight:bold;
}.call a:hover {
    color:#1a2431;
}


/* ----------------------------------------------------------------
Page
-----------------------------------------------------------------*/



img.padding-img {
    height: 100%;
}

.page-bg {
    background-color: #f9f8f7;
}
.span-content {
    font-size: 18px;
}
.span-content span{
    font-size: 25px;
    font-weight: bold;
}

.iconlist.iconlist-large {
    font-size: 16px;
    letter-spacing: 2px;
}

.page-bg .heading-block:after {
    content: '';
    display: block;
    margin-top: 9px;
    width: 60px;
    
}

.page-bg .heading-block h1 {
    background: #1a2431;
    display: inline-block;
    padding: 4px;
    border-radius: 5px;
    color: #f9f8f7!important;
}

/* ----------------------------------------------------------------
	Contact
-----------------------------------------------------------------*/
#section-contact .feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
 
}

#section-contact .feature-box h3 span.subtitle {
    font-weight: bold;
    text-transform: none;
}

#section-contact .feature-box.fbox-plain .fbox-icon i {
    font-size: 59px;
    line-height: 1 !important;
    top: 16px;
}
#section-contact .feature-box h3 {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #6e3b3b;
}
b, strong {
    /* font-weight: bolder; */
    font-weight: bold;
}

/* ----------------------------------------------------------------
	floating-contact-wrap
-----------------------------------------------------------------*/

/* Floating Contact
-----------------------------------------------------------------*/
.floating-contact-wrap {
    position: fixed;
    right: 50px;
    bottom: 40px;
    z-index: 299;
}
.floating-contact-wrap .floating-contact-btn {
    position: absolute;
    left: 0px;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-color: #C6C09C;
    background-color: #1a2431;
    color: #FFF;
    cursor: pointer;
    z-index: 3;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: transform .3s ease;
}

.floating-contact-wrap .floating-contact-btn:hover, .floating-contact-wrap.active .floating-contact-btn {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    background-color: #fff;
    color: #1a2431;
}
.floating-contact-wrap .floating-contact-btn .floating-contact-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 22px;
    -webkit-transition: .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
}

.floating-contact-wrap .floating-contact-btn .floating-contact-icon.btn-active,
.floating-contact-wrap.active .floating-contact-btn .floating-contact-icon {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.floating-contact-wrap.active .floating-contact-btn .floating-contact-icon.btn-active {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.floating-contact-wrap .floating-contact-box {
	opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
    background-color: #fff;
    border-radius: 6px;
    z-index: 1;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    box-shadow: 0px 0px 13px 3px rgba(0,0,0,0.07);
    -webkit-transform: scale(.01);
    transform: scale(.01);
     -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -webkit-backface-visibility: hidden;
}

.floating-contact-wrap.active .floating-contact-box {
	opacity: 1;
	-webkit-transform: scale(1);
    transform: scale(1);
}

.floating-contact-wrap .css3-spinner { background-color: rgba(255, 255, 255, 0.8) }

.floating-contact-wrap form {
    padding: 25px 30px 1px 30px;
}

#floating-contact-submitted,
.floating-contact-success #floating-contact,
.floating-contact-success .floating-contact-heading,
body:not(.floating-contact-processing) .floating-contact-loader { display: none; }

.floating-contact-success #floating-contact-submitted { display: block; }

.btn-dark {
    color: #fff;
    background-color: #b36510;
    border-color: #b36510;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #10487f!important;
}

.floating-contact-heading.dark.bgcolor.p-4.rounded-top {
    padding-left: 35px!important;

}


/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/
#footer.dark, .dark #footer {
    background-color: #233042!important;
    color: #CCC;
    border-top-color: rgba(0,0,0,0.2);
}
.dark #copyrights {
    background-color: rgba(0,0,0,0.2);
    color: rgb(243, 207, 122)!important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.footer-big-contacts {
    font-size: 26px;
    font-weight: bold;
    /* margin-left: 5px; */
    padding-left: 12px;
    margin-bottom: 15px;
}

.footer-big-contacts a {
    font-size: 26px;
    color: #f3cf7a;
}


.footer-big-contacts span {
    /* display: block; */
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
}
.contact-bg.dark {
    background: #233042;
}

.footer-pad {
	padding: 26px;
}
/* ----------------------------------------------------------------
	Responsiv
-----------------------------------------------------------------*/

@media (max-width: 1440px) {
	#primary-menu ul li > a {
		font-size: 15px!important;
	}
}

@media (min-width: 992px) and (max-width: 1203px) {
	#primary-menu ul li > a {
		font-weight: bold;
		font-size: 12px!important;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
}

@media (max-width: 991px) {}
  
@media (min-width: 991px) {}
  
@media (min-width: 768px) and (max-width: 991px) { }

@media (max-width: 767px) {
	
	.slider-caption, .slider-caption-right {
		left: 26px;  
	}
}	

@media (min-width: 576px) and (max-width: 767px) { 
	#logo img {
		display: block;
		max-width: 100%;
		/* left: 38px; */
		right: -12px;
		position: absolute;
	}

}

@media (max-width: 575px) {
	
	#page-title.page-title-parallax h1 {
		font-size: 34px;
	}
		
	#logo img {
		display: block;
		max-width: 100%;
		/* left: 38px; */
		right: -12px;
		top: 0px;
		position: absolute;
	}
	.heading-block h2 {
		letter-spacing: 3px;
	}
	
	.promo.promo-center h3 {
		font-size: 24px;
	}
	.contact-side {
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 60px -17px rgba(0,0,0,0.75);
	}
	
.page-bg .heading-block h1 {
    background: none;
    display: inline-block;
    padding: 0px;
    border-radius: 0px;
    color: #6e3b3b!important;
}
	#section-contact .feature-box.fbox-plain .fbox-icon {
		display: none;
	}
	
	#section-contact .feature-box {
		position: relative;
		margin-top: 20px;
		padding: 0;
		border-bottom: 3px solid #233042;
		border-top: 3px solid #233042;
	}
	.promo-tel {
		font-size: 24px;
		font-family: 'Lobster', cursive;
		letter-spacing: 3px;
	}
	.promo.parallax {
		padding: 40px 0 !important;
	}
	.footer-pad {
		padding: 10px;
	}
}




