body {
	color:#000;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	background-color:#B0B0B0;
	padding:0 5% 15px 5%;
}

.cousine {
	font-family: 'Cousine' ;	
}

.cinzel {
	font-family: 'Cinzel' ;	
}

a {
	font-family: 'Open Sans', sans-serif;
}

h1 {
	font-size:38px;
	font-weight:800;
	color:#444444;
	font-family: 'Cinzel' ;
	font-weight:500;
}

h2 {
	font-size:35px;
	font-weight:800;
	color:#444444;
}


h3 {
	font-size:21px;
	font-weight:500;
	color:#444444;
	font-family: 'Cinzel' ;
	margin-bottom:30px;
}

h6 {
	font-size:15px;
	font-weight:800;
	color:#444444;
}

.wrapper {
	width:100%;
	max-width:1000px;
	background-color:#fff;
	border-bottom:solid 7px #cccccc;
	margin:0px auto;
}

.header {
	padding:15px 0 10px 0;
}

.header .logo {
	margin-top:15px;
}

.top-bar, .sub-menu {
	z-index:999;
}


.top-bar, .top-bar ul {
	background:#ccc!important;
}

ul.submenu {
	background:#eaeaea!important;
}


.menu > li:not(.menu-text) > a {
	padding:4px 18px;
	font-size:14px!important;
	border:none!important;
	color:#333;
	line-height:18px;
}

.dropdown.menu .is-dropdown-submenu-parent.is-down-arrow > a::after {
    content: none; }

  .dropdown.menu .is-dropdown-submenu-parent.is-left-arrow > a::after {
    content: none; }

  .dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
    content: none; }

.home-features {
	background:url(../img/logo-bg.png) no-repeat center bottom;
}

.columns {
	padding-bottom:30px;
}

.lang {
	background:url(../img/sprite.png) repeat-x 0 0;
	width:50px;
	line-height:34px;
	color:#3f998c;
	font-weight:800;
	font-size:22px;
	font-family: 'Cousine';
	display:inline-block;
	padding:0 6px;
}

.action-link {
	display:block;
	padding:3px 10px;
	border:solid 1px #000;
	color:#000;
	width:140px;
	margin:0px auto;
	margin-top:12px;
	margin-bottom:15px;
}


.custom-social {
	width:60%;
	text-align:right;
	margin:0px auto;
	position:relative;
	z-index:2;
	margin-bottom:-40px;
	padding-bottom:20px;
}

.page-heading {
	line-height:110px;
	border-right:solid 1px #999;
	padding-right:30px;
}

.sidebar-left {
	padding-bottom:50px;
}

.main-content {
	text-align:left;
	font-size:12px;
	padding-bottom:50px;
}

.main-content p {
	line-height:16px;
}

.gallery-slider {
	margin-right:60px
}

.padding-sides {
	padding-left:30px;
	padding-right:30px;
}

.margin-top {
	margin-top:30px;
}

.full-width {
	width:100%;
}



@media (max-width:70em) {
	.home-features .columns {
		padding-bottom:30px;
		width:33%;
	}
	.menu > li:not(.menu-text) > a {
		padding:0 10px;
		font-size:13px!important;
	}
}

@media (max-width:65em) {
	.page-extras {
		text-align:center;
	}
	.page-extras img, .page-extras div {
		display:block;
		clear:both;
		margin:0px auto!important;
		float:none!important;
		margin-bottom:15px!important;
	}
	.accommodations-wrapper .columns {
		width:33%;
	}
}

@media (max-width:55em) {
	.menu > li:not(.menu-text) > a {
		padding:0 5px;
		font-size:12px!important;
	}
	.dropdown.menu .is-dropdown-submenu-parent.is-down-arrow a {
		padding:0 5px;
	}
	.top-bar .dropdown li:first-child {
		display:none;
	}
	
	.home-features {
		padding-bottom:130px;
	}
	.home-features .columns {
		padding-bottom:30px;
		width:100%;
		display:block;
		clear:both;
	}
	
	.page-content .large-4 {
		padding-bottom:25px;
		text-align:center!important;
	}
	
	.page-content .large-4 img {
		float:none!important;
		margin:0px auto!important;
	}
	
	.page-content .large-4 .pull-left {
		float:none!important;
		margin:0px auto!important;
	}
	
	.page-heading {
		line-height:40px;
		margin:0px auto;
		float:none;
		display:block;
		clear:both;
		border:none;
		padding:0 0 20px 0;
	}
	.gallery-slider {
		margin-right:0;
	}
}

@media (max-width:40em) {
	.title-bar {
		background:#ccc;
	}
	.top-bar li {
		display:block;
		clear:both;
		width:100%;
	}
	
	.menu > li:not(.menu-text) > a {
		padding:4px 18px;
		text-align:center;
		line-height:24px;
	}
	.header .small-2 {
		display:none;
	}
	.header .small-8 {
		width:100%;
	}
	.accommodations-wrapper .columns {
		width:50%;
	}
}

@media (max-width:30em) {
	.accommodations-wrapper .columns {
		width:100%;
	}
}