
/*==================================================
 * Effect 2
 * ===============================================*/
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}


body, .dropdown-menu {
    font-size: 18px;
}
#header {
    position: relative;
    background-color: #ededed;
    border-bottom: 1px solid #000000;
}

#header.sticky-header #header-wrap {
    background-color: #ededed;

}

#logo {
    margin-right: 10px;
}

dark #top-bar, #top-bar.dark {
    border-bottom-color: rgba(255,255,255,0.1);
    background-color: #141414!important;
}
header:after {
    content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 100;
    bottom: -54px;
    display: block;
    height: 71px;
}

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: 23px!important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#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: #141414;
}

#page-title.page-title-parallax h1 {
    font-size: 58px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #e3be2d;
}

#primary-menu.style-3 > ul > li:hover > a {
    color: #e3be2d;
    background-color: #141414;
}
.current-menu-item a {
    color: #e3be2d!important;
    background-color: #1c1a19;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
    color: white;
}

#page-title.page-title-dark .breadcrumb a {
    color: rgb(255, 255, 0);
}
/* ----------------------------------------------------------------
	Content
-----------------------------------------------------------------*/
.heading-block h2 {
    font-size: 49px;
    color: #141414;
    letter-spacing: 7px;
}

.service .heading-block h2 {
    font-size: 37px;
    color: #141414;
    letter-spacing: 7px;
}

.heading-block:after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 190px;
    border-top: 4px solid #080808;
}
.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.fbox-center p {
    font-size: 18px;
    margin-top: 15px;
}
.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);
}
.fbox-shadows .feature-box h3 {
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 7px;
    color: #1c1a19;
    border-bottom: 2px solid #e3be2d;
}

.feature-box.media-box.fbox-bg .fbox-media img {
    border-radius: 5px 5px;
}

.dark .section, .section.dark {
    background-color: #141414!important;
}

.dark .feature-box.fbox-border.fbox-light .fbox-icon i, .dark .feature-box.fbox-border.fbox-light .fbox-icon img, .dark .feature-box.fbox-border.fbox-dark .fbox-icon i, .dark .feature-box.fbox-border.fbox-dark .fbox-icon img, .dark .feature-box.fbox-plain.fbox-light .fbox-icon i, .dark .feature-box.fbox-plain.fbox-light .fbox-icon img, .dark .feature-box.fbox-plain.fbox-dark .fbox-icon i, .dark .feature-box.fbox-plain.fbox-dark .fbox-icon img {
    color: #ff0!important;
}

.promo.promo-dark {
    background-color: #222231;
}

.promo.promo-center h3 {
	font-size:44px;
}

.promo > span, .promo > .container > span {
    display: block;
    color: #444;
    font-weight: 300;
    font-size: 20px;
    margin-top: 6px;
}

.promo.promo-dark h3 {
    color: #e3be2d;
}

.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: #e3be2d;
}
.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;
}

.button {
    color: #000;
}
.heading-block ~ p:not(.lead) {
    font-size: 18px;
}

.span-content strong{
    display: -webkit-inline-box;
}

.breadcrumb a {
    color: #e0dcdc;
}


.service span strong {
    /* padding: 5px; */
    display: -webkit-inline-box;
}
/* ----------------------------------------------------------------
	Contact
-----------------------------------------------------------------*/

.contact-side {
    background: #fffffffc;
    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 60px -17px rgba(0,0,0,0.75);
}

.contact-head {
    background: #C73600;
    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 #e3be2d;
    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;
 
    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:hover .call a {
    color:#2B2422;
	-webkit-transition: all .8s ease-in-out; 
	transition: .5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.call {
    font-size: 36px;
}

.call a {
    font-size: 31px;
	font-weight:bold;
}.call a:hover {
    color:#e3be2d;
}


/* ----------------------------------------------------------------
Page
-----------------------------------------------------------------*/



img.padding-img {
    height: 100%;
}

.page-bg {
    background-color: rgba(30, 30, 31, 0.9);
}
.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: white;
    display: inline-block;
    padding: 4px;
    border-radius: 5px;
    color: #c73600!important;
}

#top-search a i {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    font-size: 42px;
}
/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/
#footer.dark, .dark #footer {
    background-color: #141414!important;
    color: #CCC;
    border-top-color: rgba(0,0,0,0.2);
}

.dark #copyrights {
    background-color: rgba(0,0,0,0.2);
    color: rgba(239, 238, 238, 0.62);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.dark #copyrights {
    background-color: rgba(0,0,0,0.2);
    color: rgb(255, 255, 0)!important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}


/* ----------------------------------------------------------------
	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: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-color: #C6C09C;
    background-color: #141414;
    color: #FFF;
    cursor: pointer;
    z-index: 3;
    color: #ff0;
    -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: #222;
	color: #FFF;
}

.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;

}



/* ----------------------------------------------------------------
	Responsiv
-----------------------------------------------------------------*/

@media (max-width: 1440px) {}

@media (min-width: 992px) and (max-width: 1203px) {
	#primary-menu ul li > a {
		font-weight: bold;
		font-size: 17px!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;  
	}
	.service span strong {
		/* padding: 5px; */
		display: -webkit-inline-box;
	}
}	

@media (min-width: 576px) and (max-width: 767px) { }

@media (max-width: 575px) {
	
	#page-title.page-title-parallax h1 {
		font-size: 34px;
	}
		
	
	.heading-block h2 {
		letter-spacing: 3px;
	}
	
	.promo.promo-center h3 {
		font-size: 28px;
	}
	.contact-side {
		background: #fffffffc;
		margin: 0 auto;
		padding: 20px 10px 1px 10px;
		-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: white!important;
	}
	
	.swiper_wrapper .slider-caption p {
		font-size: 20px!important;
		margin-right: 20px!important;
		letter-spacing: 3px;
	}
	.swiper_wrapper .slider-caption h2 {
		font-size: 2rem!important;
	}
}


