/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
body {
    line-height: inherit !important;
}
@media only screen and (min-width : 481px) {
    .flex-row {
        display: flex;
        flex-wrap: wrap;
    }
    .flex-row > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }
    .flex-row.row:after, 
    .flex-row.row:before {
        display: flex;
    }
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
	
	#header-wrap {
    z-index: 1000;
	}
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
a {
    text-decoration: none !important;
    color: #660404;
}
/* PRELOAD */
.preloadBlk{
	background-color: #fff;
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 999999;
}
/**
 * ==============================================
 * Dot Stretching
 * ==============================================
 */
.stage {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 2rem 0;
    margin: 55px -5%;
    overflow: hidden;
	opacity: 1;
	transition: opacity 0.5s;
}

.dot-stretching {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ff0000;
  color: #ff0000;
  transform: scale(1.25, 1.25);
  animation: dotStretching 2s infinite ease-in;
}

.dot-stretching::before, .dot-stretching::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-stretching::before {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ff0000;
  color: #ff0000;
  animation: dotStretchingBefore 2s infinite ease-in;
}

.dot-stretching::after {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ff0000;
  color: #ff0000;
  animation: dotStretchingAfter 2s infinite ease-in;
}

@keyframes dotStretching {
  0% {
    transform: scale(1.25, 1.25);
  }
  50%,
  60% {
    transform: scale(0.8, 0.8);
  }
  100% {
    transform: scale(1.25, 1.25);
  }
}

@keyframes dotStretchingBefore {
  0% {
    transform: translate(0) scale(0.7, 0.7);
  }
  50%,
  60% {
    transform: translate(-20px) scale(1, 1);
  }
  100% {
    transform: translate(0) scale(0.7, 0.7);
  }
}

@keyframes dotStretchingAfter {
  0% {
    transform: translate(0) scale(0.7, 0.7);
  }
  50%,
  60% {
    transform: translate(20px) scale(1, 1);
  }
  100% {
    transform: translate(0) scale(0.7, 0.7);
  }
}
.preloadBlk.loaded .stage{
	opacity: 0;
}

	.preloadBlk h5{
		font-size: 35px;
		position: absolute;
		z-index: 2;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) scale(0.5, 0.5);
		-webkit-transform: translate(-50%, -50%) scale(0.5, 0.5) ;
		-moz-transform: translate(-50%, -50%) scale(0.5, 0.5);
		-ms-transform: translate(-50%, -50%) scale(0.5, 0.5);
		color: #212121;
		opacity: 1;
		transition: opacity 0.5s;
	}
			.preloadBlk.loaded h5{
				opacity: 0;
			}
	.preloadBlk .holdLg{
		width: 340px;
		height: 251px;
		position: absolute;	
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) scale(0.5, 0.5);
		-webkit-transform: translate(-50%, -50%) scale(0.5, 0.5) ;
		-moz-transform: translate(-50%, -50%) scale(0.5, 0.5);
		-ms-transform: translate(-50%, -50%) scale(0.5, 0.5);
		z-index: 1;

	}
		.preloadBlk .holdLg .corniceDX{
			position: absolute;
			right: 0;
			bottom: 0;
			z-index: 1;
			width: 316px;
			height: 167px;
			overflow: hidden;
		}
			.preloadBlk .holdLg img{
				transition-timing-function: ease-in;
			}

			.preloadBlk .holdLg .corniceDX img{
				position: absolute;
				right: 100%;
				bottom: 100%;
				transition: right 1s, bottom 1s;
			}
				.preloadBlk.loaded .holdLg .corniceDX img{
					right: 0;
					bottom: 0;
				}
		.preloadBlk .holdLg .corniceSX{
			position: absolute;
			left: 0;
			top: 0;
			z-index: 2;
			width: 316px;
			height: 167px;
			overflow: hidden;
		}
			.preloadBlk .holdLg .corniceSX img{
				position: absolute;
				top: 100%;
				left: 100%;
				transition: top 1s, left 1s;
			}
				.preloadBlk.loaded .holdLg .corniceSX img{
					top: 0;
					left: 0;
				}
		.preloadBlk .holdLg .gabi{
			position: absolute;
			width: 243px;
			height: 71px;
			overflow: hidden;
			left: 49px;
			top: 59px;
			z-index: 3;
		}
			.preloadBlk .holdLg .gabi img{
				position: absolute;
				top: 100%;
				left: 0;
				right: 0;
				transition: top 1s;
				transition-delay: 1s;
			}
			.preloadBlk.loaded .holdLg .gabi img{
				top: 0;
			}
		.preloadBlk .holdLg .infissi{
			position: absolute;
			width: 243px;
			height: 51px;
			overflow: hidden;
			left: 49px;
			top: 142px;
			z-index: 4;
		}
			.preloadBlk .holdLg .infissi img{
				position: absolute;
				bottom: 100%;
				left: 0;
				right: 0;
				transition: bottom 1s;
				transition-delay: 1s;
			}
			.preloadBlk.loaded .holdLg .infissi img{
				bottom: 0;
			}

/* // PRELOAD */




.m-0 {margin: 0px !important}
.m-5 {margin: 5px !important}
.m-10 {margin: 10px !important}
.m-15 {margin: 15px !important}
.m-20 {margin: 20px !important}
.m-30 {margin: 30px !important}
.m-40 {margin: 40px !important}
.m-50 {margin: 50px !important}
.m-60 {margin: 60px !important}
.m-70 {margin: 70px !important}
.m-80 {margin: 80px !important}
.m-90 {margin: 90px !important}
.m-100 {margin: 100px !important}
.m-110 {margin: 110px !important}
.m-120 {margin: 120px !important}
.m-130 {margin: 130px !important}
.m-140 {margin: 140px !important}
.m-150 {margin: 150px !important}
.m-160 {margin: 160px !important}
.m-170 {margin: 170px !important}
.m-180 {margin: 180px !important}
.m-190 {margin: 190px !important}
.m-200 {margin: 200px !important}

/*
 * 1.2 -> Basic Padding
 * -----------------------------------------------
*/
.p-0 {padding: 0!important;}
.p-5 {padding: 5px !important}
.p-10 {padding: 10px !important}
.p-15 {padding: 15px !important}
.p-20 {padding: 20px !important}
.p-30 {padding: 30px !important}
.p-40 {padding: 40px !important}
.p-50 {padding: 50px !important}
.p-60 {padding: 60px !important}
.p-70 {padding: 70px !important}
.p-80 {padding: 80px !important}
.p-90 {padding: 90px !important}
.p-100 {padding: 100px !important}
.p-110 {padding: 110px !important}
.p-120 {padding: 120px !important}
.p-130 {padding: 130px !important}
.p-140 {padding: 140px !important}
.p-150 {padding: 150px !important}
.p-160 {padding: 160px !important}
.p-170 {padding: 170px !important}
.p-180 {padding: 180px !important}
.p-190 {padding: 190px !important}
.p-200 {padding: 200px !important}

/*
 * 1.3 -> Margin top
 * -----------------------------------------------
*/
.mt-0 {margin-top: 0!important;}
.mt-5 {margin-top: 5px !important}
.mt-10 {margin-top: 10px !important}
.mt-15 {margin-top: 15px !important}
.mt-20 {margin-top: 20px !important}
.mt-30 {margin-top: 30px !important}
.mt-40 {margin-top: 40px !important}
.mt-50 {margin-top: 50px !important}
.mt-60 {margin-top: 60px !important}
.mt-70 {margin-top: 70px !important}
.mt-80 {margin-top: 80px !important}
.mt-90 {margin-top: 90px !important}
.mt-100 {margin-top: 100px !important}
.mt-110 {margin-top: 110px !important}
.mt-120 {margin-top: 120px !important}
.mt-130 {margin-top: 130px !important}
.mt-140 {margin-top: 140px !important}
.mt-150 {margin-top: 150px !important}
.mt-160 {margin-top: 160px !important}
.mt-170 {margin-top: 170px !important}
.mt-180 {margin-top: 180px !important}
.mt-190 {margin-top: 190px !important}
.mt-200 {margin-top: 200px !important}

/*
 * 1.4 -> Margin right
 * -----------------------------------------------
*/
.mr-0 {margin-right: 0!important;}
.mr-5 {margin-right: 5px !important}
.mr-10 {margin-right: 10px !important}
.mr-15 {margin-right: 15px !important}
.mr-20 {margin-right: 20px !important}
.mr-30 {margin-right: 30px !important}
.mr-40 {margin-right: 40px !important}
.mr-50 {margin-right: 50px !important}
.mr-60 {margin-right: 60px !important}
.mr-70 {margin-right: 70px !important}
.mr-80 {margin-right: 80px !important}
.mr-90 {margin-right: 90px !important}
.mr-100 {margin-right: 100px !important}
.mr-110 {margin-right: 110px !important}
.mr-120 {margin-right: 120px !important}
.mr-130 {margin-right: 130px !important}
.mr-140 {margin-right: 140px !important}
.mr-150 {margin-right: 150px !important}
.mr-160 {margin-right: 160px !important}
.mr-170 {margin-right: 170px !important}
.mr-180 {margin-right: 180px !important}
.mr-190 {margin-right: 190px !important}
.mr-200 {margin-right: 200px !important}

/*
 * 1.5 -> Margin bottom
 * -----------------------------------------------
*/
.mb-0 {margin-bottom: 0!important;}
.mb-5 {margin-bottom: 5px !important}
.mb-10 {margin-bottom: 10px !important}
.mb-15 {margin-bottom: 15px !important}
.mb-20 {margin-bottom: 20px !important}
.mb-30 {margin-bottom: 30px !important}
.mb-40 {margin-bottom: 40px !important}
.mb-50 {margin-bottom: 50px !important}
.mb-60 {margin-bottom: 60px !important}
.mb-70 {margin-bottom: 70px !important}
.mb-80 {margin-bottom: 80px !important}
.mb-90 {margin-bottom: 90px !important}
.mb-100 {margin-bottom: 100px !important}
.mb-110 {margin-bottom: 110px !important}
.mb-120 {margin-bottom: 120px !important}
.mb-130 {margin-bottom: 130px !important}
.mb-140 {margin-bottom: 140px !important}
.mb-150 {margin-bottom: 150px !important}
.mb-160 {margin-bottom: 160px !important}
.mb-170 {margin-bottom: 170px !important}
.mb-180 {margin-bottom: 180px !important}
.mb-190 {margin-bottom: 190px !important}
.mb-200 {margin-bottom: 200px !important}

/*
 * 1.6 -> Margin left
 * -----------------------------------------------
*/
.ml-0 {margin-left: 0!important;}
.ml-5 {margin-left: 5px !important}
.ml-10 {margin-left: 10px !important}
.ml-15 {margin-left: 15px !important}
.ml-20 {margin-left: 20px !important}
.ml-30 {margin-left: 30px !important}
.ml-40 {margin-left: 40px !important}
.ml-50 {margin-left: 50px !important}
.ml-60 {margin-left: 60px !important}
.ml-70 {margin-left: 70px !important}
.ml-80 {margin-left: 80px !important}
.ml-90 {margin-left: 90px !important}
.ml-100 {margin-left: 100px !important}
.ml-110 {margin-left: 110px !important}
.ml-120 {margin-left: 120px !important}
.ml-130 {margin-left: 130px !important}
.ml-140 {margin-left: 140px !important}
.ml-150 {margin-left: 150px !important}
.ml-160 {margin-left: 160px !important}
.ml-170 {margin-left: 170px !important}
.ml-180 {margin-left: 180px !important}
.ml-190 {margin-left: 190px !important}
.ml-200 {margin-left: 200px !important}

/*
 * 1.7 -> Padding top
 * -----------------------------------------------
*/
.pt-0 {padding-top: 0!important;}
.pt-5 {padding-top: 5px !important}
.pt-10 {padding-top: 10px !important}
.pt-15 {padding-top: 15px !important}
.pt-20 {padding-top: 20px !important}
.pt-30 {padding-top: 30px !important}
.pt-40 {padding-top: 40px !important}
.pt-50 {padding-top: 50px !important}
.pt-60 {padding-top: 60px !important}
.pt-70 {padding-top: 70px !important}
.pt-80 {padding-top: 80px !important}
.pt-90 {padding-top: 90px !important}
.pt-100 {padding-top: 100px !important}
.pt-110 {padding-top: 110px !important}
.pt-120 {padding-top: 120px !important}
.pt-130 {padding-top: 130px !important}
.pt-140 {padding-top: 140px !important}
.pt-150 {padding-top: 150px !important}
.pt-160 {padding-top: 160px !important}
.pt-170 {padding-top: 170px !important}
.pt-180 {padding-top: 180px !important}
.pt-190 {padding-top: 190px !important}
.pt-200 {padding-top: 200px !important}

/*
 * 1.8 -> Padding right
 * -----------------------------------------------
*/
.pr-0 {padding-right: 0!important;}
.pr-5 {padding-right: 5px !important}
.pr-10 {padding-right: 10px !important}
.pr-15 {padding-right: 15px !important}
.pr-20 {padding-right: 20px !important}
.pr-30 {padding-right: 30px !important}
.pr-40 {padding-right: 40px !important}
.pr-50 {padding-right: 50px !important}
.pr-60 {padding-right: 60px !important}
.pr-70 {padding-right: 70px !important}
.pr-80 {padding-right: 80px !important}
.pr-90 {padding-right: 90px !important}
.pr-100 {padding-right: 100px !important}
.pr-110 {padding-right: 110px !important}
.pr-120 {padding-right: 120px !important}
.pr-130 {padding-right: 130px !important}
.pr-140 {padding-right: 140px !important}
.pr-150 {padding-right: 150px !important}
.pr-160 {padding-right: 160px !important}
.pr-170 {padding-right: 170px !important}
.pr-180 {padding-right: 180px !important}
.pr-190 {padding-right: 190px !important}
.pr-200 {padding-right: 200px !important}

/*
 * 1.9 -> Padding bottom
 * -----------------------------------------------
*/
.pb-0 {padding-bottom: 0!important;}
.pb-5 {padding-bottom: 5px !important}
.pb-10 {padding-bottom: 10px !important}
.pb-15 {padding-bottom: 15px !important}
.pb-20 {padding-bottom: 20px !important}
.pb-30 {padding-bottom: 30px !important}
.pb-40 {padding-bottom: 40px !important}
.pb-50 {padding-bottom: 50px !important}
.pb-60 {padding-bottom: 60px !important}
.pb-70 {padding-bottom: 70px !important}
.pb-80 {padding-bottom: 80px !important}
.pb-90 {padding-bottom: 90px !important}
.pb-100 {padding-bottom: 100px !important}
.pb-110 {padding-bottom: 110px !important}
.pb-120 {padding-bottom: 120px !important}
.pb-130 {padding-bottom: 130px !important}
.pb-140 {padding-bottom: 140px !important}
.pb-150 {padding-bottom: 150px !important}
.pb-160 {padding-bottom: 160px !important}
.pb-170 {padding-bottom: 170px !important}
.pb-180 {padding-bottom: 180px !important}
.pb-190 {padding-bottom: 190px !important}
.pb-200 {padding-bottom: 200px !important}

/*
 * 1.10 -> Padding left
 * -----------------------------------------------
*/
.pl-0 {padding-left: 0!important;}
.pl-5 {padding-left: 5px !important}
.pl-10 {padding-left: 10px !important}
.pl-15 {padding-left: 15px !important}
.pl-20 {padding-left: 20px !important}
.pl-30 {padding-left: 30px !important}
.pl-40 {padding-left: 40px !important}
.pl-50 {padding-left: 50px !important}
.pl-60 {padding-left: 60px !important}
.pl-70 {padding-left: 70px !important}
.pl-80 {padding-left: 80px !important}
.pl-90 {padding-left: 90px !important}
.pl-100 {padding-left: 100px !important}
.pl-110 {padding-left: 110px !important}
.pl-120 {padding-left: 120px !important}
.pl-130 {padding-left: 130px !important}
.pl-140 {padding-left: 140px !important}
.pl-150 {padding-left: 150px !important}
.pl-160 {padding-left: 160px !important}
.pl-170 {padding-left: 170px !important}
.pl-180 {padding-left: 180px !important}
.pl-190 {padding-left: 190px !important}
.pl-200 {padding-left: 200px !important}
.bgCover{background-size: cover !important;}
.bgCenter{background-position: center center !important;}
.bgNoRepeat{background-repeat: no-repeat !important;}
.h100{height: 100% !important;}
.w100{width: 100% !important}
.ml-auto{margin-left: auto;}
.mr-auto{margin-right: auto;}

.fs-10{font-size: 10px;}
.fs-15{font-size: 15px;}
.fs-20{font-size: 20px;}
.fs-25{font-size: 25px;}
.fs-30{font-size: 30px;}
.fs-35{font-size: 35px;}
.fs-40{font-size: 40px;}
.fs-45{font-size: 45px;}
.fs-50{font-size: 50px;}
.fs-55{font-size: 55px;}
.fs-60{font-size: 60px;}

.float-left{float:left!important}
.float-right{float:right!important}
.float-none{float:none!important}
@media (min-width:576px){
	.float-sm-left{float:left!important}
	.float-sm-right{float:right!important}
	.float-sm-none{float:none!important}
	
	.text-sm-left{text-align: left !important;}
	.text-sm-right{text-align: right !important;}
}
@media (min-width:768px){
	.float-md-left{float:left!important}
	.float-md-right{float:right!important}
	.float-md-none{float:none!important}
	
	.text-md-left{text-align: left !important;}
	.text-md-right{text-align: right !important;}
}
@media (min-width:992px){
	.float-lg-left{float:left!important}
	.float-lg-right{float:right!important}
	.float-lg-none{float:none!important}
	
	.text-lg-left{text-align: left !important;}
	.text-lg-right{text-align: right !important;}
}
@media (min-width:1200px){
	.float-xl-left{float:left!important}
	.float-xl-right{float:right!important}
	.float-xl-none{float:none!important}
	
	.text-xl-left{text-align: left !important;}
	.text-xl-right{text-align: right !important;}
}

#logo a.standard-logo {
   /* margin: 10px 0;*/
}
@media (min-width: 300px){
	/*.col-xs-6 {
		flex: 0 0 auto;
		width: 50%;
	}*/
	#subHeader-wrap{
		position: relative;
		background-color: #fad548;
		padding: 10px;
	}
	#subHeader-wrap a{
		padding: 5px 10px;
		font-size: 0.76rem;
		line-height: 18px;
		font-weight: 700;
	}
}
@media (min-width: 992px){
	/*#header.transparent-header.dark:not(.sticky-header) #header-wrap {
		background: #fff;
	}*/
	
	#subHeader-wrap{
		position: absolute;
		z-index: 302;
		right: 0;
		top: 103px;
		
	}
	#subHeader-wrap > ul{
		list-style: none;
	}
	#subHeader-wrap > ul > li{
		display: list-item;
		background-color: #fad548;
		padding: 12px;
	}
	#subHeader-wrap > ul > li:hover{
		background-color: #800505;
	}
	#subHeader-wrap > ul > li:hover a{
		color: #fff;
	}
	#subHeader-wrap > ul > li > a{
		display: block;font-family: 'Lato', sans-serif;
		font-size: 0.75rem;
		line-height: 20px;
		font-weight: 700;
		text-transform: uppercase;
		padding: 0;		color: #131313;
	}
}
@media (min-width: 1200px){
	.sub-menu-container .menu-item:hover > .menu-link {
		color: #db3337;
	}
	.sub-menu-container, .mega-menu-content {
    	border-top: 2px solid #f5ce38;
	}
}



@media (min-width: 1600px){
	.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: 1600px;
	}
}
.menu-link{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;
}
.full-header .primary-menu .menu-container .menu-item:not(:last-child){
	border-right: 1px solid #C7C7C7;
}
.bg-color, .bg-color #header-wrap {
    background-color: #800505 !important;
}
.menu-item:hover > .menu-link, 
.menu-item.current > .menu-link {
    color: #da2f33;
}

.menu-item.current > .menu-link {
	border-bottom: 5px solid #fad239;
}
.uranus.tparrows:before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 60px;
}
.tparrows:before {
    font-family: revicons;
    font-size: 15px;
    color: #ffc800;
}
.slider-element.revslider-wrap{
	margin-top: 0 !important;
}

.button.button-dark {
    background-color: #1e1e1e;
}
.button.button-dark:hover {
    background-color: #800505;
}
.portfolio-desc h3 a:hover {
    color: #800505;
}
.portfolio-desc h3 {
    font-size: 1rem;
}
/*.portfolio:before, .portfolio:after{
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.portfolio:before{
	background-image: url("../img/_bg/cornerTL.png");
	top: 0;
	left: 0;
	z-index: 10;
}
.portfolio:after{
	background-image: url("../img/_bg/cornerBR.png");
	right: 0;
	bottom: 0;
	z-index: 11;
}*/
.dark .top-links-item{
	padding: 12px
}
.dark .top-links-item:hover {
    background-color: inherit;
}
.dark .top-links-item > a {
    color: #fff;
	padding: 0;
}
.dark .top-links-item:hover{
    background-color: #fad548;
	color: #131313;
}
.dark .top-links-item:hover,
.dark .top-links-item:hover > a{
	color: #121212;
}
.dark .top-links-item.invert {
    background-color: #fad548;
	color: #131313;
}
.dark .top-links-item.invert > a{
	color: #121212;
}

.dark .top-links-item.invert:hover {
    background-color: #121212;
}
.dark .top-links-item.invert:hover > a{
	color: #fff;
}

.heading-block h4{
	color: #800505;
}

.i-rounded{
	cursor: default;
}

.iconHolder{
	background-color: #800505;
	padding: 20px;
}
.iconHolder .boxIco{
	position: relative;
	padding: 40px 15px 0px;
}
.iconHolder *{
	color: #fff;
}

.iconHolder .boxIco i{
	color: #fad239;
	font-size: 70px;
	margin-bottom: 10px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	opacity: 0.2;
}
.iconHolder .boxIco h6{
	color: #fff;
	font-size: 22px;
	line-height: 23px;
	position: relative;
	z-index: 1;
}
.contCorner{
	padding: 30px;
	position: relative;
	margin-bottom: 15px;
}
.contCorner:before, .contCorner:after{
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.contCorner:before{
	background-image: url("../img/_bg/cornerTL.png");
	top: 0;
	left: 0;
	z-index: 10;
}
.contCorner:after{
	background-image: url("../img/_bg/cornerBR.png");
	right: 0;
	bottom: 0;
	z-index: 11;
}

.clients-grid .grid-item a:hover{
	cursor: inherit;
}

#portfolio2{
	
}
h1 > span:not(.nocolor):not(.badge), h2 > span:not(.nocolor):not(.badge), h3 > span:not(.nocolor):not(.badge), h4 > span:not(.nocolor):not(.badge), h5 > span:not(.nocolor):not(.badge), h6 > span:not(.nocolor):not(.badge) {
    color: #800505;
}

.testimonial.testimonial-full{
	background-color: #fad239;
	border-radius: 0;
}
.testimonial.testimonial-full p{
	color: #131313;
}
.testimonial-full .testi-meta{
	color: #800505;
}
.testimonial .flex-control-nav li a {
    background-color: #800505;
}
.dark #footer, #footer.dark {
    color: rgba(255,255,255,0.75);
    background-color: #800505;
    border-top-color: rgb(250 210 57);
}

.dark #copyrights, #copyrights.dark, .dark .copyright-links a , #copyrights.dark i, footer .social-icon i{
    color: rgb(255 255 255);
}
.button {
    background-color: #c7342c;
}
.button.button-3d:hover {
    background-color: #1a1a1a;
    opacity: 0.9;
}
.service-inner-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
	margin: 0 0px 0 -5px;
}

.service-inner-container .service-block {
    width: 25%;
    border: 10px solid #fff;
    border-right: none;
    background: #fad239;
    position: relative;
}
.service-inner-container .service-block {
    width: 33.33%;
}
[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s;
}
.service-inner-container .service-block .inner-box {
    position: relative;
    min-height: 330px;
    padding: 32px 30px 25px;
}
.service-inner-container .service-block .inner-box .title {
    position: relative;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.service-inner-container .service-block .inner-box > .title{
	font-size: 18px;
}
.service-inner-container .service-block .inner-box > .title span{
	font-size: 15px;
}
.service-inner-container .service-block .inner-box:hover  > .title a {
	color: #fad239 !important;
}
.service-inner-container .service-block .inner-box:hover > .title span{opacity: 0;}
.service-inner-container .service-block .inner-box .title a {
    position: relative;
    color: #000;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.abs-c {
    opacity: 0;
    position: absolute;
}
.inner-box:hover .abs-c {
    opacity: 1;
}
.service-inner-container .service-block .inner-box .icon-link-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    bottom: 20px;
    left: 30px;
}
.service-inner-container .service-block .inner-box .icon {
    position: relative;
    line-height: 1;
    color: #739900;
    font-size: 48px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.service-inner-container .service-block .inner-box .icon {
    color: #e91b23;
}
.service-inner-container .service-block .inner-box .more {
    position: relative;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-top: 30px;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	font-family: 'Poppins', sans-serif;
}

.service-inner-container .service-block .inner-box::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    background-color: #739900;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
@media (min-width: 1200px) {
	.service-inner-container .service-block .inner-box::before {
		background-color: #660404;
	}
	.service-inner-container .service-block .inner-box:hover::before {
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	.service-inner-container .service-block .inner-box:hover .more, 
	.service-inner-container .service-block .inner-box:hover .icon, 
	.service-inner-container .service-block .inner-box:hover p {
		color: #fff;
	}  
}

.text-right{text-align: right !important;}
.text-left{text-align: left !important}

.contMap{margin: 30px 0;}
.contMap > div { padding-top: 0 !important;}
.contMap > div > iframe{
	height: 350px !important;
	position: inherit;
	top: inherit;
	left: inherit;
}

.fbox-bg.fbox-center {
    margin-top: 2rem;
    padding: 0 1rem 1rem;
}

#page-title.page-title-dark{
	padding: 190px 0px 80px;
}

blockquote {
	padding: 30px 25px;
    border-left: 5px solid #fad239;
}
.contVideo > div{
	padding-top:  inherit !important;
}
.contVideo > div  iframe{
	position: inherit;
	top: inherit;
	height:  inherit;
	height: 400px !important;
}
.competenze{
	text-align: center;
}
.competenze i{
	float: none;
}
.competenze h4{
	
}
.competenze h4 span{
	font-size: 0.9rem;
}

.rate {
	font-size: 12px;
    margin-bottom: 0px;
    margin-top: 2px;
}
.rate span {
	display: inline-block;
    margin: 0 2px;color: #660404;
}
.owl-carousel .owl-dots .owl-dot {
    background-color: #660404;
}
.clients-grid .grid-item a, .clients-grid .grid-item img {
    width: 100%;
    max-width: 150px;
}
.lg-garanzia{
	position: absolute;
	z-index: 10;
	bottom: 25px;
	right: 25px;
}
.color-red{
	color: #c7342c;
}
.page-item.active .page-link, .page-link:hover, .page-link:focus {
    color: #FFF !important;
    background-color: #660404 !important;
    border-color: #660404 !important;
}
.btn-link, .page-link, .page-link:hover, .page-link:focus {
    color: #660404;
}

.portfolio-desc span{
	font-size: 0.9rem;
}


/* -- side menu bar --  */

.menuDropDown{
		display: none;
		width: 100%;
		height: 38px;
		color: #555;
		font-size: 14px;
		font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
		outline: none;
		cursor: pointer;
		-webkit-transition: all 250ms ease;
		-moz-transition: all 250ms ease;
		-ms-transition: all 250ms ease;
		-o-transition: all 250ms ease;
		transition: all 250ms ease;
		border: 1px solid #cccccc;
		padding: 0.5rem;	
	margin-bottom: 20px;
	}
	.side_menu{
		/*background-color: #EFCBBF;*/
		display: block;
		font-family: sans-serif;    margin-bottom: 0 !important;
	}

	.side_menu, .side_menu ul{
	  list-style-type: none;  
	  margin: 0;
	  padding: 0;  
	}

	.side_menu ul{
		 /*background-color: rgba(0, 0, 0, 0.2);*/
	}

	  .side_menu > li{
	    font-size: 18px;
	    font-weight: bold;
		padding: 0 !important;
	  }
	  .side_menu > li.active{
	  	
	  }
	.side_menu > li li{
		padding: 0 0 0 10px !important;
	}
	    .side_menu a{
			font-family: 'futura-pt', 'Source Sans Pro', Helvetica, Arial, sans-serif;
			display: block;
			position: relative;     
			padding: 6px 20px 6px 10px; 
			color: #000;
			text-decoration: none;
	    }
		
		.side_menu > li > a{
			color: #c7342c;
		}
		
		
	    .side_menu a:hover{
	      color: #191919;
	      text-decoration: none;
	    }





	  .has_child > a:after{
	    content: "\f101";
	    font-family: "FontAwesome";
	    display: block;
	    position: absolute;
	    right: 5px;
	    top: 5px;
	  }

	  .has_child.opened > a:after{
	   content: "\f103"; 
	  }

	  .side_menu ul{
	    display: none;
	  }

	  li.opened > ul{
	    display: block;
	  }

	  .submenu{
	    font-size: 90%;
	  }

	    .submenu > li > a{
	      padding-left: 20px;
	    }


	    .submenu a{
	      color: #606060 !important;
	    }

	    .side_menu .submenu li > a:hover,
	    .side_menu .submenu li > a:active,
	    .side_menu .submenu li > a:hover:active{
	      background-color: #fad548;
	      color: #191919 !important;
	    }

	   
	  .micromenu{
	    font-size: 85%;
	    font-weight: normal;
	  }

	    .micromenu > li > a{
	      padding-left: 30px;
	    }

	  .nanomenu{
	    font-size: 80%;
	  }

	    .nanomenu > li > a{
	      padding-left: 40px;
	    }


	  .side_menu li.active > a,
	  .side_menu li.active > a:hover,
	  .side_menu li.active > a:active,
	  .side_menu li.active > a:hover:active{
	    color: #931710  !important;
	    /*background-color: #fff !important;*/
	    text-decoration: underline;
	    font-weight: bold;
	  }
	  .submenu li.active > a:hover{
	  	color: #fff !important;
	  }
	@media only screen and (max-width: 768px)
	{
			.menuDropDown{
				display: block;
			}
			.side_menu{
				display:none;
			}
	}

.sideBar h3{
	margin-bottom: 10px;
}
.sideBar hr{
	margin: 0 0 10px 0;
}
.sideBar form{
	margin: 0;
}
/* -- //side menu bar --  */
.product-title h3 a:hover,
.single-product .product-title h2 a:hover {
    color: #660404;
}
.product-title h3 {
    font-size: 1rem;
	display: inline-block;
	height: 48px;
	overflow: hidden;
}
.product-image > a{
	display: block;
	position: relative;
	height: 220px;
	background-color: #E8E8E8;
}
@media (min-width: 768px){
	.product-image > a > img {
		-webkit-transform: translateY(-15%) translate(-50%, -50%);
		transform: translateY(-15%) translate(-50%, -50%);
	}
}
.product-image > a > img{
	 display: inline-block;
    width: auto; 
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #c7342c !important;
}

.portfolio:not(.videoGallery)  .portfolio-item .portfolio-image > a{
	display: block;
	position: relative;
	height: 220px;
	background-color: #E8E8E8;
}

@media (min-width: 768px){
	.portfolio:not(.videoGallery) .portfolio-reveal .portfolio-item:hover .portfolio-image img {
		-webkit-transform: translateY(-15%) translate(-50%, -50%);
		transform: translateY(-15%) translate(-50%, -50%);
	}
}
.portfolio:not(.videoGallery) .portfolio-item .portfolio-image > a > img{
	 display: inline-block;
    width: auto; 
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.product-image .oc-item > a{
	display: block;
	position: relative;
	height: 330px;
	background-color: #E8E8E8;
}
	.product-image .oc-item > a > img{
		 display: inline-block;
		width: auto; 
		height: auto;
		max-width: 100%;
		max-height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
#linked-to-gallery .oc-item > a{
	display: block;
	position: relative;
	height: 80px;
	background-color: #E8E8E8;
}
	#linked-to-gallery  .oc-item > a > img{
		 display: inline-block;
		width: auto; 
		height: auto;
		max-width: 100%;
		max-height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

.mfp-container .mfp-close{
	position: fixed;
	color: #fff;
}
.flagEcobonus2 > img {
    width: 30px;
    height: auto;
}
.flagEcobonus2{
	display: block;
	position: fixed; z-index: 101;
	right: 15px;
	bottom: 50px;
	background-color: #fad239;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
}
.flagEcobonus{
	display: block;
	position: fixed; z-index: 101;
	right: 15px;
	bottom: 90px;
	background-color: #fad239;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
}
.flagEcobonus > img{
	width: 30px;
	height: auto;
}
.footerContact{
	list-style: none;
	display: block;
	position: fixed;
	left: 15px;
	bottom: 15px;
	z-index: 100;
}
	.footerContact li{
		display: block;
		margin-bottom: 5px;
		width: 50px;
		height: 50px;
		-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
		position: relative;
	}
.footerContact li:hover{
	-ms-transform: scale(1.1, 1.1); /* IE 9 */
	-webkit-transform: scale(1.1, 1.1); /* Safari */
	transform: scale(1.1, 1.1);
}

.footerContact li .flagWA{
	position: absolute;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #cccccc;
	padding: 7px 30px 7px 10px;
    width: 190px;
    left: 60px;
    bottom: 10px;
}
.footerContact li .flagWA.off{display: none !important;}
.footerContact li .flagWA > span{
	font-size: 12px;
    font-family: 'Lato', sans-serif;
    line-height: 10px !important;
	/*--bs-body-line-height: 10px !important;*/
}
.footerContact li .flagWA > a{
	display: block;
	font-size: 10px;
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 12px;
	width: 15px; height: 15px;
}
.footerContact li .flagWA > a > i{
	font-size: 12px;
	line-height: 15px;
}
.footerContact li > a{
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
}
.footerContact li > a > i{
	color: #fff;font-size: 22px;line-height: 50px;
}
.footerContact li.email > a{
	background-color: #7E0A0C;
}
.footerContact li.telefono > a{
	background-color: #111111;
}
.footerContact li.whatsapp > a{
	background-color: #054F00;
}
.credits_link{
 color: #38B5E6 !important;
 font-weight: 700;
 font-family: sans-serif;
}

.credits_link:hover{
 color: #fff !important;
}

 .credits_link:before{
  content: "";
  vertical-align: middle;
  width:16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url(../../www.clion.it/favicon-96x96.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;

  transition: all 450ms ease;
 }

  .credits_link:hover:before{
   transform: rotateZ(360deg) rotateY(360deg);
  }

#gotoTop:hover {
    background-color: #fad239;
}

@media (min-width: 992px){
	.menu-link {
		padding: 39px 13px;
	}
}

.fbox-plain .fbox-icon i, .fbox-plain .fbox-icon img {
    color: #fad239;
}

.dBTN-desk{display: table;}
.dBTN-mobile{display: none;}
.d-desk{display: block;}
.d-mobile{display: none;}

/* --------------------------------------------- */
@media screen and (max-width: 1720px) {
	.menu-link {
		padding: 39px 10px;
	}
}
@media screen and (max-width: 1640px) {
	.menu-link {
		padding: 39px 8px;
	}
	.menu-link {
   		 font-size: 12px;
	}
}
@media screen and (max-width: 1520px) {
	.menu-link {
		padding: 39px 7px;
	
   		 font-size: 11px;
	}
}
@media screen and (max-width: 1440px) {
	.fbox-bg.fbox-center h3 span{
		font-size: 0.7rem;
	}
	.menu-link {
		padding: 39px 7px;
		 font-size: 10px;
	}
}
@media screen and (max-width: 1360px) {
	#logo img{
		height: 80px !important;
	}
	.header-misc {
		margin-left: 0px;
	}
	.menu-link {
		padding: 39px 6px;
   		font-size: 10px;
	}
}
@media screen and (max-width: 1290px) {
	#logo img{
		height: 75px !important;
	}
	.menu-link {
		padding: 39px 5px;
   		font-size: 9px;
	}
}
@media screen and (max-width: 1200px) {
	.header-misc:not([class*="order-"]) {
		-ms-flex-order: 0;
		order: 0;
	}
	#logo img{
		height: 70px !important;
	}
	.menu-link {
		padding: 39px 5px;
   		font-size: 9px;
	}
	
	.dBTN-desk{display: none;}
	.dBTN-mobile{display: table;}
	.d-desk{display: none;}
	.d-mobile{display: block;}
}
@media screen and (max-width: 1024px) {
	.stretched .full-header #header-wrap > .container {
		padding: 0 20px;
	}
	.full-header #logo {
    	padding-right: 0px;
	}
	#logo img{
		height: 80px !important;
	}
	.menu-link {
    	font-size: 10px;
		padding: 30px 7px !important;
	}
}
@media screen and (max-width: 991px) {
	.top--50{
		top: -50px !important;
	}
	.full-header .primary-menu .menu-container .menu-item:not(:last-child) {
		border-right: none;
	}
	.menu-link {
		font-size: 12px;
		padding: 15px 7px !important;
	}
	.button.button-full {
    	font-size: 18px;
	}
	.testimonial-full .testi-content {
		font-size: 15px;
	}
}
@media screen and (max-width: 768px) {
	.service-inner-container .service-block {
		width: 100%;
	}
	.testimonial-full .testi-content {
		font-size: 14px;
	}
	.top-search-form input,
	.top-search-form input::placeholder{
		font-size: 18px;
	}
	
}
@media screen and (max-width: 767px) {
	#top-bar{
		display: none;
	}
	.iconHolder .boxIco {
		padding: 25px 15px 0px;
	}
	.iconHolder .boxIco i {
		font-size: 50px;
	}
	.iconHolder .boxIco h6 {
		font-size: 14px;
		line-height: 16px;
	}
	.heading-block h2 {
		font-size: 20px;
	}
	.button.button-3d{
		font-size: 0.75rem !important;
    	letter-spacing: inherit;
	}
	#page-title.page-title-dark {
    	padding: 80px 0px 30px;
	}
	#page-title.page-title-parallax h1 {
    	font-size: 25px; letter-spacing: 1px;
	}
	#page-title.page-title-parallax span {
		font-size: 1rem;
	}
	.footerContact{margin-bottom: 0;}
	.footerContact li, .footerContact li a{
		width: 40px;
		height: 40px;
	}
	.footerContact li > a > i{
		font-size: 22px;
		line-height: 40px;
	}
	.flagEcobonus{

		width: 40px;
		height: 40px;
		line-height: 40px;
		bottom: 20px;
	}
	.flagEcobonus > img{
		
	}
	.btn-1, .btn-2, .btn-3{display: none !important;}
}
@media screen and (max-width: 425px) {
	.iconHolder .boxIco {
		padding: 25px 15px 0px;
	}
	.iconHolder .boxIco i {
		font-size: 50px;
	}
	.iconHolder .boxIco h6 {
		font-size: 14px;
		line-height: 16px;
	}
}
@media screen and (max-width: 320px) {

}
@media screen and (min-width: 320px) and (max-width: 990px) {
  

}