@import url("../plugins/wow/animate.css");
@import url("../plugins/videojs/video-js.css");
@import url("../plugins/light-gallery/lightgallery.min.css");
@import url("../plugins/swiper/swiper-bundle.min.css");
@import url("../plugins/font-awesome/font-awesome-new.min.css");
@import url("../plugins/bootstrap/bootstrap.min.css");
@import url("fonts.css");

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body{font-family: 'Roboto', sans-serif;font-size:16px;padding:0;margin:0;overflow-x: hidden;color:#000}
/* Header */

body>.loader{
	display:none;
}
body.onloadsite>.loader{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: var(--theme-color-2);
	display:block;
}
body.onloadsite>.loader .img{
    position: fixed;
    left: 20px;
    right: 20px;
    width: auto;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-animation: pulse 1.5s linear infinite;
    animation: pulse 1.5s linear infinite;
    margin: 0 auto;
    top: calc(50% - 50px);
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}

p{line-height:1.7;margin:0 0 20px 0;font-weight:300;}
strong{font-weight:500}
p:last-child{margin:0}
h1,h2,h3,h4,h5,h6{margin-top:0;}
.font-cabin{font-family: 'Cabin', sans-serif}

.text-line{line-height:1.7;margin:0 0 6px 0;font-weight:300;}
.text-line li{line-height:1.7;margin:0 0 6px 0;font-weight:300;}
.text-line a{text-decoration:none;color:var(--theme-color-1);}

/**************** Header ********************/
header {
    z-index: 9;
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
    position: fixed;
}
body.fixed-header header,
body.mobile-menu-open header {
	background-color:#fff;
    -webkit-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 13%);
    -moz-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 13%);
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 13%);
}
header a {
    text-decoration: none;
    outline: 0 !important;
}
header .logo-wrap a,
header .logo-wrap a picture,
header .logo-wrap a picture img{
	width:auto;
	display:block;
	position:relative;
	z-index: 1;
}
body.mobile-menu-open{
	overflow:hidden !important;
}

/********* Menu ********/

body.fixed-header header .header-top{
	display:none;
}

header .header-top .links,
header .header-top .links a{
    color: #fff;
	text-decoration:none;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
header .header-middle .logo + .uluonderataturk {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	display: block;
	position: absolute;
}
header .searh-toggle-button{
	color: #fff;
	line-height: 1;
	cursor: pointer;
}
header .search-form-wrap{
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	display: none;
	-webkit-box-shadow: 0 10px 10px 0 rgb(0 0 0 / 6%);
	-moz-box-shadow: 0 10px 10px 0 rgb(0 0 0 / 6%);
	box-shadow: 0 10px 10px 0 rgb(0 0 0 / 6%);
}
body.search-form-wrap-open:before{
    content: "";
    background-color: rgb(0 0 0 / 70%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
body.search-form-wrap-open header .search-form-wrap{
	display:block;
}
header .search-form-wrap input{
    width: 100%;
    padding: 20px 55px 20px 20px;
    line-height: 1;
    border: 0;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
}
header .search-form-wrap input::-webkit-input-placeholder {
	color:#d9d9d9;
    font-weight: 100;
    letter-spacing: 1px;
}
header .search-form-wrap input::-moz-placeholder {
	color:#d9d9d9;
    font-weight: 100;
    letter-spacing: 1px;
}
header .search-form-wrap input:-ms-input-placeholder {
	color:#d9d9d9;
    font-weight: 100;
    letter-spacing: 1px;
}
header .search-form-wrap input:-moz-placeholder {
	color:#d9d9d9;
    font-weight: 100;
    letter-spacing: 1px;
}
header .search-form-wrap input + button{
	cursor:pointer;
	border:0;
	background-color:transparent;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 74px;
    line-height: 74px;
    text-align: center;
    font-size: 25px;
    color: #d9d9d9;
    outline: none !important;
    box-shadow: none !important;
}

@media (min-width: 1200px) {
	header{
		top:0;
		left: 0;
		right: 0;
	}
	
	header .header-top{
		background-color: var(--theme-color-1);
	}
	header .header-top .links a{
		letter-spacing: 1px;
		white-space:nowrap;
		margin: 0 0 0 10px;
		font-weight: 100;
		height:40px;
		line-height:40px;
	}
	header .header-top .links a p{
		margin: 0 0 0 15px;
	}
	
	
	header .header-middle{
		background-color: var(--theme-color-2);
	}
	header .header-middle .logo img{
		max-height:85px;
	}
	body.fixed-header header .header-middle .logo img{
		max-height:60px;
	}
	header .header-middle .logo + .uluonderataturk {
		height: 86px;
		width: 145px;
		bottom: -16px;
		left: calc(100% + 31px);
	}
	body.fixed-header header .header-middle .logo + .uluonderataturk {
		bottom: -17px;
		height: 65px;
		width: 110px;
	}
	
}
@media (max-width: 1200px) {
	header{
		top:0;
		left: 0;
		right: 0;
	}
	
	
	header .header-top{
		background-color: var(--theme-color-1);
	}
	header .header-top .links a{
		letter-spacing: 1px;
		white-space:nowrap;
		margin: 0 0 0 10px;
		font-weight: 100;
		color:#fff;
		height:30px;
		line-height:30px;
	}
	header .header-top .links a p{
		margin: 0 0 0 15px;
	}
	
	
	header .header-middle{
		background-color: var(--theme-color-2);
	}
	header .header-middle .logo img{
		max-height: 55px;
		padding: 5px 0;
	}
	header .header-middle .logo + .uluonderataturk {
		height: 50px;
		width: 84px;
		bottom: -5px;
		left: calc(100% + 31px);
	}	
	
}
header .header-top .links a p{
	font-weight: 300;
}
header .header-top .links a:first-child{
	margin: 0
}






@media (min-width: 1200px) {
	.menu-toggle{display:none;}
    .menu-wrap .bottom ul{
		margin:0;
		padding:0;
		list-style-type:none;
	}
	.menu-wrap .bottom ul li.menu-item{border:0;padding:0;margin: 0 0 0 30px;}
	.menu-wrap .bottom ul li.menu-item:first-child{margin:0}
	.menu-wrap .bottom>ul>li.menu-item{position:relative;}
	
	
	.menu-wrap .bottom ul li.menu-item a{
		line-height: 1;
		font-weight: 300;
		position: relative;
		color: #333;
		letter-spacing: 1.5px;
		text-decoration: none;
		z-index:1;
		display:block;
		white-space:nowrap;
	}
	.menu-wrap .bottom>ul>li.menu-item>a{
		padding: 0;
		color: #fff;
		white-space: nowrap;
		line-height:100px;
	}
	
	.menu-wrap .bottom>ul>li.sub-item>a:after{
		content: "\f078";
		font-family: 'Font Awesome 5 Pro';
		font-weight: 500;
		text-align: center;
		font-size: 10px;
		margin: 0 0 0 5px;
		position: relative;
	}
	
	.menu-wrap .bottom>ul>li.sub-item>a{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
	}
	.menu-wrap .bottom>ul>li.sub-item>.next-link{display:none;}
	.menu-wrap .bottom>ul>li.sub-item .sub-menu .next-link{
		display:none;
	}
	body.fixed-header .menu-wrap .bottom ul li.menu-item a{
		line-height:80px;
		font-size: 14px;
	}
	.menu-wrap .bottom .menu-list .back-link{display:none}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu{
		min-width: 270px;
		background-color: #fff;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
		top: 100%;
		position: absolute;
		display: none;
		left: 0;
		-webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 6%);
		-moz-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 6%);
		box-shadow: 0 3px 10px 0 rgb(0 0 0 / 6%);
		-webkit-border-bottom-right-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-bottomright: 4px;
		-moz-border-radius-bottomleft: 4px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		border-top: 2px solid var(--theme-color-1)
	}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu:before{
		font-family: 'Font Awesome 5 Pro';
		font-weight: 900;
		content: "\f0d8";
		position: absolute;
		right: 15px;
		bottom: calc(100% - 3px);
		font-size: 40px;
		color: #fff;
		line-height: 15px;
		height: 14px;
		text-align: center;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item:nth-last-child(1)>.sub-menu,
	.menu-wrap .bottom ul li.menu-item.sub-item:nth-last-child(2)>.sub-menu,
	.menu-wrap .bottom ul li.menu-item.sub-item:nth-last-child(3)>.sub-menu,
	.menu-wrap .bottom ul li.menu-item.sub-item:nth-last-child(4)>.sub-menu{
		left: auto;
		right: 0;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu li.sub-item>a:before{
		content: "\f053";
		font-family: 'Font Awesome 5 Pro';
		font-weight: 500;
		font-size: 15px;
		position: absolute;
		left: 15px;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu li.sub-item>a{
		padding-left:40px
	}
	
	
	
	.menu-wrap .bottom>ul>li.menu-item.sub-item>.sub-menu ul li.menu-item.sub-item .sub-menu {
		min-height: 100%;
		border-right: 5px solid #fff;
		right: 100%;
		top: 0;
	}
	.menu-wrap .bottom>ul>li.menu-item.sub-item>.sub-menu ul{
		padding:20px 0
	}
	
	
	.menu-wrap .bottom ul li.menu-item.sub-item .sub-menu a{
		line-height: 40px;
		padding: 0 30px;
		color: #000;
		position: relative;
		font-size: 14px;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item li:hover > a{
		background-color: var(--theme-color-2);
		color: #fff;
	}
	
	
	
	.menu-wrap .bottom ul li.menu-item.sub-item:hover>.sub-menu {
		display:block;
	}
	.menu-wrap .bottom>ul>li.sub-item>.sub-menu ul li.sub-item:hover>.sub-menu {
		display:block;
	}
	
	
	
	body.mobile-menu-open .menu-wrap{
		-moz-transform: translate(0, 0px);
		-webkit-transform: translate(0, 0px);
		-o-transform: translate(0, 0px);
		-ms-transform: translate(0, 0px);
		transform: translate(0, 0px);
	}
}
@media (max-width: 1200px) {
	header .header-middle{
		position: relative;
		z-index: 1;
	}
    .menu-toggle {
		width:25px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }
    .menu-toggle span:nth-child(1),
    .menu-toggle span:nth-child(2),
    .menu-toggle span:nth-child(3) {
        height: 1px;
        background-color: #fff;
        position: absolute;
        right: 0;
        -webkit-transition: all 0.3s 0s ease-in-out;
        -moz-transition: all 0.3s 0s ease-in-out;
        -o-transition: all 0.3s 0s ease-in-out;
        transition: all 0.3s 0s ease-in-out;
        width: 25px;
    }
    .menu-toggle span:nth-child(1) {
        top: 0;
    }
    .menu-toggle span:nth-child(2) {
        top: calc(50% - 0.5px);
    }
    .menu-toggle span:nth-child(3) {
        bottom: 0;
    }
    body.mobile-menu-open .menu-toggle span:nth-child(1) {
        width: 100%;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: calc(50% - 0.5px);
    }
    body.mobile-menu-open .menu-toggle span:nth-child(2) {
        width: 0;
    }
    body.mobile-menu-open .menu-toggle span:nth-child(3) {
        width: 100%;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: calc(50% - 0.5px);
    }
    
	
	.menu-list .back-link {
		cursor: pointer;
		display: block;
		padding: 0 15px 0 80px;
		height: 55px;
		line-height: 52px;
		border-top: 1px solid #f5f5f5;
		border-bottom: 1px solid #f5f5f5;
		position: relative;
		font-size: 14px;
		color:#333;
	}
	.menu-list .back-link > i {
		display: block;
		cursor: pointer;
		color: #333;
		position: absolute;
		left: 0;
		top: 0;
		line-height: 54px;
		width: 54px;
		height: 54px;
		text-align: center;
		z-index: 5;
		border-right: 1px solid #f5f5f5;
	}
	.menu-wrap {
		position: fixed;
		left: 0;
		top:85px;
		bottom: 0;
		width: 100%;
		background-color: #fff;
		z-index: 99;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
		-webkit-transform: translate(0, 100%);
		-o-transform: translate(0, 100%);
		-ms-transform: translate(0, 100%);
		transform: translate(0, 100%);
	}
	body.fixed-header .menu-wrap {
		top:55px;
	}
	body.mobile-menu-open .menu-wrap {
		-webkit-transform: translate(0%, 0px);
		-o-transform: translate(0%, 0px);
		-ms-transform: translate(0%, 0px);
		transform: translate(0%, 0px);
	}
	.menu-list,
	.menu-list ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	.menu-list ul {
		height: calc(100% - 55px);
		overflow-y: auto;
		overflow-x: hidden;
	}
	.menu-list,
	.menu-list > ul,
	.menu-list > ul div.sub-menu {
		list-style-type: none;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.menu-list li.sub-item > .next-link {
		display: block;
		cursor: pointer;
		position: absolute;
		right: 0;
		line-height: 60px;
		width: 55px;
		height: 55px;
		text-align: center;
		border-left: 1px solid #f5f5f5;
		margin: -55px 0 0 0;
		color: #333;
	}
	.menu-list li.sub-item > .next-link + .back-link {
		position: fixed;
		right: 0;
		left: auto;
		width: 100%;
		top: 33px;
		z-index: 5;
		line-height: 1;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
		background-color: #fff;
		-webkit-transform: translate(-100%, 0px);
		-o-transform: translate(-100%, 0px);
		-ms-transform: translate(-100%, 0px);
		transform: translate(-100%, 0px);
	}
	.menu-list li.sub-item.open > .next-link + .back-link {
		-webkit-transform: translate(0%, 0px);
		-o-transform: translate(0%, 0px);
		-ms-transform: translate(0%, 0px);
		transform: translate(0%, 0px);
	}
	.menu-list li:last-child a {
		border-bottom: 1px solid #f5f5f5;
	}
	.menu-list li a h3 {
		margin-bottom:5px;
	}
	.menu-list li a h3 + p {
		opacity:0.7;
	}
	.menu-list li:first-child a {
		border-top: 0
	}
	.menu-list li a {
		display: block;
		line-height: 1;
		color: #333;
		font-size: 14px;
		padding: 20px 20px;
		border-top: 1px solid #f5f5f5;
		text-decoration: none;
	}
	.menu-list li.sub-item a {
		padding-right: 50px;
	}
	.menu-list li.sub-item > div.sub-menu {
		position: fixed;
		top: 0;
		bottom: 0;
		left: auto;
		right: 0;
		width: 100%;
		z-index: 5;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
		background-color: #fff;
		-webkit-transform: translate(-100%, 0px);
		-o-transform: translate(-100%, 0px);
		-ms-transform: translate(-100%, 0px);
		transform: translate(-100%, 0px);
	}
	.menu-list li.sub-item li.sub-item > div.sub-menu {
		top: 0;
	}
	.menu-list li.sub-item.open > div.sub-menu {
		-webkit-transform: translate(0%, 0px);
		-o-transform: translate(0%, 0px);
		-ms-transform: translate(0%, 0px);
		transform: translate(0%, 0px);
	}
}
/********* Menu ********/
/**************** Header ********************/

/**************** Breadcrumb ********************/
.breadcrumb {
    color: #333;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 6%);
}
.breadcrumb .wrap {
    background-color: #f7f7f7;
}
.breadcrumb ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
}
.breadcrumb ul li {
	float:left;
    margin: 0;
    color: #000;
	font-weight:300;
	letter-spacing:1px;
	font-size:13px;
}
.breadcrumb ul li a {
	font-weight:300;
    color: #333;
    text-decoration: none;
    display: block;
}
.breadcrumb ul li a:after {
    content: "-";
    float: right;
    margin: 0 5px;
}

/**************** Breadcrumb ********************/
/**************** Footer ********************/
footer{
	color:#fff;
	font-weight:300;
    background-color:var(--theme-color-2);
}
footer .footer-logo{
    display: table;
}
footer .footer-logo,
footer .footer-logo img{
    display: table;
	margin:0 auto;
    max-height: 150px;
}


footer .footer-socials a,
footer .links a{
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
    color: #fff;
    display: block;
}
footer .links a{
    margin: 20px 0 0 0;
    text-decoration: none;
    font-weight: 300;
}
footer .links a:before{
    content: "";
    float: left;
    width: 5px;
    height: 5px;
    background-color: #fff;
    position: relative;
    top: 9px;
    margin: 0 15px 0 0;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
footer .footer-socials a{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
	
    margin: 0 0 0 30px;
	text-decoration:none;
    text-align: center;
    padding: 0 0 0 2px;
}
footer .footer-socials a:first-child{
    margin: 0;
}

footer .footer-contact {
    list-style-type: none;
    padding: 0;
}
footer .footer-contact li>* {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
footer .footer-contact li a {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}
footer .footer-contact li a p{
	white-space:nowrap;
	margin:0 0 5px 0
}
footer .footer-contact li a p:last-child{
	margin:0
}
footer .footer-contact li{
    margin-top: 30px;
}
footer .footer-contact li:first-child {
    margin-top: 0;
}
footer .footer-contact li i {
    position: relative;
    width: 14px;
    margin-right: 15px;
    text-align: center;
    top: 3px;
}
footer .footer-contact li i + div {
    width: calc(100% - 29px);
    line-height: 1.7;
    margin: -4px 0 0 0;
}

footer .footer-bottom picture,
footer .footer-bottom picture img{
	display: block;
}
@media (min-width: 1400px) {
	footer iframe{
		display: block;
		height: 100%;
		width: 32%;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
	}
	footer .footer-bottom picture,
	footer .footer-bottom picture img{
		max-height: 60px;
	}
}
@media (max-width: 1400px) {
	footer iframe{
		display: block;
		height:250px;
		width: 100%;
	}
	footer .footer-bottom picture img{
		display: block;
		max-height: 20px;
	}
	footer .footer-bottom picture{
		display: table;
		margin: 10px auto 0 auto;
	}
	footer .footer-bottom picture:first-child{
		margin:0 auto;
	}
}

/**************** Footer ********************/
/**************** Cookies ********************/
.cookies{-moz-box-shadow:0 0 12px 0 rgb(0 0 0 / 10%);-webkit-box-shadow:0 0 12px 0 rgb(0 0 0 / 10%);-o-box-shadow:0 0 12px 0 rgb(0 0 0 / 10%);-ms-box-shadow:0 0 12px 0 rgb(0 0 0 / 10%);box-shadow:0 0 12px 0 rgb(0 0 0 / 10%);position:fixed;z-index:15;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:#fff}@media (min-width:768px){.cookies{max-width:400px;bottom:30px;left:30px;padding:30px}.cookies .theme-btn{padding:11px 16px 10px}}@media (max-width:768px){.cookies{right:90px;bottom:20px;left:20px;padding:20px}.cookies .theme-btn{padding:11px 16px 10px}}.cookies h4{margin:0 0 20px;font-weight:400}.cookies p{line-height:1.5}.cookies a{cursor:pointer}
/**************** Cookies ********************/

.block-title p{
	max-width:1000px;
}
.block-title.center{
	text-align:center;
}
.block-title.center p{
	margin:0 auto;
}

.theme-btn {
	border:0;
	cursor:pointer;
    text-decoration: none;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    padding: 20px 30px 20px 30px;
    background-color: var(--theme-color-1);
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
    overflow: hidden;
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
	position:relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	white-space:nowrap;
}
.theme-btn *{
	position:relative;
	z-index:1;
    line-height: 1;
}
.theme-btn.hovered-white:before,
.theme-btn.hovered:before {
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    bottom: auto;
    z-index: 0;
    content: "";
    position: absolute;
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
	background-color:#000;
}
.theme-btn.hovered-white:before {
	background-color:#000;
}
.theme-btn.hovered:hover:before,
.theme-btn.hovered-white:hover:before {
    top: auto;
    bottom: 0;
    height: 100%;
}
.theme-btn.hovered:hover {
    color: #fff;
	background-color:#000;
}
.theme-btn.hovered-white:hover {
    color: #000;
}

.content{
    position: relative;
    z-index: 1;
}
@media (min-width: 1200px) {
	.content{
		padding-top:140px;
	}
}
@media (max-width: 1200px) {
	.content{
		padding-top:85px;
	}
}



.main-slider-block .swiper-slide .swiper-slide-wrap{
	background-image:url(../temp/img/slider-bg.jpg);
	width:100%;
	position:relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	display:block;
	text-decoration:none;
}
.main-slider-block .swiper-slide .swiper-slide-wrap .image div{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	width:100%;
	height:100%;
}
.main-slider-block .swiper-slide .swiper-slide-wrap .more{
	position:relative;
	display:table;
}
.main-slider-block .swiper-slide .swiper-slide-wrap .more:after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgb(255 255 255 / 40%);
    display: block;
    margin: 5px 0 0 0;
}
.main-slider-block .swiper-slide .swiper-slide-wrap .left-text-desktop,
.main-slider-block .swiper-slide .swiper-slide-wrap .left-text-mobile{
	color: #fff;
	position: absolute;
}
.main-slider-block .swiper-slide .swiper-slide-wrap .left-text-desktop,
.main-slider-block .swiper-slide .swiper-slide-wrap .left-text-mobile>div{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
}


@media (min-width: 1200px) {
	.main-slider-block .swiper-slide .swiper-slide-wrap .caption{
		width: 100%;
		margin: 0 auto;
		height:100%;
		top: 0;
		left:0;
		right: 0;
	}
	.main-slider-block .swiper-slide .swiper-slide-wrap .caption > div{
		width:100%;
	}
	.main-slider-block .swiper-slide .swiper-slide-wrap .image{
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 1;	
	}
	.main-slider-block .swiper-slide .swiper-slide-wrap .left-text-desktop{
		font-weight: 900;
		text-align: center;
		background-color: rgb(0 52 111 / 45%);
		left: 0;
		top: 0;
		bottom: 0;
	}
	.main-slider-block .swiper-slide .swiper-slide-wrap .left-text-desktop span{
		display: block;
		-moz-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		text-align: center;
		line-height: 1;
	}
	.main-slider-block .swiper-slide .swiper-slide-wrap .left-text-mobile{
		display:none;
	}
}
@media (max-width: 1200px) {
	.main-slider-block .swiper-slide .swiper-slide-wrap .caption{
		width: 100%;
		margin: 0 auto;
		left:0;
		right:0;
		top:0;
	}
	.main-slider-block .swiper-slide .swiper-slide-wrap .caption > div{
		max-width:100%;
		width:100%;
	}
	.main-slider-block .swiper-slide .swiper-slide-wrap .image{
		position: absolute;
		right: 0;
		left: 0;
		bottom: 0;
		background-color: #000;
		z-index: 1;
	}
	.main-slider-block .swiper-slide .swiper-slide-wrap .left-text-mobile{
		font-weight: 900;
		text-align: center;
		background-color: rgb(0 52 111 / 45%);
		left: 0;
		right: 0;
		top: 0;
	}
	.main-slider-block .swiper-slide .swiper-slide-wrap .left-text-mobile span{
		width: 100%;
		line-height: 1;
	}
	.main-slider-block .swiper-slide .swiper-slide-wrap .left-text-desktop{
		display:none;
	}
}
.main-slider-block .prev,
.main-slider-block .next{
	position:absolute;
    z-index: 2;
    color: #fff;
	cursor:pointer;
    text-align: center;
}
.main-slider-block h1 a{
	text-decoration:none;
}
.main-slider-block .swiper-button-disabled{
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
@keyframes jumpInfinite {
	0% {
		top: 0;
	}
	50% {
		top: -10px;
	}
	100% {
		top: 0;
	}
}
.main-slider-block .swiper-slide .swiper-slide-wrap .caption{
    z-index: 1;
    color: #fff;
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.main-slider-block .pagi {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.main-slider-block .pagi .swiper-pagination-bullet.prog {
	overflow:hidden;
	cursor:pointer;
	margin:0 0 0 10px;
    height: 3px;
    width: 20px;
    display: block;
    background-color: rgb(255 255 255 / 20%);
}
.main-slider-block .pagi .swiper-pagination-bullet.prog:first-child {
	margin:0
}
.main-slider-block .pagi .swiper-pagination-bullet.prog.swiper-pagination-bullet-active span {
	height:100%;
	display:block;
    animation-name: progress;
    animation-timing-function: linear;
    animation-iteration-count: 1;
	animation-play-state: paused;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}
.main-slider-block .pagi .swiper-pagination-bullet.prog.swiper-pagination-bullet-active span.active {
    background-color: #fff;
}
.main-slider-block .pagi .swiper-pagination-bullet.prog.swiper-pagination-bullet-active.active span {
	animation-play-state: running;
}



@media (min-width: 1400px) {
	.main-slider-block .swiper-slide .swiper-slide-wrap{
		height: 65vh;
	}
	.main-slider-block .swiper-slide .swiper-slide-wrap .caption{
		max-width: 80%;
		padding: 40px 0;
	}
	.main-slider-block .swiper-slide .swiper-slide-wrap .caption > div{
		max-width:45%;
	}
	.main-slider-block .swiper-slide .swiper-slide-wrap .image{
		width: 45%;
	}
	.main-slider-block .swiper-slide .swiper-slide-wrap .left-text-desktop{
		font-size: 45px;
		border-right: 5px solid var(--theme-color-1);
		padding: 0 25px 0 35px;
	}
	
	
	.main-slider-block .pagi {
		bottom: 30px;
		max-width: 80%;
	}
	.main-slider-block .prev,
	.main-slider-block .next{
		font-size: 40px;
		height: 40px;
		width: 40px;
		top:calc(50% - 20px);
		/*opacity:0;*/
	}
	/*.main-slider-block:hover .prev,
	.main-slider-block:hover .next{
		opacity:1;
	}*/
	.main-slider-block .prev{left:120px}
	.main-slider-block .next{right:20px}
}
@media (max-width: 1400px) and (min-width: 992px) {
	.main-slider-block .swiper-slide .swiper-slide-wrap{
		height: 70vh;
	}
	.main-slider-block .swiper-slide .swiper-slide-wrap .caption{
		max-width: 80%;
		padding: 20px 0;
	}
	.main-slider-block .swiper-slide .swiper-slide-wrap .caption > div{
		max-width:45%;
	}
	.main-slider-block .swiper-slide .swiper-slide-wrap .image{
		width: 45%;
	}
	.main-slider-block .swiper-slide .swiper-slide-wrap .left-text-desktop{
		font-size: 35px;
		border-right: 5px solid var(--theme-color-1);
		padding: 0 15px 0 25px;
	}
	
	
	.main-slider-block .pagi {
		bottom: 20px;
		max-width: 80%;
	}
	.main-slider-block .prev,
	.main-slider-block .next{
		font-size: 40px;
		height: 40px;
		width: 40px;
		top:calc(50% - 20px);
		opacity:0;
	}
	.main-slider-block:hover .prev,
	.main-slider-block:hover .next{
		opacity:1;
	}
	.main-slider-block .prev{left:85px}
	.main-slider-block .next{right:20px}
}
@media (max-width: 992px) {
	.main-slider-block .swiper-slide .swiper-slide-wrap .caption{
		max-width: calc(100% - 40px);
		padding: 52px 0 0 0;
		height:55%;
	}
	.main-slider-block .swiper-slide .swiper-slide-wrap{
		height: calc(100vh - 95px);
	}
	.main-slider-block .swiper-slide .swiper-slide-wrap .image{
		height: 45%;
	}
	.main-slider-block .swiper-slide .swiper-slide-wrap .left-text-mobile{
		font-size: 30px;
		border-bottom: 5px solid var(--theme-color-1);
		padding: 10px 15px 7px 25px;
	}
	.main-slider-block .swiper-slide .swiper-slide-wrap .left-text-desktop{
		display:none;
	}
	
	
	.main-slider-block .pagi {
		top: 90px;
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
	}
	.main-slider-block .prev,
	.main-slider-block .next{
		font-size: 21px;
		height: 20px;
		line-height: 1;
		top: 60px;
	}
	.main-slider-block .prev{left:calc(50% - 15px)}
	.main-slider-block .next{right:calc(50% - 15px)}
}

@keyframes progress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}



.home-posts-blocks .item{
    background-color: var(--theme-color-2);
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 6%);
    position: relative;
}
.home-posts-blocks .item .item-title h4{
    text-align: center;
    margin: 0;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    background-color: var(--theme-color-1);
    padding: 15px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.home-posts-blocks .item .item-caption{
    height: 546px;
    overflow-y: auto;
    border-top: 1px solid #032e5e;
    border-bottom: 1px solid #032e5e;
}
.home-posts-blocks .item .item-caption::-webkit-scrollbar {
    width: 5px;
}
.home-posts-blocks .item .item-caption::-webkit-scrollbar-track {
    background: #005196;
}
.home-posts-blocks .item .item-caption::-webkit-scrollbar-thumb {
    background: var(--theme-color-1);
}
.home-posts-blocks .item .item-caption a{
    text-decoration: none;
    color: #fff;
    border-top: 1px solid #032e5e;
    padding: 15px 20px;
    display: block;
}
.home-posts-blocks .item .item-caption a:first-child{
    border-top:0;
}
.home-posts-blocks .item .item-caption a p{
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
    margin: 0 0 10px 0;
}
.home-posts-blocks .item .item-caption a h3{
    margin: 0;
    line-height: 1.3;
    font-weight: 300;
    font-size: 15px;
}
.home-posts-blocks .item .item-footer a{
    color: #fff;
    background-color: var(--theme-color-1);
    text-decoration: none;
    font-weight: 300;
    padding: 15px 20px;
    display: table;
    margin: 0 0 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 1;
    font-size: 15px;
}



@media(min-width:1200px){
	.post-search-form{
		bottom: -40px;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}
@media(max-width:1200px){
	.post-search-form{
		margin:20px;
		position: relative;
	}
}
.post-search-form{
    max-width: 750px;
    z-index: 2;
}
.post-search-form input{
    width: 100%;
    display: block;
    padding: 20px 80px 20px 40px;
    border: 2px solid var(--theme-color-2);
    color: var(--theme-color-2);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 21px;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 1;
    height: 80px;
    outline: none !important;
    box-shadow: none !important;
}
.post-search-form input::-webkit-input-placeholder {
	color:#d9d9d9;
    font-weight: 100;
    letter-spacing: 1px;
}
.post-search-form input::-moz-placeholder {
	color:#d9d9d9;
    font-weight: 100;
    letter-spacing: 1px;
}
.post-search-form input:-ms-input-placeholder {
	color:#d9d9d9;
    font-weight: 100;
    letter-spacing: 1px;
}
.post-search-form input:-moz-placeholder {
	color:#d9d9d9;
    font-weight: 100;
    letter-spacing: 1px;
}
.post-search-form input + i{
    position: absolute;
    right: 0;
    height: 80px;
    line-height: 80px;
    width: 50px;
    top: 0;
    bottom: 0;
    font-size: 20px;
    cursor: pointer;
}



.home-big-posts-blocks .wrap{
    position: relative;
    background-color: #fff;
    color: #333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 6%);
}
.home-big-posts-blocks .left a{
    text-decoration: none;
    color: #000;
    height: 100%;
    display: block;
}
.home-big-posts-blocks .left a .image{
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	overflow:hidden;
}
.home-big-posts-blocks .left a .image picture,
.home-big-posts-blocks .left a .image picture img{
	display:block;
	max-width:100%;
	height:auto;
	max-height:280px;
}
.home-big-posts-blocks .left a h5{
    font-weight: 300;
    margin: 0 0 10px 0;
    line-height: 1;
}
.home-big-posts-blocks .left a h3{
    font-weight: 400;
    line-height: 1.4;
	margin:0;
}
.home-big-posts-blocks .left a p{
    font-weight: 300;
    line-height: 1.5;
	margin:20px 0 0 0;
}
.home-big-posts-blocks .right a{
    text-decoration: none;
    color: #000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 15px 0 0 0;
}
.home-big-posts-blocks .right a:first-child{
    margin: 0;
}
.home-big-posts-blocks .right a .image{
    height: 65px;
    width: 85px;
    min-width: 85px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	overflow:hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    background-color: #000;
}
.home-big-posts-blocks .right a .image picture,
.home-big-posts-blocks .right a .image picture img{
	display:block;
	max-width:100%;
	height:auto;
	max-height:100%;
}
.home-big-posts-blocks .right a .image + div{
	padding: 0 0 5px 0
}
.home-big-posts-blocks .right a h5{
    font-weight: 300;
    margin: 6px 0 0 0;
    line-height: 1;
    font-size: 13px;
}
.home-big-posts-blocks .right a h3{
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}
.home-big-posts-blocks .right a p{
    font-weight: 300;
    line-height: 1.5;
}
.home-big-posts-blocks .right .top + a{
    color: #fff;
    background-color: var(--theme-color-1);
    text-decoration: none;
    font-weight: 300;
    padding: 18px 20px;
    line-height: 1;
    display: table;
    margin: 0 0 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}







.home-events .item{
    text-decoration: none;
    color: #000;
    -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 6%);
	background-color:#fff;
}
.home-events a .image{
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	overflow:hidden;
}
.home-events a .image picture,
.home-events a .image picture img{
	display:block;
	width:100%;
	height:auto;
}
.home-events .item h3{
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}
.home-events a.item h5{
    font-weight: 300;
    line-height: 1.5;
	margin:0 0 10px 0
}
.home-events .prev,
.home-events .next{
    height: 30px;
    line-height: 32px;
	cursor:pointer
}
.home-events .swiper-button-disabled{
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.home-events .more{
    color: #fff;
    background-color: var(--theme-color-1);
    text-decoration: none;
    font-weight: 300;
    padding: 20px 20px;
    line-height: 1;
    display: table;
    margin: 0 0 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}



.home-abouts .item{
    text-decoration: none;
    display: block;
    color: #000;
    text-align: center;
	padding:10px;
    -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 6%);
	background-color:#fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.home-abouts .item picture,
.home-abouts .item picture img{
    width: 100%;
    height: auto;
    display: block;
}
.home-abouts .item h3{
    padding: 30px 20px 20px 20px;
    margin: 0;
    font-weight: 400;
    letter-spacing: 1px;
}




.home-informations .item{
    text-decoration: none;
    display: block;
    color: #000;
    padding: 30px 20px;
    -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 12%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    text-align: center;
    min-height: 220px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    color: #000;
}
.home-informations .item h3{
    font-weight: 400;
    letter-spacing: 1px;
}




.room-board-page .item,
.president-message-page .item,
.financial-statement-page .item,
.posts-block .item{
    padding: 30px 30px 100px 30px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 100%;
    position: relative;
}
.president-message-page .item .image,
.posts-block .item .image{
    text-decoration: none;
    display: block;
    background-color: #f6f7f8;
}
.posts-block .item .image picture,
.president-message-page .image picture,
.financial-statement-page .image picture,
.posts-block .item .image picture img{
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
}
.president-message-page .item .image picture img{
    display: table;
    max-width: 100%;
    height: auto;
	margin:0 auto;
}
.room-board-page .item .text h3,
.president-message-page .item .text h3,
.financial-statement-page .item .text h3,
.posts-block .item .text h3{
    text-decoration: none;
    color: #000;
    font-weight: 400;
	line-height:1.4;
}
.room-board-page .item .text a,
.president-message-page .item .text a,
.financial-statement-page .item .text a,
.posts-block .item .text a{
    text-decoration: none;
    color: #000;
    line-height: 1.5;
}
.room-board-page .item .text .more,
.president-message-page .item .text .more,
.financial-statement-page .item .text .more,
.posts-block .item .text .more{
    color: #fff;
    font-weight: 500;
    position: absolute;
    right: 20px;
    bottom: 20px;
}



.room-board-page .item,
.financial-statement-page .item{
    padding: 50px 30px 100px 30px;
}
.room-board-page .item .image,
.financial-statement-page .item .image{
    color: var(--theme-color-2);
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.room-board-page .item .text .more,
.financial-statement-page .item .text .more{
	left:20px;
}

.room-board-page-single picture{
    overflow: hidden;
    border: 2px solid #fff;
}
.room-board-page-single picture,
.room-board-page-single picture img{
	display:block;
	width:100%;
	height:auto;
}



.pagination{
	
}
.pagination li{
	
}
.pagination li a{
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    display: block;
    border: 1px solid #ededed;
    margin: 0 0 0 -1px;
    min-width: 50px;
    text-align: center;
    text-decoration: none;
    color: #000;
}
.pagination li:first-child a{
	margin:0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.pagination li:last-child a{
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.pagination li:hover a{
    border-color: var(--theme-color-1);
    background-color: var(--theme-color-1);
    color: #fff;
}
.pagination li.active a{
    border-color: var(--theme-color-2);
    background-color: var(--theme-color-2);
    color: #fff;
}





.c-items .c-item a,
.form-item-icons i {
    background-color: var(--theme-color-1);
}
.c-items{
    background-color: #fff;
}
.form-item-icons i:after{
    color: var(--theme-color-1);
    font-weight: 600;
}
.c-items {
    padding: 30px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    height: 100%;
}
.c-items h3 {
    font-weight: 600;
    font-size: 13px;
}
.c-items .c-item {
    line-height: 1.5;
}
.c-items .c-item a {
    font-size: 16px;
    font-weight: 300;
    padding: 15px 13px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    color: #fff !important;
}
.contact-map iframe {
    width: 100%;
    height: 250px;
}
blockquote {
    border-left: 10px solid #ececec;
    padding: 30px;
    margin: 20px 0;
    background-color: #f6f7f8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
blockquote a {
    text-decoration: none;
    color: var(--theme-color-1);
}
.c-items .c-item a{
    text-decoration: none;
    display: block;
    line-height: 1;
}

.post-block .top-info .top-info-item {
    font-size: 12px;
    padding: 11px 15px;
    background-color: #f6f7f8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ededed;
    line-height: 1.084;
}
.post-block .top-info .top-info-item i{
    font-size: 13px;
    line-height: 1;
    position: relative;
    top: 1px;
}
.post-block .tags .tags-list a{
    display: inline-block;
    padding: 12px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
	background-color:var(--theme-color-1);
	color:#fff;
}
.post-block .tags .tags-list a:hover{
	background-color:var(--theme-color-2);
}
.post-block .post-prev-next .prev,
.post-block .post-prev-next .next{
	padding-top:20px;
	padding-bottom:20px;
    background-color: #f6f7f8;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    position: relative;
	text-decoration:none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	min-height:56px;
	color:#333;
}
.post-block .post-prev-next .prev span,
.post-block .post-prev-next .next span{
	display:block;
}
.post-block .post-prev-next .prev:before,
.post-block .post-prev-next .next:after{
    background-color: #fff;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    top: 0;
    bottom: 0;
    width: 25px;
    font-size: 25px;
    line-height: 1;
    color: #9a9a9a;
    background-color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
    position: absolute;
}
.post-block .post-prev-next .prev:before{
    content: "\f053";
    left: 0;
}
.post-block .post-prev-next .next:after{
    content: "\f054";
    right: 0;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
}



table {
	background-color:#fff;
	caption-side: bottom;
	border-collapse: collapse;
}
table:last-child{
	margin:0;
}

thead,
tbody,
tfoot,
tr,
td,
th {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}

.post-block .light-gallery .gallery-item,
.post-block .gallery-item-videos [data-poster]{
	position:relative;
    text-decoration: none;
    border: 2px solid #fff;
}
.post-block .light-gallery .gallery-item:after,
.post-block .gallery-item-videos [data-poster]:after{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    color: var(--theme-color-1);
    font-size: 25px;
    position: absolute;
    top: calc(50% - 26px);
    left: calc(50% - 26px);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 2px solid var(--theme-color-1);
}
.post-block .light-gallery .gallery-item:after{
    content: "\f31e";
}
.post-block .gallery-item-videos [data-poster]:after{
    content: "\f04b";
    padding: 0 0 0 4px;
}






.share-buttons {
	padding: 0;
	list-style: none;
}
.share-buttons li {
    display: inline-block;
	margin-bottom:0
}
.share-buttons li a {
    background: #fff;
    border: 1px solid #666;
    border-radius: 3px;
    font-weight: 500;
    padding: 10px 15px;
    transition: 0.3s;
    display: block;
    text-decoration: none;
}
.share-buttons li a:hover { color: #fff; }
.share-buttons li i {
	font-size: 16px;
	position: relative;
	top: 1px;
}
.share-buttons li a.fb-share:hover { background: #3b5998; color: #fff; }
.share-buttons li a.fb-share {
	border-color: #3b5998;
	color: #3b5998;
}
.share-buttons li a.twitter-share:hover { background: #1da1f2; color: #fff; }
.share-buttons li a.twitter-share {
	border-color: #1da1f2;
	color: #1da1f2;
}
.share-buttons li a.gplus-share:hover { background: #dd4b39; color: #fff; }
.share-buttons li a.gplus-share {
	border-color: #dd4b39;
	color: #dd4b39;
}
.share-buttons li a.pinterest-share:hover { background: #bd081c; color: #fff; }
.share-buttons li a.pinterest-share {
	border-color: #bd081c;
	color: #bd081c;
}
.share-buttons li a.whatsapp:hover { background: #009688; color: #fff; }
.share-buttons li a.whatsapp {
	border-color: #009688;
	color: #009688;
}






.page-documents .item{
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 6%);
}
.page-documents .item>a{
    color: #000;
    text-decoration: none;
    display: block;
}
.page-documents .item>a i{
	position: absolute;
	color:var(--theme-color-2);
    left: 0;
    top: 0;
}
.page-documents .item>a .info p{
    margin: 0 20px 0 0;
    text-transform: uppercase;
    line-height: 1;
}
.page-documents .item>a .info p:last-child{
    margin: 0
}
.page-documents .item .text{
    border-top: 1px solid #ededed;
    color: #000;
}





@media(min-width:992px){
	.president-page .president{
		position: -webkit-sticky;
		position: sticky;
		top: 130px;
	}
}
.president-page .president picture,
.president-page .president picture img{
    background-color: #fff;
    display: block;
    overflow: hidden;
    max-height: 300px;
    width: auto;
    margin: 0 auto 30px auto;
}



.room-board-page-single table img{
	max-height:225px;
	width:auto;
}
.room-board-page-single .item{
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ededed;
    height: 100%;
}
.room-board-page-single .item tr,
.room-board-page-single .item tr td{
    border-color: #ededed;
}
.room-board-page-single .item tr td{
    padding: 15px;
}
.room-board-page-single .item small{
	display:block;
	font-weight:400;
	line-height:1;
}
.room-board-page-single .item small + p{
	line-height:1;
}


.v-menu-wrap {
	position: relative;
}
@media(min-width:992px){
	.v-menu-wrap {
		min-height:100%;
	}
	.v-menu-wrap .v-menu{
		position: -webkit-sticky;
		position: sticky;
		top: 130px;
	}
	.v-menu-wrap:before {
		content: "";
		position: absolute;
		top: 0;
		right: -50px;
		bottom: 0;
		left: -9999px;
		background-color: #fff;
		z-index: 0;
		-webkit-box-shadow: 5px 0 10px 0 rgb(0 0 0 / 17%);
		-moz-box-shadow: 5px 0 10px 0 rgb(0 0 0 / 17%);
		box-shadow: 5px 0 10px 0 rgb(0 0 0 / 17%);
	}
	.v-menu a{
		margin: 40px 0 0 0;
	}
}
@media(max-width:992px){
	.v-menu-wrap {
		min-height:auto !important;
	}
	.v-menu a{
		margin: 20px 0 0 0;
	}
	.row{
		margin-left:-15px !important;
		margin-right:-15px !important;
	}
	.row>div{
		padding-left:15px !important;
		padding-right:15px !important;
	}
}
.v-menu a{
	position:relative;
    display: block;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    line-height: 1.4;
}
.v-menu a.active{
	color:var(--theme-color-1);
	font-weight:600;
}
.v-menu a:first-child{
    margin: 0;
}



@media(max-width:992px){
	.row{
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
	.row>* {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}







.tabs .tab-links {
    padding:0;
	margin:0;
    list-style-type: none;
}
.tabs .tab-links li{
	margin:0 0 0 20px;
}
.tabs .tab-links li:first-child{
	margin:0
}
.tabs .tab-links li a{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 20px;
	text-decoration:none;
    position: relative;
    cursor: pointer;
    display: block;
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #ededed;
}
.tabs .tab-links li a.active {
    border-color: var(--theme-color-1);
    background-color: var(--theme-color-1);
    color:#fff;
}

.search-page .item a {
    display: block;
    background-color: #fff;
    padding: 20px 30px;
    text-decoration: none;
    color: #000;
    border: 1px solid #ededed;
	border-bottom:0;
}
.search-page .item a h4{
	margin:0;
	font-weight:400;
}
.search-page .item a h4 + p{
    margin: 6px 0 0 0;
    font-weight: 300;
    line-height: 1;
    font-size: 13px;
}
.search-page .item:first-child a {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.search-page .item:last-child a {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
    border-bottom: 1px solid #ededed;
}


















