.add-nav,
.add-nav [id="sub-links"],
.breadcrumbs,
#additional-navigation,
#additional-navigation li ul,
.list,
.thumb-list,
.tab-buttons,
.accordion-2,
.employeers-list,
.contact-list,
.category-list,
.pagination ul,
.current-list,
.news-item,
.news-container ul,
.event-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.fair p {margin: 0 auto; font-size: 30px; width: 520px; padding-top: 25px; color: #fff }

.fair a {color: #2A577F}

dl {
    border-top:1px solid #efefef;
    padding: 0.5em 0 0 0;
  }
  dt {
    float: left;
    clear: left;
    width: 75px;
    text-align: right;
    font-weight: bold;
    color: #2C597F;
  }
  
  dd {
    margin: 0 0 0 160px;
    padding: 0;
    line-height: 22px;
    color: #2C597F;
  }
  
  dl.listing {
    border:none;
    margin: -12px 0 10px 0;
  }
  
  dl.listing.portal {
    border:none;
    margin: 2px 0 10px 0;
  }
  
  
  dl.listing dt {
    
    width: 75px;
    text-align: right;
    line-height: 22px;
    font-weight: bold;
    color: #2C597F;
  }
  
  dl.listing.portal dt {
    
    width: 160px;
    text-align: left;
    font-weight: bold;
    color: #2C597F;
  }

.fun {color: #CE594E}

.blog-pagination {
	margin: 0;
	padding: 0;
	list-style: none;
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

div.lightbox {
	
	max-width: 800px;
}

div.lightbox .heading {
	background: #fff;
	padding: 20px;
	text-align: center;
}

div.lightbox .heading-text {
	font-size: 26px;
	line-height: 16px;
	color: #1dade5;
	display: block;
}

div.lightbox .description {
	background: #d9eefd;
	padding: 20px;
}

div.lightbox .logo {
	
	position: static;
	float: none;
	margin: 0 auto 10px;
}

div.lightbox .logo img {
	display: block;
	width: 100%;
	
}

div.lightbox blockquote {
	margin: 0;
	position: relative;
	border: none;
	padding: 0 0 0 30px;
	overflow: hidden;
	color: #333;
	font-style: normal
}

div.lightbox blockquote:before {
	position: absolute;
	top: -5px;
	left: 0;
	font-size: 60px;
	line-height: 60px;
	color: #1daee6;
	font-family: "Times New Roman", Times, Georgia, serif;
	content: "\201C";
}

div.lightbox q {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-style: normal;
	padding: 0 0 15px;
}

div.lightbox cite {
	
	font-size: 12px;
	line-height: 16px;
	display: block;
	font-style: normal
}

div.lightbox cite .name {
	display: block;
	font-weight: bold;
}

div.lightbox cite .name:before {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	width: 10px;
	height: 1px;
	background: #333;
	content: "";
}


.news .fancybox-skin {
	background: none !important;
	padding: 0 !important;
}


q,
q:before,
q:after {
	quotes: none;
}

q:before,
q:after {
	content: "";
}

	div.lightbox .heading {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		padding: 52px 84px;
		text-align: left;
	}

	div.lightbox .heading-text {
		max-width: 50%;
		font-size: 22px;
		line-height: 25px;
	}

	div.lightbox .description {
		padding: 53px 32px 71px;
	}

	div.lightbox .logo {
		margin: 0;
		
	}

	div.lightbox blockquote:before {
		font-size: 184px;
		line-height: 184px;
		top: -17px;
		left: -5px;
	}

	div.lightbox blockquote {
		padding: 0 0 0 88px;
	}

	div.lightbox q {
		padding: 0 0 30px;
		font-size: 20px;
		line-height: 29px;
	}

	div.lightbox cite .name:before {
		width: 14px;
		height: 2px;
		margin: 0 2px 0 0;
	}

	div.lightbox cite {
		float: right;
		width: 53.3%;
		line-height: 25px;
		font-size: 16px;
	}


.content-section p.location {font-size: 1em; color: #000}

.blog-pagination {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	text-align: center;
	margin: 0 0 40px;
}



.blog-pagination li {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: 17px;
	letter-spacing: normal;
	margin: 0 4px;
}




.blog-pagination li.active a {
	pointer-events: none !important;
	background: #0b5c97;
	color: #fff;
	border: none;
}



.blog-pagination a {
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	width: 32px;
	height: 32px;
	display: block;
	border-radius: 50%;
	color: #0b5c97;
	line-height: 32px;
	font-weight: bold;
	border: 1px solid #e3e4e7;
}



.blog-pagination a:hover {
	background: #0b5c97;
	color: #fff;
}



.blog-pagination .prev,
.blog-pagination .next {
	border: none;
	background: none !important;
	position: relative;
}



.blog-pagination .prev:hover,
.blog-pagination .next:hover {
	color: #690;
}



.blog-pagination .prev:before,
.blog-pagination .next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "\e907";
	font-size: 9px;
}



.blog-pagination .prev:before {
	content: "\e908";
}

.clearfix:after,
[id="header"] > .container:after,
.nav-drop .flex-container:after,
.tab-buttons:after,
.date-search:after {
	content: "";
	display: block;
	clear: both;
}



.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}



body.nav-active {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}



img {
	max-width: 100%;
	vertical-align: top;
}



a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}



#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 1000px;
}



[id="header"] {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	padding: 18px 0;
	background: #fff;
	border-bottom: 3px solid #c5dfed;
	border-top: 6px solid #2287ba;
}



.logo {
	float: left;
	max-width: 200px;
}



.logo a {
	display: block;
}



.nav-opener {
	width: 40px;
	height: 22px;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	position: relative;
	top: 10px;
	z-index: 9;
	float: right;
}



.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	width: 40px;
	height: 6px;
	-webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
	transition: transform .3s ease-in-out, width .3s ease-in-out;
	position: absolute;
	top: 13px;
	left: 0;
	margin-top: -4px;
	background: #2a5881;
}



.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 4px;
}



.nav-opener:after {
	top: 22px;
}



.nav-opener:hover {
	opacity: .9;
}



.nav-active .nav-opener span {
	width: 0;
}



.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 14px;
}



.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

button.close {font-size: 30px}

.mapper {clear: both; padding-top: 25px; border-top: 1px solid #efefef}

.form-it {margin-bottom: 25px}

.nav-opener.nav-close {
	width: 20px;
	height: 15px;
	position: absolute;
	top: 11px;
	left: 11px;
	right: auto;
}



.nav-opener.nav-close:before,
.nav-opener.nav-close:after {
	width: 18px;
	height: 3px;
	top: 13px;
}



.nav-opener.nav-close span {
	width: 0;
}



.nav-opener.nav-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}



.nav-opener.nav-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



.nav-drop {
	position: relative;
}



.nav-active .nav-drop {
	right: 0;
}



.main-nav {
	position: relative;
	z-index: 1;
	padding: 31px 17px;
	text-transform: uppercase;
	text-align: left;
}



.main-nav:before {
	width: 9999px;
	height: 100vh;
	content: "";
	position: absolute;
	top: 0;
	z-index: 1;
	background: #2287ba;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}



.main-nav li {
	position: relative;
	margin: 0 0 12px;
	font-weight: 700;
}



.main-nav li.hover {
	z-index: 10;
}



.main-nav li.hover .sub-navigation {
	display: block;
}



.main-nav > li {
	z-index: 2;
}



.main-nav a {
	color: #fff;
}



.main-nav a:hover {
	color: #f48c32;
}



.main-nav a .icon-home:before {
	margin: 0;
}



.sub-navigation {
	display: none;
	margin: 0;
	padding: 10px 0 0 15px;
}



.sub-navigation li {
	margin: 0 0 5px;
}



.sub-navigation li.active a {
	color: #f48c32;
}



.sub-navigation a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	text-transform: none;
}



.sub-navigation a:hover {
	color: #F28C3E;
}



.add-nav {
	margin: 0 0 19px;
	text-transform: capitalize;
	font-size: 15px;
}



.add-nav > li {
	margin: 0 0 6px;
}



.add-nav > li.has-dropdown > a:after {
	display: inline-block;
	vertical-align: middle;
	content: "";
	margin: 4px 0 0 5px;
	border: 5px solid transparent;
	border-top: 5px solid #2287ba;
}



.add-nav > li.hover {
	z-index: 10;
}



.add-nav > li.hover [id="sub-links"] {
	display: block;
}



.add-nav > li a {
	display: inline-block;
	vertical-align: top;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	color: #444;
}



.add-nav > li a:hover {
	color: #f48c32;
}



.add-nav > li a:hover:after {
	border-top-color: #f48c32;
}



.add-nav [id="sub-links"] {
	display: none;
	padding: 6px 0;
}



.add-nav [id="sub-links"] li {
	margin: 0 0 7px;
}



.search-block {
	margin: 0 0 20px;
}



.search-block > i {
	display: none;
}



.search-form {
	width: 100%;
}



.search-active .search-form {
	opacity: 1;
	visibility: visible;
}



.search-row {
	position: relative;
	padding: 0 35px 0 10px;
	background: #e7f4ff;
}



.search-row input,
.search-row button {
	outline: none !important;
	border: none;
	background: none;
}



.search-row input {
	font-size: 14px;
	line-height: 30px;
	width: 100%;
	height: 30px;
	padding: 0;
	background: #e7f4ff;
	color: #444;
}



.search-row input::-webkit-input-placeholder {
	color: #444;
	font-weight: 300;
}



.search-row input::-moz-placeholder {
	opacity: 1;
	color: #444;
	font-weight: 300;
}



.search-row input:-moz-placeholder {
	color: #444;
	font-weight: 300;
}



.search-row input:-ms-input-placeholder {
	color: #444;
	font-weight: 300;
}



.search-row input.placeholder {
	color: #444;
	font-weight: 300;
}



.search-row button {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 2px;
	z-index: 3;
}



.search-row button:hover:after {
	color: #f48c32;
}



.search-row button:after {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "\e90d";
	color: #2287ba;
	font-size: 15px;
}



.partner-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 24px;
	font-size: 12px;
	line-height: 14px;
}



.partner-block span {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}



.partner-block img {
	margin: 0 0 0 20px;
	max-width: 45px;
}



h1,
h2,
h3,
h4,
h5 {
	margin: 0 0 10px;
}



img {
	max-width: 100%;
}

img.banner {
	margin: 30px 0
}

.content-holder .body ul li, .post-holder .cyber-desc ul li, .content-holder .listings ul li, .content-holder .slide ul li,ul.coll-it li {
background:url('/assets/images/dingbat.png') no-repeat left 11px;
	list-style: none;
	padding: 7px 0 4px 18px;
	line-height: 1.2em;
	margin: 9px 0;
	text-align: left;
	clear: both
	
	}
	
	.content-holder .body ul li li {

background: none;
	list-style: none;
	padding: 5px 0 4px 0;
	line-height: .9em;
	margin: 0;
	text-align: left;
	clear: both
	
	}

.cyber-links {margin: 3px 0}

.embed-responsive-16by9 {margin: 25px 0}

.cyber-desc {margin: 20px 0}

.main-container {
	background: #fff;
}

 .content-section p, .content-section li, .content-section td{
  font-family: "merel", "Arial", "Helvetica Neue", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #555;
  font-weight: 400 }

 .content-section .intro p {
  font-family: "merel", "Arial", "Helvetica Neue", sans-serif;
  font-size: 23px;
  line-height: 1.6;
  color: #777;
  font-weight: 300 }
  
  
  



.breadcrumbs-holder {
	margin: 0 -15px;
	padding: 9px 15px;
	margin-bottom: 23px;
	background: #e7f4ff;
	position: relative;
}



.breadcrumbs-holder .flex-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}



.breadcrumbs-holder:before,
.breadcrumbs-holder:after {
	content: "";
	position: absolute;
	right: 100%;
	z-index: 3;
}



.breadcrumbs-holder:before {
	width: 18px;
	height: 100%;
	content: "";
	background: inherit;
	top: 0;
}



.breadcrumbs-holder:after {
	border: 10px solid transparent;
	border-right: 19px solid #b0bac3;
	top: 100%;
	z-index: 2;
	-webkit-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	transform: translate(0, -10px);
}



.trials .breadcrumbs-holder {
	margin-bottom: 6px;
}



.breadcrumbs-holder h1 {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	color: #036;
}



.breadcrumbs {
	overflow: hidden;
	display: none;
}





.breadcrumbs li {
	float: left;
	margin: 0 21px 0 0;
	font-size: 16px
}



.breadcrumbs li:last-child a:after {
	display: none;
}



.breadcrumbs li.active a {
	color: #39638c;
}



.breadcrumbs a {
	color: #545454;
	display: block;
	position: relative;
}



.breadcrumbs a:hover {
	color: #39638c;
}



.breadcrumbs a:after {
	content: "\e903";
	font-size: 6px;
	color: #545454;
	position: absolute;
	top: 7px;
	right: -15px;
}



.breadcrumbs .home {
	width: 16px;
	height: 16px;
}



.breadcrumbs .home:before {
	content: "\e90a";
	position: absolute;
	top: 3px;
	left: 0;
}



.sidebar {
	margin-bottom: 41px;
}



[id="main"] {
	position: relative;
	padding: 88px 0 0;
}



.bg-holder {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	min-height: 275px;
	z-index: -1;
}



.heading-block {
	background: #2a5881;
	overflow: hidden;
	padding: 8px 11px 6px 29px;
}



.heading-block h4 {
	font-size: 19px;
	line-height: 21px;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-weight: 600;
	letter-spacing: .01em;
	margin: 0;
}

.heading-block h4 a{
	
	color: #fff;
	
}



.heading-block .add-nav-opener {
	width: 27px;
	height: 24px;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: -1px 0 0;
	float: right;
	position: relative;
	z-index: 4;
}



.heading-block .add-nav-opener:hover {
	cursor: pointer;
}



.heading-block .add-nav-opener.collapsed:before {
	width: auto;
	height: auto;
	content: "\e90b";
	color: #fff;
	top: -3px;
	font-size: 30px;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	background: none;
}



.heading-block .add-nav-opener.collapsed:after {
	display: none;
}



.heading-block .add-nav-opener:before,
.heading-block .add-nav-opener:after {
	width: 25px;
	height: 3px;
	display: block;
	content: "";
	position: absolute;
	top: 10px;
	right: 1px;
	background: #fff;
	z-index: 5;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}



.heading-block .add-nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



.blog-page #additional-navigation {
	margin: 0 auto 52px;
}



#additional-navigation li {
	font-size: 18px;
	line-height: 20px;
	position: relative;
}



#additional-navigation li ul a {
	padding: 11px 0px 11px 50px;
	font-size: 16px
}



#additional-navigation li.level-1.here a,#additional-navigation li.level-2.here a {
	background: #F4FAFE;
	color: #F28C3E;
	
}

#additional-navigation li.level-1.here .level-2 a {
	color: #545454;
	background: #F4FAFE;
}

#additional-navigation li.level-1.parent-here a,#additional-navigation li.level-1.parent-here .level-2 a {
	
	background: #F4FAFE;
	
	
}

#additional-navigation li.level-1.parent-here .level-2 a {
	
	background: #F4FAFE;
	
	
}


#additional-navigation a {
	color: #545454;
	background: #e7f4ff;
	display: block;
	padding: 11px 25px;
	border-bottom: 1px solid #d5dcdf;
	-webkit-transition: color .3s linear, background .3s linear;
	transition: color .3s linear, background .3s linear;
	z-index: 1;
}



#additional-navigation a:hover {
	background: #F4FAFE;
	color: #F28C3E;
}



.inner-menu a {
	background: #fbfbfb !important;
	border: none !important;
}



.drop-indication {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #bdc4c6;
	display: block;
	position: absolute;
	z-index: 10;
	right: 10px;
	top: 21px;
	-webkit-transform: translate(0, -50%) rotate(0deg);
	-ms-transform: translate(0, -50%) rotate(0deg);
	transform: translate(0, -50%) rotate(0deg);
	-webkit-transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	cursor: pointer;
}



.active .drop-indication {
	-webkit-transform: translate(0, -50%) rotate(45deg);
	-ms-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}



.drop-indication:after,
.drop-indication:before {
	width: 8px;
	height: 2px;
	content: "";
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}



.drop-indication:after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}



.informatin-block,
.informatin-block-2 {
	font-size: 16px;
	line-height: 20px;
	max-width: 268px;
	background: #e8f0f3;
	border-top: 7px solid #c8cfd2;
	padding: 54px 18px 20px;
	position: relative;
	margin: 0 0 20px;
	display: none;
	overflow: hidden;
}



.blog-page .informatin-block,
.blog-page

  .informatin-block-2 {
	display: block;
	max-width: 100%;
}



.informatin-block:before,
.informatin-block:after,
.informatin-block-2:before,
.informatin-block-2:after {
	width: 230px;
	height: 2px;
	content: "";
	background: #d9dcdc;
	position: absolute;
	top: 25px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}



.informatin-block:after,
.informatin-block-2:after {
	top: 28px;
}



.informatin-block .image-block,
.informatin-block-2 .image-block {
	text-align: center;
	margin: 0 0 16px;
}



.informatin-block .image-block img,
.informatin-block-2 .image-block img {
	max-width: 100%;
}



.informatin-block h4,
.informatin-block-2 h4 {
	font-size: 22px;
	line-height: 22px;
	color: #53a1c3;
	font-weight: bold;
	margin: 0 0 16px;
}



.informatin-block p,
.informatin-block-2 p {
	margin: 0 0 20px;
}



.informatin-block-2 {
	padding: 0 18px 20px;
	border: none;
	background: #f7f7f7;
}



.informatin-block-2:before,
.informatin-block-2:after {
	display: none;
}



.informatin-block-2 h4 {
	color: #2a5881;
	padding: 10px 18px;
	margin: 0 -18px 20px;
	background: #ebebeb;
}



.info-name {
	display: block;
	margin: 0 0 10px;
	color: #57a3c9;
	font-weight: normal;
}



.carousel {
	position: relative;
}



.carousel .mask {
	position: relative;
	overflow: hidden;
}



.carousel .slideset {
	float: left;
	width: 100% !important;
	white-space: nowrap;
}



.carousel .slide {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
}



.carousel-holder {
	font-size: 20px;
	line-height: 25px;
	color: #666;
}



.carousel-holder h1 {
	font-size: 28px;
	line-height: 30px;
	display: none;
	color: #135d95;
}



.carousel-holder .carousel {
	width: 89%;
	margin: 0 0 20px;
}



.carousel-holder .slide {
	width: 100% !important;
}



.carousel-holder .slide img {
	max-width: 100%;
	vertical-align: top;
	max-height: 230px
}



.carousel-holder .btn-prev,
.carousel-holder .btn-next {
	width: 30px;
	height: 30px;
	background: #2287ba;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}



.carousel-holder .btn-prev:hover,
.carousel-holder .btn-next:hover {
	opacity: .7;
}



.carousel-holder .btn-prev:before,
.carousel-holder .btn-next:before {
	content: "\e902";
	font-size: 11px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}



.carousel-holder .btn-next {
	right: auto;
	left: 100%;
}



.carousel-holder .btn-next:before {
	content: "\e903";
}



.content-holder {
	font-size: 17px;
	line-height: 25px;
	
}



.content-holder h2,  {
	font-size: 21px;
	line-height: 21px;
	color: #80B342;
	margin: 19px 0 7px 0;
	font-weight: 300
	
}

.body {margin: 0}

.content-holder h3 {
	font-size: 18px;
	line-height: 19px;
	color: #F28C3E;
	font-weight: 500;
	margin: 0 0 5px;
}



.tab-body {
	padding: 10px 0 0;
}



.tab-body .mobille-tab {
	display: block;
	margin: 0 0 20px;
}



.tab-body .mobille-tab.active .opener {
	background: #1dafe7;
	color: #fff;
}



.tab-body .mobille-tab.active .opener:after {
	display: block;
}



.tab-body .mobille-tab h4 {
	font-size: 18px;
	line-height: 20px;
	color: #d0584a;
	margin: 0 0 10px;
}



.tab-body .opener {
	font-size: 13px;
	line-height: 15px;
	display: block;
	color: #1dafe7;
	background: #f4f4f4;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 23px;
	position: relative;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}



.tab-body .opener:hover {
	background: #1dafe7;
	color: #fff;
}



.tab-body .opener:after {
	content: "";
	border: 7px solid transparent;
	border-top: 7px solid #1dafe7;
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 3;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}



.tab-body .slide {
	padding: 10px 4px;
}



.tab-body .slide p {
	margin: 0 0 14px;
}



.list li {
	position: relative;
}



.list li:before {
	content: "\e906";
	color: #b4b3b1;
	font-size: 12px;
	margin: 0 9px 0 0;
}



.thumb-list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	text-align: center;
	margin: 0 0 23px;
}



.thumb-list li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin: 0 5px 10px;
}



.thumb-list a {
	display: block;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}



.thumb-list a:hover {
	opacity: .7;
}



.thumb-list img {
	vertical-align: top;
}



.intro-post {
	font-size: 15px;
	line-height: 21px;
	border: 1px solid #d6d6d6;
	margin: 0 0 30px;
	border-radius: 5px;
	padding: 17px 23px 3px;
	text-align: center;
}



.intro-post h3 {
	font-size: 20px;
	line-height: 20px;
	color: #2C597F;
	margin: 0 0 10px;
}



.intro-post p {
	margin: 0 0 15px;
}

.content-section p {
	margin: 0 0 20px;
}



.intro-post .learn-more {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	background: #333;
	color: #fff;
	position: relative;
	padding: 10px 22px 10px 7px;
	margin: 0 0 10px;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}



.intro-post .learn-more:hover {
	background: #d0584a;
}



.intro-post .learn-more:after {
	content: "\e901";
	font-size: 7px;
	color: #ebad3f;
	position: absolute;
	right: 10px;
	top: 13px;
}



.intro-post .image-container a {
	display: block;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}



.intro-post .image-container a:hover {
	opacity: .7;
}



.intro-post .image-container img {
	vertical-align: top;
	margin-bottom: 15px
}



.tab-buttons {
	border-bottom: 4px solid #dfe6e9;
	max-width: 500px;
	margin: 0 auto 11px;
}



.tab-buttons li {
	font-size: 14px;
	line-height: 16px;
	float: none;
	margin: 0 0 5px;
}



.tab-buttons li.active a {
	background: #2287ba !important;
	border: none !important;
	color: #fff !important;
}



.tab-buttons li a {
	display: block;
	text-transform: uppercase;
	color: #1dafe7;
	background: #f4f4f4;
	border-radius: 0;
	border: none;
	padding: 9px 25px;
	text-align: center;
}



.tab-buttons.hidden-buttons {
	display: none;
	padding: 26px 0 0;
}



.tab-content-holder {
	max-width: 500px;
	margin: 0 auto;
}



.accordion-2 {
	margin: 0 0 20px;
}



.accordion-2 li {
	margin: 0 0 12px;
}



.accordion-2 .active a:after {
	-webkit-transform: translate(0, -50%) rotate(0deg);
	-ms-transform: translate(0, -50%) rotate(0deg);
	transform: translate(0, -50%) rotate(0deg);
}



.accordion-2 .opener {
	font-size: 16px;
	line-height: 16px;
	color: #525252;
	text-transform: none;
	display: block;
	background: #f4f4f4;
	padding: 11px 37px 11px 19px;
	position: relative;
	font-weight: 600;
	-webkit-transition: background .3s linear, color .3s linear;
	transition: background .3s linear, color .3s linear;
}



.accordion-2 .opener:hover {
	background: #dedede;
	color: #2BB0E5;
}



.accordion-2 .opener:before,
.accordion-2 .opener:after {
	width: 15px;
	height: 3px;
	content: "";
	background: #1dafe7;
	position: absolute;
	top: 50%;
	right: 14px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}



.accordion-2 .opener:after {
	-webkit-transform: translate(0, -50%) rotate(90deg);
	-ms-transform: translate(0, -50%) rotate(90deg);
	transform: translate(0, -50%) rotate(90deg);
	-webkit-transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
}



.accordion-2 .slide {
	background: #f4f4f4;
	padding: 3px 20px 13px;
	width: 100% !important;
	left: auto !important;
	
}





.custom-button {
	font-size: 13px;
	line-height: 18px;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	min-width: 100px;
	padding: 8px 33px 7px 14px;
	position: relative;
	background: #f48c32;
	color: #fff;
	border-bottom: 3px solid #d0584a;
	text-transform: uppercase;
}



.custom-button:hover {
	color: #fff;
	background: #d0584a
}



.custom-button:after {
	content: "\e901";
	color: #fc0;
	position: absolute;
	top: 50%;
	right: 15px;
	font-size: 13px;
	z-index: 2;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}



.general-links .custom-button {
	font-size: 15px;
	line-height: 20px;
}



.date-search-row .custom-button {
	background: #1dafe7 !important;
	outline: none;
	border: none;
	border-bottom: 3px solid #3779aa;
	padding: 7px 40px 8px 10px;
}





.date-search-row .custom-button:hover {
	background: #3779aa !important;
}



.slide-information .custom-button,
.trial-information .custom-button {
	font-size: 18px;
	line-height: 20px;
	background: #1dafe7;
	border-color: #135d95;
}



.slide-information .custom-button:after,
.trial-information .custom-button:after {
	color: #135d95;
}



.trial-information .custom-button {
	border: none;
	border-bottom: 3px solid #135d95;
}



.trial-information .custom-button:after {
	color: #fff;
}



.custom-button.gray-button {
	background: #e5e5e5;
	border-color: #d3d3d3;
	color: #1daee6;
	margin: 0 0 11px;
}



.custom-button.gray-button:after {
	color: inherit;
}



.custom-button.blue-button {
	background: #2bb0e5;
	border-color: #135d95;
}

.custom-button.blue-button:hover {
	background: #135d95;
	
}

.news-item .custom-button,
.informatin-block .custom-button {
	font-size: 13px;
	line-height: 18px;
	min-width: 93px;
}



.intro-post .custom-button {
	font-size: 13px;
	line-height: 18px;
}



.employeers-list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	text-align: center;
	margin: 0 0 30px;
	padding: 30px 0 0;
}



.employeers-list li {
	font-size: 16px;
	line-height: 18px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	padding: 0 20px;
	margin: 0 0 30px;
}



.employeers-photo {
	width: 185px;
	height: 185px;
	border-radius: 50%;
	border: 4px solid  #e8f0f3;
	overflow: hidden;
	margin: 0 auto 5px;
}



.employeers-photo a {
	display: block;
	position: relative;
}



.employeers-photo a:before {
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: transparent;
}



.employeers-photo a:after {
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "\e90d";
	font-size: 30px;
	color: #fff;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
}



.employeers-photo a:hover:before {
	background: rgba(0, 0, 0, .5);
}



.employeers-photo a:hover:after {
	opacity: 1;
	visibility: visible;
}



.employeers-photo img {
	width: 100%;
}



.employeers-photo.in-lightbox {
	border-color: #d9eefd;
	position: relative;
	top: -97px;
}

.employeers-photo.in-lightbox.staff-detail {
	border-color: #d9eefd;
	position: relative;
	top: 0px;
}



.employeers-photo.in-lightbox:before,
.employeers-photo.in-lightbox:after {
	display: none !important;
}



.employeers-info .employeers-description {
	position: relative;
	margin: -99px 0 0;
}

.employeers-info .employeers-description.staff-detail {
	position: relative;
	margin: 0;
}



.employeers-description span {
	display: block;
	margin: 0 0 5px;
}



.employeers-description span.employeers-name {
	font-weight: 600;
	color: #1daee6;
	text-transform: uppercase;
}



.employeers-info .employeers-description span.employeers-name {
	font-size: 18px;
	line-height: 20px;
	color: #1dafe7;
	margin: 0 0 3px;
}



.employeers-description span.position {
	font-size: 14px;
	line-height: 16px;
	color: #545454;
}



.employeers-info .employeers-description span.position {
	font-size: 16px;
	line-height: 18px;
	color: #135d95;
}



.employeers-info {
	max-width: 800px;
}



.top-holder {
	background: #d9eefd;
	text-align: center;
	position: relative;
	padding: 0 10px 9px;
}



.text-description {
	background: #fff;
	padding: 20px;
}

.text-description.staff-detail {
	background: #f7f7f7;
	padding: 20px;
}



.contact-list {
	letter-spacing: -4px;
}



.contact-list li {
	font-size: 14px;
	line-height: 16px;
	display: inline-block;
	vertical-align: bottom;
	letter-spacing: normal;
	margin: 0 7px 10px;
}



.contact-list a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	color: #45aaf2;
}



.contact-list a:hover {
	color: #690;
}



.contact-list a[href^="mailto:"]:before {
	display: inline-block;
	vertical-align: bottom;
	content: "\e910";
	font-size: 18px;
	margin: 0 5px 0 0;
}



.contact-list a[href^="tel:"] {
	color: #666;
}



.date-search {
	margin: 0 0 5px;
}



.date-search-row {
	display: block;
	height: 35px;
	margin: 0 0 10px;
}

.post.search span {background: #ffc; padding: 3px}

.date-search-row input {
	
	
	height: 35px;
	font-size: 15px;
	line-height: 35px;
	background: #eeeff0;
	border: none !important;
	outline: none !important;
	padding: 0 15px;
}

.date-search-row input[type="search"] {
  width: 300px;
  border-radius: 0 }
  
  .date-search-row.pcm input[type="search"] {
  width: 270px;
  border-radius: 0 }
  
  

.date-search-row input::-webkit-input-placeholder {
	color: #666;
}



.date-search-row input::-moz-placeholder {
	opacity: 1;
	color: #666;
}



.date-search-row input:-moz-placeholder {
	color: #666;
}



.date-search-row input:-ms-input-placeholder {
	color: #666;
}



.date-search-row input.placeholder {
	color: #666;
}



.post-holder {
	margin-bottom: 12px;
	padding-top: 0;
}



.post {
	overflow: hidden;
	margin: 0 0 13px;
	padding: 10px 0 5px;
	border-bottom: 1px solid #eee;
	
}



.post:last-child {
	border-bottom: 0;
}



.post .image-wrapp {
	margin: 0 0 15px;
}



.post .image-wrapp img {
	vertical-align: top;
}

.photo-credits p {margin-top: 80px; font-size: 13px; color #000}

.post .text-wrapp h3 {
	font-size: 20px;
	line-height: 18px;
	margin: 0 0 12px;
	font-weight: 600;
}

.post .text-wrapp h3 span {
	font-size: 15px;
	
}

.post .text-wrapp h4 {
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 2px;
	font-weight: 600;
}

.post h1 {
	font-size: 30px;
	line-height: 28px;
	margin: 0 0 8px;
	font-weight: 300;
	color: #000
}

.post h2 {
	font-size: 19px;
	line-height: 23px;
	margin: 15px 0 8px;
	font-weight: 400;
	color: #000;
}

.post .cyber-desc h2 {
	font-size: 21px;
	line-height: 23px;
	margin: 15px 0 8px;
	font-weight: 700;
	color: #555;
	
}

.post .cyber-desc h3 {
	font-size: 19px;
	line-height: 23px;
	margin: 15px 0 8px;
	
	font-weight: 400;
	color: #000;
}

.post h2.portal {
	
	color: #F28C3E;
}



.post h2.sub {
	font-size: 19px;
	line-height: 23px;
	margin: 5px 0 0px;
	font-weight: 600;
	color: #2A88B8;
}

h2.cats {
	font-size: 26px;
	line-height: 23px;
	margin: 10px 0 10px;
	font-weight: 400;
	color: #F28C3E;
}

h2.board {
	font-size: 26px;
	line-height: 23px;
	margin: 20px 0 0;
	font-weight: 400;
	color: #F28C3E;
	text-align: center
}

h2.cats span{
	
	color: #999;
}



.post .text-wrapp h3 a {
	color: #2A88B8
}

.post .text-wrapp h3 a:hover {
	color: #F28C3E
}



.post .text-wrapp p {
	margin: 0 0 14px;
	line-height: 1.2em
}

.post.search p {
	margin: 0 0 14px;
	line-height: 1.3em
}



.post-time {
	font-size: 13px;
	line-height: 14px;
	display: block;
	margin: 3px 0 8px;
	color: #7fb9ce;
	text-transform: uppercase;
}



.category-list {
	
	line-height: 0;
	
	margin: 0 0 10px;
}


.category-list:before {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	content: "\e904";
	color: #d0d0cd;
	margin: 0 10px;
	
}



.category-list li {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: normal;
	text-transform: uppercase;
}



.category-list a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	display: block;
	color: #376288;
}



.category-list a:hover {
	color: #1dafe7;
}



.calendar-holder {
	margin-bottom: 30px;
	display: none;
}



.email-data {
	position: relative;
	padding: 0 47px 0 0;
}



.email-data input {
	border: 1px solid #d6d6d6;
	width: 100%;
	height: 33px;
	padding: 0 5px;
}



.email-data button {
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	width: 47px;
	height: 33px;
	background: #2a5881;
	border: none;
	outline: none;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}



.email-data button:hover {
	background: #1dafe7;
}



.visual-section {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}



.carousel-container {
	background: #fff;
	
}



.description-box {
	padding: 20px 0;
	height: 420px
}



.description-box p {
	margin: 0 0 20px;
}



.section-title {
	display: block;
	text-transform: uppercase;
	margin: 0 0 10px;
	color: #2287ba;
	text-align: center;
}



.description-headding {
	background: #e7f4ff;
	color: #2a5880;
	padding: 15px;
	margin: 0 -15px 10px;
}



.picture-wrapp {
	max-width: 335px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid #ddd
}

.news-item .image-block img {border: 1px solid #eee}



.slideshow {
	position: relative;
	width: 100%;
}



.slideshow .slide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #fff;
}



.slideshow .slide.active {
	z-index: 2;
}



.pagination {
	display: block;
	margin: 0;
	padding: 5px 0 1px;
}



.pagination ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px 0;
}



.pagination ul li {
	width: 10px;
	height: 10px;
	overflow: hidden;
	text-indent: -9999px;
	border-radius: 50%;
	margin: 0 3px;
}



.pagination ul li.active a {
	background: #404040;
}



.pagination ul a {
	display: block;
	background: #ccc;
}



.pagination ul a:hover {
	background: #404040;
}



.current-news {
	margin: 0 -15px;
	
}



.news-headding {
	font-size: 18px;
	line-height: 22px;
	background: #2a5780;
	color: #9fceeb;
	padding: 15px;
	
	margin: 0;
}



.news-headding span {
	text-transform: uppercase;
	color: #fff;
}



.current-list li {
	border-bottom: 1px solid #d0dce7;
	
}





.current-list li:last-child {
	border-bottom: 0;
	
}



.current-list a {
	font-size: 18px;
	line-height: 22px;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	position: relative;
	display: block;
	background: #e7f4ff;
	color: #3f3f3f;
	padding: 15px 15px 15px 40px;
}



.current-list a:hover {
	background: #fff;
	color: #2A88B8
}



.current-list a i {
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	color: #e7f4ff;
	border-radius: 50%;
	background: #2287ba;
	font-size: 12px;
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 3;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}



.current-list a i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}



.tabs-box {
	background: #fff;
	padding: 30px 0;
}



.news-item {
	letter-spacing: -4px;
	text-align: center;
}



.news-item li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	max-width: 330px;
	margin: 0 0 20px;
	background: #f4f4f4;
	height: 360px
}



.news-item .text-block {
	text-align: left;
	padding: 10px;
}



.news-item .text-block h4 {
	font-size: 19px;
	line-height: 21px;
	margin: 0 0 8px;
	color: #1daee6;
	min-height: 20px;
}



.news-item .text-block p {
	margin: 0 0 22px;
}



.event-section {
	padding: 30px 0;
	background: #f4f4f4;
}



.news-holder {
	margin-bottom: 30px;
}



.news-container {
	background: #fff;
	padding: 15px 15px 0;
}



.news-container h3 {
	color: #f48c32;
}



.news-container h3 span {
	display: block;
}



.news-container ul li {
	font-size: 17px;
	line-height: 19px;
	position: relative;
	border-bottom: 1px solid #efefef;
	padding: 10px 10px 10px 30px;
}



.news-container ul li:last-child {
	border: none;
}



.news-container ul a {
	color: #2186b9;
}



.news-container ul a:hover {
	color: #f48c32;
}



.news-container ul a i {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #d3e5ea;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 3;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 12px;
}



.news-container ul a i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
}



.see-all {
	font-size: 12px;
	line-height: 14px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	clear: both;
}



.see-all:hover {
	color: #1dafe7;
}



.see-all:after {
	display: inline-block;
	vertical-align: middle;
	content: "\e903";
	font-size: 8px;
	margin: 0 0 0 10px;
	color: #f48c32;
}



.upcoming-events {
	background: #e6f4ff;
	padding: 15px;
}



.upcoming-events h3 {
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px;
	margin: 0 0 10px;
}



.upcoming-events h3 span {
	display: block;
	color: #2a5780
}



.event-list li {
	padding: 0 0 0 50px;
	margin: 0 0 15px;
	position: relative;
	
}



.date-box {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #2a5780;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 3;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-align: center;
	color: #fff;
}



.date-box time {
	font-size: 13px;
	line-height: 10px;
}



.date-box span {
	font-size: 16px;
	line-height: 10px;
	display: block;
}



.event-name {
	display: block;
	color: #2186b9;
	font-weight: bold;
}



.event-name:hover {
	color: #f48c32;
}



.heading-box {
	margin: 0 0 25px;
	padding: 16px 20px;
	border-top: 8px solid #2a5881;
	background: #2287ba;
	text-align: center;
	font-size: 19px;
}

.heading-box:hover {
	
	background: #2a5881;
	
}



.heading-box a {
	color: #fff;
}



.heading-box a:hover {
	color: #FECB2F;
}



.post-item {
	margin: 0 0 30px;
	background: #f4f4f4;
}

.success-top {
	
	background: #fff;
	border: 1px solid #f4f4f4;
	margin: 0 auto;
	display: block
}

.success-top img{
	
	
	margin: 0 auto;
	display: block;
	
}



.post-item .post-content {
	padding: 10px 15px;
}



.post-item img {
	
	vertical-align: top;
	
}



.post-item h3 {
	font-size: 20px;
}



.post-item a {
	color: #1dace5;
}



.post-item a:hover {
	color: #f48c32;
}



.aside {
	padding: 35px 0 20px;
	background: #2287ba;
	color: #fff;
}



.aside [class*="col-"] {
	margin: 0 0 30px;
}



.aside h4 {
	position: relative;
	margin: 0 0 1.4em;
	padding: 0 0 7px;
}



.aside h4:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 1px;
	background: rgba(230, 244, 255, .4);
}



.alt-logo {
	margin: 0 0 5px;
}



.alt-logo img {
	max-width: 200px;
}



.contact-block {
	padding-top: 5px;
}



.contact-block address {
	line-height: 1.2;
}



.contact-block a {
	color: #e6f4ff;
}



.contact-block a:hover {
	color: #f48c32;
}



.contact-block a.mail {
	display: inline-block;
	margin: 0 0 15px;
	vertical-align: top;
}



.contact-block .contacts-list {
	margin-bottom: 18px;
	padding-bottom: 17px;
	border-bottom: 1px solid rgba(230, 244, 255, .4);
}



.contact-block .contacts-list a {
	color: #fff;
}



.contact-block .contacts-list a:hover {
	color: #f48c32;
}



.social-networks {
	font-size: 0;
	line-height: 0;
}



.social-networks li {
	font-size: 15px;
	line-height: 1.2;
}



.social-networks a {
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
}



.social-networks a:hover {
	opacity: .7;
	color: #fff;
}



.social-networks a.icon-facebook {
	background: #3b5a9a;
}



.social-networks a.icon-twitter {
	background: #25a8e0;
}



.social-networks a.icon-instagram {
	background: #f5497d;
}



.social-networks a.icon-linkedin {
	background: #19aefb;
}



.social-networks a.icon-youtube {
	background: #c4302b;
}



.aside-nav li {
	margin: 0 0 13px;
}



.aside-nav .active a {
	color: #f48c32;
}



.aside-nav a {
	color: #e6f4ff;
}



.aside-nav a:after {
	content: "\e903";
	display: inline-block;
	vertical-align: middle;
	font-size: 8px;
	margin: 0 0 0 4px;
}



.aside-nav a:hover {
	color: #f48c32;
}



[id="footer"] {
	padding: 10px 0;
	text-align: center;
	background: #145574;
	font-size: 13px;
	color: #ccc;
}



[id="footer"] ul > li + li {
	padding: 0 7px;
}



[id="footer"] ul > li + li:before {
	width: 1px;
	height: 9px;
	content: "";
	position: relative;
	display: inline-block;
	vertical-align: middle;
	left: -9px;
	background: rgba(255, 255, 255, .5);
}



[id="footer"] ul .active a {
	color: #f48c32;
}



[id="footer"] ul a {
	color: #fff;
}



[id="footer"] ul a:hover {
	color: #f48c32;
}



@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?2p96cu");
	src: url("../fonts/icomoon.eot?2p96cu#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?2p96cu") format("truetype"), url("../fonts/icomoon.woff?2p96cu") format("woff"), url("../fonts/icomoon.svg?2p96cu#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}



[class^="icon-"],
[class*=" icon-"],
.icon-fonts,
.search-row button:after,
.breadcrumbs a:after,
.breadcrumbs .home:before,
.heading-block .add-nav-opener.collapsed:before,
.carousel-holder .btn-prev:before,
.carousel-holder .btn-next:before,
.list li:before,
.intro-post .learn-more:after,
.custom-button:after,
.employeers-photo a:after,
.contact-list a[href^="mailto:"]:before,
.category-list:before,
.see-all:after,
.aside-nav a:after {
	/* use !important to prevent issues with browser extensions that change fonts */

	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



.icon-big-arrow-left:before {
	content: "\e900";
}



.icon-big-arrow-right:before {
	content: "\e901";
}



.icon-arrow-left:before {
	content: "\e902";
}



.icon-arrows-right:before {
	content: "\e903";
}



.icon-label:before {
	content: "\e904";
}



.icon-check:before {
	content: "\e905";
}



.icon-clock:before {
	content: "\e906";
}



.icon-double-arrows-right:before {
	content: "\e907";
}



.icon-double-arrows-left:before {
	content: "\e908";
}



.icon-facebook:before {
	content: "\e909";
}



.icon-home:before {
	content: "\e90a";
}



.icon-menu:before {
	content: "\e90b";
}



.icon-user:before {
	content: "\e90c";
}



.icon-search:before {
	content: "\e90d";
}



.icon-label-2:before {
	content: "\e90e";
}



.icon-twitter:before {
	content: "\e90f";
}



.icon-envelope:before {
	content: "\e910";
}



.icon-instagram:before {
	content: "\e912";
}



.icon-arrow-circle-right:before {
	content: "\e913";
}



.icon-youtube:before {
	content: "\e911";
}



.icon-linkedin:before {
	content: "\f0e1";
}



/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */



.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}



.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 800px !important;
	z-index: 8020;
}



.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}



.employeers .fancybox-skin {
	background: none !important;
	padding: 100px 0 0 !important;
}



.fancybox-opened {
	z-index: 8030;
}



.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}



.employeers .fancybox-opened .fancybox-skin {
	box-shadow: none !important;
}



.fancybox-outer,
.fancybox-inner {
	position: relative;
}



.fancybox-inner {
	overflow: hidden;
}



.employeers .fancybox-inner {
	overflow: visible !important;
}



.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}



.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}



.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}



.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}



#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../images/fancybox/fancybox_sprite.png");
}



#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}



#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}



.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}



.employeers .fancybox-close {
	top: 78px;
}



.fancybox-nav {
	position: absolute;
	top: 0;
	width: 5%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}



.fancybox-prev {
	left: 0;
}



.fancybox-next {
	right: 0;
}



.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}



.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}



.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}



.fancybox-nav:hover span {
	visibility: visible;
}



.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}



/* Overlay helper */



.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}



.fancybox-lock body {
	overflow: hidden !important;
}



.fancybox-lock-test {
	overflow-y: hidden !important;
}



.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox/fancybox_overlay.png");
}



.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}



.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}



/* Title helper */



.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}



.fancybox-opened .fancybox-title {
	visibility: visible;
}



.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}



.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}



.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}



.fancybox-title-inside-wrap {
	padding-top: 10px;
}



.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}



/*Retina graphics!*/



/* custom select styles */



.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #777;
	background: #fff;
	margin: 0 0 12px;
	min-width: 150px;
	height: 26px;
}



.date-search-row .jcf-select {
	width: 100%;
	height: 35px;
	background: #eeeff0;
	border: none;
}



.trial-section .jcf-select {
	width: 100%;
	height: 37px;
	background: #fff;
	border: none;
	margin: 0 0 13px;
}



.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}



.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	line-height: 26px;
	margin: 0 35px 0 8px;
}



.date-search-row .jcf-select .jcf-select-text {
	font-size: 15px;
	line-height: 35px;
	margin: 0 35px 0 15px;
	color: #135d95;
}



.trial-section .jcf-select .jcf-select-text {
	font-size: 18px;
	line-height: 37px;
	margin: 0 50px 0 17px;
}



.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #aaa;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}



.date-search-row .jcf-select .jcf-select-opener,
.trial-section .jcf-select .jcf-select-opener {
	background: none;
}



.date-search-row .jcf-select .jcf-select-opener:before,
.trial-section .jcf-select .jcf-select-opener:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	border: 7px solid transparent;
	border-top: 7px solid #135d95;
	margin-top: 4px;
}



.trial-section .jcf-select .jcf-select-opener {
	width: 45px;
}



body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}



body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}



.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}



.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}



/* multiple select styles */



.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}



/* select options styles */



.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #eeeff0;
	line-height: 18px;
	font-size: 16px;
	width: 100%;
}



.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}



.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}



.jcf-list ul li {
	overflow: hidden;
	display: block;
}



.jcf-list .jcf-overflow {
	overflow: auto;
}



.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}



.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}



.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}



.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}



.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}



/* custom scrollbars styles */



.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}



.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #ddd;
	width: 14px;
	bottom: 0;
	right: 0;
	top: 0;
	border-left: 1px solid #ddd;
}



.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #ddd;
	height: 0 !important;
	width: 0 !important;
	left: 0;
	top: 0;
	display: none !important;
}



.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}



.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #868686;
	height: 1px;
	width: 10px;
	left: 1px;
}



.jcf-scrollbar-horizontal {
	position: absolute;
	background: #fff;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
}



.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 0 !important;
	width: 0 !important;
	display: none;
}



.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}



.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}



.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #868686;
	height: 10px;
	z-index: 99;
}



.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}



.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}



/* common custom form elements styles */



.jcf-disabled {
	background: #ddd !important;
}



.jcf-focus,
.jcf-focus * {
	border-color: #f00 !important;
}



@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url("../images/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}



	#fancybox-loading div {
		background-image: url("../images/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}



@media screen and (min-width: 480px) {
	[id="header"] {
		padding: 18px 10px;
	}



	.logo {
		max-width: 270px;
	}



	.nav-opener {
		top: 19px;
		right: 10px;
	}



	[id="main"] {
		padding: 103px 0 0;
	}



	.news-item li {
		margin: 0 10px 20px;
	}



	.event-list li {
		text-align: left;
		padding: 0 0 0 60px;
	}
}



@media (min-width: 480px) {
	.carousel-holder .slide img {
		width: 100%;
		max-height: 230px
	}
}

@media (max-width: 480px) {
	.date-search-row input[type="search"] {
  width: 100%;
  border-radius: 0 }
}



@media (min-width: 768px) {
	.additional-nav-holder {
		margin-bottom: 33px;
	}



	.informatin-block,
	.informatin-block-2 {
		display: block;
		margin: 0 auto;
	}



	.thumb-list {
		text-align: left;
	}



	.post {
		text-align: left;
	}



	.post .image-wrapp {
		float: left;
		max-width: 200px;
		margin-right: 20px
	}



	.post .text-wrapp {
		overflow: hidden;
		padding: 0;
	}



	.category-list:before {
		font-size: 15px;
		margin: 0 10px 0 0;
	}



	.news-container h3 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}



	.posts-list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}



	.post-item {
		width: 48%;
	}



	[id="footer"] {
		text-align: left;
	}
}



@media screen and (min-width: 1025px) {
	.tab-buttons {
		max-width: 100%;
	}



	.tab-buttons li {
		float: left;
		margin: 0 2px 0 0;
	}



	.tab-buttons li.active a:after {
		display: block;
	}



	.tab-buttons li a {
		position: relative;
	}



	.tab-buttons li a:after {
		content: "";
		border: 6px solid transparent;
		border-top: 6px solid #2287ba;
		position: absolute;
		top: 100%;
		left: 50%;
		z-index: 5;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		display: none;
	}



	.tab-content-holder {
		max-width: 100%;
		padding: 29px 0 0;
	}



	.calendar-holder {
		display: block;
		text-align: center;
	}



	.description-box {
		float: left;
		width: 50%;
		padding: 20px 15px 0 0;
		position: relative;
		z-index: 2;
	}



	.description-headding {
		position: relative;
		margin: 0 0 10px -24px;
	}



	.description-headding:after,
	.description-headding:before {
		content: "";
		position: absolute;
		z-index: 2;
	}



	.description-headding:before {
		border: 7px solid transparent;
		border-left: 7px solid #c5d1db;
		top: 100%;
		right: 100%;
		-webkit-transform: translate(16px, -8px) rotate(-45deg);
		-ms-transform: translate(16px, -8px) rotate(-45deg);
		transform: translate(16px, -8px) rotate(-45deg);
	}



	.description-headding:after {
		width: 140px;
		height: 100%;
		left: 100%;
		top: 0;
		background: inherit;
	}



	.picture-wrapp {
		float: right;
		width: 50%;
		position: relative;
		z-index: 4;
	}



	.pagination {
		max-width: 335px;
		width: 50%;
		float: right;
	}



	.upcoming-events h3 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: left;
		text-align: center;
	}
}



@media screen and (min-width: 768px) and (min-width: 1250px) {
	.description-headding:before {
		border: 15px solid transparent;
		border-left: 15px solid #c5d1db;
		-webkit-transform: translate(37px, -15px) rotate(-45deg);
		-ms-transform: translate(37px, -15px) rotate(-45deg);
		transform: translate(37px, -15px) rotate(-45deg);
	}
}



@media screen and (min-width: 992px) {
	[id="header"] {
		border: 0;
		padding: 0;
	}



	[id="header"] > .container {
		position: relative;
		padding: 0;
	}



	.logo {
		position: absolute;
		bottom: 26px;
		left: 0;
		max-width: 100%;
	}



	.nav-opener {
		display: none;
	}



	.nav-opener.nav-close {
		display: none;
	}



	.main-nav {
		float: right;
		margin: 0;
		padding: 0 30px 0 10px;
		width: 70%;
		text-align: right;
		font-size: 13px;
		letter-spacing: .01em
	}



	.main-nav:before {
		height: auto;
		top: 0;
		bottom: 0;
	}



	.main-nav li.hover .sub-navigation {
		opacity: 1;
		visibility: visible;
	}



	.main-nav > li {
		display: inline-block;
		margin: 0 3px;
		padding: 6px 0;
	}



	.sub-navigation {
		-webkit-transition: opacity .3s ease-in-out;
		transition: opacity .3s ease-in-out;
		display: block;
		position: absolute;
		top: 100%;
		left: 50%;
		z-index: 10000;
		margin: 3px 0 0;
		padding: 20px 23px 21px;
		width: 215px;
		background: #e7f4ff;
		border-top: 3px solid #2a5780;
		text-align: left;
		font-weight: 400;
		-webkit-transform: translate(-50%, -3px);
		-ms-transform: translate(-50%, -3px);
		transform: translate(-50%, -3px);
		opacity: 0;
		visibility: hidden;
	}



	.sub-navigation:before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		border: 6px solid transparent;
		border-top: 6px solid #2a5780;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}



	.sub-navigation li {
		font-size: 16px;
		line-height: 16px;
		margin: 0 0 10px;
		font-weight: 400
		
	}



	.sub-navigation a {
		color: #2C597F;
	}
	
	.sub-navigation a:hover {
		color: #F28C3E;
	}



	.add-nav {
		float: left;
		position: relative;
		z-index: 2;
		margin: 0;
		width: 30%;
		font-size: 12px;
	}



	.add-nav > li {
		display: inline-block;
		vertical-align: top;
		position: relative;
		margin: 0 4px;
		padding: 5px 0;
	}



	.add-nav > li.has-dropdown > a:after {
		border-top-color: #fff;
	}



	.add-nav > li.hover [id="sub-links"] {
		opacity: 1;
		visibility: visible;
	}



	.add-nav > li a {
		color: #fff;
	}



	.add-nav [id="sub-links"] {
		-webkit-transition: opacity .3s ease-in-out;
		transition: opacity .3s ease-in-out;
		display: block;
		position: absolute;
		left: 50%;
		top: 100%;
		z-index: 29;
		width: 200px;
		opacity: 0;
		padding: 1px 0;
		visibility: hidden;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}



	.add-nav [id="sub-links"] li {
		display: block;
		margin: 0;
		text-align: left;
	}



	.add-nav [id="sub-links"] li a {
		display: block;
		padding: 5px 5px 5px 10px;
		background: #e7f4ff;
		color: #2A88B8;
	}



	.add-nav [id="sub-links"] li a:hover {
		background: #DDEBF6;
		color: #2C597F;
	}



	.search-block > i {
		display: inline-block;
		vertical-align: middle;
		color: #fff;
		font-size: 15px;
		font-weight: bold;
	}



	.search-block > i:hover {
		color: #f48c32;
		cursor: pointer;
	}



	.search-block {
		position: absolute;
		top: 3px;
		right: 0;
		z-index: 2;
	}



	.search-form {
		-webkit-transition: opacity .3s linear;
		transition: opacity .3s linear;
		position: absolute;
		top: 100%;
		right: 0;
		z-index: 101;
		width: 220px;
		-webkit-transform: translate(0, 15px);
		-ms-transform: translate(0, 15px);
		transform: translate(0, 15px);
		opacity: 0;
		visibility: hidden;
	}



	.search-form:before {
		width: 100%;
		height: 15px;
		content: "";
		position: absolute;
		bottom: 100%;
		left: 0;
		z-index: 10;
	}



	.search-form:after {
		content: "";
		border: 5px solid transparent;
		border-bottom: 6px solid #eeeff0;
		position: absolute;
		bottom: 100%;
		right: 5px;
	}



	.partner-block {
		margin: 0;
		float: right;
		padding: 35px 0;
		width: 50%;
		clear: both;
		text-align: right;
		font-size: 15px;
		line-height: 19px;
	}



	.partner-block img {
		max-width: 100%;
	}



	[id="main"] {
		padding: 174px 0 0;
	}



	.home [id="main"] {
		padding: 154px 0 0;
	}



	.bg-holder {
		top: 125px;
	}



	.general-links .custom-button {
		float: right;
		margin: 0 0 -3px;
	}



	.text-description {
		padding: 35px 29px;
	}



	.date-search {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}



	.date-search-row {
		float: left;
		width: 33.33%;
		padding: 0 10px 0 0;
	}
	
	
	
	.date-search-row.fac {
		
		width: 43%;
		
	}
	

	.visual-section {
		padding: 37px 0;
	}



	.section-title {
		text-align: left;
	}



	.picture-wrapp {
		margin: 10px 0 0;
	}



	.pagination ul {
		padding: 9px 0;
	}



	.news-headding {
		padding: 16px 15px;
	}



	.current-list a {
		padding: 12px 15px 12px 40px;
	}



	.news-item .text-block {
		padding: 15px;
	}
}



@media (min-width: 992px) {
	.main-nav li.active:after {
		width: 0;
		height: 0;
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		z-index: 1;
		border: 6px solid transparent;
		border-top: 6px solid #2287ba;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}



	.heading-block {
		max-width: 268px;
		margin: 0 auto;
		padding: 10px 11px 7px;
		text-align: center;
	}



	.heading-block h4 {
		text-transform: uppercase;
		display: block;
	}



	.heading-block .add-nav-opener {
		display: none;
	}



	#additional-navigation {
		display: block !important;
		height: auto !important;
		max-width: 268px;
		margin: 0 auto;
	}



	.informatin-block,
	.informatin-block-2 {
		margin: 0 auto 47px;
	}



	.carousel-holder h1 {
		display: block;
		margin: -5px 0 17px;
	}



	.intro-post {
		overflow: hidden;
		text-align: left;
	}



	.intro-post .text-holder {
		float: right;
		width: 75%;
		padding-left: 20px
	}



	.intro-post .image-container {
		float: left;
		width: 25%;
	}



	.visual-section .flex-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
		
	}



	.event-section {
		padding: 45px 0;
	}



	.heading-box a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}



	.posts-list {
		padding: 0 20px;
	}



	.aside h4 {
		font-size: 24px;
	}



	.alt-logo img {
		max-width: 100%;
	}



	.contact-block {
		text-align: center;
		font-size: 17px;
	}



	.social-networks li {
		font-size: 25px;
	}



	.social-networks a {
		width: 40px;
		height: 40px;
	}
}



@media screen and (min-width: 1220px) {
	.main-nav {
		padding: 0 25px;
		font-size: 13px;
	}



	.main-nav > li {
		margin: 0 10px;
	}



	.add-nav {
		font-size: 14px;
	}



	.add-nav > li {
		margin: 0 25px 0 0;
	}



	.add-nav > li + li {
		margin: 0 25px 0 0;
		position: relative;
	}



	.add-nav > li + li:before {
		width: 1px;
		height: 10px;
		content: "";
		display: inline-block;
		background: #7db8d6;
		position: absolute;
		top: 9px;
		left: -15px;
	}



	.breadcrumbs {
		display: block;
	}



	.tab-buttons li a {
		padding: 10px 28px 8px;
	}



	.description-box .custom-button {
		padding: 12px 45px 13px 22px;
	}



	.employeers-list li {
		width: 33.33%;
	}



	.date-search-row {
		width: auto;
	}



	.date-search-row:first-child {
		width: 255px;
	}
	
	.date-search-row:first-child.fac {
		width: 440px;
	}




	.calendar-holder img {
		width: 100%;
	}



	.description-box p {
		margin: 0 0 38px;
	}



	.section-title {
		margin: 0 0 30px;
	}



	.description-headding {
		padding: 12px 15px 25px 63px;
		line-height: 30px;
	}



	.picture-wrapp {
		margin: 36px 0 0;
	}



	.news-headding {
		font-size: 24px;
		line-height: 22px;
		font-weight: 300;
		padding: 19px 20px;
	}



	.news-headding span {
		font-size: 24px;
		line-height: 22px;
	}



	.current-list a {
		padding: 22px 15px 22px 53px;
	}



	.current-list a i {
		left: 20px;
	}



	.tabs-box {
		padding: 50px 0 30px;
	}



	.news-item {
		margin: 0 -20px 0;
		text-align: left;
	}



	.news-item li {
		margin: 0 20px 20px;
	}



	.news-container h3 {
		padding: 4px 38px 0 14px;
	}



	.news-container ul li {
		padding: 14px 10px 13px 44px;
	}



	.news-container ul a i {
		left: 12px;
	}



	.upcoming-events {
		padding: 15px 25px;
	}



	.upcoming-events h3 {
		padding: 0 0 6px;
	}



	.event-list li {
		padding: 12px 0 12px 65px;
		margin: 0;
	}



	.date-box {
		width: 55px;
		height: 55px;
		padding: 2px 0 0 0;
	}



	.date-box span {
		font-size: 25px;
		line-height: 17px;
	}
}



@media (min-width: 1220px) {
	.main-nav > li + li {
		position: relative;
	}



	.main-nav > li + li:before {
		width: 4px;
		height: 4px;
		content: "";
		position: absolute;
		top: 12px;
		left: -14px;
		display: inline-block;
		border-radius: 50%;
		background: #65abcf;
	}



	.carousel-holder {
		font-size: 24px;
		line-height: 32px;
	}



	.carousel-holder .carousel {
		width: 91.5%;
		margin: 0 0 22px;
	}



	.carousel-holder .slide {
		width: 50% !important;
		max-height: 230px
	}



	.carousel-holder .slide img {
		width: 98%;
		max-height: 230px
	}



	.carousel-holder p {
		margin: 0 0 32px;
	}



	.tab-body {
		margin: 0 0 43px;
	}



	.tab-body .mobille-tab {
		display: none;
	}



	.tab-body .mobille-tab.active {
		display: block;
	}



	.tab-body .opener {
		display: none;
	}



	.tab-body .slide {
		position: static !important;
		width: 100% !important;
		padding: 0 4px;
	}



	.list {
		padding: 0 0 0 29px;
	}



	.thumb-list {
		margin: 0 0 33px;
	}



	.intro-post .image-container {
		text-align: center;
	}



	.tab-buttons.hidden-buttons {
		display: block;
	}



	.accordion-2 {
		margin: 0 0 50px;
	}



	.posts-list {
		padding: 0 40px;
	}
}



@media screen and (min-width: 1250px) {
	.description-headding {
		padding: 12px 15px 25px 75px;
		margin: 0 0 25px -37px;
	}
}



@media screen and (max-width: 991px) {
	.nav-drop {
		-webkit-transition: right .3s ease-in-out;
		transition: right .3s ease-in-out;
		width: 255px;
		height: 100vh;
		position: absolute;
		top: -6px;
		right: -255px;
		z-index: 10;
		overflow-x: hidden;
		overflow-y: auto;
		background: #fff;
		text-align: right;
	}

.aside {
	text-align: center
}

.sub-navigation li {
		
		line-height: 15px;
		margin: 0 0 11px;
		font-weight: 400
		
	}


	.nav-drop .flex-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 40px 15px 12px;
	}



	.main-nav {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}



	.add-nav {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}



	.search-block {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}



	.partner-block {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}



	.reverse-block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}


