@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

.text-white{color: white !important;}

.text-primary{color: #1c4d74 !important;}
.text-secondary{color: #009ade !important;}
.text-tertiary{color: #ecf4fa !important;}

.text-grey{color: #bebfc0 !important;}
.text-body{color: #28323c !important}

.thin{font-weight: 300; text-transform: capitalize;}

.background-primary{background: #1c4d74 !important;}
.background-secondary{background: #009ade !important;}
.background-tertiary{background: #ecf4fa !important;}

.box-shadow{box-shadow: 5px 5px 40px 0px #686868;}

h1, h2, h3, h4, h5, h6 { line-height: 1.25; }

.page-content > *,
.main_slider .slide-content,
.main_slider .slide-caption{
	max-width: 2500px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.page-content p, .page-content li{
	font-size: 25px;
	line-height: 1.5;
}

.page-content section{
	display: block !important;
}

.btn.btn-primary { color: #1c4d74; border: 2px solid #1c4d74; }
.btn.btn-primary:hover { border: 2px solid #1c4d74; background-color: #1c4d74; }

.btn.btn-primary.light { color: #009ade; border: 2px solid #009ade; }
.btn.btn-primary.light:hover { color: white; border: 2px solid #009ade; background-color: #009ade; }

.decorated{
	position: relative;
	margin-bottom: 55px;
}
.decorated:after{
	content: '';
	position: absolute;
	margin: auto;
	bottom: -20px;
	left: 0;
	width: 100px;
	height: 3px;
	background-color: #009ade;
}
.text-center .decorated:after,
.text-center.decorated:after{
	left: calc(50% - 50px);
}

/* General */
.white-overlay{
	width: 100%;
	background: rgba(255,255,255, .5);
}
li.btn-primary a{
	color: white;
	/* background-color: inherit; */
}
.flex{
	display: flex;
}
.row.flex{
	display: flex !important;
	flex-wrap: wrap !important;
}
.row.flex::after,.row.flex::before{display: none;}
.row-reverse{
	flex-direction: row-reverse;
}
.align-center{
	align-items: center;
}
.justify-center{
	justify-content: center;
}

.inside-60-40{
	display: flex;
}
.inside-60-40 .image-half{
	width: 60%;
}
.inside-60-40 .text-half{
	width: 40%;
}
.inside-60-40 .image-half{
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.inside-60-40 .image-half img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.inside-60-40 .text-half{
	padding: 50px 50px;
}
@media (max-width: 1023px){
	.inside-60-40{
		flex-wrap: wrap;
	}
	.inside-60-40 .image-half,
	.inside-60-40 .text-half{
		width: 100%;
	}
	.inside-60-40 .image-half{
		order: 1;
		max-height: 300px;
	}
	.inside-60-40 .text-half{
		order: 2;
	}
}

/* Header */
.site_logo{
	display: flex;
}
.site_logo img{
	/* margin-right: 150px; */
	/* border-right: 1px solid #6b6b6b; */
	/* padding-right: 15px; */
	/* max-height: 85px; */
}
.navbar{
	/* display: flex; */
	align-items: center;
}
.header_login{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.header_login li a{ color: #6b6b6b; }
.header_login li a:hover{ color: #1c4d74; }

.emergency_number{
	color: white;
}

.mainmenu .nav.navbar-nav > li > a {
	padding: 14px 17px;
}

/* adding back dropdowns */
	.navbar-nav>li:hover>#menu2.dropdown-menu,
	.navbar-nav>li.opened>#menu2.dropdown-menu{
		display: block;
	}
	.navbar-nav>li.dropdown i,
	.navbar-nav>li.dropdown i{
		-webkit-transition: all .2s ease-out;
		-moz-transition: all .2s ease-out;
		-o-transition: all .2s ease-out;
		transition: all .2s ease-out;
	}
	.navbar-nav>li.dropdown:hover i,
	.navbar-nav>li.dropdown.opened i{
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	.navbar-nav>li>#menu2.dropdown-menu{
		background: #28323C;
		top: 100%;
		left: 0;
		right: auto;
	}
	#menu2.dropdown-menu > li > a{
		padding: 10px 20px 10px 20px;
	}
	#menu2.dropdown-menu > li:last-child > a{
		padding-bottom: 25px;
	}
	#menu2.dropdown-menu > li:first-child > a{
		padding-top: 25px;
	}

	@media screen and (max-width: 991px) {
		.navbar-nav>li:hover>#menu2.dropdown-menu,
		.navbar-nav>li.opened>#menu2.dropdown-menu{
			position: relative;
			float: none;
		}
	}
/* end adding back dropdowns */

.header_login > ul > li > a { font-size: 20px !important; margin-left: 10px; }

.mobile-top-menu { display: none; }

@media (max-width: 991px){
	.mainmenu { padding-bottom: 0; }
	.mainmenu .navbar-header { padding-bottom: 30px; }
	.mainmenu .navbar-collapse { margin-left: -55px; margin-right: -55px; }
	.mainmenu .nav.navbar-nav { float: none; padding: 0 55px;}
	.mainmenu .nav.navbar-nav > li > a { font-size: 17px !important; }
	.mainmenu .nav.navbar-nav li.selected a { background:#1c4d74; color: #fff; }
	.mainmenu .nav.navbar-nav a:hover { background:#009ade; color: #fff; }
	.mobile-top-menu { background: #1c4d74; display: block; text-align: center; padding: 30px 55px; }
	.mobile-top-menu .mobile-links { list-style: none; padding: 0; margin: 0; }
		.mobile-top-menu .mobile-links .phone { background: transparent !important; color:#fff; font-size: 24px; margin-bottom: 20px; }
			.mobile-top-menu .mobile-links .phone:hover { color: #a5a5a5; }
			.mobile-top-menu .mobile-links .social { width: auto; }
		.mobile-top-menu .mobile-links a { width: 100%; display: block; padding: 10px 20px; background: white; border-radius: 5px; text-transform: uppercase; }
			.mobile-top-menu .mobile-links a.highlight { background: #bebfc0; color: #fff; }
			.mobile-top-menu .mobile-links a:hover { background: #a5a5a5; color: #fff; }
		.mobile-top-menu .mobile-links li + li { margin-top: 10px; }
}

/* Top Bar links */
.header_top_area { padding: 5px 0;}

.header_top_area a { font-size: 18px; }
.header_top_area a:hover { color: #009ade; }
.hotel_booking{
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.hotel_booking a,
.hotel_booking input {
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin-bottom: 10px;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent none repeat scroll 0 0;
	color: #aab8ca;
	/* font-family: "Karla",sans-serif; */
	/* font-family: 'Poppins', sans-serif; */
	padding: 0;
	padding-left: 8px;
	border-top: none;
	border-left: none;
	border-right: none;
	text-transform: uppercase;
}
.hotel_booking input{
	padding-bottom: 17px;
}
.hotel_booking a:hover,
.hotel_booking input:hover {
	color: rgb(223, 223, 223);
}

.right_header_top .nav input{
	display: block;
	padding: 0 14px;
	line-height: 20px;
	color: white;
	font-size: 14px;
	text-transform: uppercase;
	/* font-family: "Karla",sans-serif; */
	/* font-family: 'Poppins', sans-serif; */
	background: none;
	border: none;
	border-right: solid 1px #585959;
}

/* Home */
.nav-tabs > li{
	padding-right: 0;
	padding-left: 0;
}
.nav-tabs .tab-icon{
	display: block;
	color: #576974;
	height: 70px;
	font-size: 40px;
	padding: 15px;
}

/* Callout Boxes */
.room_media img{
	max-height: 200px;
}
.single_wrapper_details .single_room_cost .btn {
	position: absolute;
	bottom: 88px;
	right: 37px;
}
.welcome .row,
.accomodation_single_room .container .row {
	display: flex;
	flex-wrap: wrap;
}
.welcome .row > [class*='col-'],
.accomodation_single_room .container .row > [class*='col-'] {
	display: flex;
	flex-direction: column;
}
.welcome .row.row:after, 
.welcome .row.row:before,
.accomodation_single_room .container .row.row:after,
.accomodation_single_room .container .row.row:before {
	display: flex;
}
/* body#home_one .welcome .room_media{
	margin-bottom: 0;
} */
.left_room_title{
	width: 50%;
}
/* .right_room_title{
	text-align: right;
} */

@media (max-width: 767px){
	.welcome .title { text-align: center; margin-bottom: 40px; }
}

/* Map */
.google-map {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.google-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* Gallery */
.accomodation_single_room{
	margin-bottom: 50px;
}

/* Floor Plans */
.blog_text_box ul li{
	float: none;
	font-size: 17px;
}
.style_blog_img_box img{
	width: 100%;
}

/* Form */
.send_mail input, .send_mail textarea{
	text-transform: none;
}

.hotel_facilities .nav.nav-tabs{
	z-index: 99;
	position: relative;
	-webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 30%);
	-moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
	box-shadow: 0 5px 10px 0 rgb(0 0 0 / 30%);
	width: calc(100% - 150px);
}

.hotel_facilities_content .nav-tabs > li > a { padding: 8px 15px; letter-spacing: 0.12em; border-right: 1px solid #009ade33; }
	.hotel_facilities_content .nav-tabs > li > a:hover { background: #1c4d74; color: #fff; }
.hotel_facilities_content .nav-tabs > li:last-child > a { border: none !important; }

@media (max-width: 767px){
	.hotel_facilities .nav.nav-tabs {
		width: 80%;
	}
	.hotel_facilities .nav.nav-tabs li, .hotel_facilities .nav.nav-tabs li a { width: 100%; border-right: none; border-bottom: 1px solid #ddd8cf; }
}

.single-tab-details { padding: 30px 20px; }
.single-tab-details h2 { line-height: 1.1; }

.hotel_facilities .section_title h4 { line-height: 1.4 !important; }

/* Footer */
.footer-contact{
	padding: 0;
	/* padding-top: 45px; */
}
.footer-contact .footer-boxes{
	border: 1px solid white;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 25px;
	justify-content: center;
}
.footer-contact .footer-boxes h3{
	margin: 15px 0;
}
.footer-contact p,
.footer-contact a:not(:hover){
	color: white;
}
.footer-contact a:hover{
	color: #bebfc0;
}

@media (max-width: 991px){
	.footer-contact [class*='col-'] + [class*='col-'] { margin-top: 40px; }
}

.footer-social{
	display: flex;
	justify-content: center;
	margin: 15px 0;
}
.footer-social a {
	margin: 0 10px;
	font-size: 44px;
}

.footer_widget h5.office-hours{
	margin-bottom: 10px;
}
.footer_widget ul{
	max-width: 375px;
}
.footer_widget ul li{
	margin-bottom: 10px;
}
/* .footer .footer_logo{
	margin-bottom: -20px;
} */

@media (max-width: 768px){
	.footer .footer_logo{
		text-align: center;
		margin-top: 30px;
	}
}

/* Inside */
body .breadcrumb_main_area,
body .breadcrumb_main_area,
body .breadcrumb_main_area,
body .header-img  {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.breadcrumb_main {
	/* padding: 70px 0 150px; */
	padding: 30px 0 55px;
}

.header-img { min-height: 200px; }

.inside .section_title.nice_title h1 {
	padding: 20px 40px;
	font-size: 80px;
	color: #bebfc0;
	line-height: 1;
	display: block;
    background: #fff;
}

@media (max-width: 1500px) {
	.inside .section_title.nice_title h1 {
			font-size: calc( 36px + (80 - 36) * (100vw - 320px) / (1500 - 320) );
	}
}

.select_room_area { margin-top: -65px; }

/************ Virtual Tour Slideshow ************/
.button-lg {
    font-size: 22px !important;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
#sync1 .item{
    margin: 5px;
    color: #FFF;
    text-align: center;
}
#sync2 .item{
    background: #C9C9C9;
    padding: 0;
    margin: 5px 0 0 0;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}
#sync2 .item h1{
  font-size: 18px;
}
#sync2 .synced .item{
  position: relative;
  color: #fff;
}
#sync2 .item p{ 
	color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 25px;
    background: #c3c3c3;
    margin: 0;
    z-index: 10;
 }

#sync2 .item { padding-bottom: 25px; }

#sync2 .synced:after, #sync2 .item.tour:before { 
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	z-index: 9;
}

#sync2 .item.tour:before { 
	background-image: url(/img/slide-play.png);
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
}

#sync2 .synced:after{
	background: rgba(247, 196, 17, 0.7);
}

#sync2 .owl-nav, #sync2 .owl-dots { display: none; }

.slideshow { margin-bottom: 30px; } 

.owl-prev, .owl-next {
    text-transform: uppercase;
    border: 2px solid;
    padding: 5px 15px;
    font-size: 14px;
	font-weight: 400;
    position: absolute;
	top: 45%;
	z-index: 10;
	color: #fff;
	background: rgba(213,206,195, 0.5);
	cursor: pointer;
}

.owl-prev:hover, .owl-next:hover {
	background: rgba(213,206,195, 1);
}

.owl-prev {
    left: 20px;
}

.owl-next {
    right: 20px;
}

.blueimp-gallery>.next, .blueimp-gallery>.prev { width: 60px; height: 60px; border-radius: 100%; }
.blueimp-gallery>.next .fa, .blueimp-gallery>.prev .fa { position: relative; }
.blueimp-gallery>.next .fa { right: -3px; top: -2px;}
.blueimp-gallery>.prev .fa { right: 3px; top: -2px; }

.apply-now h3 { line-height: 1.25; }

.header_top_area.homepage_top{
	display: none;
}

/************* Responsive Update **************/
@media only screen and (max-width: 767px) {
	.container {
		width: calc(100% - 40px);
	}
	.hotel_booking_area{
		display: none;
	}
	.header_top_area.homepage_top{
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.navbar { display: block; }
	.emergency_number::after { width: 100%; }
	.emergency_number { float: none; width: 100%; max-width: 100%; overflow: hidden;}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hotel_facilities_content .nav-tabs > li > a {
		font-size: initial;
	}
}

@media only screen and (min-width: 768px){
	.hotel_facilities_content .nav-tabs > li > a{
		min-height: 80px;
		font-size: 18px;
	}
}

@media only screen and (max-width: 768px) {
	.hotel_facilities_content .nav-tabs > li > a {
		font-size: 14px;
	}
}


/*******New Mobile Menu Breakpoint*******/
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

/* Home 06/2022 */
	.main_slider .slide-content img {
		min-width: 700px;
	}
	.main_slider .slide-caption{
		width: 100vw;
		height: 100%;
		position: absolute;
		bottom: 0;
		padding-bottom: 50px;
		text-align: center;
		display: flex;
		align-items: flex-end;
		justify-content: center;
		background: linear-gradient(0, rgba(0,0,0,0.3), rgba(0,0,0,.1));
	}

	.watermark{
		position: relative;
		display: block;
	}
	.watermark:after{
		content: '';
		color: white;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 20px;
		bottom: 10px;
		background-image: url(/files/images/logo-mark-overlay.png);
		background-repeat: no-repeat;
		background-position: bottom left;
		background-size: 22%;
	}
	.main_slider .slide-content.watermark:after{
		width: 100vw;
	}
	.main_slider .slide-caption h1{
		font-size: 9vw;
		padding-bottom: 20px;
		font-family: "Lora",serif;
	}

	@media screen and (max-width: 768px) {
		.main_slider .slide-caption h1{ padding-bottom: 0; }
	}

	.home-gallery{
		background-image: url(/files/images/gallery_home_bg.jpg);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	.home-gallery img{
		width: 100%;
	}
	.home-gallery .secondary{
		flex-direction: column;
		justify-content: space-between;
	}

	.pattern-banner{
		background-color: #1c4d74;
		position: relative;
		margin: 30px 0;
		z-index: 99;
	}
	.pattern-banner:after,
	.retirement-banner:after,
	.home-55-45-banner:after,
	.color-shadowbox picture:before{
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-image: url(/files/images/diamond-pattern.png);
		background-position: bottom;
	}
	.pattern-banner > *{
		/* background: white; */
		padding: 20px;
		margin: 0 auto;
		display: inline-block;
		max-width: 70%;
	}

	.welcome_area{
		position: relative;
		display: block !important;
	}
	.welcome_area .container{
		position: relative;
		z-index: 1;
	}
	.welcome_area:after{
		content: '';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 55vw;
		background-image: url(/files/images/img_celebrate-everyday.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
		height: 100%;
		background-size: contain;
		z-index: 0;
	}

	.amenities-list ul{
		list-style: none;
		border-left: 2px solid #cccccc;
		padding: 20px 40px;
		margin-bottom: 40px;
	}
	.amenities-list ul li{
		font-size: 24px;
		margin-bottom: 15px;
	}

	@supports (background-image: -webkit-image-set(url('/files/images/gallery_home_bg.webp') 1x)) {
		.watermark:after{
			background-image: url(/files/images/logo-mark-overlay.webp);
		}
		.pattern-banner:after,
		.color-shadowbox img:before{
			background-image: url(/files/images/diamond-pattern.webp);
		}
		.home-gallery{
			background-image: url(/files/images/gallery_home_bg.webp);
		}
		.welcome_area:after{
			background-image: url(/files/images/img_celebrate-everyday.webp);
		}
	}


	.quick-links.two-column{
		column-count: 2;
	}

	@media screen and (min-width: 1920px) {
		.main_slider .slide-caption h1{
			font-size: 170px;
		}
	}

	@media screen and (min-width: 992px) {
		.home-gallery .secondary > div{
			padding: 0;
		}
	}
	@media screen and (max-width: 991px) and (min-width: 768px) {
		.home-gallery .secondary{
			flex-direction: row;
			margin: 30px 0 0 0;
		}
		.home-gallery .secondary div:first-child {padding-left: 0;}
		.home-gallery .secondary div:last-child {padding-right: 0;}
	}
	@media screen and (max-width: 767px) {
		.home-gallery .secondary{
			flex-grow: 1;
		}
		.home-gallery .secondary > div{
			margin: 30px 0 0 0;
			width: 100%;
			display: flex;
			justify-content: center;
		}
		.quick-links.two-column{
			column-count: 1;
		}

		.welcome_area{
			padding-bottom: 50vw;
		}
		.welcome_area:after{
			width: 80%;
		}

		.main_slider .slide-content{
			position: relative;
			display: flex;
			justify-content: center;
		}
	}

	@media screen and (max-width: 650px) {
		.pattern-banner > *{
			max-width: 80%;
		}
		.pattern-banner h1{
			font-size: 35px;
		}
	}

	.retirement-banner{
		display: block !important;
		position: relative;
		text-align: center;
		padding: 50px 10px;
		background-color: #1c4d74;
	}
	@supports (background-image: -webkit-image-set(url('/files/images/gallery_home_bg.webp') 1x)) {
		.retirement-banner:after{
			background-image: url(/files/images/diamond-pattern.webp);
		}
	}

	.retirement-banner img{
		position: absolute;
		max-width: 250px;
		left: 20px;
		margin: auto 0;
		top: 0;
		bottom: 0;
	}

	@media screen and (max-width: 1199px) {
		.retirement-banner img{
			max-width: 16vw;
		}
	}
	@media screen and (max-width: 991px) {
		.retirement-banner img{
			position: inherit;
			max-width: 130px;
			margin-top: -130px;
			margin-bottom: 30px;
		}
		.retirement-banner{
			margin-bottom: 50px;
		}

		.hotel_facilities_content .nav-tabs > li > a{
			font-size: 16px;
		}
	}

	.single-tab-content.overlap-image .single-tab-details{
		margin-left: -100px;
	}
	.single-tab-content.overlap-image .image-column{
		margin-right: -80px;
	}
	.image-column{
		align-self: flex-end;
		margin-left: -55px;
		margin-bottom: -55px;
	}
	@media screen and (max-width: 991px) {
		.single-tab-content .row.flex{
			flex-direction: column-reverse;
		}
		.single-tab-content.overlap-image .single-tab-details{
			margin-left: 0;
		}
		.hotel_facilities_content .tab-content{
			padding: 25px;
			padding-bottom: 0;
		}
		.image-column{
			align-self: flex-end;
			margin-left: -25px;
			margin-bottom: 0;
		}
		.single-tab-content.overlap-image .image-column{
			margin-right: 0;
		}
	}

	.home-55-45{
		display: flex;
	}
	.home-55-45 .image-half{
		width: 55%;
	}
	.home-55-45 .image-half img{
		max-width: 1100px;
		box-shadow: 5px 5px 40px 0px #686868;
		margin-bottom: 50px;
		margin-right: 50px;
	}
	.home-55-45 .text-half{
		width: 45%;
	}
	.home-55-45 .image-half{
		overflow: hidden;
		display: flex;
		justify-content: center;
	}
	/* .home-55-45 .image-half img{
		object-fit: cover;
		height: auto !important;
		width: auto !important;
	} */
	.home-55-45 .image-half picture{
		display: flex;
		object-fit: cover;
		width: 100%;
		/* height: 100%; */
		/*max-height: 350px;*/
	}
	.home-55-45 .image-half picture img {
		object-fit: cover;
		width: 100%;
	}
	.home-55-45 .text-half{
		padding: 50px 50px;
	}

	.home-55-45-banner{
		position: relative;
		display: flex !important;
		justify-content: flex-end;
	}
	.home-55-45-banner > *{
		color: white;
		width: 45%;
		padding: 30px 40px;
	}

	.home-55-45 .image-half{
		overflow: hidden;
		display: flex;
		justify-content: center;
		margin-top: -100px;
		z-index: 9;
	}

	@media (max-width: 1023px){
		.home-55-45-banner > *{
			width: 100%;
		}
		.home-55-45{
			flex-wrap: wrap;
			flex-direction: column-reverse;
		}
		.home-55-45 .image-half,
		.home-55-45 .text-half{
			width: 100%;
		}
		.home-55-45 .image-half picture img{
			margin: 0;
		}
		.home-55-45 .image-half{
			order: 1;
			max-height: 60vw;
			margin-top: 0;
			box-shadow: none;
		}
		.home-55-45 .text-half{
			order: 2;
		}
	}

	/* inside-repeater */
	.color-shadowbox picture{
		position: relative;
		z-index: 2;
	}
	.color-shadowbox picture:after,
	.color-shadowbox picture:before{
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 45px;
		left: -50px;
	}
	.color-shadowbox picture:after{
		z-index: -2;
	}
	.color-shadowbox picture:before{
		z-index: -1;
	}

	.row-reverse .color-shadowbox picture:after,
	.row-reverse .color-shadowbox picture:before{
		left: 50px;
	}

	.shadowboxes > .row:nth-child(3n + 1) .color-shadowbox picture:after{background: #009ade;}
	.shadowboxes > .row:nth-child(3n + 2) .color-shadowbox picture:after{background: #6ba43a;}
	.shadowboxes > .row:nth-child(3n + 3) .color-shadowbox picture:after{background: #c8602d;}

	.border-left{
		border-left: 2px solid #cccccc;
		padding: 20px 40px;
		margin-bottom: 40px;
	}

	@media screen and (max-width: 1199px) {
		h1{
			font-size: 50px;
		}
	}

	@media screen and (max-width: 600px) {
		h1{
			font-size: 40px;
		}
	}

	/* footer */
	.footer-contact .box-1,
	.footer-contact .box-3{
		flex: 1;
		min-width: 340px;
		min-height: 200px;
	}
	.footer-contact .box-2{
		flex: 1.5;
		min-width: 430px;
	}
	.footer-contact .box-2 > div{
		width: 100%;
		padding: 50px 20px;
	}

	.footer-contact h2{
		font-size: 50px;
	}

	.footer-contact .contact-box ul,
	.footer-contact .contact-box p{
		margin: 10px 0;
	}

	.footer-contact .contact-box a{
		color: white;
	}
	.footer-contact .contact-box a:hover{
		opacity: 70%;
	}
	.footer-contact .contact-box .phone{
		font-size: 30px;
		font-weight: lighter;
	}
	.footer-contact .contact-box .list-inline a{
		font-size: 38px;
		margin: 0 8px;
	}

	@media screen and (max-width: 1100px) {
		.footer-contact{flex-direction: column;}
		.footer-contact .contact-box{width: 100%;}
		.footer-contact .box-1{order: 2;}
		.footer-contact .box-2{order: 1;}
		.footer-contact .box-3{order: 3;}
	}

/*.container {
	max-width: 1230px
}*/
@media screen and (min-width: 992px){
	.container{
		padding-left:  50px;
		padding-right: 50px;
	}
}
@media screen and (min-width: 1200px){
	.container{
		width:1200px
	}
}
@media screen and (min-width: 1400px){
	.container{
		width: 1320px;
	}
}

@media screen and (min-width: 1600px){
	.container {
		width: 1490px;
	}
}