/* Custom */


/* Custom END */


@font-face {
	font-family: 'Open Sans';
	src: url('/hcengine_static/fonts/Open_Sans/OpenSans-Light.eot?1') format('eot'), 
	     url('/hcengine_static/fonts/Open_Sans/OpenSans-Light.woff?1') format('woff'),
	     url('/hcengine_static/fonts/Open_Sans/OpenSans-Light.ttf?1')  format('truetype');
	font-weight:200;
}
        
@font-face {
	font-family: 'Open Sans';
	src: url('/hcengine_static/fonts/Open_Sans/OpenSans-Regular.eot?1') format('eot'), 
	     url('/hcengine_static/fonts/Open_Sans/OpenSans-Regular.ttf?1')  format('truetype');
        font-weight:400;     
}
        
@font-face {
	font-family: 'Open Sans';
	src: url('/hcengine_static/fonts/Open_Sans/OpenSans-Bold.eot?1') format('eot'), 
	     url('/hcengine_static/fonts/Open_Sans/OpenSans-Bold.woff?1') format('woff'),
	     url('/hcengine_static/fonts/Open_Sans/OpenSans-Bold.ttf?1')  format('truetype');
        font-weight:600;     
}

html, body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-light {
  font-weight: 200!important;
}

.text-nowrap {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted, .text-muted.all a{
  color: #666666;
}
.text-muted-x, .text-muted-x.all a{
  color: #888888;
}
.light-gray, .light-gray.all a  {
  color: #999999;
}

.extra-light-gray, .extra-light-gray.all a{
  color:  #BBBBBB;
}

.text-light-white, a.text-light-white  {
  color: #EEEEEE;
}

.text-white, .text-white a, a.text-light-white:hover {
  color: #ffffff;
}

.text-extra-black, .text-extra-black a {
  color: #000000;
}

.text-black, .text-black a {
  color: #222222;
}

.text-light-black, .text-light-black a {
  color: #555555;
}

.text-orange, .text-orange a {
  color: #FFBF2E;
}

.main-color-active {
  color: #DF6060;
}

.main-color-light {
  color: #FF8282;
}

.b-gray {  border: 1px solid #EAEAEA; }

.bl-gray {  border-left: 1px solid #EAEAEA; }

.bs-lgray{box-shadow: 0 0 6px #D9D9D9}

.bs-lgray-h:hover{box-shadow: 0 0 10px #D9D9D9}

a.u, .bb-1 {
  border-bottom: 1px solid;
  padding-bottom: 1px;
  text-decoration: none!important
}

.text-medium-small, .fatext-medium-small{
    font-size: 15px;
}

.text-medium, .fa.text-medium{
    font-size: 16px;
}
.text-17, .fa.text-17{
    font-size: 17px;
}
.text-medium-x, .fa.text-medium-x{
    font-size: 18px;
}
.text-medium-xx, .fa.text-medium-xx{
    font-size: 19px;
}
.text-large, .fa.text-large{
    font-size: 20px;
}
.text-extra-large, .fa.text-extra-large{
    font-size: 25px;
}
.text-large-x, .fa.text-large-x{
    font-size: 32px;
}
.text-large-xx, .fa.text-large-xx{
    font-size: 35px;
}
.text-large-xxx, .fa.text-large-xxx{
    font-size: 40px;
}


.block-cst{
    display:block;}
    
.block-i{display:block!important;}

img {max-width: 100%}


.both-3:nth-child(3n+4) {clear:both}

.flex{display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;}
.flex .child{align-items: stretch;}
.inline-block{display:inline-block;}
.inline-block-i{display:inline-block!important;}
.mw-100 {max-width: 100%;}
.mw-120px {max-width: 120px;}
.mw-100px {max-width: 100px;}
.mw-80px {max-width: 80px;}
.mw-70px {max-width: 70px;}
.mw-75px {max-width: 75px;}
.mw-76px {max-width: 76px;}
.mw-68px {max-width: 68px;}

.block-h-400 {min-height: 400px}

.w-100 {width: 100%;}
.w-100i {width: 100%!important;}
.bold{font-weight:500;}
.extra-bold{font-weight:600;}
.h{overflow: hidden;}
.rel{position: relative;}
.u {text-decoration: underline}
.no-u {text-decoration: none!important}
.u-border {padding-bottom: 1px; border-bottom: 1px solid; border-bottom-color: inherit}
.upper-fl:first-letter {text-transform: uppercase}
.border-dashed {border-bottom: 1px dashed;}
.pointer {cursor: pointer;}
.smoothly-fast {-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -ms-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.smoothly {-webkit-transition: all linear .2s; -moz-transition: all linear .2s; -ms-transition: all linear .2s; -o-transition: all linear .2s; transition: all linear .2s;}
.hidden-info {opacity: 0}
.hidden-light {display: none}


.float-none {float: none!important}
.center-block { display: block; margin-left: auto; margin-right: auto; }
.table-block { display: table; }
.table-center-block { display: table; margin-left: auto; margin-right: auto; }
.fixed-center-block {left: 50%; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0);}
a.abs-block {display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0}
.circle {-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}

.clear-fix {clear: both}


input[type="text"],input[type="password"], textarea, textarea.form-control{
-webkit-appearance: none;
   -moz-appearance: none;
     -o-appearance: none;
        appearance: none;
}

.po-0  {padding: 0px!important}
.po-2  {padding: 2px}
.po-3  {padding: 3px}
.po-4  {padding: 4px}
.po-5  {padding: 5px}
.po-6  {padding: 6px}
.po-7  {padding: 7px}
.po-8  {padding: 8px}
.po-10 {padding: 10px}
.po-12 {padding: 12px}
.po-15 {padding: 15px}
.po-16 {padding: 16px}
.po-17 {padding: 17px}
.po-18 {padding: 18px}
.po-19 {padding: 19px}
.po-20 {padding: 20px}
.po-25 {padding: 25px}
.po-30 {padding: 30px}
.po-40 {padding: 40px}
.po-50 {padding: 50px}
.po-60 {padding: 60px}
.po-70 {padding: 70px}
.po-80 {padding: 80px}
.po-90 {padding: 90px}
.po-100 {padding: 100px}
.po-110 {padding: 110px}
.po-120 {padding: 120px}
.po-130 {padding: 130px}
.po-140 {padding: 140px}
.pt-20 {padding-top: 20px; padding-bottom: 20px}
.pr-0 {padding-left: 0px; padding-right: 0px;}
.pr-1 {padding-left: 1px; padding-right: 1px;}
.pr-2 {padding-left: 1px; padding-right: 2px;}
.pr-5 {padding-left: 5px; padding-right: 5px;}
.pr-10 {padding-left: 10px; padding-right: 10px;}
.pr-15 {padding-left: 15px; padding-right: 15px;}
.pr-20 {padding-left: 20px; padding-right: 20px;}
.pr-25 {padding-left: 25px; padding-right: 25px;}
.pr-30 {padding-left: 30px; padding-right: 30px;}
.pr-40 {padding-left: 40px; padding-right: 40px;}
.pr-50 {padding-left: 50px; padding-right: 50px;}
.pr-60 {padding-left: 60px; padding-right: 60px;}
.pr-70 {padding-left: 70px; padding-right: 70px;}
.pr-80 {padding-left: 80px; padding-right: 80px;}
.pr-90 {padding-left: 90px; padding-right: 90px;}


.m0  {margin: 0px!important}


.fa-2 {
  font-size: 1.5em!important;
}
.fa-3 {
  font-size: 1.9em!important;
}
.fa-4 {
  font-size: 2.5em!important;
}
.fa-5 {
  font-size: 3em!important;
}
.fa-6 {
  font-size: 5em!important;
}

.lh-0, .fa.lh-0 {line-height: 0px}
.lh-10, .fa.lh-10 {line-height: 10px}
.lh-17, .fa.lh-17 {line-height: 17px}
.lh-20, .fa.lh-20 {line-height: 20px}
.lh-27, .fa.lh-27 {line-height: 27px}

.fa-top-1:before {position: relative;top: 1px;}
.fa-top-2:before {position: relative;top: 2px;}
.fa-top-3:before {position: relative;top: 3px;}
.fa-top-4:before {position: relative;top: 4px;}
.fa-top-5:before {position: relative;top: 5px;}
.fa-top-minus-1:before {position: relative;top: -1px;}
.fa-top-minus-2:before {position: relative;top: -2px;}
.fa-top-minus-3:before {position: relative;top: -3px;}
.fa-top-minus-4:before {position: relative;top: -4px;}
.fa-top-minus-5:before {position: relative;top: -5px;}
.fa-top-minus-10:before {position: relative;top: -10px;}
.fa-top-minus-15:before {position: relative;top: -15px;}
.fa-bottom-minus-1:before {position: relative;bottom: -1px;}
.fa-bottom-minus-2:before {position: relative;bottom: -2px;}
.fa-bottom-minus-3:before {position: relative;bottom: -3px;}
.fa-bottom-minus-4:before {position: relative;bottom: -4px;}
.fa-bottom-minus-5:before {position: relative;bottom: -5px;}

.top-0 {margin-top: 0px}
.top-1 {margin-top: 1px}
.top-2 {margin-top: 2px}
.top-3 {margin-top: 3px}
.top-4 {margin-top: 4px}
.top-5 {margin-top: 5px}
.top-7 {margin-top: 7px}
.top-8 {margin-top: 8px}
.top-9 {margin-top: 9px}
.top-10 {margin-top: 10px}
.top-11 {margin-top: 11px}
.top-12 {margin-top: 12px}
.top-13 {margin-top: 13px}
.top-14 {margin-top: 14px}
.top-15 {margin-top: 15px}
.top-16 {margin-top: 16px}
.top-17 {margin-top: 17px}
.top-18 {margin-top: 18px}
.top-19 {margin-top: 19px}
.top-20 {margin-top: 20px}
.top-25 {margin-top: 25px}
.top-30 {margin-top: 30px}
.top-40 {margin-top: 40px}
.top-50 {margin-top: 50px}
.top-60 {margin-top: 60px}
.top-70 {margin-top: 70px}
.top-80 {margin-top: 80px}
.top-90 {margin-top: 90px}
.top-100 {margin-top: 100px}
.top-110 {margin-top: 110px}
.top-120 {margin-top: 120px}
.top-130 {margin-top: 130px}
.top-140 {margin-top: 140px}
.top-150 {margin-top: 150px}
.top-155 {margin-top: 155px}
.top-160 {margin-top: 160px}
.top-165 {margin-top: 165px}
.top-170 {margin-top: 170px}
.top-180 {margin-top: 180px}
.bottom-0 {margin-bottom: 0px}
.bottom-1 {margin-bottom: 1px}
.bottom-5 {margin-bottom: 5px}
.bottom-10 {margin-bottom: 10px}
.bottom-15 {margin-bottom: 15px}
.bottom-20 {margin-bottom: 20px}
.bottom-30 {margin-bottom: 30px}
.bottom-35 {margin-bottom: 35px}
.bottom-40 {margin-bottom: 40px}
.bottom-50 {margin-bottom: 50px}
.bottom-60 {margin-bottom: 60px}
.bottom-70 {margin-bottom: 70px}
.bottom-80 {margin-bottom: 80px}
.bottom-90 {margin-bottom: 90px}
.bottom-100 {margin-bottom: 100px}
.bottom-110 {margin-bottom: 110px}
.bottom-120 {margin-bottom: 120px}
.bottom-130 {margin-bottom: 130px}
.bottom-140 {margin-bottom: 140px}
.bottom-150 {margin-bottom: 150px}
.bottom-170 {margin-bottom: 170px}
.bottom-190 {margin-bottom: 190px}


.ml-0 {margin-left: 0px!important}
.ml-1 {margin-left: 1px}
.ml-2 {margin-left: 2px}
.ml-3 {margin-left: 3px}
.ml-4 {margin-left: 4px}
.ml-5 {margin-left: 5px}
.ml-10 {margin-left: 10px}
.ml-20 {margin-left: 20px}
.ml-25 {margin-left: 25px}
.ml-30 {margin-left: 30px}
.ml-40 {margin-left: 40px}
.ml-50 {margin-left: 50px}
.ml-60 {margin-left: 60px}
.ml-70 {margin-left: 70px}
.ml-80 {margin-left: 80px}
.ml-90 {margin-left: 90px}
.ml-95 {margin-left: 95px}
.ml-100 {margin-left: 100px}
.ml-110 {margin-left: 110px}
.ml-120 {margin-left: 120px}
.ml-130 {margin-left: 130px}
.mr-5 {margin-right: 5px}
.mr-10 {margin-right: 10px}
.mr-20 {margin-right: 20px}
.mr-25 {margin-right: 25px}
.mr-30 {margin-right: 30px}
.mr-40 {margin-right: 40px}
.mr-50 {margin-right: 50px}
.mr-60 {margin-right: 60px}
.mr-70 {margin-right: 70px}
.mr-80 {margin-right: 80px}
.mr-90 {margin-right: 90px}
.mr-100 {margin-right: 100px}

.p-top-0 {padding-top: 0!important;}
.p-top-20 {padding-top: 20px;}
.p-top-25 {padding-top: 25px;}
.p-top-30 {padding-top: 30px;}
.m-top-0 {margin-top: 0!important;}
.m-top-10 {margin-top: 10px!important;}
.p-bottom-0 {padding-bottom: 0!important;}
.m-bottom-0 {margin-bottom: 0!important;}

.border-top-dotted {border-top: 1px dotted #E1E1E1}
.border-bottom-dotted {border-bottom: 1px dotted #E1E1E1}

.border-none {border: none}
.border-r2{-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.border-r3{-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.border-r4{-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.border-r5{-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.border-r6{-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.border-r7{-webkit-border-radius: 7px!important;-moz-border-radius: 7px!important;border-radius: 7px!important;}

.border-r3-left{-webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px;}
.border-r3-right{-webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px;}

.border-r0-top {-webkit-border-top-left-radius: 0px; -webkit-border-top-right-radius: 0px; -moz-border-radius-topleft: 0px; -moz-border-radius-topright: 0px; border-top-left-radius: 0px; border-top-right-radius: 0px;}
.border-r2-top {-webkit-border-top-left-radius: 2px; -webkit-border-top-right-radius: 2px; -moz-border-radius-topleft: 2px; -moz-border-radius-topright: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px;}
.border-r3-top {-webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px;}
.border-r4-top {-webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px;}
.border-r5-top , .border-r5-top .slick-list{-webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px;}


.cnt-bottom:before {    
    content: ' ';
    display: inline-block;
    vertical-align: bottom; 
    height: 100%;
}

.cnt-middle:before {    
    content: ' ';
    display: inline-block;
    vertical-align: middle; 
    height: 100%;
}

.v-bottom {
    
    vertical-align: bottom; 
}

.v-middle {
    
    vertical-align: middle; 
}


.bg-img {background-position: center; background-size: cover; background-repeat: no-repeat;}

.button {
    display: inline-block;
    margin-top: 10px;
    border: none;
    padding: 8px 15px;
    background-color: #3498db;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    font-family: Montserrat, sans-serif;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.button:hover {
	/*e8b11a*/
    background-color: #2d84be;
    color: #fff;
}

.button.discover-more-button {
    float: left;
}

.button.discover-more-button:hover {
    color: #fff;
}

.button.button-black {
       background-color: #222222;
}

.button.button-black:hover {
   background-color: rgba(0,0,0,0.25)!important;
}

.button.event-button {
    margin-top: 1px;
    line-height: 15px;
}

.button.event-button:hover {
    color: #fff;
}

.button.small {
    background-color: #383f42;
    font-size: 12px;
    line-height: 11px;
}

.button.small:hover {
    background-color: #3498db;
}

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}


/* Items fix */

.c-bg-grey-4 .c-content-feature-2 {background: none!important}

#ui-datepicker-div {z-index: 100!important}