/*
Theme Name: Ritz Copacabana
Author: Fabio Taveiros
*/

/*****Wordpress editor*****/
html, body {
	height: 100%;
}
.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}
.gallery {
	padding-left: 0px !important;
	margin-left: -5px !important;
	margin-right: -5px !important;
}
.gallery-item img {
	width: 100% !important;
	height: inherit !important;
}
.gallery-icon {
	border: 0 !important;
}
.gallery img {
	border: 0 !important;
	transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
}
.gallery img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.gallery dl {
	display: table;
	margin-bottom: 10px;
	-webkit-margin-before: 0em !important;	
}
.gallery dd {
	display: none;
}
.gallery dt {	
	margin: 0 5px;
}

/*****Bootstrap overwrite*****/

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: 'brandon_grotesquelight',sans-serif;
	font-weight: normal;
	line-height: 1.2;
	text-transform: uppercase;
	word-spacing: 2px;
	color: #a48d5b;
}
h1,.h1 {
	font-size: 30px;
	letter-spacing: -1.5px;
	margin-top: 0;
}
h2,.h2 {
	line-height: 1.1em;
	letter-spacing: -0.5px;
}
h3,.h3 {
	font-size: 18px;
	letter-spacing: -0.5px;
}
h4,.h4 {
	font-size: 16px;
	letter-spacing: -0.3px;
}
a {
	color: #a48d5b;
	transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
}
p {
	margin: 15px 0 10px;
}
a:hover {
	color: inherit;
	opacity: 0.8;
	text-decoration: none;
}
ul {
	padding: 0;
}
.img-responsive {
	width: 100%;
}
.navbar {
	height: inherit;
	min-height: inherit;
	border: 0;
	border-radius: 0 !important;
	margin-bottom: 0;
}
.navbar-default {
	background-color: transparent;    
    display: table;
    margin: 0 auto;
}
.nav>li>a {
	padding: 10px 15px 2px;
}
.navbar-default .navbar-nav>li>a {
	position: relative;
	font-family: 'brandon_grotesquelight',sans-serif;
	font-size: 14px;
	color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-top: 5px solid transparent;
    top: -5px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #ccb88d;
	border-top: 5px solid #a48d5b;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
	color: #ccb88d;
    background-color: transparent;
    border-top: 5px solid #a48d5b;
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus {
	color: #fff;
    background-color: inherit;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
} 
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
	border-color: #333;
}
.navbar-collapse {
	padding-left: 10px;
	border-top: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-toggle {
	float: none;
	padding: 0;
	margin-right: 0;
}
.navbar-toggle .icon-bar {
	height: 3px;
}
.carousel-caption {
	position: relative;
	left: inherit;
	text-shadow: inherit;
	text-transform: uppercase;
	padding-bottom: 0;
}
.carousel-caption h2 {
	background: #fff;
	padding: 20px 30px;
	margin: 0 auto 30px;
	color: #4f4f4f;
}
.carousel-indicators {
	position: relative ;
	width: 100%;
	left: inherit;
	margin-left: inherit;
}
.carousel-indicators li,
.carousel-indicators .active {
	width: 12px;
	height: 12px;
}
.btn {
	font-size: 13px;
	text-transform: uppercase;
    padding: 7px 12px 8px;
    margin-top: 20px;
    border-radius: 1px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.modal-body {
	display: table;
}

/*****Layout*****/
#wrapper {
	width: 100%;
	overflow: hidden;
}

/*Top*/
#top {
	background: #a48d5b;
	overflow: hidden;
}
.top-content {	
	color: #fff;
	padding: 4px 0;
}
.tc-language {
	float: right;
}
.tc-language ul {
	margin: 0;
}
.tc-language li {
	display: inline;
}
.tc-language img {
	vertical-align: inherit;
}

/*Header*/
#header {
	width: 100%;
	min-height: 130px;
	z-index: 30;
}
.header {
	position: relative;
}
.header-content {
	width: 100%;
}
.logo {
	position: relative;
	width: 100px;
	padding: 15px 0;
	margin: 0 auto;
}
.menu {
	position: relative;
	background: rgba(0,0,0,0.5);
	width: 100%;
	margin-bottom: -118px;
}
.menu-content {
	width: 100%;
}
.bookbar {
	position: relative;
	background: rgba(0,0,0,0.5);
	width: 100%;
	max-height: 50px;
	border-top: 2px solid #a48d5b;
	overflow: hidden;
}
.bookbar-content {
	display: table;
	color: #fff;
	padding: 5px 0;
	margin: 0 auto;	
}
.bc-title {
	position: relative;
	font-family: 'brandon_grotesquelight',sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	top: 8px;
	margin-right: 10px;
}
.bc-input {
	background: #fafafa;
	height: 30px;
	color: #333;
    padding: 6px;
    border: 0;
    margin: 3px 5px;   
}
.bc-btn {
	position: relative;
	background-color: #ebb100;
	height: 30px;
	color: #040708;
	border: 0;
	padding: 0 10px;
	margin: 3px;
}
.bc-btn:hover {
	top: 1px;
}
.bc-btn:active {
	top: 2px;
}
.bc-promo-btn {
	position: absolute;
	display: table;
	top: 4px;
	right: 4px;
	height: 40px;	
}
.bc-promo-btn a {
	background: #00a009;
	color: #fff;
	padding: 0 10px;
	display: table-cell;
	vertical-align: middle;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 #25c62e,0 1px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: inset 0 1px 0 #25c62e,0 1px 0 rgba(0,0,0,.15);
    -moz-box-shadow: inset 0 1px 0 #25c62e,0 1px 0 rgba(0,0,0,.15);    
}
.bc-mobile-btn {
	float: right;
	margin: 0 -10px 0 0 !important;
}

/*Slider*/
#main-slider { 
	background: #000;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.ms-home-slider {
	height: 740px;
}
.ms-page-slider {	
	height: 600px;
	opacity: 0.0;
	filter: alpha(opacity=0);
	animation: ms-page-slider 1s ease 1.2s forwards;
	-webkit-animation: ms-page-slider 1s ease 1.2s forwards;
	-moz-animation: ms-page-slider 1s ease 1.2s forwards; 
	-0-animation: ms-page-slider 1s ease 1.2s forwards;
}
@keyframes ms-page-slider {
	from {opacity: 0.0; filter: alpha(opacity=0);}
	to {opacity: 1.0; filter: alpha(opacity=100);}
}
@-webkit-keyframes ms-page-slider {
	from {opacity: 0.0; filter: alpha(opacity=0);}
	to {opacity: 1.0; filter: alpha(opacity=100);}
}
@-moz-keyframes ms-page-slider {
	from {opacity: 0.0; filter: alpha(opacity=0);}
	to {opacity: 1.0; filter: alpha(opacity=100);}
}
@-0-keyframes ms-page-slider {
	from {opacity: 0.0; filter: alpha(opacity=0);}
	to {opacity: 1.0; filter: alpha(opacity=100);}
}
.ms-page-slider img {
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: -960px;
}
#main-slider .ms-slide-info {
	top: 50% !important;
}
.ms-info-content {
	display: table;
	margin: 0 auto;	
	padding: 0 30px;	
}
.ms-info-content h2 {
	background: rgba(132,110,62,0.9);	
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 20px 30px;	
}
.ms-info-content-span {
	background: rgba(132,110,62,0.9);	
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 5px 15px;	
}

/*Main*/
#main {
	position: relative;
	width: 100%;
}
.main-content {
	position: relative;
	font-size: 15px;
}
.main-content li {
	background: transparent url("images/li-arrow-dark.png") left top no-repeat;
	list-style: none;
	padding-left: 20px;
}
.mc-level-1 { 
	background: #a48d5b;
	color: #fff;
	padding: 40px 0;
}
.mc-level-2 { 
	background: #040708;
	color: #fff;
	padding: 40px 0;
}
.mc-level-3 { 
	padding: 40px 0;
}
.mc-level-4 { 
	background: #fff;
	padding: 0 0 40px;
}
.mc-level-5 { 
	padding: 40px 0 0;
}
.mc-level-content {
	margin-left: -25px;
	padding: 20px;
}
.mc-level-content h3,
.mc-level-content h4 {
	margin-top: 10px;
}
.mc-level-light-bg {
	background: #a48d5b;
}
.mc-level-dark-bg {
	background: #040708;
}
.mc-caroussel {	
	overflow: hidden;	
}

/*Footer*/
#footer {
	position: relative;
	width: 100%;
}
.footer-content {
	position: relative;
	padding-bottom: 60px;
}
.fc-bottom {
	background: #a48d5b;
	padding-bottom: 80px;	
}
.fc-bottom-content h3 {
	color: #85c440;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}

/*Sidebar*/
#sidebar {
	position: relative;
	overflow: hidden;
}
.sidebar-content {
	padding: 40px 0 0;
}
.sidebar-content h3 {
	margin-top: 0;
}
.sb-padding-box {
	padding: 20px;
}
.sb-padding-box-top {
	padding: 20px 0 0;
}
#sidebar .mc-caroussel {
	margin-left: -10px;
	margin-right: -10px;
}

/*Newsletter*/
.newsletterbar {
	position: fixed;	
	width: 100%;
	bottom: 0;
	z-index: 20;
}
.nb-content {
	background: #040708;
	padding: 0;
	margin: 0 auto;
}
.nb-content h3 {
	text-align: right;
	margin: 17px 0 0;
}
.nb-field {
	margin: 5px;
}
.nb-content .btn {
	margin-top: 5px;
}

/*****Theme style*****/

.mc-light-color,
.mc-light-color a,
.mc-light-color h2,
.mc-light-color h3,
.mc-light-color h4 {
	color: #fff;
}
.mc-light-link-color {
	color: #fff;
}
.mc-title-size-1 { /*h2*/
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -2px;
}
.mc-title-size-2 { /*h3,h4*/
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -0.5px;
}
.mc-title-size-3 { /*h3,h4*/
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.1px;
}
.mc-title-no-margin {
	margin-top: 0;
}
.mc-ul-no-margin {
	margin-top: 0;
	margin-bottom: 0;
}
.mc-ul-light li {
	background: transparent url("images/li-arrow-light.png") left top no-repeat;
	list-style: none;
	padding-left: 20px;
}
.mc-icons i {
	font-size: 30px;
}
.mc-padding-box {
	padding: 20px;
}
.mc-bg-1 {
	background: #fff url("images/bg-hc-logo.jpg") repeat-x;
}
.mc-inline { /*ul*/
	margin: 0;
	padding: 0;
}
.mc-inline li {
	display: inline-block;
	padding: 0;
	margin: 0 5px;
	list-style: none;
}
.mc-bold {
	font-family: 'brandon_textbold';
}
.mc-text-super {
	vertical-align: super;
}
.mc-shadow {
	box-shadow: inset 0px 14px 24px -20px rgba(0,0,0,0.75);
	-webkit-box-shadow: inset 0px 14px 24px -20px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 14px 24px -20px rgba(0,0,0,0.75);	
}

/*Button*/
.mc-btn-1 {
	background-color: #040708;
	color: #fff;
	margin-top: 20px;
}
.mc-btn-1:hover {
	background-color: #846e3e;
	color: #fff;	
}
.mc-btn-2 {
	background-color: #a48d5b;
	color: #fff;
}
.mc-btn-2:hover {
	background-color: #fff;
	color: #040708;
}
.mc-btn-3 {
	background-color: #ebb100;
	font-family: 'brandon_textbold';
	color: #040708 !important;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}
.mc-btn-3:hover {
	top: 1px
}
.mc-btn-3:active{
	top: 2px
}
.mc-btn:hover {
	top: 1px;
}
.mc-btn-margin-bottom {
	margin-bottom: 20px;
}
.mc-btn-toggle {
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
}


/*Form*/
.mc-input {
	background: #fafafa;
	padding: 6px;
	border: 1px solid #edecec;
	margin: 5px 0;
	border-radius: 3px;
	color: #151515;
}
.mc-lg-field {
	width: 100%;
}
.mc-margin-field {
	margin: 0 5px;
}
::-webkit-input-placeholder {
   color: #333;
}
:-moz-placeholder { /* Firefox 18- */
   color: #333;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #333;  
}
:-ms-input-placeholder {  
   color: #333;  
}

/*Img*/
.mc-img-shadow {
	box-shadow: 5px 5px 0px rgba(0,0,0,0.2);
}

/*Effects*/
.mc-scale-effect {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-transform: scale(1.0,1.0);
	-webkit-transform: scale(1.0,1.0);
	-o-transform: scale(1.0,1.0);
	-ms-transform: scale(1.0,1.0);
	transform: scale(1.0,1.0);
}
.mc-scale-effect:hover {
	cursor: pointer;
	-moz-transform: scale(0.95,0.95);
	-webkit-transform: scale(0.95,0.95);
	-o-transform: scale(0.95,0.95);
	-ms-transform: scale(0.95,0.95);
	transform: scale(0.95,0.95);
}

/*****Plugins overwrite*****/

.wrapper .mob_menu_right_panel {
	background-color: #21205d !important;
}
div.wpcf7-validation-errors {
    border: none !important;
}
span.wpcf7-not-valid-tip {
    color: #edd63b !important;
}
.mob_menu_header_div {
	height: 0 !important;
}
#wrapper .mob_menu_right_panel_anim {
	background-color: #85c440 !important;
}
.mobmenu_content li a {
	text-transform: uppercase;
	padding: 10px 0 !important;
}
.mobmenur-container img {
	width: 40px;
}
#owl .owl-item {
	float: left;
}
#owl .item {	
	position: relative;
	height: inherit !important;
	color: inherit !important;
	padding: 0 10px !important;
}
#owl .owl-buttons {
	position: absolute;
	top: -36px;
	right: 10px;
}
#sidebar .owl-buttons {
	top: 50px !important;
}
.owl-theme .owl-controls .owl-buttons div {
    margin: 5px !important;
    cursor: pointer;
}
.owl-theme .owl-controls .owl-buttons div {
	font-size: 20px !important;
	color: #fff !important;
}
.ms-thumb-list {
	position: relative;
	z-index: 200;
}
#wrapper .widWRL { /*Tripadvisor*/
	max-width: 100% !important;
	width: 100% !important;
}
#wrapper .widWRLReview textarea {
	max-width: 100% !important;
	width: 100% !important;
}

/*===================== MEDIA ======================*/

/*Head scroll menu*/
@media (min-width:768px) {
	.hc-scroll-menu {
		position: fixed;
		top: 0;		
	}
	.hc-scroll-menu .logo {
		width: 100px;
		padding: 15px 0;
		
		animation: logo 1s ease 0.0s forwards;
		-webkit-animation: logo 1s ease 0.0s forwards;
		-moz-animation: logo 1s ease 0.0s forwards; 
		-o-animation: logo 1s ease 0.0s forwards;
	}
	@keyframes logo {
		from {width: 100px; padding: 15px 0;}
		to {width: 50px; padding: 10px 0;}
	}
	@-webkit-keyframes logo {
		from {width: 100px; padding: 15px 0;}
		to {width: 50px; padding: 10px 0;}
	}
	@-moz-keyframes logo {
		from {width: 100px; padding: 15px 0;}
		to {width: 50px; padding: 10px 0;}
	}
	@-o-keyframes logo {
		from {width: 100px; padding: 15px 0;}
		to {width: 50px; padding: 10px 0;}
	}
	
	.hc-scroll-menu .navbar {
		display: block;
		height: 0;
		overflow: hidden;
		opacity: 0.0;
		
		animation: navbar 1s ease 0.0s forwards;
		-webkit-animation: navbar 1s ease 0.0s forwards;
		-moz-animation: navbar 1s ease 0.0s forwards; 
		-o-animation: navbar 1s ease 0.0s forwards;
	}
	@keyframes navbar {
		from {height: 30px;}
		to {height: 0; opacity: .0;}
	}
	@-webkit-keyframes navbar {
		from {height: 30px;}
		to {height: 0; opacity: .0;}
	}
	@-moz-keyframes navbar {
		from {height: 30px;}
		to {height: 0;}
	}
	@-o-keyframes navbar {
		from {height: 30px;}
		to {height: 0;}
	}	
	
	.ms-scroll-slider {
		margin-top: 60px;
	}	
}
@media (min-width:480px) {
	.hc-scroll-menu .menu {
		background: rgba(0,0,0,0.3);		
		transition: 0.2s ease;
		-webkit-transition: 0.2s ease;
		-moz-transition: 0.2s ease;
		-o-transition: 0.2s ease;
	}
}

/*****Responsive*****/

@media screen and (min-width: 199px) and (max-width: 480px) {
	.ms-home-slider,
	.ms-view,
	.ms-slide {
		height: 300px !important;
	}
	.ms-slide img {
		height: inherit !important;
	}
	.ms-page-slider {
		height: 200px !important;
	}
	.ms-page-slider img {
		width: 800px !important;
		margin-left: -400px !important;
	}
	.mc-level-1,
	.mc-level-2,
	.mc-level-3 { 
		padding: 30px 0;
	}
	.mc-level-4 { 
		padding: 0 0 30px;		
	}
	.mc-level-5 { 
		padding: 30px 0 0;		
	}
	.sb-padding-box {
		padding: 30px;
	}
	.mc-title-size-1 {
		font-size: 30px;
    	line-height: 32px;
	}
	/*****Plugins overwrite*****/
	#owl .item {
		padding: 0 !important;
	}
	#sidebar .item {
		padding: 0 10px !important;
	}
	#owl .owl-buttons {
		display: none;
	}	
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	.ms-home-slider,
	.ms-view,
	.ms-slide {
		height: 480px !important;
	}
	.ms-slide img {
		height: inherit !important;
	}
}
@media (max-width:767px) {
	.tp-display {
		display: none;
	}
	.menu {
		background: #040708;
		margin-bottom: 0;
	}
	.menu-content {
		padding: 5px 0;
	}
	.bookbar {
		display: none;
	}
	.newsletterbar {
		position: relative;
	}
	.nb-content {
		padding: 20px 0;
	}
	.footer-content {
    	padding-bottom: 0;
    }
	
	/*Bootstrap overwrite*/
	.navbar-default {
		display: inherit;
	}
	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a:focus {
		border-top: transparent 5px solid;
	}
	.navbar-default .navbar-nav>.active>a, 
	.navbar-default .navbar-nav>.active>a:hover, 
	.navbar-default .navbar-nav>.active>a:focus {
	    border-top: 0;
	}
}
@media (max-width:768px) {	
	.ms-page-slider {
		height: 300px;
	}
	.ms-page-slider img {
		position: absolute;
		width: 1200px;
		height: inherit;
		left: 50%;
		right: 50%;
		margin-left: -600px;
	}
	.testimonials-content {
		text-align: center;
	}
	.footer-content {
		text-align: center;
	}
	.footer-content ul {
		display: table;
		margin: 0 auto;
	}
}
@media (min-width:768px) {
	.bc-mobile-btn {
		display: none;
	}
	.newsletterbar {
		bottom: -70px;
		animation: newsletterbar 1s ease 0.6s forwards;
		-webkit-animation: newsletterbar 1s ease 0.6s forwards;
		-moz-animation: newsletterbar 1s ease 0.6s forwards; 
		-o-animation: newsletterbar 1s ease 0.6s forwards;
	}
	@keyframes newsletterbar {
		from {bottom: -70px;}
		to {bottom: 0;}
	}
	@-webkit-keyframes newsletterbar {
		from {bottom: -70px;}
		to {bottom: 0;}
	}
	@-moz-keyframes newsletterbar {
		from {bottom: -70px;}
		to {bottom: 0;}
	}
	@-o-keyframes newsletterbar {
		from {bottom: -70px;}
		to {bottom: 0;}
	}
}
@media (max-width:990px) {
	.bc-promo-btn {
		display: none;
	}
	.nb-content h3 {
		text-align: left;
		margin: 0 0 10px;
	}
	/*Bootstrap overwrite*/
	.navbar-default .navbar-nav>li>a {
		font-size: 12px;
		padding: 10px 10px 2px;
	}
}

@media (max-width:1199px) {
	.bookbar-content {
		display: block;
	}
	.mc-level-content {
		margin-left: 0;
		padding: 20px;
	}
}
@media (min-width: 1200px) {		
	
	/*Bootstrap overwrite */
	.container {
    	width: 1060px;
	}
}
@media screen and (min-width: 769px) and (max-width: 1599px) {
	.ms-home-slider {
		height: 600px;
	}
	.ms-page-slider {
		height: inherit;
	}
	.ms-page-slider img {
		position: relative;
		width: 100%;
		height: inherit;
		left: 0;
		right: 0;
		margin-left: 0
	}
}
@media screen and (min-width: 1600px) and (max-width: 1919px) {
	.ms-home-slider {
		height: inherit;
	}
	.ms-page-slider {
		height: inherit;
	}
	.ms-page-slider img {
		position: relative;
		width: 100%;
		height: inherit;
		left: 0;
		right: 0;
		margin-left: 0
	}
}