@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');
/* Main Structure */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, col-9, .col-10, .col-11, .col-12 {
	min-height: 1px;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.col-1 { float: left; width: 8.3333%;}
.col-2 { float: left; width: 16.6666%;}
.col-3 { float: left; width: 25%;}
.col-4 { float: left; width: 33.3333%;}
.col-5 { float: left; width: 41.6665%; }
.col-6 { float: left; width: 50%; }
.col-7 { float: left; width: 58.3333%;}
.col-8 { float: left; width: 66.6666%; }
.col-9 { float: left; width: 74.997%; }
.col-10 { float: left; width: 83.3333%; }
.col-11 { float: left; width: 91.6663% }
.col-12 { float: left; width: 100% }

/* structure */
body {
	color: #555;
	font-family: 'Open Sans', Arial, sans-serif !important;
	font-weight: normal;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: 'Quicksand',sans-serif !important;
	padding: 0;
	letter-spacing: 0.03em;
}
h1, .h1 {
	color: #ae720c;
    font-size: 40px;
    line-height: 1.2;
}
h2, .h2 {
    font-size: 28px;
    margin: 0;
}
h3, .h3 {
    font-size: 25px;
		color: #ae720c;
		margin: 30px 0 0;
}
h4, .h4 {
    font-size: 2.5em;
    margin: 0;
}
h5, .h5 {
	text-transform: uppercase;
}
p, .p {
	color: #555;
	font-size: 16px;
	line-height: 1.4em;
	letter-spacing: 0.02em;
	margin: 20px 0;
	padding: 0;
}
a {
    color: #123456;
    -webkit-transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    -ms-transition: all 0.5s !important;
    transition: all 0.5s !important;
}
.et_pb_section.sec-overview ul.listing a {
    background: #ffff !important;
    color: #555;
    padding: 0px;
}
.menu-fact {
    text-align: center;
}
.sec-overview a { color: #2a1c00;}
.sec-overview .menu-fact a {
    color: #fff;
	background: #ae720c;
	padding: 13px 20px;
}
.sec-overview .menu-fact a:hover {
    background: #2a1c00;
	color: #fff
}
.sec-overview .menu-fact img {
    position: relative;
    top: 12px;
    margin-right: 10px;
}
.no-main-slider .et_pb_row a {
    background: #2a1c00 ;
    border-radius: 4px;
    padding: 5px 20px;
    color: #fff;
}
.no-main-slider .et_pb_row a:hover {
	 	background: #ae720c ;
}
a:hover {
    color: #ae720c;
}
input,
textarea,
select {
    color: #555;
    padding: 10px 15px;
}
section {
	position: relative;
}
.wrapper.full {
    max-width: 100%;
}
.wrapper.padding {
    max-width: 100%;
    padding: 0 40px;
}
[class^='icon-'] {
    font-size: 32px;
    /*color: #000;
    transition: all 0.5s ease;*/
}

/**/
.et_pb_section {
	padding: 0 !important;
}
.et_pb_row {
	width: 100%;
	max-width: none;
	padding: 0 !important;
}

/* ----------------------------------------------------- */
/* Grid Gallery */
/* ----------------------------------------------------- */
.grid-gallery .et_pb_grid_item {
    width: unset!important;
    margin-right: unset!important;
    margin-bottom: unset!important;
}
.grid-gallery .et_pb_gallery_image {
    height:100%;
}
.grid-gallery img {
    object-fit: cover;
    height: 100%;
}
.grid-gallery .et_pb_gallery_items {
	margin: 0 auto;
    padding: 0;
    width: 100%;
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(4, 1fr);
}
.grid-gallery .et_pb_gallery_item:nth-child(1) {
	grid-column: 1 / 3;
	grid-row: 1 / 3;
}
.grid-gallery .et_pb_gallery_item:nth-child(2) {
	grid-column: 3;
	grid-row: 1;
}
.grid-gallery .et_pb_gallery_item:nth-child(3) {
	grid-column: 4;
	grid-row: 1;
}
.grid-gallery .et_pb_gallery_item:nth-child(4) {
	grid-column: 3;
	grid-row: 2;
}
.grid-gallery .et_pb_gallery_item:nth-child(5) {
	grid-column: 4;
	grid-row: 2 / 4;
}

/* ----------------------------------------------------- */
/* Amenities Icon */
/* ----------------------------------------------------- */
.amenities-icon ul {
	padding:0;
	text-align:center;
}
.amenities-icon i.icomoon:after {
  content:"\A";
  white-space: pre; /* or pre-wrap */
}
.amenities-icon i.icomoon {
  font-size:3em;
}
.amenities-icon li {
    list-style: none;
    display: inline-block;
    /*width: 19%;*/
    min-width:120px;
    text-align: center;
    font-size: 14px;
    margin:15px 5px;
}

/* ----------------------------------------------------- */
/* Box Switcher */
/* ----------------------------------------------------- */
.box-switcher {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.box-switcher .et_pb_row:nth-of-type(odd) {
/*     display: flex; */
}
.box-switcher .et_pb_row:nth-of-type(even) {
    display: flex;
    flex-direction: row-reverse;
}
