@import url('./font-awesome.min.css');
@import url('./font.css');
@import url('./owl.transitions.css');
@import url('https://use.typekit.net/xoh1dws.css');
a:focus {
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'mr-eaves-modern', sans-serif;
    color: #0c1233;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
}
h1 {
    font-size: 4.71em;
}
h2 {
    font-size: 4.2em;
}
h3 {
    font-weight: 500;
    font-size: 3.16em;
}
h4 {
    font-size: 2.37em;
    font-weight: 500;
}
h5 {
    font-size: 1.78em;
    line-height: 1.4;
}
h6 {
    font-size: 1.33em;
}
html {
    overflow: auto;
    scroll-behavior: smooth;
}
p {
    font-size: 18px !important;
}
body {
    padding: 0;
    height: 100%;
    color: #0c1233;
    overflow: hidden;
    background-color: #fff;
    font-family: 'mr-eaves-modern', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}
::selection {
    background: #0c1233;
    color: #fff;
}
::-moz-selection {
    background: #0c1233;
    color: #fff;
}
.overflow-hidden {
    overflow: hidden;
}
.color {
    color: #0c1233;
}
a {
    color: #0c1233;
}
.bold {
    font-weight: bold;
}
a:hover, a:focus {
    color: #0c1233;
}
iframe[src="about:blank"] {
    display: none;
}
ul {
    list-style: none;
    padding: 0;
}
#wrapper {
    position: relative;
    overflow: hidden;
    left: 0;
    z-index: 99;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.3);
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
}
#wrapper::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: transparent;
    content: '';
    z-index: 1002;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
#wrapper.open {
    -webkit-transform: translate3d(300px,0,0);
    transform: translate3d(300px,0,0);
}
#wrapper.open::after {
    width: 100%;
    height: 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.darker-text {
    color: #4d4f52;
}
.center {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.form-control {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #E4E4E4;
    color: #0c1233;
    height: 35px;
    padding-top: 6px;
    outline: 0 !important;
    transition: none !important;
}
.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0 none;
    border-color: #adb2b6;
}
.form-control-large, .form-control-small {
    width: 345px;
    display: inline-block;
    margin: 10px;
    text-align: left;
}
.form-control-large .chzn-container, .form-control-large .form-control, .form-control-small .chzn-container, .form-control-small .form-control {
    width: 100%;
}
.form-control-small {
    width: 188px;
}
.dark {
    background-color: rgba(32,35,38,0.92);
}
.invalid {
    border-color: #F23030 !important;
}
.btn {
    font-size: 13px;
    letter-spacing: 3px;
    height: 35px;
    line-height: 35px;
    padding: 0 30px;
    border-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}
.btn:active, .btn.active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn i {
    margin-right: 5px;
}
.btn-default, .btn-default-color, .btn-fullcolor {
    text-transform: uppercase;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
}
.btn-default, .btn-default:focus {
    background-color: transparent;
    border-color: rgba(255,255,255,0.8);
    color: rgba(255,255,255,0.8);
}
.btn-default:hover, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: transparent;
    border-color: #efbb29;
    color: #efbb29;
}
.btn-default-color, .btn-default-color:focus {
    background-color: transparent;
    border-color: #adb2b6;
    color: #adb2b6;
}
.btn-default-color:hover, .btn-default-color:active, .btn-default-color.active, .open .dropdown-toggle.btn-default-color {
    background-color: transparent;
    border-color: #0c1233;
    color: #0c1233;
}
.btn-fullcolor, .btn-fullcolor:focus {
    background-color: #0c1233;
    border-color: transparent;
    color: rgba(255,255,255,0.8);
}
.btn-fullcolor:hover, .btn-fullcolor:active, .btn-fullcolor.active, .open .dropdown-toggle.btn-fullcolor {
    color: #ffffff;
}
.btn-warning, .btn-warning:focus {
    background-color: #ffde6a;
    border-color: transparent;
    text-transform: uppercase;
    color: rgba(12,18,51,0.7);
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active {
    background-color: #efbb29;
    text-transform: uppercase;
    color: #ffffff;
    border-color: transparent;
    color: rgba(12,18,51,0.92);
}
.btn-lg, .btn-group-lg > .btn {
    border-width: 2px;
    height: 45px;
    font-size: 14px;
    width: 100%;
}
.btn-danger, colored .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    color: #fff !important;
    background-color: #da4f49 !important;
    border-color: #c72f29;
}
.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: #fff !important;
    background-color: #5bb75b !important;
    border-color: #449b44;
}
.animate-fade {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.animate-from-top {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.animate-from-bottom {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.animate-from-left {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.animate-from-right {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.animation-fade {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -moz-transition-duration: 1.5s;
    -webkit-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
}
.animation-from-bottom, .animation-from-top {
    -webkit-transition-timing-function: cubic-bezier(.20,.75,.25,.90);
    -moz-transition-timing-function: cubic-bezier(.20,.75,.25,.90);
    -o-transition-timing-function: cubic-bezier(.20,.75,.25,.90);
    transition-timing-function: cubic-bezier(.20,.75,.25,.90);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -moz-transition-duration: 1.5s;
    -webkit-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
}
.animation-from-left, .animation-from-right {
    -webkit-transition-timing-function: cubic-bezier(.20,.75,.25,.90);
    -moz-transition-timing-function: cubic-bezier(.20,.75,.25,.90);
    -o-transition-timing-function: cubic-bezier(.20,.75,.25,.90);
    transition-timing-function: cubic-bezier(.20,.75,.25,.90);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -moz-transition-duration: 1.5s;
    -webkit-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
}
.page-title {
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
}
.text-highlight {
    background-color: #0c1233;
    color: #fff;
    padding: 20px 15px;
    font-size: 20pt;
    line-height: 22pt;
    font-family: 'mr-eaves-modern', sans-serif;
    font-weight: 300;
    margin-bottom: 30px;
}
.text-highlight strong {
    font-weight: 500;
}
.chzn-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100% !important;
    margin-bottom: 15px;
    zoom: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.chzn-container .chzn-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #E2E3E5;
    color: #0c1233;
}
.chzn-container.chzn-with-drop .chzn-drop {
    left: 0;
}
.chzn-container a {
    cursor: pointer;
}
.chzn-container-single .chzn-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 15px;
    height: 36px;
    background-color: #fff;
    background-clip: padding-box;
    color: #0c1233;
    text-decoration: none;
    white-space: nowrap;
    line-height: 36px;
    border: 1px solid #E4E4E4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.chzn-container-single .chzn-default {
    color: #0c1233;
}
.chzn-container-single .chzn-single span {
    display: block;
    overflow: hidden;
    margin-right: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chzn-container-single .chzn-single-with-deselect span {
    margin-right: 60px;
}
.chzn-container-single .chzn-single abbr {
    position: absolute;
    top: 13px;
    right: 48px;
    display: block;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.chzn-container-single .chzn-single abbr:before {
    content: "\f00d";
}
.chzn-container-single .chzn-single abbr:hover {
    transform: scale(1.2);
}
.chzn-container-single .chzn-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 38px;
    height: 100%;
}
.chzn-container-single .chzn-single div:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 80%;
    margin-top: 10%;
    border-left: 1px solid #E4E4E4;
}
.chzn-container-single .chzn-single div b {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    text-align: center;
}
.chzn-container-single .chzn-single div b:before {
    content: "\f078";
}
.chzn-container-single .chzn-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}
.chzn-container-single .chzn-search input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid rgba(12,18,51,0.5);
    background-color: #fff;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.chzn-container-single .chzn-search:before {
    content: "\f002";
    position: absolute;
    top: 9px;
    right: 10px;
    color: #0c1233;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.chzn-container-single .chzn-drop {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
}
.chzn-container-single.chzn-container-single-nosearch .chzn-search {
    position: absolute;
    left: -9999px;
}
.chzn-container .chzn-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 4px 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}
.chzn-container .chzn-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    -webkit-touch-callout: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.chzn-container .chzn-results li.active-result {
    display: list-item;
    cursor: pointer;
}
.chzn-container .chzn-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}
.chzn-container .chzn-results li.highlighted {
    background-color: rgba(12,18,51,0.9);
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.chzn-container .chzn-results li.no-results {
    display: list-item;
    background: #f4f4f4;
}
.chzn-container .chzn-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}
.chzn-container .chzn-results li.group-option {
    padding-left: 15px;
}
.chzn-container .chzn-results li em {
    font-style: normal;
    text-decoration: underline;
}
.chzn-container-multi .chzn-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: 25px;
    width: 100%;
    height: auto !important;
    border-bottom: 1px solid #e3e3e3;
    background-color: transparent;
    cursor: text;
}
.chzn-container-multi .chzn-choices li {
    float: left;
    list-style: none;
}
.chzn-container-multi .chzn-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 5px;
    height: auto;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #0c1233;
    font-size: 100%;
    font-family: 'mr-eaves-modern', sans-serif;
    line-height: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.chzn-container-multi .chzn-choices li.search-field .default {
    color: #0c1233;
}
.chzn-container-multi .chzn-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 0px 28px 0 14px;
    border: 1px solid #efbb29;
    background-color: #ffde6a;
    color: rgba(12,18,51,0.92);
    line-height: 30px;
    cursor: default;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 8px;
    right: 12px;
    display: block;
    width: 12px;
    height: 12px;
    color: #d5a110;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:before {
    content: "\f00d";
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
    text-decoration: none;
    transform: scale(1.2);
}
.chzn-container-multi .chzn-choices li.search-choice-disabled {
    color: #adb2b6;
}
.chzn-container-multi .chzn-choices li.search-choice-focus {
    background: #d4d4d4;
}
.chzn-container-multi .chzn-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}
.chzn-container-multi .chzn-drop {
    margin-top: -30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.chzn-container-multi .chzn-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}
.chzn-container-active .chzn-single {
    -webkit-transition: border-color 0.3s ease-out;
    -moz-transition: border-color 0.3s ease-out;
    -ms-transition: border-color 0.3s ease-out;
    -o-transition: border-color 0.3s ease-out;
    transition: border-color 0.3s ease-out;
}
.chzn-container-active.chzn-with-drop .chzn-single {
    border-color: #adb2b6;
}
.chzn-container-active.chzn-with-drop .chzn-single div {
    border-left: none;
    background: transparent;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
    background-position: -18px 2px;
}
.chzn-disabled {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    cursor: default;
}
.chzn-disabled .chzn-single {
    cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
    cursor: default;
}
.chzn-rtl {
    text-align: right;
}
.chzn-rtl .chzn-single {
    overflow: visible;
    padding: 0 8px 0 0;
}
.chzn-rtl .chzn-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}
.chzn-rtl .chzn-single-with-deselect span {
    margin-left: 38px;
}
.chzn-rtl .chzn-single div {
    right: auto;
    left: 3px;
}
.chzn-rtl .chzn-single abbr {
    right: auto;
    left: 26px;
}
.chzn-rtl .chzn-choices li {
    float: right;
}
.chzn-rtl .chzn-choices li.search-field input[type="text"] {
    direction: rtl;
}
.chzn-rtl .chzn-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}
.chzn-rtl .chzn-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}
.chzn-rtl.chzn-container-single-nosearch .chzn-search, .chzn-rtl .chzn-drop {
    left: 9999px;
}
.chzn-rtl.chzn-container-single .chzn-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}
.chzn-rtl .chzn-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}
.chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div {
    border-right: none;
}
.chzn-rtl .chzn-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: white url('chzn-sprite.png') no-repeat -30px -20px;
    background: url('chzn-sprite.png') no-repeat -30px -20px;
    direction: rtl;
}
.chzn-rtl.chzn-container-single .chzn-single div b {
    background-position: 6px 2px;
}
.chzn-rtl.chzn-container-single.chzn-with-drop .chzn-single div b {
    background-position: -12px 2px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
    .chzn-rtl .chzn-search input[type="text"], .chzn-container-single .chzn-single abbr, .chzn-container-single .chzn-single div b, .chzn-container-single .chzn-search input[type="text"], .chzn-container-multi .chzn-choices .search-choice .search-choice-close, .chzn-container .chzn-results-scroll-down span, .chzn-container .chzn-results-scroll-up span {
        background-image: url('chzn-sprite@2x.png') !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}
.colored .chzn-container .chzn-drop {
    background-color: #ffffff;
    color: #0c1233;
}
.colored .chzn-container-single .chzn-single {
    background-color: rgba(255,255,255,0.1);
    color: #fff;
    border: none;
    text-decoration: none;
}
.colored .chzn-container-single .chzn-default {
    color: #fff;
    text-decoration: none !important;
}
.colored .chzn-container-single .chzn-single div:after {
    border-left: 1px solid rgba(255,255,255,0.3);
}
.colored .chzn-container-single:hover .chzn-single div b {
    color: inherit;
}
.colored .chzn-container-single .chzn-search input[type="text"] {
    border: 1px solid rgba(12,18,51,0.5);
    background-color: #fff;
}
.colored .chzn-container-single .chzn-search:before {
    color: #0c1233;
}
.colored .chzn-container .chzn-results li.disabled-result {
    color: #ccc;
}
.colored .chzn-container .chzn-results li.highlighted {
    background-color: rgba(12,18,51,0.9);
    color: #fff;
}
.colored .chzn-container-multi .chzn-choices {
    border-color: rgba(255,255,255,0.5);
}
.colored .chzn-container-multi .chzn-choices li.search-field input[type="text"] {
    background: transparent !important;
    color: #fff;
}
.colored .chzn-container-multi .chzn-choices li.search-field .default {
    color: #fff;
}
.colored .chzn-container-multi .chzn-choices li.search-choice {
    border: none;
    background-color: rgba(255,255,255,0.1);
    color: #fff;
}
.colored .chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
    color: #fff;
    text-decoration: none;
}
.colored .chzn-container-multi .chzn-drop .result-selected {
    color: #ccc;
}
.colored .chzn-container-active .chzn-choices li.search-field input[type="text"] {
    color: #fff !important;
}
#header {
    width: 100%;
    position: fixed;
    z-index: 1001;
}
#header a:hover, #header a:focus {
    text-decoration: none;
}
#header #divMenu {
    margin-top: 67px;
    font-weight: bold;
    color: #000;
}
#header #divMenu i.fa-bars {
    padding-right: 10px;
}
#header #logo {
    margin-top: 5px;
    width: 130px;
    transition: all 0.3s ease;
}
#header #logo.on-scroll {
    margin-top: 15px !important;
    width: 110px !important;
    transition: all 0.3s ease;
}
#header #divBtnBooking {
    margin-top: 58px;
}
#header #divBtnBooking .btn-booking-mobile {
    font-size: 30px;
    display: none;
}
#header #divBtnBooking a.btn-booking-pc {
    margin-right: -30px;
}
#header .booking-top {
    position: relative;
    margin-bottom: 5px;
}
#header .booking-top .close-booking-top {
    display: block;
    position: absolute;
    font-size: 1.8rem;
    font-weight: 800;
    top: 10px;
    right: 10px;
    color: #ffffff;
    cursor: pointer;
}
#menu_button {
    display: inline-block;
    cursor: pointer;
    margin-left: -30px;
}
#menu_button #lbMenu {
    padding-left: 35px;
    cursor: pointer;
}
#menu_button span {
    margin-top: 8px;
}
#menu_button span, #menu_button span:before, #menu_button span:after {
    height: 2px;
    width: 20px;
    background: #333;
    position: absolute;
    display: block;
    content: '';
    -webkit-transition: all 500ms cubic-bezier(0.615,0.25,0.505,1.47);
    -moz-transition: all 500ms cubic-bezier(0.615,0.25,0.505,1.47);
    transition: all 500ms cubic-bezier(0.615,0.25,0.505,1.47);
}
#menu_button span:before {
    top: -6px;
}
#menu_button span:after {
    bottom: -6px;
}
#menu_button.open span {
    background-color: transparent;
}
#menu_button.open span:before {
    -webkit-transform: rotate(45deg) scale(1.2);
    -moz-transform: rotate(45deg) scale(1.2);
    -ms-transform: rotate(45deg) scale(1.2);
    -o-transform: rotate(45deg) scale(1.2);
    transform: rotate(45deg) scale(1.2);
}
#menu_button.open span:after {
    -webkit-transform: rotate(-45deg) scale(1.2);
    -moz-transform: rotate(-45deg) scale(1.2);
    -ms-transform: rotate(-45deg) scale(1.2);
    -o-transform: rotate(-45deg) scale(1.2);
    transform: rotate(-45deg) scale(1.2);
}
#menu_button.open span:before, #menu_button.open span:after {
    top: 0;
}
.navigation--is-active #menu_button {
    z-index: 122;
    position: relative;
}
#nav-section {
    min-height: 150px;
    min-width: 320px;
    background-color: #fff;
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#nav-section .clearfix {
    padding-bottom: 23px;
}
#nav-mobile-btn {
    background-color: #0c1233;
    border: 0;
    color: #fff;
    font-size: 28px;
    width: 40px;
    padding: 5px 0;
    line-height: 1;
    text-align: center;
    float: right;
    margin-top: 29px;
    display: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#nav-mobile-btn:active, #nav-mobile-btn:hover {
    background-color: #000000;
}
.shrink #nav-mobile-btn {
    margin-top: 9px;
}
.nav-mobile {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    visibility: hidden;
    width: 300px;
    height: 100%;
    background: #F7F8FA;
    padding: 15px;
    overflow: auto;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.nav-mobile >i {
    position: absolute;
    top: 6px;
    right: 15px;
    font-size: 28px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.nav-mobile >i:hover, .nav-mobile >i:active {
    color: #000000;
    background-color: rgba(50,72,92,0.05);
}
.nav-mobile h2 {
    text-align: center;
    margin: 10px 0 25px;
    color: #4d4f52;
}
.nav-mobile h2 i {
    margin-right: 10px;
}
.nav-mobile a {
    color: #0c1233;
}
.nav-mobile a:hover {
    color: #0c1233;
    text-decoration: none;
}
.nav-mobile a:focus {
    text-decoration: none;
}
.nav-mobile ul {
    list-style: none;
}
.nav-mobile > ul {
    padding: 0;
}
.nav-mobile > ul li {
    margin-bottom: 10px;
}
.nav-mobile > ul li >a {
    margin-bottom: 10px;
    display: block;
}
.nav-mobile > ul >li {
    margin-bottom: 20px;
    padding-left: 10px;
}
.nav-mobile > ul ul {
    padding-left: 15px;
    border-left: 1px solid rgba(0,0,0,0.08);
}
.nav-mobile::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    content: '';
    display: none;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.nav-mobile.open {
    visibility: visible;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.nav-mobile.open::after {
    width: 0;
    height: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.booking-content.booking-more-options #bodyContent {
    transition: all 0.8s ease;
    padding-top: 406px;
}
.booking-content #bodyContent {
    transition: all 0.8s ease;
    padding-top: 325px;
}
#bodyContent {
    transition: all 0.8s ease;
    padding-top: 150px;
}
.carousel-inner {
    margin-top: 10px;
}
.carousel-inner .item {
    height: 500px;
}
.slider-title {
    font-size: 40px;
    font-weight: 600;
    color: #fff1d7;
    line-height: 110px;
    letter-spacing: 15px;
    text-transform: uppercase;
}
.slider-subtitle, #home-search-section .slider-subtitle {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 45px;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.slider-content, #home-search-section .slider-content {
    color: #fff1d7;
    padding-bottom: 10px;
}
#home-search-section .slider-subtitle {
    color: #0c1233;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.carousel-caption {
    top: 5rem;
}
.caption.sfb.btn.btn-default.btn-lg {
    line-height: 45px;
    width: auto;
    background-color: #fff1d7;
    color: #333;
    border: none;
}
.input-group.date-picker {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.input-group.date-picker .input-group-addon {
    width: 38px;
    position: absolute;
    z-index: 2;
    right: 0;
    padding-top: 10px;
    height: 35px;
    border-radius: 0;
}
@keyframes start {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
@-webkit-keyframes start {
    from {
        -webkit-transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
    }
}
.nav-tabs {
    border-bottom: 1px solid #e3e3e3;
}
.nav-tabs > li > a, .nav-tabs.nav-justified > li > a {
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 1.42857;
    margin-right: 0px;
    color: #4d4f52;
    margin-bottom: 0 !important;
    background-color: #F8F9FB;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background-color: #F8F9FB;
    text-decoration: none;
    border: 1px solid #e3e3e3;
}
.nav-tabs > li.disabled > a {
    color: #999999;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border: 1px solid #e3e3e3;
    border-bottom: none;
    color: #0c1233;
    cursor: default;
    font-style: italic;
}
.e404 >div {
    font-size: 74pt;
    color: #0c1233;
    text-align: center;
    float: left;
}
.e404 >div strong {
    font-size: 140pt;
    display: block;
    margin-bottom: -80px;
}
.e404 i {
    float: right;
    font-size: 170pt;
    color: #0c1233;
    margin-top: 72px;
}
#e404-side {
    margin-top: 72px;
}
#e404-side h3 {
    font-size: 26pt;
}
.blog-title {
    text-transform: none;
    font-size: 24pt;
    margin-bottom: 40px;
    margin-top: 54px;
}
.blog-main-image {
    position: relative;
}
.blog-main-image img {
    max-width: 100%;
}
.blog-main-image .tag {
    position: absolute;
    top: 10px;
    left: -6px;
    background-color: #0c1233;
    color: #fff;
    padding: 14px 18px;
    z-index: 10;
    font-size: 17px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.blog-main-image .tag:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -6px;
    border-color: rgba(0,0,0,0) #000000 rgba(0,0,0,0) rgba(0,0,0,0);
    border-style: solid;
    border-width: 0 6px 6px 0;
    height: 0;
    width: 0;
}
.blog-main-image .tag i {
    margin-right: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.blog-bottom-info {
    width: 100%;
    text-align: left;
    margin: 0;
    margin-bottom: 40px;
    border: 1px solid #e3e3e3;
    background-color: rgba(50,72,92,0.05);
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    clear: both;
}
.blog-bottom-info >ul {
    list-style: none;
    padding: 8px 0;
    margin: 0;
    background-color: #fff;
    display: inline-block;
    border-right: 1px solid #E4E4E4;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.blog-bottom-info >ul li {
    display: inline-block;
    height: 38px;
    margin: 0;
    padding: 10px 18px 0 18px;
    border-right: 1px solid #E4E4E4;
    color: #0c1233;
}
.blog-bottom-info >ul li:last-child {
    border-right: none;
}
.blog-bottom-info >ul li .fa {
    color: #adb2b6;
    font-size: 18px;
    margin-right: 3px;
}
.blog-bottom-info >ul li [class^="icon-"], .blog-bottom-info >ul li [class*=" icon-"] {
    color: #adb2b6;
    float: left;
    font-size: 18px;
    margin-right: 3px;
    margin-top: -3px;
}
.blog-bottom-info #post-author {
    float: right;
    line-height: 54px;
    margin-right: 20px;
}
.blog-bottom-info #post-author i {
    font-size: 15pt;
    color: #adb2b6;
    margin-right: 5px;
}
.blog-bottom-info:after, .blog-bottom-info:before {
    content: " ";
    display: table;
}
.blog-bottom-info:after {
    clear: both;
}
.post-content img {
    max-width: 100%;
}
.post-content img.right {
    float: right;
    margin-left: 15px;
}
.post-content img.left {
    float: left;
    margin-right: 15px;
}
.post-content .highlight-bold {
    font-weight: 700;
    font-size: 12pt;
    position: relative;
    margin-bottom: 40px;
}
.post-content .highlight-color {
    font-size: 21pt;
    color: #0c1233;
    line-height: 1.3;
    font-family: 'mr-eaves-modern', sans-serif;
    font-weight: 300;
    margin-bottom: 40px;
}
.post-content .divider {
    position: relative;
    display: block;
    padding: 40px 0 0;
    margin: 0 0 40px;
}
.post-content .divider:before, .post-content .divider:after {
    content: " ";
    position: absolute;
    bottom: 2px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 1px;
    background-color: #4d4f52;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.post-content .divider:after {
    bottom: -1px;
}
.post-content p {
    margin-bottom: 40px;
}
.post-content .quote {
    font-size: 19pt;
    font-weight: 300;
    line-height: 21pt;
    margin: 40px 0;
    padding: 30px 40px;
    position: relative;
    text-align: center;
    width: 100%;
    font-family: 'mr-eaves-modern', sans-serif;
}
.post-content .quote:before, .post-content .quote:after {
    color: #acacac;
    font-size: 48pt;
    font-weight: 700;
    position: absolute;
}
.post-content .quote:before {
    content: "\201C";
    left: 30px;
    top: 10px;
}
.post-content .quote:after {
    bottom: -16px;
    content: "\201D";
    right: 30px;
}
.post-content .quote span {
    color: #0c1233;
}
.comments {
    margin-bottom: 20px;
    background-color: #fff;
}
.comments >ul {
    display: inline-block;
    list-style: none;
    width: 100%;
    padding: 0;
}
.comments >ul >li {
    width: 100%;
    float: left;
}
.comments >ul >li img {
    border: 1px solid #e3e3e3;
    width: 12%;
}
.comments >ul >li ul {
    float: left;
    width: 100%;
    padding-left: 15%;
    list-style: none;
}
.comments .comment {
    float: right;
    position: relative;
    width: 85%;
    padding: 18px;
    background-color: #F7F8FA;
    margin-bottom: 35px;
    border: 1px solid #e3e3e3;
}
.comments .comment:before, .comments .comment:after {
    content: "";
    position: absolute;
    top: 14px;
    left: -8px;
    z-index: 10;
    width: 0px;
    height: 0px;
    border-style: solid solid outset solid;
    border-width: 8px 10px 8px 0;
    border-color: transparent #F7F8FA transparent transparent;
}
.comments .comment:before {
    z-index: 9;
    left: -10px;
    border-color: transparent #e3e3e3 transparent transparent;
}
.comments .comment h3 {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 15px;
    font-weight: 300;
}
.comments .comment h3 small {
    display: block;
    font-size: 9pt;
    margin: 5px 0 10px;
}
.comments .comment .btn {
    float: right;
    margin-bottom: 14px;
}
.comments-form {
    padding-left: 13%;
}
.comments-form h3 {
    font-weight: 300;
}
.comments-form p {
    color: #adb2b6;
}
.comments-form .form-style {
    padding: 0;
    margin-top: 20px;
    display: inline-block;
    background-color: transparent;
}
.categories {
    list-style: none;
    padding: 0 15px;
}
.categories li {
    margin: 8px 0;
}
.categories li:before {
    content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}
.categories li a {
    color: #0c1233;
    padding-top: 8px;
    display: inline-block;
}
.categories li a span {
    color: #adb2b6;
}
.categories li a:hover {
    color: #0c1233;
    text-decoration: none;
}
.categories li a:hover span {
    color: #0c1233;
}
.categories li:hover:before {
    color: #0c1233;
}
.categories li+li {
    border-top: 1px solid #e3e3e3;
}
.blog-accordion.panel-group {
    border: none !important;
    margin-bottom: 0 !important;
}
.blog-accordion.panel-group .panel .panel-heading .panel-title > a {
    background-color: transparent !important;
}
.blog-accordion.panel-group .panel .panel-heading .panel-title > a:after {
    display: none !important;
}
.blog-accordion.panel-group .panel .panel-heading + .panel-collapse.collapsing .panel-body, .blog-accordion.panel-group .panel .panel-heading + .panel-collapse.collapsing .panel-body, .blog-accordion.panel-group .panel .panel-heading + .panel-collapse.in .panel-body, .blog-accordion.panel-group .panel .panel-heading + .panel-collapse.in .panel-body {
    background-color: transparent !important;
}
.blog-accordion.panel-group .panel .panel-body {
    padding-top: 0;
}
.blog-accordion.panel-group .panel .panel-body ul {
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0;
}
.blog-accordion.panel-group .panel .panel-body ul li {
    margin: 8px 0;
}
.blog-accordion.panel-group .panel .panel-body ul li:before {
    content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}
.blog-accordion.panel-group .panel .panel-body ul li a {
    color: #0c1233;
}
.blog-accordion.panel-group .panel .panel-body ul li a:hover {
    color: #0c1233;
    text-decoration: none;
}
.blog-accordion.panel-group .panel .panel-body ul li:hover:before {
    color: #0c1233;
}
.tags {
    list-style: none;
    margin: 0;
}
.tags li {
    display: inline-block;
    margin: 3px 1px;
}
.tags li a {
    color: #0c1233;
    display: block;
    padding: 6px 9px;
    background-color: rgba(255,255,255,0.3);
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -ms-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}
.tags li a:hover {
    background-color: rgba(255,255,255,0.8);
    text-decoration: none;
}
.pagination {
    text-align: center;
    padding: 15px 0;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.pagination a, .pagination span {
    padding: 0 10px;
}
.pagination .active {
    font-weight: bold;
    color: #0E1232;
    font-size: 20px;
}
.pagination ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0 5px;
}
.pagination ul >li {
    display: inline-block;
    width: 48px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    float: left;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -ms-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    font-size: 12pt;
    border: 1px solid #e4e4e4;
}
.pagination ul >li a {
    display: block;
    width: 48px;
    height: 43px;
    color: #0c1233;
}
.pagination ul >li a:hover, .pagination ul >li a:focus {
    text-decoration: none;
}
.pagination ul li:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.pagination ul li:last-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination ul li:hover, .pagination ul li.active {
    background-color: rgba(50,72,92,0.05);
}
.login {
    background-color: rgba(50,72,92,0.05);
    padding: 40px 50px;
    margin-top: 20px;
}
.login h1 {
    text-transform: none;
    color: #4d4f52;
    font-size: 24pt;
    line-height: 1.3;
}
.login .form-style {
    padding-left: 0;
    padding-right: 0;
}
.login .form-style .checkbox {
    background-color: #EBECF0;
    margin-bottom: 25px;
    padding: 14px 14px 14px 55px;
    font-size: 10pt;
}
.login .form-style .checkbox input[type="checkbox"] {
    margin-left: -35px;
}
.login .form-style .checkbox .button-checkbox {
    float: left;
    margin-left: -35px;
}
.login .form-style .checkbox .button-checkbox .btn {
    color: #adb2b6;
    padding: 0;
    border: 0;
    height: auto;
    line-height: normal;
    font-size: 14pt;
}
.login .form-style .checkbox .button-checkbox .btn .fa-check-square-o {
    color: #0c1233;
}
.login .btn {
    width: 100%;
}
.login .recover-pass {
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    margin: 0 25px 40px;
}
.login .recover-pass a {
    color: #0c1233;
    margin-bottom: 25px;
    display: block;
}
.login-info {
    padding-top: 40px;
}
.login-info h1 {
    text-transform: none;
    margin-bottom: 20px;
}
.login-info p {
    margin-bottom: 50px;
}
#footer {
    margin-top: 100px;
}
#footer #partner {
    margin-bottom: 50px;
}
#footer #partner .partner-items {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
#footer #partner .partner-items li {
    display: inline-block;
    padding: 0 30px;
}
#footer #partner .partner-items li a {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0;
}
#footer #partner .partner-items li a:hover {
    text-decoration: none;
}
#footer #partner .partner-items li a img {
    width: 110px;
}
#footer #partner .partner-items li a label {
    display: block;
    font-weight: normal;
}
#footer-top {
    border-top: 1px solid #000000;
    padding-top: 50px;
    color: #333;
}
#footer-top h3 {
    margin-bottom: 25px;
}
#footer-top .block {
    padding-bottom: 50px;
}
#footer-top a:hover {
    text-decoration: none;
}
#footer-top .footer-logo {
    padding-bottom: 50px;
}
#footer-top .footer-logo img {
    width: 100px;
}
#footer-top .div-social-link ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}
#footer-top .div-social-link ul li {
    display: inline-block;
}
#footer-top .div-social-link ul li img {
    background-size: 140px;
    padding: 15px;
}
#footer-top .div-register-news {
    text-align: right;
}
#footer-top .div-register-news .form-control-small {
    margin: 0;
}
#footer-top .div-register-news a.btn {
    vertical-align: baseline;
}
#footer-top .div-register-news .form-group {
    margin-bottom: 0;
}
#footer-top .div-register-news .div-reg-news-title {
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
}
#footer-top .div-register-news .div-btn-reg-news {
    width: auto;
}
#footer-top .div-register-news .form-check-label {
    font-weight: normal;
}
#footer-top .div-register-news .form-check {
    text-align: left;
    padding-left: 4rem;
}
#footer-top .div-register-news .form-check .btn-link {
    padding: 0 5px 0 1px;
    font-size: 14px;
}
.footer-contacts {
    list-style: none;
    padding: 0;
    overflow: hidden;
}
.footer-contacts li {
    margin-bottom: 25px;
    padding: 5px 0 0 35px;
    min-height: 30px;
    display: block;
    position: relative;
}
.footer-contacts li i {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 13pt;
    border: 1px solid #74777c;
    margin-right: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.footer-links {
    list-style: none;
    padding: 0;
}
.footer-links li {
    position: relative;
}
.footer-links li a {
    display: inline-block;
    width: 100%;
    position: relative;
}
.footer-listings {
    list-style: none;
    padding: 0;
}
.footer-listings li {
    min-height: 58px;
    display: block;
    margin-bottom: 2px;
    width: 100%;
    position: relative;
    padding: 15px 42px 0 70px;
}
.footer-listings li .image {
    width: 58px;
    height: 58px;
    overflow: hidden;
    position: absolute;
    display: block;
    z-index: 2;
    top: 0;
    left: 0;
}
.footer-listings li .image img {
    height: 100%;
}
.footer-listings li a {
    line-height: 8px;
    z-index: 1;
    display: inline;
    width: 100%;
    min-height: 58px;
    vertical-align: middle;
}
.footer-listings li a span {
    position: absolute;
    right: 0;
    top: 10px;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 13pt;
    border: 1px solid #74777c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.footer-listings li li:hover > p a {
    color: #0c1233 !important;
}
.footer-listings li li:hover > p a span {
    border-color: #0c1233;
}
@media (min-width: 993px) and (max-width: 1199px) {
    .sidebar #newsletter h2 span {
        font-size: 25pt;
    }
    .activity li .info {
        width: 54%;
    }
    .e404 >div {
        font-size: 60pt;
    }
    .e404 >div strong {
        font-size: 120pt;
        margin-bottom: -70px;
    }
    .e404 i {
        font-size: 130pt;
        margin-top: 72px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .sidebar #newsletter h2 span {
        font-size: 18pt;
    }
    .activity li {
        text-align: center;
    }
    .activity li img {
        float: none;
        margin-right: 0;
    }
    .activity li .info {
        width: 100%;
        text-align: center;
    }
    .sidebar .latest-news > li {
        margin-bottom: 40px;
    }
    .sidebar .latest-news > li .image {
        width: 100%;
    }
    .sidebar .latest-news > li .top-info {
        width: 100%;
        margin: 10px 0 10px 0;
        padding: 0 0 8px 0;
    }
    .sidebar .nav-tabs >li {
        width: 100%;
    }
    .e404 >div {
        font-size: 48pt;
    }
    .e404 >div strong {
        font-size: 90pt;
        margin-bottom: -50px;
    }
    .e404 i {
        font-size: 105pt;
        margin-top: 50px;
    }
    #e404-side {
        margin-top: 50px;
    }
}
@media (max-width: 992px) {
    #lbMenu {
        visibility: hidden;
    }
    #footer-top {
        padding-top: 20px;
    }
    #footer-top .footer-logo {
        padding-bottom: 20px;
    }
    #footer-top .div-footer-links {
        display: none;
    }
    #footer-top .block {
        padding-bottom: 10px;
    }
    #footer-top .div-register-news {
        position: absolute;
        bottom: 0;
        padding-bottom: 100px !important;
        padding-right: 35px;
    }
    #footer-top .div-register-news .div-btn-reg-news {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0px 15px 60px;
        padding-right: 50px;
        width: 100%;
    }
    #footer-top .div-register-news .form-check {
        padding-left: 0;
    }
    #footer-top #partner {
        padding-bottom: 160px;
    }
    #footer-top #partner .partner-items li {
        padding: 0 10px;
    }
    .carousel-inner .item {
        height: 400px;
    }
    .nav {
        display: none;
    }
    .sb-search {
        display: none;
    }
    #nav-mobile-btn {
        display: block;
    }
    #footer #partner {
        text-align: center;
        line-height: 22px;
    }
    .action-box {
        text-align: center;
    }
    .partner-items {
        margin-top: 20px;
    }
    .fullwidthsingle .info {
        padding: 15px 20px;
    }
    .fullwidthsingle .info h3 {
        margin-bottom: 15px;
        font-size: 16pt;
    }
    .fullwidthsingle .info p {
        margin-bottom: 15px;
    }
    .fullwidthsingle2 .amenities {
        text-align: left;
    }
    .fullwidthsingle2 .description .right {
        text-align: left;
    }
    .property-gallery2 .item {
        width: 234px;
        height: 226px;
    }
    .pricing.style3 .item {
        display: inline-block;
    }
    .pricing.style3 .item header {
        width: 100%;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }
    .pricing.style3 .item >ul {
        width: 100%;
    }
    .pricing.style3 .item >ul >li {
        border: 1px solid #e3e3e3;
        border-top: none;
        width: 100%;
        padding: 15px;
    }
    .pricing.style3 .item >.btn {
        width: 100%;
        height: 68px;
        line-height: 68px;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
    }
    .list-style .item .image, .list-style.latest-news .item .image {
        width: 100%;
    }
    .list-style .item .image img, .list-style.latest-news .item .image img {
        width: 100%;
    }
    .list-style .item .info, .list-style .item .info-blog, .list-style.latest-news .item .info, .list-style.latest-news .item .info-blog {
        width: 100%;
        margin-left: 0;
    }
    .list-style .item .info .amenities, .list-style .item .info-blog .amenities, .list-style.latest-news .item .info .amenities, .list-style.latest-news .item .info-blog .amenities {
        display: inline-block;
        width: 100%;
    }
    .property-topinfo .amenities {
        width: 100%;
        border-right: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    .blog-bottom-info >ul {
        width: 100%;
        border-right: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    .property-large-buttons2 li h4 {
        font-size: 20pt;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    #footer-top .div-register-news .div-reg-news-title {
        padding-right: 0 !important;
        text-align: center;
    }
    #footer-top .div-register-news .form-control-small, #footer-top .div-register-news a.btn {
        width: 100%;
    }
    #footer-top .div-register-news .form-check {
        padding-left: 0;
    }
    .footer-listings li {
        padding: 4px 42px 0 0;
    }
    .footer-listings li .image {
        display: none;
    }
    .sidebar #newsletter .input-group {
        width: 100%;
    }
    .sidebar #newsletter .input-group .form-control {
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }
    .sidebar #newsletter .input-group .input-group-btn {
        white-space: normal;
        width: 100%;
        display: block;
    }
    .sidebar #newsletter .input-group .input-group-btn .btn {
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        width: 100%;
    }
}
@media (max-width: 767px) {
    #menu_button {
        margin-left: -5px;
    }
    .booking-content.booking-more-options #bodyContent {
        transition: all 0.8s ease;
        padding-top: 607px;
    }
    .booking-content #bodyContent {
        transition: all 0.8s ease;
        padding-top: 485px;
    }
    #divBtnBooking .btn-booking-pc {
        display: none;
    }
    #divBtnBooking .btn-booking-mobile {
        display: inline-block !important;
        margin-right: -5px;
    }
    .carousel-inner .item {
        height: 300px;
    }
    #footer-top {
        padding-top: 20px;
    }
    #footer-top .footer-logo {
        padding-bottom: 20px;
    }
    #footer-top .block {
        padding-bottom: 10px;
    }
    .nav-tabs.tabs-left, .nav-tabs.tabs-right {
        width: 100%;
        text-align: center;
    }
    .nav-tabs.tabs-left > li > a, .nav-tabs.tabs-right > li > a {
        margin-right: 0;
    }
    .nav-tabs.tabs-left > li.active > a, .nav-tabs.tabs-left > li.active > a:hover, .nav-tabs.tabs-left > li.active > a:focus, .nav-tabs.tabs-right > li.active > a, .nav-tabs.tabs-right > li.active > a:hover, .nav-tabs.tabs-right > li.active > a:focus {
        border: 1px solid #e3e3e3;
        border-bottom: none;
    }
    .tab-content.tabs-left, .tab-content.tabs-right {
        width: 100%;
        border-top: none;
    }
    .e404 {
        text-align: center;
    }
    .e404 >div {
        float: none;
        display: inline-block;
    }
    .e404 i {
        float: none;
        display: inline-block;
        margin-left: 20px;
        position: relative;
        top: -27px;
        margin-top: 0;
    }
    #e404-side {
        margin-top: 0px;
    }
}
@media (max-width: 600px) {
    .main-menu .panel-default {
        margin-bottom: 20px !important;
    }
    #footer-top {
        padding-top: 20px;
    }
    #footer-top .footer-logo {
        padding-bottom: 20px;
    }
    #footer-top .block {
        padding-bottom: 10px;
    }
    #footer #partner .partner-items li {
        padding: 0 5px;
    }
    .e404 {
        text-align: center;
        width: 268px;
        margin: 0 auto;
    }
    .e404 >div {
        float: none;
        display: inline-block;
        font-size: 35pt;
    }
    .e404 >div strong {
        font-size: 65pt;
        margin-bottom: -33px;
    }
    .e404 i {
        font-size: 80pt;
        top: -14px;
    }
    .slider-title {
        line-height: unset;
        letter-spacing: 5px;
    }
}
@media (min-width: 481px) and (max-width: 992px) {
    .property-large-buttons li h4 {
        font-size: 18pt;
    }
    .latest-news-slider .info h3 {
        font-size: 15pt;
        margin-bottom: 15px;
    }
    .latest-news-slider .info .top-info {
        margin-bottom: 15px;
    }
}
@media (max-width: 480px) {
    #top-info {
        display: block;
        line-height: 20px;
        margin-top: 7px;
    }
    #top-info li {
        width: 100%;
        display: inline-block;
        text-align: center;
        margin: 0;
    }
    #top-buttons {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .sidebar .latest-news > li {
        margin-bottom: 40px;
    }
    .sidebar .latest-news > li .image {
        width: 100%;
    }
    .sidebar .latest-news > li .top-info {
        width: 100%;
        margin: 10px 0 10px 0;
        padding: 0 0 8px 0;
    }
    .form-control-large, .form-control-small {
        width: 100%;
        margin: 0;
    }
    .form-control-small {
        width: 100%;
    }
    .fullwidthsingle .item .image {
        height: 230px;
    }
    .sidebar #newsletter h2 span {
        font-size: 21pt;
    }
    .property-large-buttons li {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .latest-news-slider .item .image, .latest-news-slider .item .info {
        width: 100%;
    }
    .latest-news-slider .item .info {
        height: auto;
    }
    .sidebar .nav-tabs >li, .nav-tabs >li {
        width: 100%;
    }
    .sort {
        margin-left: 0px;
    }
    #property-detail-thumbs .item {
        height: 90px;
    }
    .comments {
        padding: 20px;
    }
    .login {
        padding: 40px 25px;
    }
    .pagination #previous, .pagination #next {
        width: 100%;
        margin-bottom: 5px;
    }
    .pagination #previous li, .pagination #next li {
        float: none;
    }
    .sidebar #newsletter .input-group {
        width: 100%;
    }
    .sidebar #newsletter .input-group .form-control {
        -webkit-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
    }
    .sidebar #newsletter .input-group .input-group-btn {
        white-space: normal;
        width: 100%;
        display: block;
    }
    .sidebar #newsletter .input-group .input-group-btn .btn {
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        width: 100%;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1365px) and (-webkit-min-device-pixel-ratio: 1) {
    .booking-content.booking-more-options #bodyContent {
        transition: all 0.8s ease;
        padding-top: 455px;
    }
    .booking-content #bodyContent {
        transition: all 0.8s ease;
        padding-top: 375px;
    }
    #footer-top .div-register-news .div-btn-reg-news {
        padding-top: 5px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (-webkit-min-device-pixel-ratio: 1) {
    #header #divBtnBooking .btn-booking-mobile {
        margin-right: -30px;
    }
    .slider-title {
        line-height: unset;
        letter-spacing: 5px;
    }
    .booking-content.booking-more-options #bodyContent {
        transition: all 0.8s ease;
        padding-top: 540px;
    }
    .booking-content #bodyContent {
        transition: all 0.8s ease;
        padding-top: 380px;
    }
    #footer-top .div-register-news {
        position: unset;
        padding: 0 !important;
        text-align: center;
    }
    #footer-top .div-register-news .form-control-small {
        width: auto;
        padding-top: 0;
    }
    #footer-top .div-register-news .div-btn-reg-news {
        position: unset;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 0;
    }
    #footer-top .div-register-news .form-check {
        text-align: center;
    }
}
@media (max-width: 414px) {
    #header #logo {
        margin-left: -14px;
    }
    #header #logo.on-scroll {
        margin-left: -4px;
    }
    .slider-title {
        font-size: 1.5em;
    }
    .slider-subtitle {
        font-size: 1em;
        line-height: unset;
        letter-spacing: 1px;
    }
}
@media (max-width: 375px) {
    #header #logo {
        margin-left: -21px;
    }
    #header #logo.on-scroll {
        margin-left: -11px;
    }
}
@media (max-width: 320px) {
    #header #logo {
        margin-left: -30px;
    }
    #header #logo.on-scroll {
        margin-left: -20px;
    }
}
.datepicker {
    border-radius: 0;
    background-color: #fff0d8;
    direction: ltr;
}
.datepicker-inline {
    width: 220px;
}
.datepicker-rtl {
    direction: rtl;
}
.datepicker-rtl.dropdown-menu {
    left: auto;
}
.datepicker-rtl table tr td span {
    float: right;
}
.datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 4px;
}
.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid rgba(0,0,0,0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
}
.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.datepicker table tr td, .datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 0;
    border: none;
}
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent;
}
.datepicker table tr td.day {
    background-color: #fff;
    border: 1px solid #0c1233;
}
.datepicker table tr td.old, .datepicker table tr td.new {
    color: #999;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #777;
    cursor: default;
}
.datepicker table tr td.highlighted {
    color: #000;
    background-color: #d9edf7;
    border-color: #85c5e5;
    border-radius: 0;
}
.datepicker table tr td.highlighted.focused {
    background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
    background: #d9edf7;
    color: #777;
}
.datepicker table tr td.today {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733;
}
.datepicker table tr td.today.focused {
    background: #ffc966;
}
.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
    background: #ffdb99;
    color: #777;
}
.datepicker table tr td.range {
    color: #000;
    background-color: #eee;
    border-radius: 0;
}
.datepicker table tr td.range.focused {
    background: #d5d5d5;
}
.datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
    background: #eee;
    color: #777;
}
.datepicker table tr td.range.highlighted {
    color: #000;
    background-color: #e4eef3;
    border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
    background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
    background: #e4eef3;
    color: #777;
}
.datepicker table tr td.range.today {
    color: #000;
    background-color: #f7ca77;
    border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
    background: #f7ca77;
    color: #777;
}
.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
    background-color: #b88c1d;
}
.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}
.datepicker table tr td span:hover, .datepicker table tr td span.focused {
    background: #eee;
}
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
    background: none;
    color: #777;
    cursor: default;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.datepicker table tr td span.old, .datepicker table tr td span.new {
    color: #777;
}
.datepicker .datepicker-switch {
    width: 145px;
}
.datepicker .datepicker-switch, .datepicker .prev, .datepicker .next, .datepicker tfoot tr th {
    cursor: pointer;
}
.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
    background: #eee;
}
.datepicker .prev.disabled, .datepicker .next.disabled {
    visibility: hidden;
}
.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}
.input-group.date-picker .input-group-addon {
    cursor: pointer;
}
.input-daterange {
    width: 100%;
}
.input-daterange input {
    text-align: center;
}
.input-daterange input:first-child {
    border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
    border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    line-height: 1.42857143;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px;
}
.login-form {
    padding-top: 50px;
}
.login-form .form-tab {
    padding-top: 50px;
}
.login-form .form-tab h3 {
    padding-bottom: 20px;
    text-transform: uppercase;
}
.login-form .form-tab .action {
    padding: 0 30px;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    height: 45px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 45px;
    width: auto;
    background-color: #581C16;
    color: #DCB9AF;
    border: none;
}
.login-form .form-tab .button-checkbox .btn {
    padding: 0;
}
.login-form .form-tab .checkbox label {
    padding-left: 10px;
}
.login-form .form-tab #ForgotPassword {
    padding-top: 15px;
}
.login-form .left, .login-form .middleColumn {
    display: inline-block;
}
.login-form .left {
    width: 80px;
}
.login-form .middleColumn .text {
    width: 250px;
}
.i-5-star {
    background: url(../images/icons/5_star.svg) no-repeat center center;
}
.i-accessable {
    background: url(../images/icons/accessable.svg) no-repeat center center;
}
.i-balcony {
    background: url(../images/icons/balcony.svg) no-repeat center center;
}
.i-bath {
    background: url(../images/icons/bath.svg) no-repeat center center;
}
.i-bed {
    background: url(../images/icons/bed.svg) no-repeat center center;
}
.i-beehive {
    background: url(../images/icons/beehive.svg) no-repeat center center;
}
.i-boardroom {
    background: url(../images/icons/boardroom.svg) no-repeat center center;
}
.i-desk {
    background: url(../images/icons/desk.svg) no-repeat center center;
}
.i-dining-room {
    background: url(../images/icons/dining_room.svg) no-repeat center center;
}
.i-dining-table {
    background: url(../images/icons/dining_table.svg) no-repeat center center;
}
.i-dishwasher {
    background: url(../images/icons/dishwasher.svg) no-repeat center center;
}
.i-email {
    background: url(../images/icons/email.svg) no-repeat center center;
}
.i-express-check-in {
    background: url(../images/icons/express_check_in.svg) no-repeat center center;
}
.i-facebook {
    background: url(../images/icons/facebook.svg) no-repeat center center;
}
.i-instagram {
    background: url(../images/icons/instagram.svg) no-repeat center center;
}
.i-internet {
    background: url(../images/icons/internet.svg) no-repeat center center;
}
.i-ipad {
    background: url(../images/icons/ipad.svg) no-repeat center center;
}
.i-king {
    background: url(../images/icons/king.svg) no-repeat center center;
}
.i-kitchen {
    background: url(../images/icons/kitchen.svg) no-repeat center center;
}
.i-les-clefs-dor {
    background: url(../images/icons/les_clefs_dor.svg) no-repeat center center;
}
.i-location {
    background: url(../images/icons/location.svg) no-repeat center center;
}
.i-lounge {
    background: url(../images/icons/lounge.svg) no-repeat center center;
}
.i-package {
    background: url(../images/icons/package.svg) no-repeat center center;
}
.i-park-view {
    background: url(../images/icons/park_view.svg) no-repeat center center;
}
.i-phone {
    background: url(../images/icons/phone.svg) no-repeat center center;
}
.i-pool-and-gym {
    background: url(../images/icons/pool_and_gym.svg) no-repeat center center;
}
.i-queen {
    background: url(../images/icons/queen.svg) no-repeat center center;
}
.i-shower {
    background: url(../images/icons/shower.svg) no-repeat center center;
}
.i-single-bed {
    background: url(../images/icons/single_bed.svg) no-repeat center center;
}
.i-single-star {
    background: url(../images/icons/single_star.svg) no-repeat center center;
}
.i-superking {
    background: url(../images/icons/superking.svg) no-repeat center center;
}
.i-surround-sound {
    background: url(../images/icons/surround_sound.svg) no-repeat center center;
}
.i-takeaway-cup {
    background: url(../images/icons/takeaway_cup.svg) no-repeat center center;
}
.i-tea-and-coffee {
    background: url(../images/icons/tea_and_coffee.svg) no-repeat center center;
}
.i-terms-and-conditions {
    background: url(../images/icons/terms_and_conditions.svg) no-repeat center center;
}
.i-two-singles {
    background: url(../images/icons/two_singles.svg) no-repeat center center;
}
.i-valet-parking {
    background: url(../images/icons/valet_parking.svg) no-repeat center center;
}
.i-washing {
    background: url(../images/icons/washing.svg) no-repeat center center;
}
.i-wifi {
    background: url(../images/icons/wifi.svg) no-repeat center center;
}
.i-adam-art-gallery {
    background: url(../images/Illustrations/adam_art_gallery.svg) no-repeat center center;
}
.i-bolton-hotel {
    background: url(../images/Illustrations/bolton_hotel.svg) no-repeat center center;
}
.i-botanic-garden-park {
    background: url(../images/Illustrations/botanic_garden_park.svg) no-repeat center center;
}
.i-cable-car {
    background: url(../images/Illustrations/cable_car.svg) no-repeat center center;
}
.i-cable-car-museum {
    background: url(../images/Illustrations/cable_car_museum.svg) no-repeat center center;
}
.i-carter-observatory {
    background: url(../images/Illustrations/carter_observatory.svg) no-repeat center center;
}
.i-cocktail {
    background: url(../images/Illustrations/cocktail.svg) no-repeat center center;
}
.i-goods-cafe-and-makery {
    background: url(../images/Illustrations/goods_cafe_and_makery.svg) no-repeat center center;
}
.i-hills {
    background: url(../images/Illustrations/hills.svg) no-repeat center center;
}
.i-kelburn-cafe {
    background: url(../images/Illustrations/kelburn_cafe.svg) no-repeat center center;
}
.i-kelburn-village-pub {
    background: url(../images/Illustrations/kelburn_village_pub.svg) no-repeat center center;
}
.i-knife-and-fork {
    background: url(../images/Illustrations/knife_and_fork.svg) no-repeat center center;
}
.i-lady-norwood-rose-garden {
    background: url(../images/Illustrations/lady_norwood_rose_garden.svg) no-repeat center center;
}
.i-single-wiggle {
    background: url(../images/Illustrations/single_wiggle.svg) no-repeat center center;
}
.i-soundshell {
    background: url(../images/Illustrations/soundshell.svg) no-repeat center center;
}
.i-sprig-and-fern {
    background: url(../images/Illustrations/sprig_and_fern.svg) no-repeat center center;
}
.i-sustainability {
    background: url(../images/Illustrations/sustainability.svg) no-repeat center center;
}
.i-tinakori-antiques {
    background: url(../images/Illustrations/tinakori_antiques.svg) no-repeat center center;
}
.i-tinakori-bistro {
    background: url(../images/Illustrations/tinakori_bistro.svg) no-repeat center center;
}
.i-waves {
    background: url(../images/Illustrations/waves.svg) no-repeat center center;
}
.i-wind {
    background: url(../images/Illustrations/wind.svg) no-repeat center center;
}
.animation-icon {
    background-repeat: repeat-x;
    background-size: 200px !important;
    animation: animationIcon 13s linear infinite;
    -ms-animation: animationIcon 13s linear infinite;
    -moz-animation: animationIcon 13s linear infinite;
    -webkit-animation: animationIcon 13s linear infinite;
}
@keyframes animationIcon {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}
@-webkit-keyframes animationIcon {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}
@-ms-keyframes animationIcon {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}
@-moz-keyframes animationIcon {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}
.bounce {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(-2px);
    }
    50% {
        -webkit-transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(-2px);
    }
}
@-moz-keyframes bounce {
    0% {
        -moz-transform: translateY(-2px);
    }
    50% {
        -moz-transform: translateY(5px);
    }
    100% {
        -moz-transform: translateY(-2px);
    }
}
@-o-keyframes bounce {
    0% {
        -o-transform: translateY(-2px);
    }
    50% {
        -o-transform: translateY(5px);
    }
    100% {
        -o-transform: translateY(-2px);
    }
}
@keyframes bounce {
    0% {
        transform: translateY(-2px);
    }
    50% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(-2px);
    }
}

