@charset "UTF-8";

/*
Name: 			theme.css
Written by: 	Okler Themes - (http://www.okler.net)
Theme Version:	7.6.0
*/
html {
	direction:ltr;
	overflow-x:hidden;
	-webkit-box-shadow:none!important;
	box-shadow:none!important;
	-webkit-font-smoothing:antialiased;
}

body {
	background-color:#f6f6f6;
	color:#777;
	font-family:'Nunito Sans',Arial,sans-serif;
	font-size:14px;
	line-height:26px;
	margin:0;
}
 #warning-message { 
	background-color: white;
    color: red;
    text-align: center;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    position: fixed;
    line-height: 100vh;
    font-size: 3vw;
    opacity: 1;
    display: none;
}

.hamburguesa{
	background: transparent!important;color: red;font-size: 8vw;
}
.hamburguesa i{
	background: transparent!important;color: red;font-size: 8vw;
}
			
@media only screen and (max-width: 768px) and (orientation:portrait){
    .lin-roja-fin { display:none!important; }
	
}


		
			
			
@media only screen and (max-width: 575px) and (orientation:landscape){
    #warning-message { display:block; }
}
@media only screen and (max-width: 575px) and(orientation:portrait){
    #warning-message { display:none; }
}  


			
			
@media only screen and (max-width: 767px) and (orientation:landscape){
    #warning-message { display:block; }
}
@media only screen and (max-width: 767px) and(orientation:portrait){
    #warning-message { display:none; }
} 


body a {
	outline:none!important;
}

.body {
	background-color:#FFF;
}

li {
	line-height:24px;
}

/* Responsive */
.nav {
	bottom:0;
	position:absolute;
}

/* Header */
#header {
	position:relative;
	z-index:1030;
}


.caja_obra_texto{
	position: relative;background-color: #ffffffc4;bottom: 18%;width: 95%;margin: 0 auto;padding: 4px 6px;color: #19124E;line-height: 19px;font-weight: 700;
}

.caja_obra_texto .pie{
	float: none;max-width: 85%;/* white-space: nowrap; */overflow: hidden;
}
.caja_obra_texto .caja_mas{
	width: 10%;float: right;text-align: center;padding-top: 10px;padding-right: 15px;margin-top: -37px;
}

.lin-baj-red{
	border-bottom: 1px solid red;
}

.img-home > div {
	float:left;
	position: static;
}

#section-concept {
	background-color:#f6f6f6;
	animation-duration:750ms;
	animation-delay:300ms;
	animation-fill-mode:forwards;
	padding-top: 120px!important;
}

#header .header-body {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
/* 	background: #FFF; */
	-webkit-transition:min-height .3s ease;
	transition:min-height .3s ease;
	width:100%;
	border-top:3px solid #EDEDED;
	border-bottom:1px solid transparent;
	z-index:1001;
}

#header .header-body[class*="border-color-"] {
	border-bottom:0!important;
}

#header .header-container {
	position:relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-transition:ease height 300ms;
	transition:ease height 300ms;
}

#header .header-container.header-container-height-lg {
	height:145px;
}

#header .container {
	position:relative;
}

@media (max-width: 767px) {
	#header .container {
		width:100%;
	}
}

#header .header-row {
	display:-webkit-box;
	display:-ms-flexbox;
/* 	display: flex; */
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
	-webkit-box-align:end;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-item-align:stretch;
	align-self:flex-end;
/* max-height: 100%; */
}

#header .header-column {
	display:-webkit-box;
	display:-ms-flexbox;
	display:table-cell;
	-ms-flex-item-align:stretch;
/* align-self: stretch; */
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
}

#header .header-column .header-row {
	-webkit-box-pack:inherit;
	-ms-flex-pack:inherit;
	justify-content:inherit;
}

#header.header-no-min-height .header-body {
	min-height:0!important;
}

#header .header-top {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	border-bottom:2px solid rgba(0,0,0,0.06);
	min-height:47px;
}

#header .header-top.header-top-light-border-bottom {
	border-bottom-color:rgba(255,255,255,0.1);
}

#header .header-top.header-top-borders {
	border-bottom-width:1px;
}

#header .header-top.header-top-borders .nav-item-borders {
	border-right:1px solid rgba(0,0,0,0.06);
	padding-left:12px;
	padding-right:12px;
}

#header .header-top.header-top-borders .nav-item-borders:first-child {
	padding-left:0;
}

#header .header-top.header-top-borders .nav-item-borders:last-child {
	border-right:0;
}

#header .header-top.header-top-light-borders {
	border-bottom-color:rgba(255,255,255,0.2);
}

#header .header-top.header-top-light-borders.header-top-borders .nav-item-borders {
	border-right-color:rgba(255,255,255,0.2);
}

#header .header-top.header-top-light-2-borders {
	border-bottom-color:rgba(255,255,255,0.06);
}

#header .header-top.header-top-light-2-borders.header-top-borders .nav-item-borders {
	border-right-color:rgba(255,255,255,0.06);
}

#header .header-logo {
/* margin: 16px 0; */
/* margin: 1rem 0; */
	position:relative;
	z-index:1;
	text-align:left;
}

#header .header-logo img {
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
	position:relative;
	top:0;
}

#header .header-nav {
	padding:16px 0;
	padding:1rem 0;
	min-height:70px;
}

#header .header-nav-top {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-item-align:stretch;
	align-self:stretch;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

#header .header-nav-top .nav > li > a,#header .header-nav-top .nav > li > span {
	color:#999;
	font-size:.9em;
	padding:6px 10px;
	display:inline-block;
}

#header .header-nav-top .nav > li > a [class*="fa-"],#header .header-nav-top .nav > li > a .icons,#header .header-nav-top .nav > li > span [class*="fa-"],#header .header-nav-top .nav > li > span .icons {
	margin-right:3px;
	font-size:.8em;
	position:relative;
}

#header .header-nav-top .nav > li > a {
	text-decoration:none;
}

#header .header-nav-top .nav > li > a:hover,#header .header-nav-top .nav > li > a a:focus {
	background:transparent;
}

#header .header-nav-top .nav > li.nav-item:not(.dropdown) > a [class*="fa-"],#header .header-nav-top .nav > li.nav-item:not(.dropdown) > a .icons {
	left:-1px;
	top:-1px;
}

#header .header-nav-top .dropdown .dropdown-item {
	font-size:.75em;
}

#header .header-nav-top .dropdown-menu {
	border:0;
	margin-top:-2px;
	margin-left:-2px;
	padding:0;
	-webkit-box-shadow:0 10px 30px 10px rgba(0,0,0,0.05);
	box-shadow:0 10px 30px 10px rgba(0,0,0,0.05);
	background:#FFF;
	padding:3px;
	min-width:180px;
	z-index:10000;
	margin-right:0;
	margin-top:1px;
	-webkit-transition:opacity .2s ease-out;
	transition:opacity .2s ease-out;
	border-radius:0;
}

#header .header-nav-top .dropdown-menu:before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	right:5px;
	width:0;
	height:0;
	border-left:7px solid transparent;
	border-right:7px solid transparent;
	border-bottom:7px solid #fff;
	-webkit-transform:translate3d(-7px,-6px,0);
	transform:translate3d(-7px,-6px,0);
}

#header .header-nav-top .dropdown-menu a {
	color:#999;
	padding:5px 12px;
	font-size:.9em;
}

#header .header-nav-top .dropdown-menu a:active {
	color:#FFF;
}

#header .header-border-top {
	border-top:1px solid rgba(0,0,0,0.08);
}

#header .header-border-bottom {
	border-bottom:1px solid rgba(0,0,0,0.08);
}

@media (max-width: 991px) {
	#header .header-mobile-border-top:before {
		content:'';
		position:absolute;
		top:0;
		left:0;
		width:100%;
		border-bottom:1px solid rgba(0,0,0,0.08);
	}
}

#header .header-btn-collapse-nav {
	background:#CCC;
	color:#FFF;
	display:none;
	float:right;
	margin:0 0 0 16px;
/* margin:0 0 0 1rem; */
	padding-right:0;
}

#header.header-no-border-bottom .header-body {
	padding-bottom:0!important;
	border-bottom:0!important;
}

#header.header-no-border-bottom .header-nav.header-nav-links nav > ul > li > a,#header.header-no-border-bottom .header-nav.header-nav-links nav > ul > li:hover > a {
	margin:0;
}

#header.header-effect-shrink {
	-webkit-transition:ease height 300ms;
	transition:ease height 300ms;
}

#header.header-effect-shrink .header-top {
	-webkit-transition:ease height 300ms;
	transition:ease height 300ms;
}

#header.header-effect-shrink .header-container {
	min-height:100px;
}

#header.header-effect-shrink .header-logo {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	/* align-items: start; */
}

#header.header-dark .header-body {
	background:#212529;
}

html #header.header-bottom-slider {
	position:absolute;
	bottom:0;
}

html #header.header-bottom-slider .header-body {
	border-top:1px solid rgba(255,255,255,0.4);
}

html #header.header-bottom-slider.header-transparent-light-top-border .header-body {
	border-top:1px solid rgba(68,68,68,0.4);
}

html #header.header-bottom-slider.header-transparent-light-top-border-1 .header-body {
	border-top:1px solid rgba(68,68,68,0.1);
}

html #header.header-bottom-slider.header-transparent-dark-top-border .header-body {
	border-top:1px solid rgba(255,255,255,0.4);
}

html #header.header-bottom-slider.header-transparent-dark-top-border-1 .header-body {
	border-top:1px solid rgba(255,255,255,0.1);
}

@media (max-width: 991px) {
	html #header.header-bottom-slider .header-nav-main {
		top:calc(100% + 15px);
	}
}

html #header.header-transparent {
	min-height:0!important;
	width:100%;
	/* position: absolute; */
	background-color: #f6f6f6;
	position: fixed;
	padding-bottom: 5px;
	/* padding-top: 15px; */
}

html #header.header-transparent .header-body:not(.header-border-bottom) {
	border-bottom:0;
}

@media (max-width: 991px) {
	html #header.header-transparent .header-body {
		overflow:visible;
	}
	
	html #header.header-transparent .header-nav-main:before {
		width: calc(100% - 15px);
	}
	
	html #header.header-transparent .header-nav-main nav {
		padding:0;
		margin-left: 50px;
		width: 79%;
		margin-right: 0px;
		overflow: hidden;
	}
}

/* Header Nav Main */
@media (min-width: 992px) {
	#header .header-nav-main {
		display:-webkit-box!important;
		display:-ms-flexbox!important;
		display:flex!important;
	/* height: auto !important; */
	}
	
	#header .header-nav-main nav {
		display:-webkit-box!important;
		display:-ms-flexbox!important;
		display:flex!important;
	}
	
	#header .header-nav-main nav > ul > li {
		height:100%;
		-ms-flex-item-align:stretch;
		align-self:stretch;
		margin-left:12px;
	}
	
	#header .header-nav-main nav > ul > li > a {
		display:-webkit-inline-box;
		display:-ms-inline-flexbox;
		display:inline-flex;
		-ms-flex-align:center;
		align-items:flex-end;
		white-space:normal;
		border-radius:4px;
		color:#CCC;
		font-size:1.2vw;
		font-style:normal;
		font-weight:700;
		padding:.5rem 1rem;
		letter-spacing:-.5px;
		text-transform:uppercase;
	}
	
	#header .header-nav-main nav > ul > li > a:after {
		display:none;
	}
	
	#header .header-nav-main nav > ul > li > a:active {
		background-color:transparent;
		text-decoration:none;
		color:#CCC;
	}
	
	#header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-chevron-down {
		display:none;
	}
	
	#header .header-nav-main nav > ul > li:hover > a {
		background:#CCC;
		color:#FFF;
	}
	
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
		top:-10000px;
		display:block;
		opacity:0;
		left:auto;
		border-radius:0 4px 4px;
		border:0;
		border-top:3px solid #CCC;
		-webkit-box-shadow:0 15px 30px -5px rgba(0,0,0,0.07);
		box-shadow:0 15px 30px -5px rgba(0,0,0,0.07);
		margin:0;
		min-width:164px;
		padding:5px 0;
		text-align:left;
	}
	
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		border-bottom:1px solid #f7f7f7;
		color:#000;
		font-size:1em;
		font-weight:800;
		padding:6px 18px;
		position:relative;
		text-transform:none;
		letter-spacing:-.5px;
	}
	
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover,#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:focus,#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:active {
		background-color:transparent;
	}
	
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a,#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:focus > a,#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:active > a {
		background-color:#f8f9fa;
	}
	
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:last-child a {
		border-bottom:0;
	}
	
	#header .header-nav-main nav > ul > li.dropdown:hover > a {
		border-radius:4px 4px 0 0;
		position:relative;
	}
	
	#header .header-nav-main nav > ul > li.dropdown:hover > a:before {
		content:'';
		display:block;
		position:absolute;
		left:0;
		right:0;
		bottom:-3px;
		border-bottom:5px solid #CCC;
	}
	
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
		top:auto;
		display:block;
		opacity:1;
	}
	
	#header .header-nav-main nav > ul > li.dropdown.dropdown-reverse > .dropdown-menu {
		left:auto;
		right:0;
	}
	
	#header .header-nav-main.header-nav-main-square nav > ul > li > a {
		border-radius:0!important;
	}
	
	#header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu {
		border-radius:0!important;
	}
	
	#header .header-nav-main.header-nav-main-dropdown-no-borders nav > ul > li.dropdown .dropdown-menu {
		border:0!important;
		border-radius:4px;
	}
	
	#header .header-nav-main.header-nav-main-font-lg nav > ul > li > a {
		font-size:1.1rem;
		font-weight:400;
		text-transform:none;
		letter-spacing:-1px;
	}
	
	#header .header-nav-main.header-nav-main-dropdown-center.header-nav-main-dropdown-center-bottom nav > ul > li.dropdown:hover > .dropdown-menu {
		margin-top:-14px!important;
	}
	
	#header .header-nav-main.header-nav-main-dark nav > ul > li > a {
		color:#444;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main.header-nav-main-text-capitalize nav > ul > li > a {
		text-transform:capitalize;
	}
	
	#header .header-nav-main.header-nav-main-text-size-2 nav > ul > li > a {
		font-size:18px;
		font-weight:700;
		letter-spacing:0;
	}
	
	#header .header-nav {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
		-webkit-box-flex:1;
		-ms-flex-positive:1;
		flex-grow:1;
		-webkit-box-pack:end;
		-ms-flex-pack:end;
		justify-content:flex-end;
		-ms-flex-item-align:stretch;
		align-self:stretch;
	}
	
	#header .header-nav.header-nav-links {
		padding:0;
	}
	
	#header .header-nav.header-nav-links .header-nav-main {
		-ms-flex-item-align:stretch;
	/* align-self: stretch; */
	/* min-height: 0; */
	/* margin-top: 0; */
	}
	
	#header .header-nav.header-nav-links nav > ul > li > a,#header .header-nav.header-nav-links nav > ul > li:hover > a {
		position:relative;
		background:transparent!important;
		padding:0 .45rem;
		margin:1px 0 0;
		min-height:60px;
		height:100%;
	}
	
	#header .header-nav.header-nav-links nav > ul > li:hover > a:before {
		opacity:1;
	}
	
	#header .header-nav.header-nav-links nav > ul > li.dropdown > a:before {
		border-bottom:0;
	}
	
	#header .header-nav.header-nav-links nav > ul > li.dropdown:hover > .dropdown-menu {
		margin-top:0;
	}
	
	#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a {
		color:#444;
	}
	
	#header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a {
		color:#19124E;
	}
	
	#header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a:hover {
		color:#E11718;
	}
	
	#header .header-nav.header-nav-icons nav > ul > li > a [class*="fa-"],#header .header-nav.header-nav-icons nav > ul > li > a .icons {
		font-size:1.5rem;
		margin-right:.28rem;
		margin-top:.1rem;
	}
	
	#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown > a:before {
		border-bottom:0;
	}
	
	#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown li a {
		border-bottom-color:#19124EB4;
	}
	
	#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu {
		background:#19124EB4;
		margin-top:0;
	}
	
	#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li > a {
		color:#fff;
	}
	
	#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li:hover > a,#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li:focus > a {
		background:#19124dB4;
	}
	
	#header .header-nav.header-nav-sub-title .header-nav-main nav > ul > li > a,#header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a {
		position:relative;
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
		-webkit-box-align:start;
		-ms-flex-align:start;
		align-items:flex-start;
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
		padding-right:0;
		padding-left:0;
		margin-left:.7rem;
		margin-right:.7rem;
	}
	
	#header .header-nav.header-nav-sub-title .header-nav-main nav > ul > li > a > span,#header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a > span {
		font-size:1.5em;
		text-transform:none;
		font-weight:400;
		margin-top:.3rem;
	}
	
	#header .header-nav.header-nav-sub-title .header-nav-main nav > ul > li > a > span {
		margin-top:-.5rem;
	}
	
	#header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a {
		-webkit-transition:ease padding-bottom 300ms;
		transition:ease padding-bottom 300ms;
	}
	
	#header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a > span {
		position:absolute;
		top:50%;
		left:0;
		margin-top:0;
		opacity:0;
		-webkit-transform:translate3d(0,-50%,0);
		transform:translate3d(0,-50%,0);
		-webkit-transition:ease opacity 200ms,ease top 300ms;
		transition:ease opacity 200ms,ease top 300ms;
	}
	
	#header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li:hover > a,#header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li:focus > a {
		padding-bottom:15px;
	}
	
	#header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li:hover > a > span,#header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li:focus > a > span {
		top:60%;
		left:0;
		opacity:1;
	}
}

/* Header Arrows */
/* Header Nav Main Dark Text */
@media (min-width: 992px) {
	#header .header-nav-main-dark-text nav > .nav-pills > li > a {
		color:#333;
	}
}

/* Header Nav Main Colors */
@media (min-width: 992px) {
	html #header .header-nav-main nav > ul > li.dropdown-full-color .dropdown-menu {
		border-top:0;
	}
}

/* Header Nav Main Dark Text */
/* Header Nav Main Stretch */
/* Header Narrow */
/* Header Nav Vertical */
/* Header Floating */
@media (min-width: 992px) {
	#header .header-nav-main.header-nav-main-light nav > ul > li > a {
		color:#FFF;
	}
	
	#header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
		background:#FFF;
	}
	
	#header .header-nav-main.header-nav-main-light nav > ul > li:hover > .dropdown-menu {
		border-top-color:#FFF;
		-webkit-box-shadow:0 20px 25px rgba(0,0,0,0.05);
		box-shadow:0 20px 25px rgba(0,0,0,0.05);
	}
	
	#header .header-nav-main.header-nav-main-light nav > ul > li.dropdown:hover > a:before {
		border-bottom-color:#FFF;
	}
	
	#header .header-nav-main.header-nav-main-light .dropdown-menu > li > a:hover,#header .header-nav-main.header-nav-main-light .dropdown-menu > li > a:focus {
		background:#f5f5f5;
	}
}

/*


@media (min-width: 992px) {
  #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu li a {
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu li a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu {
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }

  #header .header-nav.header-nav-links .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu,  #header .header-nav.header-nav-dropdowns-dark .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}



@media (min-width: 992px) {
  #header .header-nav-main-effect-2 nav > ul > li.dropdown .dropdown-menu {
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    opacity: 0;
  }

  #header .header-nav-main-effect-2 nav > ul > li.dropdown:hover > .dropdown-menu {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  #header .header-nav-main-effect-3 nav > ul > li.dropdown .dropdown-menu {
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  #header .header-nav-main-effect-3 nav > ul > li.dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 992px) {
  #header .header-nav-main-effect-4 nav > ul > li.dropdown .dropdown-menu {
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  #header .header-nav-main-effect-4 nav > ul > li.dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 992px) {
  #header .header-nav-main-effect-5 nav > ul > li.dropdown .dropdown-menu {
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  #header .header-nav-main-effect-5 nav > ul > li.dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 992px) {
  #header .header-nav-main-effect-6 nav > ul > li.dropdown .dropdown-menu {
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  #header .header-nav-main-effect-6 nav > ul > li.dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
*/
/* Header Nav Main Mobile */
@media (max-width: 991px) {
	#header .header-nav-main {
		position:absolute;
		background:transparent;
	/* width: 95%; */
		top:0;
	/* left: 50%; */
	/* -webkit-transform:translate3d(-50%,0,0); */
	/* transform:translate3d(-50%,0,0); */
		z-index:100;
	/* height: 100vh; */
		right:0;
	}
	
	#header .header-nav-main:before {
		content:'';
		display:block;
		position:absolute;
		top:0;
	/* left:50%; */
		width:100vw;
	/* height:100%; */
		background:#080F3E;
		z-index:-1;
	/* -webkit-transform:translateX(-50%); */
	/* transform:translateX(-50%); */
		opacity:.75;
		right:0;
		height:100vh;
	}
	
	#header .header-nav-main nav {
		max-height:100vh;
		overflow:hidden;
		overflow-y:auto;
		padding:0 15px;
	/*
		    -webkit-transition: ease all 500ms;
		    transition: ease all 500ms;
		*/
	/* height: 100vh; */
	}
	
	#header .header-nav-main nav::-webkit-scrollbar {
		width:5px;
	}
	
	#header .header-nav-main nav::-webkit-scrollbar-thumb {
		border-radius:0;
		background:rgba(204,204,204,0.5);
	}
	
	#header .header-nav-main nav > ul {
		padding-top:5px;
		padding-bottom:5px;
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
	}
	
	#header .header-nav-main nav > ul li {
	/* border-bottom: 1px solid #e8e8e8; */
		clear:both;
		display:block;
		float:none;
		margin:0;
		padding:0;
		position:relative;
	}
	
	#header .header-nav-main nav > ul li a {
		font-size:13px;
		font-style:normal;
		line-height:20px;
		padding:7px 8px;
		margin:1px 0;
	/* border-radius: 4px; */
		text-align:left;
		
		color: white;
		margin-left: 20px;
	}
	
	#header .header-nav-main nav > ul li a.dropdown-toggle {
		position:relative;
	}
	
	#header .header-nav-main nav > ul li a.dropdown-toggle:after {
		content:none;
	}
	
	#header .header-nav-main nav > ul li a.dropdown-toggle .fa-chevron-down {
		position:absolute;
		top:0;
		right:0;
		width:30px;
		height:100%;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
		font-size:.6rem;
	}
	
	#header .header-nav-main nav > ul li a:active {
		background-color:#080F3E;
		color:inherit;
	}
	
	#header .header-nav-main nav > ul li.dropdown .dropdown-menu {
		background:transparent;
		padding:0;
		margin:0;
		font-size:13px;
		-webkit-box-shadow:none;
		box-shadow:none;
		border-radius:0;
		border:0;
		clear:both;
		display:none;
		float:none;
		position:static;
	}
	
	#header .header-nav-main nav > ul li:last-child {
		border-bottom:0;
	}
	
	#header .header-nav-main nav > ul > li > a {
		text-transform:uppercase;
		font-weight:700;
		margin-top:1px;
		margin-bottom:1px;
		color:#CCC;
	}
	
	#header .header-nav-main nav > ul > li > a:active {
		color:#CCC;
	}
	
	#header .header-nav-main.header-nav-main-square nav > ul > li a {
		border-radius:0!important;
	}
	
	#header .header-btn-collapse-nav {
		outline:0;
		display:block;
		position:relative;
		z-index:1;
	}
	
	#header .header-nav.header-nav-links {
		min-height:70px;
	}
	
	#header .header-nav.header-nav-dropdowns-dark {
		min-height:70px;
	}
	
	#header .header-nav.header-nav-sub-title .header-nav-main nav > ul > li > a > span,#header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a > span {
		display:block;
		text-transform:none;
		font-weight:400;
	}
}

/* Header Nav Main Mobile Dark */
@media (max-width: 991px) {
	#header .header-nav-main.header-nav-main-mobile-dark:before {
		background-color:#080F3E;
		opacity:.75;
	}
	
	#header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a {
		color:#dedede;
	}
	
	#header .header-nav-main.header-nav-main-mobile-dark nav > ul > li .dropdown-menu > li a {
		color:#969696;
	}
	
	#header .header-nav-main.header-nav-main-mobile-dark nav > ul li {
		border-bottom:0 solid #3e3e3e;
	}
	
	#header .header-nav-main.header-nav-main-mobile-dark nav > ul li:last-child {
		border-bottom:0;
	}
	
	#header .header-nav-main.header-nav-main-mobile-dark nav > ul li a:hover,#header .header-nav-main.header-nav-main-mobile-dark nav > ul li a:focus,#header .header-nav-main.header-nav-main-mobile-dark nav > ul li a:active {
		background-color:#2b2b2b;
	}
}

/* Header Nav Main Dark Text */
@media (max-width: 991px) {
	#header .header-nav-main.header-nav-main-dark-text nav > ul > li > a {
		color:#333;
	}
}

/* Header Nav Vertical */
/* Side Header Hamburguer Sidebar */
/* Responsive */
@media (max-width: 991px) {
	#header .header-logo img {
		z-index:1;
	}
	
	#header .header-nav {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
	}
}

/* Mega Menu (Signin/SignUp) */
/* Responsive */
body[data-plugin-section-scroll] #header .header-body {
	background:transparent;
}

/* Page Header */
/* Position */
/* Box Shadow */
.box-shadow-none {
	-webkit-box-shadow:none!important;
	box-shadow:none!important;
}

/* Inverted */
/* Letter Spacing */
/* Cursor */
/* Pointer Events */
/* Font Size */
.text-1 {
	font-size:.8em!important;
}

.text-2 {
	font-size:.9em!important;
}

.text-3 {
	font-size:1em!important;
}

.text-4 {
	font-size:1.2em!important;
}

.text-5 {
	font-size:1.5em!important;
}

.text-6 {
	font-size:1.8em!important;
}

.text-7 {
	font-size:2em!important;
}

.text-8 {
	font-size:2.3em!important;
}

.text-9 {
	font-size:2.5em!important;
}

.text-10 {
	font-size:2.75em!important;
}

.text-11 {
	font-size:3em!important;
}

.text-12 {
	font-size:3.5em!important;
}

.text-13 {
	font-size:4em!important;
}

.text-14 {
	font-size:4.5em!important;
}

.text-15 {
	font-size:5em!important;
}

@media (min-width: 992px) {
	.text-lg-1 {
		font-size:.8em!important;
	}
	
	.text-lg-2 {
		font-size:.9em!important;
	}
	
	.text-lg-3 {
		font-size:1em!important;
	}
	
	.text-lg-4 {
		font-size:1.2em!important;
	}
	
	.text-lg-5 {
		font-size:1.5em!important;
	}
	
	.text-lg-6 {
		font-size:1.8em!important;
	}
	
	.text-lg-7 {
		font-size:2em!important;
	}
	
	.text-lg-8 {
		font-size:2.3em!important;
	}
	
	.text-lg-9 {
		font-size:2.5em!important;
	}
	
	.text-lg-10 {
		font-size:2.75em!important;
	}
	
	.text-lg-11 {
		font-size:3em!important;
	}
	
	.text-lg-12 {
		font-size:3.5em!important;
	}
	
	.text-lg-13 {
		font-size:4em!important;
	}
	
	.text-lg-14 {
		font-size:4.5em!important;
	}
	
	.text-lg-15 {
		font-size:5em!important;
	}
}

/* Line Height */
/* Opacity */
/* Scale */
.scale-1 {
	-webkit-transform:scale(1.1)!important;
	transform:scale(1.1)!important;
}

.scale-2 {
	-webkit-transform:scale(1.2)!important;
	transform:scale(1.2)!important;
}

.scale-3 {
	-webkit-transform:scale(1.3)!important;
	transform:scale(1.3)!important;
}

.scale-4 {
	-webkit-transform:scale(1.4)!important;
	transform:scale(1.4)!important;
}

.scale-5 {
	-webkit-transform:scale(1.5)!important;
	transform:scale(1.5)!important;
}

.scale-6 {
	-webkit-transform:scale(1.6)!important;
	transform:scale(1.6)!important;
}

/* Top / Bottom / Left / Right */
.top-0 {
	top:0!important;
}

.bottom-0 {
	bottom:0!important;
}

.top-1 {
	top:1px!important;
}

.bottom-1 {
	bottom:1px!important;
}

.top-2 {
	top:2px!important;
}

.bottom-2 {
	bottom:2px!important;
}

.top-3 {
	top:3px!important;
}

.bottom-3 {
	bottom:3px!important;
}

.top-4 {
	top:4px!important;
}

.bottom-4 {
	bottom:4px!important;
}

.top-5 {
	top:5px!important;
}

.bottom-5 {
	bottom:5px!important;
}

.top-6 {
	top:6px!important;
}

.bottom-6 {
	bottom:6px!important;
}

.top-7 {
	top:7px!important;
}

.bottom-7 {
	bottom:7px!important;
}

.top-8 {
	top:8px!important;
}

.bottom-8 {
	bottom:8px!important;
}

.top-9 {
	top:9px!important;
}

.bottom-9 {
	bottom:9px!important;
}

.top-10 {
	top:10px!important;
}

.bottom-10 {
	bottom:10px!important;
}

/* Outline */
/* Text Decoration */
/* Text Transform */
.text-capitalize {
	text-transform:capitalize!important;
}

/* States */
/* Overflow */
.overflow-visible {
	overflow:visible!important;
}

.overflow-hidden {
	overflow:hidden!important;
}

/* Z-Index */
/* Colors */
.text-dark {
	color:#212529!important;
}

.text-light {
	color:#FFF!important;
}

/* Weights */
b {
	font-weight:700!important;
}

/* Letter Space */
/* Borders */
.no-borders {
	border:none!important;
}

/* General Helpers */
/* Width */
@media (max-width: 991px) {
	.w-100-mobile {
		width:100%!important;
	}
}

/* Grid */
.col-1-5,.col-lg-1-5,.col-2-5,.col-lg-2-5,.col-3-5,.col-lg-3-5,.col-4-5,.col-lg-4-5 {
	position:relative;
	min-height:1px;
	width:100%;
	padding-right:15px;
	padding-left:15px;
}

.col-1-5 {
	-webkit-box-flex:0;
	-ms-flex:0 0 20%;
	flex:0 0 20%;
	max-width:20%;
}

.col-2-5 {
	-webkit-box-flex:0;
	-ms-flex:0 0 40%;
	flex:0 0 40%;
	max-width:40%;
}

.col-3-5 {
	-webkit-box-flex:0;
	-ms-flex:0 0 60%;
	flex:0 0 60%;
	max-width:60%;
}

.col-4-5 {
	-webkit-box-flex:0;
	-ms-flex:0 0 80%;
	flex:0 0 80%;
	max-width:80%;
}

@media (min-width: 992px) {
	.col-lg-1-5 {
		-webkit-box-flex:0;
		-ms-flex:0 0 20%;
		flex:0 0 20%;
		max-width:20%;
	}
	
	.col-lg-2-5 {
		-webkit-box-flex:0;
		-ms-flex:0 0 40%;
		flex:0 0 40%;
		max-width:40%;
	}
	
	.col-lg-3-5 {
		-webkit-box-flex:0;
		-ms-flex:0 0 60%;
		flex:0 0 60%;
		max-width:60%;
	}
	
	.col-lg-4-5 {
		-webkit-box-flex:0;
		-ms-flex:0 0 80%;
		flex:0 0 80%;
		max-width:80%;
	}
}

/* RTL */
/* #Footer */
#footer {
	background:#212529;
	border-top:4px solid #212529;
	font-size:.9em;
	margin-top:50px;
	padding:0;
	position:relative;
	clear:both;
}

#footer a:not(.btn) {
	color:#777;
	-webkit-transition:all .1s ease-in-out;
	transition:all .1s ease-in-out;
}

#footer a:not(.btn):hover {
	text-decoration:none;
	color:#FFF;
}

#footer a:not(.btn):focus,#footer a:not(.btn):active {
	color:#CCC;
}

#footer a:not(.btn).text-color-light {
	color:#FFF!important;
}

#footer a:not(.btn).text-color-light:hover {
	color:#e6e6e6!important;
}

#footer a:not(.btn).text-color-light:focus,#footer a:not(.btn).text-color-light:active {
	color:#ccc!important;
}

#footer .footer-nav nav {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

#footer .footer-nav nav > ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	padding-left:0;
	margin-bottom:0;
	list-style:none;
}

#footer .footer-nav nav > ul > li {
	position:relative;
	height:100%;
	-ms-flex-item-align:stretch;
	align-self:stretch;
}

#footer .footer-nav nav > ul > li > a {
	position:relative;
	background:transparent;
	padding:0 14.4px;
	padding:0 .9rem;
	margin:0;
	height:100%;
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	white-space:normal;
	font-size:12px;
	font-style:normal;
	font-weight:700;
	letter-spacing:-.5px;
	text-transform:uppercase;
	color:#FFF;
	text-decoration:none;
}

#footer .footer-nav.footer-nav-links nav > ul > li:first-child > a {
	padding-left:0;
}

#footer .footer-nav.footer-nav-links nav > ul > li:first-child > a:before {
	left:0;
}

@media (max-width: 991px) {
	#footer .footer-nav {
		width:100%;
	}
	
	#footer .footer-nav nav {
		text-align:center;
	}
	
	#footer .footer-nav nav > ul {
		width:100%;
	}
	
	#footer .footer-nav nav > ul > li > a {
		text-align:center;
		padding:5px 12px;
	}
}

@media (max-width: 767px) {
	#footer .footer-nav {
		width:100%;
	}
	
	#footer .footer-nav nav {
		text-align:center;
	}
	
	#footer .footer-nav nav > ul {
		width:100%;
	}
	
	#footer .footer-nav nav > ul > li {
		height:auto;
		width:100%;
	}
	
	#footer .footer-nav nav > ul > li > a {
		text-align:center;
		padding:1em 0;
	}
}

#footer .logo img {
	position:relative;
	top:2px;
}

.footer-top-border {
	border-top:1px solid rgba(0,0,0,0.05)!important;
}

.footer-bottom-border {
	border-bottom:1px solid rgba(0,0,0,0.05)!important;
}

.footer-top-light-border {
	border-top:1px solid rgba(255,255,255,0.05)!important;
}

.footer-bottom-light-border {
	border-bottom:1px solid rgba(255,255,255,0.05)!important;
}

/* Dark Version */
html.dark body,html.dark .body {
	background-color:#212529;
}

html.dark #header .header-top {
	background:#2c3237;
	border-bottom-color:#333940;
}

html.dark #header .header-body {
	background:#212529;
	border-top-color:#333940;
}

html.dark #header .header-nav-top .nav > li > a:hover,html.dark #header .header-nav-top .nav > li > a a:focus {
	background-color:#262a2f;
}

html.dark #header .header-nav-top .dropdown-menu {
	background:#262a2f;
	border-color:#262a2f;
}

html.dark #header .header-nav-top .dropdown-menu a:hover,html.dark #header .header-nav-top .dropdown-menu a:focus {
	background:#2c3237!important;
}

html.dark section.section {
	background-color:#262a2f;
	border-top-color:#2c3237;
}

html.dark .dropdown-menu > li a {
	color:#FFF;
}

html.dark .dropdown-menu > li a:hover,html.dark .dropdown-menu > li a:focus {
	background-color:#333940;
}

html.dark .nav > li > a:hover,html.dark .nav > li > a:focus {
	background-color:#333940;
}

html.dark .btn-light {
	background-color:#2c3237;
	border-color:#2c3237;
	color:#FFF;
}

html.dark .btn[disabled],html.dark .btn[disabled]:hover,html.dark .btn[disabled]:active,html.dark .btn[disabled]:focus {
	border-color:#2c3237!important;
}

html.dark .home-concept {
	background-image:url(../img/home/home-concept-dark.png);
}

/* Responsive */
@media (min-width: 992px) {
	html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu {
		background:#262a2f;
	}
	
	html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li:hover > a,html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li:focus > a,html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li:active > a {
		background:#333940;
	}
	
	html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a {
		border-bottom-color:#333940;
	}
	
	html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a:hover,html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a:focus,html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a:active {
		background:#333940;
	}
	
	html.dark #header .header-nav.header-nav-links nav > ul > li > a,html.dark #header .header-nav.header-nav-links nav > ul > li:hover > a {
		color:#CCC;
	}
	
	html.dark #header .header-nav.header-nav-dropdowns-dark nav > ul > li > a,html.dark #header .header-nav.header-nav-dropdowns-dark nav > ul > li:hover > a {
		color:#CCC;
	}
}

@media (max-width: 991px) {
	html.dark #header .header-nav-main:before {
		background-color:#212529;
	}
	
	html.dark #header .header-nav-main nav::-webkit-scrollbar-thumb {
		border-color:transparent;
		background:#39404c;
	}
	
	html.dark #header .header-nav-main nav > ul li {
		border-bottom-color:#333940;
	}
	
	html.dark #header .header-nav-main nav ul li a:active {
		background-color:#1e1e1e;
		color:#FFF;
	}
	
	html.dark .home-concept {
		background-image:none;
	}
}

/* Boxed Layout */
/* Responsive */
@media (max-width: 767px) {
	/* Boxed */
	
}

/*
Name: 			theme-elements.css
Written by: 	Okler Themes - (http://www.okler.net)
Theme Version:	7.6.0
*/
/* Accordion */
/* Animations */
.appear-animation {
	opacity:0;
}

.appear-animation-visible {
	opacity:1;
}

/* Transitions */
/* Side Header Arrow Animations */
@-webkit-keyframes sideMenuArrow {
	0% {
		left:5px;
	}
	
	50% {
		left:10px;
	}
	
	100% {
		left:5px;
	}
}

@keyframes sideMenuArrow {
	0% {
		left:5px;
	}
	
	50% {
		left:10px;
	}
	
	100% {
		left:5px;
	}
}

@-webkit-keyframes sideMenuArrowBack {
	0% {
		right:5px;
	}
	
	50% {
		right:10px;
	}
	
	100% {
		right:5px;
	}
}

@keyframes sideMenuArrowBack {
	0% {
		right:5px;
	}
	
	50% {
		right:10px;
	}
	
	100% {
		right:5px;
	}
}

/* Mask Up */
@-webkit-keyframes maskUp {
	from {
		-webkit-transform:translate(0,100%);
		transform:translate(0,100%);
	}
	
	to {
		-webkit-transform:translate(0,0);
		transform:translate(0,0);
	}
}

@keyframes maskUp {
	from {
		-webkit-transform:translate(0,100%);
		transform:translate(0,100%);
	}
	
	to {
		-webkit-transform:translate(0,0);
		transform:translate(0,0);
	}
}

/* Mask Right */
@-webkit-keyframes maskRight {
	from {
		-webkit-transform:translate(-100%,0);
		transform:translate(-100%,0);
	}
	
	to {
		-webkit-transform:translate(0,0);
		transform:translate(0,0);
	}
}

@keyframes maskRight {
	from {
		-webkit-transform:translate(-100%,0);
		transform:translate(-100%,0);
	}
	
	to {
		-webkit-transform:translate(0,0);
		transform:translate(0,0);
	}
}

/* Mask Down */
@-webkit-keyframes maskDown {
	from {
		-webkit-transform:translate(0,-100%);
		transform:translate(0,-100%);
	}
	
	to {
		-webkit-transform:translate(0,0);
		transform:translate(0,0);
	}
}

@keyframes maskDown {
	from {
		-webkit-transform:translate(0,-100%);
		transform:translate(0,-100%);
	}
	
	to {
		-webkit-transform:translate(0,0);
		transform:translate(0,0);
	}
}

/* Mask Left */
@-webkit-keyframes maskLeft {
	from {
		-webkit-transform:translate(100%,0);
		transform:translate(100%,0);
	}
	
	to {
		-webkit-transform:translate(0,0);
		transform:translate(0,0);
	}
}

@keyframes maskLeft {
	from {
		-webkit-transform:translate(100%,0);
		transform:translate(100%,0);
	}
	
	to {
		-webkit-transform:translate(0,0);
		transform:translate(0,0);
	}
}

@-webkit-keyframes headerReveal {
	from {
		top:-150px;
	}
	
	to {
		top:0;
	}
}

@keyframes headerReveal {
	from {
		top:-150px;
	}
	
	to {
		top:0;
	}
}

/* Fade In Up Shorter */
@-webkit-keyframes fadeInUpShorter {
	from {
		opacity:0;
		-webkit-transform:translate(0,50px);
		transform:translate(0,50px);
	}
	
	to {
		opacity:1;
		-webkit-transform:none;
		transform:none;
	}
}

@keyframes fadeInUpShorter {
	from {
		opacity:0;
		-webkit-transform:translate(0,50px);
		transform:translate(0,50px);
	}
	
	to {
		opacity:1;
		-webkit-transform:none;
		transform:none;
	}
}

/* Fade In Left Shorter */
@-webkit-keyframes fadeInLeftShorter {
	from {
		opacity:0;
		-webkit-transform:translate(50px,0);
		transform:translate(50px,0);
	}
	
	to {
		opacity:1;
		-webkit-transform:none;
		transform:none;
	}
}

@keyframes fadeInLeftShorter {
	from {
		opacity:0;
		-webkit-transform:translate(50px,0);
		transform:translate(50px,0);
	}
	
	to {
		opacity:1;
		-webkit-transform:none;
		transform:none;
	}
}

/* Fade In Right Shorter */
@-webkit-keyframes fadeInRightShorter {
	from {
		opacity:0;
		-webkit-transform:translate(-50px,0);
		transform:translate(-50px,0);
	}
	
	to {
		opacity:1;
		-webkit-transform:none;
		transform:none;
	}
}

@keyframes fadeInRightShorter {
	from {
		opacity:0;
		-webkit-transform:translate(-50px,0);
		transform:translate(-50px,0);
	}
	
	to {
		opacity:1;
		-webkit-transform:none;
		transform:none;
	}
}

/* Fade In Down Shorter */
@-webkit-keyframes fadeInDownShorter {
	from {
		opacity:0;
		-webkit-transform:translate(0,-50px);
		transform:translate(0,-50px);
	}
	
	to {
		opacity:1;
		-webkit-transform:none;
		transform:none;
	}
}

@keyframes fadeInDownShorter {
	from {
		opacity:0;
		-webkit-transform:translate(0,-50px);
		transform:translate(0,-50px);
	}
	
	to {
		opacity:1;
		-webkit-transform:none;
		transform:none;
	}
}

/* Expand In */
@-webkit-keyframes expandIn {
	from {
		opacity:0;
		-webkit-transform:scale(0.8);
		transform:scale(0.8);
	}
	
	to {
		opacity:1;
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}

@keyframes expandIn {
	from {
		opacity:0;
		-webkit-transform:scale(0.8);
		transform:scale(0.8);
	}
	
	to {
		opacity:1;
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}

/* Gradient Transition */
@-webkit-keyframes gradientTransition {
	0% {
		background-position:0 50%;
	}
	
	50% {
		background-position:100% 50%;
	}
	
	100% {
		background-position:0 50%;
	}
}

@keyframes gradientTransition {
	0% {
		background-position:0 50%;
	}
	
	50% {
		background-position:100% 50%;
	}
	
	100% {
		background-position:0 50%;
	}
}

/* Slider Scroll Button Animation */
@-webkit-keyframes sliderScrollButton {
	0% {
		opacity:1;
		-webkit-transform:translate3d(-50%,0,0);
		transform:translate3d(-50%,0,0);
	}
	
	70% {
		opacity:1;
		-webkit-transform:translate3d(-50%,10px,0);
		transform:translate3d(-50%,10px,0);
	}
	
	100% {
		opacity:0;
		-webkit-transform:translate3d(-50%,10px,0);
		transform:translate3d(-50%,10px,0);
	}
}

@keyframes sliderScrollButton {
	0% {
		opacity:1;
		-webkit-transform:translate3d(-50%,0,0);
		transform:translate3d(-50%,0,0);
	}
	
	70% {
		opacity:1;
		-webkit-transform:translate3d(-50%,10px,0);
		transform:translate3d(-50%,10px,0);
	}
	
	100% {
		opacity:0;
		-webkit-transform:translate3d(-50%,10px,0);
		transform:translate3d(-50%,10px,0);
	}
}

/* Arrow Left Right */
@-webkit-keyframes arrowLeftRight {
	0% {
		-webkit-transform:translate3d(-1px,0,0);
		transform:translate3d(-1px,0,0);
	}
	
	50% {
		-webkit-transform:translate3d(1px,0,0);
		transform:translate3d(1px,0,0);
	}
	
	100% {
		-webkit-transform:translate3d(-1px,0,0);
		transform:translate3d(-1px,0,0);
	}
}

@keyframes arrowLeftRight {
	0% {
		-webkit-transform:translate3d(-1px,0,0);
		transform:translate3d(-1px,0,0);
	}
	
	50% {
		-webkit-transform:translate3d(1px,0,0);
		transform:translate3d(1px,0,0);
	}
	
	100% {
		-webkit-transform:translate3d(-1px,0,0);
		transform:translate3d(-1px,0,0);
	}
}

/* Nav Item Arrow */
@-webkit-keyframes navItemArrow {
	0% {
		position:relative;
		left:-1px;
	}
	
	50% {
		position:relative;
		left:3px;
	}
	
	100% {
		position:relative;
		left:-1px;
	}
}

@keyframes navItemArrow {
	0% {
		position:relative;
		left:-1px;
	}
	
	50% {
		position:relative;
		left:3px;
	}
	
	100% {
		position:relative;
		left:-1px;
	}
}

/* Hover 3d Effect */
/* Hotspot */
@-webkit-keyframes hotspot-pulsate {
	0% {
		-webkit-transform:scale(1);
		transform:scale(1);
		opacity:.8;
	}
	
	45% {
		-webkit-transform:scale(1.75);
		transform:scale(1.75);
		opacity:0;
	}
}

@keyframes hotspot-pulsate {
	0% {
		-webkit-transform:scale(1);
		transform:scale(1);
		opacity:.8;
	}
	
	45% {
		-webkit-transform:scale(1.75);
		transform:scale(1.75);
		opacity:0;
	}
}

@-webkit-keyframes stop-hotspot-pulsate {
	from {
		opacity:.4;
	}
	
	to {
		-webkit-transform:scale(2);
		transform:scale(2);
		opacity:0;
	}
}

@keyframes stop-hotspot-pulsate {
	from {
		opacity:.4;
	}
	
	to {
		-webkit-transform:scale(2);
		transform:scale(2);
		opacity:0;
	}
}

/* Dot Pulse */
@-webkit-keyframes dotPulse {
	from {
		opacity:1;
		-webkit-transform:scale(0.2);
		transform:scale(0.2);
	}
	
	to {
		opacity:0;
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}

@keyframes dotPulse {
	from {
		opacity:1;
		-webkit-transform:scale(0.2);
		transform:scale(0.2);
	}
	
	to {
		opacity:0;
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}

/* Blur In */
@-webkit-keyframes blurIn {
	from {
		opacity:0;
		-webkit-filter:blur(20px);
		filter:blur(20px);
		-webkit-transform:scale(1.3);
		transform:scale(1.3);
	}
	
	to {
		opacity:1;
		-webkit-filter:blur(0);
		filter:blur(0);
		-webkit-transform:none;
		transform:none;
	}
}

@keyframes blurIn {
	from {
		opacity:0;
		-webkit-filter:blur(20px);
		filter:blur(20px);
		-webkit-transform:scale(1.3);
		transform:scale(1.3);
	}
	
	to {
		opacity:1;
		-webkit-filter:blur(0);
		filter:blur(0);
		-webkit-transform:none;
		transform:none;
	}
}

/* Arrows */
/* Responsive */
/* Background Scales Overlay */
/* Background Transparent */
.background-transparent {
	background:transparent!important;
}

/* Background White and Black */
/* Labels */
/* Circular Bars */
/* Progress */
/* Borders */
.border-top {
	border-top:1px solid #DADADA!important;
}

.border-bottom {
	border-bottom:1px solid #DADADA!important;
}

.border-all {
	border:1px solid #DADADA!important;
}

.border-top-light {
	border-top:1px solid rgba(0,0,0,0.06)!important;
}

.border-bottom-light {
	border-bottom:1px solid rgba(0,0,0,0.06)!important;
}

.border-all-light {
	border:1px solid rgba(0,0,0,0.06)!important;
}

.border-width-1 {
	border-width:1px!important;
}

.border-width-2 {
	border-width:2px!important;
}

.border-width-3 {
	border-width:3px!important;
}

.border-width-4 {
	border-width:4px!important;
}

.border-width-5 {
	border-width:5px!important;
}

.border-width-6 {
	border-width:6px!important;
}

.border-width-7 {
	border-width:7px!important;
}

.border-width-8 {
	border-width:8px!important;
}

.border-width-9 {
	border-width:9px!important;
}

.border-width-10 {
	border-width:10px!important;
}

/* Buttons */
.btn {
	font-size:12.8px;
	font-size:.8rem;
	padding:8.528px 14.928px;
	padding:.533rem .933rem;
	cursor:pointer;
}

.btn.btn-lg {
	font-size:16px;
	font-size:1rem;
	padding:8px 16px;
	padding:.5rem 1rem;
}

.btn.btn-px-1 {
	padding-left:5.6px;
	padding-left:.35rem;
	padding-right:5.6px;
	padding-right:.35rem;
}

.btn.btn-px-2 {
	padding-left:12px;
	padding-left:.75rem;
	padding-right:12px;
	padding-right:.75rem;
}

.btn.btn-px-3 {
	padding-left:20px;
	padding-left:1.25rem;
	padding-right:20px;
	padding-right:1.25rem;
}

.btn.btn-px-4 {
	padding-left:28px;
	padding-left:1.75rem;
	padding-right:28px;
	padding-right:1.75rem;
}

.btn.btn-px-5 {
	padding-left:38.4px;
	padding-left:2.4rem;
	padding-right:38.4px;
	padding-right:2.4rem;
}

html body .btn:focus,html body .btn:active,html body.body .btn:focus,html body.body .btn:active {
	-webkit-box-shadow:none!important;
	box-shadow:none!important;
}

/* Dropdown Buttons */
.btn + .dropdown-menu .dropdown-item {
	font-size:12.8px;
	font-size:.8rem;
}

/* Default */
/* Outline */
/* Modern */
/* Rounded */
/* Rounded */
/* 3d */
.btn-3d {
	border-bottom-width:3px;
}

/* Arrow */
/* Icons  */
.btn-icon i {
	margin-right:10px;
}

/* Dropdown Button */
.btn.dropdown-toggle:after {
	margin-left:.155em;
	vertical-align:.155em;
}

/* Colors */
.btn-dark {
	background-color:#212529;
	border-color:#212529 #212529 #0a0c0d;
	color:#FFF;
}

.btn-dark:hover {
	background-color:#32383e;
	border-color:#383f45 #383f45 #212529;
	color:#FFF;
}

.btn-dark:focus {
	-webkit-box-shadow:0 0 0 3px rgba(33,37,41,0.5);
	box-shadow:0 0 0 3px rgba(33,37,41,0.5);
}

.btn-dark:disabled {
	background-color:#212529;
	border-color:#212529 #212529 #0a0c0d;
}

.btn-dark:active {
	background-color:#101214;
	background-image:none;
	border-color:#0a0c0d #0a0c0d #000;
}

/* Button Light */
html body .btn-light {
	border-color:#d9d9d9 #d9d9d9 #bfbfbf;
	color:#777;
}

html body .btn-light:hover {
	background-color:#f2f2f2;
	border-color:#e6e6e6 #e6e6e6 #ccc;
	color:#777;
}

html body .btn-light:focus {
	-webkit-box-shadow:0 0 0 3px rgba(191,191,191,0.5);
	box-shadow:0 0 0 3px rgba(191,191,191,0.5);
}

html body .btn-light:disabled {
	border-color:#bfbfbf;
}

html body .btn-light:active {
	border-color:#bfbfbf;
}

html body .btn-light-2 {
	border-color:#FFF;
	color:#FFF;
}

html body .btn-light-2:hover {
	background-color:#FFF;
	border-color:#FFF;
	color:#0e0e0e;
}

html body .btn-light-2:focus {
	-webkit-box-shadow:0 0 0 3px rgba(179,179,179,0.5);
	box-shadow:0 0 0 3px rgba(179,179,179,0.5);
}

html body .btn-light-2:disabled {
	border-color:#b3b3b3;
}

html body .btn-light-2:active {
	border-color:#FFF;
}

/* Hamburguer */
/* Hamburguer Sticky Colors */
/* Badge */
/* Gradient */
/* Call to Action */
/* Responsive */
/*
* IE 11 Fixes
*/
/*
* IE 9 Fixes
*/
/* Cards */
/* Flip Card */
/* Owl Carousel */
/* Hover Items with Opacity */
/* Carousel Sync */
/* Spaced */
/* Testimonials */
/* Responsive */
/* Carousel Areas */
/* Responsive */
/* Carousel Center Active Item */
/* Carousel Center Active Item 2 */
/* Text */
/* Grey */
/* Dark */
/* Borders */
.border-color-light-2 {
	border-color:rgba(255,255,255,0.3)!important;
}

.border-color-light-3 {
	border-color:rgba(255,255,255,0.05)!important;
}

/* Countdown */
/* Counters */
/* Dividers */
@-webkit-keyframes dividerProgress25 {
	from {
		width:0;
	}
	
	to {
		width:25%;
	}
}

@keyframes dividerProgress25 {
	from {
		width:0;
	}
	
	to {
		width:25%;
	}
}

/* Divider Borders */
/* Dropdowns */
.dropdown.dropdown-style-1 .dropdown-toggle {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding:16px 17.6px;
	padding:1rem 1.1rem;
	background:#FFF;
	border-radius:0;
	border-right:1px solid #ededed;
	min-width:280px;
	font-weight:700;
	text-decoration:none;
}

.dropdown.dropdown-style-1 .dropdown-toggle:after {
	content:'\f107';
	position:absolute;
	right:17.6px;
	right:1.1rem;
	top:50%;
	font-family:'Font Awesome 5 Free';
	font-weight:700;
	-webkit-transform:translate3d(0,-50%,0);
	transform:translate3d(0,-50%,0);
	border:0;
	margin:0;
	width:10px;
	height:10px;
	line-height:10px;
}

.dropdown.dropdown-style-1 .dropdown-toggle > i {
	display:none;
}

.dropdown.dropdown-style-1 .dropdown-menu {
	width:100%;
	border-radius:0;
	margin-top:-1px;
	border-color:#ededed;
}

.dropdown.dropdown-style-1 .dropdown-menu .dropdown-item {
	font-size:14px;
	padding-right:17.6px;
	padding-right:1.1rem;
	padding-left:17.6px;
	padding-left:1.1rem;
}


/* Effects */
@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform:translate(100%);
		transform:translate(100%);
	}
	
	50% {
		opacity:0;
		-webkit-transform:translate(-100%);
		transform:translate(-100%);
	}
	
	51% {
		opacity:1;
	}
}

@keyframes toRightFromLeft {
	49% {
		-webkit-transform:translate(100%);
		transform:translate(100%);
	}
	
	50% {
		opacity:0;
		-webkit-transform:translate(-100%);
		transform:translate(-100%);
	}
	
	51% {
		opacity:1;
	}
}

/* Feature Box */
/* Style 2 */
/* Style 3 */
/* Style 4 */
/* Style 5 */
/* Style 6 */
/* Feature Box Icon Size */
/* Reverse All Resolutions */
/* Reverse */
/* Full Width */
/*
* IE
*/
/* Forms */
/* Form - iOS Override */
/* Form - Bootstrap Override */
.btn-lg {
	line-height:1.334;
}

/* Forms Validations */
/* Simple Search */
/* Captcha */
/* Form Styles */
/* Headings */
/* Heading */
/* Modal Titles */
/* Responsive */
/* Icons */
/* Font Awesome List */
/* Simple Line Icons List */
/* Porto Icons */
/* Area Expanded Change */
/* Icon Animated */
.icon-animated {
	opacity:0;
}

/* Elements Sahadow Icon */
/* Custom Image Icons */
.icon-1 {
	background-position:-10px -10px;
}

.icon-2 {
	background-position:-110px -10px;
}

.icon-3 {
	background-position:-210px -10px;
}

.icon-plugin-1 {
	background-position:0 100%;
	width:115px;
	height:115px;
}

.icon-plugin-2 {
	background-position:-115px 100%;
	width:115px;
	height:115px;
}

.icon-menu-1 {
	background-position:-310px -10px;
}

.icon-menu-2 {
	background-position:-410px -10px;
}

.icon-menu-3 {
	background-position:-510px -10px;
}

.icon-menu-4 {
	background-position:-610px -10px;
}

/* Thumbnails */
/* Image Gallery */
/* Thumbnail Gallery */
/* Responsive */
/* Masonry */
/* Masonry Loading */
/* Mockup */
/* Hover Effect 3d */
/* Profile Image */
/* Arrows */
/* Close */
/* No Margins */
/* Zoom */
/* Animnate */
/* Fade */
/* Dialog */
/* White Popup Block */
/* Lightbox Opened */
/* Modal Opened */
/* List */
/* Sitemap */
/* Loading Overlay */
/* Bounce Loading */
@-webkit-keyframes bouncedelay {
	0%,80%,100% {
		-webkit-transform:scale(0);
		transform:scale(0);
	}
	
	40% {
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}

@keyframes bouncedelay {
	0%,80%,100% {
		-webkit-transform:scale(0);
		transform:scale(0);
	}
	
	40% {
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}

/* Maps */
/* Google Map */
/* Clearfix */
/* Container */
@media (min-width: 1440px) {
	.container-lg {
		max-width:1440px;
	}
}

/* Fluid Col */
/* Min Height */
.min-height-screen {
	min-height:100vh;
}

/* Hide Text */
/* Box Shadow */
.box-shadow-1:before {
	display:block;
	position:absolute;
	left:1%;
	top:1%;
	height:98%;
	width:98%;
	opacity:.33;
	content:'';
	-webkit-box-shadow:0 30px 90px #BBB;
	box-shadow:0 30px 90px #BBB;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

.box-shadow-2 {
	-webkit-box-shadow:0 15px 30px -15px rgba(0,0,0,0.45);
	box-shadow:0 15px 30px -15px rgba(0,0,0,0.45);
}

.box-shadow-3 {
	-webkit-box-shadow:0 30px 60px -30px rgba(0,0,0,0.45);
	box-shadow:0 30px 60px -30px rgba(0,0,0,0.45);
}

.box-shadow-4 {
	-webkit-box-shadow:0 0 21px -5px rgba(0,0,0,0.2);
	box-shadow:0 0 21px -5px rgba(0,0,0,0.2);
}

/* Border Radius */
/* Sample Item */
/* Sample Sub Items Lightbox */
/* Magnific Popup Demo Options */
/* Pagination */
/* Read More */
/* Offset Anchor */
/* Responsive */
/* Show Grid */
/* Alerts */
/* Embed Responsive */
/* Half Section */
/* Content Grid */
/* Alert Admin */
/* Not Included */
/* Tip */
/* Ajax Box */
.ajax-box {
	-webkit-transition:all .2s;
	transition:all .2s;
	position:relative;
}

.ajax-box .ajax-box-content {
	-webkit-transition:all .2s;
	transition:all .2s;
	opacity:1;
	overflow:hidden;
	height:auto;
}

/* Go to Demos */
/* Notice Top Bar */
/* Hover effetcs */
/* Border Radius */
/* Sticky Wrapper */
/* Highlighted Word */
@-webkit-keyframes pencilAnimation {
	from {
		width:0;
	}
	
	to {
		width:74px;
	}
}

@keyframes pencilAnimation {
	from {
		width:0;
	}
	
	to {
		width:74px;
	}
}

@-webkit-keyframes pencilAnimation2 {
	from {
		width:0;
	}
	
	to {
		width:115px;
	}
}

@keyframes pencilAnimation2 {
	from {
		width:0;
	}
	
	to {
		width:115px;
	}
}

/* Curved Border */
/* Vertical Divider */
/* Star Rating */
/* Image Hotspots */
/* Page Transition */
body[data-plugin-page-transition] {
	-webkit-transition:ease opacity 300ms;
	transition:ease opacity 300ms;
}

@-webkit-keyframes cd-bounce {
	0% {
		-webkit-transform:translateX(-50%) scale(0);
		transform:translateX(-50%) scale(0);
	}
	
	60% {
		-webkit-transform:translateX(-50%) scale(1.1);
		transform:translateX(-50%) scale(1.1);
	}
	
	100% {
		-webkit-transform:translateX(-50%) scale(1);
		transform:translateX(-50%) scale(1);
	}
}

@keyframes cd-bounce {
	0% {
		-webkit-transform:translateX(-50%) scale(0);
		transform:translateX(-50%) scale(0);
	}
	
	60% {
		-webkit-transform:translateX(-50%) scale(1.1);
		transform:translateX(-50%) scale(1.1);
	}
	
	100% {
		-webkit-transform:translateX(-50%) scale(1);
		transform:translateX(-50%) scale(1);
	}
}

/* Recommended Themes */
/* Video Open Icon */
/* Landing Page Text Reasons */
/* Strong Shadow */
/* SVG Background */
/* Popup */
/* Nav */
.nav > li > a:hover,.nav > li > a:focus {
	background:transparent;
}

/* Nav List */
/* Nav Pills */
.nav-pills-center {
	text-align:center;
}

.nav-pills-center > li {
	display:inline-block;
	float:none;
}

/* Nav Light */
.nav-light > li > a {
	color:#FFF;
}


section.section {
	background:#f7f7f7;
	border-top:5px solid #f1f1f1;
	margin:30px 0;
	padding:50px 0;
}

section.section.section-height-1 {
	padding:12.307px 0;
	padding:.7692307692rem 0;
}

section.section.section-height-2 {
	padding:36.923px 0;
	padding:2.3076923077rem 0;
}

section.section.section-height-3 {
	padding:73.846px 0;
	padding:4.6153846154rem 0;
}

section.section.section-height-4 {
	padding:110.769px 0;
	padding:6.9230769231rem 0;
}

section.section.section-height-5 {
	padding:147.692px 0;
	padding:9.2307692308rem 0;
}

section.section.section-no-background {
	background:transparent;
	border-top-color:transparent;
}

section.section.section-center {
	text-align:center;
}

section.section.section-background {
	background-repeat:repeat;
	border:0;
}

section.section.section-angled {
	position:relative;
	margin:0;
	overflow:hidden;
}

section.section.section-angled + .section-angled {
	padding-top:0;
}

section.section.section-no-border {
	border:0;
}

section.section.section-footer {
	margin-bottom:-50px;
}

/* Responsive */
/* Sidebar */
/* Side Panel */
/* Home Slider - Revolution Slider */
.slider-container {
	background:#151719;
	height:500px;
	overflow:hidden;
	width:100%;
	direction:ltr;
}

.slider-container.transparent {
	background-color:transparent;
}

.slider-container.light {
	background-color:#EAEAEA;
}

/* Revolution Slider Typewriter Addon */
/* Slider With Overlay */
/* Slider Scroll Button */
/* Arrows */
/* Bullets */
/* Slider IE Fix */
/* Embed Border */
/* Defaults */
/* Slider With Overlay */
/* Slider Contact Form */
/* Responsive */
/* Boxed */
/* Home Slider - Nivo Slider */
/* Side Header - Full Screen Slider Height On Mobile */
/* Social Icons */
/* Sort Source Wrapper */
/* Sort Source */
/* Sort Source Style 2 */
/* Sort Source Style 3 */
/* Sort Destination */
/* Sort Loading */
/* Responsive */
/* Tables */
/* Tabs */
/* Right Aligned */
/* Bottom Tabs */
/* Vertical */
/* Vertical - Left Side */
/* Vertical - Right Side */
/* Justified */
/* Bottom Tabs with Justified Nav */
/* Center */
/* Navigation */
/* Simple */
/* Responsive */
/* Testimonials */
/* Style 2 */
/* Style 3 */
/* Style 4 */
/* Style 5 */
/* Style 6 */
/* Style 7 */
/* With Quotes */
/* Transparent Background */
/* Alternarive Font */
/* Light */
/* Thumb Info */
/* Thumb Info Ribbon */
/* Thumb Info - Full Width */
/* Thumb Info Caption  */
/* Thumb Info Side Image  */
/* Thumb Info Social Icons */
/* Thumb Info Floating Caption */
/* Responsive */
/* Timeline */
/* Toggles */
.toggle {
	margin:10px 0 20px;
	position:relative;
	clear:both;
}

.toggle .toggle {
	margin:10px 0 0;
}

.toggle > .toggle-content {
	display:none;
}

/* Blockquotes */
/* Small */
/* Paragraphs */
/* Lead */
/* Links */
a,a:hover,a:focus {
	color:#CCC;
}

/* Drop Caps */
/* Default Font Style */
/* Alternative Font Style */
/* Gradient Text */
/* Small Sup style */
/* Text Color Default */
/* Video */
/* rotate-1 */
@-webkit-keyframes word-rotator-rotate-1-in {
	0% {
		-webkit-transform:rotateX(180deg);
		transform:rotateX(180deg);
		opacity:0;
	}
	
	35% {
		-webkit-transform:rotateX(120deg);
		transform:rotateX(120deg);
		opacity:0;
	}
	
	65% {
		opacity:0;
	}
	
	100% {
		-webkit-transform:rotateX(360deg);
		transform:rotateX(360deg);
		opacity:1;
	}
}

@keyframes word-rotator-rotate-1-in {
	0% {
		-webkit-transform:rotateX(180deg);
		transform:rotateX(180deg);
		opacity:0;
	}
	
	35% {
		-webkit-transform:rotateX(120deg);
		transform:rotateX(120deg);
		opacity:0;
	}
	
	65% {
		opacity:0;
	}
	
	100% {
		-webkit-transform:rotateX(360deg);
		transform:rotateX(360deg);
		opacity:1;
	}
}

@-webkit-keyframes word-rotator-rotate-1-out {
	0% {
		-webkit-transform:rotateX(0deg);
		transform:rotateX(0deg);
		opacity:1;
	}
	
	35% {
		-webkit-transform:rotateX(-40deg);
		transform:rotateX(-40deg);
		opacity:1;
	}
	
	65% {
		opacity:0;
	}
	
	100% {
		-webkit-transform:rotateX(180deg);
		transform:rotateX(180deg);
		opacity:0;
	}
}

@keyframes word-rotator-rotate-1-out {
	0% {
		-webkit-transform:rotateX(0deg);
		transform:rotateX(0deg);
		opacity:1;
	}
	
	35% {
		-webkit-transform:rotateX(-40deg);
		transform:rotateX(-40deg);
		opacity:1;
	}
	
	65% {
		opacity:0;
	}
	
	100% {
		-webkit-transform:rotateX(180deg);
		transform:rotateX(180deg);
		opacity:0;
	}
}

/* type */
@-webkit-keyframes word-rotator-pulse {
	from,to {
		background-color:transparent;
	}
	
	50% {
		background-color:#000;
	}
}

@keyframes word-rotator-pulse {
	from,to {
		background-color:transparent;
	}
	
	50% {
		background-color:#000;
	}
}

@-webkit-keyframes word-rotator-pulse-light {
	from,to {
		background-color:transparent;
	}
	
	50% {
		background-color:#fff;
	}
}

@keyframes word-rotator-pulse-light {
	from,to {
		background-color:transparent;
	}
	
	50% {
		background-color:#fff;
	}
}

/* rotate-2 */
@-webkit-keyframes word-rotator-rotate-2-in {
	0% {
		opacity:0;
		-webkit-transform:translateZ(-20px) rotateX(90deg);
		transform:translateZ(-20px) rotateX(90deg);
	}
	
	60% {
		opacity:1;
		-webkit-transform:translateZ(-20px) rotateX(-10deg);
		transform:translateZ(-20px) rotateX(-10deg);
	}
	
	100% {
		opacity:1;
		-webkit-transform:translateZ(-20px) rotateX(0deg);
		transform:translateZ(-20px) rotateX(0deg);
	}
}

@keyframes word-rotator-rotate-2-in {
	0% {
		opacity:0;
		-webkit-transform:translateZ(-20px) rotateX(90deg);
		transform:translateZ(-20px) rotateX(90deg);
	}
	
	60% {
		opacity:1;
		-webkit-transform:translateZ(-20px) rotateX(-10deg);
		transform:translateZ(-20px) rotateX(-10deg);
	}
	
	100% {
		opacity:1;
		-webkit-transform:translateZ(-20px) rotateX(0deg);
		transform:translateZ(-20px) rotateX(0deg);
	}
}

@-webkit-keyframes word-rotator-rotate-2-out {
	0% {
		opacity:1;
		-webkit-transform:translateZ(-20px) rotateX(0);
		transform:translateZ(-20px) rotateX(0);
	}
	
	60% {
		opacity:0;
		-webkit-transform:translateZ(-20px) rotateX(-100deg);
		transform:translateZ(-20px) rotateX(-100deg);
	}
	
	100% {
		opacity:0;
		-webkit-transform:translateZ(-20px) rotateX(-90deg);
		transform:translateZ(-20px) rotateX(-90deg);
	}
}

@keyframes word-rotator-rotate-2-out {
	0% {
		opacity:1;
		-webkit-transform:translateZ(-20px) rotateX(0);
		transform:translateZ(-20px) rotateX(0);
	}
	
	60% {
		opacity:0;
		-webkit-transform:translateZ(-20px) rotateX(-100deg);
		transform:translateZ(-20px) rotateX(-100deg);
	}
	
	100% {
		opacity:0;
		-webkit-transform:translateZ(-20px) rotateX(-90deg);
		transform:translateZ(-20px) rotateX(-90deg);
	}
}

/* loading-bar */
/* slide */
@-webkit-keyframes slide-in {
	0% {
		opacity:0;
		-webkit-transform:translateY(-100%);
		transform:translateY(-100%);
	}
	
	60% {
		opacity:1;
		-webkit-transform:translateY(20%);
		transform:translateY(20%);
	}
	
	100% {
		opacity:1;
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
}

@keyframes slide-in {
	0% {
		opacity:0;
		-webkit-transform:translateY(-100%);
		transform:translateY(-100%);
	}
	
	60% {
		opacity:1;
		-webkit-transform:translateY(20%);
		transform:translateY(20%);
	}
	
	100% {
		opacity:1;
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
}

@-webkit-keyframes slide-out {
	0% {
		opacity:1;
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
	
	60% {
		opacity:0;
		-webkit-transform:translateY(120%);
		transform:translateY(120%);
	}
	
	100% {
		opacity:0;
		-webkit-transform:translateY(100%);
		transform:translateY(100%);
	}
}

@keyframes slide-out {
	0% {
		opacity:1;
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
	
	60% {
		opacity:0;
		-webkit-transform:translateY(120%);
		transform:translateY(120%);
	}
	
	100% {
		opacity:0;
		-webkit-transform:translateY(100%);
		transform:translateY(100%);
	}
}

/* clip */
/* zoom */
@-webkit-keyframes zoom-in {
	0% {
		opacity:0;
		-webkit-transform:translateZ(100px);
		transform:translateZ(100px);
	}
	
	100% {
		opacity:1;
		-webkit-transform:translateZ(0);
		transform:translateZ(0);
	}
}

@keyframes zoom-in {
	0% {
		opacity:0;
		-webkit-transform:translateZ(100px);
		transform:translateZ(100px);
	}
	
	100% {
		opacity:1;
		-webkit-transform:translateZ(0);
		transform:translateZ(0);
	}
}

@-webkit-keyframes zoom-out {
	0% {
		opacity:1;
		-webkit-transform:translateZ(0);
		transform:translateZ(0);
	}
	
	100% {
		opacity:0;
		-webkit-transform:translateZ(-100px);
		transform:translateZ(-100px);
	}
}

@keyframes zoom-out {
	0% {
		opacity:1;
		-webkit-transform:translateZ(0);
		transform:translateZ(0);
	}
	
	100% {
		opacity:0;
		-webkit-transform:translateZ(-100px);
		transform:translateZ(-100px);
	}
}

@-webkit-keyframes word-rotator-rotate-3-in {
	0% {
		-webkit-transform:rotateY(180deg);
		transform:rotateY(180deg);
	}
	
	100% {
		-webkit-transform:rotateY(0deg);
		transform:rotateY(0deg);
	}
}

@keyframes word-rotator-rotate-3-in {
	0% {
		-webkit-transform:rotateY(180deg);
		transform:rotateY(180deg);
	}
	
	100% {
		-webkit-transform:rotateY(0deg);
		transform:rotateY(0deg);
	}
}

@-webkit-keyframes word-rotator-rotate-3-out {
	0% {
		-webkit-transform:rotateY(0);
		transform:rotateY(0);
	}
	
	100% {
		-webkit-transform:rotateY(-180deg);
		transform:rotateY(-180deg);
	}
}

@keyframes word-rotator-rotate-3-out {
	0% {
		-webkit-transform:rotateY(0);
		transform:rotateY(0);
	}
	
	100% {
		-webkit-transform:rotateY(-180deg);
		transform:rotateY(-180deg);
	}
}

/* scale */
@-webkit-keyframes scale-up {
	0% {
		-webkit-transform:scale(0);
		transform:scale(0);
		opacity:0;
	}
	
	60% {
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
		opacity:1;
	}
	
	100% {
		-webkit-transform:scale(1);
		transform:scale(1);
		opacity:1;
	}
}

@keyframes scale-up {
	0% {
		-webkit-transform:scale(0);
		transform:scale(0);
		opacity:0;
	}
	
	60% {
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
		opacity:1;
	}
	
	100% {
		-webkit-transform:scale(1);
		transform:scale(1);
		opacity:1;
	}
}

@-webkit-keyframes scale-down {
	0% {
		-webkit-transform:scale(1);
		transform:scale(1);
		opacity:1;
	}
	
	60% {
		-webkit-transform:scale(0);
		transform:scale(0);
		opacity:0;
	}
}

@keyframes scale-down {
	0% {
		-webkit-transform:scale(1);
		transform:scale(1);
		opacity:1;
	}
	
	60% {
		-webkit-transform:scale(0);
		transform:scale(0);
		opacity:0;
	}
}

/* push */
@-webkit-keyframes push-in {
	0% {
		opacity:0;
		-webkit-transform:translateX(-100%);
		transform:translateX(-100%);
	}
	
	60% {
		opacity:1;
		-webkit-transform:translateX(10%);
		transform:translateX(10%);
	}
	
	100% {
		opacity:1;
		-webkit-transform:translateX(0);
		transform:translateX(0);
	}
}

@keyframes push-in {
	0% {
		opacity:0;
		-webkit-transform:translateX(-100%);
		transform:translateX(-100%);
	}
	
	60% {
		opacity:1;
		-webkit-transform:translateX(10%);
		transform:translateX(10%);
	}
	
	100% {
		opacity:1;
		-webkit-transform:translateX(0);
		transform:translateX(0);
	}
}

@-webkit-keyframes push-out {
	0% {
		opacity:1;
		-webkit-transform:translateX(0);
		transform:translateX(0);
	}
	
	60% {
		opacity:0;
		-webkit-transform:translateX(110%);
		transform:translateX(110%);
	}
	
	100% {
		opacity:0;
		-webkit-transform:translateX(100%);
		transform:translateX(100%);
	}
}

@keyframes push-out {
	0% {
		opacity:1;
		-webkit-transform:translateX(0);
		transform:translateX(0);
	}
	
	60% {
		opacity:0;
		-webkit-transform:translateX(110%);
		transform:translateX(110%);
	}
	
	100% {
		opacity:0;
		-webkit-transform:translateX(100%);
		transform:translateX(100%);
	}
}

/* Custom Map */
/* Home Intro */
/* Home Intro Compact */
/* Responsive */
@media (max-width: 991px) {
	/* Home Intro */
	
}

@media (max-width: 767px) {
	/* Home Intro */
	
}

/* Home Concept SVG Animations */
@-webkit-keyframes animatedLineBg {
	from {
		stroke-dasharray:1000;
	}
	
	to {
		stroke-dasharray:1360;
	}
}

@keyframes animatedLineBg {
	from {
		stroke-dasharray:1000;
	}
	
	to {
		stroke-dasharray:1360;
	}
}

@-webkit-keyframes animatedLineSmallCircle {
	from {
		stroke-dasharray:1000;
	}
	
	to {
		stroke-dasharray:1120;
	}
}

@keyframes animatedLineSmallCircle {
	from {
		stroke-dasharray:1000;
	}
	
	to {
		stroke-dasharray:1120;
	}
}

@-webkit-keyframes animatedLineBigCircle {
	from {
		stroke-dasharray:1000;
	}
	
	to {
		stroke-dasharray:1266;
	}
}

@keyframes animatedLineBigCircle {
	from {
		stroke-dasharray:1000;
	}
	
	to {
		stroke-dasharray:1266;
	}
}

@-webkit-keyframes animatedInitialPin {
	0% {
		-webkit-transform:translate(2px,69px) scale(0.23);
		transform:translate(2px,69px) scale(0.23);
	}
	
	33% {
		-webkit-transform:translate(2px,79px) scale(0.23);
		transform:translate(2px,79px) scale(0.23);
	}
	
	66% {
		-webkit-transform:translate(2px,74px) scale(0.23);
		transform:translate(2px,74px) scale(0.23);
	}
	
	100% {
		-webkit-transform:translate(2px,79px) scale(0.23);
		transform:translate(2px,79px) scale(0.23);
	}
}

@keyframes animatedInitialPin {
	0% {
		-webkit-transform:translate(2px,69px) scale(0.23);
		transform:translate(2px,69px) scale(0.23);
	}
	
	33% {
		-webkit-transform:translate(2px,79px) scale(0.23);
		transform:translate(2px,79px) scale(0.23);
	}
	
	66% {
		-webkit-transform:translate(2px,74px) scale(0.23);
		transform:translate(2px,74px) scale(0.23);
	}
	
	100% {
		-webkit-transform:translate(2px,79px) scale(0.23);
		transform:translate(2px,79px) scale(0.23);
	}
}

@-webkit-keyframes animatedFinalPin {
	0% {
		-webkit-transform:translate(325px,-19px) scale(0.23) rotate(36deg);
		transform:translate(325px,-19px) scale(0.23) rotate(36deg);
	}
	
	33% {
		-webkit-transform:translate(325px,-13px) scale(0.23) rotate(36deg);
		transform:translate(325px,-13px) scale(0.23) rotate(36deg);
	}
	
	66% {
		-webkit-transform:translate(325px,-16px) scale(0.23) rotate(36deg);
		transform:translate(325px,-16px) scale(0.23) rotate(36deg);
	}
	
	100% {
		-webkit-transform:translate(325px,-13px) scale(0.23) rotate(36deg);
		transform:translate(325px,-13px) scale(0.23) rotate(36deg);
	}
}

@keyframes animatedFinalPin {
	0% {
		-webkit-transform:translate(325px,-19px) scale(0.23) rotate(36deg);
		transform:translate(325px,-19px) scale(0.23) rotate(36deg);
	}
	
	33% {
		-webkit-transform:translate(325px,-13px) scale(0.23) rotate(36deg);
		transform:translate(325px,-13px) scale(0.23) rotate(36deg);
	}
	
	66% {
		-webkit-transform:translate(325px,-16px) scale(0.23) rotate(36deg);
		transform:translate(325px,-16px) scale(0.23) rotate(36deg);
	}
	
	100% {
		-webkit-transform:translate(325px,-13px) scale(0.23) rotate(36deg);
		transform:translate(325px,-13px) scale(0.23) rotate(36deg);
	}
}

/* Firefox Final Pin Animation */
@-webkit-keyframes animatedFinalPinFirefox {
	0% {
		-webkit-transform:translate(193px,-16px) scale(0.23) rotate(36deg);
		transform:translate(193px,-16px) scale(0.23) rotate(36deg);
	}
	
	33% {
		-webkit-transform:translate(193px,-10px) scale(0.23) rotate(36deg);
		transform:translate(193px,-10px) scale(0.23) rotate(36deg);
	}
	
	66% {
		-webkit-transform:translate(193px,-13px) scale(0.23) rotate(36deg);
		transform:translate(193px,-13px) scale(0.23) rotate(36deg);
	}
	
	100% {
		-webkit-transform:translate(193px,-10px) scale(0.23) rotate(36deg);
		transform:translate(193px,-10px) scale(0.23) rotate(36deg);
	}
}

@keyframes animatedFinalPinFirefox {
	0% {
		-webkit-transform:translate(193px,-16px) scale(0.23) rotate(36deg);
		transform:translate(193px,-16px) scale(0.23) rotate(36deg);
	}
	
	33% {
		-webkit-transform:translate(193px,-10px) scale(0.23) rotate(36deg);
		transform:translate(193px,-10px) scale(0.23) rotate(36deg);
	}
	
	66% {
		-webkit-transform:translate(193px,-13px) scale(0.23) rotate(36deg);
		transform:translate(193px,-13px) scale(0.23) rotate(36deg);
	}
	
	100% {
		-webkit-transform:translate(193px,-10px) scale(0.23) rotate(36deg);
		transform:translate(193px,-10px) scale(0.23) rotate(36deg);
	}
}

/* Home Concept */
.home-concept {
	background:transparent url(../img/home/home-concept.png) no-repeat center 0;
	width:100%;
	overflow:hidden;
}

.home-concept .row {
	position:relative;
}

/* Responsive */
@media (max-width: 991px) {
	.home-concept {
		background-image:none;
	}
}

/* Portfolio */
/* Portfolio Info */
/* Portfolio List */
/* Portfolio Details */
/* Portfolio Modal */
/* Portfolio Navigation */
/* Responsive */
/* Team List */
/* Responsive */
/* Search Results */
/* Page 404 */
/* Responsive */
a {
	color:#19124E;
}

a:hover {
	color:#19124E;
}

a:focus {
	color:#19124E;
}

a:active {
	color:#19124E;
}

html .text-color-dark,html .text-dark {
	color:#212529!important;
}

html .text-color-light,html .text-light {
	color:#FFF!important;
}

/* Color Transition */
@-webkit-keyframes colorTransition {
	0% {
		background-color:#19124E;
	}
	
	33% {
		background-color:#0169fe;
	}
	
	66% {
		background-color:#005AEF;
	}
	
	100% {
		background-color:#383f48;
	}
}

@keyframes colorTransition {
	0% {
		background-color:#19124E;
	}
	
	33% {
		background-color:#0169fe;
	}
	
	66% {
		background-color:#005AEF;
	}
	
	100% {
		background-color:#383f48;
	}
}

html .border-color-dark {
	border-color:#212529!important;
}

html .border-color-light {
	border-color:#FFF!important;
}

html .box-shadow-1-dark:before {
	-webkit-box-shadow:0 30px 90px #212529!important;
	box-shadow:0 30px 90px #212529!important;
}

html .box-shadow-1-light:before {
	-webkit-box-shadow:0 30px 90px #FFF!important;
	box-shadow:0 30px 90px #FFF!important;
}

html .nav-color-dark nav > ul > li > a {
	color:#212529!important;
}

html .nav-color-light nav > ul > li > a {
	color:#FFF!important;
}

html .nav-pills-dark a {
	color:#212529;
}

html .nav-pills-dark a:hover {
	color:#2c3237;
}

html .nav-pills-dark a:focus {
	color:#2c3237;
}

html .nav-pills-dark a:active {
	color:#16181b;
}

html .nav-pills-light a {
	color:#FFF;
}

html .nav-pills-light a:hover {
	color:#fff;
}

html .nav-pills-light a:focus {
	color:#fff;
}

html .nav-pills-light a:active {
	color:#f2f2f2;
}

.btn-link {
	color:#19124E;
}

.btn-link:hover {
	color:#0099e6;
}

.btn-link:active {
	color:#0077b3;
}

html .btn-dark {
	background-color:#212529;
	border-color:#212529 #212529 #0a0c0d;
	color:#FFF;
}

html .btn-dark:hover {
	background-color:#32383e;
	border-color:#383f45 #383f45 #212529;
	color:#FFF;
}

html .btn-dark:focus {
	-webkit-box-shadow:0 0 0 3px rgba(33,37,41,0.5);
	box-shadow:0 0 0 3px rgba(33,37,41,0.5);
}

html .btn-dark:disabled {
	background-color:#212529;
	border-color:#212529 #212529 #0a0c0d;
}

html .btn-dark:active {
	background-color:#101214!important;
	background-image:none!important;
	border-color:#0a0c0d #0a0c0d #000!important;
}

html .btn-dark-scale-2 {
	background-color:#0a0c0d;
	border-color:#0a0c0d #0a0c0d #000;
	color:#FFF;
}

html .btn-dark-scale-2:hover {
	background-color:#1b1f22;
	border-color:#212529 #212529 #0a0c0d;
	color:#FFF;
}

html .btn-dark-scale-2:focus {
	-webkit-box-shadow:0 0 0 3px rgba(10,11,13,0.5);
	box-shadow:0 0 0 3px rgba(10,11,13,0.5);
}

html .btn-dark-scale-2:disabled {
	background-color:#0a0c0d;
	border-color:#0a0c0d #0a0c0d #000;
}

html .btn-dark-scale-2:active {
	background-color:#000!important;
	background-image:none!important;
	border-color:#000!important;
}

html .btn-light {
	background-color:#FFF;
	border-color:#FFF #FFF #e6e6e6;
	color:#777;
}

html .btn-light:hover {
	background-color:#fff;
	border-color:#fff #fff #FFF;
	color:#777;
}

html .btn-light:focus {
	-webkit-box-shadow:0 0 0 3px rgba(255,255,255,0.5);
	box-shadow:0 0 0 3px rgba(255,255,255,0.5);
}

html .btn-light:disabled {
	background-color:#FFF;
	border-color:#FFF #FFF #e6e6e6;
}

html .btn-light:active {
	background-color:#ececec!important;
	background-image:none!important;
	border-color:#e6e6e6 #e6e6e6 #ccc!important;
}

html .btn-light-scale-2 {
	background-color:#e6e6e6;
	border-color:#e6e6e6 #e6e6e6 #ccc;
	color:#777;
}

html .btn-light-scale-2:hover {
	background-color:#f9f9f9;
	border-color:#fff #fff #e6e6e6;
	color:#777;
}

html .btn-light-scale-2:focus {
	-webkit-box-shadow:0 0 0 3px rgba(230,230,230,0.5);
	box-shadow:0 0 0 3px rgba(230,230,230,0.5);
}

html .btn-light-scale-2:disabled {
	background-color:#e6e6e6;
	border-color:#e6e6e6 #e6e6e6 #ccc;
}

html .btn-light-scale-2:active {
	background-color:#d2d2d2!important;
	background-image:none!important;
	border-color:#ccc #ccc #b3b3b3!important;
}

html section.section-dark {
	background-color:#212529!important;
	border-color:#16181b!important;
}

html section.section-dark-scale-2 {
	background-color:#0a0c0d!important;
	border-color:#000!important;
}

html section.section-light {
	background-color:#FFF!important;
	border-color:#f2f2f2!important;
}

html section.section-light-scale-2 {
	background-color:#e6e6e6!important;
	border-color:#d9d9d9!important;
}

#header .header-btn-collapse-nav {
	background:#19124E;
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li > a {
		color:#19124E;
	}
	
	#header .header-nav-main nav > ul > li:hover > a {
		background:#19124E;
	}
	
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
		border-top-color:#19124E;
	}
	
	#header .header-nav-main nav > ul > li.dropdown:hover > a:before {
		border-bottom-color:#19124E;
	}
	
	#header .header-nav.header-nav-links nav > ul li:hover > a {
		color:#19124E;
	}
}

@media (min-width: 992px) {
	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu {
		background-color:#212529;
	}
	
	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li a {
		color:#FFF;
		border-bottom-color:#1a1d21;
	}
	
	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li:hover > a {
		background:#282d31;
	}
	
	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a:before {
		border-bottom-color:#212529;
		background:#212529;
	}
	
	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a {
		color:#212529;
	}
	
	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus,html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover {
		color:#212529;
	}
	
	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a {
		color:#212529;
	}
	
	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu {
		background-color:#FFF;
	}
	
	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li a {
		color:#777;
		border-bottom-color:#f7f7f7;
	}
	
	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li:hover > a {
		background:#fff;
	}
	
	html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a:before {
		border-bottom-color:#FFF;
		background:#FFF;
	}
	
	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a {
		color:#FFF;
	}
	
	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus,html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover {
		color:#FFF;
	}
	
	html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
		color:#FFF;
	}
}

@media (max-width: 991px) {
	#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
		color:#FFF;
	}
	
	#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a:active {
		color:#fff;
	}
}

html #header .header-top.header-top-dark {
	background:#212529;
	border-top-color:#16181b;
}

html #header .header-top.header-top-dark .header-nav-top ul > li > a:hover,html #header .header-top.header-top-dark .header-nav-top ul > li > a:focus {
	background:#2c3237;
}

html #header .header-top.header-top-dark .dropdown-menu {
	background:#2c3237;
	border-color:#2c3237;
}

html #header .header-top.header-top-dark .dropdown-menu a:hover,html #header .header-top.header-top-dark .dropdown-menu a:focus {
	background:#383f45!important;
}

html #header .header-top.header-top-light {
	background:#FFF;
	border-top-color:#f2f2f2;
}

html #header .header-top.header-top-light .header-nav-top ul > li > a:hover,html #header .header-top.header-top-light .header-nav-top ul > li > a:focus {
	background:#fff;
}

html #header .header-top.header-top-light .dropdown-menu {
	background:#fff;
	border-color:#fff;
}

html #header .header-top.header-top-light .dropdown-menu a:hover,html #header .header-top.header-top-light .dropdown-menu a:focus {
	background:#fff!important;
}

@media (min-width: 992px) {
	#header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
		color:#19124E;
	}
}

@media (min-width: 576px) {
	.container {
		max-width:700px!important;
	}
}

@media (min-width: 768px) {
	.container {
		max-width:800px!important;
	}
}

@media (min-width: 992px) {
	.container {
		max-width:1085px!important;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width:1785px!important;
	}
}

.align-items-center {
	-webkit-box-align:center!important;
	-ms-flex-align:center!important;
	align-items:end!important;
}

.btn-obra-civil:before {
	content:'';
	position:absolute;
	top:0;
	bottom:15px;
	left:15px;
	right:15px;
	background-color:rgba(0,0,0,0.4);
	height:100%;
}

.btn-obra-residencial:before {
	content:'';
	position:absolute;
	top:0;
	bottom:15px;
	left:15px;
	right:15px;
	background-color:rgba(0,0,0,0.4);
	height:100%;
}

.pl-5,.px-5 {
	padding-left:6rem!important;
}

.header-body {
	background-color:#f6f6f6;
}

.raya_cab {
	border:1px solid #E11718;
	opacity:1;
	top: 0px;
	left:367px;
	width:1px;
	height: 120px;
}

.raya_cab_mov {
	border:1px solid #E11718;
	opacity:1;
	top:.5px;
	left: 42px;
	width:1px;
	height: 408px;
	position:absolute;
}

.dropdown-item:focus, .dropdown-item:hover {
	background-color: transparent;	
}
.col-izq-home {
	border-right:2px solid #E11718;
}
.activo > a{
	color: #E11718!important;
}
.activo > a:hover{
	color: #E11718!important;
}
.img-home {
	display: flex;
	
	margin-left:6rem!important;
	text-align:center;
	overflow:hidden;
/* text-align: right; */
	height:100%;
/* overflow: hidden; */
   max-height: 829px; 
}

.img-home img {
	height:100%;
/* width: 100%; */
/* height: auto; */
/* position: absolute; */
/* margin-left: -155px; */
}

.barra-azul-1 {
	background-color:#080F3E;
	opacity:.75;
	width:40%;
	height:316px;
	position:absolute;
	top:25%;
	font-size:52px;
	float:left;
	margin-left:80px;
	left:31px;
}



.formulario input[type=checkbox] {
   margin-left: 6px;
}


.formulario input[type=text],.formulario input[type="tel"] {
    margin: 7px;
    padding: 5px;
    width: 90%;
    height: 36px;
    text-align: left;
    font-family: 'Nunito Sans';
    color: #343434B5;
    border: 1px solid #343434B5;
}
/*
#sl_1,#sl_2{
	
position: relative;
float: left;
display: inline-block;
}
*/
.lin-roja-barras {
	position:absolute;
	height:2px;
	width:34%;
/* margin: 18px -60px 10px 80px; */
/* padding: 20px  80px 20px 17px; */
	margin-top:246px;
/* margin-left: 20px; */
/* margin-right: -119px; */
	background-color:red;
/* margin: 15px auto; */
/* bottom: 29%; */
	top:25%;
}

.barra-azul-2 {
	background-color:#080F3E;
/* opacity: 0.75; */
	width:70px;
	height:316px;
	position:absolute;
	top:25%;
	font-size:52px;
	left:25px;
}

.text-barras {
	color:#fff;
/* opacity: 0.75; */
	width:568px;
	height:316px;
	position:absolute;
	top:33%;
	font-size:2.9vw;
	line-height:60px;
/* left: 254px; */
	font-weight:600;
	padding-left:60px;
/* font-kerning: normal; */
/* font-stretch: ultra-condensed; */
	letter-spacing:-1px;
}

.noticias {
/* display: none; */
	overflow-y:scroll;
/* align-content: center; */
	max-height:219px;
	background-color:#E8E5DF;
	padding:8px 6px;
	font-weight:700;
	color:#343434;
	font-size:.8vw;
}

.noticias .titulo {
	color:#E11718;
	text-transform:uppercase;
	font-size:1.3vw;
	font-weight:800;
}

.noticia-lin {
/* font-weight: 600; */
	line-height:.8vw;
	margin-bottom:10px;
	margin-top:10px;
}

.link-mas {
	font-size:1.3vw;
	font-weight:780;
	color:#E11718;
}

.lin-roja-pie {
	border-top:2px solid red;
	height:2px;
	width:100%;
/* margin: 18px -60px 10px 80px; */
/* padding: 20px  80px 20px 17px; */
/* margin-top: 15px; */
/* margin-left: 20px; */
/* margin-right: -119px; */
	background-color:#f6f6f6;
/* margin: 15px auto; */
}

.lin-roja-pie2 {
	background-color:#f6f6f6;
/* opacity: 0.75; */
	width:79px;
	height:30px;
	position:absolute;
	top:25%;
	font-size:52px;
	left:16px;
}

.logos {
	height:144px;
	padding-right:0;
}

.logos .logo1 {
	float:left;
	width:30%;
}

.logos .logo1 img {
	width:97%;
/* float: left; */
}

.logos .logo2 {
	float:left;
	width:30%;
/* margin-top: 27px; */
	text-align:center;
	margin:0;
	padding-top:3px;
}

.logos .logo2 img {
	width:76%;
}

.logos .logo3 {
	width:39%;
	float:right;
	margin-top:12px;
}

.logos .logo3 img {
	width:100%;
}

.logos .logo4 {
	width:15%;
	float:right;
	margin-right:0;
/* margin-top: 40px; */
	text-align:right;
	border:0;
}

.logos .logo4 img {
	width:96%;
}

.text-legal {
	margin-top:5px;
	margin-left:0;
/* clear: both; */
	font-weight:700;
	color:#19124E;
	line-height:1.3vw;
	width:100%;
/* position: absolute; */
	bottom:0;
	float:left;
}

.sedes {
	align-items:baseline;
	width:100%;
	font-size:.94vw;
	line-height:1.1vw;
	font-weight:500;
	color:#797777;
	letter-spacing:-1px;
}

.titu-sede {
	font-weight:800;
	color:#19124E;
}

.subtitu-sede {
	font-weight:800;
}

.logo-peache {
	width:281px;
	height:53px;
}

.cabecera {
	height:120px;
}

.img-ico img {
	width:44%;
	margin:0 auto;
}

.obra-civil .img-ico {
	position:absolute;
	bottom:13%;
/* top: 79px; */
/* left: 130px; */
	text-align:center;
	width:100%;
}

.residencial .img-ico {
	position:absolute;
	bottom:13%;
/* top: 79px; */
/* left: 130px; */
	text-align:center;
	width:100%;
/* 	position: absolute;bottom: 13%;/* top: 124px; */
/* left: auto; */
/* display: contents; */
	width:100%;
	text-align:center;
}

.oc-text {
	color:#fff;
	position:absolute;
	bottom:14%;
	font-weight:700;
	font-size:1.3vw;
	text-align:center;
	width:100%;
/* 	color: white;position: absolute;bottom: 14%;/* left: 190px; */
	font-weight:700;
	font-size:1.2vw;
	text-align:center;
	width:100%;
}

@media (max-width:1201px) {
	.sedes {
		align-items:baseline;
		width:100%;
		font-size:1vw;
		line-height:1.3vw;
		font-weight:500;
		color:#797777;
		letter-spacing:-1px;
	}
	
	.text-legal {
	/* margin-top: 90px; */
		margin-left:0;
	/* clear: both; */
		font-weight:800;
		color:#19124E;
		line-height:1.4vw;
		width:230px;
		font-size:1.1vw;
	}
	
	.img-home {
/* 		display: block; */
		max-height:593px;
	}
	
	.noticias {
	/* display: none; */
		overflow-y:scroll;
		align-content:center;
		max-height:269px;
		background-color:#E8E5DF;
		padding:8px 6px;
		font-weight:700;
		color:#343434;
		font-size:1.3vw;
	}
	
	.noticias .titulo {
		color:#E11718;
		text-transform:uppercase;
		font-size:2.5vw;
		font-weight:700;
	}
	
	.noticia-lin {
	/* font-weight: 600; */
		line-height:1.3vw;
		margin-bottom:10px;
		margin-top:10px;
	}
	
	.link-mas {
		font-size:2.5vw;
		font-weight:700;
		color:#E11718;
	}
	
	.text-barras {
		color:#fff;
	/* opacity: 0.75; */
		width:568px;
		height:316px;
		position:absolute;
		top:45%;
		font-size:3vw;
		line-height:40px;
	/* left: 254px; */
		font-weight:600;
		padding-left:73px;
	/* font-kerning: normal; */
	/* font-stretch: ultra-condensed; */
		letter-spacing:-1px;
	}
	
	.oc-text {
		color:#fff;
		position:absolute;
		bottom:10%;
		font-weight:700;
		font-size:1.3vw;
		text-align:center;
		width:100%;
		font-weight:700;
		font-size:1.2vw;
		text-align:center;
		width:100%;
	}
	
	
	.cierra-menu {
		color:#fff!important;
	/* right: 40px; */
		width:10px;
		text-align:right;
	/* padding-right: 148px; */
		padding-top:24px;
		font-size:5vw;
		font-weight:700;
		float:right;
		padding-right:35px;
	}
}

/* @media (max-width: 575px){ */
/* @media (max-width: 767px){ */
/*  @media (max-width: 991x){  */
/* @media (max-width:1201px) { */
@media (max-width:991px) {
	section.section {
		background:#FFF;
		border-top:5px solid #f1f1f1;
		margin:30px 0;
		padding:50px 0;
	}
	
	#section-concept {
		background-color:#FFF;
		animation-duration:750ms;
		animation-delay:300ms;
		animation-fill-mode:forwards;
	}
	
	.sedes {
		align-items:baseline;
		width:100%;
		font-size:2vw;
		line-height:2.3vw;
		font-weight:500;
		color:#797777;
		letter-spacing:-1px;
	}
	
	.text-legal {
		margin-top:0;
		margin-left:0;
	/* clear: both; */
		font-weight:800;
		color:#19124E;
		line-height:3vw;
		width:350px;
		font-size:21px;
	}
	
	#header .header-nav-top .nav > li:not(.d-none) {
		margin-left:0;
		padding-left:0;
	}
	
	body {
		font-size:13px;
	}
	
	.nav {
		bottom:0;
		position:relative;
	}
	
	.img-home {
		max-height:476px;
	}
	
	#header.header-effect-shrink .header-container {
		min-height:105px;
	}
	
	.cabecera {
		height:50px;
	/* margin-left:0; */
	/* margin-right: 0px; */
		width:100%;
		margin:0 auto;
	}
	
	.logo-peache {
		width:80%;
		height:auto;
	/* 			height:53px; */
	}
	
	.cont-obra-civil {
		padding:0!important;
	}
	
	.residencial {
		padding-left:5px!important;
	}
	
	.obra-civil {
		width:50%;
		padding:0;
		margin:0;
		float:left;
		margin-top:0!important;
	}
	
	.obra-civil,.residencial {
		width:50%;
		padding:0;
		margin:0;
		float:left;
		margin-top:0!important;
		margin-bottom:18px;
	}
	
	.obra-civil .col-lg-12,.residencial .col-lg-12 {
		padding:0;
		margin:0;
	}
	
	.obra-civil .oc-img,.residencial .oc-img {
		max-height:245px;
		overflow:hidden;
	}
	
	.obra-civil .img-ico {
		position:absolute;
		bottom:10%;
	/* top: 79px; */
	/* left: 130px; */
		text-align:center;
		width:100%;
	}
	
	.residencial .img-ico {
		position:absolute;
		bottom:10%;
	/* top: 79px; */
	/* left: 130px; */
		text-align:center;
		width:100%;
	/* 	position: absolute;bottom: 13%;/* top: 124px; */
	/* left: auto; */
	/* display: contents; */
		width:100%;
		text-align:center;
	}
	
	.img-ico img {
		width:76%;
		margin:0 auto;
	}
	
	.oc-text {
		color:#fff;
		position:absolute;
		bottom:15%;
		font-weight:700;
		font-size:1.3vw;
		text-align:center;
		width:100%;
	/* 	color: white;position: absolute;bottom: 14%;/* left: 190px; */
		font-weight:700;
		font-size:4vw;
		text-align:center;
		width:100%;
	}
	
	.col-izq-home {
		display:table;
		border-right:0;
	/* border-bottom: 2px solid red; */
	/* display: flex; */
		margin-bottom:3rem;
		padding:0!important;
	/* margin: 0px; */
	}
	
	.img-home img {
	/* height: 100%; */
		width:100%;
		height:auto;
	}
	
	.img-home {
		padding-left:0!important;
		padding-right:0!important;
		margin-left:0!important;
	}
	
	.barra-azul-1 {
		background-color:#080F3E;
/* 		opacity:.75; */
		width:62%;
		height:210px;
		position:absolute;
		top:59%;
		font-size:52px;
		float:left;
		margin-left:25px;
		left:0;
	}
	
	.lin-roja-barras {
		position:absolute;
		height:2px;
		width:20%;
	/* margin: 18px -60px 10px 80px; */
	/* padding: 20px  80px 20px 17px; */
		margin-top:57px;
	/* margin-left: 20px; */
	/* margin-right: -119px; */
		background-color:red;
	/* margin: 15px auto; */
	/* bottom: 29%; */
		top:53%;
	}
	
	.barra-azul-2 {
		background-color:#080F3E;
	/* opacity: 0.75; */
		width:62%;
		height:30px;
		position:absolute;
		top:100%;
		font-size:52px;
		left:0;
		margin-left:25px!important;
	}
	
	.text-barras {
		color:#fff;
	/* opacity: 0.75; */
		width:568px;
		height:216px;
		position:absolute;
		top:71%;
		font-size:5.5vw;
		line-height:5.4vw;
	/* left: 254px; */
		font-weight:600;
		padding-left:52px;
	/* font-kerning: normal; */
	/* font-stretch: ultra-condensed; */
	/* letter-spacing: -1px; */
	}
	
	.btn-obra-civil:before {
		content:'';
		position:absolute;
		top:0;
		bottom:15px;
		left:0;
		right:0;
		background-color:rgba(0,0,0,0.4);
		height:100%;
	}
	
	.btn-obra-residencial:before {
		content:'';
		position:absolute;
		top:0;
		bottom:15px;
		left:0;
		right:0;
		background-color:rgba(0,0,0,0.4);
		height:100%;
	}
	
	.cont-home {
		padding:0;
		margin:0;
	}
	
	.noticias {
	/* display: none; */
		overflow-y:scroll;
		align-content:center;
		max-height:269px;
		background-color:#E8E5DF;
		padding:8px 6px;
		font-weight:700;
		color:#343434;
		font-size:2.5vw;
	}
	
	.noticias .titulo {
		color:#E11718;
		text-transform:uppercase;
		font-size:5.2vw;
		font-weight:700;
	}
	
	.noticia-lin {
	/* font-weight: 600; */
		line-height:2.6vw;
		margin-bottom:10px;
		margin-top:10px;
	}
	
	.link-mas {
		font-size:4vw;
		font-weight:780;
		color:#E11718;
	/* line-height: 2vw; */
	}
	
	.espacio-logo {
		padding-right:30px!important;
	}
	
	.contenido-home {
		margin-top:10px!important;
	}
	
	#header .header-row {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	/* width: 100%; */
	}
	
	.logos {
		height:130px;
		width:100%;
	}
	
	.logos .logo1 {
		float:left;
		width:25%;
	}
	
	.logos .logo1 img {
		width:97%;
	/* float: left; */
	}
	
	.logos .logo2 {
		float:left;
		width:25%;
	/* margin-top: 27px; */
		text-align:center;
		margin:0;
		padding-top:3px;
	}
	
	.logos .logo2 img {
		width:76%;
	}
	
	.logos .logo3 {
		width:33%;
		float:left;
		margin-top:12px;
	}
	
	.logos .logo3 img {
		width:95%;
	}
	
	.logos .logo4 {
		width:14%;
		float:left;
		margin-right:-5px;
		margin-top:-3px;
		text-align:right;
	}
	
	.logos .logo4 img {
		width:96%;
	}
	
	.barra-azul-menu-mov {
		height:75px;
		background-color:#080F3E;
		width:100%;
		margin-left:15px;
	}
	
	.cierra-menu {
		color:#fff!important;
		/* right: 40px; */
		width:10px;
		text-align:right;
		/* padding-right: 148px; */
		padding-top:24px;
		font-size: 3vw;
		font-weight:700;
		float:right;
		padding-right: 51px;
	}
	
	#header .header-nav-main nav > ul li.dropdown .dropdown-menu{
		display: block;
	}
}

/* @media (max-width: 575px){ */
/* @media (max-width: 767px){ */
/*  @media (max-width: 991x){  */
/* @media (max-width:1201px) { */
@media (max-width:767px) {
	.sedes {
		align-items:baseline;
		width:100%;
		font-size:2.94vw;
		line-height:3.1vw;
		font-weight:500;
		color:#797777;
		letter-spacing:-1px;
	}
	
	#header .header-nav-top .nav > li:not(.d-none) {
		margin-left:0;
		padding-left:0;
	}
	
	body {
		font-size:17px;
	}
	
	.nav {
		bottom:0;
		position:relative;
	}
	
	.img-home {
		max-height:414px;
	}
	
	.text-legal {
		margin-top:0;
		margin-left:0;
	/* clear: both; */
		font-weight:800;
		color:#19124E;
		line-height:2.6vw;
		width:300px;
		font-size:2vw;
	}
	
	#header.header-effect-shrink .header-container {
		min-height:110px;
	}
	
	.cabecera {
		height:50px;
	/* margin-left:0; */
	}
	
	.logo-peache {
		width:80%;
		height:auto;
	/* 			height:53px; */
	}
	
	.cont-obra-civil {
		padding:0!important;
	}
	
	.residencial {
		padding-left:5px!important;
	}
	
	.obra-civil {
		width:50%;
		padding:0;
		margin:0;
		float:left;
		margin-top:0!important;
	}
	
	.obra-civil,.residencial {
		width:50%;
		padding:0;
		margin:0;
		float:left;
		margin-top:0!important;
		margin-bottom:18px;
	}
	
	.obra-civil .col-lg-12,.residencial .col-lg-12 {
		padding:0;
		margin:0;
	}
	
	.obra-civil .oc-img,.residencial .oc-img {
		max-height:205px;
		overflow:hidden;
	}
	
	.obra-civil .img-ico {
		position:absolute;
		bottom:10%;
	/* top: 79px; */
	/* left: 130px; */
		text-align:center;
		width:100%;
	}
	
	.residencial .img-ico {
		position:absolute;
		bottom:10%;
	/* top: 79px; */
	/* left: 130px; */
		text-align:center;
		width:100%;
	/* 	position: absolute;bottom: 13%;/* top: 124px; */
	/* left: auto; */
	/* display: contents; */
		width:100%;
		text-align:center;
	}
	
	.img-ico img {
		width:76%;
		margin:0 auto;
	}
	
	.oc-text {
		color:#fff;
		position:absolute;
		bottom:15%;
		font-weight:700;
		font-size:1.3vw;
		text-align:center;
		width:100%;
	/* 	color: white;position: absolute;bottom: 14%;/* left: 190px; */
		font-weight:700;
		font-size:4vw;
		text-align:center;
		width:100%;
	}
	
	.col-izq-home {
		display:table;
		border-right:0;
	/* border-bottom: 2px solid red; */
	/* display: flex; */
		margin-bottom:3rem;
		padding:0!important;
	/* margin: 0px; */
	}
	
	.img-home img {
	/* height: 100%; */
		width:100%;
		height:auto;
	}
	
	.img-home {
		padding-left:0!important;
		padding-right:0!important;
	}
	
	.barra-azul-1 {
		background-color:#080F3E;
/* 		opacity:.75; */
		width:62%;
		height:170px;
		position:absolute;
		top:59%;
		font-size:52px;
		float:left;
		margin-left:25px;
		left:0;
	}
	
	.lin-roja-barras {
		position:absolute;
		height:2px;
		width:20%;
	/* margin: 18px -60px 10px 80px; */
	/* padding: 20px  80px 20px 17px; */
		margin-top:57px;
	/* margin-left: 20px; */
	/* margin-right: -119px; */
		background-color:red;
	/* margin: 15px auto; */
	/* bottom: 29%; */
		top:53%;
	}
	
	.barra-azul-2 {
		background-color:#080F3E;
	/* opacity: 0.75; */
		width:62%;
		height:21px;
		position:absolute;
		top:100%;
		font-size:52px;
		left:0;
		margin-left:25px!important;
	}
	
	.text-barras {
		color:#fff;
	/* opacity: 0.75; */
		width:568px;
		height:216px;
		position:absolute;
		top:70%;
		font-size:5.5vw;
		line-height:6.2vw;
	/* left: 254px; */
		font-weight:600;
		padding-left:52px;
	/* font-kerning: normal; */
	/* font-stretch: ultra-condensed; */
	/* letter-spacing: -1px; */
	}
	
	.btn-obra-civil:before {
		content:'';
		position:absolute;
		top:0;
		bottom:15px;
		left:0;
		right:0;
		background-color:rgba(0,0,0,0.4);
		height:100%;
	}
	
	.btn-obra-residencial:before {
		content:'';
		position:absolute;
		top:0;
		bottom:15px;
		left:0;
		right:0;
		background-color:rgba(0,0,0,0.4);
		height:100%;
	}
	
	.cont-home {
		padding:0;
		margin:0;
	}
	
	.noticias {
	/* display: none; */
		overflow-y:scroll;
		align-content:center;
		max-height:302px;
		background-color:#E8E5DF;
		padding:8px 6px;
		font-weight:700;
		color:#343434;
		font-size:4.3vw;
	}
	
	.noticias .titulo {
		color:#E11718;
		text-transform:uppercase;
		font-size:5.2vw;
		font-weight:700;
	}
	
	.noticia-lin {
	/* font-weight: 600; */
		line-height:4.7vw;
		margin-bottom:10px;
		margin-top:10px;
	}
	
	.link-mas {
		font-size:6vw;
		font-weight:780;
		color:#E11718;
	}
	
	.espacio-logo {
		padding-right:30px!important;
	}
	
	.contenido-home {
		margin-top:10px!important;
	}
	
	#header .header-row {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	
	.logos {
		height:94px;
		width:100%;
	}
	
	.logos .logo1 {
		float:left;
		width:25%;
	}
	
	.logos .logo1 img {
		width:97%;
	/* float: left; */
	}
	
	.logos .logo2 {
		float:left;
		width:25%;
	/* margin-top: 27px; */
		text-align:center;
		margin:0;
		padding-top:3px;
	}
	
	.logos .logo2 img {
		width:76%;
	}
	
	.logos .logo3 {
		width:33%;
		float:left;
		margin-top:12px;
	}
	
	.logos .logo3 img {
		width:96%;
	}
	
	.logos .logo4 {
		width:14%;
		float:left;
		margin-right:0;
		margin-top:-3px;
		text-align:right;
	}
	
	.logos .logo4 img {
		width:96%;
	}
	
	.barra-azul-menu-mov {
		height:75px;
		background-color:#080F3E;
		width:100%;
		margin-left:15px;
	}
	
	.cierra-menu {
		color:#fff!important;
	/* right: 40px; */
		width:10px;
		text-align:right;
	/* padding-right: 148px; */
		padding-top:24px;
		font-size:5vw;
		font-weight:700;
		float:right;
		padding-right:35px;
	}
	
	#header .header-nav-main nav > ul li a {
    font-size: 14px;
    line-height: 29px;
    color: white;
    margin-left: 20px;
	}
	#header .header-nav-main nav > ul li.dropdown .dropdown-menu{
		display: block;
	}
}

/* @media (max-width: 575px){ */
/* @media (max-width: 768px){ */
/*  @media (max-width: 992x){  */
@media (max-width: 575px) {
	#section-concept{
		    padding-top: 80px!important;
	}
	.sedes {
		align-items:baseline;
		width:100%;
		font-size:3.94vw;
		line-height:4.1vw;
		font-weight:500;
		color:#797777;
		letter-spacing:-1px;
	}
	
	#header .header-nav-top .nav > li:not(.d-none) {
		margin-left:0;
		padding-left:0;
	}
	
	body {
		font-size:13px;
	}
	
	.nav {
		bottom:0;
		position:relative;
	}
	
	.text-legal {
		margin-top:118px;
		margin-left:0;
	/* clear: both; */
		font-weight:800;
		color:#19124E;
		line-height:3vw;
		width:230px;
	}
	
	#header.header-effect-shrink .header-container {
		min-height: 75px;
	}
	
	.cabecera {
		height:50px;
		margin-left:0;
	}
	
	.logo-peache {
		padding-top: 10px;
		width:90%;
		height:auto;
	/* 			height:53px; */
	}
	
	.cont-obra-civil {
		padding:0!important;
	}
	
	.residencial {
		padding-left:5px!important;
	}
	
	.obra-civil {
		width:50%;
		padding:0;
		margin:0;
		float:left;
		margin-top:0!important;
	}
	
	.obra-civil,.residencial {
		width:50%;
		padding:0;
		margin:0;
		float:left;
		margin-top:0!important;
		margin-bottom:18px;
	}
	
	.obra-civil .col-lg-12,.residencial .col-lg-12 {
		padding:0;
		margin:0;
	}
	
	.obra-civil .oc-img,.residencial .oc-img {
		max-height:125px;
		overflow:hidden;
	}
	
	.obra-civil .img-ico {
		position:absolute;
		bottom:10%;
	/* top: 79px; */
	/* left: 130px; */
		text-align:center;
		width:100%;
	}
	
	.residencial .img-ico {
		position:absolute;
		bottom:10%;
	/* top: 79px; */
	/* left: 130px; */
		text-align:center;
		width:100%;
	/* 	position: absolute;bottom: 13%;/* top: 124px; */
	/* left: auto; */
	/* display: contents; */
		width:100%;
		text-align:center;
	}
	
	.img-ico img {
		width:76%;
		margin:0 auto;
	}
	
	.oc-text {
		color:#fff;
		position:absolute;
		bottom:9%;
		font-weight:700;
		font-size:1.3vw;
		text-align:center;
		width:100%;
	/* 	color: white;position: absolute;bottom: 14%;/* left: 190px; */
		font-weight:700;
		font-size:4vw;
		text-align:center;
		width:100%;
	}
	
	.col-izq-home {
		display:table;
		border-right:0;
	/* border-bottom: 2px solid red; */
	/* display: flex; */
		margin-bottom:3rem;
		padding:0!important;
	/* margin: 0px; */
	}
	
	.img-home img {
	/* height: 100%; */
		width:100%;
		height:auto;
	}
	
	.img-home {
		padding-left:0!important;
		padding-right:0!important;
		max-height:226px;
		margin-left:0!important;
	}
	
	.barra-azul-1 {
		background-color:#080F3E;
/* 		opacity:.75; */
		width:65%;
		height:122px;
		position:absolute;
		top:52%;
		font-size:52px;
		float:left;
		margin-left:25px;
		left:0;
	}
	
	.lin-roja-barras {
		position:absolute;
		height:2px;
		width:20%;
	/* margin: 18px -60px 10px 80px; */
	/* padding: 20px  80px 20px 17px; */
		margin-top:72px;
	/* margin-left: 20px; */
	/* margin-right: -119px; */
		background-color:red;
	/* margin: 15px auto; */
	/* bottom: 29%; */
		top:33%;
	}
	
	.barra-azul-2 {
		background-color:#080F3E;
	/* opacity: 0.75; */
		width:65%;
		height:21px;
		position:absolute;
		top:100%;
		font-size:52px;
		left:0;
		margin-left:25px!important;
	}
	
	.text-barras {
		color:#fff;
	/* opacity: 0.75; */
		width:568px;
		height:216px;
		position:absolute;
		top:71%;
		font-size:6.5vw;
		line-height:24px;
	/* left: 254px; */
		font-weight:600;
		padding-left:50px;
	/* font-kerning: normal; */
	/* font-stretch: ultra-condensed; */
	/* letter-spacing: -1px; */
	}
	
	.btn-obra-civil:before {
		content:'';
		position:absolute;
		top:0;
		bottom:15px;
		left:0;
		right:0;
		background-color:rgba(0,0,0,0.4);
		height:100%;
	}
	
	.btn-obra-residencial:before {
		content:'';
		position:absolute;
		top:0;
		bottom:15px;
		left:0;
		right:0;
		background-color:rgba(0,0,0,0.4);
		height:100%;
	}
	
	.cont-home {
		padding:0;
		margin:0;
	}
	
	.noticias {
	/* display: none; */
		overflow-y:scroll;
		align-content:center;
		max-height:252px;
		background-color:#E8E5DF;
		padding:8px 6px;
		font-weight:700;
		color:#343434;
		font-size:4.3vw;
	}
	
	.noticias .titulo {
		color:#E11718;
		text-transform:uppercase;
		font-size:5.2vw;
		font-weight:700;
	}
	
	.noticia-lin {
	/* font-weight: 600; */
		line-height:4.7vw;
		margin-bottom:10px;
		margin-top:10px;
	}
	
	.link-mas {
		font-size:8vw;
		font-weight:780;
		color:#E11718;
	}
	
	.espacio-logo {
		padding-right:30px!important;
	}
	
	.contenido-home {
		margin-top:10px!important;
	}
	
	#header .header-row {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	
	.logos {
		height:94px;
		width:100%;
	}
	
	.logos .logo1 {
		float:left;
		width:25%;
	}
	
	.logos .logo1 img {
		width:97%;
	/* float: left; */
	}
	
	.logos .logo2 {
		float:left;
		width:25%;
	/* margin-top: 27px; */
		text-align:center;
		margin:0;
		padding-top:3px;
	}
	
	.logos .logo2 img {
		width:76%;
	}
	
	.logos .logo3 {
		width:32%;
		float:left;
		margin-top:12px;
	}
	
	.logos .logo3 img {
		width:95%;
	}
	
	.logos .logo4 {
		width:14%;
		float:left;
		margin-right:0;
		margin-top:-3px;
		text-align:right;
	}
	
	.logos .logo4 img {
		width:96%;
	}
	
	.text-legal {
		margin-top:20px;
		margin-left:0;
	/* clear: both; */
		font-weight:800;
		color:#19124E;
		line-height:5vw;
		font-size:3vw;
	}
	
	.barra-azul-menu-mov {
		height:75px;
		background-color:#080F3E;
		width: 93%;
		margin-left: 19px;
		/* padding-left: 40px; */
		/* margin-right: 20px; */
	}
	
	.cierra-menu {
		color:#fff!important;
	/* right: 40px; */
		width:10px;
		text-align:right;
	/* padding-right: 148px; */
		padding-top:24px;
		font-size:5vw;
		font-weight:700;
		float:right;
		padding-right:35px;
	}
	
	#header .header-nav-main nav > ul li a {
    font-size: 14px;
    line-height: 29px;
    color: white;
    margin-left: 20px;
	}
	#header .header-nav-main nav > ul li.dropdown .dropdown-menu{
		display: block;
	}


}

@media (max-width: 320px) {
	
	.sedes {
		align-items:baseline;
		width:100%;
		font-size:3.94vw;
		line-height:4.1vw;
		font-weight:500;
		color:#797777;
		letter-spacing:-1px;
	}
	
	#header .header-nav-top .nav > li:not(.d-none) {
		margin-left:0;
		padding-left:0;
	}
	
	body {
		font-size:13px;
	}
	
	.nav {
		bottom:0;
		position:relative;
	}
	
	.text-legal {
		margin-top:118px;
		margin-left:0;
	/* clear: both; */
		font-weight:800;
		color:#19124E;
		line-height:3vw;
		width:230px;
	}
	
	#header.header-effect-shrink .header-container {
		min-height:65px;
	}
	
	.cabecera {
		height:50px;
		margin-left:0;
	}
	
	.logo-peache {
		width:71%;
		height:auto;
	/* 			height:53px; */
	}
	
	.cont-obra-civil {
		padding:0!important;
	}
	
	.residencial {
		padding-left:5px!important;
	}
	
	.obra-civil {
		width:50%;
		padding:0;
		margin:0;
		float:left;
		margin-top:0!important;
	}
	
	.obra-civil,.residencial {
		width:50%;
		padding:0;
		margin:0;
		float:left;
		margin-top:0!important;
		margin-bottom:18px;
	}
	
	.obra-civil .col-lg-12,.residencial .col-lg-12 {
		padding:0;
		margin:0;
	}
	
	.obra-civil .oc-img,.residencial .oc-img {
		max-height: 105px;
		overflow:hidden;
	}
	
	.obra-civil .img-ico {
		position:absolute;
		bottom:10%;
	/* top: 79px; */
	/* left: 130px; */
		text-align:center;
		width:100%;
	}
	
	.residencial .img-ico {
		position:absolute;
		bottom:10%;
	/* top: 79px; */
	/* left: 130px; */
		text-align:center;
		width:100%;
	/* 	position: absolute;bottom: 13%;/* top: 124px; */
	/* left: auto; */
	/* display: contents; */
		width:100%;
		text-align:center;
	}
	
	.img-ico img {
		width:76%;
		margin:0 auto;
	}
	
	.oc-text {
		color:#fff;
		position:absolute;
		bottom:9%;
		font-weight:700;
		font-size:1.3vw;
		text-align:center;
		width:100%;
	/* 	color: white;position: absolute;bottom: 14%;/* left: 190px; */
		font-weight:700;
		font-size:4vw;
		text-align:center;
		width:100%;
	}
	
	.col-izq-home {
		display:table;
		border-right:0;
	/* border-bottom: 2px solid red; */
	/* display: flex; */
		margin-bottom:3rem;
		padding:0!important;
	/* margin: 0px; */
	}
	
	.img-home img {
	/* height: 100%; */
		width:100%;
		height:auto;
	}
	
	.img-home {
		padding-left:0!important;
		padding-right:0!important;
		max-height: 190px;
		margin-left:0!important;
	}
	
	.barra-azul-1 {
		background-color:#080F3E;
/* 		opacity:.75; */
		width:65%;
		height: 110px;
		position:absolute;
		top:52%;
		font-size:52px;
		float:left;
		margin-left:25px;
		left:0;
	}
	
	.lin-roja-barras {
		position:absolute;
		height:2px;
		width:20%;
		/* margin: 18px -60px 10px 80px; */
		/* padding: 20px  80px 20px 17px; */
		margin-top:72px;
		/* margin-left: 20px; */
		/* margin-right: -119px; */
		background-color:red;
		/* margin: 15px auto; */
		/* bottom: 29%; */
		top: 22%;
	}
	
	.barra-azul-2 {
		background-color:#080F3E;
	/* opacity: 0.75; */
		width:65%;
		height:21px;
		position:absolute;
		top:100%;
		font-size:52px;
		left:0;
		margin-left:25px!important;
	}
	
	.text-barras {
		color:#fff;
		/* opacity: 0.75; */
		width:568px;
		height:216px;
		position:absolute;
		top: 64%;
		font-size: 6vw;
		line-height:24px;
		/* left: 254px; */
		font-weight:600;
		padding-left:50px;
		/* font-kerning: normal; */
		/* font-stretch: ultra-condensed; */
		/* letter-spacing: -1px; */
	}
	
	.btn-obra-civil:before {
		content:'';
		position:absolute;
		top:0;
		bottom:15px;
		left:0;
		right:0;
		background-color:rgba(0,0,0,0.4);
		height:100%;
	}
	
	.btn-obra-residencial:before {
		content:'';
		position:absolute;
		top:0;
		bottom:15px;
		left:0;
		right:0;
		background-color:rgba(0,0,0,0.4);
		height:100%;
	}
	
	.cont-home {
		padding:0;
		margin:0;
	}
	
	.noticias {
	/* display: none; */
		overflow-y:scroll;
		align-content:center;
		max-height:252px;
		background-color:#E8E5DF;
		padding:8px 6px;
		font-weight:700;
		color:#343434;
		font-size:4.3vw;
	}
	
	.noticias .titulo {
		color:#E11718;
		text-transform:uppercase;
		font-size:5.2vw;
		font-weight:700;
	}
	
	.noticia-lin {
	/* font-weight: 600; */
		line-height:4.7vw;
		margin-bottom:10px;
		margin-top:10px;
	}
	
	.link-mas {
		font-size:8vw;
		font-weight:780;
		color:#E11718;
	}
	
	.espacio-logo {
		padding-right:30px!important;
	}
	
	.contenido-home {
		margin-top:10px!important;
	}
	
	#header .header-row {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	
	.logos {
		height:94px;
		width:100%;
	}
	
	.logos .logo1 {
		float:left;
		width:25%;
	}
	
	.logos .logo1 img {
		width:97%;
	/* float: left; */
	}
	
	.logos .logo2 {
		float:left;
		width:25%;
	/* margin-top: 27px; */
		text-align:center;
		margin:0;
		padding-top:3px;
	}
	
	.logos .logo2 img {
		width:76%;
	}
	
	.logos .logo3 {
		width:32%;
		float:left;
		margin-top:12px;
	}
	
	.logos .logo3 img {
		width:95%;
	}
	
	.logos .logo4 {
		width:14%;
		float:left;
		margin-right:0;
		margin-top:-3px;
		text-align:right;
	}
	
	.logos .logo4 img {
		width:96%;
	}
	
	.text-legal {
		margin-top:20px;
		margin-left:0;
	/* clear: both; */
		font-weight:800;
		color:#19124E;
		line-height:5vw;
		font-size:3vw;
	}
	
	.barra-azul-menu-mov {
		height:75px;
		background-color:#080F3E;
		width: 93%;
		margin-left: 18px;
		/* padding-left: 40px; */
		/* margin-right: 20px; */
	}
	
	.cierra-menu {
		color:#fff!important;
	/* right: 40px; */
		width:10px;
		text-align:right;
	/* padding-right: 148px; */
		padding-top:24px;
		font-size:5vw;
		font-weight:700;
		float:right;
		padding-right:35px;
	}
	
	#header .header-nav-main nav > ul li a {
    font-size: 14px;
    line-height: 29px;
    color: white;
    margin-left: 20px;
	}
	#header .header-nav-main nav > ul li.dropdown .dropdown-menu{
		display: block;
	}
	
	
}

/*


.cierra-menu {
	color:#fff;
	right:10px;
	width:100%;
	text-align:right;
	padding-right:63px;
	padding-top:12px;
	font-size:5vw;
	font-weight:700;
}
*/
.no-transition {

	-webkit-transition:height .01s;
	-moz-transition:height .01s;
	-ms-transition:height .01s;
	-o-transition:height .01s;
	transition:height .01s;
	
	

	
}




.collapsing.transition2 {
  -webkit-transition-property: visibility;
  transition-property: visibility;

  
  
	-webkit-transition:height 2s;
	-moz-transition:height 2s;
	-ms-transition:height 2s;
	-o-transition:height 2s;
	transition:height 2s;
	
   height: auto; 
}





			
@media only screen and (max-width: 768px) and (orientation:portrait){
    .text-legal {
	    margin-top: 0;
	    margin-left: 0;
	    /* clear: both; */
	    font-weight: 800;
	    color: #19124E;
	    line-height: 3vw;
	    width: 350px;
	    font-size: 14px;
	}
	
	.hamburguesa{
		background: transparent!important;color: red;font-size: 6vw;
	}
	.hamburguesa i{
		background: transparent!important;color: red;font-size: 6vw;
	}
}

























