/* GOOGLE FONTS */

@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,100italic,200,200italic,300,300italic,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);

/* Global properties ======================================================== */

a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}

::selection {
    background: #e20c0c!important;
    color: #fff
}

::-moz-selection {
    background: #e20c0c!important;
    color: #fff
}

a {
    color: #e20c0c;
    outline: none
}

a:hover {
    color: #e20c0c;
    text-decoration: none;
    outline: none
}

body {
    background: #fff;
    border: 0;
    font: 14px 'Raleway', Arial, Helvetica, sans-serif;
    color: #e0dcdc;
    line-height: 1.42857143;
    min-width: 320px;
}

.container {
    position: relative;
    min-width: 320px;
}

#main {
    margin-top: 0px;
}

.not-front{
    background: #fff;
}
/* Page Animated item Styles */

.animated {
    visibility: hidden;
}

.visible {
    visibility: visible;
}


/* ============================= header ====================== */

.top1_wrapper {
    background: #e20c0c;
    border-top: 3px solid #131212;
    padding: 10px;
    
}

.email1 {
    float: left;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    border-right: 1px solid #ebebeb;
    margin-right: 20px;
    padding-right: 15px;
    font-weight: bold;
}

.email1 i {
    display: block;
    font-size: 15px;
    color: #f3f1f1;
    text-decoration: none;
    line-height: 20px;
margin-right: 10px;
}
.email1 span {
    color: #f3f1f1;
}
.phone1 {
    float: left;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    margin-right: 20px;
    padding-right: 15px;
    font-weight: bold;
}

.phone1 i{
    display: block;
    font-size: 15px;
    color: #f3f1f1;
    text-decoration: none;
    line-height: 20px;
margin-right: 10px;
}
.phone1 span {
    color: #f3f1f1;
}
.social_wrapper {
    float: right;
}

.social {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.social li {
    display: inline-block;
    margin: 0 10px;
    float: left;
}

.social li a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    color: #ebebeb;
    text-align: center;
    line-height: 20px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.social li a:hover {
    color: #e20c0c;
}

.social_sm_wrapper {}

.social_sm {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.social_sm li {
    display: inline-block;
    margin: 0 10px 10px 0;
    float: left;
}

.social_sm li a {
    display: block;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.social_sm li a .fa-facebook-square{
    color: #5353ce;
}
.social_sm li a .fa-twitter{
    color: rgb(76, 121, 255);
}
.social_sm li a .fa-instagram{
    color: rgb(228, 81, 81);
}
.social_sm li a .fa:hover {
    color: #ebebeb;
}

.social3_wrapper {}

.social3 {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.social3 li {
    display: inline-block;
    margin: 0 15px 10px 0;
    float: left;
}

.social3 li a {
    display: block;
    text-decoration: none;
    font-size: 20px;
    color: #d7d7d7;
    text-align: center;
    line-height: 20px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.social3 li a:hover {
    color: #e20c0c;
}

.social4_wrapper {
    display: inline-block;
}

.social4 {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.social4 li {
    display: inline-block;
    margin: 0 8px;
    float: left;
}

.social4 li a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    color: #d7d7d7;
    text-align: center;
    line-height: 20px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.social4 li a:hover {
    color: #e20c0c;
}

.lang1 {
    float: right;
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    width: 150px;
    margin-right: 20px;
}

.lang1 .dropdown-toggle {
    border: none;
    padding: 0;
    background: none!important;
    outline: none;
    display: block;
    width: 100%;
    padding-left: 30px;
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
}

.lang1 .dropdown-toggle:focus,
.lang1 .dropdown-toggle:active {
    background: none;
    outline: none;
    box-shadow: none;
}

.lang1 .dropdown-toggle:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    background: url(../images/flag_en.png) 0 0 no-repeat;
    vertical-align: top;
    margin-top: 3px;
    margin-right: 5px;
}

.lang1 .dropdown-toggle .caret {
    display: inline-block;
    width: 10px;
    height: 6px;
    border: none;
    background: url(../images/arr0.png);
    margin-left: 10px;
}

.lang1 .dropdown-menu {
    min-width: 100%;
    margin: 0;
    padding: 0;
    left: -1px;
    right: -1px;
    margin-top: 13px;
    border-radius: 0;
    border: 1px solid #ebebeb;
    box-shadow: none;
}

.lang1 .dropdown-menu a {
    display: block;
    font-size: 13px;
    line-height: 20px;
    padding: 4px 30px;
    color: #acacac;
    text-decoration: none;
}

.lang1 .dropdown-menu a:hover {
    background: #d23d3d;
    color: #fff;
}

.lang1 .dropdown-menu a:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    background: url(../images/flag_en.png) 0 0 no-repeat;
    vertical-align: top;
    margin-top: 3px;
    margin-right: 5px;
}

.lang1 .dropdown-menu a.ge:before {
    background: url(../images/flag_ge.png) 0 0 no-repeat;
}

.lang1 .dropdown-menu a.ru:before {
    background: url(../images/flag_ru.png) 0 0 no-repeat;
}

.top2_wrapper {
    position: relative;
    background: #fff;
    height: 80px;
}

.top2 {
    position: relative;
}

header {
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 31;
}


/* ============================= slider ====================== */

#slider_wrapper {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}

#slider_inner {}

#slider {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: -100px;
}

.slider_pagination {
    padding-top: 160px;
}

.slider_pagination a {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background: url(../images/pagination.png) center center no-repeat;
    position: relative;
    overflow: hidden;
    text-indent: -9999px;
}

.slider_pagination a:hover,
.slider_pagination a.selected {
    background: url(../images/pagination_hover.png) center center no-repeat;
}

#slider .carousel-box {
    position: relative;
}

#slider .carousel-box .inner {
    position: relative;
    overflow: hidden;
    max-width: none;
    margin: 0;
}

#slider .carousel.main {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin-right: -30px;
}

#slider .caroufredsel_wrapper {
    padding: 0;
    margin: 0;
}

#slider .caroufredsel_wrapper ul {
    padding: 0;
    margin: 0;
}

#slider .carousel-box ul li {
    float: left;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-right: 30px
}


.slider .slider_inner {
    line-height: 1.2;
    color: #fff;
}

.slider .slider_inner span {
    background: #e03f3f;
    background: rgba(128, 126, 126, 0.8);
    padding: 5px 15px;
    display: inline-block;
}

.slider .slider_inner .txt1 {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 5px;
    font-family: sans-serif;
}

.slider .slider_inner .txt2 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 5px;
}

.slider .slider_inner .txt3 {
    font-weight: bold;
    font-size: 20px;
}


/* ============================= slider end ====================== */


/* ============================= video bg ====================== */

.video-background-wrapper {
    position: relative;
    overflow: hidden;
    max-height: 781px;
    background: url(../images/video-loader.gif) center center no-repeat;
}

.video-background {
    width: 100%;
    display: block;
}


/* ============================= video bg end ====================== */


/* ============================= supersildes ====================== */

#home {
    height: 781px;
    position: relative;
    z-index: 0;
}


/* ============================= supersildes end ====================== */


/* ============================= sm slider ====================== */

.sm_slider {
    position: relative;
    padding: 25px 20px 65px;
    background: #e20c0c;
    border-top: 5px solid #720101;
    margin-bottom: 30px;
}

.sm_slider_prev {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 50%;
    bottom: 25px;
    margin-left: -27px;
    z-index: 10;
    background: url(../images/prev.png) left top no-repeat;
}

.sm_slider_prev:hover {
    background-position: bottom;
}

.sm_slider_next {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 50%;
    bottom: 25px;
    margin-left: 5px;
    z-index: 10;
    background: url(../images/next.png) left top no-repeat;
}

.sm_slider_next:hover {
    background-position: bottom;
}

.sm_slider .carousel-box {
    position: relative;
}

.sm_slider .carousel-box .inner {
    position: relative;
    overflow: hidden;
    max-width: none;
    margin: 0;
}

.sm_slider .carousel.main {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin-right: -30px;
}

.sm_slider .caroufredsel_wrapper {
    padding: 0;
    margin: 0;
}

.sm_slider .caroufredsel_wrapper ul {
    padding: 0;
    margin: 0;
}

.sm_slider .carousel-box ul li {
    float: left;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    position: relative;
    width: 300px;
    overflow: hidden;
    padding-right: 30px
}

.sm_slider_inner {
    text-align: center;
    color: #fff;
    padding-top: 25px;
    background: url(../images/q1.png) center top no-repeat;
}

.sm_slider_inner .txt1 {}

.sm_slider_inner .txt2 {
    font-weight: 600;
    font-size: 15px;
    color: #fff799;
    padding-top: 10px;
}


/* ============================= sm slider end ====================== */


/* ============================= sl1 ====================== */

#sl1 {
    position: relative;
}

.sl1_prev,
.sl1_next {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 4%;
    top: 50%;
    margin-top: -14px;
    background: url(../images/prev3.png) 0 0 no-repeat;
    z-index: 2;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.sl1_prev:hover,
.sl1_next:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.sl1_next {
    background: url(../images/next3.png) center center no-repeat;
    left: auto;
    right: 4%;
}

.sl1_pagination {
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 15px;
    text-align: center;
    line-height: 0;
}

.sl1_pagination a {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 2px solid transparent;
    margin: 0 3px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-decoration: none;
}

.sl1_pagination a.selected {
    background: transparent;
    border-color: #fff;
}

.sl1_pagination a span {
    display: none;
}

#sl1 .carousel-box {
    position: relative;
}

#sl1 .carousel-box .inner {
    position: relative;
    overflow: hidden;
    max-width: none;
    margin: 0;
}

#sl1 .carousel.main {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin-right: 0px;
}

#sl1 .caroufredsel_wrapper {
    padding: 0;
    margin: 0;
}

#sl1 .caroufredsel_wrapper ul {
    padding: 0;
    margin: 0;
}

#sl1 .carousel-box ul li {
    float: left;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    position: relative;
    width: 300px;
    overflow: hidden;
    padding-right: 0px
}

.sl1 .sl1_inner img {
    width: 100%;
}


/* ============================= sl1 end ====================== */


/* ============================= tabs end ====================== */

#front_tabs {
    position: relative;
    margin-top: -176px;
}

.tabs_wrapper {
    position: relative;
}

.tabs {
    padding: 0;
    background: none;
    border-radius: 0;
    border: none;
    font-family: inherit;
}

.tabs_tabs {}

.tabs_tabs .ui-tabs-nav {
    padding: 0;
    display: inline-block;
    vertical-align: top;
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
    border: none;
    border-radius: 0;
    background: none;
}

.tabs_tabs .ui-tabs-nav li {
    margin: 0 0 0 1px!important;
    border: none;
    background: none;
    font-weight: 700;
}

.tabs_tabs .ui-tabs-nav li:first-child {
    margin-left: 0!important;
}

.tabs_tabs .ui-tabs-nav li.ui-tabs-active {
    margin: 0;
    padding: 0;
}

.tabs_tabs .ui-tabs-nav .ui-tabs-anchor {
    color: #ffffff;
    padding: 13px 30px 14px 60px;
    background: #e20c0c;
    float: none;
    display: block;
}

.tabs_tabs .ui-tabs-nav .ui-tabs-anchor:focus {
    outline: none;
}

.tabs_tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    background-color: #fafafa;
    color: #e03f3f;
}

.tabs_tabs .ui-tabs-nav li.flights a i{
    width: 20px;
    font-weight: bold;
}

.tabs_tabs .ui-tabs-nav li.ui-tabs-active.flights a i{
}

.tabs_tabs .ui-tabs-nav li.hotels a i{
    width: 20px;
    font-weight: bold;
}

.tabs_tabs .ui-tabs-nav li.ui-tabs-active.hotels a i{

}

.tabs_content {
    position: relative;
}

.tabs_content .ui-tabs-panel {
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
}

.tabs2 .tabs_content .ui-tabs-panel {
    display: block!important;
}

.tabs2 .tabs_content .ui-tabs-panel.tab-hidden {
    position: absolute;
    width: 100%;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}

.form1 {
    display: block;
    background: #fafafa;
    padding: 30px;
    border-bottom: 3px solid #e20c0c;
    margin-bottom: 20px;
}

.front .form1 {
   
    margin-bottom: 10px;
}

.form1 label {
    font-size: 14px;
    color: #636363;
    line-height: 1;
    padding-bottom: 10px;
    display: block;
    font-weight: 600;
    margin-bottom: 0;
    white-space: nowrap;
}

.form2 {
    display: block;
    background: #fafafa;
    padding: 20px 30px;
    border-bottom: 3px solid #e20c0c;
    margin-bottom: 30px;
}

.form2 label {
    font-family: 'Raleway';
    font-size: 14px;
    color: #636363;
    line-height: 1;
    padding-bottom: 10px;
    display: block;
    font-weight: 600;
    margin-bottom: 0;
    white-space: nowrap;
}

.form2_flights label {
    float: left;
    margin-right: 20px;
    margin-top: 15px;
}

.form2_flights .select1_inner {
    float: left;
    width: 100px;
}

.form2_hotels {
    padding-top: 0;
}

.form2_hotels label {
    padding-bottom: 6px;
}

.form3 {
    display: block;
    background: #fafafa;
    padding: 20px;
    border-bottom: 3px solid transparent;
    margin-bottom: 30px;
}

.form3 label {
    font-family: 'Raleway';
    font-size: 14px;
    color: #636363;
    line-height: 1;
    padding-bottom: 10px;
    display: block;
    font-weight: 600;
    margin-bottom: 0;
    white-space: nowrap;
}

.form3 .select1_wrapper {
    float: left;
    margin-right: 20px;
}

.form3 .txt label {
    margin-top: 15px;
}

.form3 .sel {
    width: 125px;
}

.form3 .sel2 {
    width: 225px;
}

.form3 .buttons {
    margin-right: 0;
    line-height: 1px;
}

.select1_inner {
    position: relative;
    background: #fff;
    border: 1px solid #ebebeb;
    height: 42px;
    position: relative;
}

.select1_inner:after {
    content: '';
    display: block;
    width: 10px;
    height: 7px;
    background: url(../images/a1.png) 0 0 no-repeat;
    position: absolute;
    right: 10px;
    top: 17px;
}

.select2 {
    width: 100%;
}

.select2 *:focus {
    outline: none!important;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 500px;
    overflow: hidden;
}

.select2-container--default .select2-selection--single {
    background: none;
    border-radius: 0;
    border: none;
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    line-height: 20px;
    padding: 10px 20px 10px 15px;
    color: #c2c2c2;
}

.select2_inner .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-dropdown {
    background: none;
    border-radius: 0;
    z-index: 10;
    min-width: 0px;
}

.select2-container--open .select2-dropdown--below {
    border: none;
}

.select2-results__option {
    padding: 10px 5px 10px 15px;
    background: #c76262;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    border-top: 1px solid #b64c4c;
}

.select2-results__option:first-child {
    border-top: none;
}

.small .select2-results__option {
    padding-left: 0;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: #fff;
    color: #c76262;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #fff;
    color: #c76262;
}

.ui-datepicker {
    font-size: 14px;
    width: 212px;
}

.input1_inner {
    position: relative;
    background: none;
    border: 1px solid #ebebeb;
    height: 42px;
    position: relative;
}

.input1_inner:after {
    content: '';
    display: block;
    width: 16px;
    height: 17px;
    background: url(../images/m2.png) 0 0 no-repeat;
    position: absolute;
    right: 10px;
    top: 11px;
}

.input1_inner input {
    padding: 10px 25px 10px 15px;
    height: 40px;
    border: none;
    background: #fff;
    color: #c2c2c2;
    font-size: 13px;
    line-height: 20px;
    font-family: inherit;
    display: block;
    width: 100%;
}

.input1_inner input:focus {
    outline: none;
}

.input2_inner {
    position: relative;
    background: none;
    border: 1px solid #ebebeb;
    height: 42px;
    position: relative;
}

.input2_inner input {
    padding: 10px 25px 10px 15px;
    height: 40px;
    border: none;
    background: #fff;
    color: #c2c2c2;
    font-size: 13px;
    line-height: 20px;
    font-family: inherit;
    display: block;
    width: 100%;
}

.input2_inner input:focus {
    outline: none;
}

.btn-form1-submit {
    border: none;
    font-family: 'Raleway'!important;
    font-size: 14px!important;
    font-weight: bold;
    padding: 11px 10px;
    background: #e03f3f;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin-top: 24px;
    color: #fff;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset;
    moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset;
    transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -webkit-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
}

.btn-form1-submit:hover {
    background: #fb000d;
    color: #fff;
}

.btn-form1-submit:focus {
    outline: none;
}

/* ============================= Booking  ====================== */
div#content {
    min-height: 400px;
    padding-top: 40px;
    text-align: left;
    background: #fff;
}
.bs-wizard {
    margin-top: 0;
    margin-bottom: 20px;
    background: #fff;
    padding: 10px !important;
    padding-bottom: 80px !important;
}
.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
}
.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}
.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
    width: 0%;
    box-shadow: none;
    background: #fbe8aa;
}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
    opacity: 0;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #f5f5f5;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    top: 25px;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #fbe8aa;
    top: 45px;
    left: 50%;
    margin-top: -35px;
    margin-left: -15px;
    border-radius: 50%;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #fbbd19;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}
.bs-wizard > .bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
}
.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%;
}
.detailed-logo {
    background: #fff;
    padding: 15px;
 }
    .detailed-logo figure {
      background: #f5f5f5;
      text-align: center;
      padding: 20px 0; 
    }
      .detailed-logo figure img {
        max-width: 100%;
        height: auto;
        width: auto; 
    }
    .detailed-logo .box-title, .detailed-logo .price, .detailed-logo .feedback {
      border-bottom: 1px solid #f5f5f5; 
    }
    .detailed-logo .box-title {
      margin-top: 15px;
      color: black;
      font-size: 18px;
      padding-bottom: 10px;
      letter-spacing: normal; 
    }
      .detailed-logo .box-title > small {
        line-height: 1.5em;
        letter-spacing: 0.04em;
        font-size: 10px; 
    }
        .detailed-logo .box-title > small > i {
          font-size: 1.5em;
          display: block;
          float: left;
          margin-right: 3px; 
        }
    .detailed-logo .price {
      float: none;
      display: block;
      line-height: 1.75em; 
    }
    .detailed-logo .feedback {
      padding: 8px 0 2px;
      color: #9E9E9E;
      text-transform: uppercase;
      font-size: 0.8333em;
      margin-bottom: 10px; 
    }
    .travelo-box {
        background: #fff;
        padding: 20px;
        margin-bottom: 30px;
    }
    .travelo-box.contact-box{
        color: black;
    }
    .travelo-box.contact-box .contact-details {
        margin: 0; }
        .travelo-box.contact-box .contact-details .contact-phone {
            color: #f53a3a;
            font-weight: bold; }
          .travelo-box.contact-box .contact-details .contact-phone > i {
            color: #fdb714; }
        .travelo-box.contact-box .contact-details .contact-email {
          color: inherit; }
.travelo-box.contact-box .contact-details .contact-email:hover,
.travelo-box.contact-box .contact-details .contact-email:focus{
color: #f53a3a;
}
      .travelo-box.book-with-us-box li, .travelo-box.contact-us-box .contact-address li {
        border-bottom: 1px solid #f5f5f5;
        padding: 10px 0 10px 40px;
        position: relative; }
        .travelo-box.book-with-us-box li > i, .travelo-box.contact-us-box .contact-address li > i {
          position: absolute;
          font-size: 1.5em;
          color: #fdb714;
          left: 0;
          top: 12px; }
        .travelo-box.book-with-us-box li:last-child, .travelo-box.contact-us-box .contact-address li:last-child {
          border-bottom-width: 0;
          padding-bottom: 0; }
        .travelo-box.book-with-us-box li .title, .travelo-box.contact-us-box .contact-address li .title {
          color: #2d3e52; }
        .travelo-box.book-with-us-box li:after, .travelo-box.contact-us-box .contact-address li:after {
          display: table;
          clear: both;
          content: ""; }
        .travelo-box.book-with-us-box li > *:last-child, .travelo-box.contact-us-box .contact-address li > *:last-child {
          margin-bottom: 0; }
          .toggle-container {
            background: #fff;
            /* 2.8.3. Accordion with image */ }
            .toggle-container .panel {
              margin-bottom: 0;
              box-shadow: none;
              -webkit-border-radius: 0 0 0 0;
              -moz-border-radius: 0 0 0 0;
              -ms-border-radius: 0 0 0 0;
              border-radius: 0 0 0 0;
              border: none;
              border-bottom: 2px solid #f5f5f5;
              position: relative;
              /*.panel-content { font-size: 1.0833em; }*/
              /* 2.8.1. Style1 */
              /* 2.8.2. Style2 */ }
              .toggle-container .panel:last-child {
                border: none; }
              .toggle-container .panel .panel-title {
                padding: 0;
                color: #2d3e52;
                font-size: 1.1667em;
                position: relative; }
                .toggle-container .panel .panel-title a {
                  white-space: normal;
                  display: block;
                  padding: 15px; }
              .toggle-container .panel h1.panel-title {
                font-size: 2em; }
              .toggle-container .panel h2.panel-title {
                font-size: 1.6667em; }
              .toggle-container .panel h3.panel-title {
                font-size: 1.5em; }
              .toggle-container .panel h4.panel-title {
                font-size: 1.3333em; }
              .toggle-container .panel h5.panel-title {
                font-size: 1.1667em; }
              .toggle-container .panel h6.panel-title {
                font-size: 1em; }
              .toggle-container .panel.style1 .panel-title > a {
                line-height: 24px; }
                .toggle-container .panel.style1 .panel-title > a:before {
                  display: block;
                  content: "\f068";
                  font-family: FontAwesome;
                  margin-right: 16px;
                  line-height: 24px;
                  font-size: 10px;
                  float: left;
                  width: 24px;
                  height: 24px;
                  text-align: center;
                  color: #9e9e9e;
                  background: #f5f5f5;
                  -webkit-border-radius: 50% 50% 50% 50%;
                  -moz-border-radius: 50% 50% 50% 50%;
                  -ms-border-radius: 50% 50% 50% 50%;
                  border-radius: 50% 50% 50% 50%; }
                .toggle-container .panel.style1 .panel-title > a.collapsed:before {
                  content: "\f067";
                  color: #fff;
                  background: #020180; }
              .toggle-container .panel.style1 .panel-content {
                padding: 10px 15px 15px 55px; }
              .toggle-container .panel.style1.arrow-right .panel-title {
                position: relative; }
                .toggle-container .panel.style1.arrow-right .panel-title > a {
                  padding-right: 36px; }
                  .toggle-container .panel.style1.arrow-right .panel-title > a:before {
                    float: none;
                    position: absolute;
                    right: 0;
                    height: 16px;
                    line-height: 17px;
                    width: 16px;
                    font-size: 9px;
                    border: none;
                    margin-top: -8px;
                    top: 50%; }
              .toggle-container .panel.style1.arrow-right .panel-content {
                padding: 10px 15px; }
              .toggle-container .panel.style2 .panel-title {
                padding: 0; }
                .toggle-container .panel.style2 .panel-title > a {
                  display: block;
                  line-height: normal;
                  padding: 15px 20px;
                  color: #020180; }
                  .toggle-container .panel.style2 .panel-title > a.collapsed {
                    color: inherit;
                    position: relative; }
                    .toggle-container .panel.style2 .panel-title > a.collapsed:hover {
                      color: #020180; }
                  .toggle-container .panel.style2 .panel-title > a:after {
                    content: "\f068";
                    font-family: FontAwesome;
                    font-size: 10px;
                    width: 30px;
                    height: 30px;
                    display: block;
                    position: absolute;
                    right: 15px;
                    bottom: 0;
                    color: #9e9e9e;
                    background: #f5f5f5;
                    text-align: center;
                    line-height: 30px; }
                  .toggle-container .panel.style2 .panel-title > a.collapsed:after {
                    content: "\f067";
                    color: #fff;
                    background: #020180; }
              .toggle-container .panel.style2 .panel-content {
                padding: 0 15px 30px 20px; }
            .toggle-container.with-image > .image-container {
              background: #020180; }
              .toggle-container.with-image > .image-container > img {
                width: 100%;
                height: auto; }
            .toggle-container.with-image .panel > img {
              display: none; }
            .toggle-container.with-image .panel-title > a {
              color: #020180; }
              .toggle-container.with-image .panel-title > a.collapsed {
                color: inherit; }
                .toggle-container.with-image .panel-title > a.collapsed:hover {
                  color: #020180; }
                  .alert.alert-error {
                    background: #f26879;
                }
                .travelo-box > *:last-child {
                    margin-bottom: 0;
                }
                .booking-section {
                    padding: 20px 30px; }
                  
                  .booking-form label {
                    font-size: 0.9167em; }
                  .booking-form .checkbox label {
                    font-size: 1.0833em; }
                  .booking-form .form-group {
                    margin-bottom: 0; }
                    .booking-form .form-group > * {
                      margin-bottom: 20px; }
                  .booking-form .checkbox label {
                    text-transform: none; }
                    .panel-content form label {
                        font-size: 0.8333em;
                        margin-bottom: 3px;
                        color: #6b6767;
                    }
                    .required-r:after {
                        content: '*';
                        color: #FF0000;
                        padding-left: 3px;
                    }                  
  
/* ============================= Booking end ====================== */
/* ============================= tabs end ====================== */
/* ============================= search page====================== */
#search-banner{
    background-color: #f90000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1000 1000'%3E%3Cg fill='%23e33232'%3E%3Cpolygon points='1000 -50 0 -50 500 450'/%3E%3Cpolygon points='550 500 1050 1000 1050 0'/%3E%3Cpolygon points='-50 0 -50 1000 450 500'/%3E%3Cpolygon points='0 1050 1000 1050 500 550'/%3E%3C/g%3E%3Cg fill='%23e33232'%3E%3Cpolygon points='1000 -133.3 0 -133.3 500 366.7'/%3E%3Cpolygon points='633.3 500 1133.3 1000 1133.3 0'/%3E%3Cpolygon points='-133.3 0 -133.3 1000 366.7 500'/%3E%3Cpolygon points='0 1133.3 1000 1133.3 500 633.3'/%3E%3C/g%3E%3Cg fill='%23e33232'%3E%3Cpolygon points='1000 -216.7 0 -216.7 500 283.3'/%3E%3Cpolygon points='716.7 500 1216.7 1000 1216.7 0'/%3E%3Cpolygon points='-216.7 0 -216.7 1000 283.3 500'/%3E%3Cpolygon points='0 1216.7 1000 1216.7 500 716.7'/%3E%3C/g%3E%3Cg fill='%23e33232'%3E%3Cpolygon points='1000 -300 0 -300 500 200'/%3E%3Cpolygon points='800 500 1300 1000 1300 0'/%3E%3Cpolygon points='-300 0 -300 1000 200 500'/%3E%3Cpolygon points='0 1300 1000 1300 500 800'/%3E%3C/g%3E%3Cg fill-opacity='0.24'%3E%3Cpolygon fill='%23ffffff' points='0 707.1 0 292.9 292.9 0 707.1 0 1000 292.9 1000 707.1 707.1 1000 292.9 1000'/%3E%3Cg fill='%23ffd0c8'%3E%3Cpolygon points='464.6 -242.5 -242.5 464.6 464.6 464.6'/%3E%3Cpolygon points='535.4 464.6 1242.5 464.6 535.4 -242.5'/%3E%3Cpolygon points='-242.5 535.4 464.6 1242.5 464.6 535.4'/%3E%3Cpolygon points='535.4 1242.5 1242.5 535.4 535.4 535.4'/%3E%3C/g%3E%3Cg fill='%23fea193'%3E%3Cpolygon points='405.7 -301.4 -301.4 405.7 405.7 405.7'/%3E%3Cpolygon points='594.3 405.7 1301.4 405.7 594.3 -301.4'/%3E%3Cpolygon points='-301.4 594.3 405.7 1301.4 405.7 594.3'/%3E%3Cpolygon points='594.3 1301.4 1301.4 594.3 594.3 594.3'/%3E%3C/g%3E%3Cg fill='%23f36f61'%3E%3Cpolygon points='346.8 -360.3 -360.3 346.8 346.8 346.8'/%3E%3Cpolygon points='653.2 346.8 1360.3 346.8 653.2 -360.3'/%3E%3Cpolygon points='-360.3 653.2 346.8 1360.3 346.8 653.2'/%3E%3Cpolygon points='653.2 1360.3 1360.3 653.2 653.2 653.2'/%3E%3C/g%3E%3Cg fill='%23e33232'%3E%3Cpolygon points='287.9 -419.2 -419.2 287.9 287.9 287.9'/%3E%3Cpolygon points='712.1 287.9 1419.2 287.9 712.1 -419.2'/%3E%3Cpolygon points='-419.2 712.1 287.9 1419.2 287.9 712.1'/%3E%3Cpolygon points='712.1 1419.2 1419.2 712.1 712.1 712.1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
}

#search-banner h2{
    color: white;
}

/* ============================= blog ====================== */

.post {
    margin-bottom: 30px;
}

.post .post-header {
    position: relative;
    border: 4px solid #fafafa;
}

.post .post-header .post-slide {
    position: relative;
}

.post .post-header .post-video {
    position: relative;
    padding-bottom: 56%;
}

.post .post-header .post-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.post .post-story {}

.post .post-story h2 {
    text-align: left;
    font-size: 30px;
    color: #464646;
    text-transform: none;
    font-weight: 500;
    margin-bottom: 0;
}

.post .post-story .post-story-info .date1 {
    display: inline-block;
    background: #e20c0c;
    color: #fff;
    padding: 6px 15px;
    margin-right: 15px;
}

.post .post-story .post-story-info .by {
    display: inline-block;
    color: #c2c2c2;
    padding: 6px 0;
}

@media(min-width: 1200px) {
    .post .post-story .post-story-info {
        background: #fafafa;
        margin-bottom: 20px;
        height: 36px;
    }
    .post .post-story .post-story-info .date12 {
        float: left;
        background: #e20c0c;
        color: #fff;
        padding: 8px 15px;
        margin-right: 15px;
    }
    .post .post-story .post-story-info .option-booking {
        font-family: 'Raleway', sans-serif;
        font-size: 10pt;
        display: inline-block;
        color: #c2c2c2;
    }
    .post .post-story .post-story-info .option-booking span {
        float: left;
        color: #959595;
        font-weight: 500;
        font-size: 11px;
        margin-left: 5px;
        margin-top: 6px;
        margin-right: 10px;
    }
    .post .post-story .post-story-info .option-booking i {
        width: 26px;
        height: 20px;
        float: left;
        margin-top: 2px;
        margin-left: 7px;
    }
}

@media(min-width: 320px) and (max-width: 1199px) {
    .post .post-story .post-story-info {
        background: #fafafa;
        margin-bottom: 20px;
        height: 206px;
    }
    .post .post-story .post-story-info .date12 {
        text-align: center;
        background: #e20c0c;
        color: #fff;
        padding: 8px 15px;
    }
    .post .post-story .post-story-info .option-booking {
        font-family: 'Raleway', sans-serif;
        font-size: 10pt;
        display: inline-block;
        color: #c2c2c2;
    }
    .post .post-story .post-story-info .option-booking span {
        float: left;
        color: #959595;
        font-weight: 500;
        font-size: 11px;
        margin-left: 5px;
        margin-top: 14px;
        margin-right: 10px;
    }
    .post .post-story .post-story-info .option-booking i {
        width: 26px;
        height: 20px;
        float: left;
        margin-top: 10px;
        margin-left: 7px;
        clear: both;
    }
}

@media(min-width: 320px) and (max-width: 767px) {
    h3.hch {
        text-transform: none;
        color: #464646;
        font-size: 40px;
        font-weight: 500;
        margin-top: 10px;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 0.8
    }
    h3.hch2 {
        text-transform: none;
        color: #464646;
        font-size: 40px;
        font-weight: 500;
        margin-top: 10px;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 0.8
    }
    p.address {
        font-size: 17px;
        font-weight: 500;
        color: #464646;
    }
    .star-rating {
        display: inline-block;
        margin-top: 10px;
    }
}

@media(min-width: 768px) {
    h3.hch {
        display: inline-block;
        float: left;
        text-transform: none;
        color: #464646;
        font-size: 40px;
        font-weight: 500;
        margin-top: 0;
        margin-bottom: 7px;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 0.8
    }
    h3.hch2 {
        text-transform: none;
        color: #464646;
        font-size: 40px;
        font-weight: 500;
        margin-top: 10px;
        margin-bottom: 7px;
        padding-top: 0;
        padding-bottom: 0;
    }
    p.address {
        font-size: 17px;
        font-weight: 500;
        color: #464646;
    }
    .star-rating {
        display: inline-block;
        float: left;
        margin-left: 20px;
        margin-top: 10px;
    }
}

@media(min-width: 768px) {
    .paddinger {
        padding-top: 200px;
    }
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.booking-success {
    font-weight: 600;
    color: #464646;
}

.booking-success h3 {
    font-size: 30px;
    text-transform: none;
    padding-bottom: 0;
}

.booking-success span {
    color: #e20c0c;
}

.booking-success p span {
    font-weight: 700;
}

.border-bottom {
    border-bottom: 1px solid #e20c0c;
    padding-bottom: 10px;
}

.booking-row {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
}

.booking-row h3 {
    font-weight: 600;
    font-size: 18px;
    color: #720101;
    padding-bottom: 9px;
}

.booking-row h3.line {
    font-weight: 600;
    font-size: 18px;
    color: #720101;
    border-bottom: 2px solid #720101;
    padding-bottom: 9px;
}

.booking-row label {
    color: #434343;
    font-size: 14px;
    margin-top: 8px;
}

.booking-row .form-control {
    font-family: 'Raleway', sans-serif;
    height: 43px;
    margin-top: 9px;
    padding: 13px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.booking-row .form-control:focus {
    border-color: #e20c0c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(28, 187, 180, .3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(28, 187, 180, .3);
}

.booking-row .red {
    color: #FF0000;
    font-size: 21px;
    font-weight: 700;
    padding-top: 15px;
    display: inline-block;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.no-padding-vertical {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.border-3px {
    width: 100%;
    height: 2px;
    background-color: #720101;
}

.star-rating-left {
    display: inline-block;
    float: left;
    margin-top: 5px;
}

.location {
    display: inline-block;
    float: left;
    margin-left: 20px;
    font-weight: 600;
    font-size: 13px;
    color: #464646;
    margin-top: 8px;
}

.sidebar-block {
    background-color: #f3f3f3;
    padding: 25px 25px;
    border-bottom: 3px solid #e20c0c;
}

.sidebar-block h3 {
    font-weight: 600;
    color: #720101;
    font-size: 18px;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.sidebar-block label {
    font-size: 14px;
    color: #636363;
    font-weight: 600;
    margin-bottom: 9px;
}

.sidebar-block .nights {
    display: block;
    font-weight: 500;
    color: #464646;
    font-size: 13px;
    margin-top: 8px;
}

.margin-top {
    margin-top: 20px;
}
.price {
    color: #ec1515;
    font-size: 1.6667em;
    text-transform: uppercase;
    float: right;
    text-align: right;
    line-height: 1;
    display: block;
}
.price-left {
    margin-top: 5px;
    color: #000;
    text-align: right;
}

.price-left span.red {
    font-weight: 700;
    font-size: 18px;
    color: #FF0000;
}

.price-left span.blue {
    font-weight: 500;
    color: #e20c0c;
    font-size: 11px;
    padding-right: 5px;
}
.price small {
    display: block;
    color: #838383;
    font-size: 0.5em;
}
.price-total-left {
    margin-top: 3px;
    color: #000;
    text-align: right;
}

.price-total-left span.red {
    font-weight: 700;
    font-size: 25px;
    color: #FF0000;
}
article {
    margin-bottom: 20px;
}
.post .post-story .post-story-info .by a {
    text-decoration: none;
}

.free-wifi {
    background: url('../images/free-wifi.png') no-repeat center center;
}

.parking {
    background: url('../images/parking.png') no-repeat center center;
}

.no-parking {
    background: url('../images/no-parking.png') no-repeat center center;
}

.no-smoking {
    background: url('../images/no-smoking.png') no-repeat center center;
}

.breakfast {
    background: url('../images/breakfast.png') no-repeat center center;
}

.airport-shuttle {
    background: url('../images/airport-shuttle.png') no-repeat center center;
}

.post .post-story .post-story-body {
    margin-bottom: 20px;
}
.btn-medium{
    background: rgb(234, 44, 44);
    border: none;
    line-height: 30px;
    border-radius: 20px;
    color: white;
}
.btn-medium:hover,
.btn-medium:focus{
    background: transparent;
    border: none;
    border-radius: 25px;
    color: rgb(168, 163, 163);
    font-weight: bold;
    font-size: 1.4em;
}
.post .post-story .post-story-link {}

.post .post-story .post-story-tags {
    background: #fafafa;
    padding: 10px 25px;
}

.post .post-story .post-story-tags .tags_wrapper {
    float: left;
    color: #636363;
    font-size: 13px;
    padding-top: 4px;
}

.post .post-story .post-story-tags .tags_wrapper a {
    text-decoration: none;
}

.share_post {
    float: right;
}

.share_post .txt1 {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    color: #636363;
    vertical-align: top;
    padding-right: 20px;
    padding-top: 4px;
}

.num-comments {
    font-size: 30px;
    color: #464646;
    font-weight: 600;
    padding: 30px 0;
}

.comment-block {
    margin-bottom: 30px;
}

.comment-block.left1 {
    margin-left: 100px;
}

.comment-block figure {
    float: left;
    margin-right: 30px;
}

.comment-block figure img {}

.comment-block .caption {
    overflow: hidden;
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 15px;
}

.comment-block .caption .top {
    padding-bottom: 15px;
    color: #c2c2c2;
    font-size: 12px;
    font-weight: 500;
}

.comment-block .caption .top span {
    display: inline-block;
    margin: 0 25px;
}

.comment-block .caption .top .txt1 {
    display: inline-block;
}

.comment-block .caption .top .txt1 a {
    color: #e20c0c;
    text-decoration: none;
}

.comment-block .caption .top .txt2 {
    display: inline-block;
}

.comment-block .caption .top .txt3 {
    display: inline-block;
}

.comment-block .caption .top .txt3 a {
    color: #e20c0c;
    text-decoration: none;
}

.comment-block .caption .top .txt3 a:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 8px;
    background: url(../images/arr1_hover.png) right center no-repeat;
    margin-left: 5px;
}

.comment-block .caption .txt {
    color: #959595;
}

.live-comment {
    padding-top: 20px;
    padding-bottom: 20px;
}

.live-comment .live-comment-title {
    font-weight: 700;
    font-size: 30px;
    color: #464646;
    padding-bottom: 20px;
}


/* ============================= blog end ====================== */


/* ============================= content ====================== */


#google_map2{position: relative; width: 100%; height: 284px;}
#google_map2_wrapper{position: relative;padding-top: 3px; padding-bottom: 3px; border-bottom: 1px solid #da542c;}

#google_map{position: relative; width: 100%; height: 440px;}
#google_map_wrapper{position: relative;padding-top: 3px; padding-bottom: 3px; }

.page_banner {
    height: 274px;
}

.page-about .page_banner {
    background: url(../images/flight-banner.jpg) center no-repeat;
    background-size: cover;
}
.page-flight .page_banner {
    background: url(../images/flight-banner.jpg) center no-repeat;
    background-size: cover;
}
/* .page-post .page_banner{
    background: url(../images/banner5.jpg) center top no-repeat;
    background-size: cover; */

.page-gallery .page_banner {
    background: url(../images/gallery_banner.jpg) center top no-repeat;
    background-size: cover;
}

.breadcrumbs1_wrapper {
    background: #e20c0c;
}

.breadcrumbs1 {
    padding: 15px 0;
    margin-top: 0px;
    line-height: 20px;
    color: #b7b2b2;
    font-size: 14px;
    font-weight: bold;
}

.breadcrumbs1 a {
    color: #ffffff;
    text-decoration: none;
}

.breadcrumbs1 a:hover {
    color: #686868;
}

.breadcrumbs1 span {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}

#what1 {
    position: relative;
    padding-top: 20px;
    padding-bottom: 50px;
    background: #fafafa;
}
#what1 span{
    background: #e20c0c;
    color: white;
    padding: 5px;
}
.ul2 {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ul2 > li {
    font-size: 15px;
    font-weight: 400;
    color: #959595;
    margin-bottom: 8px;
}

.ul2 > li a {
    color: #959595;
    text-decoration: none;
    display: block;
    padding: 5px 0px 5px 35px;
    background: url(../images/li_st2.png) 0 3px no-repeat;
}

.ul2 > li a:hover {
    color: #e20c0c;
}

.blockquote0 {
    border-left: 3px solid #e20c0c;
    padding: 0 0 0 20px;
    margin-bottom: 0;
    font-size: 14px;
    color: #959595;
}

.blockquote1 {
    margin-top: 20px;
    margin-bottom: 30px;
    background: url(../images/blockquote1.png) 30px 40px no-repeat #252525;
    padding: 33px 60px;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    border: none;
    margin-left: 9%;
}

.blockquote1 .author {
    font-size: 15px;
    color: #e20c0c;
    font-weight: 600;
    padding-top: 10px;
}

.blockquote1 .author span {
    font-size: 12px;
    color: #636363;
    font-weight: 500;
}

#company1 {
    padding-bottom: 48px;
    padding-top: 30px;
    background: none;
    color: #959595;
}
#company1 span{
    background: #e20c0c;
    color: white;
    padding: 5px;
}

#company1 .img1 {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
    margin-bottom: -40px;
}

#company1 .content {
    padding-bottom: 30px;
    padding-top: 20px;
}

#company1 .content .txt1 {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 500;
    color: #464646;
    padding-bottom: 20px;
}

#company1 .content .txt2 {
    font-weight: 400;
    padding-bottom: 30px;
    color: #959595;
}

#company1 .distance1 .txt {
    color: #464646;
}

#company1 .distance1 .bg {
    background: #ebebeb;
}

#company1 .distance1 .bg .animated-distance span {
    color: #ffffff;
}

#team1 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 10px;
    background: #fafafa;
}
#team1 span{
    background: #e20c0c;
    color: white;
    padding: 5px;
    font-size: 35px;
}

#content {
    position: relative;
    padding-top: 20px;
    padding-bottom: 30px;
}

.page-pages #content {
    padding-top: 0;
}

.page-contacts #content {
    padding-top: 0;
}
.page-contacts p{
    color: #737171;
}
.page-blog #content {
    padding-top: 0;
}

.page-post #content {
    padding-top: 0;
}

.page-post #banner{
    position: relative;
    width: 100%;
    height: 284px;
    padding-top: 3px;
    border-top: 1px solid #ff000a;
    padding-bottom: 3px;
    border-bottom: 1px solid #ff000a;
}
.page-post #banner img{
    height: 284px;
}
.pager_wrapper {
    padding-top: 40px;
    margin-bottom: 30px;
}

.pager {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 14px;
}

.pager li {}

.pager li > a {
    border: 1px solid #ebebeb;
    padding: 0px 2px;
    border-radius: 0px;
    background: #fafafa;
    color: #959595;
    text-align: center;
    min-width: 32px;
    line-height: 40px;
    text-decoration: none;
}

.pager li > a:hover {
    text-decoration: none;
    background: #fff;
    border-color: #e20c0c;
    color: #e20c0c;
}

.pager li.active > a {
    background: #e20c0c;
    color: #fff;
    cursor: default;
    text-decoration: none;
    border-color: #e20c0c;
}

.pager .prev {}

.pager .prev > a {
    float: left;
    background: #fafafa;
    color: #959595;
    padding: 0 20px;
    border: 1px solid #ebebeb;
    min-width: 110px;
    text-align: center;
}

.pager .prev > a:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 8px;
    background: url(../images/prev2.png);
    margin-right: 10px;
}

.pager .prev > a:hover {
    background: #e20c0c;
    border-color: #e20c0c;
    color: #fff;
}

.pager .prev > a:hover:before {
    background: url(../images/prev2_hover.png);
}

.pager .next {}

.pager .next > a {
    float: right;
    background: #fafafa;
    color: #959595;
    padding: 0 20px;
    border: 1px solid #ebebeb;
    min-width: 110px;
    text-align: center;
}

.pager .next > a:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 8px;
    background: url(../images/next2.png);
    margin-left: 10px;
}

.pager .next > a:hover {
    background: #e20c0c;
    border-color: #e20c0c;
    color: #fff;
}

.pager .next > a:hover:after {
    background: url(../images/next2_hover.png);
}

.star_rating_wrapper {
    margin-bottom: 30px;
}

.star_rating_wrapper .title {
    background: #e03f3f;
    position: relative;
    font-weight: 700;
    color: #fff;
    padding: 15px 37px 15px 20px;
    line-height: 20px;
}

.star_rating_wrapper .title:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/star_rating.png);
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
}

.star_rating_wrapper .content {
    background: #fafafa;
    padding: 15px;
    border-bottom: 1px solid #ebebeb;
}

.checkbox1-custom {
    opacity: 0;
    position: absolute;
}

.checkbox1-custom,
.checkbox1-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox1-custom-label {
    position: relative;
    font-size: 14px;
    color: #bebebe;
    font-weight: 400;
}

.checkbox1-custom-label img {
    margin-right: 2px;
}

.checkbox1-custom-label span {
    color: #959595;
    padding-left: 10px;
}

.checkbox1-custom + .checkbox1-custom-label:before {
    content: '';
    background: url(../images/ch1.png);
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 16px;
    margin-right: 10px;
}

.checkbox1-custom:checked + .checkbox1-custom-label:before {
    background: url(../images/ch2.png);
}

.checkbox1-custom:focus + .checkbox1-custom-label {
    outline: none;
}

#slider_wrapper {
    padding-bottom: 50px;
    padding-top: 180px;
}

#why1 {
    position: relative;
    margin-top: 220px;
    padding-top: 20px;
    padding-bottom: 30px;
    background: #dcd6d617;
}


#why span{
    background: #e20c0c;
    color: white;
    padding: 5px;
    font-size: 38px;
}

/* ============================= hot deals ====================== */

#hot_deals h2 span{
background: #e20c0c;
color: white;
padding: 5px;
font-size: 38px;
}

#hot{
    position: relative;
    bottom: 10px;
    padding-top: 20px;
    padding-bottom: 30px;
}
#hot > ul {
    width: 800px;
    height: 200px; 
}

#hot ul > li {
    width: 25%;
		list-style-type: none;
		position: absolute;
		top: 0;
		padding: 20px;
		height: 200px; 
		opacity: 0;
		padding-top: 40px;
		text-align: center;
		transition: 1s opacity; 
}

#hot .active {
    opacity: 1;
}

#hot p {
    font-family: sans-serif;
    font-size: 13px;
color: #646566;
    line-height: 1.5em;
}

#hot strong { 
color: #fff;
font-weight: 700;
    font-size: 60px; 
line-height: 100px; 
}

.popular .popular_inner {
    box-shadow: 1px 1px 3px 4px rgb(241, 240, 240), 1px 1px 3px 4px rgb(241, 240, 240); 
    border-radius: 20px;
}

.popular .popular_inner figure {
    position: relative;
    /* border: 1px solid rgb(236, 236, 236); */
  
    
}

.popular .popular_inner figure img {
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 20px;
}

.popular .popular_inner figure .over {
    background: rgba(227, 50, 50,1);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    width: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.popular .popular_inner:hover figure .over {
    opacity: 1;
    filter: alpha(opacity=100);
}

.popular .popular_inner figure .over .v1 {
    font-weight: bold;
    font-size: 18px;
}

.popular .popular_inner figure .over .v1 span {
    color: rgb(59, 56, 56);
    font-size: 15px;
    padding-left: 5px;
    font-style: italic;
    font-weight: 500;
}

.popular .popular_inner figure .over .v2 {}

.popular .popular_inner .caption {
    padding: 25px;
    border-bottom: 3px solid transparent;
    background: #fafafa;
}

.popular .popular_inner:hover .caption {
    border-color: #e20c0c;
}

.popular .popular_inner .txt1 {
    font-weight: 500;
    padding-bottom: 5px;
    font-size: 12px;
    color: #fb000d;
    text-align: center;
}

.popular .popular_inner .txt1 span {
    padding-right: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #636363;
}

.popular .popular_inner:hover .txt1 span {
    color: #e20c0c;
}

.popular .popular_inner .txt2{
    color: #959595;
    padding-bottom: 20px;
    text-align: center;
    font-size:11px;
}
.popular .popular_inner .txt2 p{
    color: #181717;
    text-align: center;
    font-size:20px;
    font-weight: bold;
}

.popular .popular_inner .txt3 {}

.popular .popular_inner .txt3 .left_side {
    float: left;
    padding-top: 5px;
}

.popular .popular_inner .txt3 .right_side {
    float: right;
}

.popular .popular_inner .txt3 .nums {
    display: inline-block;
    font-size: 12px;
    color: #c2c2c2;
}
.popular .popular_inner .btn1{
    border-radius: 20px;
}
.popular .popular_inner .btn1:hover{
    color: #c2c2c2;
}

/* ============================= popular end ====================== */

.stars1 {
    display: inline-block;
}

.stars1 img {
    margin-right: 1px;
}

#happy1 {
    padding-bottom: 0px;
    padding-top: 50px;
    background: url(../images/happy\ \(2\).jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
}

#happy1 .img1 {
    margin-top: 120px;
}

#happy1 .content {
    padding-bottom: 30px;
}

#happy1 .content .txt1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

#happy1 .content .txt2 {
    font-weight: 600;
    padding-bottom: 40px;
    color: #d6d5d5;
}

#happy1 .content .txt3 {
    margin-top: -20px;
    padding: 20px;
    background: url(../images/quote.png) left top no-repeat;
}
#happy1 .carousel-indicators{
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 60%;
}
#happy1 .adjust1{
    padding-left: 25px;
    background: transparent;
    border: none;
    margin-top: -20px;
}

#happy1 .thumbnail .caption{
    padding: 20px;
}
#happy1 .thumbnail .caption p{
    font-size: 18px;
}
#happy1 .thumbnail .caption blockquote p{
    font-size: 12px;
}
.distance1 {
    position: relative;
    padding-bottom: 20px;
}

.distance1 .txt {
    font-weight: 600;
    padding-bottom: 5px;
}

.distance1 .bg {
    position: relative;
    height: 13px;
    background: #f8f8f8;
}

.distance1 .bg .animated-distance {
    /* background: #e20c0c; */
    background-color: #e02926;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cpolygon fill='%23050505' fill-opacity='.1' points='120 0 120 60 90 30 60 0 0 0 0 0 60 60 0 120 60 120 90 90 120 60 120 0'/%3E%3C/svg%3E");
    position: absolute;
    left: 0; 
    top: 0;
    width: 0;
    height: 100%;
}

.distance1 .bg .animated-distance span {
    position: absolute;
    top: -25px;
    right: -10px;
    font-weight: 700;
}

#partners {
    position: relative;
    padding-bottom: 50px;
}
#partners h2 span{
    text-align: center;
    background: #e20c0c;
    color: white;
    padding: 5px;
    font-size: 38px;
}

/* partners */


/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* ============================= footer ====================== */

.bot1_wrapper {
    background: #f9f9f97d;
    border-top: 4px solid #e20c0c;
    padding-top: 35px;
    padding-bottom: 45px;
    color: #222222;
}


.bot1_title {
    font-size: 24px;
    color: #898989;
    font-weight: 700;
    padding-top: 40px;
    padding-bottom: 20px;
}

.logo2_wrapper {d
    padding-bottom: 10px;
}

.social2_wrapper {
    padding-top: 10px;
}

.social2 {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.social2 li {
    display: inline-block;
    margin: 0 4px 4px 0;
    float: left;
}
.social2 li a:hover {
    background-position: bottom;
    background: #e20c0c;
    color: #fff;
}
.social2 li a {
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none;
    text-align: center;
    padding: 10px 0;
    border-radius: 50%;
    border: 1px solid #e20c0c;
    background-position: left top;
    background-repeat: no-repeat;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.social2 li.nav1 a {
    background-image: url(../images/social_ic1.png);
}

.social2 li.nav2 a {
    background-image: url(../images/social_ic2.png);
}

.social2 li.nav3 a {
    background-image: url(../images/social_ic3.png);
}

.social2 li.nav4 a {
    background-image: url(../images/social_ic4.png);
}

.social2 li.nav5 a {
    background-image: url(../images/social_ic5.png);
}

.social2 li.nav6 a {
    background-image: url(../images/social_ic6.png);
}

#txt1 {
    margin-top: -10px;
    margin-bottom: 10px;
    color: #bdb4b4;
}

.newsletter_block .txt1 {
    font-size: 12px;
    padding-bottom: 5px;
}

.newsletter input {
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    color: #161515;
    /* background: url(../images/newsletter.png) right center no-repeat #cfcfcf; */
    border: 1px solid #ec6f6f;
    margin: 0;
    padding: 10px 50px 10px 10px;
    border-radius: 0px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: none;
    /* -webkit-box-shadow: none; */
    box-shadow: 1px 1px 4px 2px #e20c0c;;
}

.newsletter input:focus {
    color: #fff;
    background-color:#707070;
    border-color: #ec6f6f;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.phone2 {
    font-size: 30px;
    color: #e20c0c;
    padding-top: 5px;
}

.support1 {
    color: #555555;
    margin-top: 10px;
}

.support1 a {
    color: #555555;

}

.bot2_wrapper {
    /* background: #e03f3f; */
  background-color: #e20c0c;

    padding-top: 29px;
    padding-bottom: 29px;
    color: #fff;
    font-size: 13px;
}

.bot2_wrapper a {
    color: #fff;
    text-decoration: none;
}

.bot2_wrapper a:hover {
    text-decoration: underline;
}

.bot2_wrapper span {
    padding: 0 5px;
}

.bot2_wrapper .left_side {
    float: left;
}

.bot2_wrapper .right_side {
    float: right;
}



/* ============================= parallax ====================== */
.parallax {width: 100%; position: relative; overflow: hidden; background: none;}
.parallax, .parallax .parallax-content, .parallax .overlay { height: 100%;}

.parallax-bg { width: 100%; height: 100%; left: 0; top: 0; margin: 0 auto; position: absolute; background-size: cover; background-attachment: scroll; background-repeat: repeat-y; background-position: center center; }
.parallax-bg.bg-fixed{background-attachment: fixed;}

.parallax-content { padding-top: 0px; padding-bottom: 0px;}




.bg1 {    background-repeat: no-repeat;
    background-image: url(../images/affiliate2.jpg);
    background-size: 100% 500px;
    z-index: -4;
    opacity: 0.4;
 }
.bg2 { background-image: url(../images/parallax2.jpg); }


#parallax1{padding-top: 80px; color: #fff;}

#parallax1 .txt1{font-size: 48px; font-weight: 800; color: #fff799;}

#parallax1 .txt3{padding-top: 10px;color: #f9f9f9;
    font-size: 18px;
    font-weight: bold;}
#parallax1 .txt3 strong{font-size: 30px; color: #fff; padding-left: 10px; padding-right: 10px;}
#parallax1 .txt3 span{font-size: 14px; color: #fff;}

#parallax2{padding-top: 290px;}




#parallax1 .txt1 {
    font-size: 48px;
    font-weight: 800;
    color: #ca0000;
}
 
#parallax1 .affiliate {
    display: flex;
    justify-content: space-between;
}
#parallax1 .affiliate img{
width: 200px;
height: 100%;
} 
/* ============================= main menu ====================== */

.menu_wrapper {}

.navbar_ {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    position: relative;
    z-index: 30;
    min-height: 0;
    float: right;
    display: block;
    background: none;
    line-height: 1px;
}

.navbar_ .navbar-toggle {
    float: right;
    background: #e20c0c;
    border: none;
    box-shadow: none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: 41px;
    margin-bottom: 41px;
    margin-left: 15px;
}

.navbar_ .navbar-toggle:hover,
.navbar_ .navbar-toggle:focus {
    background: #076f68;
}

.navbar_ .navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-collapse_ {
    padding-left: 0;
    padding-right: 0;
    border: none;
}

.navbar_ .nav {
    position: relative;
    margin: 0 50px;
    padding: 0;
    display: block;
    float: none;
    padding-right: 0px;
    background: none;
}

.navbar_ .nav > li {
    position: relative;
    display: block;
    float: left;
    white-space: nowrap;
    padding-left: 0px;
    background: none;
    margin-left: 50px;
}

.navbar_ .nav > li:first-child {
    margin-left: 0;
}

.navbar_ .nav > li > a {
    display: block;
    text-decoration: none;
    background: none;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #8c8c8c;
    text-shadow: none;
    padding: 40px 0px 15px 0;
    border: none;
    margin: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    text-align: left;
    text-transform: none;
    vertical-align: middle;
    border-bottom: 3px solid transparent;
    transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
}

.navbar_ .nav > li > a em {
    display: inline-block;
    width: 8px;
    height: 5px;
    background: url(../images/caret.png);
    margin-left: 5px;
}

.navbar_ .nav > li > a:hover,
.navbar_ .nav > li > a:focus,
.navbar_ .nav > li.sfHover > a,
.navbar_ .nav > li.sfHover > a:hover {
    color: #e20c0c;
    text-decoration: none;
    background: none;
    box-shadow: none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #e20c0c;
}

.navbar_ .nav > li.active > a,
.navbar_ .nav > li.active > a:hover,
.navbar_ .nav > li.active > a:focus {
    color: #e20c0c;
    text-decoration: none;
    background: none;
    box-shadow: none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #e20c0c;
}

.sub-menu ul {
    position: absolute;
    display: none;
    left: -25px;
    top: 75px;
    list-style: none;
    zoom: 1;
    z-index: 10;
    margin: 0;
    padding: 15px 25px;
    background: #fff;
    text-align: left;
    margin-top: -6px;
    min-width: 180px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
}

.sub-menu li {
    margin: 0;
    position: relative;
    zoom: 1;
    display: block;
    border-top: 1px solid #ebebeb;
}

.sub-menu li:first-child {
    border: none;
}

.sub-menu li a {
    display: block;
    position: relative;
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #8c8c8c;
    text-decoration: none;
    padding: 10px 0px;
    background: none;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.sub-menu li a:hover {
    text-decoration: none;
    color: #e03f3f;
}

@media(min-width:768px) {
    .sub-menu li ul {
        position: absolute;
        display: none;
        left: 158px;
        top: 0px;
        list-style: none;
        zoom: 1;
        z-index: 10;
        margin: 0;
        padding: 6px 25px;
        background: #fff;
        text-align: left;
        margin-top: -6px;
        min-width: 180px;
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
        moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    }
    .sub-menu li ul li {
        margin: 0;
        position: relative;
        zoom: 1;
        display: block;
        border-top: 1px solid #ebebeb;
    }
    .sub-menu li ul li ul:first-child {
        border: none;
    }
    .sub-menu li ul li a {
        display: block;
        position: relative;
        font-family: 'Raleway';
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #8c8c8c;
        text-decoration: none;
        padding: 10px 0px;
        background: none;
        transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
    }
    .sub-menu li ul li a:hover {
        text-decoration: none;
        color: #e03f3f;
    }
}

.sub-menu-1 > ul {}

.sub-menu-2 > ul {
    left: 100%;
    top: 0;
    margin-left: 0px;
    background: #450000;
}


/* ============================= search-form ====================== */

.search-form-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.search-form-wrapper .form-control {
    border: 1px solid #ebebeb;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding-top: 9px;
    padding-bottom: 9px;
    height: 40px;
    color: #c2c2c2;
    font-size: 14px;
}

.search-form-wrapper .form-control:focus {
    box-shadow: none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #e20c0c;
}

.search-form-wrapper a {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 40px;
    line-height: 40px;
    color: #c2c2c2;
}

.search-form-wrapper a:hover {
    color: #e20c0c;
}

.search-form-wrapper a i {
    font-size: 16px;
    line-height: 40px;
}


/* ============================= toTop ====================== */

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border: 1px solid #e20c0c;
    border-radius: 50%;
    text-indent: 100%;
    background: url(../images/topred.png) no-repeat;
    background-size: 50px 50px;
}

#toTopHover {
    background: url(../images/topblack.png) no-repeat;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    border: none;
    filter: alpha(opacity=0);
}

#toTop:active,
#toTop:focus {
    outline: none;
}


/* ============================= main layout ====================== */

h1 {
    font-family: 'Raleway';
    font-weight: 700;
    font-size:45px;
    color: #323a45;
    background: none;
    line-height: 1.1;
    padding: 20px 0 20px;
    margin: 0 0 25px 0;
    position: relative;
    border-bottom: 4px solid #b60404;
}

h2 {
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 40px;
    color: #464646;
    background: none;
    line-height: 1.1;
    padding: 20px 0 20px;
    margin: 0 0 10px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

h3 {
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 35px;
    color: #464646;
    background: none;
    line-height: 1.1;
    padding: 20px 0 20px;
    margin: 0 0 10px 0;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}

h4 {
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 25px;
    color: #e20c0c;
    background: none;
    line-height: 1.1;
    padding: 15px 0 10px;
    margin: 0 0 0px 0;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}

h5 {
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 19px;
    color: #000000;
    background: none;
    line-height: 1.1;
    padding: 20px 0 20px;
    margin: 0 0 0px 0;
    position: relative;
    text-align: left;
} 

.title1 {
    text-align: center;
    font-size: 18px;
    color: rgb(0, 0, 0);
    padding-bottom: 15px;
}

.img-responsive {
    width: auto \9;
}

.img-responsive-old {
    display: block;
    max-width: 100%;
    height: auto;
}

.border-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.color1 {
    color: #510000;
}


/* === */

.ul1 {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ul1 > li {
    font-size: 15px;
    color: #959595;
    border-bottom: 1px solid #363636;
}

.ul1 > li a {
    color: #959595;
    text-decoration: none;
    display: block;
    padding: 10px 20px 10px 0px;
    background: url(../images/arr1.png) right center no-repeat;
}

.ul1 > li a:hover {
    color: #e20c0c;
    text-decoration: none;
    background: url(../images/arr1_hover.png) right center no-repeat;
}

.ul3 {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}

.ul3 > li {
    font-size: 14px;
    font-weight: 700;
    color: #636363;
    margin-bottom: 2px;
}

.ul3 > li a {
    display: block;
    color: #636363;
    text-decoration: none;
    display: block;
    padding: 15px 40px 15px 30px;
    background: #f3f3f3;
    position: relative;
}

.ul3 > li a:hover {
    color: #e20c0c;
    background: #fafafa;
}

.ul3 > li a:after {
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    background: url(../images/li_st3.png) 0 0 no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
}

.ul3 > li a:hover:after {
    background: url(../images/li_st3_hover.png) 0 0 no-repeat;
}

.hl1 {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 1px;
    background: #fafafa;
}

.ul4 {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    font-family: 'Raleway';
    font-size: 14px;
}

.ul4 > li {
    font-size: 14px;
    color: #959595;
    border-top: 1px solid #ebebeb;
}

.ul4 > li:first-child {
    border-top: none;
}

.ul4 > li a {
    color: #959595;
    text-decoration: none;
    display: block;
    padding: 10px 30px 10px 20px;
    position: relative;
    line-height: 1.3;
    background: url(../images/li_st4.png) 0 13px no-repeat;
}

.ul4 > li a:hover {
    color: #e20c0c;
    text-decoration: none;
    background-image: url(../images/li_st4_hover.png);
}

.ul4 > li a span {
    position: absolute;
    right: 0;
    top: 10px;
    color: #c2c2c2;
}

.ul4 > li a:hover span {
    color: #e20c0c;
}

.tabs3 {
    padding: 0;
    background: none;
    border-radius: 0;
    border: 1px solid #ebebeb;
    border-top: none;
    font-family: inherit;
    margin-bottom: 30px;
}

.tabs3_tabs {
    text-align: center;
}

.tabs3_tabs .ui-tabs-nav {
    padding: 0;
    display: block;
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    border: none;
    border-radius: 0;
    background: none;
}

.tabs3_tabs .ui-tabs-nav li {
    margin: 0!important;
    border: none;
    background: none;
    font-weight: 500;
    width: 50%;
}

.tabs3_tabs .ui-tabs-nav li.ui-tabs-active {
    margin: 0;
    padding: 0;
}

.tabs3_tabs .ui-tabs-nav .ui-tabs-anchor {
    color: #fff;
    padding: 15px 2px;
    background: #e20c0c;
    float: none;
    display: block;
    border-top: 2px solid #fff;
}

.tabs3_tabs .ui-tabs-nav .ui-tabs-anchor:focus {
    outline: none;
}

.tabs3_tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    background: #fff;
    color: #e20c0c;
    border-color: #e20c0c;
}

.tabs3_content {
    padding: 15px;
}

.tabs3_content .ui-tabs-panel {
    padding: 0px;
}

.news1 {
    border-top: 1px solid #ebebeb;
    padding-top: 15px;
    padding-bottom: 15px;
}

.news1:first-child {
    border-top: none;
    padding-top: 0;
}

.news1 a {
    display: block;
    font-size: 13px;
    text-decoration: none;
}

.news1 a .txt1 {
    color: #959595;
    padding-bottom: 5px;
}

.news1 a:hover .txt1 {
    color: #e20c0c;
}

.news1 a .txt2 {
    color: #c2c2c2;
    font-size: 11px;
}

.news1 a .txt2 span {
    color: #c4df9b;
}

.tags1 {
    display: block;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    text-align: left;
}

.tags1 li {
    display: inline-block;
    margin: 0 5px 5px 0px;
    float: left;
}

.tags1 li a {
    display: inline-block;
    background: none;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 400;
    color: #c2c2c2;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    text-decoration: none;
    border: 1px solid #ececec;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.tags1 li a:hover {
    background: #e20c0c;
    color: #fff;
    border-color: #e20c0c;
}

.text_widget {
    margin-bottom: 30px;
    font-size: 13px;
}

.users {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}

.users li {
    display: block;
    float: left;
    padding: 0 2px 2px 0;
}

.users li a {
    display: block;
    text-decoration: none;
}

.users li a figure {
    position: relative;
}

.users li a figure img {
    position: relative;
}

.users li a figure em {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #e20c0c;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.users li a:hover figure em {
    opacity: 1;
    filter: alpha(opacity=100);
}

.big_letter {
    font-size: 35px;
    font-weight: 900;
    padding: 2px 17px;
    background: #e20c0c;
    float: left;
    margin-right: 20px;
    margin-bottom: 2px;
    color: #fff;
}


/*-----btn-----*/

.btn-default.btn0 {
    display: block;
    color: #fff;
    border: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    padding: 15px 10px;
    text-decoration: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
    background: #fb000d;
    position: relative;
    text-align: center;
    width: 100%;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset;
    moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset;
    margin-top: 50px;
}

.btn-default.btn0:hover {
    color: #fff;
    background: #e03f3f;
}

.btn-default.btn1 {
    display: inline-block;
    color: #fff;
    border: none;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    padding: 5px 20px;
    text-decoration: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
    background: #e03f3f;
    position: relative;
    text-align: center;
    width: 100%;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset;
    moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset;
}

.btn-default.btn1:hover {
    color: #fff;
    background: #fb000d;
}

.btn-default.btn2 {
    display: inline-block;
    color: #fb0808;
    border: none;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    padding: 0px 15px 0 0;
    text-decoration: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: none;
    background: url(../images/arr1.png) right center no-repeat;
}

.btn-default.btn2:hover {
    color: #e20c0c;
    background: url(../images/arr1_hover.png) right center no-repeat;
}

.btn-default.btn3 {
    display: inline-block;
    color: #fff;
    border: none;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    padding: 6px 20px;
    text-decoration: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
    background: #e61c26;
    border-radius: 20px;
    position: relative;
    text-align: center;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset;
    moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset;
    margin-top: 15px;
}

.btn-default.btn3:hover {
    color: rgb(231, 19, 19);
    background: #ffffff;
}

.btn-default.btn4 {
    display: inline-block;
    color: #fff;
    border: none;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    padding: 6px 20px;
    text-decoration: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
    background: #e03f3f;
    position: relative;
    text-align: center;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset;
    moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset;
    margin-top: 15px;
}

.btn-default.btn4:hover {
    color: #fff;
    background: #fb000d;
}

.btn-default.s1 {
    font-family: 'Raleway';
    display: inline-block;
    color: #fff;
    border: 1px solid #ececec;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 0;
    text-decoration: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background: url(../images/type1.png) center center no-repeat #fafafa;
    position: relative;
    letter-spacing: 0;
    width: 42px;
    height: 42px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.btn-default.s1:hover {
    background: url(../images/type1_hover.png) center center no-repeat #e20c0c;
    border-color: #e20c0c;
}

.btn-default.s2 {
    font-family: 'Raleway';
    display: inline-block;
    color: #fff;
    border: 1px solid #ececec;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 0;
    text-decoration: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background: url(../images/type2.png) center center no-repeat #fafafa;
    position: relative;
    letter-spacing: 0;
    width: 42px;
    height: 42px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.btn-default.s2:hover {
    background: url(../images/type3_hover.png) center center no-repeat #e20c0c;
    border-color: #e20c0c;
}

.btn-default.s3 {
    font-family: 'Raleway';
    display: inline-block;
    color: #fff;
    border: 1px solid #ececec;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 0;
    text-decoration: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background: url(../images/type3.png) center center no-repeat #fafafa;
    position: relative;
    letter-spacing: 0;
    width: 42px;
    height: 42px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.btn-default.s3:hover {
    background: url(../images/type3_hover.png) center center no-repeat #e20c0c;
    border-color: #e20c0c;
}


/* ============================= thumbnail ====================== */

.img-polaroid {
    position: relative;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.img-polaroid img {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.img-circle {
    position: relative;
    padding: 0px;
    background: none;
    border: none;
    box-shadow: none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.img-circle img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.thumbnail .caption {
    padding: 0;
    color: inherit;
}

.thumb1 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.thumb1.last {
    margin-bottom: 0px;
}

.thumb1 .thumbnail {
    padding: 0;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 0;
    background: none;
}

.thumb1 .thumbnail a {
    position: relative;
    display: block;
}

.thumb1 .thumbnail a figure {
    margin: 0;
    float: none;
    margin: 0px 0px 0px 0px;
    position: relative;
}

.thumb1 .thumbnail a figure img {
    width: 100%;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.thumb1 .thumbnail a figure .img2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.thumb1 .thumbnail a:hover figure .img2 {
    opacity: 1;
    filter: alpha(opacity=100);
}

.thumb1 .thumbnail a:hover figure .img1 {
    opacity: 0;
    filter: alpha(opacity=0);
}

.thumb2 {
    margin-bottom: 20px;
}

.thumb2.last {
    margin-bottom: 0px;
}

.thumb2 .thumbnail {
    padding: 0;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 0;
    background: none;
}

.thumb2 .thumbnail a {
    display: block;
    text-decoration: none;
    text-align: center;
}

.thumb2 .thumbnail a figure {
    margin: 0;
    float: none;
    margin: 0px 0px 0px 0px;
    display: inline-block;
    position: relative;
}

.thumb2 .thumbnail a figure .img1 {
    position: relative;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.thumb2 .thumbnail a:hover figure .img1 {
    opacity: 0;
    filter: alpha(opacity=0);
}

.thumb2 .thumbnail a figure .img2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.thumb2 .thumbnail a:hover figure .img2 {
    opacity: 1;
    filter: alpha(opacity=100);
}

.thumb2 .thumbnail a .caption {
    padding-top: 15px;
}

.thumb2 .thumbnail a:hover .caption {}

.thumb2 .thumbnail a .caption .txt1 {
    font-family: 'Raleway';
    font-size: 21px;
    color: #e20c0c;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;
    padding-bottom: 5px;
    position: relative;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}


.thumb2 .thumbnail a .caption .txt2 {
    color: #959595;
    padding-bottom: 15px;
}

.thumb2 .thumbnail a .caption .txt3 {
    display: inline-block;
    color: #e20c0c;
    font-size: 13px;
    padding-right: 15px;
    line-height: 20px;
    background: url(../images/btn1.png) right center no-repeat;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.thumb2 .thumbnail a:hover .caption .txt3 {
    color: #e20c0c;
    background-image: url(../images/btn1_hover.png);
}

.thumb3 {
    margin-bottom: 20px;
}

.thumb3.last {
    margin-bottom: 0px;
}

.thumb3 .thumbnail {
    padding: 0;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 0;
    background: none;
}

.thumb3 .thumbnail figure {
    margin: 0;
    float: none;
    margin: 0px 0px 0px 0px;
    position: relative;
    border: 4px solid #e0e0e0;
    border-radius: 15px;
}

.thumb3 .thumbnail figure img {
    width: 100%;
    height: 270px;
    border-radius: 15px;
}

.thumb3 .thumbnail figure .over {
    background: #e20c0c;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    width: 100%;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.thumb3 .thumbnail:hover figure .over {
    opacity: 1;
    filter: alpha(opacity=100);
}

.thumb3 .thumbnail .caption {
    padding-top: 20px;
}

.thumb3 .thumbnail .caption .txt1 {
    font-size: 21px;
    font-weight: 500;
    color: #464646;
    padding-bottom: 10px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.thumb3 .thumbnail:hover .caption .txt1 {
    color: #e20c0c;
}

.thumb3 .thumbnail .caption .txt2 {
    color: #959595;
    padding-bottom: 15px;
}

.thumb4 {
    margin-bottom: 0px;
    margin-top: 0px;
}

.thumb4.last {
    margin-bottom: 0px;
}

.thumb4 .thumbnail {
    padding: 0;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 0;
    background: none;
    border-bottom: 3px solid transparent;
}

.thumb4 .thumbnail:hover {
    border-bottom-color: #e20c0c;
}

.thumb4 .thumbnail figure {
    margin: 0;
    float: none;
    margin: 0px 0px 0px 0px;
    padding: 4px;
    background: #fafafa;
}

.thumb4 .thumbnail figure img {
    width: 100%;
}

.thumb4 .thumbnail .caption {
    background: #fafafa;
    padding: 20px;
}

.thumb4 .thumbnail .caption .txt1 {
    font-size: 19px;
    font-weight: 500;
    color: #636363;
    padding-bottom: 10px;
}

.thumb4 .thumbnail .caption .txt2 {}

.thumb4 .thumbnail .caption .txt3 {}

.thumb4 .thumbnail .caption .txt3 .left_side {
    float: left;
}

.thumb4 .thumbnail .caption .txt3 .right_side {
    float: right;
    padding-top: 5px;
}

.thumb4 .thumbnail .caption .txt3 .price {
    font-size: 21px;
    color: #ff0000;
    font-weight: 700;
}

.thumb4 .thumbnail .caption .txt3 .nums {
    font-size: 12px;
    color: #c2c2c2;
}

.thumb5 {
    margin-bottom: 0px;
    margin-top: 0px;
}

.thumb5.last {
    margin-bottom: 0px;
}

.thumb5 .thumbnail {
    padding: 0;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 0;
    background: none;
    border-bottom: 3px solid transparent;
}

.thumb5 .thumbnail:hover {
    border-bottom-color: #e20c0c;
}

.thumb5 .thumbnail figure {
    margin: 0;
    float: none;
    margin: 0px 0px 0px 0px;
    position: relative;
}

.thumb5 .thumbnail figure img {
    width: 100%;
    height: 180px;
}

.thumb5 .thumbnail figure .over {
    background: #e20c0c;
    background: rgba(187, 28, 28, 0.8);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px;
    width: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.thumb5 .thumbnail:hover figure .over {
    opacity: 1;
    filter: alpha(opacity=100);
}

.thumb5 .thumbnail figure .over .v1 {
    font-weight: 700;
    font-size: 19px;
    line-height: 1;
}

.thumb5 .thumbnail figure .over .v1 span {
    display: inline-block;
    color: #adadab;
    font-size: 12px;
    padding-left: 5px;
    font-style: italic;
    font-weight: 400;
}

.thumb5 .thumbnail figure .over .v2 {
    font-size: 12px;
    color: #fff;
}

.thumb5 .thumbnail .caption {
    background: #fafafa;
    padding: 20px;
}

.thumb5 .thumbnail .caption .txt1 {
    font-size: 19px;
    font-weight: 500;
    color: #636363;
}

.thumb5 .thumbnail .caption .txt2 {
    font-size: 12px;
    color: #b2b1b1;
    padding-bottom: 0px;
}

.thumb5 .thumbnail .caption .txt3 {}

.thumb5 .thumbnail .caption .txt3 .left_side {
    float: left;
}

.thumb5 .thumbnail .caption .txt3 .right_side {
    float: right;
    padding-top: 15px;
}

.thumb5 .thumbnail .caption .txt3 .price {
    font-size: 21px;
    color: #ff0000;
    font-weight: 700;
}

.thumb5 .thumbnail .caption .txt3 .nums {
    font-size: 12px;
    color: #c2c2c2;
}

.thumb6 {
    margin-bottom: 0px;
    margin-top: 0px;
}

.thumb6.last {
    margin-bottom: 0px;
}

.thumb6 .thumbnail {
    padding: 0;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 0;
    background: none;
    border-bottom: 3px solid transparent;
}

.thumb6 .thumbnail:hover {
    border-bottom-color: #e20c0c;
}

.thumb6 .thumbnail figure {
    margin: 0;
    float: none;
    margin: 0px 0px 0px 0px;
    position: relative;
}

.thumb6 .thumbnail figure img {
    width: 100%;
}

.thumb6 .thumbnail figure .over {
    background: #e20c0c;
    background: rgba(187, 28, 28, 0.8);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px;
    width: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.thumb6 .thumbnail:hover figure .over {
    opacity: 1;
    filter: alpha(opacity=100);
}

.thumb6 .thumbnail figure .over .v1 {
    font-weight: 700;
    font-size: 19px;
    line-height: 1;
}

.thumb6 .thumbnail figure .over .v1 span {
    display: inline-block;
    color: #fef697;
    font-size: 12px;
    padding-left: 5px;
    font-style: italic;
    font-weight: 400;
}

.thumb6 .thumbnail figure .over .v2 {
    font-size: 12px;
    color: #fff;
}

.thumb6 .thumbnail .caption {
    background: #fafafa;
    padding: 20px;
}

.thumb6 .thumbnail .caption .txt1 {
    font-size: 19px;
    font-weight: 500;
    color: #636363;
}

.thumb6 .thumbnail .caption .txt2 {
    font-size: 12px;
    color: #b2b1b1;
    padding-bottom: 0px;
}

.thumb6 .thumbnail .caption .txt3 {}

.thumb6 .thumbnail .caption .txt3 .left_side {
    float: left;
}

.thumb6 .thumbnail .caption .txt3 .right_side {
    float: right;
    padding-top: 15px;
}

.thumb6 .thumbnail .caption .txt3 .price {
    font-size: 21px;
    color: #ff0000;
    font-weight: 700;
}

.thumb6 .thumbnail .caption .txt3 .nums {
    font-size: 12px;
    color: #c2c2c2;
}


/*================= Contacts =========================*/

#note {}

.notification_error {
    color: #f00;
    padding-bottom: 10px;
}

.notification_ok {
    text-align: left;
    padding-bottom: 10px;
}

#ajax-contact-form .form-group {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}

#ajax-contact-form .form-group label {
    color: #272727;
    font-weight: 400;
    display: none;
}

#ajax-contact-form .form-control {
    height: 48px;
    padding: 13px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #959595;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

#ajax-contact-form .form-control:focus {
    color: #e20c0c;
    border-color: #e20c0c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(28, 187, 180, .3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(28, 187, 180, .3);
}

#ajax-contact-form textarea.form-control {
    height: auto;
}

#ajax-contact-form .form-group.capthca {
    float: left;
    margin-right: 30px;
}

#ajax-contact-form .form-group.capthca input {
    width: 170px;
}

#ajax-contact-form .form-group.img {
    float: left;
}

#ajax-contact-form .form-group.img img {
    width: 170px;
    height: 38px;
}

.btn-default.btn-cf-submit {
    display: block;
    background: #e20c0c;
    color: #fff;
    font-family: 'Raleway';
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: none;
    text-transform: uppercase;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset;
    moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset;
}

.btn-default.btn-cf-submit:hover {
    color: #fff;
    background: #fb000d;
}


/*================= Contacts3 =========================*/

#note3 {}

.notification_error3 {
    color: #f00;
    padding-bottom: 10px;
}

.notification_ok3 {
    text-align: left;
    padding-bottom: 10px;
}

#ajax-contact-form3 .form-group {
    margin-left: 0;
    margin-right: 0;
}

#ajax-contact-form3 .form-group label {
    color: #141414;
    font-weight: 400;
    text-transform: uppercase;
    display: none;
}

#ajax-contact-form3 .form-control {
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #959595;
    background: #fff;
    ;
    border: 1px solid #e8e8e8;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

#ajax-contact-form3 .form-control:focus {
    border-color: #e20c0c;
    color: #e20c0c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(28, 187, 180, .3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(28, 187, 180, .3);
}

#ajax-contact-form3 textarea.form-control {
    height: 144px;
}

#ajax-contact-form3 .form-group.capthca {
    float: left;
    margin-right: 20px;
}

#ajax-contact-form3 .form-group.capthca input {
    width: 170px;
}

#ajax-contact-form3 .form-group.img {
    float: left;
}

#ajax-contact-form3 .form-group.img img {
    width: 170px;
    height: 38px;
}

.btn-default.btn-cf-submit3 {
    display: block;
    background: #fb000d;
    color: #fff;
    font-family: 'Raleway';
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: none;
    text-transform: uppercase;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset;
    moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset;
}

.btn-default.btn-cf-submit3:hover {
    color: #fff;
    background: #e20c0c;
}


/*----- media queries ------*/


/* Large desktop */

@media (min-width: 2560px) {
    #slider_wrapper {
        background: url(../images/slider_large.jpg) top center no-repeat;
        background-size: cover;
        padding-bottom: 280px;
        padding-top: 370px;
    }
    #home {
        height: 1005px;
    }
}

@media (min-width: 1200px) {}


/* Default landscape and desktop to large desktop */

@media (max-width: 1199px) {}

@media (min-width: 992px) and (max-width: 1199px) {
    #happy1 .img1 {
        margin-top: 220px;
    }
    .form2_flights .select1_inner {
        width: 55px;
    }
    .form3 .sel {
        width: 90px;
    }
}


/* Portrait tablet to landscape and desktop */

@media (max-width: 991px) {
    .form1 .select1_wrapper,
    .form1 .input1_wrapper {
        margin-bottom: 30px;
    }
    #slider_wrapper {
        padding-bottom: 50px;
        padding-top: 170px;
    }
    #home {
        height: 551px;
    }
    #front_tabs {
        margin-top: -47px;
    }
    #happy1 .img1 {
        margin-top: 10px;
    }
    #company1 .img1 {
        margin-bottom: -30px;
    }
    h2 {
        font-size: 38px;
    }
    h3 {
        font-size: 38px;
    }
    .pager .prev {
        display: block;
        margin-bottom: 10px;
    }
    .pager .prev > a {
        float: none;
    }
    .pager .next {
        display: block;
        margin-top: 10px;
    }
    .pager .next > a {
        float: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar_ .nav > li {
        margin-left: 20px;
    }
    #parallax1 .txt1 {
        font-size: 38px;
    }
    .form2 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .form2_flights label {
        font-size: 12px;
        margin-right: 10px;
    }
    .form2_flights .select1_inner {
        width: 44px;
    }
    .form3 .txt label {
        font-size: 12px;
    }
    .form3 .select1_wrapper {
        margin-right: 10px;
    }
    .form3 .sel {
        width: 95px;
    }
    .form3 .buttons {
        display: none;
    }
    .checkbox1-custom-label span {
        display: none;
    }
}


/* Landscape phone to portrait tablet */

@media (max-width: 767px) {
    .top1_wrapper {
        display: none;
    }
    .slider .slider_inner .txt1 {
        font-size: 25px;
    }
    .slider .slider_inner .txt2 {
        font-size: 20px;
    }
    .slider .slider_inner .txt3 {
        font-size: 14px;
    }
    .email1 {
        float: none;
        margin-right: 0;
        border-right: none;
        margin-bottom: 10px;
    }
    .phone1 {
        float: none;
        margin-bottom: 10px;
    }
    .social_wrapper {
        float: none;
        margin-bottom: 10px;
    }
    .lang1 {
        border: none;
        float: none;
    }
    #front_tabs {
        margin-top: 0;
    }
    #front_tabs .tabs_wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }
    #front_tabs .form1 {
        padding: 15px;
    }
    #slider_wrapper {
        padding-bottom: 10px;
        padding-top: 100px;
    }
    #home {
        height: 362px;
    }
    .slider_pagination {
        padding-top: 110px;
    }
    .tabs_tabs .ui-tabs-nav {
        display: block;
    }
    .tabs_tabs .ui-tabs-nav li {
        margin-left: 0!important;
        display: block;
        float: none;
        margin-bottom: 1px!important;
    }
    .navbar_ {
        float: none;
        margin-bottom: 0;
        margin-left: -15px;
        margin-right: -15px;
        display: block;
        height: auto;
        padding-right: 0;
        background: none;
    }
    .navbar-collapse_ {
        clear: both;
    }
    .navbar_ .nav {
        display: block;
        background: #fff;
        padding-right: 0;
    }
    .navbar_ .nav > li {
        float: none;
        background: none;
        padding-left: 0;
        border-top: none;
        margin-left: 0;
    }
    .navbar_ .nav > li:first-child {
        border-top: none;
    }
    .navbar_ .nav > li > a {
        margin-bottom: 0;
        margin-top: 0;
        padding: 5px 0;
        text-align: center;
        font-size: 14px;
    }
    .navbar_ .nav > li.active > a,
    .navbar_ .nav > li.active > a:hover,
    .navbar_ .nav > li.active > a:focus,
    .navbar_ .nav > li > a:hover,
    .navbar_ .nav > li > a:focus,
    .navbar_ .nav > li.sfHover > a,
    .navbar_ .nav > li.sfHover > a:hover {
        background: #fff;
    }
    .sub-menu ul {
        position: relative;
        left: 0;
        top: 0;
        text-align: center;
        box-shadow: none;
        moz-box-shadow: none;
        -webkit-box-shadow: none;
        margin-top: 0;
    }
    .sub-menu li a {}
    #parallax1 .txt1 {
        font-size: 28px;
    }
    .btn-default.btn0 {
        margin-top: 20px;
    }
    .bot2_wrapper .left_side {
        float: none;
    }
    .bot2_wrapper .right_side {
        float: none;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 32px;
    }
    .form2_flights label {
        float: none;
        margin-right: 0;
        margin-top: 0;
    }
    .form2_flights .select1_inner {
        float: none;
        width: auto;
    }
    .form3 .select1_wrapper {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .form3 .sel {
        width: auto;
    }
    .form3 .buttons {
        margin-bottom: 0;
    }
    .form2_hotels .select1_wrapper {
        margin-top: 20px;
    }
    .form2_hotels .select1_wrapper:first-child {
        margin-top: 0px;
    }
    .comment-block.left1 {
        margin-left: 20px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {}


/* Landscape phones and down */

@media (max-width: 480px) {
    .popular .popular_inner .txt3 .nums {
        display: none;
    }
}

@media (min-width: 2559px) {
    .video-background-wrapper {
        max-height: 995px;
    }
}


.half {
    width: 100%;
    padding: 0;
    margin-top: -25px;
}
/* Acordeon styles */
.acc {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #716c6c;
  overflow: hidden;
}
.acc input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.acc #accord {
    position: relative;
    display: block;
    padding: 0 0 0 2em;
    background: #f1eeee;
    font-weight: bold;
    line-height: 3;
    cursor: pointer;
}
.acc-content {
  max-height: 0;
  overflow: hidden;
  background: rgba(228, 26, 26, 0.8);
  margin-top: -5px;
  color: white;
  
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}
.acc-content label span{
    color: white;
    font-weight: bold;
}
/* :checked */
.acc input:checked ~ .acc-content {
  max-height: 100vh;
}
/* Icon */
.acc #accord::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    margin-top: -10px;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
.acc input[type=checkbox] + #accord::after {
    content: "+";
    font-size: 25px;
}

.acc input[type=radio] + #accord::after {
  content: "\25BC";
}
.acc input[type=checkbox]:checked + #accord::after {
  transform: rotate(315deg);
}
.acc input[type=radio]:checked + #accord::after {
  transform: rotateX(180deg);
}

