@import url('https://fonts.googleapis.com/css?family=Dancing+Script|Koulen|Kantumruy');
* {margin: 0;padding: 0}
html {height: 100%}
body {
    color: #5b5b5d;
    background: #fff;
    font-family: 'Kantumruy', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .2px;
    position: relative;
    left: 0
}
body.full_screen {
    width: 100%;
    height: 100%;
    overflow: hidden
}
main {
    padding: 100px 0;
    background: #fff
}
.kantumruy{font-family: 'Kantumruy'}
.text-mark{font-weight: 700}
.text-red{color:#E61F29}
.full_width {
    width: 100%
}

.a_left {
    text-align: left
}

.a_center {
    text-align: center
}

.a_right {
    text-align: right
}

.f_left {
    float: left
}

.f_right {
    float: right
}

.upper {
    text-transform: uppercase
}

.row-flex {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap
}

.row-flex>[class*=cpl-] {
    display: flex;
    flex-direction: column
}

ul, ol {
    margin: 0
}
 
ul.list_menu {
    margin: 30px 0;
    padding-left: 15px
}

ul.list_menu li {
    font-size: 1em;
    list-style: outside none none;
    margin-bottom: 6px;
    padding-left: 20px;
    position: relative
}

ul.list_menu li::before {
    background: #e3e3e3;
    border-radius: 100%;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px
}

.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav .open a,
.navbar-nav .open a:hover,
.navbar-nav .open a:focus {
    background: 0 0
}

.alert {
    padding: 10px;
    border-radius: 1px;
    font-size: .9em
}

a {
    color: #1dc1f8;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

a:hover,
a:focus,
a:active {
    color: #2c88c0;
    text-decoration: none;
    outline: none;
    background: 0 0
}

strong,
.strong {
    font-weight: 600!important
}

small,
.small {
    font-size: .7em
}

h1,h2,h3,h4,h5,h6 {
    padding: 0;
    margin: 0;
    font-weight: 400
}

h1 {
    font-size: 2.2em;
    line-height: 1.5em;
    letter-spacing: normal;
}

h2 {
    font-size: 2em;
    line-height: 1.2em
}

h3 {
    font-size: 1.7em;
    line-height: 1.2em
}

h4 {
    font-size: 1.5em;
    line-height: 1.2em
}

h5 {
    font-size: 1.3em;
    line-height: 1.1em
}

h6 {
    font-size: 1.1em;
    line-height: 1em;
    font-family: lato, sans-serif
}

p {
    font-size: 1em;
    line-height: 1.6;
    margin: 10px 0
}

.dropcap:first-letter {
    float: left;
    color: #1dc1f8;
    font-size: 4em;
    line-height: 1em;
    margin: 0 20px 5px 0;
    text-transform: uppercase;
    display: block
}

.dropcap.yellow:first-letter {
    color: #ffb600
}

.dropcap.dark:first-letter {
    color: #5e6667
}

.tooltip-arrow {
    margin-bottom: 1px
}

.popover {
    font-size: .8em;
    border-radius: 4px 4px 0 0;
    color: #8a959e;
    border: 1px solid #cfd7da
}

.popover-content {
    padding: 5px 10px
}

.popover.top .arrow {
    border-top-color: #cfd7da;
    border-bottom-width: 0
}

.popover-title {
    color: #a9a9a9;
    padding: 2px 10px!important;
    margin: 0;
    font-size: 1.2em;
    letter-spacing: 1px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ededed;
    float: none!important
}

blockquote {
    padding: 20px 0;
    position: relative;
    margin: 30px 0;
    font-size: 1.2em;
    line-height: 1.6em;
    border: none
}

blockquote i {
    color: #1dc1f8;
    font-size: 32px;
    position: absolute;
    top: 28px
}

blockquote .quote_text {
    color: #888;
    display: block;
    font-style: italic;
    font-weight: 300;
    padding-left: 30px
}

.nopadding {
    padding: 0!important
}

.nopadding_right {
    padding-right: 0!important
}

.nopadding_left {
    padding-left: 0!important
}

.nopadding_top {
    padding-top: 0!important
}

.nopadding_bottom {
    padding-bottom: 0!important
}

.p5 {
    padding-left: 5px!important;
    padding-right: 5px!important
}

.pr5 {
    padding-right: 5px!important
}

.pl5 {
    padding-left: 5px!important
}

.nomargin {
    margin: 0!important
}

.nomarginright {
    margin-right: 0!important
}

.nomarginleft {
    margin-left: 0!important
}

.nomargintop {
    margin-top: 0!important
}

.nomarginbottom {
    margin-bottom: 0!important
}

.mt0 {
    margin-top: 0
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt25 {
    margin-top: 25px
}

.mt30 {
    margin-top: 30px
}

.mt35 {
    margin-top: 35px
}

.mt40 {
    margin-top: 40px
}

.mt45 {
    margin-top: 45px
}

.mt50 {
    margin-top: 50px
}

.mt55 {
    margin-top: 55px
}

.mt60 {
    margin-top: 60px
}

.mt65 {
    margin-top: 65px
}

.mt70 {
    margin-top: 70px
}

.mt75 {
    margin-top: 75px
}

.mt80 {
    margin-top: 80px
}

.mt85 {
    margin-top: 85px
}

.mt90 {
    margin-top: 90px
}

.mt95 {
    margin-top: 95px
}

.mt100 {
    margin-top: 100px
}

.mb0 {
    margin-bottom: 0
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb25 {
    margin-bottom: 25px
}

.mb30 {
    margin-bottom: 30px
}

.mb35 {
    margin-bottom: 35px
}

.mb40 {
    margin-bottom: 40px
}

.mb45 {
    margin-bottom: 45px
}

.mb50 {
    margin-bottom: 50px
}

.mb55 {
    margin-bottom: 55px
}

.mb60 {
    margin-bottom: 60px
}

.mb65 {
    margin-bottom: 65px
}

.mb70 {
    margin-bottom: 70px
}

.mb75 {
    margin-bottom: 75px
}

.mb80 {
    margin-bottom: 80px
}

.mb85 {
    margin-bottom: 85px
}

.mb90 {
    margin-bottom: 90px
}

.mb95 {
    margin-bottom: 95px
}

.mb100 {
    margin-bottom: 100px
}

.pt0 {
    padding-top: 0
}

.pt5 {
    padding-top: 5px
}

.pt10 {
    padding-top: 10px
}

.pt15 {
    padding-top: 15px
}

.pt20 {
    padding-top: 20px
}

.pt25 {
    padding-top: 25px
}

.pt30 {
    padding-top: 30px
}

.pt35 {
    padding-top: 35px
}

.pt40 {
    padding-top: 40px
}

.pt45 {
    padding-top: 45px
}

.pt50 {
    padding-top: 50px
}

.pt55 {
    padding-top: 55px
}

.pt60 {
    padding-top: 60px
}

.pt65 {
    padding-top: 65px
}

.pt70 {
    padding-top: 70px
}

.pt75 {
    padding-top: 75px
}

.pt80 {
    padding-top: 80px
}

.mt85 {
    padding-top: 85px
}

.pt90 {
    padding-top: 90px
}

.pt95 {
    padding-top: 95px
}

.pt100 {
    padding-top: 100px
}

.pb0 {
    padding-bottom: 0
}

.pb5 {
    padding-bottom: 5px
}

.pb10 {
    padding-bottom: 10px
}

.pb15 {
    padding-bottom: 15px
}

.pb20 {
    padding-bottom: 20px
}

.pb25 {
    padding-bottom: 25px
}

.pb30 {
    padding-bottom: 30px
}

.mb35 {
    padding-bottom: 35px
}

.pb40 {
    padding-bottom: 40px
}

.pb45 {
    padding-bottom: 45px
}

.pb50 {
    padding-bottom: 50px
}

.pb55 {
    padding-bottom: 55px
}

.pb60 {
    padding-bottom: 60px
}

.pb65 {
    padding-bottom: 65px
}

.pb70 {
    padding-bottom: 70px
}

.pb75 {
    padding-bottom: 75px
}

.pb80 {
    padding-bottom: 80px
}

.pb85 {
    padding-bottom: 85px
}

.pb90 {
    padding-bottom: 90px
}

.pb95 {
    padding-bottom: 95px
}

.pb100 {
    padding-bottom: 100px
}

.br1 {
    border-radius: 1px
}

.br2 {
    border-radius: 2px
}

.br3 {
    border-radius: 3px
}

.br4 {
    border-radius: 4px
}

.br5 {
    border-radius: 5px
}

.br6 {
    border-radius: 6px
}

.br7 {
    border-radius: 7px
}

.br8 {
    border-radius: 8px
}

.br9 {
    border-radius: 9px
}

.br10 {
    border-radius: 10px
}

.br11 {
    border-radius: 11px
}

.br12 {
    border-radius: 12px
}

.br13 {
    border-radius: 13px
}

.br14 {
    border-radius: 14px
}

.br15 {
    border-radius: 15px
}

.br16 {
    border-radius: 16px
}

.br17 {
    border-radius: 17px
}

.br18 {
    border-radius: 18px
}

.br19 {
    border-radius: 19px
}

.br20 {
    border-radius: 20px
}

.br21 {
    border-radius: 21px
}

.br22 {
    border-radius: 22px
}

.br23 {
    border-radius: 23px
}

.br24 {
    border-radius: 24px
}

.br25 {
    border-radius: 25px
}

.br26 {
    border-radius: 26px
}

.br27 {
    border-radius: 27px
}

.br28 {
    border-radius: 28px
}

.br29 {
    border-radius: 29px
}

.br30 {
    border-radius: 30px
}

.br31 {
    border-radius: 31px
}

.br31 {
    border-radius: 31px
}

.br33 {
    border-radius: 33px
}

.br34 {
    border-radius: 34px
}

.br35 {
    border-radius: 35px
}

.br36 {
    border-radius: 36px
}

.br37 {
    border-radius: 37px
}

.br38 {
    border-radius: 38px
}

.br39 {
    border-radius: 39px
}

.br40 {
    border-radius: 40px
}

.br41 {
    border-radius: 41px
}

.br42 {
    border-radius: 42px
}

.br43 {
    border-radius: 43px
}

.br44 {
    border-radius: 44px
}

.br45 {
    border-radius: 45px
}

.br46 {
    border-radius: 46px
}

.br47 {
    border-radius: 47px
}

.br48 {
    border-radius: 48px
}

.br49 {
    border-radius: 49px
}

.br50 {
    border-radius: 50px
}

.hover_effect {
    display: block;
    position: relative;
    background: 0 0;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.hover_effect:after {
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    font-size: 1.6em;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: scale(.1, .1);
    transform: scale(.1, .1);
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.hover_effect img {
    display: block;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.hover_effect:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6
}

.hover_effect:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    filter: alpha(opacity=40);
    -ms-filter: "alpha(opacity=40)";
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4
}

.hover_effect.h_blue:hover {
    background: #1dc1f8
}

.hover_effect.h_yellow:hover {
    background: #ffb600
}

.hover_effect.h_dark:hover {
    background: #5e6667
}

.hover_effect.h_link:after {
    content: "\f0c1"
}

.hover_effect.h_lightbox:after {
    content: "\f00e"
}

.form-group {
    margin: 0
}

.form-control {
    color: #b3b3b3;
    border: 1px solid #e6eff2;
    box-shadow: none;
    border-radius: 1px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    font-size: 1em
}

.form-control:disabled {
    background: #f5f5f5!important
}

.form-control select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    text-overflow: ellipsis
}

.form-select select::-ms-expand {
    display: none
}

.form_date .datepicker:hover {
    cursor: pointer
}

textarea.form-control {
    max-width: 100%
}

.form-control::-webkit-input-placeholder {
    color: #b3b3b3
}

.form-control:-moz-placeholder {
    color: #b3b3b3
}

.form-control::-moz-placeholder {
    color: #b3b3b3
}

.form-control:-ms-input-placeholder {
    color: #b3b3b3
}

.form-control:focus {
    border-color: #d4d3d3;
    box-shadow: none;
    outline: none
}

select:focus::-ms-value {
    background: 0 0;
    color: #b3b3b3
}

.form-control .btn-select,
.form-control .btn-select:hover,
.form-control .btn-select:focus {
    background: 0 0!important;
    outline: none!important;
    box-shadow: none!important;
    padding: 4px;
    font-size: 1em
}

.input-group {
    width: 100%
}

label {
    font-size: .9em;
    color: #a1b1c1;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 10px
}

label .label_icon_info {
    color: #a1b1c1
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    width: 10px;
    height: 10px;
    border: none
}

.bootstrap-select.btn-group .dropdown-toggle .caret:before {
    position: absolute;
    top: -2px;
    right: -10px;
    content: "\f078";
    font-family: FontAwesome;
    font-size: .8em;
    color: #b3b3b3
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #b3b3b3
}

.datepicker-dropdown {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .05)
}

.datepicker-dropdown.datepicker {
    padding: 15px;
    border-radius: 2px;
    border: 1px solid #f5f5f5
}

.datepicker-dropdown.datepicker .datepicker-switch {
    color: #a9a9a9;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    background: #e4e5e7;
    border: 1px solid #dadbdd;
    border-right: 0;
    border-left: 0
}

.datepicker-dropdown.datepicker .datepicker-switch:hover {
    cursor: pointer
}

.datepicker-dropdown.datepicker .prev,
.datepicker-dropdown.datepicker .next {
    padding: 0!important;
    margin: 0!important;
    text-align: center;
    width: 30px!important;
    height: 30px!important;
    background: #e4e5e7;
    border: 1px solid #dadbdd;
    border-radius: 2px;
    -webkit-transition: .5s;
    transition: .5s
}

.datepicker-dropdown.datepicker .prev:hover,
.datepicker-dropdown.datepicker .next:hover {
    cursor: pointer;
    background: #ffb600;
    border-color: #ffb600;
    color: #fff
}

.datepicker-dropdown.datepicker .day {
    padding: 10px 12px;
    color: #a1b1c1;
    background: #f4fafd;
    border: 1px solid #e7eef1;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s
}

.datepicker-dropdown.datepicker .new.day {
    background: #fefefe
}

.datepicker-dropdown.datepicker .day.disabled {
    background: #fbf5f5;
    color: #a1b1c1;
    border-color: #ede8ea
}

.datepicker-dropdown.datepicker .day:hover {
    cursor: pointer;
    background: #1dc1f8;
    border-color: #1dc1f8;
    color: #fff
}

.datepicker-dropdown.datepicker .day.disabled:hover {
    cursor: not-allowed;
    background: #fbf5f5;
    color: #a1b1c1;
    border-color: #ede8ea
}

.datepicker-dropdown.datepicker .day.today {
    background: #1dc1f8;
    color: #fff
}

.datepicker-dropdown.datepicker .datepicker-months,
.datepicker-dropdown.datepicker .datepicker-years,
.datepicker-dropdown.datepicker .datepicker-decades,
.datepicker-dropdown.datepicker .datepicker-centuries {
    max-width: 301px
}

.datepicker-dropdown.datepicker .datepicker-months table tr td,
.datepicker-dropdown.datepicker .datepicker-years table tr td,
.datepicker-dropdown.datepicker .datepicker-decades table tr td,
.datepicker-dropdown.datepicker .datepicker-centuries table tr td {
    padding: 0;
    padding-top: 10px
}

.datepicker-dropdown.datepicker .month,
.datepicker-dropdown.datepicker .year,
.datepicker-dropdown.datepicker .decade,
.datepicker-dropdown.datepicker .century {
    display: inline-block;
    width: 50px;
    padding: 10px 0;
    color: #a1b1c1;
    background: #f4fafd;
    border: 1px solid #e7eef1;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s
}

.datepicker-dropdown.datepicker .month:hover,
.datepicker-dropdown.datepicker .year:hover,
.datepicker-dropdown.datepicker .decade:hover,
.datepicker-dropdown.datepicker .century:hover {
    background: #1dc1f8;
    border-color: #1dc1f8;
    color: #fff;
    cursor: pointer
}

.datepicker-dropdown.datepicker .month.disabled,
.datepicker-dropdown.datepicker .year.disabled,
.datepicker-dropdown.datepicker .decade.disabled,
.datepicker-dropdown.datepicker .century.disabled {
    background: #fbf5f5;
    color: #a1b1c1;
    border-color: #ede8ea
}

.datepicker-dropdown.datepicker .month.disabled:hover,
.datepicker-dropdown.datepicker .year.disabled:hover,
.datepicker-dropdown.datepicker .decade.disabled:hover,
.datepicker-dropdown.datepicker .century.disabled:hover {
    cursor: not-allowed
}

.bootstrap-select .dropdown-menu {
    margin-bottom: 15px;
    border-radius: 2px;
    border: 1px solid #f2f2f2;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .05)
}

.bootstrap-select .dropdown-menu li a {
    color: #a1b1c1
}

.bootstrap-select .dropdown-menu .popover-title {
    padding: 4px 10px!important;
    background: #e4e5e7;
    font-size: 1em;
    text-transform: uppercase;
    border-bottom: 1px solid #dadbdd;
    border-radius: 2px 2px 0 0
}

button {
    outline: none
}

.button {
    border: 1px solid;
    border-radius: 1px;
    font-size: .9em;
    padding: 8px 15px;
    background: #fff;
    border-color: #e6eff2;
    color: #a9a9a9;
    font-weight: 600;
    letter-spacing: .04em;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    display: inline-block;
    line-height: 1.82857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.button.btn_lg {
    font-size: 1em;
    padding: 12px 20px
}

.button.btn_sm {
    font-size: .8em;
    padding: 3px 10px
}

.button.btn_xs {
    font-size: .7em;
    padding: 0 5px
}

.button.btn_blue {
    background: #1dc1f8;
    border-color: #1dc1f8;
    color: #fff
}

.button.btn_yellow {
    background: #ffb600;
    border-color: #ffb600;
    color: #fff
}

.button.btn_gold {
    background: #c7ba88;
    border-color: #c7ba88;
    color: #fff
}

.button.btn_dark {
    background: #5e6667;
    border-color: #5e6667;
    color: #fff
}

.button:hover,
.button:active,
.button:focus {
    background: #fff;
    border-color: #e6eff2
}

.button.btn_blue:hover,
.button.btn_blue:active,
.button.btn_blue:focus {
    background: #2c88c0;
    border-color: #2c88c0
}

.button.btn_yellow:hover,
.button.btn_yellow:active,
.button.btn_yellow:focus {
    background: #efac14;
    border-color: #efac14
}

.button.btn_gold:hover,
.button.btn_gold:active,
.button.btn_gold:focus {
    background: #bcb081;
    border-color: #bcb081
}

.button.btn_dark:hover,
.button.btn_dark:active,
.button.btn_dark:focus {
    background: #4f5758;
    border-color: #4f5758
}

.button.btn_lg i {
    margin-right: 10px
}

.button i {
    margin-right: 10px
}

.button.btn_sm i {
    margin-right: 6px
}

.button.btn_xs i {
    margin-right: 6px
}

.button.bb {
    border-bottom: 2px solid rgba(0, 0, 0, .2)!important
}

.btn_full {
    width: 100%!important
}

.btn_load_more {
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase;
    padding: 21px 40px;
    padding: 21px 40px;
    background: #ddbf5e;
    color: #fff;
    letter-spacing: 1px;
    border: none;
    transition: .5s;
    line-height: 0;
    background: #f5f5f5;
    border: 1px solid #eee;
    color: #a1b1c1;
    font-weight: 700
}

.btn_load_more:hover {
    background: #eee
}

.social_media a {
    background: #fff;
    border: 1px solid #e6eff2;
    display: inline-block;
    font-size:20px;
    height: 40px;
    width: 40px;
    border-radius: 3px;
    line-height: 40px;
    margin: 4px;
    text-align: center
}

.social_media a:last-child {
    margin-right: 0
}

.social_media a:hover {
    color: #fff !important
}

.social_media .facebook {
    color: #3b5998
}

.social_media .facebook:hover {
    background: #3b5998;
    border-color: #3b5998
}

.social_media .twitter {
    color: #4099ff
}

.social_media .twitter:hover {
    background: #4099ff;
    border-color: #4099ff
}

.social_media .googleplus {
    color: #d34836
}

.social_media .googleplus:hover {
    background: #d34836;
    border-color: #d34836
}

.social_media .pinterest {
    color: #cb2027
}

.social_media .pinterest:hover {
    background: #cb2027;
    border-color: #cb2027
}

.social_media .linkedin {
    color: #007bb6
}

.social_media .linkedin:hover {
    background: #007bb6;
    border-color: #007bb6
}

.social_media .youtube {
    color: #b00
}

.social_media .youtube:hover {
    background: #b00;
    border-color: #b00
}

.social_media .instagram {
    color: #125688
}

.social_media .instagram:hover {
    background: #125688;
    border-color: #125688
}

.pagination li {
    float: left;
    margin-right: 15px
}

.pagination li.next_pagination>a,
.pagination li.prev_pagination>a {
    color: #aaa
}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled,
.pagination li.page_of {
    color: #a1b1c1;
    font-weight: 700;
    display: inline-block;
    font-size: 13px;
    line-height: 42px;
    height: 43px;
    min-width: 43px;
    padding: 0 11px;
    text-align: center;
    background: #f5f5f5;
    border: 1px solid #eee
}

.pagination li a:hover,
.pagination li.active a,
.pagination li.next_pagination>a:hover,
.pagination li.prev_pagination>a:hover {
    background: #1dc1f8;
    border-color: #1dc1f8;
    color: #fff
}

.main_title {
    position: relative
}

.main_title h2 {
    font-size: 2.2em;
    font-family: 'Koulen';
    display: inline-block;
    position: relative;
    color: #2a3990;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .5px
}

.sub_title{
    color:#31a9e0;
    font-size:25px;
    font-family: 'dancing script',cursive;
    display: block;
    position: relative;
    margin: 10px auto 0
}

.sub_title:before,.sub_title:after{
    border-top: 1px solid #31a9e0;
    content: "";
    position: absolute;
    width: 25%;
    height: 0;
    top: 18px;
}
.sub_title:before{left: 0;}
.sub_title:after{
    right: 0
}

.main_title.mt_white h2 {
    color: #fff
}

.main_title:after {
    content: "";
    display: block;
    height: 5px;
    position: relative;
    width: 80px;
    margin: 10px auto
}

.main_title.a_left:after {
    margin-left: 0
}

.main_title.a_right:after {
    margin-right: 0
}

.main_description {
    margin-bottom: 50px
}

.main_description {
    font-size: 1em;
    line-height: 1.6
}

.main_description.a_center {
    padding: 0 10%
}

.main_description.md_white {
    color: #fff
}

.notification {
    position: fixed;
    padding: 8px;
    bottom: 15px;
    right: 15px;
    width: 55px;
    height: 55px;
    border-radius: 3px;
    color: #fff;
    opacity: 0;
    overflow: hidden;
    -webkit-animation: scale-in .3s ease-out forwards, expand .3s 1.5s ease-out forwards;
    animation: scale-in .3s ease-out forwards, expand .3s 1.5s ease-out forwards;
    z-index: 99
}

.notification:hover {
    cursor: pointer
}

.notification.success {
    background: #a7d155
}

.notification.error {
    background: #e34f4f
}

.notification .notification-icon {
    margin-right: 10px;
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    background: #ce4848;
    text-align: center
}

.notification.error .notification-icon {
    background: #ce4848
}

.notification.success .notification-icon {
    background: #97bd4f
}

.notification .notification-icon i {
    font-size: 22px;
    line-height: 40px;
    color: #f5f5f5
}

.notification-text {
    opacity: 0;
    font-size: .9em;
    text-align: left;
    color: #f5f5f5;
    letter-spacing: .5px;
    -webkit-animation: fade-in 1s 1s ease-in forwards;
    animation: fade-in 1s 1s ease-in forwards
}

@-webkit-keyframes scale-in {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scale-in {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes expand {
    0% {
        width: 55px
    }
    100% {
        width: 330px
    }
}

@keyframes expand {
    0% {
        width: 55px
    }
    100% {
        width: 330px
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.notification.scale-out {
    opacity: 1;
    -webkit-animation: collapse .3s ease-in forwards, scale-out .3s 1.5s ease-out forwards;
    animation: collapse .3s ease-in forwards, scale-out .3s 1.5s ease-out forwards
}

.notification.scale-out .notification-text {
    -webkit-animation: fade-out 1s ease-in forwards;
    animation: fade-out 1s ease-in forwards
}

@-webkit-keyframes collapse {
    0% {
        width: 330px
    }
    100% {
        width: 55px
    }
}

@keyframes collapse {
    0% {
        width: 330px
    }
    100% {
        width: 55px
    }
}

@-webkit-keyframes scale-out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes scale-out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fade-out {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

#loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    left: 0
}

#loading .inner {
    width: 100%;
    height: 100%;
    position: relative
}

.loading_effect {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    margin-top: -80px;
    margin-left: -50px
}

.loading_effect .object {
    width: 20px;
    height: 20px;
    background-color: #31a9e0;
    float: left;
    margin-right: 20px;
    margin-top: 65px;
    border-radius: 50% 50% 50% 50%
}

.loading_effect #object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite
}

.loading_effect #object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.loading_effect #object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

@-webkit-keyframes object_one {
    75% {
        -webkit-transform: scale(0)
    }
}

@keyframes object_one {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
}

@-webkit-keyframes object_two {
    75% {
        -webkit-transform: scale(0)
    }
}

@keyframes object_two {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
}

@-webkit-keyframes object_three {
    75% {
        -webkit-transform: scale(0)
    }
}

@keyframes object_three {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
}

.loading_effect2 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 300px;
    margin-top: -25px;
    margin-left: -150px
}

.loading_effect2 .object {
    width: 18px;
    height: 18px;
    background: #ffb600;
    float: left;
    margin-top: 15px;
    margin-right: 15px;
    border-radius: 50% 50% 50% 50%;
    -webkit-animation: loading_effect2 1s infinite;
    animation: loading_effect2 1s infinite
}

.loading_effect2 .object:last-child {
    margin-right: 0
}

.loading_effect2 .object:nth-child(9) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.loading_effect2 .object:nth-child(8) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.loading_effect2 .object:nth-child(7) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.loading_effect2 .object:nth-child(6) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.loading_effect2 .object:nth-child(5) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.loading_effect2 .object:nth-child(4) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.loading_effect2 .object:nth-child(3) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.loading_effect2 .object:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@-webkit-keyframes loading_effect2 {
    50% {
        -webkit-transform: translate(0, -50px);
        transform: translate(0, -50px)
    }
}

@keyframes loading_effect2 {
    50% {
        -webkit-transform: translate(0, -50px);
        transform: translate(0, -50px)
    }
}

.loading_effect3 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.loading_effect3 .object {
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-top: 5px solid #ffb600;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ffb600;
    border-right: 5px solid transparent;
    -webkit-animation: loading_effect3 2s infinite;
    animation: loading_effect3 2s infinite
}

.loading_effect3 #object_one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px
}

.loading_effect3 #object_two {
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.loading_effect3 #object_three {
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.loading_effect3 #object_four {
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

@-webkit-keyframes loading_effect3 {
    50% {
        -webkit-transform: rotate(360deg) scale(.8);
        transform: rotate(360deg) scale(.8)
    }
}

@keyframes loading_effect3 {
    50% {
        -webkit-transform: rotate(360deg) scale(.8);
        transform: rotate(360deg) scale(.8)
    }
}

#back_to_top {
    height: 40px;
    width: 40px;
    background: #2a3990;
    border-radius: 3px;
    right: -100px;
    bottom: 15px;
    position: fixed;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 9
}

#back_to_top i {
    color: #fff;
    line-height: 40px;
    font-size: 22px
}

#back_to_top:hover,
#back_to_top:focus {
    background: #ea2127;
    box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .1)
}

#back_to_top:hover {
    cursor: pointer
}

#back_to_top.active {
    right: 15px
}
.top_menu {
    width: 100%;
    position: relative;
    font-size: .9em
}

.top_menu {
    background: #f5f5f5;
    border-bottom: 1px solid #ededed;
    color: #a9a9a9
}

.top_menu.transparent {
    background: 0 0;
    position: absolute;
    z-index: 999;
    border-bottom: none;
    top: 20px;
    color: #fff
}

.top_menu.transparent a {
    color: #fff
}

.top_menu.transparent .dropdown-menu a {
    color: #a9a9a9
}

.top_menu.transparent a:hover,
.top_menu.transparent a:focus,
.top_menu.transparent .dropdown.open a.select {
    color: #ffb600
}

.top_menu .welcome_mssg {
    padding: 7px 0;
    float: left
}

.top_menu a {
    color: #a9a9a9
}

.top_menu a:hover,
.top_menu .dropdown.open a {
    color: #8e8f8e
}

.top_menu .top_menu_right {
    padding: 7px 0;
    float: right
}

.top_menu .top_menu_right li {
    display: inline-block;
    float: left;
    padding-left: 30px
}

.top_menu .top_menu_right li:first-child {
    padding-left: 0
}

.top_menu .top_menu_right li i {
    margin-right: 4px
}

.top_menu .dropdown .select {
    padding-bottom: 12px
}

.top_menu .dropdown .select .caret {
    margin-top: 0
}

.top_menu .dropdown .select i {
    margin-right: 4px
}

.boxed .top_menu .dropdown-menu {
    min-width: 100px
}

.top_menu .dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    margin-top: 6px;
    min-width: 110px;
    margin-left: -10px
}

.top_menu .dropdown .dropdown-menu {
    animation-name: TopMenu;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: TopMenu;
    -webkit-animation-duration: .3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: TopMenu;
    -moz-animation-duration: .3s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards
}

@keyframes TopMenu {
    from {
        opacity: 0;
        margin-top: 10px
    }
    to {
        opacity: 1;
        margin-top: 6px
    }
}

@-webkit-keyframes TopMenu {
    from {
        opacity: 0;
        margin-top: 10px
    }
    to {
        opacity: 1;
        margin-top: 6px
    }
}

.top_menu .dropdown-menu {
    background: #f5f5f5
}

.top_menu .dropdown-menu li,
.top_menu .dropdown-menu li:first-child {
    width: 100%;
    padding: 0;
    margin: 0
}

.top_menu .dropdown-menu li a {
    padding: 6px 10px;
    line-height: 1em;
    color: #a9a9a9
}

.top_menu .dropdown-menu li a {
    border-bottom: 1px solid #fcfcfc
}

.top_menu .dropdown-menu li a:hover {
    background: #ededed
}

.top_menu .caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle
}

header {
    width: 100%;
    background: #84ba3f;
    z-index: 9999
}

.mfp-zoom-out-cur header {
    padding-right: 17px
}

header.transparent {
    background: 0 0;
    border-bottom: none;
    z-index: 99;
    top: 25px
}

header.nav_bg {
    background: #31a9e0
}

header.transparent.fixed {
    position: absolute
}

header.transparent.navbar-fixed-top {
    position: fixed
}

header .nodisplay {
    display: none
}

header.transparent.nav_bg {
    border-bottom: 1px solid rgba(255,255,255,.3);
    top: 0
}

header .navbar-header .navbar-brand {
    float:none;
    padding: 15px 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

header.scroll .navbar-header .navbar-brand {
    padding: 0;
    margin-top: 0
}

header .navbar-header .mobile_menu_btn {
    margin-right: 0;
    padding-right: 0
}

header .navbar-header .mobile_menu_btn .icon-bar {
    background: #fff;
    position: relative;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out
}

header.transparent .navbar-header .mobile_menu_btn .icon-bar {
    background: #fff
}

header .navbar-header .mobile_menu_btn .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 1px
}

header .navbar-header .mobile_menu_btn .icon-bar:nth-of-type(2) {
    top: 0
}

header .navbar-header .mobile_menu_btn .icon-bar:nth-of-type(3) {
    top: 0
}

header .navbar-header .mobile_menu_btn.active .icon-bar:nth-of-type(1) {
    top: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

header .navbar-header .mobile_menu_btn.active .icon-bar:nth-of-type(2) {
    background-color: transparent
}

header .navbar-header .mobile_menu_btn.active .icon-bar:nth-of-type(3) {
    top: -7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#main_menu {
    float: right;
    margin: 0;
    padding: 0
}

#main_menu ul {
    list-style: none
}

#main_menu .navbar-nav li a {
    color: #a1b1c1;
    font-family: 'Koulen';
    font-size: 1.1em;
    letter-spacing: normal;
    text-transform: uppercase;
    padding: 30px 20px;
    -webkit-transition: all .3s;
    transition: all .3s
}

#main_menu .navbar-nav li.active a {
    color: #fff
}

.transparent #main_menu .navbar-nav li a {
    color: #fff
}

/* .transparent.nav_bg #main_menu .navbar-nav li a {
    color: #a1b1c1
} */

.scroll #main_menu .navbar-nav li a {
    padding: 28px 20px
}

#main_menu .navbar-nav li a, .transparent.nav_bg #main_menu .navbar-nav li ul.dropdown-menu li a{color:#fff}

#main_menu .navbar-nav li a:hover,
#main_menu .navbar-nav li.active a,
#main_menu .navbar-nav .open .dropdown-toggle,
.transparent #main_menu .navbar-nav li.active a.dropdown-toggle{
    color: #ffb600
}
.transparent.nav_bg #main_menu .navbar-nav li a:hover,
.transparent.nav_bg #main_menu .navbar-nav li.active a,
.transparent.nav_bg #main_menu .navbar-nav .open .dropdown-toggle,
.transparent.nav_bg #main_menu .navbar-nav li.active a.dropdown-toggle {
    color: #2a3a8b
}

#main_menu .navbar-nav .menu_button .button {
    margin-top: 22px;
    padding: 8px 16px;
    color: #fff!important
}

#main_menu .navbar-nav .menu_button .button:hover,
#main_menu .navbar-nav .menu_button .button:focus,
#main_menu .navbar-nav .menu_button .button:active {
    background: #efac14;
    border-color: #efac14;
    color: #fff!important
}

.scroll #main_menu .navbar-nav .menu_button .button {
    margin-top: 12px
}

#main_menu .navbar-nav .dropdown .dropdown-menu {
    margin-top: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, .6);
    padding: 0;
    min-width: 200px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

#main_menu .navbar-nav .dropdown .dropdown-menu {
    animation-name: MainMenu;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: MainMenu;
    -webkit-animation-duration: .3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: MainMenu;
    -moz-animation-duration: .3s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards
}

@keyframes MainMenu {
    from {
        opacity: 0;
        margin-top: 10px
    }
    to {
        opacity: 1;
        margin-top: 0
    }
}

@-webkit-keyframes MainMenu {
    from {
        opacity: 0;
        margin-top: 10px
    }
    to {
        opacity: 1;
        margin-top: 0
    }
}

header #main_menu .navbar-nav .dropdown .dropdown-menu {
    left: auto
}

#main_menu .navbar-nav .simple_menu .dropdown-menu li {
    width: 100%;
    border-bottom: 1px dashed #444;
    color: #a5b4be
}
#main_menu .navbar-nav .simple_menu .dropdown-menu li:last-child{
    border-bottom: none
}

/* #main_menu .navbar-nav .simple_menu .dropdown-menu li:hover {
    background: #fbfbfb
} */

#main_menu .navbar-nav .simple_menu .dropdown-menu li a {
    font-family: 'Kantumruy';
    padding: 8px 20px;
    color: #fff;
    font-size: .9em;
    font-weight: 400;
    text-transform: none
}

#main_menu .navbar-nav .simple_menu .dropdown-menu li a:hover {
    background:rgba(0,0,0,.6);
    color: #fff
}

#main_menu .mega_menu {
    position: static;
    padding: 0;
    margin: 0
}

#main_menu .navbar-nav .dropdown .dropdown-menu .mega_menu_inner {
    padding: 20px 30px
}

#main_menu .mega_menu .mega_menu_inner ul .list_title {
    padding: 10px 0;
    font-size: .9em;
    color: #a1b1c1;
    font-weight: 700;
    text-transform: uppercase
}

#main_menu .mega_menu .mega_menu_inner ul li {
    padding: 5px 0;
    border-bottom: 1px solid #f5f5f5
}

#main_menu .mega_menu .mega_menu_inner ul li a {
    color: #a1b1bc;
    padding: 0;
    text-transform: none;
    font-weight: 500
}

#main_menu .mega_menu .mega_menu_inner ul li a:hover {
    color: #79868f
}

#main_menu .navbar-nav .mega_menu.mega_menu_fullwidth .dropdown-menu {
    left: 0;
    right: 0
}

#main_menu .navbar-nav .dropdown b.caret,
#main_menu .navbar-nav .dropdown b.caret-up {
    display: none
}
.lang-flag {
    display: inline-block;
    width: 16px;
    height: 11px;
    background: #ddd url(../img/flag.png) no-repeat;
    margin: 0 4px 0 0;
}
.lang-flag.flag-us, .lang-flag.flag-en {
    background-position: -144px -154px;
}
.lang-flag.flag-jp {
    background-position: -16px -77px;
}
.lang-flag.flag-cn {
    background-position: -208px -22px;
}
.lang-flag.flag-kh {
    background-position: -64px -77px;
}
section {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden!important;
    max-width: 100%
}

section.white_bg {
    background: #fff
}

section.lightgrey_bg {
    background: #f5f5f5;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff
}

section.grey_bg {
    background: #f6f9f8;
    border-bottom: 1px solid #f5f5f5
}

section.blue_bg {
    background: #1dc2f8
}

section .main_title {
    margin-bottom: 30px;
    margin-top: 20px
}

.rev_slider {
    overflow-x: hidden!important
}

.full_slider {
    position: relative;
    margin: 0;
    padding: 0
}

.rev_slider {
    overflow: hidden
}

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
    border: none!important
}

.sub_title_bg {
    font-size: 48px!important
}

.sub_title_md {
    font-size: 32px!important
}

.sub_title_sm {
    font-size: 22px!important
}

.sub_title_xs {
    font-size: 16px!important
}

.sub_title_xxs {
    font-size: 14px!important
}

#hero .tp_b_title {
    margin-bottom: 50px;
    font-family: raleway, sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 2px 2px 5px rgba(22, 22, 22, .05)
}

.tp_m_title {
    color: #fff;
    line-height: 2em;
    font-family: raleway, sans-serif
}

.tp_m_title i {
    font-size: 1em;
    margin-right: 5px
}

#hero .tp_s_title {
    font-family: lato, sans-serif;
    color: #fff;
    line-height: 2em;
    line-height: 2em;
    font-weight: 400;
    letter-spacing: 1px
}

#hero .f_item .icon_box {
    float: left;
    display: inline-block;
    width: 50px;
    height: 45px;
    background: #ffb600;
    border-radius: 1px 0 0 1px;
    text-align: center;
    border-radius: 1px 0 0 1px
}

#hero .f_item .icon_box i {
    color: #fff;
    font-size: 1.5em;
    line-height: 50px
}

#hero .f_item .icon_box i:before {
    margin: 0;
    font-size: 22px
}

#hero .f_item .text_box {
    display: inline-block!important;
    background: #f2f2f4;
    height: 45px;
    width: 220px;
    border-radius: 0 2px 2px 0;
    color: #8f99ac;
    padding: 4px 10px;
    font-size: 1.1em;
    line-height: 1.3em;
    font-family: raleway;
    font-weight: 500
}

#hero .f_item .text_box span {
    color: #8f99ac;
    font-family: lato, sans-serif;
    font-size: .8em;
    font-weight: 500;
    display: block
}

.gradient_overlay {
    position: relative
}

.gradient_slider .slotholder:after,
.gradient_overlay:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: -moz-linear-gradient(top, rgba(79,79,79,0.5) 0%, rgba(0,0,0,0) 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(79,79,79,0.5) 0%,rgba(0,0,0,0) 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(79,79,79,0.5) 0%,rgba(0,0,0,0) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#804f4f4f', endColorstr='#00000000',GradientType=0 );
}

.gradient_overlay.opac8:after {
    background: rgba(147, 0, 17, .8);
    background: -webkit-gradient(left top, right bottom, color-stop(0, rgba(64, 97, 237, 0.8)), color-stop(100%, rgba(86, 20, 147, .5)));
    background: -webkit-linear-gradient(145deg, rgba(147, 0, 17, .8) 0, rgba(86, 20, 147, .8) 100%);
    background: -webkit-linear-gradient(315deg, rgba(147, 0, 17, .8) 0, rgba(86, 20, 147, .8) 100%);
    background: linear-gradient(135deg, rgba(147, 0, 17, .8) 0, rgba(86, 20, 147, .8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#930011', endColorstr='#561493', GradientType=1)
}

.dotted_overlay:before {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3
}

#features .owl-thumb-item {
    display: block;
    width: 100%;
    background: #fff;
    margin-bottom: 16px;
    border-radius: 2px;
    padding: 9px;
    -webkit-transition: .2s;
    transition: .2s
}

#features .owl-thumb-item.active {
    background: #31a9e0;
    color: #fff;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    position: relative;
}

#features .owl-thumb-item.active:before {
    content: '\f0d9';
    font-family: fontawesome;
    margin-left: -14px;
    margin-top: -17px;
    font-size: 25px;
    color: #31a9e0;
    position: absolute;
    top:50%
}

#features .owl-thumb-item:hover {
    cursor: pointer
}

#features .owl-thumb-item .media {
    cursor: pointer;
    padding-bottom: 48px
}

#features .owl-thumb-item .media-body h5 {
    font-weight: 600;
}

#features .owl-thumb-item.active .media-body h5 {
    color: #fff
}

#features .owl-thumb-item .media-body p {
    font-size: .98em;
    margin: 7px 0
}

#features .owl-thumb-item.active .media-body p {
    color: #fff
}

#features .owl-thumb-item .media-left {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    display: block;
    width: 50px
}

#features .owl-thumb-item .media-left {
    color: #2a3990;
    font-size: 2em;
    line-height: 2em;
    text-align: center;
    margin-left: 14px
}

#features .owl-thumb-item .media-left i:before {
    font-size: 38px;
    margin: 0
}

#video {
    position: relative;
    padding: 0;
    margin: 0;
    background-image: url(../images/video_bg.jpg)
}

#video .inner {
    padding: 100px 0
}

#video .video_popup {
    padding: 100px 0;
    text-align: center
}

#video .video_popup a {
    position: relative;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    display: block;
    background: 0 0;
    border: 6px solid #fff;
    margin: 0 auto;
    opacity: .5;
    text-align: center;
    z-index: 9
}

#video .video_popup a i {
    color: #fff;
    margin-left: 8px;
    font-size: 2.8em;
    line-height: 2.8em
}

#video .video_popup a:after {
    position: absolute;
    content: '';
    background: 0 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    opacity: .3;
    border-radius: 200px
}

#video .video_popup a:hover {
    opacity: 1;
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}

#video .video_popup a:hover:after {
    -webkit-transition: all .8s ease-out;
    transition: all .8s ease-out;
    -webkit-transform: scale(1.8, 1.8);
    transform: scale(1.8, 1.8);
    opacity: 0;
    background: #fff
}

#testimonials .item {
    position: relative;
    margin-top: 35px;
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 2px;
    text-align: center
}

#testimonials .item img {
    max-width: 80px;
    margin: 0 auto;
    border-radius: 50%
}

#testimonials .review_content {
    padding: 15px 0
}

#testimonials .review_content .review_rating {
    text-align: center
}

#testimonials .review_content .review_rating i {
    color: #ffb600;
    margin: 4px 0
}

#testimonials .review_content .review_author {
    padding-top: 30px
}

#testimonials #testimonials_slider .owl-dots, #pro_timonials  #testimonials_slider .owl-dots{
    margin-top: 40px;
    position: relative;
    text-align: center
}

#testimonials #testimonials_slider .owl-dots .owl-dot,#pro_timonials  #testimonials_slider .owl-dots .owl-dot{
    display: inline-block;
    position: relative;
    margin: 0 8px
}

#testimonials #testimonials_slider .owl-dots .owl-dot span, #pro_timonials  #testimonials_slider .owl-dots .owl-dot span{
    position: absolute;
    bottom: 0;
    border-radius: 20px;
    border: solid 3px;
    display: block;
    width: 2px;
    height: 15px;
    margin: 5px 7px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

#testimonials #testimonials_slider .owl-dots .owl-dot.active span,
#testimonials #testimonials_slider .owl-dots .owl-dot:hover span {
    color: #1dc1f8;
    height: 25px
}

#pro_timonials  #testimonials_slider .owl-dots .owl-dot.active span,
#pro_timonials  #testimonials_slider .owl-dots .owl-dot:hover span {
    color: #31a9e0;
    height: 25px
}

#testimonials_style_2 .review_content {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 25px;
    padding: 20px 30px;
    position: relative;
    border: 1px solid #eef1f5;
    -webkit-transition: all .5s;
    transition: all .5s
}

#testimonials_style_2 .review_item .review_content:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    right: 0;
    left: -115px;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    background: #fff;
    border-right: 1px solid #eef1f5;
    border-bottom: 1px solid #eef1f5;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

#testimonials_style_2 .review_item .review_content:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, .15)
}

#testimonials_style_2 .review_item .review_content h3 {
    text-align: center
}

#testimonials_style_2 .review_content .review_rating {
    text-align: center;
    margin-top: 10px
}

#testimonials_style_2 .review_content .review_rating i {
    margin: 4px 0;
    color: #ffb600
}

#testimonials_style_2 .review_item p {
    margin: 15px 0;
    font-weight: 300
}

#testimonials_style_2 .review_author {
    text-align: center
}

#testimonials_style_2 .review_author img {
    display: inline-block;
    border-radius: 50%
}

#testimonials_style_2 .review_item .review_author .author_info {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    top: 15px;
    text-align: left
}

#testimonials_style_2 .review_author h5 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px
}

#testimonials_style_2 .review_author .place {
    font-size: 14px;
    font-weight: 300;
    color: #8f939d;
    display: block
}

#places .places_item {
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: 5;
    transition: 5
}

/* #places .places_item:after {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: rgba(147, 0, 17, .75);
    background: -moz-liznear-gradient(145deg, rgba(147, 0, 17, .5) 0, rgba(86, 20, 147, .5) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0, rgba(147, 0, 17, .5)), color-stop(100%, rgba(86, 20, 147, .5)));
    background: -webkit-linear-gradient(145deg, rgba(147, 0, 17, .5) 0, rgba(86, 20, 147, .5) 100%);
    background: -webkit-linear-gradient(315deg, rgba(147, 0, 17, .5) 0, rgba(86, 20, 147, .5) 100%);
    background: linear-gradient(135deg, rgba(147, 0, 17, .5) 0, rgba(86, 20, 147, .5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#930011', endColorstr='#561493', GradientType=1)
} */

#places .places_item img {
    width: 100%;
    border-radius: 4px
}

#places .places_item .place_name {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 9
}

#places .places_item .place_name h2 {
    color: #fff;
    font-size: 16px
}

#contact #map-canvas {
    border: 1px solid #cfd7da;
    border-radius: 2px;
    width: 100%;
    height: 380px
}

.contact-items .contact-item {
    background: #ffb600;
    border: 1px solid #efac14;
    padding: 5px;
    color: #fff;
    margin-bottom: 8px;
    border-radius: 1px
}

.contact-items .last {
    margin-right: 0
}

.contact-item h6 {
    font-size: .9em;
    color: #fff;
    letter-spacing: .01em
}

.contact-item i {
    float: left;
    font-size: 1em;
    color: #fff;
    margin-right: 5px;
    line-height: .7em
}

#contact-form {
    margin-top: 20px
}

#contact .form-control {
    height: 52px;
    border-radius: 1px;
    border: 1px solid #dfdfdf;
    background-color: #fcfcfc;
    margin-bottom: 15px
}

#contact textarea.form-control {
    min-height: 128px
}

#gallery {
    overflow: hidden;
    position: relative
}

#gallery .main_title h2 {
    color: #fff
}

#gallery .s_description.a_center {
    color: #fff
}

#gallery_slider .item {
    margin: 0 15px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px .98px .02px rgba(0, 0, 0, .1)
}

#gallery_slider .item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 2px
}

.gallery_item_info {
    text-align: center;
    padding: 15px 0
}

.gallery_item_info h4 {
    font-size: 1.4em
}

.gallery_item_info p {
    font-size: .8em;
    margin: 0;
    margin-top: 4px
}

#gallery .owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

#gallery .owl-theme .owl-controls .owl-dots .owl-dot span {
    margin: 5px;
    border-radius: 7px;
    background-color: #2da0c8;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .2);
    width: 14px;
    height: 14px
}

#gallery .owl-theme .owl-controls .owl-dot.active span,
#gallery .owl-theme .owl-controls .owl-dot span:hover {
    background-color: #fff;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .2)
}

#gallery_style_2 .gs2_item {
    margin-bottom: 50px
}

#gallery_style_2 .gs2_item {
    box-sizing: border-box;
    position: relative
}

#gallery_style_2 .gs2_item:after {
    content: "";
    display: block;
    position: absolute;
    border: 50px solid transparent;
    border-bottom: 50px solid #fefefe;
    bottom: -70px;
    right: -70px;
    box-shadow: 0 7px 6px -9px #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 9
}

#gallery_style_2 .gs2_item:before {
    content: "";
    display: block;
    position: absolute;
    border: 50px solid transparent;
    border-top: 50px solid #fefefe;
    top: -70px;
    left: -70px;
    box-shadow: 0 -7px 6px -9px #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 9
}

#about {
    height: 100%;
    padding: 10px 20px;
    border: 5px double #f2f2f2;
    background: #f7f8f9
}

#about_style_2 .about_img_1,
#about_style_2 .about_img_2 {
    padding: 0;
    margin-top: 25px;
    display: inline-block;
    border: 10px solid #1dc2f8;
    border-radius: 50%;
    overflow: hidden
}

#about_style_2 .about_img_2_col {
    margin-left: -80px
}

#about_style_2 .about_img_1 .about_img_inner,
#about_style_2 .about_img_2 .about_img_inner {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 50%;
    border: 10px solid #39cdff;
    overflow: hidden
}

#about_style_2 .about_img_1 .about_img_inner img {
    z-index: 9
}

#subscribe {
    background: url(../images/subscribe_bg.jpg)
}

#subscribe .inner {
    position: relative;
    padding: 24px 0;
    z-index: 9
}

#subscribe .inner .main_title {
    margin-bottom: 10px
}

#subscribe .inner .form-group {
    max-width: 600px;
    margin: 0 auto;
    position: relative
}

#subscribe .inner .form-control {
    display: inline-block;
    float: left;
    padding: 28px;
    border-radius: 50px
}

#subscribe .inner button {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 48px;
    height: 48px;
    border-radius: 50%
}

#subscribe .inner button i {
    position: relative;
    right: 7px;
    font-size: 1.5em;
    text-align: center
}

.vbf {
    background-color: #fcfcfc;
    border-radius: 3px;
    border: 1px solid #f4f4f4
}

.vbf .form_title {
    background: #f5f5f5;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #ededed;
    text-align: center;
    letter-spacing: .2px;
    color: #8a959e;
    font-size: 22px!important;
    font-family: raleway, sans-serif;
    line-height: 1em;
    font-weight: 700;
    padding: 12px 0;
    text-shadow: rgba(255, 255, 255, .5) 0 3px 3px
}

.vbf .form_title i {
    font-size: .9em;
    position: relative;
    top: -2px
}

.vbf .inner {
    padding: 20px
}

.vbf .form-control {
    font-size: .9em;
    padding: 6px 10px;
    border-radius: 1px;
    height: 42px;
    border: 1px solid #dfdfdf;
    color: #b3b3b3;
    margin-bottom: 15px!important
}

.vbf .form-control:focus {
    border: 1px solid #bcc4c8!important
}

.vbf .form_date {
    position: relative;
    overflow: hidden;
    padding: 0!important
}

.vbf .form_date .form-control {
    background: 0 0
}

.vbf .form_date .form-control:hover {
    cursor: pointer
}

.vbf .button {
    margin-top: 5px;
    padding: 9px 20px;
    display: block
}

.vbf .a_b_f {
    color: #a1b1c1;
    font-size: 13px
}

.hbf {
    margin-top: -60px;
    position: relative;
    z-index: 99;
    width: 100%
}

.hbf .inner {
    min-height: 120px;
    background: #fff;
    border-radius: 2px;
    padding: 15px 0;
    border: 1px solid #e6eff2;
    border-bottom: 4px solid #e6eff2;
    border-top: none
}

.hbf .inner {
    border: none;
    border-radius: 2px;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .15)
}

.hbf .inner .form-control {
    width: 100%;
    font-size: .9em;
    padding: 6px 10px;
    background: 0 0;
    color: #b3b3b3;
    border: 1px solid #cfd7da;
    box-shadow: none;
    border-radius: 1px;
    height: 42px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.hbf .inner .button {
    margin-top: 30px
}

.hbf .inner .advanced_form_link {
    text-align: center;
    margin-top: 5px
}

.hbf .inner .advanced_form_link a {
    font-weight: 400;
    color: #a1b1c1;
    font-size: .9em
}

.hbf .inner .form_select,
.hbf .inner .form_date {
    position: relative;
    overflow: hidden;
    padding: 0!important
}

.hbf .inner .form_select select {
    width: 100%;
    outline: none;
    padding: 6px 12px;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    text-overflow: ellipsis
}

.hbf .inner .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    top: -4px
}

.hbf .inner .form_date:after {
    font-size: .9em;
    position: absolute;
    display: block;
    content: "\f073";
    top: 50%;
    right: 0;
    margin: -6px 8px 0 0;
    font-family: FontAwesome;
    line-height: 12px;
    color: #b3b3b3
}

.hbf .inner .form_date .datepicker {
    width: 100%;
    outline: none;
    padding: 6px 12px;
    margin: 0
}

.hbf_2 {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0
}

.hbf_2 .inner {
    min-height: 110px;
    background: #f7f8f9;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .15);
    border-radius: 2px;
    padding: 35px 0
}

.hbf_2 .inner .form-control {
    height: 42px;
    background: #e4e5e7;
    border: 1px solid #dadbdd;
    color: #a9a9a9
}

.hbf_2 .inner .form-control .btn-select {
    padding: 10px 12px
}

.hbf_2 .inner .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    top: -4px;
    right: 0
}

.hbf_2 .inner .arrival_date .form-control {
    border-radius: 1px 0 0 1px
}

.hbf_2 .inner .departure_date .form-control {
    border-radius: 0 1px 1px 0
}

.hbf_2 .inner .adults .form-control {
    border-radius: 1px 0 0 1px
}

.hbf_2 .inner .children .form-control {
    border-radius: 0 1px 1px 0
}

.hbf_3 {
    background: #f2f2f4;
    border-bottom: 1px solid #ededed;
    position: relative
}

.hbf_3 .inner {
    min-height: 110px;
    padding: 35px 0
}

.hbf_3 .inner .form-control {
    height: 42px;
    background: #fff;
    border: 1px solid #cfd7da;
    color: #a9a9a9
}

.hbf_3 .inner .form-control .btn-select {
    padding: 10px 12px
}

.hbf_3 .inner .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    top: -4px;
    right: 0
}

.hbf_3 .inner .arrival_date .form-control {
    border-radius: 1px 0 0 1px
}

.hbf_3 .inner .departure_date .form-control {
    border-radius: 0 1px 1px 0
}

.hbf_3 .inner .adults .form-control {
    border-radius: 1px 0 0 1px
}

.hbf_3 .inner .children .form-control {
    border-radius: 0 1px 1px 0
}
.panel-heading .card-header{
    display: block;
    position: relative;
}
.panel-heading .card-header::after {
    font-family: FontAwesome;
    content: '\f106';
    position: absolute;
    top: 10px;
    right: 0;
    transform: translateY(-50%);
    font-size: 25px;
    font-weight: 400;
    color: #31a9e0;
}
.panel-heading .card-header.collapsed::after {
    content: '\f107';
}
.font-accent {
    color:#2a3990;
    font-family: 'Koulen';
    font-weight: 500;
    font-size: 100%;
    line-height: 1.125;
    margin-bottom: 15px
}
.d-block {display: block!important}
.text-light {font-weight: 300}
.panel-heading .card-header .tab-tag {
    color: #84ba3f;
    font-size: 16px;
    padding: 0;
    margin-right: 7px;
    display: inline-block;
    vertical-align: top;
}
.parallax {
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
}
.bg-blue{
    background: #31a9e0;
    color: #fff
}
.display-table {
    display: table;
    height: 370px;
}
.display-table-cell {
    padding: 0 18%;
    vertical-align: middle;
    display: table-cell;
}
.display-table-cell h2{
    font-size: 1.5em
}
.white-line{
    background: #fff;
    display: inline-block;
    width: 40%; 
    height: 1px;
}
.arrow-top,.arrow-bottom{position: relative;}
.arrow-top:after {
    top: -29px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(245, 245, 245, 0);
    border-bottom-color: #31a9e0;
    border-width: 15px;
    margin-left: -15px;
    z-index: 9;
}
.arrow-bottom:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(245, 245, 245, 0);
    border-top-color: #31a9e0;
    border-width: 15px;
    margin-left: -15px;
    z-index: 9;
}
footer {
    background-color: #31a9e0;
    color: #777;
    position: relative;
}

footer .inner {
    padding-top: 50px;
    padding-bottom: 30px
}

footer .inner {
    border-bottom: 1px solid rgba(255,255,255,.2)
}

footer .widget {
    padding-bottom: 20px
}

footer address{
    color: #fff;
    width: 62%;
    margin-bottom: 0
}

footer .widget h5 {
    color: #2a3990;
    font-family: 'Koulen';
    letter-spacing: 0;
    padding: 10px 0
}

footer .widget a {
    color: #fff
}

footer .widget a:hover {
    color: #2a3990
}

footer .about p {
    margin-top: 8px
}

footer .logo {
    margin-bottom: 20px;
    margin-right: 20px;
}

footer ul {
    list-style: none
}

footer .blog_posts li {
    padding: 8px 0
}

footer .blog_posts li small {
    color: #acbac4;
    display: block;
    padding-top: 4px
}

footer .useful_links li {
    padding: 6.1px 0
}

footer .useful_links li a:before {
    font-family: FontAwesome;
    content: "\f0da";
    margin-right: 12px;
    color: #fff;
    display: block;
    float: left;
    font-size: .8em;
    line-height: 1.8em
}

footer .useful_links li a:hover:before {
    color: #2a3990
}

footer .address_details li {
    padding: 6px 0
}

footer .address_details li i {
    margin-right: 12px;
    font-size: 1em;
    color: #fff
}

footer .subfooter {
    padding: 10px 0;
    background: #31a9e0
}

footer .copyrights {
    line-height: 2em;
    color:#fff;
    text-align: center
}

footer .subfooter .social_media {
    float: right;
    padding: 2px 0
}

footer .subfooter .social_media a {
    background: #f4f4f4;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    line-height: 30px;
    border: none
}

footer.dark .subfooter .social_media a {
    border: none;
    color: #aaa
}

.page_title {
    position: relative;
    padding: 450px 0 100px;
    background-repeat: no-repeat;
    background-size: cover
}

.page_title .inner {
    position: relative;
    z-index: 9
}

.page_title h1 {
    color: #fff;
    font-size: 2.6em;
    font-weight: 400;
    display: inline-block
}

.page_title .price {
    float: right;
    width: 70px;
    height: 70px;
    margin-top: 10px;
    border-radius: 4px;
    background: rgba(255, 182, 0, .3)
}

.page_title .price .inner {
    margin: -5px;
    background-color: #ffb600;
    width: 70px;
    height: 70px;
    border-radius: 4px;
    font-size: 1.5em;
    text-align: center;
    padding: 10px 8px;
    color: #fff;
    font-weight: 400
}

.page_title .price span {
    display: block;
    font-size: 12px
}

.page_title .breadcrumb {
    font-size: .9em;
    background: 0 0;
    color: #a9a9a9;
    margin: 0;
    padding: 0
}

.page_title .breadcrumb li {
    padding: 5px 0;
    color: #fff
}

.page_title .breadcrumb li:after {
    content: '/';
    padding: 0 10px 0 16px;
    color: #fff
}

.page_title .breadcrumb li:before {
    display: none
}

.page_title .breadcrumb li:last-child {
    padding: 5px;
    border-radius: 2px;
    color: #ffb600
}

.page_title .breadcrumb li:last-child:after {
    display: none
}

.page_title .breadcrumb a {
    color: #fff
}

.sidebar .widget {
    margin-bottom: 30px
}

.sidebar .widget h4 {
    font-size: 1.2em;
    color: #585858;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
    word-spacing: 1px;
    position: relative;
    padding-left: 35px
}

.sidebar .widget h4:before {
    background: #1dc1f8;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    content: "\f105";
    font-family: FontAwesome;
    color: #fff;
    font-size: .6em;
    line-height: 1.7em;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    top: 1px;
    left: 0
}

.sidebar .widget .search {
    height: 40px;
    position: relative
}

.sidebar .widget .search input {
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #888;
    float: left;
    font-size: 13px;
    height: 39px;
    letter-spacing: 1px;
    margin: 0;
    padding: 10px;
    width: 100%;
    outline: none
}

.sidebar .widget .search button {
    background: 0 0;
    border: none;
    color: #ffb600;
    float: left;
    right: 0;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    min-width: 40px;
    position: absolute;
    vertical-align: bottom
}

.sidebar .widget .search button:after {
    background: #ffb600;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    top: 25%;
    width: 1px
}

.sidebar .widget .categories li,
.sidebar .widget .archive li {
    border-bottom: 1px dotted #e5e5e5;
    list-style: none;
    padding: 7px 0
}

.sidebar .widget .categories li a,
.sidebar .widget .archive li a {
    color: #a1b1c1;
    display: list-item;
    font-size: 1em;
    font-weight: 600
}

.sidebar .widget .categories li a:hover,
.sidebar .widget .archive li a:hover {
    color: #1dc1f8
}

.sidebar .widget .categories li .num_posts,
.sidebar .widget .archive li .num_posts {
    width: 30px;
    float: right;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background: #ffb600;
    border-radius: 10px;
    margin-top: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.sidebar .widget .categories a:hover .num_posts,
.sidebar .widget .archive a:hover .num_posts {
    background: #1dc1f8
}

.sidebar .widget .latest_posts .latest_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    border-bottom: 1px dotted #e5e5e5
}

.sidebar .widget .latest_posts .latest_post figure {
    display: inline-block
}

.sidebar .widget .latest_posts .latest_post .details {
    display: inline-block;
    margin-left: 10px
}

.sidebar .widget .latest_posts .latest_post .details h6 a {
    color: #a1b1c1;
    font-weight: 600
}

.sidebar .widget .latest_posts .latest_post .details h6 a:hover {
    color: #1dc1f8
}

.sidebar .widget .latest_posts .latest_post .details span {
    display: block;
    font-size: .85em;
    margin-top: 10px;
    color: #a9a9a9
}

.sidebar .widget .latest_posts .latest_post .details span i {
    margin-right: 5px;
    font-size: .8em
}

.sidebar .widget .tagcloud a {
    margin-bottom: 5px;
    margin-right: 5px;
    float: left
}

.sidebar .widget .tagcloud a .tag {
    background: #a1b1c1;
    color: #fff;
    display: inline-block;
    font-size: .8em;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 6px 10px;
    text-transform: uppercase
}

.sidebar .widget .tagcloud .num {
    background: #ffb600;
    display: inline-block;
    font-size: .8em;
    padding: 6px 10px;
    color: #fff;
    position: relative;
    margin-left: -2px
}

.sidebar .widget .tagcloud .num:before {
    border-color: transparent transparent transparent #a1b1c1;
    border-style: solid;
    border-width: 4px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 10px
}

.help {
    background: #f7eecd;
    border: 5px double #d2c38f;
    color: #ada277;
    padding: 15px;
    position: relative
}

.help a {
    color: #ada277
}

.help .phone,
.help .email {
    font-size: .9em;
    margin: 10px 0
}

.help .phone i,
.help .email i {
    margin-right: 10px
}

#error404_page {
    min-height: 600px;
    padding-top: 50px
}

#error404_page .error_number {
    font-size: 150px;
    text-align: center;
    font-weight: 600;
    color: #1dc1f8;
    line-height: 1.5
}

#error404_fullscreen_page {
    height: 100%;
    background: url(../images/404_bg.jpg);
    background-size: cover;
    background-position: center center;
    padding: 0
}

#error404_fullscreen_page .inner {
    position: relative;
    top: 18%;
    z-index: 9
}

#error404_fullscreen_page .error_number {
    font-size: 200px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    line-height: 1.5;
    opacity: .3
}

#error404_fullscreen_page .content_title .c_inner .c_title {
    color: #fff
}

#error404_fullscreen_page .or {
    margin: 0 10px;
    color: #fff
}

#error404_fullscreen_page .social_media a,
#error404_fullscreen_page .button,
#error404_fullscreen_page .or {
    margin-bottom: 10px
}

#about_us_page .about_img {
    margin-top: 5px;
    position: relative
}

#about_us_page .about_img .img1 {
    border-radius: 4px;
    opacity: .3
}

#about_us_page .about_img .img2 {
    position: absolute;
    top: 0;
    margin: -5px;
    border-radius: 4px
}

.blog .blog_list {
    margin-bottom: 50px;
    border-bottom: 3px double #f5f5f5
}

.blog .blog_list .details {
    margin: 30px 0
}

.blog .blog_list .details h2 a {
    font-size: 1.3em;
    color: #585858;
    font-weight: 600
}

.blog .blog_list .details h2 a:hover {
    color: #1dc1f8
}

.blog .blog_list .details .info {
    margin-top: 10px;
    margin-bottom: 25px
}

.blog .blog_list .details .info .meta_part {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 25px
}

.blog .blog_list .details .info .meta_part a {
    color: #a9a9a9;
    text-transform: uppercase
}

.blog .blog_list .details .info .meta_part a:hover {
    color: #a9a9a9
}

.blog .blog_list .details .info .meta_part i {
    margin-right: 5px;
    color: #a9a9a9
}

.blog .blog_list .details p {
    font-size: 1em;
    line-height: 1.6
}

.blog .blog_list .details .button {
    margin: 10px 0
}

.blog_post .details {
    margin: 30px 0
}

.blog_post .details h2 a {
    font-size: 1.3em;
    color: #585858;
    font-weight: 600
}

.blog_post .details h2 a:hover {
    color: #1dc1f8
}

.blog_post .details .info {
    margin-top: 10px;
    margin-bottom: 25px
}

.blog_post .details .info .meta_part {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 25px
}

.blog_post .details .info .meta_part a {
    color: #a9a9a9;
    text-transform: uppercase
}

.blog_post .details .info .meta_part a:hover {
    color: #a9a9a9
}

.blog_post .details .info .meta_part i {
    margin-right: 5px;
    color: #a9a9a9
}

.blog_post .details p {
    font-size: 1em;
    line-height: 1.6
}

.blog_post .details .meta_post {
    margin: 50px 0
}

.blog_post .details .meta_post span {
    margin-right: 10px
}

.blog_post .details .tags {
    display: inline-block;
    margin-bottom: 15px;
    padding-top: 15px
}

.blog_post .details .tags a {
    background: #ffb600;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 0 5px 5px 0;
    padding: 2px 12px;
    text-transform: uppercase;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}

.blog_post .details .tags a:hover {
    background: #1dc1f8
}

.blog_post .details .meta_post .tags span i {
    margin-right: 5px
}

.blog_post .details .share {
    display: inline-block;
    float: right;
    margin-bottom: 15px
}

.blog_post .details .meta_post .share span i {
    margin-right: 5px
}

.blog_post .details .share .social_media {
    display: inline-block
}

#hero_coming_soon {
    margin: 0;
    padding: 0
}

#hero_coming_soon #countdown {
    margin-top: 50px
}

#hero_coming_soon #countdown .count_box:first-child {
    margin-left: 5px
}

#hero_coming_soon #countdown .count_box {
    display: inline-block;
    margin-right: 80px;
    width: 80px;
    height: 80px;
    margin-top: 10px;
    border-radius: 4px;
    background: rgba(255, 182, 0, .3)
}

#hero_coming_soon #countdown .count_box .inner {
    background: #ffb600;
    width: 80px;
    height: 80px;
    border-radius: 4px;
    text-align: center;
    padding-top: 25px;
    margin: -5px
}

#hero_coming_soon #countdown .count_box .count_number {
    display: block;
    color: #fff;
    font-size: 3em;
    font-weight: 500
}

#hero_coming_soon #countdown .count_box .count_text {
    margin-top: 15px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 1em;
    text-transform: uppercase
}

#hero_coming_soon #subscribe_form {
    position: relative
}

#hero_coming_soon .form-control {
    padding: 28px;
    border-radius: 50px
}

#hero_coming_soon button {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 48px;
    height: 48px;
    border-radius: 50%
}

#hero_coming_soon button i {
    position: relative;
    right: 7px;
    font-size: 1.5em;
    text-align: center
}

.countup_box {
    display: inline-block;
    width: 100%;
    height: 100px;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 4px;
    background: rgba(255, 182, 0, .3)
}

.countup_box .inner {
    background: #ffb600;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    text-align: center;
    padding-top: 20px;
    margin: -5px
}

.countup_box .inner .number {
    font-size: 2em;
    color: #fff
}

.countup_box .inner .text {
    font-size: .9em;
    text-transform: uppercase;
    color: #fff
}

#map {
    padding: 0
}

#map #google-map {
    position: absolute;
    margin-top: 20px;
    left: 50%;
    margin-left: -80px;
    z-index: 5
}

#map #map-canvas {
    width: 100%;
    height: 400px
}

#google-map .openmap-btn {
    position: relative;
    top: 100px;
    background: #fff;
    border: none;
    box-shadow: rgba(0, 0, 0, .298039) 0 1px 4px -1px
}

#google-map .openmap-btn:hover {
    background-color: #f7f7f7
}

#contact-form-page {
    margin-top: 30px
}

#contact-form-page .form-control {
    height: 52px;
    border-radius: 1px;
    border: 1px solid #dfdfdf;
    background-color: #fcfcfc
}

#contact-form-page .form-group {
    padding-bottom: 30px
}

#contact-form-page .form-group textarea {
    height: 135px
}

#contact_page .contact-info,
#contact_page_style_2 .contact-info {
    list-style: none
}

#contact_page .contact-info li,
#contact_page_style_2 .contact-info li {
    padding: 8px 0;
    font-weight: 700
}

#contact_page .contact-info li span,
#contact_page_style_2 .contact-info li span {
    display: block;
    font-size: 1em;
    color: #ffb600;
    font-weight: 900;
    margin-bottom: 10px
}

#contact_page .contact-info .social-media,
#contact_page_style_2 .contact-info .social-media {
    padding-top: 30px
}

#contact_page .contact-info .social-media i,
#contact_page_style_2 .contact-info .social-media i {
    background-color: #fff;
    -webkit-transition: all ease .45s;
    transition: all ease .45s;
    width: 35px;
    height: 35px;
    line-height: 2.6em;
    color: #8a959e;
    border-bottom: 1px solid #8a959e
}

#contact_page .contact-info .social-media i:hover,
#contact_page_style_2 .contact-info .social-media i:hover {
    color: #fff;
    -webkit-transition: all ease .45s;
    transition: all ease .45s
}

#contact_page_style_2 #map-canvas {
    width: 100%;
    height: 168px
}

#contact_page_style_2 .contact-info {
    padding-top: 0!important
}

#hero_event #countdown .count_box {
    padding: 10px 60px;
    display: inline-block;
    margin: 0 40px;
    text-align: center;
    border: 1px solid #fff;
    border-bottom: none
}

#hero_event #countdown .count_box .count_number {
    display: block;
    color: #fff;
    font-size: 1.8em;
    font-weight: 500
}

#hero_event #countdown .count_box .count_text {
    text-align: center;
    margin-top: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 1em;
    text-transform: uppercase
}

#gallery_page_style_2 figure {
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px
}

#gallery_page_style_2 figure:before {
    content: "";
    display: block;
    position: absolute;
    border: 50px solid transparent;
    border-top: 50px solid #fefefe;
    top: -70px;
    left: -70px;
    box-shadow: 0 -7px 6px -9px #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 9
}

#gallery_page_style_2 figure:after {
    content: "";
    display: block;
    position: absolute;
    border: 50px solid transparent;
    border-bottom: 50px solid #fefefe;
    bottom: -70px;
    right: -70px;
    box-shadow: 0 7px 6px -9px #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 9
}

.grid_filters {
    float: left;
    margin-bottom: 40px
}

.grid_filters .button {
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px
}

.grid_filters .button.active {
    background: #2c88c0;
    border: 1px solid #2c88c0
}

.gallery_items figure {
    margin-bottom: 30px
}

.gallery_items figure figcaption {
    padding: 15px;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
}

.gallery_items figure figcaption h4 {
    font-size: 1.2em;
    color: #a1b1c1
}

.gallery_items figure figcaption span {
    display: block;
    font-size: .8em;
    color: #acbac4;
    margin-top: 5px
}

#icons .col-md-3 {
    display: block;
    color: #a1b1c1;
    line-height: 32px;
    height: 32px
}

#icons .col-md-3 i {
    color: #a1b1c1
}

#icons .col-md-3 i {
    padding-right: 10px
}

.buttons_block {
    margin-bottom: 80px
}

.buttons_block button {
    margin-top: 20px;
    display: block
}

.buttons_block .social_media {
    margin-top: 50px
}

#page_titles_page .page_title {
    margin-bottom: 80px
}

.block {
    margin: 40px 0
}

.block:first-child {
    margin-top: 0
}

#demo-header {
    background: #f8f8f8;
    padding-top: 100px
}

#demo-header .description {
    max-width: 50%;
    margin: 0 auto
}

#demo-header .description p {
    text-align: center;
    color: #ccc
}

.demo-title h2 {
    color: #ccc;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2em;
    text-align: center;
    font-family: lato, sans-serif
}

.browser .status-bar h4 {
    font-size: .9em;
    float: right;
    color: #a9a9a9;
    line-height: 30px;
    left: -10px;
    font-weight: 500;
    position: relative
}

#demo-variants {
    background: #f8f8f8
}

#demo-features {
    margin-top: -235px;
    background: #fff;
    z-index: 9;
    position: relative
}

.browser {
    position: relative;
    top: 0;
    background-color: #f1f1f1;
    height: 350px;
    margin-bottom: 80px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: -10px 10px 38px 0 rgba(1, 1, 1, .15);
    transition: .2s
}

.browser:hover {
    top: -5px
}

.browser .status-bar {
    width: 100%;
    height: 30px;
    position: relative;
    z-index: 10;
    border: 1px solid #f2f2f2;
    border-bottom: none;
    background: #eee;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0
}

.browser .status-bar .buttons {
    background: #df7065;
    width: 9px;
    height: 9px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    left: 7px;
    border-radius: 50%
}

.browser .status-bar .buttons:before,
.browser .status-bar .buttons:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 50%
}

.browser .status-bar .buttons:before {
    background-color: #e6c646;
    left: 13px
}

.browser .status-bar .buttons:after {
    background-color: #5bcc8b;
    left: 26px
}

.browser .window {
    width: 100%;
    height: 442px;
    overflow: hidden;
    position: relative
}

.browser .window img {
    max-width: 100%
}

.browser .window .scroll-img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.browser.loading .window .loader {
    display: block
}

#demo-features .item {
    height: 70px;
    margin-bottom: 50px;
    border: 1px solid #f1f1f1;
    background: #f8f8f8;
    border-radius: 2px;
    padding: 10px
}

#demo-features .item h3 {
    text-transform: uppercase;
    color: #ccc;
    font-size: .9em;
    font-family: lato, sans-serif
}

#demo-features .item span {
    font-size: .8em;
    color: #ccc
}

#demo-features .icon img {
    max-width: 40px
}

.buy-now {
    position: fixed;
    z-index: 99;
    right: 80px;
    bottom: 80px;
    width: 60px;
    height: 60px
}

.buy-now.left {
    left: 80px
}

.buy-now .buy-now-btn {
    background: #ffb600;
    border-radius: 50%;
    box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .1);
    -webkit-transform-origin: center;
    transform-origin: center;
    position: relative;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 1.3em;
    color: #fff;
    z-index: 1;
    display: block
}

.buy-now .buy-now-btn:hover {
    background: #efac14
}

.buy-now .ripple,
.buy-now .ripple:before,
.buy-now .ripple:after {
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(29, 193, 248, .3);
    top: 0;
    height: 60px;
    position: absolute;
    width: 60px
}

.buy-now .ripple:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    top: 0
}

.buy-now .ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    top: 0
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 50px transparent
    }
    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 50px transparent
    }
    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

.wordpress-version {
    bottom: 70px;
    position: fixed;
    left: 200px;
    display: flex;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
    width: auto;
    border-radius: 4px;
    cursor: pointer;
    animation-delay: 1s;
    padding: 20px;
    font-size: 16px;
    color: #606060;
    text-transform: uppercase;
    font-weight: 700;
    background: #fff;
    display: flow-root;
    z-index: 9999
}

.wordpress-version img {
    width: 40px;
    margin-right: 15px
}

.wordpress-version:hover,
.wordpress-version:active,
.wordpress-version:focus {
    background: #f5f3f0
}

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:992px) {
    .md_nopadding {
        padding: 0!important
    }
    .md_nopadding_right {
        padding-right: 0!important
    }
    .md_nopadding_left {
        padding-left: 0!important
    }
    .md_nopadding_top {
        padding-top: 0!important
    }
    .md_nopadding_bottom {
        padding-bottom: 0!important
    }
    .md_p5 {
        padding: 0 5px!important
    }
    .md_pr5 {
        padding-right: 5px!important
    }
    .md_pl5 {
        padding-left: 5px!important
    }
    .md_nomargin {
        margin: 0!important
    }
    .md_nomarginright {
        margin-right: 0!important
    }
    .md_nomarginleft {
        margin-left: 0!important
    }
    .md_nomargintop {
        margin-top: 0!important
    }
    .md_nomarginbottom {
        margin-bottom: 0!important
    }
    .md_noborder_right {
        border-right: none!important
    }
    .md_noborder_left {
        border-left: none!important
    }
    .vertical_booking_form .form-control.sm_border_right_no,
    .horizontal_booking_form .form-control.sm_border_right_no {
        border-right: none!important
    }
    .horizontal_booking_form_inner .arrival_date,
    .horizontal_booking_form_inner .adults {
        padding-right: 0!important;
        padding-left: 5px!important
    }
    .horizontal_booking_form_inner .departure_date,
    .horizontal_booking_form_inner .childrens {
        padding-right: 5px!important;
        padding-left: 0!important
    }
    .container {
        width: 992px
    }
    #main_menu .navbar-nav .dropdown .dropdown-toggle:after {
        content: "\f107";
        display: inline-block;
        font-family: FontAwesome;
        padding: 0;
        margin-left: 5px;
        line-height: 18px;
        font-size: 14px;
        font-weight: 400
    }
    .navbar-nav .dropdown:hover .dropdown-menu,
    .top_menu .top_menu_right .dropdown:hover .dropdown-menu {
        display: block
    }
    #main_menu {
        position: relative
    }
}

@media only screen and (min-width:1200px) {
    .container {
        width: 1200px
    }
}

@media only screen and (max-width:991px) {
    .sm-swap-block{display: flex;flex-flow: column}
    .sm-swap-block > div:first-child {
        order: 2;
    }
    .sm-swap-block .arrow-bottom::after {
        top: -29px;
        border: solid transparent;
        border-bottom-color: #31a9e0;
        border-width: 15px;
        margin-left: -15px;
    }
    .display-table{height: 335px;}
    .display-table-cell{padding:0 10%}
    footer address{width: 100%}
    .top_menu .top_menu_right li {
        float: none
    }
    header .navbar-header {
        margin: 0!important
    }
    header .navbar-header .navbar-brand {
        padding: 10px 0
    }
    header .navbar-header .navbar-brand img{
        margin:auto
    }
    header.scroll .navbar-header .navbar-brand img {
        max-height: 55px
    }
    header .navbar-header .mobile-menu-btn {
        padding-top: 18px!important
    }
    .mfp-zoom-out-cur header {
        padding-right: 0
    }
    .navbar-header {
        float: none
    }
    .navbar-toggle {
        display: block;
        margin-top: 10px;
        position: absolute;
        float: none;
        padding: 9px 0
    }
    header.scroll .navbar-toggle {
        margin-top: 10px
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
    }
    .navbar-collapse.collapse {
        display: none!important
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px
    }
    .navbar-nav>li {
        float: none
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .navbar-text {
        float: none;
        margin: 15px 0
    }
    .navbar-collapse.collapse.in {
        display: block!important
    }
    .collapsing {
        overflow: hidden!important
    }
    .navbar-fixed-top{
        width: 100%;
        max-height: none
    }
    .navbar-fixed-top .navbar-collapse {
        width: 260px;
        max-height: none
    }
    header.scroll .navbar-header .navbar-brand,
    header.scroll.transparent .navbar-header .navbar-brand {
        padding: 5px 0 0
    }
    .mobile_menu .navbar-nav {
        margin: 0
    }
    .mobile-menu-push {
        overflow-x: hidden;
        position: relative;
        left: 0
    }
    .mobile-menu-push-toright,
    .mobile-menu-push-toright .navbar-fixed-top {
        left: 260px
    }
    .mobile-menu-push-toleft,
    .mobile-menu-push-toleft .navbar-fixed-top {
        left: -260px
    }
    .mobile_menu.mobile_menu_open .dropdown-menu {
        width: 100%;
        position: relative;
        box-shadow: none!important;
        border: none!important
    }
    .mobile_menu.mobile_menu_open,
    .push_mobile .navbar-fixed-top .mobile_menu.mobile-menu_open {
        left: 0
    }
    .mobile_menu,
    body,
    header {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease
    }
    .mobile_menu {
        background: #fff;
        border-left: 1px solid #e6eff2;
        width: 260px;
        height: 100%;
        top: 0;
        left: -320px;
        z-index: 1000;
        position: fixed;
        padding: 0;
        margin: 0!important;
        overflow-x: hidden;
        overflow-y: visible;
        display: block;
        visibility: visible
    }
    #main_menu.mobile_menu .navbar-nav li {
        background: #fff;
        border-bottom: 1px solid #e6eff2;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        clear: both
    }
    #main_menu.mobile_menu .navbar-nav li:last-child {
        border-bottom: none
    }
    #main_menu.mobile_menu .navbar-nav li:hover,
    #main_menu.mobile_menu .navbar-nav .open .dropdown-toggle {
        background: #f5f5f5
    }
    #main_menu.mobile_menu .navbar-nav li a {
        padding: 12px 30px;
        color: #5b5b5d
    }
    #main_menu.mobile_menu .navbar-nav li a:hover {
        color: #ffb600
    }
    #main_menu.mobile_menu .navbar-nav li.mobile_menu_title {
        background: #31a9e0;
        font-family: raleway, sans-serif;
        display: block!important;
        text-align: center;
        padding: 14px 0;
        font-size: 1.2em;
        font-weight: 500;
        text-transform: capitalize
    }
    #main_menu.mobile_menu .navbar-nav li.mobile_menu_title:hover {
        background: 0 0
    }
    #main_menu.mobile_menu li.menu_button {
        padding: 10px;
        border-top: none!important;
        border-bottom: none!important;
        background: 0 0!important
    }
    #main_menu.mobile_menu .navbar-nav li.menu_button .button {
        margin: 22px 0
    }
    #main_menu.mobile_menu .navbar-nav .dropdown .dropdown-menu li {
        background: #f5f5f5
    }
    #main_menu.mobile_menu .navbar-nav .dropdown .dropdown-menu li:hover {
        background: #fbfbfb
    }
    #main_menu.mobile_menu .navbar-nav .dropdown .dropdown-menu li a {
        color: #5b5b5d !important;
        padding: 8px 50px;
        font-size: .9em
    }
    #main_menu.mobile_menu .navbar-nav .mega_menu .mega_menu_inner {
        padding: 0
    }
    #main_menu.mobile_menu .navbar-nav .mega_menu .mega_menu_inner ul .list_title {
        padding: 10px 10px 10px 50px!important
    }
    #main_menu.mobile_menu .navbar-nav .dropdown.mega_menu .dropdown-menu li a {
        padding: 8px 50px;
        font-size: .8em
    }
    #main_menu.mobile_menu .navbar-nav .dropdown .dropdown-menu li a:hover {
        color: #79868f
    }
    #main_menu.mobile_menu .navbar-nav .dropdown.mega_menu .dropdown-menu li {
        padding: 9px 0;
        background: #f5f5f5;
        border-bottom: 1px solid #eef2f5
    }
    #main_menu.mobile_menu .dropdown .caret-up {
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 4px solid;
        display: inline-block;
        margin-left: 2px;
        vertical-align: middle
    }
    #main_menu .navbar-nav .dropdown b.caret,
    #main_menu .navbar-nav .dropdown b.caret-up {
        display: inline;
        float: right;
        margin-top: 10px
    }
    #features .owl-thumbs {
        margin-top: 16px
    }
    .horizontal_booking_form {
        margin-top: 10px
    }
    #slider.full_slider .owl-item {
        height: 100%!important
    }
    .full_slider .horizontal_booking_form {
        position: relative;
        margin-top: 10px;
        bottom: auto
    }
    .full_slider .horizontal_booking_form_inner {
        outline: none;
        border: 1px solid #e6eff2;
        border-bottom: 4px solid #e6eff2
    }
    #testimonials_style_2 .review_item {
        margin-bottom: 50px
    }
    #features .owl-thumb-item.active:before {
        display: none
    }
    .room {
        margin-bottom: 30px
    }
    .room_list .room_details .room_desc {
        padding: 15px
    }
    #hero_event #countdown .count_box {
        padding: 10px 25px;
        margin: 0 20px;
        border: 1px solid #fff
    }
    .hbf_2 {
        position: relative;
        top: 15px
    }
    .hbf .inner .form-group,
    .hbf_2 .inner .form-group,
    .hbf_3 .inner .form-group {
        margin-bottom: 15px
    }
    .hbf_3 {
        position: relative;
        top: 0
    }
    .hbf_2 .hbf_2_inner .form-control,
    .hbf_3 .hbf_3_inner .form-control {
        margin-bottom: 15px
    }
    #contact .contact-items {
        margin-top: 30px
    }
    #events_page .item .event-wrapper {
        text-align: center
    }
    .menu_item .info {
        padding: 10px
    }
    .special_offers {
        margin-top: 80px
    }
}

/* responsive */
@media only screen and (max-width:768px) {
    section{padding: 30px 0}
    section .main_title{margin-bottom: 20px; margin-top: 0}
    header.transparent {top: 10px}
    #features .owl-thumb-item.active:before {display: none}
    .room_list .room_details .room_services {text-align: center}
    #rooms_block_view .room_block_item .room_info {padding: 15px}
    .display-table-cell{padding: 7%}
    footer .subfooter .social_media {
        float: none;
        margin-top: 15px
    }
    footer a.logo{display:block; float: none !important; margin:auto; width: 175px}
    footer a.logo img{margin:0 0 20px 0}
    .room_list .room_details .room_desc {
        padding: 15px 5px;
        text-align: center
    }
    .room_list .room_details .room_price {
        border-left: none
    }
    .main_description.a_center {
        padding: 0
    }
    .page_title .price {
        margin: 0 auto!important;
        float: none!important;
        position: relative;
        bottom: -75px
    }
    #hero_coming_soon #countdown .count_box {
        margin-right: 20px
    }
    #hero_coming_soon #countdown .count_box:last-child {
        margin-right: 0
    }
    #hero_coming_soon p {text-align: center}
    .countup_box {
        margin-bottom: 0;
        margin-top: 30px
    }
    .countup_box,
    .countup_box .inner {
        width: 100%
    }
    .hero_wrapper {
        position: relative;
        margin-bottom: 620px
    }
    #hero,
    #hero ul,
    #hero ul li {
        overflow: visible!important
    }
    .hero_wrapper .vbf {
        position: static;
        top: 0;
        display: block
    }
    footer .inner {
        padding-top: 30px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width:480px) {
    .hidden-xxs {display: none!important}
    .main_title h2 {font-size: 1.2em}
    .padding{padding:4rem 0}
    .sub_title{font-size: 18px}
    .banner .banner_features h2 {
        font-size: 1.5em;
        font-weight: 500
    }
    .banner .banner_features h3 {font-size: 1.3em}
    .banner .banner_features h4 {font-size: 1.3em}
    #slider .slider_inner .s_text h2 {
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 1em
    }
    #slider .slider_inner .s_text h3 {font-size: 1em}
    #error404_fullscreen .or {display: block}
    .vbf {border-radius: 0}
    #hero_event #countdown .count_box {
        padding: 10px 15px;
        margin: 0 10px;
        border: 1px solid #fff
    }
    #hero_coming_soon #countdown .count_box {margin-right: 10px}
    #back_to_top{bottom: 50px}
    .copyrights{font-size: 13px}
    footer .widget h5{text-align: center}
    footer .widget h5 span{display: block; height: 0; border-top:1px solid rgba(255, 255, 255, .2); width:75px; margin:0 auto 25px}
    footer .widget .social_media, footer .subfooter {text-align: center}
}

@media only screen and (max-width:320px) {
    .hidden-xxxs {display: none!important}
}