@import 'ethos.css';

#loader-overflow{
  display:block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fefefe;
  z-index: 99999;	
}
#loader3 {
  will-change: transform;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  background-color: #b6b6b7;
  border-radius: 50%;  
  -webkit-animation: scaleout 1.1s infinite ease-in-out;
  animation: scaleout 1.1s infinite ease-in-out;
  
  text-indent: -99999px;
  z-index: 999991;
}
@-webkit-keyframes scaleout {
  0% { 
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% { 
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

/* #CSS RESET
 ===================================================================*/
html, body, div, span, applet, object, iframe, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}
:focus {
outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html,body{
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
} 
body {
	border: 0 none;
	font-size: 100%;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif; 
	font-weight: normal;
	color: #18151f;
	background-color: #fff;
	-webkit-font-smoothing: antialiased !important;
	-webkit-text-size-adjust: 100% !important;
}
.blue{
	color: #326699;
}
.bold {
	font-weight:bold;
}
.font-light {
	font-weight:100;
}
.font-norm {
	font-weight:normal !important;
}
::selection
{
	background-color: #ffea00;
  color:#4b4e53;
}
::-moz-selection  
{
	background-color: #ffea00;
  color:#4b4e53;
}
.relative {
  position: relative;
}


/******   CAPTIONS REVO FULL WIDTH  ******/
.font-white, .font-white a{
  color:#fff !important;
}

.norm-16-wide{
	font-family: 'Open Sans',sans-serif;
	font-size: 25px;
	line-height: 1.47;
	font-weight: 400;
	letter-spacing: initial;
	color:white;
}

/* #IMAGES
================================================== */
	img {
		max-width: 100%;
		height: auto;
	}	

/*	#HEADER
=====================================================*/
.logo-row {
	position:relative;
	width:380px;
	z-index:1;
	max-width: 33vw;
}
.header-transporent-bg-black{
  background:#303236;
}


.p-50-cont{padding-top: 40px;padding-bottom: 30px;}
.p-60-cont{ padding-top:60px; padding-bottom:60px;}
.p-0-60-cont{ padding-top:0px; padding-bottom:60px;}
.p-80-cont{ padding-top:80px; padding-bottom:80px;}
.p-110-cont{ padding-top:110px; padding-bottom:110px;}
.p-140-cont{ padding-top:140px; padding-bottom:140px;}
.pt-110-cont{ padding-top:110px;}
.pt-100-cont{ padding-top:100px;}
.pt-80-b-50-cont { padding-top:80px; padding-bottom:50px;}
.pt-100-b-80-cont { padding-top:100px; padding-bottom:80px;}
.pt-110-b-80-cont { padding-top:110px; padding-bottom:80px;}
.pt-110-b-30-cont{ padding-top:110px; padding-bottom:30px;}
.pt-30-b-30-cont{ padding-top:30px; padding-bottom:30px;}
.pt-110-b-40-cont{ padding-top:110px; padding-bottom:40px;}
.pt-110-b-50-cont{ padding-top:110px; padding-bottom:50px;}
.pt-110-b-60-cont{ padding-top:110px; padding-bottom:60px;}
.pt-110-b-80-cont{ padding-top:110px; padding-bottom:80px;}
.pt-120-b-100-cont{ padding-top:120px; padding-bottom:100px;}
.pt-150-b-110-cont{ padding-top:150px; padding-bottom:110px;}

@media only screen and (max-width : 1024px) {
  .p-140-cont{ padding-top:120px; padding-bottom:120px;}
}

@media only screen and (max-width : 768px) {
  .container {
    padding-left:20px;
    padding-right:20px;
  }
  .row-sm-fix {
		margin-right: -20px;
    margin-left: -20px; 
	}
	.fes1-cont {
		padding-top:80px;
		padding-bottom:50px; 
	}
  .fes4-cont{
    padding-top:80px;
    padding-bottom:30px;
  }
  .p-110-cont{ padding-top:80px; padding-bottom:80px;}
  .p-140-cont{ padding-top:80px; padding-bottom:80px;}
  .pt-110-cont, .pt-100-cont{ padding-top:80px;}
  .pt-100-b-80-cont { padding-top:80px; padding-bottom:60px;}
  .pt-110-b-80-cont { padding-top:80px; padding-bottom:50px;}
  .pt-110-b-30-cont{ padding-top:80px; padding-bottom:10px;}
  .pt-110-b-40-cont{ padding-top:80px; padding-bottom:20px;}
  .pt-110-b-50-cont{ padding-top:80px; padding-bottom:20px;}
  .pt-110-b-60-cont{ padding-top:80px; padding-bottom:40px;}
  .pt-110-b-80-cont{ padding-top:80px; padding-bottom:40px;}
  .pt-120-b-100-cont{ padding-top:80px; padding-bottom:50px;}
  .pt-150-b-110-cont{ padding-top:80px; padding-bottom:40px;}
	.title-fs-60 {
		font-size: 40px;
		line-height: 40px;
	}
	.title-fs-45 {
		font-size: 30px;
		line-height: 30px;
	}
}



.lined{
	/* font-family: 'Times New Roman','Times',serif; */ /*headlines*/
	font-weight: normal;
	position: relative;
	text-transform: uppercase;
}
h3.lined{
	font-weight: normal;
	margin-bottom: 27px;
	margin-top: 7px;
	/* letter-spacing: 0.120em; */
}
h3.lined>div>span,
h3.lined>span{
	font-size: 1.4em;
}
h3.lined>div{
	display: inline-block;
}

/* #FEATURES 5 #NEW
=====================================================*/

.fes5-box p{
	padding-right: 25px;
}

.fes5-box{
	padding: 10px 0;
}

/* #FEATURES 7 #NEW
=====================================================*/
.fes7-box {
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
}
.fes7-box p{
  padding-left: 10px;
  color: #6b6d70;
}
.fes7-box-icon {
  position: absolute;
  top: -2px;
  left: 0;
  color: #4b4e53;
  font-size: 24px;
}
.fes7-box h3 {
  color: #4b4e53;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 7px;
  margin-top: 7px;
  color: #18151f;
}
.fes7-text-cont h4 {
  margin-top: 0px;
}
.fes7-img-cont {
  overflow: hidden;
  position: absolute;
  height: 100%;
  padding: 0;
  top: 0; 
}
.fes7-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 61% 10%;
  z-index: 0;
  width: 100%;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-repeat: no-repeat;
}
.fes7-img-constr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
  
  width: 100%;
  display: block;	
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
     
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;  
}
.white-bg{
	background-color:#fff;
}
.grey-light-bg{
	background-color:#eee;
}
.grey-dark-bg, .header.no-transparent .header-wrapper.grey-dark-bg{
	background-color:#303236;
}
.yellow-bg{
	background-color:#ffea00 !important;
}
.font-black {
  color:#4b4e53 !important;
}
.font-dark {
  color:#101010;
}
.font-text {
  color:#7e8082;
}

/* #PORTFOLIO 1 GRID #NEW
=====================================================*/
.port-filter-wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.port-filter{
	/* list-style: none; */
	padding: 0;
	margin: 0 0 45px 0;
	font-size: 13px;
	text-transform: uppercase;
	/* text-align: center; */
	letter-spacing: 2px;
	color: #555;
}
.port-filter.rightset{
	padding-left: 12px;
}
.port-filter a{
	display: inline;
	margin: 0 30px 0 0;
	margin-bottom:5px;
	color: #999;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.37s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	cursor: pointer;
	line-height: 1.4;
}
.port-filter a:hover{
	color: #326699;
	text-decoration: none;
	cursor: pointer;
}
.port-filter a.active{
	color: #326699;
  border-color:#326699;
}
.port-filter a.active:hover{
	color: #326699;
}
 
/******************************************************************************/ 
.port-grid{
	list-style: none;
	margin: 0;
	padding: 0;
}
.port-item{
	width: 25%;
	float: left;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.port-item.port-item-width-2{
	width: 50%;
}
.port-grid-2 .port-item{
	width: 50%;
}
.port-grid-3 .port-item{
	width: 33.333%;
}
.container .port-grid-3 .port-item{
	width: 33.2%;
}
.port-grid-5 .port-item{
	width: 20%;
}
.port-grid.port-grid-gut{
  margin: 0 0 0 -15px;
}
.port-grid.port-grid-gut .port-item{
    padding: 0px 15px 30px 15px;
}
.port-grid-team.port-grid .port-item > a {
    border: 0px solid #b2b2b2;
}
.port-grid.portfolio .port-item > div{
	display: block;	
	overflow: hidden;	
	padding: 0;
	margin:0;
	border: 1px solid #b2b2b2;
    position: relative;
}
.block-center-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); 
}
.block-center-xy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.title-fs-45-wide {
  color: #4b4e53;
  font-family: 'Times New Roman','Times',serif; /* headlines */
  font-size: 45px;
  line-height: 58px;
  font-weight: 300;
  letter-spacing: 10px;
}
.w-100 {
  width:100%;
}

@media (max-width: 1200px) {
  .port-grid-5 .port-item {
      width: 25%;
  }
  .port-text-cont .title-fs-45-wide {
    font-size: 35px;
    line-height: 47px;
    letter-spacing: 5px;
  }
}

/* ==============================
   Tablet landskape
   ============================== */
  
@media (max-width: 992px) {
	.port-item, .port-grid-3 .port-item, .container .port-grid-3 .port-item, .port-grid-5 .port-item, .port-item.port-item-width-2{
    width: 50%;
  }
  .port-item.port-item-width-2{
    width: 100%;
  }
  #counter-1 .row > div {
     border: none;
  }
}

/* ==============================
   Phone
   ============================== */
  
@media (max-width: 480px) {
	.port-item, .port-grid-2 .port-item,	.port-grid-3 .port-item, .container .port-grid-3 .port-item, .port-grid-5 .port-item , .port-item.port-item-width-2{
		width: 100%;
	}	
	.port-text-cont .title-fs-45-wide {
		font-size: 25px;
		line-height: 38px;
		letter-spacing: 1px;
	} 
	.port-filter a{
		display: inline-block;
	} 
}

/* #PORTFOLIO 1 #NEW 
=====================================================*/
.portfolio h3.lined{
	padding: 70px 0 50px 0;
}

.port-main-img {
  width: 100%;
  height: 100%;
  background-position: center center !important;
  background-size: contain !important;
  display: block;
  background-repeat: no-repeat !important;
  -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
  color-adjust: exact !important;                 /*Firefox*/
}
.port-overlay-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 30;
  transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.port-main-img {
  transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  z-index: 10;
  /* filter: saturate(0%); */
}
.lightbox-item {
  position:relative;
}
.lightbox-item  .port-btn-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -28px;
  transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.lightbox-item:hover  .port-btn-cont {
  margin-top: -12px;
}
.lightbox-item  .port-btn-cont {
  font-size:26px;
  color:#fff;
}
.lightbox-item  .port-btn-cont.lightbox-video {
  margin-left: -18px;
  margin-top: -32px;
}
.lightbox-item:hover  .port-btn-cont.lightbox-video {
  margin-top: -17px;
}
.lightbox-item  .port-btn-cont.lightbox-video {
  font-size:34px;
}
.lightbox-item:hover .port-overlay-cont {
  opacity: 1;
}
.port-item:hover .port-overlay-cont{
	background: white;
	opacity: 1;
	/* display: flex; */
}
.port-item:hover .port-title-cont {
  transform: translateY(0);
}
.port-item:hover .port-img-overlay:after, .lightbox-item:hover .port-img-overlay:after {
  background: rgba(16,16,16, .85);
}
.lightbox-item .port-img-overlay:after  {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255,255,255, 0);
  -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  z-index: 20;
}
.port-img-overlay {
  position: relative;
  overflow: hidden;
  height: 188px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  vertical-align: middle;
  /* z-index: 0; */
}
@media only screen and (max-width: 1199px) {
	.port-img-overlay {
		height: 156px;
	} 
}
@media only screen and (max-width: 992px) {
	.port-img-overlay {
		height: 246px;
	} 
}
@media only screen and (max-width: 768px) {
	.port-img-overlay {
		height: calc((100vw - 60px) / 2 / 300 * 200);
	} 
}
@media only screen and (max-width: 480px) {
	.port-img-overlay {
		height: calc((100vw - 45px) / 300 * 200);
	} 
}
.port-btn-cont a{
  display:inline-block;
} 
.port-overlay-cont{
  padding: 50px;
  padding-top: 20px;
}
.container .port-grid-5 .port-overlay-cont{
  padding: 20px;
  padding-right: 10px;
}
.port-item .port-title-cont p {
  margin-bottom: 6px;
}
.port-item .port-title-cont p:nth-child(3) {
  /* margin-bottom: 0; */
  /* color: #326699; */
  /* font-weight: bold; */
  font-size: 13px;
}
.lightbox-item:hover .port-overlay-cont {
  margin-bottom: 15px;
}
.container .port-grid-5 .port-item:hover .port-overlay-cont, .container .port-grid-5 .lightbox-item:hover .port-overlay-cont {
  padding-top: 30px;
}
.port-title-cont {
  margin-bottom:0px;
  transition: all .3s ease;
  transform: translateY(-33%);
}
.lightbox-item:hover .port-title-cont {
  margin-bottom:15px;
}
.port-title-cont h3 {
  margin:0 0 10px 0;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-size:16px;
  line-height:24px;
  font-weight:600;
  color: #326699;
}
.content .port-title-cont p {
	color: #326699;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	transition: all 0.3s ease;
	font-size: 13px;
}

.port-title-cont i {
	font-size: 20px;
	vertical-align: text-top;
}
.port-title-cont h3 a {
  color:#fff;
}
.port-title-cont h3 a:hover{
  color:#dedede;
}
.port-grid-gut li .port-overlay-cont{
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.port-title-cont span a{
  color:#bebebe;
  font-size:12px;
  text-transform: uppercase;
}
.port-title-cont span a:hover{
  color:#fff;
}
.port-btn-cont a{
  color:#bebebe; 
  font-size:18px;
}
.port-btn-cont a:hover{
  color:#fff;
}
.port-view-more-cont {
  margin-top:-1px;
  text-align:center;
}
.port-view-more {
  display:block;
  padding-top:40px;
  padding-bottom:37px;
  background:#eee;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size:18px;
  line-height:18px;
  font-weight:100;
  transition: all .3s ease 0s;
}
.port-view-more:hover {
  background:#dedede;
  color:#4b4e53;
}
.port-view-more-cont-dark {
  text-align:center;
}
.port-view-more-dark {
  display:block;
  padding-top:55px;
  padding-bottom:52px;
  background:#4b4e53;
  font-family: 'Times New Roman','Times',serif; /*headlines*/
  color:#fff;
  font-size:18px;
  line-height:18px;
  font-weight:normal;
  letter-spacing:4px;
  transition: all .3s ease 0s;
}
.port-view-more-dark:hover {
  background:#101010;
  color:#fff;
}
.port-view-more-inv{
  background:#dedede;
  display:block;
  padding-top:40px;
  padding-bottom:37px;
  font-family: 'Times New Roman','Times',serif; /*headlines*/
  font-size:18px;
  line-height:18px;
  font-weight:100;
  transition: all .3s ease 0s;
}
.port-view-more-inv:hover {
  background:#eee;
  color:#4b4e53;
}

.port-grid-gut li .port-overlay-cont{
	display:flex;
	/* height:50%; */
	width: 100%;
	cursor: pointer;
}
.port-grid-gut li.cat2-exited .port-overlay-cont{
	cursor: initial;
}
.port-item a{
	display:block;
	/* height:50%; */
	width: 100%;
}

/* #TESTIMONIALS 2 #NEW
=====================================================*/
.ts-author-cont{
	padding-top: 0px;
	padding-bottom:0px;
	position: relative;
	margin-left: 0;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	text-align: right;
	justify-content: flex-end;
}
.ts-author-img{
	display: block;
}
.ts-author-info{
	/* flex-shrink: 1; */
	/* flex-grow: 1; */
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-bottom: 1px solid #e6e6e6;
}
.ts-author-img{
	flex-shrink: 0;
	flex-grow: 0;
}

.ts-author-img>img{
	max-width: 110px;
	height: auto;
}

.testimonial-2:before {
  content: '"';
  position:absolute;
  top:0;
  left:0;
  font-size:60px;
  line-height:40px;
  color:#dcdddd;
  font-family: serif;/*remove*/
  opacity: 0;
}

.testimonial-2 p{
  margin-bottom: 24px;
  color: #18151f;
  font-style: italic;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.testimonial-2 {
  padding: 0px 0px;
  margin: 15px 0px 15px 0px;
  border-left: none;
  /* font-style: italic; */
}
.flex-testimonial{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
}


/* #ABOUT US 1 #NEW
=====================================================*/
.member h3 {
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-size: 16px;
  line-height:24px;
  font-weight: 700;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 5px;
  position: relative;
  text-transform: uppercase;
}
.member span {
  font-size: 14px;
  font-style: normal;
}
.member{
  text-align: center;
  margin-bottom:30px;
}
.member img{
	transition: all 0.3s ease;
	height: 172px;
}



/* #BLOG SECTION 1 #NEW
=====================================================*/
.intro-demo .post-prev-img{
 border:7px solid #e8e8e8;
}
.grey-light-bg .intro-demo .post-prev-img{
 border:7px solid #d3d3d3;
}
.post-prev-img{
  margin-bottom:25px;
}
.post-prev-img img {
  width: 100%;
}
.post-prev-title h3{
  margin:0;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-size:16px;
  line-height:26px;
  font-weight:700;
  text-transform: uppercase;
}
.blog-main-posts .post-prev-img{
  margin-bottom:30px;
}
.blog-main-posts .post-prev-info {
  margin-bottom: 20px;
}
.blog-main-posts .post-prev-title h3{
  font-size:18px;
  line-height:32px;
}
.post-prev-img a:hover {
  opacity: .6;
}
.post-prev-img .lightbox-item a:hover {
  opacity: 1;
}
.section-more {
  font-size:14px;
  font-weight:normal;
  color:#7e8082;
  font-family: 'Open Sans', sans-serif;
}
.section-more:hover {
  color:#101010;
}
.section-more .icon {
  font-size:30px;
  vertical-align:middle;
}
.post-prev-info{
  margin-bottom:14px;
  font-size: 13px;
  text-transform: uppercase;
}
.slash-divider{
  margin-right:7px;
  margin-left:7px;
}
.slash-divider-10{
  margin-right:10px;
  margin-left:10px;
}
.post-prev-info, .post-prev-info a{
  color:#a3a6a8;
}
.post-prev-info a:hover{
  color:#101010;
}
.post-prev-text {
  margin-bottom:20px;
}
.blog-more{
  font-weight:600;
}
.icon-count {
  font-size:12px;
  margin-left:7px;
}
.post-prev-count {
  margin-left:12px;
  color:#7e8082;
}
.social-menu.dropdown-menu{
  border-radius:0;
  margin-top: 5px;
  border-radius: 0;
  min-width: 0px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
  border: none;
  background: #eee;
}
.social-menu.dropdown-menu li{
  display:inline-block;
}
.social-menu.dropdown-menu > li > a {
  padding: 7px 15px;
  color:#7e8082;
}
.social-menu.dropdown-menu > li > a:focus, .social-menu.dropdown-menu > li > a:hover {
  color: #111;
  text-decoration: none;
  background: none;
}
.post-prev-more-cont {
  position:relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.post-prev-more i.fa{
	font-size: 22px;
	vertical-align: text-top;
}
.no-border {
  border:none;
}

@media (max-width: 480px) {
  .section-more.left, .section-more.right {
    float: none !important;
    display: block;
    margin-top:5px;
  }
}

/* #BLOG SECTION 2 #NEW
=====================================================*/
.blog2-post-title-cont, .blog2-post-prev-text {
    margin-bottom: 20px;
    color: #7e8082;
}
.blog2-post-title-cont .post-prev-title {
    padding:15px 0 15px 20px;
  margin-left:120px;
  border-left: #C9CACB 1px solid;
}
.blog2-post-title-cont-alt .post-prev-title {
    margin: 0;
    font-weight: bold;
    color: #888;
}


.blog2-post-title-cont {
  position:relative;
}
.post-prev-date-cont {
  position: absolute;
  top: 14px;
  left: 15px;
}
.blog2-date-numb {
  font-size:35px;
  font-weight:100;
}
.blog2-month {
  font-size:13px;
  padding-left:3px;
}
.blog2-post-title-cont .post-prev-info {
  margin:0;
}
.blog2-post-prev-text {
	margin-top: 15px;
}
@media (max-width: 768px) {
	.blog2-post-title-cont-alt .post-prev-title {
		padding: 5px 0;
		border-right: none;
	}
}
@media (max-width: 768px) {
  .blog2-month {
    display:block;
    line-height: 18px;
    padding-left:0;
  }
  .blog2-post-title-cont .post-prev-title {
    margin-left:110px;
  }
  .blog2-date-numb {
    font-size:30px;
  }
  .post-prev-date-cont {
    top: 16px;
    text-align:center;
  }
	.blog2-post-title-cont-alt .post-prev-body:before {
		display: none;
	}
 
}

/*	#BLOG #WIDGETS #NEW
===============================================*/
.blog-post .post-prev-text p {
  margin-bottom:20px;
}
.widget-search-form  {
  position:relative;
  width:100%;
  font-size:18px;
}
.widget-search-form  input{
  width:100%;
}
.widget-search-form button {
  position:absolute;
  right:0;
  top:8px;
  background:transparent;
}
.widget-search-form button:hover {
  color: #101010;
}

.widget-title {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #4b4e53;
}
.clearlist, .clearlist li {
  list-style: none;
  padding: 0;
  margin: 0;
  background: none;
}
.widget-menu li {
  padding-bottom: 7px;
}
.widget-menu small {
  color:#aaa;
}
.widget-posts li  {
  font-size: 13px;
  margin-bottom:20px;
}
.widget-posts-img {
  float: left;
  margin: 0 15px 0 0;
}
.tags a {
  display: inline-block;
  margin: 0 2px 5px 0;
  padding: 3px 10px;
  border: 1px solid #e9e9e9;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
}
.tags a:hover{
  background:#4b4e53;
  color:#fff;
  border: 1px solid #4b4e53;
}

/* #CONTACT INFO SECTION 1 #NEW
=====================================================*/
.cis-cont{
  position: relative;
  padding-left: 65px;
}
.cis-icon {
  position: absolute;
  top: 25px;
  left: 0;
  color: #7e8082;
  font-size: 35px;
}
.cis-text  {
  padding:16px 0px 18px 27px;
  border-left:1px solid #dedede;
}
.grey-light-bg .cis-text  {
  border-left:1px solid #bdbdbd;
}
.cis-text h3 {
  color: #4b4e53;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
.cis-text p {
  margin: 0;
  font-size: 12px;
}

.sm-mt-0 { margin-top:0px;}
.sm-mt-20 { margin-top:20px;}
.sm-mt-40 { margin-top:40px;}
.sm-mt-50 { margin-top:50px;}
.sm-mt-55 { margin-top:55px;}
.sm-mt-60 { margin-top:60px;}
.sm-mt-70 { margin-top:70px;}
.sm-mb-10 { margin-bottom:10px;}
.sm-mb-15 { margin-bottom:15px;}
.sm-mb-20 { margin-bottom:20px;}
.sm-mb-40 { margin-bottom:40px;}
.sm-mb-50 { margin-bottom:50px;}
.sm-mb-60 { margin-bottom:60px;}
.sm-mb-70 { margin-bottom:70px;}
.sm-mb-80 { margin-bottom:80px;}
.sm-mb-100 { margin-bottom:100px;}

/* #PAGE TITLE #NEW
=====================================================*/
.page-title-cont {
  padding-top:135px;
  padding-bottom:65px;
}
.page-title {
  margin-bottom:20px;
  font-size: 24px;
  line-height: 25px;
  letter-spacing: 5px;
  font-weight: 400;
  text-transform:uppercase;
}
.page-sub-title {
  margin-bottom:15px;
  letter-spacing: 3px;
  font-size: 12px;
  line-height:15px;
  text-transform:uppercase;
}
.grey-dark-bg .page-title, .grey-dark-bg .page-title-big{
  color:#fff;
}
.grey-dark-bg .page-sub-title{
  color:rgba(255,255,255, .7);
}
.page-title-cont.grey-dark-bg a{
  color:rgba(255,255,255, .8);
}
.page-title-cont.grey-dark-bg a:hover{
  color:rgba(255,255,255, 1);
}
.page-title-cont.grey-dark-bg .bread-current{
  color:#fff;
}
.page-title-img {
  width: 100%;
  display: block;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  filter: hue-rotate(0deg);
}
.page-title-img:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	filter: hue-rotate(45deg);
}

input, textarea, select, .login-select, .controled{
    border-radius: 1px;
    background: transparent;
    color: #4b4e53;
    font-size: 14px;
    margin: 0;
    outline: medium none;
    padding: 2px;
    width: 300px;
    max-width: 100%;
	margin-bottom: 10px;
	transition: all .3s ease 0s;
}
input[type="checkbox"]{
	width: auto;
}
input[type="submit"]{
	width: auto;
	padding: 3px;
}
input:focus{
	border: 1px solid #101010;
}
input[type="submit"]:hover{
	width: auto;
	padding: 4px;
	border: 1px solid #101010;
	color: #101010;
}
label{
	font-weight: normal;
	font-size: 16px;
	font-style: italic;
}
form>div{
	margin-bottom: 10px;
}

.input-border {
  border: 1px solid #dedede; 
  padding:9px 15px  ;
}
select.input-border {
  border: 1px solid #dedede; 
  padding:9px 20px 9px 10px ;
}
.w-100 {
  width:100%;
}

.page-section {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.sm-cont-middle {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.sm-content-cont {
    display: table;
    height: 100%;
    position: relative;
    z-index: 2;
}
::-webkit-input-placeholder, .controled::-webkit-input-placeholder {color: #4b4e53;}
::-moz-placeholder, .controled::-moz-placeholder           {color:#4b4e53;}/* Firefox 19+*/
:-moz-placeholder, .controled:-moz-placeholder           {color:#4b4e53;}/* Firefox 18- */
:-ms-input-placeholder, .controled:-ms-input-placeholder      {color:#4b4e53;}


:focus::-webkit-input-placeholder {color: #a6a7a9;}
:focus::-moz-placeholder          {color:#a6a7a9;}/* Firefox 19+*/
:focus:-moz-placeholder           {color:#a6a7a9;}/* Firefox 18- */
:focus:-ms-input-placeholder      {color:#a6a7a9;}


/* #FOOTER 2 NEW
=====================================================*/
.footer-2-copy-cont {
  padding-top:30px;
  border-top: 1px solid #eee;
}
.footer-2-copy-cont .left {
    margin-bottom: 20px;
}
.footer-2-copy {
	font-size:11px;
	color:#7e8082;
	margin-right: 0px;
	padding: 5px;
	display: inline-block;
}
.footer-2-copy:hover {
  color:#101010;
}
.lplogin {
	border: 1px solid #ccc;
    margin-right: 5px;
}
.lplogin:hover {
	border: 1px solid #101010;
}

.footer-2-soc-a a {
	font-size:16px !important;
	padding: 7px 0px !important;
	margin-left: 22px;
}

/***** #MAIN-MENU MENU *****/
#main-menu {
  z-index: 1;
}
#main-menu .navbar {
  background: none;
  border: 0 none;
  margin: 0;
}
#main-menu .navbar .navbar-collapse {
  padding: 0;
  position: static; 
  border:none;
  box-shadow:none;
}
#main-menu .navbar .nav {
  margin: 0;
  position: static;
}
#main-menu .navbar .nav > li {
  position: relative;
  z-index:5;
}
#main-menu .navbar .nav > li > a {
  font-size:15px;
  color:#5c6066;
  z-index: 1;
  text-shadow: none;
  transition: padding .4s ease 0s, border-color .6s ease 0s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.black-header #main-menu .navbar .nav > li > a {
  color: rgba(255,255,255, .7);
}

/* Effect 3: bottom line slides/fades in */
.affix #main-menu .navbar .nav > li > a {
  transition: padding .4s ease 0s; 
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
#main-menu .navbar .nav > li > a .main-menu-title{
	line-height:20px;
}
#main-menu .navbar .nav > li > a {
	padding: 5px 3px 5px 3px;
	margin: 0 0 0 22px;
	border-bottom: 2px solid rgba(45,78,83,0);
	color:#4b4e53;
	letter-spacing: 0.06rem;
	background-color: transparent;
}
.affix.header-1 #main-menu .navbar .nav > li > a {
	padding: 5px 3px 5px 3px;
}
.header-1 #main-menu .navbar .nav > li.current > a {
	border-bottom: 2px solid #326699;
	color:#326699; 
}
.black-header #main-menu .navbar .nav > li.current > a {
	border-bottom: 2px solid rgba(255,255,255,1);
	color:#fff; 
}
.affix.header-1 #main-menu .navbar .nav > li.current > a{
	border-color: #32669980;
}
.affix.header-1.black-header #main-menu .navbar .nav > li.current > a{
	border-color:rgba(75,78,83,0); 
}

/***** #INDENT MAIN CONTAINER	( responsive in "media query" section)*****/
.page-main-content.indent-header-1.affix-indent {
	padding-top: 60px;
	transition:padding-top .4s ease;
}
.page-main-content.indent-header-1{
	padding-top: 95px;
	transition:padding-top .4s ease;
}
/************************************/
.header.header-not-sticky{
	position:relative !important;
}
.header.header-always-sticky{
	position:fixed !important;
	z-index:9999;
	-webkit-box-shadow: 0 1px 15px rgba(0,0,0, .15);
	-moz-box-shadow: 0 1px 15px rgba(0,0,0, .15);
	box-shadow: 0 1px 15px rgba(0,0,0, .15);
}
/***** #STICKY ICON BUTTON ANIMATION	*****/


/**********************************************************/
#main-menu .navbar .nav > li:hover > a {
  color:#326699; 
}
.black-header #main-menu .navbar .nav > li:hover > a {
  color:#fff; 
}
#main-menu .navbar .nav .parent {
  position: relative;
}
#main-menu .sub {
  background: #4B4E53;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0, .2);
  -moz-box-shadow: 0 4px 5px rgba(0,0,0, .2);
  box-shadow: 0 4px 5px rgba(0,0,0, .2);
  display: none;
  margin:0;
  padding: 10px 10px 10px 24px;
  position: absolute;
  z-index: 905;
}
#main-menu .sub li {
  font-size: 12px;
  line-height: 24px;
  text-transform:uppercase;
}
/*****	#ANIMATION FOR SUB MENU	*****/
#main-menu .parent:hover > .sub {	
  display: block ; 
  -webkit-animation: fadeIn .4s;
  animation: fadeIn .4s;
}
#main-menu .sub a {
  color: #d3d3d3;
  display: block;
  text-decoration: none;
  min-width: 160px;
  padding:9px;
  padding-left:0; 
  transition: color .3s ease 0s, padding .3s ease 0s;
  /* -ms-transition: none; */
}
#main-menu .sub a:hover {
	color: #fff;
	padding-left:7px;
	transition: color .2s ease 0s, padding .3s ease 0s;
}
#main-menu .sub a.current {
	color: #fff;
	transition: all .2s ease 0s;
}
#main-menu .sub .parent:hover > a {
	color: #fff;
	padding-left: 7px;
}
#main-menu .sub .sub {
  left: 100%;
  top: 0;
}
#main-menu .navbar .nav .parent .parent > a:after {
  content: "\e232";
  font-family: linea-icons;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-size: 15px;
  display: block;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*	#MEGAMENU
============================================================*/
#main-menu .navbar .nav .parent.megamenu {
  position: static; 
}
#main-menu .navbar .nav .parent.megamenu > a {
  position: relative;
} 
#main-menu .megamenu > .sub {
  padding-right:0;
  padding-left:0;
	box-sizing: border-box;
  left:0;
  right:0;
  width: 100%;
  z-index: 900;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navbar-collapse.right {
	border:none;
}

/* #HEADER FIX #NEW
=====================================================*/
.header {
	position:fixed; 
	left:0;
	transition: background .3s ease, height .4s ease;
	width:100%;
	z-index:31;
}
.affix.header {
	position: fixed;
	height: 60px;
	transition: height .4s ease;
}
.header-wrapper{
	position: relative; 
	width:100%;	
	transition: height .3s ease 0s, background .3s ease 0s;
	-webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
	z-index:29;
}
.header-wrapper>.container{
	position: relative;
    display: flex;
}
.header.no-transparent .header-wrapper{
  background:#fff;
}
.eternalwhite .header-wrapper,
.affix .header-wrapper {
	/* position:fixed; */
	top:0;
	left:0;
	z-index:100;
	background: #fff;
	transition: height .3s ease 0s, background .3s ease 0s;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-box-shadow: 0 1px 15px rgba(0,0,0, .15);
	-moz-box-shadow: 0 1px 15px rgba(0,0,0, .15);
	box-shadow: 0 1px 15px rgba(0,0,0, .15);
}
.is-sticky .header {
	-webkit-box-shadow: 0 1px 15px rgba(0,0,0, .15);
	-moz-box-shadow: 0 1px 15px rgba(0,0,0, .15);
	box-shadow: 0 1px 15px rgba(0,0,0, .15);
} 

/* #LOGO
================================================== */
.logo-container {
  width: 120px;
	background-color: #414146;
	transition: all .3s ease 0s;
}
/* .logo-container-2 {
	transition: all .3s ease 0s;
} */
header .logo {
	display: block;
	padding-bottom: 15px;
	padding-left: 45px;
  padding-top: 81px;
	transition: all .4s ease 0s;
}
footer .logo {
	display: block;
	padding-bottom: 15px;
	padding-left: 45px;
  padding-top: 81px;
	transition: all .4s ease 0s;
	height: 120px;
}
header.affix .logo {
	padding-top:20px;
	padding-bottom: 16px;
	transition: all .4s ease 0s;
}
header.affix  .logo-2, .header.affix.no-transparent .logo-2 {
    padding-top: 12px;
    padding-bottom: 12px;
	transition: all .4s ease 0s;
}

.logo-img {
	height: auto;
}
header .logo .logo-img {
	transition: all .4s ease 0s;
}
header.affix .logo .logo-img {
	transition: all .4s ease 0s;
}
.logo-2 {
	display: block;
	padding: 12px 0 12px 0;
	transition: all .4s ease 0s;
}
.header.no-transparent .logo-2 {
	padding:26px 0 25px 0;
}



/*****	#PAGINATION #NEW	*****/
.blog-pag .pagination .active a, .blog-pag  .pagination>.active>a:focus, .blog-pag  .pagination>.active>a:hover, .blog-pag  .pagination>.active>span, .blog-pag  .pagination>.active>span:focus, .blog-pag  .pagination>.active>span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #4b4e53;
  border-color: #337ab7;
}
.blog-pag .pagination>li>a, .blog-pag .pagination>li>span {
  color: #7e8082;
  margin-right: 7px;
  padding: 8px 14px;
  border:none;
  border-radius: 0;
}
.blog-pag .pagination li i {
  font-size:16px;
}


/* #WORK NAV #NEW
================================================== */
.work-navigation{
  padding:18px 0;
	width: 100%;
	background: #fff;	
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;	
  z-index: 99;
}
.work-navigation .icon{
	font-size: 24px;
	vertical-align: middle;
	line-height: 24px;
}
.work-navigation .work-all .icon{
	font-size: 20px;
  line-height: 19px;
}
.work-navigation .fa-times{
	font-size: 16px;
	margin-top: -2px;
}
.work-navigation a{
	display: block;
	float: left;
	width: 33.33333%;
	overflow: hidden;
	vertical-align: middle;
	text-decoration: none;
	white-space: nowrap;
	cursor: default;
}
.work-navigation div.spacer{
	display: block;
	float: left;
	width: 33.33333%;
	overflow: hidden;
	vertical-align: middle;
	text-decoration: none;
	white-space: nowrap;
	cursor: default;
}
.work-navigation a span{
	display: inline-block;
	line-height: 24px;
}
.work-prev{
	text-align: left;
}
.work-all{
	text-align: center;
}
.work-next{
	text-align: right;
}

/* #PORTFOLIO
============================================*/
ul#portfolio {
	margin:0;
	padding:0;
	list-style:none;
	transition:none !important;
}

/*****	#START: RECOMMENDED ISOTOPE STYLES	*****/

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: .8s;
     -moz-transition-duration: .8s;
      -ms-transition-duration: .8s;
       -o-transition-duration: .8s;
          transition-duration: .8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* #ELEMENTS
=======================================*/


/* #FOOTER
================================================== */

/*****	#CONTACT FOOTER	*****/

.right-1024 {
	float:right;	
}
.right {
	float:right;	
}
.left {
	float:left;
}
.right-text {
	text-align:right;	
}
.center-text {
	text-align:center;	
}

/*	#TYPOGRAPHY
===============================================================*/
/***** #HEADINGS *****/
h1, h2, h3{
	font-family: 'Times New Roman','Times',serif; /*headlines*/
	font-weight:normal;
	color: #4b4e53;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #4b4e53;
	margin: 0;
}
h1 {
	font-size: 32px;
	line-height: 45px;
	margin: 40px 0 32px 0;
}
h2 {
	font-size: 28px;
	line-height: 32px;
	margin: 27px 0 18px 0;
}
h3 {
	font-size: 24px;
	letter-spacing: normal;
	line-height: 33px;
	margin: 26px 0 16px 0;
}
h4 {
	font-size: 17px;
	letter-spacing: normal;
	line-height: 25px;
	margin: 21px 0 19px 0;
}
h5 {
	font-size: 14px;
	letter-spacing: normal;
	line-height: 25px;
	margin: 18px 0 13px 0;
}
h6 {
	font-size: 12px;
	letter-spacing: normal;
	line-height: 18px;
	margin: 18px 0 13px 0;
}

hr {
	border-top: 1px solid #eee;
	margin: 22px 0 22px 0;
}

.label {
	font-weight: normal;
}

/***** #CODE *****/
pre {
	border-radius:0;
}

/*****	#BUTTONS	*****/
button {
	border:none;
	cursor:pointer;
  text-decoration: none;
  transition: all .3s ease 0s;
}

a {
  color: #4b4e53;
  outline: none !important;
  text-decoration: none;
  transition: all .3s ease 0s;
}
a:hover {
  color: #97999c;
  text-decoration: none;
  transition: all .3s ease 0s;
	cursor:pointer;
}
a:focus {
	text-decoration:none !important;
}
a:hover, a:focus {
  color: #97999c;
  text-decoration: none;
  transition: all .3s ease 0s;
	cursor:pointer;
}

a.morenews{
	border: 1px solid #b2b2b2;
	/* display: inline; */
	color: #4b4e53;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	letter-spacing: normal;
	line-height: 23px;
	margin: 26px 0 16px 0;
	padding: 5px 10px;
	/* box-shadow: 1px 1px 5px black; */
}

/* #MARGINS #PADDINGS
================================================== */
.m-0 {margin:0 !important;}
.m-10 {margin:2px;}

.mt-min-30 {margin-top:-30px;}
.mt-min-35 {margin-top:-35px;}
.mt-min-180 {margin-top:-180px;}
.mt-min-120{margin-top:-120px;}
.mt-min-210 {margin-top:-210px;}
.mt-min-500 {margin-top:-500px;}
.mt-0 {margin-top:0 !important;}
.mt-5 {	margin-top:5px !important;}
.mt-10 {margin-top:10px !important;}
.mt-20 {margin-top:20px;}
.mt-25 {margin-top:25px !important;}
.mt-30 {margin-top:30px !important;}
.mt-40 {margin-top:40px !important;}
.mt-50 {margin-top:50px !important;}
.mt-55 {margin-top:55px}
.mt-60 {margin-top:60px !important;}
.mt-70 {margin-top:70px }
.mt-80 {margin-top:80px;}
.mt-90 {margin-top:90px;}
.mt-100 {margin-top:100px;}
.mt-110 {margin-top:110px;}
.mt-150 {margin-top:150px;}
.mt-170 {margin-top:170px;}

.mr-0 {	margin-right:0 !important;}
.mr-5 {margin-right:5px;}
.mr-7 {margin-right:7px;}
.mr-10 {margin-right:10px;}
.mr-15 {margin-right:15px;}
.mr-20 {margin-right:20px;}

.mb-0 {margin-bottom:0 !important;}
.mb-5 {margin-bottom:5px !important;}
.mb-10 {margin-bottom:10px !important;}
.mb-15 {margin-bottom:15px !important;}
.mb-20 {margin-bottom:20px !important;}
.mb-23 {margin-bottom:23px}
.mb-40 {margin-bottom:40px !important;}
.mb-45 {margin-bottom:45px !important;}
.mb-25 {margin-bottom:25px !important;}
.mb-30 {margin-bottom:30px !important;}
.mb-35 {margin-bottom:35px !important;}
.mb-40 {margin-bottom:40px !important;}
.mb-50 {margin-bottom:50px;}
.mb-60 {margin-bottom:60px !important;}
.mb-70 {margin-bottom:70px !important;}
.mb-75 {margin-bottom:75px;}
.mb-80 {margin-bottom:80px !important;}
.mb-90 {margin-bottom:90px;}
.mb-100 {margin-bottom:100px;}
.mb-110 {margin-bottom:110px;}
.mb-140 {margin-bottom:140px;}
.mb-160 {margin-bottom:160px;}
.mb-170 {margin-bottom:170px;}
.mb-180 {margin-bottom:180px;}
.mb-210 {margin-bottom:210px;}

.ml-0 {margin-left:0px !important;}
.ml-10 {margin-left:10px;}
.ml-20 {margin-left:20px;}
.ml-30 {margin-left:30px !important;}
.ml-40 {margin-left:40px !important;}

.mlr-1 {margin-left: 1px; margin-right: 1px;}
.mlr-10 {margin-left: 10px; margin-right: 10px;}
.mlr-30 {margin-left: 30px; margin-right: 30px;}
.mlr-min-30 {margin-left: -30px !important; margin-right: -30px !important;}

.p-0 {padding:0 !important;}
.p-10 {padding:10px !important;}
.p-15 {padding:15px !important;}
.p-20 {padding:20px;}
.p-25 {padding:25px;}
.p-40 {padding:40px;}

.pt-0 {padding-top:0px;}
.pt-10 {padding-top:10px;}
.pt-20 {padding-top:20px;}
.pt-30 {padding-top:30px;}
.pt-36 {padding-top:36px;}
.pt-40 {padding-top:40px;}
.pt-50 {padding-top:50px;}
.pt-55 {padding-top:55px;}
.pt-60 {padding-top:60px;}
.pt-65 {padding-top:65px;}
.pt-70{padding-top:70px;}
.pt-75{padding-top:75px;}
.pt-80{padding-top:80px;}
.pt-95 {padding-top:95px;}
.pt-100 {padding-top:100px;}
.pt-130 {padding-top:130px;}
.pt-140 {padding-top:140px;}
.pt-250 {padding-top:250px;}

.pr-0 {	padding-right:0 !important;}
.pr-15{padding-right:15px;}
.pr-75{padding-right:75px;}

.pb-0 {	padding-bottom:0px !important;}
.pb-10 {padding-bottom:10px !important;}
.pb-20 {padding-bottom:20px}
.pb-30 {padding-bottom:30px !important;}
.pb-40 {padding-bottom:40px;}
.pb-45 {padding-bottom:45px;}
.pb-50 {padding-bottom:50px;}
.pb-55 {padding-bottom:55px;}
.pb-60 {padding-bottom:60px;}
.pb-65 {padding-bottom:65px;}
.pb-70 {padding-bottom:70px;}
.pb-80 {padding-bottom:80px;}
.pb-130 {padding-bottom:130px;}
.pb-140 {padding-bottom:140px;}

.pl-0 {padding-left:0 !important;}
.pl-20 {padding-left:20px;}

.plr-0 {padding-left:0 !important;	padding-right:0 !important;}
.plr-1 {padding-left: 1px; padding-right: 1px;}
.plr-5 {padding-left: 5px; padding-right: 5px;}
.plr-10 {padding-left: 10px; padding-right: 10px;}
.plr-15 {padding-left: 15px; padding-right: 15px;}
.plr-20 {padding-left: 20px; padding-right: 20px;}
.plr-30 {padding-left: 30px; padding-right: 30px;}
.plr-40 {padding-left: 40px; padding-right: 40px;}
.plr-50 {padding-left: 50px; padding-right: 50px;}

@media (max-width: 1024px) {
  .page-title-cont.page-title-large {
    padding-top:30px;
  }
  .page-title-img {
    background-attachment: scroll;
  }
}
@media (max-width: 767px) {
  .page-title {
    margin-bottom:10px;
    font-size:20px;
    line-height:24px;
  }
}


/* #BACK TO TOP BUTTON
================================================== */
#back-top {
	position: fixed;
    bottom: 16px;
    right: 19px;
    padding: 0;
    margin: 0;
    z-index: 200;
}
#back-top.new{
	right: -1px;
	background-color: white;
	border: 1px solid #ddd;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;

}
#back-top a {
	text-decoration: none;
    display: block;
    color: #4b4e53;
    font-size: 34px;
    z-index: 999;
}
#back-top.new a {
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	padding: 8px 10px;
}
#back-top.new a:first-child {
	font-size: 24px;
	padding: 6px 10px;
}
#back-top a:hover {
	color:#97999c;
}
.center {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}

/*	#CLEARFIX
============================================================*/
.clearfix:before, .clearfix:after, .row:before, .row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; 
}
.row:after, .clearfix:after { clear: both; }
.row, .clearfix {zoom: 1;}
	  
/******************************************************************************
  Max Width "768px"
*******************************************************************************/
@media (max-width: 768px) {
  /*	#FOOTER 2 ====================================*/
  .footer-2-copy-cont .left, .footer-2-copy-cont .right {
    float:none;
  }
  .footer-2-copy-cont {
    text-align:center;
  }
  .text-center-sm {
    text-align:center;   
  }
}

/******************************************************************************
  Max Width "600px"
*******************************************************************************/
@media (max-width: 600px) {
	.header .menu-btn-respons-container .btn-navbar.collapsed:before {
		display: none;
	}
	/*	#TESTIMONIALS ====================================*/
	.ts-text-container {
		padding-top: 20px;
		padding-left: 15px;
		padding-right: 15px;
		font-size: 13px;
	}
	.t-a-container {
		padding-bottom: 10px;
		margin-top: 10px;
	}
	.ts-img-container {
		display:none;
	}
}

/******************************************************************************
  Max Width "640px"
*******************************************************************************/
@media (max-width: 640px) {
	.nl-caption {
		display: none;
	}
}

/******************************************************************************
  Max Width "767px"
*******************************************************************************/
@media (max-width: 767px) {
  #main-menu .navbar-collapse.in  {
    overflow: visible !important;
  }
}

/******************************************************************************
  Max Width "991px" - Min Width "768px"
*******************************************************************************/
@media (min-width: 768px) and (max-width: 1024px) {
  #main-menu .navbar-collapse.collapse {
    display: none !important;
  }
  #main-menu .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-nav{float:none}
  .navbar-nav>li{float:none}  

}

/******************************************************************************
  Max Width "1024px" DESKTOP
*******************************************************************************/
@media (max-width: 1024px) {
  /*	#BACK TO TOP ====================================*/	
  #back-top {
    bottom: 9px;
    right: 12px;
  }
	.logo-2, .header.no-transparent .logo-2 {
	  padding: 17px 0 17px 13px;
	}
	.logo-row {
		width:auto;
		max-width: initial;
	}
	.logo-row .logo-img{
		max-height: 34px;
	}
	.header-side-menu .logo-row {
		width:180px;
	}
	
	.hamb-mob-icon {
	  display: block;
	  float: left;
	  padding: 25px 17px 22px 5px; 
	  font-size: 29px;
	  color: #4b4e53;
	  transition: padding .4s ease 0s;
	  transform: translateZ(0);
	}
	.affix .hamb-mob-icon {
	  padding: 17px 17px 13px 5px;
	  transition: padding .4s ease 0s;
	  transform: translateZ(0);
	}

	/****************************************/
	.menu-row  {
		margin-top:0px !important;
	}
	.affix.header .btn-navbar .main-menu-icon {
		display:block;
	}
	.header.header-always-sticky {
		height:60px;
	}
	.header-1 .main-content {
		margin-top: 0px;
	}
	.menu-btn-respons-container{
	  position: absolute;
	  right: 0;
	  top: 0;
	}
	.main-menu-container {
		background-color: #4b4e53;
	}
 	.header .logo, .header-maintenance .logo {
		padding-top:21px;
		transition: all .3s ease 0s;
	}
	.menu-contact-info .contact-list {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.menu-address-container {
		padding-top: 12px;
	}
	.menu-map-container {
		margin-left: -20px;
		margin-bottom: -5px;
	}
	.menu-contact-info {
		margin: 0;
	}
	#main-menu .sub .a-mail {
		padding:0 !important;
	}
	nav .main-menu-icon {
		display:none;
	}
	.btn-navbar .icon_menu.main-menu-icon {
		float:left;
		margin:0;
		margin-top: 7px;
		padding-bottom: 0px;
		padding-top: 13px;
	}

	/***** #INDENT MAIN CONTAINER	*****/	
  .header {
    position: relative;
    margin-bottom:-76px;
    width: auto;
    height:auto;
  }
  .header.mobile-no-transparent {
    margin-bottom:0px; 
  }
  .header.black-header.mobile-no-transparent {
    background:#303236;
  }
  .header .right-box-wrapper {
    text-align: right;
  }
  .right-1024 {
    float:none;
  } 
  #main-menu {
    margin: 0;
    text-align: left;
  }
  .header .navbar {
    margin: 0;
    min-height: inherit;
    position: static;
  }
  .header .menu-btn-respons-container .btn-navbar {
    background: #fff;
    border:none !important;
    display: block;
    margin:0;
    padding:0;
  }
  .header .menu-btn-respons-container .btn-navbar:before {
    content: "";
    display: none;
  }
  .header .menu-btn-respons-container .btn-navbar.collapsed:before {
    display: block;
  }
  .header .menu-btn-respons-container .btn-navbar.collapsed {
    background: none;
    border: 1px solid transparent;
    border-bottom: 0 none;
  }
  .header .btn-navbar .text {
    color: #1e1e1e;
    float: left;
    line-height: 16px;
    padding: 0;
    font-family: 'Times New Roman','Times',serif; /*headlines*/
    font-weight:300;
    font-size:14px;
    padding-top: 23px;
    padding-right: 15px;
  }
  #main-menu .navbar .nav  {
    padding-top:10px;
  }
  #main-menu .navbar .nav li  a {
    font-size:13px;
  }
  #main-menu .navbar .nav > li > a {
    font-weight: normal;
    margin: 0 !important;
    padding: 16px 9px 16px 17px !important;
    text-decoration: none;
    width:100%;
    text-align: left;
    color:#d3d3d3 !important; 
    border:none !important;
  }
  #main-menu .navbar .nav .parent .parent > a:after {
    display: none;
  }
  #main-menu .navbar .nav .open-sub {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
  }
  #main-menu .navbar .nav .open-sub:before {
    content: "\e232";
    font-size: 20px;
    font-family: "linea-icons" !important;
    color:#d3d3d3;
    padding-top: 15px;
    right: 14px;
    position: absolute;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #main-menu .navbar .nav .current .open-sub:before {
    color:#fff;
  }
  #main-menu .navbar .nav .active .open-sub:before {
    content: "\e200";
  }
  #main-menu .navbar .nav .active .sub .open-sub:before {
    content: "\e232";
  } 
  #main-menu .navbar .nav .active .sub  .active .open-sub:before {
    content: "\e200";
  } 
  #main-menu .navbar .nav > li.parent:hover > a:after {
    display: none;
  }
  #main-menu .sub,
  #main-menu .parent  .sub ,
  #main-menu .parent:hover  .sub  {
    display: none;
    position: relative;
    margin: 0;
    padding: 0;
    background: #3e4045;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #main-menu  .parent .sub .sub {
    background: #323538;
  }
  #main-menu .sub a.current {
    color:#fff;
  }
  #main-menu .navbar .nav > li.current > a {
	  margin:0;
	  color: #fff !important;
	  border:none !important;
	}
  #main-menu .navbar .nav > .parent.active > a,
  #main-menu .navbar .nav > .parent.active:hover > a{
    background: transparent;
  }
  #main-menu .parent:hover > .sub {
    -webkit-animation: fadeIn 0;
    animation: fadeIn 0;
  }
  #main-menu .sub li {
    line-height: 22px;
  }
  #main-menu .sub a {
    padding: 15px 9px 15px 27px !important;
  }
  #main-menu .sub .sub a {
    padding: 15px 9px 15px 37px !important;
  }
  #main-menu .sub .sub {
    left: 0;
    margin-left: 25px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  #main-menu .megamenu > .sub {
    width: 100%;
  }
  #main-menu .megamenu > .sub .sub-wrapper {
    display: block;
  }
  #main-menu .megamenu > .sub .mob-menu-hide {
    display: none;
  }
  #main-menu .megamenu > .sub .sub-list {
    display: block;
    padding: 0;
    width: 100% !important;
  }
  #main-menu .megamenu > .sub .box {
    padding: 0;
  }
  #main-menu .megamenu .title {
    cursor: pointer;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
    padding: 15px 9px 15px 27px !important;
    position: relative;
    text-transform: none;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#d3d3d3;
    border: none;
  }
  #main-menu .megamenu > .sub .box.closed ul {
    display: none;
    background: #323538;
    padding-left:10px;
  }
  
  .mt-60-md {margin-top:60px;}
  .mb-md-30 {margin-bottom:30px;}
}

.main-menu-container>.clearfix {
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}
.main-menu-container{

}
header.affix  .main-menu-container{

}

/******************************************************************************
  Min Width "1025px" DESKTOP
*******************************************************************************/
@media (min-width: 1200px) {
  .navbar-collapse {
    display: block !important;
    height: auto !important;
  }
  .navbar-collapse.collapse {
    padding-bottom: 0;
    overflow: visible !important;
  }
  .main-menu-container {
    width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
  }
  #header-left .cd-header-buttons, #header-left #cd-search {
    display:none;
  }

}

/******************************************************************************
  Max Width "1024px" TABLET
*******************************************************************************/
@media (max-width: 1024px) {
	.main-menu-container {
		padding-top: 0px;
		position: absolute;
		width: 100%;
		left: 0;
	}
	.header-wrapper>.container {
		position: relative;
		display: block;
	}
	.main-menu-container>.clearfix {
		height: auto;
		display: block;
	}	
}


/************************************************************
*	#Magnific Popup CSS 
************************************************************/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 14px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 14px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

 .mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transform: scale(0);

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: scale(0);
} 

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
  
/******************************************************************
#ANIMATION
*******************************************************************/

/* text-based popup styling */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  width: auto;
  max-width: 400px;
  margin: 0 auto;
}

/* 
====== Zoom effect ======
*/
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8); 
  transform: scale(.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: .8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8); 
  transform: scale(.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Newspaper effect ======
*/
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -webkit-transform: scale(0) rotate(500deg);
  -moz-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  -o-transform: scale(0) rotate(500deg);
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: .8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0) rotate(500deg);
  -moz-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  -o-transform: scale(0) rotate(500deg);
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Move-horizontal effect ======
*/
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all .3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all .3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: .8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Move-from-top effect ======
*/
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all .2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all .2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: .8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== 3d unfold ======
*/
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
  -webkit-perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-60deg);
  -moz-transform: rotateY(-60deg);
  -ms-transform: rotateY(-60deg);
  -o-transform: rotateY(-60deg);
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all .5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index:9999;
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: .8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  -webkit-transform: rotateY(60deg);
  -moz-transform: rotateY(60deg);
  -ms-transform: rotateY(60deg);
  -o-transform: rotateY(60deg);
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
.modal-dialog {
  z-index: 1090;
}

/* 
====== "Hinge" close effect ======
*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
/*	MAGNIFIC END	****************************************/


.team-detail {
    margin: 0px auto;
    position: relative;
	width: 56vw;
	max-width: 920px;
	max-height: 80vh;
	background: white;
	box-shadow: 0px 0px 10px #00000088;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
    overflow-y: auto;	
}
.team-detail.alt {
	width: 73vw;
	max-width: 1200px;
	max-height: 80vh;
	display: flex;
}

.team-detail>img {
	max-width: 47%;
	flex-shrink: 0;
}
.team-detail.alt>img {
	max-width: 53%;
	flex-shrink: 0;
}
.team-personal-detail {
	padding: 0 25px 15px 25px;
}
.team-personal-detail h3{
	font-family: 'Open Sans', sanf-serif;
}
.team-personal-detail p{
	font-size: 14px;
	color: #7e8082;
}
.team-personal-detail a{
    font-weight: bold;
}
.team-personal-detail a>i{
	font-size: 14px;
	vertical-align: unset;
	line-height: 1.5;
}
.team-personal-detail .socialm{
	display:flex;
	justify-content: flex-end;
}
.team-personal-detail .socialm>a{
	margin-left: 25px; 
}
.team-personal-detail .infos p>span:first-child{
	width: 90px;
	display: inline-block;
}
.newsinfo{
	margin-top: 26px;
}

.portfolio-detail .mfp-close,
.team-detail .mfp-close{
	right: 0;
}

.img-right {
	float: right;
	margin: 0 0 15px 15px;
	max-width: 40%;
	text-align: right;
	font-size: 12px;
	color: #7e8082;
}
.content p, ul, ol, li{
	color: #7e8082;
	font-family: 'Open Sans', sans-serif;
}
.content h1, h2, h3, h4, h5, h6{
	color: #4b4e53;
	font-family: 'Open Sans', sans-serif;
}

.offices{

margin-top: 25px;
}
.offices h4{
	margin-top:0;
	/* line-height: 1; */
}

.offices>div:first-child{
	padding-bottom: 30px;
	/* background-color: red; */
}
.offices iframe{
	height: 300px;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 5px;
}
.videowrapper{
	height: 100vh;
}
.videoholder {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}
.videoholder video {
    height: 100%;
    min-width: 100%;
    width: 177.77777778vh;
    /* width: auto; */
    min-height: 56.25vw;
    /* position: absolute; */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.videoholder video.rotatehue {
    filter: hue-rotate(30deg);
}
.underline{
    display: block;
    text-align: left;
    position: relative;
    top: 20px;
}
.underline.deac{
	text-align:center;
    position: relative;
    top: 0;
}

.opacity-scroll2 img{
	width: 540px;
	margin: 35px 0;
	height: auto;
	max-width: 80vw;
}


form.newsletter{
	display: flex;
	flex-direction:row;
	justify-content: flex-start;
	align-items: flex-start;
}

form.newsletter input{
	margin-right: 15px;
}
form.newsletter input[type="email"] {
    padding: 3px 15px;
}
form.newsletter input[type="email"]::placeholder {
    color: #adadad;
    font-style: italic;
}


.events-wrapper{
	overflow-x: auto;
	max-width: 100%;
}
.events-wrapper a{
	text-decoration:underline;
}
table.events{
	width: 100%;
	min-width: 768px;
}

table.events thead{
	font-weight: bold;
}
table.events thead td{
	padding-bottom: 5px;
	color: #4b4e53;
}
table.events td{
	padding: 0 15px 10px 0;
	vertical-align: top;
}
table.events a>span{
	font-size: 80%;
	color: #111;
}
table.events a:hover>span{
	color: #97999c;
}

.ga-consent{
	display: none;
	background-color: #ccc;
	position: fixed;
	bottom: 0;
	left:0;
	width: 100%;
	z-index: 100000;
	transition: all 0.3s ease;
}
.ga-consent>div{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}

.ga-consent p{
	margin-bottom: 0px;
	padding: 0 15px;
	text-align:center;
}
.ga-switch a,
.ga-consent a{
	border: 1px solid #b2b2b2;
	padding: 5px 10px;
	margin: 10px 2px;
	background-color: white;
	transition: all 0.3s ease;
	display: inline-block;
}
.ga-switch a:hover,
.ga-consent a:hover{
	background-color: #ddd;
}
.ga-switch a i{
	display: none;
	padding-right: 5px;
}
.ga-switch a.active i{
	display: inline-block;
}

#map1,
#map2{
	height: 300px;
}

body.mfp-open{
	overflow: hidden;
}
.member-print-detail,
.print-only{
	display: none;
}
@media (max-width : 1599px) {
	.team-detail {
		width: 85vw;
		max-height: 75vh;
		max-width: 100vw;
	}
	.team-detail.alt {
		width: 95vw;
		max-height: 75vh;
		max-width: 100vw;
	}
}
@media (max-width : 1199px) {
	.team-detail {
		width: 91vw;
		max-height: 75vh;
	}
	.team-detail.alt {
		width: 95vw;
		max-height: 75vh;
	}
	.member img {
		height: 139px;
	}	
	
	/** MENU **/
	
	.hamb-mob-icon {
	  display: block;
	  float: left;
	  padding: 25px 17px 22px 5px; 
	  font-size: 29px;
	  color: #4b4e53;
	  transition: padding .4s ease 0s;
	  transform: translateZ(0);
	}
	.main-menu-container {
		padding-top: 0px;
		position: absolute;
		width: 100%;
		left: 0;
		background-color: #4b4e53;
	}
	.main-menu-container>.clearfix {
		height: auto;
		display: block;
	}
	#main-menu {
		margin: 0;
		text-align: left;
	}
	.header .navbar {
		margin: 0;
		min-height: inherit;
		position: static;
	}
	#main-menu .navbar .nav {
		padding-top: 10px;
	}
	#main-menu .navbar .nav > li > a {
		font-weight: normal;
		margin: 0 !important;
		padding: 16px 9px 16px 17px !important;
		text-decoration: none;
		width: 100%;
		text-align: left;
		color: #d3d3d3 !important;
		border: none !important;
		font-size: 13px;
	}
	.header .menu-btn-respons-container .btn-navbar {
		background: #fff;
		border: none !important;
		display: block;
		margin: 0;
		padding: 0;
	}
	.header .menu-btn-respons-container .btn-navbar.collapsed {
		background: none;
		border: 1px solid transparent;
		border-bottom: 0 none;
	}	
	.logo-row {
		width: auto;
		max-width: initial;
	}	
	.header-wrapper>.container {
		position: relative;
		display: block;
	}
	.logo-2, .header.no-transparent .logo-2 {
		padding: 20px 0 20px 13px;
	}
	.logo-row .logo-img {
		max-height: 34px;
	}	
	.menu-btn-respons-container {
		position: absolute;
		right: 0;
		top: 0;
	}	
	#main-menu .navbar-collapse.collapse.in {
		display: block !important;
	}	
	.underline{
		font-size: 20px;
		top: 0px;
	}
	.underline.deac{
		top: 0;
	}
	.cd-words-wrapper.deacone{
		font-size:44px;
	}
}
@media (max-width: 1199px) and (min-width: 768px){
	#main-menu .navbar-collapse.collapse {
		display: none !important;
	}
	#main-menu .navbar-collapse.collapse.in {
		display: block !important;
	}	
	#main-menu .navbar-collapse {
		width: 100%;
	}
	.navbar-nav{float:none}
	.navbar-nav>li{float:none}  	
}

@media (max-width: 991px) {
	.team-detail, 
	.team-detail.alt {
		width: 90vw;
		max-height: 90vh;
	}
	.team-detail.alt>img {
		max-width: 47%;
	}		
	.member img {
		height: 222px;
	}	
	.cd-words-wrapper.deacone{
		font-size:36px;
	}
	.fes7-img-cont {
		position: relative;
	}
	.fes7-img {
		position: relative;
		height: 60vw;
	}	
	.port-filter.rightset{
		padding-left: 0px;
	}	
	.ga-consent>div{
		justify-content: center;
		align-items: center;
	}
	.ga-consent p{
		margin-bottom: 10px;
		margin-top: 0;
	}
}
@media (max-width: 768px) {
	.team-detail, 
	.team-detail.alt {
		width: 95vw;
		max-height: 85vh;
	}
	.img-right {
		/* float: none; */
		margin: 0 0 15px;
		max-width: initial;
		width: 100%;
	}
	.member img {
		height: 128px;
	}
	.underline{
		font-size: 15px;
		top: 0;
	}
	.underline.deac{
		top: 0;
	}		
	.cd-words-wrapper.deacone{
		font-size:24px;
	}
}
@media (max-width: 600px) {
	.team-detail {
		flex-direction: column;
	}
	.team-detail.alt>img,
	.team-detail>img {
		max-width: 100%;
		width: 100%;
	}	
}


@media (max-width: 480px) {
	.p-140-cont{ padding-top:60px; padding-bottom:60px;}
	.ts-author-cont{
		margin-left: 0;
	}
	.offices>div:first-child{
		padding-bottom: 0;
	} 
	.member img {
		height: 166px;
	}	
}


@media print{
	body{
		font-size: 14px;
	}
	.affix.header, 
	.affix-top.header {
		position: relative !important;
		height: 80px;
	}
	.header{
		margin-bottom: 0px !important;
	}
	.page-title-cont{
		padding: 0px 0 0 0 !important;
	}
	.content>.pt-70{
		padding-top: 0 !important;
	}
	.boxed .container.pt-70{
		padding-top: 0px !important;
	}
	.team-detail{
		background: white !important;
		width: 100vw;
		max-width: 100vw;
		overflow: initial;
		flex-direction: column;
	}
	.mfp-wrap {
		background-color: white!important;
		/* position: relative; */
	}
	.mfp-content {
		vertical-align: top;
	}
	.team-detail.alt>img, .team-detail>img {
		max-width: 50%;
		width: 50%;
	}
	.team-personal-detail{
		padding:0;
	}
	.team-detail .mfp-close {
		opacity: 0;
	}
	.menu-btn-respons-container,
	.videowrapper,
	.fes7-img-cont,
	.port-view-more-cont,
	.sm-content-cont,
	.cat1-operations,
	.port-filter-wrap,
	.footer-2-copy-cont .left,
	.footer-2-copy-cont .right,
	.port-item .member-details>span,
	#back-top,
	.work-navigation,
	hr.mt-0.mb-0,
	.hidden-print,
	.ga-consent{
		display:none!important;
	}
	.p-110-cont{
		padding-top:20px;
		padding-bottom:0;
	}
	.pt-70{
		padding-top:0;
	}
	.pt-110-b-30-cont {
		padding-top: 20px;
		padding-bottom: 0;
	}	
	.portfolio h3.lined {
		padding: 0;
	}	
	.fes7-text-cont{
		width: 100% !important; 
		margin-left: 0!important;
	}
	.port-item{
		width: 100%;
		page-break-inside: avoid;
	}
	.port-item .port-title-cont {
		transform: translateY(0);
	}
	.port-item .port-overlay-cont {
		background: white;
		opacity: 1;
	}	
	.port-grid.port-grid-gut .port-item{
		top:0 !important;
		left:0 !important;
		position:relative !important;
		padding: 15px 15px 15px 15px;
	}
	.port-grid.port-grid-gut{
		height: auto !important;
	}
	.port-item .member{
		display:flex;
		flex-direction:row;
	}
	.port-item .member-image{
		width: 40%;
	}
	.port-item .member-image img{
		width: 100%;
		height: auto;
	}
	.port-item .member-details{
		width: 60%;
		padding-left:20px;
		text-align:left;
	}
	.port-item .member-details h3{
		padding-top:0;
	}
	.port-item .member-print-detail{
		display: block;
	}
	.port-item .member-print-detail .infos p>span:first-child{
		width: 90px;
		display: inline-block;
	}	
	.port-item .member-print-detail .infos p{
		margin-bottom: 0;
	}	
	.port-item .member span{
		font-size: 14px;
	}
	.page-section.pt-60.pb-50{
		padding-top: 0px;
		padding-bottom: 20px;
	}
	.port-grid.portfolio .port-item > div{
		border: none;
		display:flex;
		flex-direction: row;
	}
	.port-grid.portfolio .port-item > div > a:nth-child(3){
		display: none;
	}
	.port-grid-gut li .port-overlay-cont {
		justify-content: flex-start;
	}	
	.port-main-img{
		width: 100%;
		background-image: none!important;
	}
	.port-img-overlay{
		position: relative;
		width: 40%;
		padding: 20px;
		border: 1px solid #eee;
		height: auto;
	}
	.port-overlay-cont{
		position: relative;
	}
	table.events{
		width: 100%;
		min-width: auto!important;
	}
	body.mfp-open>#wrap{
		display: none;
	}
	.print-only,
	.cat1-partners,
	.cat1-managers{
		display:block !important;
	}
	h3.blue{
		margin: 0;
		margin-bottom: 10px;
	}
	footer {
		page-break-inside: avoid;
	}
	.logo-2, .header.no-transparent .logo-2 {
		padding: 17px 0 17px 0;
	}
}