article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
	vertical-align: middle;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a[href], label[for], select, 
input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

button, input[type=button], input[type=image], 
input[type=reset], input[type=submit] {
	padding: 0;
	overflow: visible;
	cursor: pointer;
}

button::-moz-focus-inner, 
input[type=button]::-moz-focus-inner, 
input[type=image]::-moz-focus-inner, 
input[type=reset]::-moz-focus-inner, 
input[type=submit]::-moz-focus-inner {
	border: 0;
}

.hide {
	position: absolute !important;
	left: -9999em !important;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

sub, 
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea {
	 overflow: auto;
}


/* Normalized Styles
------------------------------------------------------------------------------*/

body {
	font: 16px/30px Arial, Helvetica, sans-serif;
	color: #6f7784;
	background: #fff;
}

input, textarea, select, button {
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
}

a, a:visited, a:focus, a:active {
	text-decoration: none;
	color: #008bc4;
}

a:hover {
	text-decoration: underline;
}


/* Container
------------------------------------------------------------------------------*/

.container {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

/* Header
------------------------------------------------------------------------------*/

#header {
	padding: 8px 0 20px 0;
	z-index: 99;
	position: relative;
}

#logo {
	display: block;
	cursor: pointer;
	/* margin: 0 auto -82px;
	text-indent: -9999em;
	background: url(../imgs/logo.png) no-repeat; */
	position: relative;
	z-index: 3;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #000;
}
#logo img {
    width: 70px;
    margin-right: 1.25rem;
    vertical-align: middle;
}
.contactus-btn {
    color: #27a5e0!important;
    border: 1px solid #EEEEEE;
    display: inline-block;
    padding: .4rem 1rem;
    text-transform: uppercase;
}
.contactus-btn:hover, .contactus-btn:focus {
	color: #fff !important;
	background-color: #27a5e0;
	border-color: #27a5e0;
	text-decoration: none;
}

/* Navigation
------------------------------------------------------------------------------*/
.sub-header {
	background-color: #3F51B5;
	margin-top: 1rem;
}
#menu {
	text-align: center;
}

#menu ul {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
}

#menu ul > li {
	padding: 0 5px;
	position: relative;
}
#menu ul li a {
	font-size: 1rem;
	color: #fff;
	display: block;
	padding: 16px .4rem;
	white-space: nowrap;
}
#menu li:hover > a {
	background-color: #2196f3;
    color: #fff;
    text-decoration: none;
}
#menu li a i {
	margin-left: .2rem;
    font-size: .8rem;
}
#menu li ul {
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	background-color: #fff;
	width: 200px;
    padding-bottom: 0.3rem;
}
#menu li ul li a {
	padding: 7px .4rem;
	color: #000;
	text-align: left;
}
#menu li:hover ul {
	display: block;
}


#menu a:hover,
#menu .current a {
	color: #008bc4;
	text-decoration: none;
}


/* main-content
------------------------------------------------------------------------------*/

.content {
	overflow: hidden;
	padding-bottom: 10px;
}

.main-content {
	float: left;
	width: 58.333%;
	padding: 0 15px;
}

.divider {
	background: #2c4167 url(../imgs/bg_white_arrow.png) no-repeat 50% 0;
	height: 80px;
	position: relative;
	margin-top: 3px;
	margin-bottom: 37px;
}

.divider:after {
	background: url(../imgs/bg_white.png) no-repeat 50% 0;
	height: 30px;
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
}

.posts-con article {
	border-bottom: 1px solid #d8dbe1;
	padding-bottom: 40px;
	margin-bottom: 41px;
}

.slider-con {
	padding: 9px 0 77px 0;
	margin-right: -20px;
}

.slider-con .slide li {
	padding: 0 19px 19px 0;
	float: left;
}

.slider-con .slide li img{
	border-radius: 6px;
}

.slider-con .bx-pager {
	text-align: center;
	padding-top: 18px;
	padding-right: 20px;
}

.slider-con .bx-pager-item {
	display: inline-block;
	padding: 0 2px;
}

.slider-con .bx-pager-item a {
	width: 16px;
	text-indent: -999em;
	height: 17px;
	display: block;
	background: url(../imgs/bg_slider_nav_2.png) no-repeat;
}

.slider-con .bx-pager-item a.active,
.slider-con .bx-pager-item a:hover {
	background-position: -16px 0;
}

.slider-con .bx-controls-direction {
	display: none;
}

.posts-con article.last {
	border-bottom: none;
}

.posts-con .current-date {
	margin-top: 9px;
}

.posts-con h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	padding-top: 4px;
	padding-bottom: 22px;
}

.posts-con .info {
	overflow: hidden;
}

.posts-con .info-line {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 20px;
}

.posts-con .info-line .time {
	padding: 0 20px 0 25px;
	background: url(../imgs/ico_time.png) no-repeat 0 3px;
	display: inline-block;
}

.posts-con .info-line .place {
	padding: 0 20px 0 25px;
	background: url(../imgs/ico_place.png) no-repeat 0 3px;
	display: inline-block;
}

h1.single{
	margin: 0 15px 0 15px;
}

/* sidebar
------------------------------------------------------------------------------*/

#sidebar {
	width: 33.3%;
	float: right;
	padding: 0 15px;
}

#sidebar h2 {
	text-align: left;
	padding-bottom: 27px;
}

#sidebar .widget {
	padding-bottom: 85px;
}

#sidebar .sidemenu {
	padding-top: 9px;
}

#sidebar .sidemenu a {
	border: 1px solid #d7dbe1;
	border-radius: 4px;
	display: block;
	margin-bottom: 8px;
	height: 45px;
	line-height: 43px;
	padding: 0 0 0 15px;
	font-family: 'BebasNeue';
	color: #7e8798;
	font-size: 24px;
	position: relative;
}

.mac #sidebar .sidemenu a {
	padding: 3px 0 0 15px;
}

#sidebar .sidemenu a:hover:after,
#sidebar .sidemenu .current a:after {
	position: absolute;
	content: "";
	left: -8px;
	top: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 7px 7.5px 0;
	border-color: transparent #008cc4 transparent transparent;
}

#sidebar .sidemenu .current a,
#sidebar .sidemenu a:hover {
	border: 1px solid #008bc4;
	color: #fff;
	background: #008bc4;
	text-decoration: none;
}

#sidebar .sidemenu .current a .nr,
#sidebar .sidemenu a:hover .nr {
	background: #2c4167;
}

#sidebar .sidemenu a .nr {
	height: 27px;
	width: 47px;
	display: block;
	border-radius: 3px;
	float: right;
	background: #e7e8ec;
	line-height: 27px;
	font-size: 15px;
	margin: 8px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.mac #sidebar .sidemenu a .nr {
	margin: 5px 8px 8px 8px;
}

#sidebar .calendar .head {
	overflow: hidden;
	height: 45px;
	line-height: 43px;
	border-radius: 4px;
	border: 1px solid #d8dbe1;
	text-align: center;
	font-size: 24px;
	font-family: 'BebasNeue';
	padding: 0 15px;
	margin-bottom: 7px;
}

#sidebar .calendar .head .next,
#sidebar .calendar .head .prev {
	background: url(../imgs/bg_arrow_nav.png) no-repeat;
	height: 17px;
	width: 26px;
	display: block;
	float: left;
	margin: 13px 0 -30px 0;
}

#sidebar .calendar .head .next {
	float: right;
	background-position: -26px 0;
}

.mac #sidebar .calendar .head h4{
	padding-top: 4px;
}

#sidebar .calendar .table {
	margin: 0 -3px;
}

#sidebar .calendar table {
	width: 100%;
}

#sidebar .calendar table tr {
}

#sidebar .calendar th {
	font-family: 'BebasNeue';
	font-size: 18px;
	line-height: 24px;
	color: #a8adb7;
	text-align: center;
	padding-bottom: 3px;
}

#sidebar .calendar td {
	font-family: 'BebasNeue';
	font-size: 24px;
	line-height: 46px;
	color: #7e8798;
	font-weight: bold;
	text-align: center;
}

#sidebar .calendar td.disable {
	color: #c5c9d1;
}

#sidebar .calendar td.archival>div {
	background: #e6e8ec;
	border-color: #e6e8ec;
	border: 1px solid #e6e8ec;
}

#sidebar .calendar td.upcoming>div {
	background: #008bc4;
	color: #fff;
	border: 1px solid #008bc4;
}

#sidebar .calendar td.upcoming>div.hover {
	background: #2c4167;
	border: 1px solid #2c4167;
}

#sidebar .calendar td>div {
	border-radius: 4px;
	border: 1px solid #d8dbe1;
	margin: 3px;
	display: block;
}

.mac #sidebar .calendar td>div {
	padding-top: 4px;
}

#sidebar .calendar .tooltip {
	position: relative;
	z-index: 2;
}

#sidebar .calendar .tooltip .holder {
	display: none;
	position: absolute;
	top: -72px;
	left: -382px;
	border-radius: 4px;
	background: #2b4167;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	width: 375px;
	padding: 14px 20px 13px 20px;
	font-weight: normal;
}

#sidebar .calendar .tooltip .holder:after {
	position: absolute;
	top: 91px;
	right: -4px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #2c4167;
}

#sidebar .calendar .tooltip h4 {
	font-weight: bold;
	padding-bottom: 10px;
}

#sidebar .calendar .tooltip .info-line {
	color: #899ec4;
	padding-bottom: 9px;
}

#sidebar .calendar .tooltip .time {
	padding: 0 29px 0 23px;
	background: url(../imgs/ico_time_2.png) no-repeat 0 3px;
	display: inline-block;
}

#sidebar .calendar .tooltip .place {
	padding: 0 20px 0 22px;
	background: url(../imgs/ico_place_2.png) no-repeat 0 3px;
	display: inline-block;
}

#sidebar .calendar .note {
	padding: 37px 0 0 0;
}

#sidebar .calendar .note p {
	position: relative;
	padding-left: 34px;
	padding-right: 44px;
	float: left;
}

#sidebar .calendar .note p:after {
	position: absolute;
	background: #008bc4;
	content: "";
	height: 22px;
	width: 22px;
	display: block;
	border: 4px solid #fff;
	box-shadow: 0 0 0 1px #d8dbe1;
	top: 5px;
	left: 1px;
	border-radius: 4px;
}

#sidebar .calendar .note .archival-note:after {
	background: #ced0d5;
}

#sidebar .list ul {
	margin-right: -25px;
}

#sidebar .list li {
	float: left;
	padding: 0 19px 19px 0;
}

#sidebar .list li img {
	border-radius: 6px;
}

#sidebar .list .btn {
	padding: 0 26px;
}

#sidebar .btn-holder {
	padding-top: 4px;
}

/* slider
------------------------------------------------------------------------------*/

.slider {
	height: 600px;
	position: relative;
	overflow: hidden;
	margin-bottom: 94px;
}
.bxslider {
	padding: 0;
	position: relative;
}
.bxslider:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 0;
}

.slider .bxslider li {
	background: url(../imgs/pic_slide.jpg) no-repeat 50% 50%;
	background-size: cover;
	height: 600px;
}

.slider .info {
	float: right;
	padding: 122px 15px 0 0;
}

.slider .info h2 {
	color: #fff;
	font-family: 'BebasNeue';
	font-weight: 300;
	font-size: 72px;
	line-height: 84px;
	padding-bottom: 110px;
	text-align: left;
}

.slider .info h2 span {
	color: #fff;
	font-family: 'BebasNeue';
	font-weight: 700;
	font-size: 84px;
	line-height: 101px;
	border-radius: 4px;
	background: #008bc4;
	padding: 1px 23px 5px 23px;
	display: inline-block;
}

.mac .slider .info h2 span {
	line-height: 81px;
	padding-top: 20px;
}

.slider .info a {
	color: #fff;
	font-family: 'BebasNeue';
	font-size: 40px;
	line-height: 48px;
	font-weight: 300;
	padding-right: 63px;
	background: url(../imgs/bg_arrow.png) no-repeat 100% 50%;
}

.slider:after {
	position: absolute;
	/*background: url(../imgs/bg_white_arrow.png) no-repeat;*/
	height: 30px;
	width: 117px;
	top: 0;
	left: 50%;
	margin: 0 0 0 -59px;
	content: "";
}

.slider .bg-bottom {
	position: absolute;
	background: url(../imgs/bg_white.png) no-repeat;
	height: 30px;
	width: 1920px;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -960px;
	content: "";
}

.slider .bx-controls-direction {
	display: none;
}

.slider .bx-pager {
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 999;
}

.slider .bx-pager-item {
	display: inline-block;
	padding: 0 2px;
}

.slider .bx-pager-item a {
	display: block;
	background: url(../imgs/bg_slider_nav.png) no-repeat;
	height: 13px;
	width: 12px;
	text-indent: -999em;
}

.slider .bx-pager-item a.active,
.slider .bx-pager-item a:hover {
	background-position: -12px 0;
}

/* posts
------------------------------------------------------------------------------*/

.posts {
	overflow: hidden;
	padding-bottom: 91px;
}

.posts article {
	width: 50%;
	float: left;
	padding: 0 15px;
}

.posts .pic {
	float: left;
	margin-right: 30px;
	margin-top: 6px;
}

.posts .info {
	overflow: hidden;
	padding-right: 10px;
}

.posts .info h3 {
	overflow: hidden;
	color: #FF9800;
	font-family: 'BebasNeue';
	font-size: 30px;
	line-height: 34px;
	padding-bottom: 11px;
}

/* news
------------------------------------------------------------------------------*/

.news {
	overflow: hidden;
	background: #424242;
	padding: 57px 0 70px 0;
}

h1,
h2 {
	color: #7e8798;
	font-size: 60px;
	font-family: 'BebasNeue';
	line-height: 68px;
	font-weight: 300;
	text-align: center;
	padding-bottom: 53px;
}

h1 {
	text-align: left;
	padding-bottom: 18px;
}

.news h2 {
	color: #fff;
}

.news article {
	width: 50%;
	float: left;
	padding: 0 15px;
}

.news .pic {
	float: left;
	margin-right: 25px;
	margin-top: 4px;
}

.news .pic img {
	border-radius: 5px;
}

.news .info {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}

.news .info h4 {
	color: #8ed3ef;
    font-size: 1.4rem;
    line-height: 20px;
    margin-bottom: 2rem;
    font-family: 'BebasNeue';
}

.news .info .date {
	color: #899ec4;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 10px;
}

.news .info p {
	padding-bottom: 11px;
}

.news .more {
	padding-right: 23px;
	background: url(../imgs/bg_arrow_blue.png) no-repeat 100% 50%;
	color: #8ed3ef;
}

.more {
	padding-right: 23px;
	background: url(../imgs/bg_arrow_blue_dark.png) no-repeat 100% 50%;
	color: #008bc4;
}

.btn-holder {
	text-align: center;
	clear: both;
	padding: 65px 0 0 0;
}

a.btn,
.btn {
	color: #7d8797;
	border-radius: 4px;
	background: #fff;
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	display: inline-block;
	padding: 0 21px;
	border: none;
}

a.btn.blue,
.btn.blue {
	background: #008bc4;
	color: #fff;
}



/* Footer
------------------------------------------------------------------------------*/

#footer {
    clear: both;
    background: #3F51B5;
    overflow: hidden;
    padding: 1rem 0 0 0;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}


#footer a {
	color: #000;
	font-weight: bold;
}

/* Fonts
------------------------------------------------------------------------------*/ 

@font-face {
	font-family: 'BebasNeue';
    src: url('../fonts/BebasNeueBold.eot');
    src: url('../fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeueBold.woff') format('woff'),
         url('../fonts/BebasNeueBold.ttf') format('truetype'),
         url('../fonts/BebasNeueBold.svg#BebasNeueBold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
	font-family: 'BebasNeue';
    src: url('../fonts/BebasNeueRegular.eot');
    src: url('../fonts/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeueRegular.woff') format('woff'),
         url('../fonts/BebasNeueRegular.ttf') format('truetype'),
         url('../fonts/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
	font-family: 'BebasNeue';
    src: url('../fonts/BebasNeueBook.eot');
    src: url('../fonts/BebasNeueBook.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeueBook.woff') format('woff'),
         url('../fonts/BebasNeueBook.ttf') format('truetype'),
         url('../fonts/BebasNeueBook.svg#BebasNeueBook') format('svg');
    font-weight: 300;
    font-style: normal;
}


.banner {
    background: rgba(0, 76, 151, 0.12);
    position: relative;
	top: -10px;
	height: auto !important;
}
.clg-name {
	text-align: center;
    text-transform: uppercase;
    padding: 0.8rem 0;
    font-family: 'BebasNeue';
    font-weight: bold;
    font-size: 1.8rem;
    color: #FF9800;
    letter-spacing: 1.2px;
}
.banner-cards .card {
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    color: #fff;
}
.banner-cards .card.col1 {
	background-color: #3F51B5;
}
.banner-cards .card.col2 {
	background-color: #3F51B5;
}
.banner-cards .card h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 1.4rem;
    padding: 0 0 0.6rem 0;
    font-family: 'BebasNeue';
}
.banner-cards .card marquee {
	color: #fff;
}
.principal-img {
	border-radius: 50%;
	width: 200px;
	height: 200px;
	object-fit: cover;
	margin-bottom: 1rem;
	box-shadow: 0 4px 10px #06183a;
	border: 7px solid #fff;
}
.other-links {
    border-radius: 12px;
    padding: 2rem 0rem;
	list-style: none;
	/*background-color: #008bc4;*/
}
.other-links li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 9px;
    margin-bottom: 9px;
}
.other-links li a {
	padding-left: 20px;
	color: #fff;
    background: url(../imgs/bg_arrow_blue.png) no-repeat 0 50%;
    display: block;
}




/* Media
------------------------------------------------------------------------------*/ 

@media screen and (max-width: 1220px) {

	.container {
		width: 100%;
	}

	#header {
		overflow: hidden;
		padding-bottom: 60px;
		margin-bottom: -40px;
	}
	
	
	
	#menu li {
		padding: 0 10px;
	}
	
	.slider {
		height: 400px;
		margin-bottom: 50px;
	}
	
	.slider .bxslider li {
		height: 400px;
	}
	
	.slider .info {
		float: right;
		padding: 50px 15px 0 0;
	}
	
	.slider .info h2 {
		font-size: 60px;
		line-height: 70px;
		padding-bottom: 50px;
	}
	
	.slider .info h2 span {
		font-size: 70px;
		line-height: 80px;
		display: inline-block;
	}

	.mac .slider .info h2 span {
		line-height: 61px;
	}
	
	.slider .info a {
		font-size: 36px;
		line-height: 40px;
	}
	
	.posts {
		padding-bottom: 50px;
	}
	
	.posts article {
		padding: 0 15px;
	}
	
	.posts .pic {
		margin-right: 15px;
		width: 90px;
	}
	
	.posts .pic img {
		width: 100%;
	}
	
	.posts .info {
		padding-right: 0;
		font-size: 16px;
		line-height: 22px;
	}
	
	.posts .info h3 {
		font-size: 26px;
		line-height: 30px;
		padding-bottom: 7px;
	}
	
	.news {
		padding: 40px 0 50px 0;
	}
	
	h1,
	h2 {
		font-size: 50px;
		line-height: 60px;
		padding-bottom: 40px;
	}
	
	
	
	.btn-holder {
		padding: 50px 0 0 0;
	}
	
	.info-request {
		height: auto;
		padding: 0;
		margin-bottom: 70px;
	}
	
	.info-request .holder {
		width: 100%;
		padding-bottom: 20px;
		padding-left: 138px;
	}
	
	.info-request .arrow {
		width: 100%;
		height: 80px;
	}
	
	.info-request .title {
		font-size: 50px;
		line-height: 60px;
	}
		
	
}

@media screen and (max-width: 1024px) {
	
	.banner-cards .card marquee {
		height: 60px;
	}
}
@media screen and (min-width: 701px) {

	#menu {
		display: block !important;
	}
	
}



@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	

	.slider .info a {
		background-image: url(../imgs/bg_arrow@2x.png);
		background-size: 36px 19px;
	}

	.slider .bx-pager-item a {
		background-image: url(../imgs/bg_slider_nav@2x.png);
		background-size: 24px 13px;
	}

	.news .more {
		background-image: url(../imgs/bg_arrow_blue@2x.png);
		background-size: 10px 7px;
	}

	.more {
		background-image: url(../imgs/bg_arrow_blue_dark@2x.png);
		background-size: 10px 7px;
	}

	.info-request {
		background-image: url(../imgs/ico_information@2x.png);
		background-size: 65px 64px;

	}

	.info-request .arrow {
		background-image: url(../imgs/bg_arrow_information@2x.png);
		background-size: 180px 57px;
	}



	/*.slider:after {
		background-image: url(../imgs/bg_white_arrow@2x.png);
		background-size: 117px 30px;
	}*/
	
	.slider .bg-bottom {
		background-image: url(../imgs/bg_white@2x.png);
		background-size: 1920px 30px;
	}	
	
	.crf-s:after {
		background-image: url(../imgs/bg_arrow_select@2x.png);
		background-size: 15px 7px;
	}	
	
	.posts-con .info-line .time {
		background-image: url(../imgs/ico_time@2x.png);
		background-size: 17px 16px;
	}	
	
	.posts-con .info-line .place {
		background-image: url(../imgs/ico_place@2x.png);
		background-size: 13px 16px;
	}	
	
	
	.slider-con .bx-pager-item a {
		background-image: url(../imgs/bg_slider_nav_2@2x.png);
		background-size: 32px 17px;
	}

	.divider {
		background-image: url(../imgs/bg_white_arrow@2x.png);
		background-size: 117px 30px;
	}
	
	.divider:after {
		background-image: url(../imgs/bg_white@2x.png);
		background-size: 1920px 30px;
	}	

	.menu-trigger {
		background-image: url(../imgs/bg_menu_trigger@2x.png) !important;
		background-size: 30px 30px !important;
	}
	
}

@media screen and (max-width: 1000px) {
	.widget.list .btn-holder{
		text-align: left;
	}
}

@media screen and (max-width: 768px) {
	.slider .info{
		padding-top: 70px;
	}
}

@media screen and (max-width: 700px) {

	body {
		min-width: 320px;
	}

	#header {
		padding-bottom: 0;
		margin-bottom: 0px;
	}
	
	#logo {
		/* width: 90px;
		height: 100px;
		margin: 0 auto;
		background-size: 90px 100px; */
		font-size: 0rem;
	}
	#logo img {width: 56px;margin-right: 0;}

	.menu-trigger {
		background: url(../imgs/bg_menu_trigger.png) no-repeat;
		height: 30px;
		width: 30px;
		display: block;
		position: absolute;
		top: 15px;
		right: 10px;
		cursor: pointer;
	}

	#menu {
		margin: 0;
		min-height: 56px;
	}
	
	#menu ul {
		padding: 0;
		float: left;
		clear: left;
		flex-direction: column;
	}
	
	#menu li {
		padding: 0 10px;
		display: block;
		float: left;
		clear: left;
	}
	
	.slider,
	.slider .bx-viewport,
	.slider .bx-viewport,
	.slider .bxslider li {
		/* height: 300px !important; */
	}
	
	.slider .info {
		padding: 60px 15px 40px 15px;
	}
	
	.slider .info h2 {
		font-size: 40px;
		line-height: 50px;
		padding-bottom: 30px;
	}
	
	.slider .info h2 span {
		font-size: 40px;
		line-height: 50px;
		padding: 0 15px;
	}

	.mac .slider .info h2 span {
		line-height: 50px;
		padding-top: 10px;
	}
	
	.slider .info a {
		font-size: 26px;
		line-height: 30px;
		padding-right: 50px;
	}
	
	.posts {
		padding-bottom: 40px;
	}
	
	.posts article {
		width: 100%;
		padding-bottom: 30px;
	}
	
	.news {
		padding: 30px 0 40px 0;
	}
	
	h1,
	h2 {
		font-size: 40px;
		line-height: 50px;
		padding-bottom: 30px;
	}
	
	.news article {
		width: 100%;
		padding-bottom: 30px;
	}
	
	.btn-holder {
		padding: 20px 0 0 0;
	}
	
		
	.info-request {
		background-position: 20px 40px;
		background-size: 32px 32px;
		margin-bottom: 50px;
	}
	
	.info-request .holder {
		padding-left: 70px;
	}
	
	.info-request .title {
		font-size: 40px;
		line-height: 40px;
		padding-bottom: 6px;
	}
		
		
	.main-content,
	#sidebar {
		width: 100%;
	}

	#sidebar .calendar {
		position: relative;
	}
	
	#sidebar .calendar .tooltip {
		position: static;
	}
	
	#sidebar .calendar .tooltip .holder {
		top: 430px;
		right: 0;
		left: 0;
		width: auto;
		z-index: 99;
	}

	#sidebar .calendar .tooltip .holder:after {
		display: none;
	}

	#sidebar .sidemenu {
		padding-top: 0;
	}

	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	
	}
}

@media screen and (max-width: 480px) {
}
.gallery-imgs {
	display: flex;
	flex-wrap: wrap;
}
.gallery-imgs a {
	display: block;
    width: 25%;
    padding: 1px;
    overflow: hidden;
}
.gallery-imgs a img {
	max-width: 100%;
    transition: all .2s linear;
}
.gallery-imgs a:hover img {
	transform: scale(1.1);
}
.posts .info, .posts .info p {
	text-align: justify;
}