/*/*Custom Styles Write Here*/

ul.unstyled, ol.unstyled {
    margin-left: 0;
    list-style: none;
}

.option-set:before, .option-set:after {
    content: " ";
    display: table;
    box-sizing: border-box;
}
.option-set {
    margin: 0 0 35px;
    list-style: none;
}
ul {
    list-style: disc;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.option-set li {
    line-height: 1.8;
   
}


.x-nav-articles a, .entry-top-navigation .entry-parent, .option-set .x-index-filters, .option-set .x-portfolio-filters, .option-set .x-index-filters i, .option-set .x-portfolio-filters i {
    border-color: #272727;
}
.cf:before, .cf:after {
    content: " ";
    display: table;
}

.p-meta > span > a, .x-nav-articles a, .entry-top-navigation .entry-parent, .option-set .x-index-filters, .option-set .x-portfolio-filters, .option-set .x-index-filters-menu >li >a:hover, .option-set .x-index-filters-menu >li >a.selected, .option-set .x-portfolio-filters-menu > li > a:hover, .option-set .x-portfolio-filters-menu > li > a.selected {
    color: #272727;
}

.option-set .x-index-filters, .option-set .x-portfolio-filters {
    display: block;
    border: 1px solid #333;
    color: #333;
}

.option-set .x-index-filter-label, .option-set .x-portfolio-filter-label {
    margin: 0;
    padding-left: 15px;
    float: left;
    width: calc(100% - 42px);
    height: 42px;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 42px;
    text-transform: uppercase;
    background-color: #fff;
}

.x-nav-articles a, .entry-top-navigation .entry-parent, .option-set .x-index-filters, .option-set .x-portfolio-filters, .option-set .x-index-filters i, .option-set .x-portfolio-filters i {
    border-color: #272727;
}

.option-set .x-index-filters i, .option-set .x-portfolio-filters i {
    display: block;
    border-left: 1px solid #333;
    float: right;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #fff;
    -webkit-transition: color 0.3s ease,background-color 0.3s ease
};
    transition: color 0.3s ease,background-color 0.3s ease;

    display: inline-block;
[data-x-icon], [class*="x-icon-"] {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[data-x-icon]:before, [class*="x-icon-"]:before {
    content: attr(data-x-icon);
    line-height: 1;
}

.cf:after {
    clear: both;
}
.cf:before, .cf:after {
    content: " ";
    display: table;
}


.option-set .x-index-filters-menu, .option-set .x-portfolio-filters-menu {
    display: none;
    margin: 0;
    padding: 15px 15px 0;
    text-align: center;
}


.option-set .x-index-filters-menu>li, .option-set .x-portfolio-filters-menu>li {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
        line-height: 1.8;
}

.option-set .x-index-filters-menu>li>a, .option-set .x-index-filters-menu>li:after, .option-set .x-portfolio-filters-menu>li>a, .option-set .x-portfolio-filters-menu>li:after {
    color: rgba(0,0,0,0.35);
}

.option-set .x-index-filters-menu>li>a, .option-set .x-index-filters-menu>li:after, .option-set .x-portfolio-filters-menu>li>a, .option-set .x-portfolio-filters-menu>li:after {
    color: rgba(0,0,0,0.35);
}
.option-set .x-index-filters-menu>li:after, .option-set .x-portfolio-filters-menu>li:after {
    content: "/";
    display: inline;
    margin: 0 0 0 3px;
}

.option-set .x-portfolio-filters i:hover{
    color: #fff;
    background: #000;
}

.x-iso-container {
    margin: 0 -1em;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

@media (min-width: 1200px){
	.x-iso-container.cols-4>.hentry {
	    width: 24.95%;
	}
}

.x-iso-container>.hentry {
    margin: 0 !important;
    border: 0 !important;
    padding: 0 1em 2em !important;
    opacity: 0;
}

.hentry:before, .hentry:after {
    content: " ";
    display: table;
}

.x-iso-container.cols-4 .entry-cover {
    padding-bottom: 85%;
}
.entry-cover {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    background-color: #333;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.h-entry-cover {
    position: absolute;
    top: calc(100% - 4em);
    left: 0;
    right: 0;
    margin: 0;
    padding: 1.5em;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: rgba(0,0,0,0.5);
    
}

.h-entry-cover span{
	color:#fff;
}

.h-entry-cover:hover{
	background-color: rgba(0,0,0,0.8);
}

.h-entry-cover:before {
	color:#fff;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50em;
    z-index: 0;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
}

.entry-inner{
	width: 80% !important;
	max-width: 80% !important;
}

.header-text {
    font-weight: 800;
    font-size: 3em;
    padding: 0px 0px 0px 20px;
    margin: 10px 0px 0px 0px;
}
.header-price {
    font-weight: 100;
    font-size: 2em;
    padding: 5px 0px 0px 20px;
    margin: 0px 0px 0px 0px;
}
.header-info {
    color: white;
    padding: 15px 50% 0px 20px;
    font-size: 1em;
}
.valid-text {
    margin: 0px 0px 0px 0px;
    padding: 15px 50% 0px 20px;
    font-size: 1em;
    color: white;
}	

.x-container.max {
    max-width: 1140px;
}
.x-container:before, .x-container:after {
    content: " ";
    display: table;
}
.x-container:before, .x-container:after {
    content: " ";
    display: table;
}
.x-section .x-container.marginless-columns {
    display: table;
    table-layout: fixed;
}

.x-section .x-container.marginless-columns .x-column.x-1-1 {
    width: 100%;
}

.x-container.width {
    width: 88%;
    color:#999999;
    line-height: 1.8;
        font-family: "Raleway",sans-serif;
}
.entry-header, .entry-content {
    font-size: 14px;
}
h4, .h4 {
    letter-spacing: -0.035em;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Montserrat",sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
.h-custom-headline {
    letter-spacing: -1px;
    line-height: 1.1;
}

.x-section .x-container.marginless-columns .x-column {
    display: table-cell;
    margin-right: 0;
    float: none;
    vertical-align: top;
}

.terms2 {
    font-size: 0.6em;
    float: right;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: rgb(146,139,139);
}

.x-column.x-1-1 {
    width: 100%;
}
@media (min-width: 767px){
.x-column.x-1-3 {
    width: 30.66666%;
}
}

.x-column {
    float: left;
    margin-right: 4%;
}

.x-column.x-2-3 {
    width: 65.33332%;
}
.x-column.last, .x-column:last-of-type {
    margin-right: 0;
}

.x-img {
    margin-bottom: 2.15em;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
.x-column.x-2-3 {
    width: 65.33332%;
}
.hotel-name {
    margin: 0px 0px 0px 0px;
}


.x-section .x-container {
    position: relative;
}

div {
    display: block;
}


.stars {
    display: inline;
    color: #004c6c;
}
[data-x-icon], [class*="x-icon-"] {
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.x-text b,.x-text strong {
    font-weight: 700;
}
.x-text a{
        color: #004c6c;
        text-decoration: none;
    background-color: transparent;
    -webkit-transition: color 0.3s ease,background-color 0.3s ease,border-color 0.3s ease,box-shadow 0.3s ease;
    transition: color 0.3s ease,background-color 0.3s ease,border-color 0.3s ease,box-shadow 0.3s ease;

}
.x-text a:hover{
    text-decoration: none;
    background-color: transparent;
    color:#4aa7d6;
}
.x-text p {
    margin: 0 0 2.15em;
}
.x-container:after {
    clear: both;
}
.x-container:before, .x-container:after {
    content: " ";
    display: table;
}
.x-btn, .button, [type="submit"] {
    color: #ffffff;
    border-color: hsla(0,0%,100%,0);
    background-color: #004c6c;
    text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
    border-radius: 0.25em;
    padding: 0.579em 1.105em 0.842em;
    font-size: 19px;
}
.x-btn-block {
    display: block;
    width: 100%;
}
.x-btn.x-btn-flat, .x-btn.x-btn-flat:hover {
    margin-bottom: 0;
    text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.65);
    box-shadow: none;
}
.x-btn.x-btn-pill {
    border-radius: 100em;
}
.x-btn-pill {
    line-height: 1.5;
    font-weight: 600;
    text-shadow: none !important;
    padding: 10px 40px !important;
}
.inquire-btn {
    background-color: #004c6c;
    margin-top: 10px;
    line-height: 1.5em;
    border: none;
    text-decoration: none !important;
    text-align: center;
}

.inquire-btn:hover {
    color: #fff;
    background: #4aa7d6;
}
.terms {
    font-size: 0.6em;
}
.x-gap{
    border: none;
    background: none;
}
b, strong {
    font-weight: 700;
}
.h-custom-headline{
    font-family: "Montserrat",sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
.line_item_1 p,.line_item_2 p{
    margin: 0px !important;
}
@media (max-width: 767px){
    .x-column.x-sm ,.x-column.x-1-3{
        float: none;
        width: 100%;
        margin-right: 0;
    }
}