
html {
    font-size: 100%;
}
body {
    color: #828282;
    font-family: 'Work Sans', sans-serif;
    font-size: 100%;
    position: relative;

    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.work-sans {
    font-family: 'Work Sans', sans-serif;
}
.libre {
    font-family: 'Libre Baskerville', serif;
}
.raleway {
    font-family: 'Raleway', sans-serif;
}

.upper {
    text-transform: uppercase;
}
.relative {
    position: relative;
}
.ib {
    display: inline-block;
}
.block {
    display: block;
}

.max-100 {
    max-width: 100%;
}
.width-100 {
    width: 100%;
}

.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}

.opacity-35 {
    opacity: 0.35 !important;
    filter: alpha(opacity=35) !important;
}
.opacity-10 {
    opacity: 0.1 !important;
    filter: alpha(opacity=10) !important;
}

.italic {
    font-style: italic;
}

.ultrabold {
    font-weight: 900;
}
.extrabold {
    font-weight: 800;
}
.bold {
    font-weight: 700;
}
.semibold {
    font-weight: 600;
}
.medium {
    font-weight: 500;
}
.regular {
    font-weight: 400;
}
.light {
    font-weight: 300;
}
.extralight {
    font-weight: 200;
}
.thin {
    font-weight: 100;
}

.white {
    color: #fff;
}
.hover-white:hover,
.hover-white:focus {
    color: #fff;
}
.black {
    color: #000;
}

.green {
    color: #8aab89;
}
.light-grey {
    color: #b2b2b2;
}
.orange {
    color: #f4b665;
}

.bg-black {
    background: #000;
}
.bg-white {
    background: #fff;
}

.bg-green {
    background: #8aab89;
}
.bg-orange {
    background: #f7c482;
}
.bg-yellow {
    background: #fce793;
}


.underline {
    text-decoration: underline;
}
.underline-white {
    border-bottom: 0.0625em solid #fff;
}
.border-white {
    border: 0.0625em solid #fff;
}

.hover-underline-white:hover .underline-white {
    border-bottom-color: #fff;
}

.font-150 {
    font-size: 9.375em;
}
.font-81 {
    font-size: 5.0625em;
}
.font-76 {
    font-size: 4.75em;
}
.font-58 {
    font-size: 3.625em;
}
.font-54 {
    font-size: 3.375em;
}
.font-50 {
    font-size: 3.125em;
}
.font-45 {
    font-size: 2.8125em;
}
.font-36 {
    font-size: 2.25em;
}
.font-32 {
    font-size: 2em;
}
.font-31 {
    font-size: 1.9375em;
}
.font-30 {
    font-size: 1.875em;
}
.font-28 {
    font-size: 1.75em;
}
.font-26 {
    font-size: 1.625em;
}
.font-22 {
    font-size: 1.375em;
}
.font-21 {
    font-size: 1.3125em;
}
.font-20 {
    font-size: 1.25em;
}
.font-18 {
    font-size: 1.125em;
}
.font-16 {
    font-size: 1em;
}
.font-15 {
    font-size: 0.938em;
}
.font-13 {
    font-size: 0.813em;
}
.font-12 {
    font-size: 0.75em;
}
.font-11 {
    font-size: 0.688em;
}
.font-10 {
    font-size: 0.625em;
}

.lh-120 {
    line-height: 7.5em;
}
.lh-84 {
    line-height: 5.25em;
}
.lh-52 {
    line-height: 3.25em;
}
.lh-40 {
    line-height: 2.5em;
}
.lh-20 {
    line-height: 1.25em;
}
.lh-18 {
    line-height: 1.125em;
}

.pr-40 {
    padding-right: 40px;
}
.pr-10 {
    padding-right: 10px;
}

.pl-50 {
    padding-left: 50px;
}
.pl-40 {
    padding-left: 40px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-0 {
    padding-left: 0;
}

.pt-110 {
    padding-top: 110px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-45 {
    padding-top: 45px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-35 {
    padding-top: 35px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-18 {
    padding-top: 18px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-8 {
    padding-top: 8px;
}

.pb-80 {
    padding-bottom: 80px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-35 {
    padding-bottom: 35px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-18 {
    padding-bottom: 18px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-5 {
    padding-bottom: 5px;
}
.pb-3 {
    padding-bottom: 3px;
}

.mr-20 {
    margin-right: 20px;
}
.mr-16 {
    margin-right: 16px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-8 {
    margin-right: 8px;
}

.ml-20 {
    margin-left: 20px;
}
.ml-10 {
    margin-left: 10px;
}

.mt-100 {
    margin-top: 100px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-55 {
    margin-top: 55px;
}
.mt-48 {
    margin-top: 48px;
}
.mt-45 {
    margin-top: 45px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-12 {
    margin-top: 12px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-4 {
    margin-top: 4px;
}
.mt-0 {
    margin-top: 0px;
}

.mt-n50 {
    margin-top: -50px;
}
.mt-n25 {
    margin-top: -25px;
}
.mt-n10 {
    margin-top: -10px;
}
.mt-n4 {
    margin-top: -4px;
}

.mb-100 {
    margin-bottom: 100px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-75 {
    margin-bottom: 75px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-12 {
    margin-bottom: 12px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-7 {
    margin-bottom: 7px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-3 {
    margin-bottom: 3px;
}
.mb-0 {
    margin-bottom: 0px;
}

.tr-6 {
    -webkit-transition: all 0.6s, color 0.6s;
    -moz-transition: all 0.6s, color 0.6s;
    -o-transition: all 0.6s, color 0.6s;
    transition: all 0.6s, color 0.6s;
}
.tr-2 {
    -webkit-transition: all 0.2s, color 0.2s;
    -moz-transition: all 0.2s, color 0.2s;
    -o-transition: all 0.2s, color 0.2s;
    transition: all 0.2s, color 0.2s;
}

.oh {
    overflow: hidden;
}

.opacity-100 {
    opacity: 1 !important;
}

.pointer {
    cursor: pointer;
}

.vm {
    vertical-align: middle;
}
.vbl {
    vertical-align: baseline;
}

.vm-parent {
    position: relative;
}
.vm-child {
    position: absolute;
    top: 50%;

    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vtm {
    display: table;
    width: 100%;
    height: 100%;
}
.vtm-inner {
    display: table-cell;
    vertical-align: middle;
}

.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.rounded-image {
    border-radius: 100%;
    overflow: hidden;
}
.black-overlay {
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.ghost-center {
    position: relative;
}
.ghost-center::before {
    content: " ";
    display: inline-block;
    height: 100%;
    width: 1%;
    vertical-align: middle;
}
.ghost-center > * {
    width: 95%;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.tdn:hover,
.tdn:focus {
    text-decoration: none;
}

.parallax {
    position: relative;
}
.hover-overlay {
    cursor: pointer;

    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
.overlay-cont:hover .hover-overlay {
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}

.absolute-vertical-middle {
    position: absolute;
    top: 50%;
    width: 100%;
}
.absolute-vertical-middle>* {
    margin-top: -50%;
}

.col-without-padding {
    padding-left: 0;
    padding-right: 0;
}

label {
    font-size: 0.75em;
    text-transform: uppercase;
    font-weight: 600;
}
input[type=text].form-control, select.form-control, textarea.form-control, .btn {
    border-radius: 0;
    box-shadow: none;
    border: none;
}
input[type=submit] {

}
input[type=text]:focus, select:focus, textarea:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
textarea.form-control {
    height: 100px;
}
.btn {
    padding: 12px 40px;
}
.btn:hover,
.btn:active,
.btn:focus,
.btn:active:focus {
    color: #0085ff;
    background: #fff;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
}
.errorMessage {
    font-size: 0.75em;
    color: #ff3e00;
    font-weight: 700;
    margin-top: 5px;
}
.modal .btn:hover,
.modal .btn:active,
.modal .btn:focus,
.modal .btn:active:focus {
    color: #fff;
    background: #0359a8;
}

#back-to-top {
    position: fixed;
    z-index: 14;
    bottom: 20px;
    right: 20px;
    display: none;
}
#back-to-top a {
    display: block;
    width: 40px;
    height: 40px;
    background: #515A5F url(/images/backtotop.png) no-repeat center center;
    text-indent: -9999px;

    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear;
}
#back-to-top a:hover {
    background-color: #222222;
}



h1 {
    font-size: 4em;
    font-weight: 200;
    color: #fff;
}
h2 {
    font-size: 2.8125em;
    font-weight: 200;
    color: #8aab89;
    margin-bottom: 50px;
}
h3 {
    font-size: 1.25em;
    font-weight: 300;
    color: #828282;
    text-transform: uppercase;
    margin-bottom: 40px;
}
p {
    font-size: 1.0625em;
    font-weight: 300;
    margin-bottom: 30px;
}



body .mc-cycle {
    position: relative;
}
div.mc-image img {
    margin-top: 0 !important;
}
.full-screen-slider-cont {
    overflow: hidden;
}

#main {
    background: #fff;
}


#header {
    position: absolute;
    width: 100%;
}
.main-title {
    margin-top: -200px;
}


.top-slider {
    width: 100%;
    max-width: 100%;
    z-index: -1;
}
.top-slider:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
    z-index: 1;
}

.author-pic {
    position: absolute;
    right: 0;
    top: 85px;
    border: 9px solid #fff;
    background: #fff;

    -webkit-box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.12);
    box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.12);
}
.author-pic img {
    width: 216px;
}


.cool-form {
    position: relative;
}
.cool-form label {
    margin-top: 45px;
    color: #8aab89;
    font-size: 18px;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    font-weight: 400;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cool-form input[type=text] {
    width: 100%;
    height: 1px;
    border: 0;
    background: #adbcca;
    color: #828282;
    font-size: 18px;
    padding: 0;
    border-radius: 0;

    -webkit-box-shadow: none;
    box-shadow: none;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cool-form input[type=text]:focus {
    outline: none;
}
.cool-form .active label {
    margin-top: 0;
}
.cool-form .active input[type=text] {
    background: #f0f0f0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    height: 45px;
}
.cool-form input[type=submit] {
    background: #fff;
    border: 1px solid #adbcca;
    color: #adbcca;
    font-size: 18px;
    padding: 10px 53px;
    margin-top: 30px;
    border-radius: 0;
}
.cool-form input[type=submit]:hover,
.cool-form input[type=submit]:focus {
    background: #adbcca;
    color: #fff;
}

.cool-form .g-recaptcha {
    margin-top: 30px;
    float: right;
}
#Feedback_captcha_em_ {
    float: right;
    margin-top: 5px;
}

.modal .btn {
    background: #8aab89;
}
.modal .btn:hover,
.modal .btn:focus {
    background: #8aab89;
}

.prices > div {
    border-right: 1px solid #fff;
    font-weight: 100;
    padding-right: 0;
    padding-left: 0;
}
.prices > div > div:nth-child(1) {
    background: #fce793;
    border-right: 1px solid #fff;
    font-weight: 300;
    padding-bottom: 7px;
    padding-top: 8px;
    color: #f4b665;
}
.prices > div > div:nth-child(2) {
    font-weight: 200;
    padding-bottom: 20px;
    padding-top: 4px;
    text-transform: uppercase;
}
.prices > div.hot > div:nth-child(1) {
    background: #f7c482;
    color: #fff;
}

.owl-theme .owl-controls .owl-page span {
    background: #fff;
    border: 1px solid #adbcca;
    margin-left: 10px;
    margin-right: 10px;
    width: 10px;
    height: 10px;

    filter: Alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #adbcca;
}
.owl-carousel-single .owl-controls {
    margin-top: 10px;
}

.entertainment > div h3 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 30px;
}
.entertainment > div p {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 300;
    margin-bottom: 25px;
}

.entertainment > div:nth-child(1) {
    color: #fff;
    background: #8aab89;
}
.entertainment > div:nth-child(2) {
    color: #fff;
    background: #bccebb;
    margin-top: 65px;
}
.entertainment > div:nth-child(3) {
    color: #8aab89;
    background: #e7ece6;
    margin-top: 25px;
}
.entertainment > div:nth-child(3) h3 {
    color: #8aab89;
}
.entertainment > div:nth-child(4) {
    color: #fff;
    background: #8aab89;
}


.scrollable-carousel ul {
    list-style: none;
    height: 100%;
    margin: 0;
    padding-left: 0;
}
.scrollable-carousel ul li {
    float: left;
    padding: 0 0;
}
.scrollable-carousel ul li img {
    cursor: pointer;
}
.scrollable-carousel ul li .thumb-cont {
    margin-bottom: 0;
    position: relative;
}
.scrollbar {
    margin: 40px 35px 0;
    height: 10px;
    background: #e7ece6;
    line-height: 0;
    border-radius: 5px;
}
.scrollbar .handle {
    width: 100px;
    height: 100%;
    background: #8aab89;
    cursor: pointer;
    border-radius: 5px;
}
.scrollbar .handle .mousearea {
    position: absolute;
    top: -6px;
    left: 0;
    width: 100%;
    height: 22px;
}

.scrollable-carousel-cont .prev,
.scrollable-carousel-cont .next {
    position: absolute;
    display: block;
    bottom: 0;
    margin-bottom: -6px;
    cursor: pointer;
}
.scrollable-carousel-cont .prev {
    left: 0;
    margin-left: 15px;
}
.scrollable-carousel-cont .next {
    margin-right: 15px;
    right: 0;
}





@font-face {
    font-family: 'weather';
    src: url('fonts/artill_weather_icons/artill_clean_icons-webfont.eot');
    src: url('fonts/artill_weather_icons/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/artill_weather_icons/artill_clean_icons-webfont.woff') format('woff'),
    url('fonts/artill_weather_icons/artill_clean_icons-webfont.ttf') format('truetype'),
    url('fonts/artill_weather_icons/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.weather {
    text-transform: uppercase;
    color: #fff;
}
.weather i {
    font-family: 'weather';
    font-size: 2em;
    font-weight: 400;
    font-style: normal;
    line-height: 0;
    text-transform: none;
}
.weather h2 {
    color: #fff;
    font-size: 2.625em;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 5px;
}
.weather ul {
    list-style: none;
}
.weather li {
    display: block;
    float: right;
    margin-left: 20px;
    font-weight: 400;
}

.icon-0:before { content: ":"; }
.icon-1:before { content: "p"; }
.icon-2:before { content: "S"; }
.icon-3:before { content: "Q"; }
.icon-4:before { content: "S"; }
.icon-5:before { content: "W"; }
.icon-6:before { content: "W"; }
.icon-7:before { content: "W"; }
.icon-8:before { content: "W"; }
.icon-9:before { content: "I"; }
.icon-10:before { content: "W"; }
.icon-11:before { content: "I"; }
.icon-12:before { content: "I"; }
.icon-13:before { content: "I"; }
.icon-14:before { content: "I"; }
.icon-15:before { content: "W"; }
.icon-16:before { content: "I"; }
.icon-17:before { content: "W"; }
.icon-18:before { content: "U"; }
.icon-19:before { content: "Z"; }
.icon-20:before { content: "Z"; }
.icon-21:before { content: "Z"; }
.icon-22:before { content: "Z"; }
.icon-23:before { content: "Z"; }
.icon-24:before { content: "E"; }
.icon-25:before { content: "E"; }
.icon-26:before { content: "3"; }
.icon-27:before { content: "a"; }
.icon-28:before { content: "A"; }
.icon-29:before { content: "a"; }
.icon-30:before { content: "A"; }
.icon-31:before { content: "6"; }
.icon-32:before { content: "1"; }
.icon-33:before { content: "6"; }
.icon-34:before { content: "1"; }
.icon-35:before { content: "W"; }
.icon-36:before { content: "1"; }
.icon-37:before { content: "S"; }
.icon-38:before { content: "S"; }
.icon-39:before { content: "S"; }
.icon-40:before { content: "M"; }
.icon-41:before { content: "W"; }
.icon-42:before { content: "I"; }
.icon-43:before { content: "W"; }
.icon-44:before { content: "a"; }
.icon-45:before { content: "S"; }
.icon-46:before { content: "U"; }
.icon-47:before { content: "S"; }



