/* ============================== */
/* 		HOME PAGE */
/* ============================== */

/*home slider */

.slider-wrapper {
	position:relative;
	width:100%;
	margin-bottom:15px;
}
 @media only screen and (min-width: 768px) {
.slider-wrapper {
 margin-bottom:0;
}
}
.scrollup {
	display: none;
	position: fixed;
	top: 56px;
	left:0;
	right:0;
	width: 100%;
	height:24px;
	z-index: 9999;
	text-align:center;
}

 @media only screen and (min-width: 992px) {
.scrollup {
 top: 74px;
}
}
 @media only screen and (min-width: 1200px) {
.scrollup {
 top: 96px;
}
}
 @media only screen and (min-width: 1400px) {
.scrollup {
 top: 114px;
}
}
.scrollup img {
	margin-left:auto;
	margin-right:auto;
}
.arrow-rule {
	width:100%;
	height:174px;
	z-index:8000;
	position:absolute;
	top:0;
	left:0
}
.arrow-rule .inner {
	width:100%;
	height:100%;
	position:relative
}
.scrolldown {
	width:100%;
	left:0;
	right:0;
	position:absolute;
	bottom:0;
	z-index:1000;
	margin:0;
	padding:0;
	line-height:0;
}
.scrolldown img {
	width:100%;
	border:none;
}
 @media only screen and (max-width: 767px) {
.scrolldown {
 display:none;
}
}
#homecontent {
	width:100%;
	left:0;
	right:0;
	top:calc(100vh - 80px);
	position:absolute;
	margin:0;
	padding:0;
	line-height:0;
}
 @media only screen and (min-width: 1200px) {
#homecontent {
 top:calc(100vh - 120px);
}
}
 @media only screen and (min-width: 1400px) {
#homecontent {
 top:calc(100vh - 140px);
}
}

.home-slider .slide {
	position:relative;
}
.home-slider .slide .card-img {
	width:100%;
	height:auto;
	min-height:250px;
	
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	position:relative
}
 @media only screen and (min-width: 768px) {
.home-slider .slide .card-img {
 height:calc(100vh);
 width:100%;
}
}
.home-slider .slide .card-img-overlay {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	padding-bottom:5%;
}
 @media only screen and (min-width: 768px) {
.home-slider .slide .card-img-overlay {
 padding-bottom:12%;
}
}
.home-slider .slide .card-img-overlay .container {
	width:90%;
	max-width:90%;
}
 @media only screen and (min-width: 768px) {
.home-slider .slide .card-img-overlay .container {
 width:85%;
 max-width:85%;
}
}
.home-slider .slide h2 {
	font-size: 14px;
	line-height: 120%;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .05em;
	text-align: left;
	margin-bottom: 1rem;
}
 @media only screen and (min-width: 768px) {
 .home-slider .slide h2 {
 font-size:7vw;
 margin-bottom:3rem
}
}
.home-slider .slide h2.left {
	text-align:left
}
@media only screen and (min-width:768px) {
.home-slider .slide h2 {
font-size:24px
}
}
@media only screen and (min-width:1360px) {
.home-slider .slide h2 {
font-size:30px
}
}
@media only screen and (min-width:1800px) {
.home-slider .slide h2 {
font-size:40px
}
}
.home-slider .h3 {
	font-family:'PT Serif', serif;
	color:#fff;
	font-size:21px;
	font-size:4vw;
	line-height:115%;
	font-weight:400;
	text-align:left
}
 @media only screen and (min-width:1360px) {
.home-slider .h3 {
font-size:53px;
max-width:85%
}
}
@media only screen and (min-width:1800px) {
.home-slider .h3 {
font-size:29px
}
}
.home-slider .slide a, .home-slider .slide .dark a {
	color:#FFF;
}
.home-slider .slide .slide-bottom img {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	line-height:0
}
/* owl carousel theme*/
.owl-carousel {
	display: block;
}
.owl-carousel .slide-owl-wrap:not(:first-child) {
 display: none;
}
main .owl-carousel .owl-item img {
	width: auto;
	max-width: 100%;
}
main .owl-carousel img.fullwidth {
	width: 100%;
	height: auto;
}
.owl-carousel {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-item {
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}
.owl-carousel:focus, .owl-carousel .owl-item:focus {
	outline: none;
}
.owl-carousel .owl-nav {
	text-align: center;
}
/* owl arrows for sliders */
main .owl-carousel .owl-nav .owl-prev, main .owl-carousel .owl-nav .owl-prev:hover {
	background-image: url(../images/prev-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
main .owl-carousel .owl-nav .owl-next, main .owl-carousel .owl-nav .owl-next:hover {
	background-image: url(../images/next-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.owl-nav [class*='owl-'] {
 position: absolute;
 top: 62.5%;
 margin: 0;
 margin-top: -23px;
 width: 23px;
 height: 46px;
 border: none;
 z-index: 800;
}
 @media only screen and (min-width: 768px) {
 .owl-nav [class*='owl-'] {
top: 50%;
 margin-top: -17px;
 width: 17px;
 height: 34px;
}
}
 @media only screen and (min-width: 1400px) {
 .owl-nav [class*='owl-'] {
 margin-top: -29px;
 width: 28px;
 height: 57px;
}
}
.owl-prev {
	left: 2.5%;
}
.owl-next {
	right: 2.5%;
}
@media only screen and (min-width: 768px) {
 .owl-prev {
 left: 2%;
}
 .owl-next {
 right: 2%;
}
}
/*home boxes */
.card {
	border-radius:0;
}
.card-img {
	border: none;
	border-radius:0;
}
.home-boxes .inner {
	position:absolute;
	padding-left:40px;
	padding-right:40px
}
.home-boxes h3 {
	font-size:36px;
	font-size:2.64vw;
	line-height:150%;
	text-transform:uppercase
}
@media only screen and (min-width:1360px) {
.home-boxes h3 {
font-size:36px
}
}
.home-boxes .two-col .col {
	width:50%;
	display:inline-block;
	position:relative
}
.home-boxes .two-col .inner {
	position:absolute;
	top:40px
}
.home-boxes .two-col img {
	line-height:0;
	height:100%
}
.home-boxes .two-col .col:last-child {
	height:100%
}
.home-boxes .two-col p {
	font-family:'PT Serif', serif;
	font-size:40px;
	font-size:2.93vw;
	line-height:120%;
	letter-spacing:-.02em
}
@media only screen and (min-width:1360px) {
.home-boxes .two-col p {
font-size:40px
}
}
.home-boxes .two-col, .home-boxes .two-col p {
	color:#fff
}
.home-boxes .two-col h3 {
	color:#4ea9c4
}
.home-boxes .two-col p a:link {
	color:#fff
}
.home-boxes .two-col p a:visited {
	color:#fff
}
.home-boxes .two-col p a:hover {
	color:#fff;
	opacity:.8
}
.content .home-boxes .two-col p.date {
	font-size:15px;
	font-weight:600
}
.home-boxes .three-col .card {
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, .45);
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, .45);
	box-shadow:0 0 10px rgba(0, 0, 0, .45)
}
.home-boxes .three-col .inner {
	padding-top:40px;
}
.home-boxes .three-col p {
	font-family:'PT Serif', serif;
	font-size:30px;
	font-size:2.2vw;
	line-height:120%;
	letter-spacing:-.02em;
	color:#0d3848
}
@media only screen and (min-width:1360px) {
.home-boxes .three-col p {
font-size:30px
}
}
.home-boxes .three-col a:link, .home-boxes .three-col a:visited {
	color:#0d3848
}
.home-boxes .three-col .blue_bk h3 {
	color:#fff
}
.home-boxes .three-col .blue_bk a, .home-boxes .three-col .blue_bk p {
	color:#fff
}
.home-boxes .three-col p a:hover {
	opacity:.8
}
.home-boxes .featured {
	position: relative;
}
.home-boxes article {
	margin-bottom:20px;
}
.featured:after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:linear-gradient(90deg, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, 0) 70%)
}
.featured-photo {
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#0d3848;
}
.home-boxes .featured .inner {
	padding-top:40px;
	padding-left:40px;
	padding-right:40px;
	z-index:3000;
}
.home-boxes .featured .inner a {
	color:#fff
}
.home-boxes .featured p {
	font-family:'PT Serif', serif;
	font-size:60px;
	font-size:4.6vw;
	line-height:120%;
	letter-spacing:normal;
	color:#fff;
	margin-top:30px;
	margin-top:5%
}
@media only screen and (min-width:1360px) {
.home-boxes .featured p {
font-size:60px;
max-width:60%
}
}
.content .home-boxes {
	margin-bottom:30px;
	overflow:hidden
}
.content .home-boxes .inner {
	top:20px
}
.content .home-boxes .two-col p {
	font-size:36px;
	font-size:2.5vw;
	line-height:120%;
	letter-spacing:-.02em
}
@media only screen and (min-width:1360px) {
.content .home-boxes .two-col p {
font-size:36px
}
}
