/* [ALGEMEEN] */
body {
	background: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5em;
	line-height:1.5em;
	color: #000;
	margin: 0;
	font-weight: 300;
}

a {
	color: #ff9000;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

a:hover,
a:focus,
a:active {

}

p {
	line-height: 1.9em;
    font-size: 1.2em;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

h1, .h1 {
    font-size: 50px;
    font-weight: 400;
}

h2, .h2 {
	font-weight: 400;
    font-size: 40px;
}

h3, .h3 {
	font-weight: 400;
    font-size: 31px;
}

h4, h5, h6 {

}

#wrap {
	min-height: 100%;
	height: auto !important;
}

.rel {
	position: relative;
}

.spacer {
	height: 30px;
}

.spacer2 {
	height: 15px;
}

.boxshadow {
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
       -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
        -ms-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
         -o-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
            box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
}

a.no_link {
    text-decoration: none;
    color: inherit;
}

/* Custom UXO */
section.header {
    box-shadow: 1px 3px 4px rgb(0 0 0 / 11%);
    position: relative;
    z-index: 2;
    background: #ffffff;
    color: #000000;
}

section.fadehead {
	position: relative;
}

section.black {
	background-color: #000;
	color: #ffffff;
}

.logo {
    margin-top: 8px;
    margin-bottom: 8px;
    max-width: 320px;
}

.navbar {
    margin: 0px 0;
    background: transparent;
    border: 0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: transparent;
    border: 0;
}

.navbar-nav a.active {
	border-bottom: 2px solid #EF8122;
}

section.header hr.hrv1 {
    margin: 0px;
    border-top: 1px solid #c1c1c1;
}

.navbar-default ul.navbar-nav {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    padding: 23px 14px 23px 16px;
    font-weight: 400;
}

.carousel-caption {
    left: 6%;
    right: 58%;
    bottom: 16%;
    text-align: left;
    width: auto;
}

.carousel-caption .tophead {
    font-weight: 600;
    font-size: 5em;
    line-height: 1em;
    text-shadow: 1px 2px 8px rgb(0 0 0 / 70%);
    margin-bottom: 23px;
    text-transform: uppercase;
}

.carousel-caption .bottomhead {
	line-height: 1.1em;
	font-size: 3em;
	font-family: 'Poppins';
	font-weight: 400;
	text-shadow: 1px 2px 4px rgb(0 0 0 / 70%);
	margin-bottom: 21px;
	text-transform: uppercase;
}

.carousel-inner .item {
	/* position: relative; */
	max-height: 626px;
	overflow: hidden;
}

.carousel-inner .item img {
	width: 100%;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 10%;
}

section.header .top-room {
	background-color: #EF8122;
	color: #ffffff;
	padding: 10px 10px;
	font-weight: 400;
}

.scope {
	position: absolute;
	right: 0;
	z-index: 1;
	height: 100%;
	pointer-events: none;
}

section.imgbg {
	position: relative;
}

section.imgbg img {
	width: 100%;
}

section.imgbg .orange-div {
	background-color: #EF8122;
	margin-top: -459px;
	color: #ffffff;
	padding: 16px 48px;
	font-size: 17px;
	font-weight: 500;
	box-shadow: 1px 2px 5px rgb(0 0 0 / 42%);
}

section.pageheading {
	padding: 40px 0px;
}

.ul-v2 ul {
    list-style-type: none;
    /* font-weight: 300; */
    font-size: 16px;
    margin: 0;
    padding: 0 0 0 4px;
}

.ul-v2 li {
    color: #fff;
    font-weight: 500;
    margin-bottom: 11px;
    font-size: 1.1em;
    word-break: break-word;
	position: relative;
	padding-left: 40px;
}

.ul-v2 ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    color: #f1672e;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 26px;
    content: "\f00c";
    margin: 0;
}

.ul-v2 ul li:before {
    color: #fff;
}

.tag-wrap {
    filter: drop-shadow(0px 0px 9px rgba(0, 0, 0, 0.3));
}

section.clippers .clipper1 {
    clip-path: polygon(100% 0, 100% 91%, 50% 100%, 0 91%, 0 0);
    background: #fff;
    padding: 0px 0px 90px;
    display: inline-block;
}

section.clippers .clipper2 {
    clip-path: polygon(100% 0, 100% 100%, 50% 82%, 0 100%, 0 0);
    background: #ef8122;
    padding: 0px 50px 21px;
    text-align: center;
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: -65px;
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 175px;
    align-items: center;
}

section.clippers .clipper2 p {
    margin: 0 auto;
}

section.clippers .padfixer {
    padding: 20px 30px;
    text-align: center;
}

section.clippers .padfixer h2 {
    font-size: 40px;
    line-height: 39px;
}

section.clippers .padfixer h3 {
    font-size: 22px;
    font-weight: 600;
}

section.clippers .padfixer p {
    font-size: 18px;
    line-height: 37px;
}

section.duo-img {
	background-image: url(img/duoimg-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	color: #ffffff;
	background-position: center;
}

section.duo-img p {
	font-weight: 500;
}

.content-padder {
	padding: 70px 0px;
}

.small-h2 h2 {
	font-size: 26px;
}

/* [HEADER] */
.logo{
	margin-top:15px;
	margin-bottom:15px;
	max-height: 112px;
}

/* [MENU] */
.navbar{
	margin: 15px 0;	
	background: transparent;
	border: 0;
}

.navbar-default .navbar-nav>li>a {
	color: #000;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background:transparent;
	border:0;
	padding: 0px;
}

.navbar-toggle {
	background-color:#FFFFFF;
	font-size:12px;
	background: #ffffff;
	margin: 15px 0 15px 0;
	width: 60px;
	color: #ef8122;
	padding: 0;
	border: 2px solid #ef8122;
	border-radius: 0px;
}

.navbar-collapse {
	max-height:none !important;	
}

.mobielmenu {
	background: #e8e8e8;
	color: #303030;
}

.mobielmenu a {
	color: #4a4a4a;
	font-weight: 500;
}

/* [TAAL SWITCHER] */
.taal {
	margin: 24px 0;
}

.taal .flag-icon {
	font-size: 20px;
	margin-left: 5px;
}

.taal .fa-chevron-down {
	color: #202431;
}

.taal dropdown {
	position: relative;
	display: inline-block;
}

.taal dropdown label, 
.taal dropdown ul li {
	display: block;
	width: 90px;
	background: transparent;
	padding: 10px 10px !important;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

.taal dropdown label:hover, 
.taal dropdown ul li:hover {
	background: #DC1C23;
	color: #FFF;
	cursor: pointer;
}

.taal dropdown label {
	color: #202431;
	position: relative;
	z-index: 2;
}

.taal dropdown label svg {
	float: right;
	font-size: 14px !important;
	color: #C3C1C1;
	margin: 2px 0;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

.taal dropdown input {
	display: none;
}

.taal dropdown input ~ ul {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	top: -20px;
	z-index: 1;
	padding-left: 0;
}

.taal dropdown input:checked + label {
	background: transparent;
	color: #202431;
	margin-bottom: 0;
}

.taal dropdown input:checked ~ ul {
	visibility: visible;
	opacity: 1;
	top: 42px;
}

.taal dropdown ul li a {
	display: block;
	color: #3E3E3E;
	line-height: 14px;
}

.taal dropdown ul li:hover a,
.taal dropdown ul li:focus a,
.taal dropdown ul li:active a {
	color: #FFF;
	text-decoration: none;
}

/* NL */
.taal dropdown ul li:nth-child(1) {
	background: #FFF;
	border-left: 4px solid #FF9A34;
}

.taal dropdown ul li:nth-child(1):hover {
	background: #FF9A34;
	color: white;
}

/* EN */
.taal dropdown ul li:nth-child(2) {
	background: #FFF;
	border-left: 4px solid #f00000;
}

.taal dropdown ul li:nth-child(2):hover {
  	background: #f00000;
	color: white;
}

/* DE */
.taal dropdown ul li:nth-child(3) {
	background: #FFF;
	border-left: 4px solid #000;
}

.taal dropdown ul li:nth-child(3):hover {
	background: #000;
	color: white;
}

.animate {
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
	     -o-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.taal dropdown ul li .flag-icon {
	float: right;
	font-size: 14px;
	margin-left: 10px;
}

/* [CONTENT] */
section.page {
	padding: 70px 0;
}

section.bgimgv2 {
	background-image: url(img/orangebgimg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0px;
	color: #ffffff;
}

section.bgimgv2 p {
	font-weight: 500;
}

.img-borderd img.img-responsive {
	box-shadow: 16px 16px 0 #ef8122;
}

section#advies {
	background: #ef8122;
	padding: 70px 0px;
}
/* [FOOTER] */
#footer {
	padding: 30px 0;
	min-height: 150px;
	background: #E8E8E8;
	color: #000;
}

#footer  a {
	color: #000;
}

#footer .title {
	font-size: 25px;
	margin-bottom: 21px;
	font-weight: 300;
}

footer .links li {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 500;
}

footer hr {
	border-top: 3px solid #dbdbdb;
    margin: 30px 15px;
}

/* [ANIMATIONS] */

.animate-scale {
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: -webkit-transform 0.2s ease-in;
	transition: transform 0.2s ease-in;
	transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}

.animate-scale:hover {
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
	transition: -webkit-transform 0.2s ease-in;
	transition: transform 0.2s ease-in;
	transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}

.mouse_scroll {
	display: block;
	z-index: 2;
	margin: 0 auto;
	width: 24px;
	height: 100px;
	margin-top: 100px;
	position: absolute;
	left: 50%;
	bottom: 6px;
	margin-left: -12px;
	cursor: pointer;
}

.m_scroll_arrows {
	display: block;
	width: 5px;
	height: 5px;
	transform: rotate(45deg);
	border-right: 3px solid white;
	border-bottom: 3px solid white;
	margin: 0 0 3px 4px;
	width: 16px;
	height: 16px;
}

.m_scroll_arrows.up {
	transform: rotate(180deg);
}

.unu {
	margin-top: 1px;
}

.unu, .doi, .trei {
	animation: mouse-scroll 1s infinite;
}

.unu {
	animation-delay: .1s;
	animation-direction: alternate;
}

.doi {
	animation-delay: .2s;
	animation-direction: alternate;
	margin-top: -6px;
}

.trei {
	animation-delay: .3s;
	animation-direction: alternate;
	margin-top: -6px;
}

.mouse {
	height: 42px;
	width: 24px;
	border-radius: 14px;
	transform: none;
	border: 2px solid white;
	top: 170px;
}

.wheel {
	height: 5px;
	width: 2px;
	display: block;
	margin: 5px auto;
	background: white;
	position: relative;
	height: 4px;
	width: 4px;
	border: 2px solid #fff;
	border-radius: 8px;
}

.wheel {
	animation: mouse-wheel 0.6s linear infinite;
}

/* Blog */
.blog-relaters {
	padding: 80px 0px 30px;
}

@keyframes mouse-wheel {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(6px);
	}
}

@keyframes mouse-scroll {
	0% {
		opacity: 0;
	}
	50% {
		opacity: .5;
	}
	100% {
		opacity: 1;
	}
}

/* [BUTTONS] */


/* [GOOGLEMAP] */
.gm-style-iw {
	padding: 10px;
	line-height: 22px;
	font-size: 14px !important;
	font-weight: 500 !important;
}

.gm-style-iw h5 {
	font-family: 'Montserrat', sans-serif;
	color: #ef8122;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.gm-style-iw a {
	color: #ef8122;
	font-weight: 700;
	margin-left: 0 !important;
	float: unset !important;
}

.gm-style-iw a:hover,
.gm-style-iw a:focus,
.gm-style-iw a:active {
	text-decoration: none;
	color: #3FA535;
}

/* [MUI FORM] */
.mui-textfield--float-label>label {
    font-size: 14px;
}

.mui-textfield>input, 
.mui-textfield>textarea {

}

.mui-textfield>input:focus~label, 
.mui-textfield>textarea:focus~label {
    
}

.mui-textfield>input:focus, 
.mui-textfield>textarea:focus {
    
}

/* [TAAL] */
.taal {
	margin: 0;
	position: relative;
	z-index: 3;
}

.taal .flag-icon {
	font-size: 14px;
	margin: 0 10px;
}

.taal dropdown {
	position: relative;
	display: inline-block;
}

.taal dropdown label, 
.taal dropdown ul li {
	display: block;
	width: 105px;
	background: none;
	padding: 10px !important;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.taal dropdown label:hover, 
.taal dropdown ul li:hover {
	background: none;
	color: none;
	cursor: pointer;
}

.taal dropdown label {
	color: #ffffff;
	position: relative;
	z-index: 2;
	font-weight: 400;
	padding: 2px 13px 0px 0px!important;
}

.taal dropdown label svg {
	float: right;
	font-size: 14px !important;
	color: #C3C1C1;
	margin: 2px 0;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

.taal dropdown input {
	display: none;
}

.taal dropdown input ~ ul {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	top: -20px;
	z-index: 1;
	padding-left: 0;
}

.taal dropdown input:checked + label {
	background: none;
	color: #ffffff;
	margin-bottom: 0;
}

.taal dropdown input:checked ~ ul {
	visibility: visible;
	opacity: 1;
	top: 36px;
}

.taal dropdown ul li a {
	display: block;
	color: #3E3E3E;
	line-height: 14px;
}

.taal dropdown ul li:hover a,
.taal dropdown ul li:focus a,
.taal dropdown ul li:active a {
	color: #FFF;
	text-decoration: none;
}

/* NL */
.taal dropdown ul li:nth-child(1) {
	border-left: 4px solid #FF9A34;
}

.taal dropdown ul li:nth-child(1):hover {
	background: #FF9A34;
	color: white;
}

/* EN */
.taal dropdown ul li:nth-child(2) {
	border-left: 4px solid #f00000;
}

.taal dropdown ul li:nth-child(2):hover {
  	background: #f00000;
	color: white;
}

/* DE */
.taal dropdown ul li:nth-child(3) {
	border-left: 4px solid #000;
}

.taal dropdown ul li:nth-child(3):hover {
	background: #000;
	color: white;
}

/* FR */
.taal dropdown ul li:nth-child(4) {
	border-left: 4px solid #002380;
}

.taal dropdown ul li:nth-child(4):hover {
	background: #002380;
	color: white;
}

.taal dropdown ul li {
	background-color: #ffffff;
}

.animate {
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
	     -o-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.taal dropdown ul li .flag-icon {
	float: right;
	font-size: 14px;
	margin-left: 10px;
}

/* Internet Explorer */
@media all and (-ms-high-contrast: none) {
	
}

/* Edge */
@supports (-ms-ime-align:auto) {
	
}

/* [CAROUSEL] */
.carousel-inner> .item > img, 
.carousel-inner> .item > a > img {
	margin:auto;
}

.carousel-indicators {
	bottom: -20%;
}

.carousel:hover .carousel-indicators {
	bottom: 2%;
}

.carousel-control, .carousel-indicators {
	-webkit-transition: all 300ms ease-out;
	   -moz-transition: all 300ms ease-out;
	    -ms-transition: all 300ms ease-out;
	     -o-transition: all 300ms ease-out;
	        transition: all 300ms ease-out;
}

.carousel-control.left {
	left: -10%;
	opacity: 0;
}

.carousel:hover  .carousel-control.left {
	left: 0%;
	opacity: 0.5;
}

.carousel-control.right {
	right: -10%;
	opacity: 0;
}

.carousel:hover  .carousel-control.right {
	right: 0%;
	opacity: 0.5;
}

.carousel {
	overflow: hidden;
}

.carousel-caption {
    left: 10%;
    right: 33%;
    bottom: 20%;
    text-align: left;
}

.carousel-captionv2 {
    left: 10%;
    right: 33%;
    bottom: 5vw;
    text-align: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
	width: 84%;
}

.carousel-captionv2 .tophead {
    margin-bottom: 0px;
}

@media (min-width: 768px) {

	.carousel-caption h2 {
	    font-size: 250%;
	    display: inline-block;
	    color: #fff;
	    padding: 15px;
	    background: rgba(0,0,0,0.3);
	    clear: both;
	    float: left;
	}

	.carousel-caption p {
	    font-size: 200%;
	    padding: 15px;
	    background: rgba(0,0,0,0.3);
	    display: inline-block;
	    clear: both;
	    float: left;
	}
	.carousel-caption .btn {
		text-shadow: none;
		/* float: left; */
		clear: both;
	}

}

.carousel.fade{
	opacity: 1
}

.fade .carousel-inner .item {
	opacity: 0;
  	transition-property: opacity;
}

.fade .carousel-inner .active {
	opacity: 1;
}

.fade .carousel-inner .active.left,
.fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.fade .carousel-inner .next.left,
.fade .carousel-inner .prev.right {
	opacity: 1;
}

.fade .carousel-control {
	z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {

    .fade .carousel-inner > .item.next,
    .fade .carousel-inner > .item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		      transform: translate3d(0, 0, 0);
    }

    .fade .carousel-inner > .item.prev,
    .fade .carousel-inner > .item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		      transform: translate3d(0, 0, 0);
    }
    .fade .carousel-inner > .item.next.left,
    .fade .carousel-inner > .item.prev.right,
    .fade .carousel-inner > .item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		      transform: translate3d(0, 0, 0);
    }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes entrance {
	
	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0px;
	}

}

/* Standard syntax */
@keyframes entrance {

	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0px;
	}

}

@media (min-width:1200px) { 

	.carousel.vertical .carousel-inner {
		height: 100%;
		width: auto;
	}

	.carousel.vertical .carousel-inner > .item {
		width: auto;
		padding-right: 0px;
		-webkit-transition: 0.6s ease-in-out top;
		        transition: 0.6s ease-in-out top;
	}

	@media all and (transform-3d), (-webkit-transform-3d) {

		.carousel.vertical .carousel-inner > .item {
			-webkit-transition: 0.6s ease-in-out;
			        transition: 0.6s ease-in-out;
		}
		.carousel.vertical .carousel-inner > .item.next, .carousel.vertical .carousel-inner > .item.active.right {
			-webkit-transform: translate3d(0, 100%, 0);
			        transform: translate3d(0, 100%, 0);
			top: 0;
		}
		.carousel.vertical .carousel-inner > .item.prev, .carousel.vertical .carousel-inner > .item.active.left {
			-webkit-transform: translate3d(0, -100%, 0);
			    	transform: translate3d(0, -100%, 0);
			top: 0;
		}
		.carousel.vertical .carousel-inner > .item.next.left, .carousel.vertical .carousel-inner > .item.prev.right, .carousel.vertical .carousel-inner > .item.active {
			-webkit-transform: translate3d(0, 0, 0);
			    	transform: translate3d(0, 0, 0);
			top: 0;
		}

	}

	.carousel.vertical .carousel-inner > .active,
	.carousel.vertical .carousel-inner > .next,
	.carousel.vertical .carousel-inner > .prev {
		display: block;
	}

	.carousel.vertical .carousel-inner > .active {
		top: 0;
	}

	.carousel.vertical .carousel-inner > .next,
	.carousel.vertical .carousel-inner > .prev {
		position: absolute;
	  	top: 0;
	 	width: 100%;
	}

	.carousel.vertical .carousel-inner > .next {
		top: 100%;
	}

	.carousel.vertical .carousel-inner > .prev {
		top: -100%;
	}

	.carousel.vertical .carousel-inner > .next.left,
	.carousel.vertical .carousel-inner > .prev.right {
		top: 0;
	}

	.carousel.vertical .carousel-inner > .active.left {
		top: -100%;
	}

	.carousel.vertical .carousel-inner > .active.right {
		top: 100%;
	}

	.carousel.vertical .carousel-control {
		left: auto;
	  	width: 50px;
	}

	.carousel.vertical .carousel-control.up {
		top: 0;
	  	right: 0;
	  	bottom: 50%;
	}

	.carousel.vertical .carousel-control.down {
		top: 50%;
		right: 0;
		bottom: 0;
	}

	.carousel.vertical .carousel-control .icon-prev,
	.carousel.vertical .carousel-control .icon-next,
	.carousel.vertical .carousel-control .glyphicon-chevron-up,
	.carousel.vertical .carousel-control .glyphicon-chevron-down {
		position: absolute;
		top: 50%;
		z-index: 5;
		display: inline-block;
	}

	.carousel.vertical .carousel-control .icon-prev,
	.carousel.vertical .carousel-control .glyphicon-chevron-up {
		left: 50%;
		margin-left: -10px;
		top: 50%;
		margin-top: -10px;
	}

	.carousel.vertical .carousel-control .icon-next,
	.carousel.vertical .carousel-control .glyphicon-chevron-down {
		left: 50%;
		margin-left: -10px;
		top: 50%;
		margin-top: -10px;
	}

	.carousel.vertical .carousel-control .icon-up,
	.carousel.vertical .carousel-control .icon-down {
		width: 20px;
		height: 20px;
		line-height: 1;
		font-family: serif;
	}

	.carousel.vertical .carousel-control .icon-prev:before {
		content: '\2039';
	}

	.carousel.vertical .carousel-control .icon-next:before {
		content: '\203a';
	}

}

/* Chrome, Safari, Opera */
@-webkit-keyframes entrance {

	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0px;
	}

}

/* Standard syntax */
@keyframes entrance {

	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0px;
	}

}

/* [ADMIN] */
.modal-content {
    border-radius: 0px;
}

.modal-header .close {
    margin-top: -12px;
}

.close {
    font-size: 40px;
    font-weight: 400;
    color: #2F2F2F;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}

/* [LOGIN] */
.fancybox-skin {
    position: relative;
    background: #FFF !important;
    color: #2F2F2F;
    text-shadow: none;
    -webkit-border-top-left-radius: 0px;
       -moz-border-radius-topleft: 0px;
            border-top-left-radius: 0px;
}

.fancybox-skin h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.fancybox-skin .control-label {
	font-size: 14px;
}

.fancybox-skin .form-control {
    font-size: 14px;
    color: #2F2F2F;
    background-color: #FFF;
    border: 1px solid #1f5081;
    border-radius: 0px;
    outline: none;
}

.fancybox-skin .form-control:hover,
.fancybox-skin .form-control:focus,
.fancybox-skin .form-control:active {
	border: 1px solid #FEDE30;
}

.fancybox-skin .form .showAjax {
	font-size: 14px;
}

.fancybox-skin .form .mui-btn {
	font-weight: 400 !important;
}

/* [RESPONSIVE] */
@media (max-width: 991px) {

	.carousel-caption {
		left: 10%;
		right: 30%;
		bottom: 8%;
	}

	.mouse_scroll {
		left: auto;
		right: 3.5%;
	}

	.navbar {
		margin: 0px 0 15px;
		background: transparent;
		border: 0;
	}

	.navbar-default .navbar-nav>li>a {
		color: #000000;
		padding: 23px 12px 23px 14px;
		font-weight: 400;
	}

	section.imgbg .orange-div {
		margin-top: -271px;
	}

	section.imgbg h2 {
		font-size: 30px;
	}

	section.imgbg .ul-v2 li {
		font-size: 1em;
	}

	section.clippers .clipper2 {
		line-height: 25px;
		font-size: 23px;
	}

	.carousel-caption .tophead {
		font-weight: 600;
		font-size: 3em;
	}

	.carousel-caption .bottomhead {
		line-height: 1.1em;
		font-size: 2em;
	}

}
@media (max-width: 768px) {

	#wrap {
		overflow-x: hidden;
	}

	.btn_contact {
		background: #ef8122;
		padding: 15px 5px;
		text-align: center;
		color: #fff;
		font-weight: 400;
		font-size: 16px;
	}

	.btn_call {
		background: #222222;
		padding: 15px 5px;
		text-align: center;
		color: #fff;
		font-weight: 400;
		font-size: 16px;
	}

	h1 {
		font-size: 30px;
	}

	.logo {
		margin: 4px 0px 0px;
	}

	.fadeheaderbuttons {
		display: none;
	}

	.carousel-caption .bottomhead {
		line-height: 1.1em;
		font-size: 1em;
		margin-bottom: 1px;
	}

	.carousel-caption .tophead {
		font-weight: 600;
		font-size: 2em;
		margin-bottom: 8px;
	}

	section.page {
		padding: 25px 0px;
	}

	section.clippers .clipper1 {
		margin-bottom: 15px;
	}

	section.imgbg .orange-div {
		margin-top: -11px;
		margin-bottom: 30px;
	}

	.navbar-nav a.active {
		border-bottom: none;
		background: #EF8122;
		color: #fff;
	}

	.mouse {
		display: none;
	}

	.mouse_scroll {
		height: 51px;
		right: 1.5%;
	}

	.carousel-captionv2 .btn {
		display: none;
	}

	.carousel-captionv2 .tophead {
		font-weight: 600;
		font-size: 1.4em;
		margin-bottom: 1px;
	}

	.content-padder {
		padding: 30px 12px;
	}

	.btn-custom1, .btn-custom2, .btn-custom3 {
		border-radius: 0px;
		padding: 15px 13px;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 13px;
		box-shadow: 2px 3px 4px rgb(0 0 0 / 16%);
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

	.blog-relaters {
		padding: 80px 15px 30px;
	}

}

@media (max-width: 414px) {

	

}
.grecaptcha-badge {
	z-index: 1;
}