@charset "utf-8";

@import "font-awesome.min.css";
@import "et-line.css";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100&display=swap');

/* ==============================
   Common styles
   ============================== */
#overlay{
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}
.showAlways{
    display: block !important;
}
.dib{
  display: inline-block;
}
.align-center{ text-align:center !important; }
.align-left{ text-align:left !important;}
.align-right{ text-align:right !important; }
.left{float:left !important;}
.right{float:right !important;}
.relative{position:relative;}
.hidden{display:none;}
.md-none {display: none;}
.overflow {overflow: visible !important;}
.zoverflow {overflow: visible !important; z-index: 99}
.inline-block{display:inline-block;}
.white{ color: #fff !important; }
.black{ color: #232323 !important; }
.color{ color: #e41919 !important; }
.glass{ opacity: .7; }
.opacity-8 { opacity: .8; }
.pull-top-25 {margin-top: -25px;}
.image-fullwidth img{
    width: 100%;
}
.show-filter, .siderbar_filter .close-filter {display: none;}
.fs-12 {font-size: 12px;}
.fs-13 {font-size: 13px;}
.fs-14 {font-size: 14px;}
.fs-15 {font-size: 15px;}
.fs-16 {font-size: 16px;}
.fs-17 {font-size: 17px;}
.fs-18 {font-size: 18px;}
.fs-19 {font-size: 19px;}
.fs-20 {font-size: 20px;}
.fs-22 {font-size: 22px;}
.fs-24 {font-size: 24px;}
.fs-26 {font-size: 26px;}

.fw-300 {font-weight: 300 !important}
.fw-400 {font-weight: 400 !important}
.fw-500 {font-weight: 500 !important}
.fw-600 {font-weight: 600 !important}
.fw-700 {font-weight: 700 !important}
.mfilter {
    display: none;
}
.mt-pull2 {
    margin-top: -50px;
}
.emsg {
    color: #f00;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.error-validate {
  background-color: #ffe0e0;
  margin-top: 10px;
  padding: 8px 15px;
  font-size: 13px;
  border-radius: 10px;
  color: #5c5c5c;
  font-weight: 500;
}
.pr-0 {padding-right: 0}
.pl-0 {padding-left: 0}
.fs11 {font-size: 11px;}
.fs12 {font-size: 12px;}
.fs13 {font-size: 13px;}
.fs14 {font-size: 14px;}
.fs15 {font-size: 15px;}
.fs16 {font-size: 16px;}
.fs18 {font-size: 18px;}
.fs20 {font-size: 20px;}
.fs22 {font-size: 22px;}
.f-600 {font-weight: 600;}
.f-700 {font-weight: 700;}
.bg-white {background-color: #fff !important}
body.modal-open {
  padding-right: 0px !important
}
.stick-fixed{
  position: fixed !important;
  top: 0;
  left: 0;
}
.round{
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}

::-moz-selection{ color: #fff; background:#000; }
::-webkit-selection{ color: #fff; background:#000; }
::selection{ color: #fff; background:#000; }

.animate, .animate *{
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.no-animate, .no-animate *{
  -webkit-transition: 0 none !important;  
    -moz-transition: 0 none !important;  
   -ms-transition: 0 none !important;
    -o-transition: 0 none !important;    
    transition:0 none !important;  
}

.shadow{
    -webkit-box-shadow: 0px 3px 50px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0px 3px 50px rgba(0, 0, 0, .15);
    box-shadow: 0px 3px 50px rgba(0, 0, 0, .15);
}
.white-shadow{
    -webkit-box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
    -moz-box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
    box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
}

.clearlist, .clearlist li {
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
}

.full-wrapper {
    margin: 0 20px;
}
.container-fluid{
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html{
  overflow-y: scroll;
  scroll-behavior: smooth;
    -ms-overflow-style: scrollbar;
}
html, body{
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
.justify-content-between {
    -ms-flex-pack: space-between!important;
    justify-content: space-between!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: end!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-end {
    -ms-flex-align: end!important;
    align-items: end!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.page{
  overflow: hidden;
}

.body-masked{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff url(../images/loader.gif) no-repeat center center;
  z-index: 100000;  
}

.mask-delay{
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.mask-speed{
  -webkit-animation-duration: 0.25s !important;
  -moz-animation-duration: 0.25s !important;
  animation-duration: 0.25s !important;
} 
iframe{
    border: none;
}
a, b, div, ul, li{
  -webkit-tap-highlight-color: rgba(0,0,0,0); 
  -webkit-tap-highlight-color: transparent; 
  -moz-outline-: none;
}
a:focus,
a:active{
  -moz-outline: none;
  outline: none;
}
img:not([draggable]), embed, object, video{
    max-width: 100%;
    height: auto;
}
/* ==============================
   Custom Calendar
   ============================== */
.month-carousel {
  border-bottom: 1px solid #d1d3d4;
}
.bb-month-row {
  cursor: pointer;
}
.bb-month-row .bb-month{
  color: #a7a9ac;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.bb-month-row .bb-month-active{
  color: #c5171b !important;
  border-bottom: 5px solid #c5171b;
}
.bb-calendar {
    margin-top: 0em;
    width: 100%;
    border-collapse: separate;
    table-layout: fixed;
}
table.bb-calendar tbody tr td {
  border-top: none;
  padding: 12px 4px;
}

.bb-calendar-week {
    height: 1.5em;
    padding-bottom: 1em;
    text-transform: uppercase;
    color: #a7a9ac;
    font-size: 18px;
    background-color: #eee;
    text-align: center;
}
.bb-calendar-day {
    position: relative;
    height: 2.6em;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    border: 1px solid transparent;
        border-bottom-color: transparent;
    border-bottom-color: #d1d3d4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bb-calendar-available {
    cursor: pointer;
}
.bb-calendar-available .bb-calendar-count {
    font-weight: 600;
    color: #333;
}
.bb-selecteddate .bb-calendar-count {
  color: #fff;
}
.bb-calendar-active {
    background-color: #c5171b;
    color: #fff;
}
.bb-calendar-active .bb-calendar-count {
    color: #fff;
}
.bb-calendar-active:before {
 position:absolute;
 top:100%;
 left:50%;
 border:solid transparent;
 content:" ";
 height:0;
 width:0;
 pointer-events:none;
 border-color:rgba(209,211,212,0);
 border-top-color:#c5171b;
 border-width:.5em;
 margin-left:-.5em
}
.bb-calendar-day:hover {
 border-left-color:#d1d3d4;
 border-right-color:#d1d3d4
}
.bb-calendar-row:nth-of-type(2) .bb-calendar-day:hover {
 border-top-color:#d1d3d4
}
.bb-calendar-count {
    color: #d1d3d4;
}
.bb-show-option-selected {
    background-color: #333;
}
.bb-show-option-available {
    cursor: pointer;
}
table.bb-calendar tbody tr td.bb-time-option {
  padding: 0px;
  border-bottom: 1px solid #111;
}
.bb-show-option {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1em .6em;
    border: 1px solid #333;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bb-show-radio {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.bb-show-info-item {
    margin-left: .8em;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
.bb-show-time {
    /* width: 15%; */
}
.bb-cart-table > tbody > tr > td {
  border-top: none;
  vertical-align: top;
  /*border-bottom: 1px solid #eee;*/
}
.bb-cart-table .tiny{
  font-size: 10px;
}
.bb-cart-table .valignM {
  vertical-align: middle;
}
.bb-show-status {
    color: #8dc63f;
}
.more-info {
  font-size: 10px;
  background-color: #58595b;
  color: #fff;
  float: right;
  margin-top: 5px;
  padding: 0 10px;
  margin-left: 10px;
}
.more-info:hover {
  text-decoration: none;
  color: #fff;
}
.more-info:focus {
  text-decoration: none;
  color: #fff;
}
.bb-item-desc {
  color: #7d8083;
  font-size: 13px;
}
.bb-order-title {
    margin: 10px 0;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: 0;

    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}
.bb-order-item {
    position: relative;
    padding: .5em;
    font-size: 14px;
    line-height: 1.3;
    background: #d1d2d4;
    color: #6d6f71;
}
.bb-order-item .price-info {
  font-size: 14px;
  color: #000;
}
.bb-order-item .price-info small {
  font-size: 11px;
}
.bb-order-item label {
  display: block;
  margin-bottom: 5px;
}
.bb-show-info-price {
    margin-left: .8em;
    color: #58595b;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
}
/* ==============================
   Page loader
   ============================== */

.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #333;
  overflow: hidden;
}

.loader{
  width: 165px;
  height: 66px;
  position: relative;
  top: 45%;
  margin: 0 auto;
  font-size: 10px;
  text-indent: -12345px;
  background-image: url(../images/loading-logo.png);
  z-index: 100001;
}

@-webkit-keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}



/* ==============================
   Typography
   ============================== */

body{
  color: #111;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.6; 
  -webkit-font-smoothing: antialiased;
}

a{
  color: #C5171B;
  text-decoration: none;
}
a:hover{
  color: #888;
  text-decoration: none;
}
a:focus{
  text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
    margin-bottom: 1.3em;
  line-height: 1.4;
  font-weight: 400;
   
}
h1{
  font-size: 32px;
}
h2{
  font-size: 28px;
}
h6{
    font-weight: 700;
}
p{
  margin: 0 0 2em 0;
}
ul, ol{
    margin: 0 0 1.5em 0;
}
blockquote{
  margin: 3em 0 3em 0;
    padding: 0;
  border: none;
  background: none;
    font-style: normal;
  line-height: 1.7;
  color: #fff;
}
blockquote p{
  margin-bottom: 1em;
  font-size: 24px;
    font-weight: 300;
  font-style: normal;
  color: #fff;
  line-height: 1.6;
}
blockquote footer{    
  font-size: 13px;
  color: #fff;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0px;
}
dl dt{
  margin-bottom: 5px;
}
dl dd{
  margin-bottom: 15px;
}
pre{
  background-color: #f9f9f9;
  border-color: #ddd;

}
hr{
  background-color: rgba(255,255,255, .08);
}
hr.white{
    border-color: rgba(255,255,255, .35);
    background: rgba(255,255,255, .35);
}
hr.black{
    border-color:rgba(0,0,0, .10);
    background: rgba(0,0,0, .10);
}
hr.grey{
    border-color:#999;
    background: #999;
}
.uppercase{
  text-transform: uppercase;
  letter-spacing: 1px;
}
.font-alt{
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0em;
}
.normal{
  font-weight: normal;
}
.strong{
    font-weight: 700 !important;
}
.lead{
    margin: 1em 0 2em 0;
    font-size: 140%;
    line-height: 1.6;
}
.text{    
  font-size: 16px;
  font-weight: 300;
  color: #5f5f5f;
  line-height: 1.8;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6{
  color: #111;
}

.dropcap{
    float: left;
    font-size: 3em;
    line-height: 1;
    padding: 2px 8px 2px 0;    
}


.big-icon{
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
  border: 3px solid #fff;
  text-align: center;
  line-height: 88px;
  font-size: 32px;
  color: rgba(255,255,255, .97);
  
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.big-icon .fa-play{
  position: relative;
  left: 4px;
}
.big-icon.big-icon-rs{
    border: none;
    width: auto;
    height: auto;
    font-size: 96px;
}

.big-icon-link{
  display: inline-block;
  text-decoration: none;
}
.big-icon-link:hover{
    border-color: transparent !important;
}
.big-icon-link:hover .big-icon{
  border-color: #fff;
  color: #fff;
  
  -webkit-transition: 0 none !important;  
    -moz-transition: 0 none !important;  
   -ms-transition: 0 none !important;
    -o-transition: 0 none !important;    
    transition:0 none !important;  
}
.big-icon-link:active .big-icon{
  -webkit-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -o-transform: scale(0.99);
  -ms-transform: scale(0.99);
  transform: scale(0.99);
}

.wide-heading{
  display: block;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.4em;  
  text-align: center;
  text-transform: uppercase;
  opacity: .9;
  
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.big-icon-link:hover,
.big-icon-link:hover .wide-heading{
  color: #fff;
  text-decoration: none;
}
.sub-heading{
  font-size: 16px;
  font-style: italic;
  text-align: center;
  line-height: 1.3;
  color: rgba(255,255,255, .75);
}

.big-icon.black{
    color: #000;
    border-color: rgba(0,0,0, .75);
}
.big-icon-link:hover .big-icon.black{
    color: #000;
    border-color: #000;
}
.wide-heading.black{
    color: rgba(0,0,0, .87);
}
.big-icon-link.black:hover,
.big-icon-link:hover .wide-heading.black{
  color: #000;
  text-decoration: none;
}
.sub-heading.black{
  color: rgba(0,0,0, .75);
}



/* ==============================
   Buttons
   ============================== */
  
.btn-mod,
a.btn-mod{
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 13px;
    color: #fff;
    background: #c5171b;
  border: 2px solid transparent;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0px;
    
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  
  -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.btn-mod:hover,
.btn-mod:focus,
a.btn-mod:hover,
a.btn-mod:focus{
  color: rgba(255,255,255, .85);
    background: rgba(0,0,0, .7);
  text-decoration: none;
    outline: none;
    border-color: transparent;    
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-mod:active{
  cursor: pointer !important;
    outline: none !important;
}

.btn-mod.btn-small{
    height: auto;
    padding: 4px 12px;
  font-size: 13px;
    letter-spacing: 0px;
} 
.btn-mod.btn-medium{
    height: auto;
    padding: 8px 37px;
  font-size: 13px;
} 
.btn-mod.btn-large{
    height: auto;
    padding: 12px 45px;
  font-size: 14px;
} 

.btn-mod.btn-glass{
    color: rgba(255,255,255, .75);
    background: rgba(0,0,0, .40);
}
.btn-mod.btn-glass:hover,
.btn-mod.btn-glass:focus{
    color: rgba(255,255,255, 1);
    background: rgba(0,0,0, 1);
}

.btn-mod.btn-border{
    color: #151515;
  border: 2px solid #fff;
    background: transparent;
}
.btn-mod.btn-border:hover,
.btn-mod.btn-border:focus{
    color: #fff;
  border-color: transparent;
    background: #000;
}

.btn-mod.btn-border-c{
    color: #333;
  border: 2px solid #c5171b;
    background: transparent;
}
.btn-mod.btn-border-c:hover,
.btn-mod.btn-border-c:focus{
    color: #fff;
  border-color: transparent;
    background: #e41919;
}

.btn-mod.btn-border-w{
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
}
.btn-mod.btn-border-w:hover,
.btn-mod.btn-border-w:focus{
    color: #111;
  border-color: transparent;
    background: #fff;
}

.btn-mod.btn-w{
    color: #111;
    background: #fff;
}
.btn-mod.btn-w:hover,
.btn-mod.btn-w:focus{
    color: #111;
    background: #fff;
}

.btn-mod.btn-w-color{
    color: #e41919;
    background: #fff;
}
.btn-mod.btn-w-color:hover,
.btn-mod.btn-w-color:focus{
  color: #151515;
    background: #fff;
}

.btn-mod.btn-gray{
    color: #fff;
    background: #333;
}
.btn-mod.btn-gray:hover,
.btn-mod.btn-gray:focus{
    color: #fff;
    background: #c5171b;
}

.btn-mod.btn-color{
    color: #fff;
    background: #c5171b;
}
.btn-mod.btn-color:hover,
.btn-mod.btn-color:focus{
    color: #fff;
    background: #e41919;
    opacity: .85;
}
.btn-mod.btn-blue{
    color: #fff;
    background: #1534cc;
}
.btn-mod.btn-blue:hover,
.btn-mod.btn-blue:focus{
    color: #fff;
    background: #1534cc;
    opacity: .85;
}
.btn-mod.btn-dark{
    color: #fff;
    background: #232323;
}
.btn-mod.btn-dark:hover,
.btn-mod.btn-dark:focus{
    color: #fff;
    background: #c5171b;
}
.btn-mod.btn-circle{
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.btn-mod.btn-round{
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-icon{
  position: relative;
    border: none;
    overflow: hidden;
}
.btn-icon.btn-small{
  overflow: hidden;
}
.btn-icon > span{
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  left: 0;
  color: #777;
  font-size: 48px;
  opacity: .2;
  
  -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.btn-icon:hover > span{
  opacity: 0;
    
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}
.btn-icon > span.white{
    color: #fff;
}
.btn-icon > span.black{
    color: #000;
}
.btn-full{
  width: 100%;
}
.activiy-details-page .home-banner-search {
    margin-top: -130px;
}
.home-section .owl-pagination {
    bottom: 55px;
}
.visa-offer {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #efefef;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 25px;
}
.visa-offer .visa-title {
    background: #a5076a;
    padding: 10px 0;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background: -webkit-linear-gradient(to left, #640460, #a5076a);
    background: linear-gradient(to left, #640460, #a5076a);
}
.visa-success {
    background: #a5076a;
    padding: 10px 0;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: -webkit-linear-gradient(to left, #640460, #a5076a);
    background: linear-gradient(to left, #640460, #a5076a);
}
.visa-offer .visa-icon {
    max-width: 140px;
    text-align: center;
    margin: 0 auto;
}
.visa-offer .btn-pro {
    background-color: #7cc1cd;
    color: #fff;
}
.visa-offer .visa-inner {
    padding: 20px 25px;
    text-align: left;
}
.visa-offer .visa-inner .card-number {
    font-size: 20px;
    color: #232323;
    font-weight: 500;
}
.visa-offer .visa-inner .valid-thrur {
    font-size: 18px;
    color: #232323;
    font-weight: 500;
}
.visa-offer .visa-inner .card-number .form-control {
    border-bottom: 1px solid #ddd !important;
    border: none;
    width: 140px;
    color: #232323;
    padding-left: 0;
    background-color: transparent;
    float: left;
    margin-right: 10px;
    box-shadow: none;
    border-radius: 0;
}
.card-number .form-control:-webkit-input-placeholder{
    color: #232323 !important;
}
.card-number .form-controlfocus::-webkit-input-placeholder{
    color: #232323 !important;
}
.card-number .form-control-moz-placeholder{
    color: #232323 !important;
}
.card-number .form-controlfocus:-moz-placeholder{
    color: #232323 !important;
}
.card-number .form-control:-moz-placeholder{
    color: #232323 !important;
}
.card-number .form-controlfocus::-moz-placeholder{
    color: #232323 !important;
}

.card-number .form-control-ms-input-placeholder{
    color: #232323 !important;
}
.card-number .form-controlfocus:-ms-input-placeholder{
    color: #232323 !important;
}
.home-banner-search {
  margin-top: -24px;
  z-index: 99;
  overflow: visible;
  position: relative;
  border-radius: 0px;
}
.home-banner-search .input-group-addon {
    padding: 4px;
    line-height: 1;
    color: #232323;
    text-align: center;
    background-color: #f5f5f5;
    border-right: 2px solid #ddd !important;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: none;
}
.home-banner-search .input-group-addon.search-icon {
  padding-left: 14px;
}
.home-banner-search .input-group-addon  i {
  font-size: 25px;
}
.home-banner-search .input-group {
    background: #fff;
    padding: 0;
    border-radius: 8px;
    border: 1px solid #ddd;
}
.home-banner-search .form-control {
    height: 48px;
    font-size: 16px;
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.home-banner-search .btn-mod.btn-round {
  border-radius: 8px;
}
.home-banner-search .btn-mod.btn-large {
  padding: 8px 30px
}
.inner-page-search .input-group-addon {
    padding: 4px;
    line-height: 1;
    color: #232323;
    text-align: center;
    background-color: transparent;
    border: none;
    border-radius: 0px;
}
.inner-page-search .input-group-addon.search-icon {
  padding-left: 14px;
}
.inner-page-search .input-group-addon  i {
  font-size: 25px;
}
.inner-page-search .input-group {
    background: #fff;
    padding: 0;
    border-radius: 8px;
    border: 1px solid #ddd;
}
.inner-page-search .form-control {
    height: 48px;
    font-size: 16px;
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.inner-page-search .btn-mod.btn-round {
  border-radius: 8px;
}
.inner-page-search .btn-mod.btn-large {
  padding: 8px 30px
}
.alerts {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.alerts .exp-tag {
  background: linear-gradient(#f14f3f 0%, #cb4335 100%);
  display: inline-block;
  color: #fff;
  padding: 1px 6px;
  font-size: 10px;
  font-weight: 400;
  border-radius: 6px;
}
.alerts .instant-info {
  margin-left: 5px;
  background: #f5f5f5;
  display: inline-block;
  color: #232323;
  padding: 1px 6px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 6px;
}
/* ==============================
   Forms fields
   ============================== */

.form input[type="text"],
.form input[type="email"],
.form input[type="number"],
.form input[type="url"],
.form input[type="search"],
.form input[type="tel"],
.form input[type="password"],
.form input[type="date"],
.form input[type="color"],
.form select{
    display: inline-block;
  height: 27px;
    vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  color: #333;
  border: 1px solid rgba(0,0,0, .1);
    padding-left: 7px;
    padding-right: 7px;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
    
    -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.form select{
    font-size: 12px;
}
.form select[multiple]{
    height: auto;
}
.form input[type="text"]:hover,
.form input[type="email"]:hover,
.form input[type="number"]:hover,
.form input[type="url"]:hover,
.form input[type="search"]:hover,
.form input[type="tel"]:hover,
.form input[type="password"]:hover,
.form input[type="date"]:hover,
.form input[type="color"]:hover,
.form select:hover{
  border-color: rgba(0,0,0, .2);
}
.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="number"]:focus,
.form input[type="url"]:focus,
.form input[type="search"]:focus,
.form input[type="tel"]:focus,
.form input[type="password"]:focus,
.form input[type="date"]:focus,
.form input[type="color"]:focus,
.form select:focus{
  color: #111;
  border-color: rgba(0,0,0, .7);
    
  -webkit-box-shadow: 0 0 3px rgba(0,0,0, .3);
  -moz-box-shadow: 0 0 3px rgba(0,0,0, .3);
  box-shadow: 0 0 3px rgba(0,0,0, .3);
    outline: none;
}
.form input[type="text"].input-lg,
.form input[type="email"].input-lg,
.form input[type="number"].input-lg,
.form input[type="url"].input-lg,
.form input[type="search"].input-lg,
.form input[type="tel"].input-lg,
.form input[type="password"].input-lg,
.form input[type="date"].input-lg,
.form input[type="color"].input-lg,
.form select.input-lg{
  height: 46px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
}
.form input[type="text"].input-md,
.form input[type="email"].input-md,
.form input[type="number"].input-md,
.form input[type="url"].input-md,
.form input[type="search"].input-md,
.form input[type="tel"].input-md,
.form input[type="password"].input-md,
.form input[type="date"].input-md,
.form input[type="color"].input-md,
.form select.input-md{
  height: 37px;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 14px;
}
.form input[type="text"].input-sm,
.form input[type="email"].input-sm,
.form input[type="number"].input-sm,
.form input[type="url"].input-sm,
.form input[type="search"].input-sm,
.form input[type="tel"].input-sm,
.form input[type="password"].input-sm,
.form input[type="date"].input-sm,
.form input[type="color"].input-sm,
.form select.input-sm{
  height: 30px;
  font-size: 13px;
  letter-spacing: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.form textarea{
  font-size: 14px;
  font-weight: 400;
  text-transform: none !important;
  letter-spacing: 0px;
  color: #333;
  border-color: rgba(0,0,0, .1);
    outline: none;
  
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.form textarea:hover{
  border-color: rgba(0,0,0, .2);
}
.form textarea:focus{
  color: #111;
  border-color: rgba(0,0,0, .7);
  -webkit-box-shadow: 0 0 3px rgba(21,21,21, .3);
  -moz-box-shadow: 0 0 3px rgba(21,21,21, .3);
  box-shadow: 0 0 3px rgba(21,21,21, .3);
}

.form .form-group{
  margin-bottom: 10px;
}

.form input.error{
    border-color: #e41919;
}
.form div.error{
    margin-top: 20px;
    padding: 13px 20px;
    text-align: center;
    background: rgba(228,25,25, .75);
    color: #fff;
}
.form div.success{
    margin-top: 20px;
    padding: 13px 20px;
    text-align: center;
    background: rgba(50,178,95, .75);
    color: #fff;
}

.form-tip{
    font-size: 11px;
    color: #aaa;
}
.form-tip .fa{
    font-size: 12px;
}


/* ==============================
   Home sections
   ============================== */
  
/*
 * Header common styles
 */

.home-section{
  width: 100%;
  display: block; 
  position: relative;
    overflow: hidden;
  background-repeat: no-repeat;
    background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#playtrailer .modal-content {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  border:none;
}
.home-content{
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}


/* Home content */

.home-content{
  position: relative;
}
.home-text{
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

/* Scroll down icon */

@-webkit-keyframes scroll-down-anim {
  0%{ bottom: 2px; }
  50%{ bottom: 7px; }
  100%{ bottom: 2px; }
}
@-moz-keyframes scroll-down-anim {
  0%{ bottom: 2px; }
  50%{ bottom: 7px; }
  100%{ bottom: 2px; }
}
@-o-keyframes scroll-down-anim {
  0%{ bottom: 2px; }
  50%{ bottom: 7px; }
  100%{ bottom: 2px; }
}
@keyframes scroll-down-anim {
  0%{ bottom: 2px; }
  50%{ bottom: 7px; }
  100%{ bottom: 2px; }
}

.scroll-down{
  width: 60px;
  height: 60px;
  margin-left: -30px;
  position: absolute;
  bottom: 20px;
  left: 50%;
    text-align: center;
    text-decoration: none;
    
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
}

.scroll-down:hover:before{
    opacity: .6;
}

.scroll-down-icon{
  display: block;
  width: 28px;
  height: 40px;
  background-image: url(../images/mouse.png);
  background-repeat: no-repeat;
  margin-left: 12px;
  margin-top: -2px;
  position: absolute;
  left: 50%;
  bottom: 4px;
  color: #fff;
  font-size: 20px;

  -webkit-animation: scroll-down-anim 1s infinite;
    -moz-animation: scroll-down-anim 1s infinite;
    -o-animation: scroll-down-anim 1s infinite;
    animation: scroll-down-anim 1s infinite; 
    
   
   z-index: 2;
}


/*
 * HTML5 BG VIdeo
 */

.bg-video-wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
} 
.bg-video-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.bg-video-wrapper video{
    max-width: inherit;
    height: inherit;
    z-index: 0;
} 



/* 
 * Headings styles
 */


.hs-wrap{
  max-width: 570px;
  margin: 0 auto;
  padding: 47px 30px 53px;
  position: relative;
  text-align: center;    
    
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  
  border: 1px solid rgba(255,255,255, .5);
}

.hs-wrap-1{
  max-width: 350px;
  margin: 0 auto;
  position: relative;
    text-align: center;
  
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hs-line-1{
  margin-top: 0;
  position: relative;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.3;
  color: #fff;
}

.hs-line-1::before {
  background-color: #fff;
  top: -10px;
  content: "";
  height: 2px;
  margin: 0px auto;
  display: block;
  pointer-events: none;
  position: relative;
  transition: width 0.3s ease 0s;
  width: 50%;
}

.hs-line-1::after {
  background-color: #fff;
  top: 20px;
  content: "";
  height: 2px;
  margin: 0px auto;
  display: block;
  pointer-events: none;
  position: relative;
  transition: width 0.3s ease 0s;
  width: 50%;
}
.hs-line-2{
  margin-top: 0;
  position: relative;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.3;
  text-shadow: 0px 0px 10px black;
  color: #fff;
}
.hs-line-2 small {
  font-size: 25px
}
.hs-line-2 .sub_text {
  font-size: 20px;
}
.hs-line-2::after {
  background-color: #c5171b;
  top: 6px;
  content: "";
  height: 4px;
  margin: 0px auto;
  display: block;
  pointer-events: none;
  position: relative;
  transition: width 0.3s ease 0s;
  width: 40px;
}
.hs-line-3{
  margin-top: 20px;
  position: relative;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0px;
  color: #fff;
}

.hs-line-4{
  margin-top: 0;
  position: relative;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.2;
  color: #C5171B;
  padding-right: 0px;
}

.hs-line-4 small {
  font-size: 16px;
  color: #333;
}

.hs-line-5{
  margin-top: 0;
  position: relative;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #232323;
}
.hs-line-5::after {
  bottom: 0;
  content: url("../images/divider-dark.png");
  height: 6px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  width: 30px;
}
.hs-line-6 {
  margin-top: 0;
  position: relative;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #333;
}

.hs-line-6::after {
    background-color: #c5171b;
    left: 0;
    content: "";
    height: 2px;
    margin: 15px 0;
    display: block;
    pointer-events: none;
    position: relative;
    transition: width 0.3s ease 0s;
    width: 15%;
}

.hs-line-6.no-transp{
    opacity: 1;
}
.hs-line-7{
  margin-top: 0;
  position: relative;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0px 0px 10px black
}

.hs-line-7::after {
  background-color: #c5171b;
  top: 6px;
  content: "";
  height: 4px;
  margin: 0px;
  display: block;
  pointer-events: none;
  position: relative;
  transition: width 0.3s ease 0s;
  width: 40px;
}

.hs-line-8{
  margin-top: 0;
  position: relative;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 2;
  color: #333;
}
.hs-line-8.no-transp{
    opacity: 1;
}

.hs-line-9{
  margin-bottom: 5px;
  margin-top: 0px;
  position: relative;
  font-size: 20px;
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 1.2;
}
.hs-line-10 {
  margin-top: 0;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #333;
}

.hs-line-10::after {
    background-color: #c5171b;
    left: 0;
    content: "";
    height: 2px;
    margin: 5px 0 18px;
    display: block;
    pointer-events: none;
    position: relative;
    transition: width 0.3s ease 0s;
    width: 10%;
}

.hs-line-10 > span{
    margin: 0 10px;
}
.hs-line-10.highlight{
    background: #e41919;
    opacity: .65;
}
.hs-line-10.transparent{
    background: none;
    color: #aaa;
    padding: 0;
}
.hs-line-11 {
  margin-top: 0;
  position: relative;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #333;
}

.hs-line-11::after {
    background-color: #c5171b;
    left: 0;
    content: "";
    height: 2px;
    margin: 10px 0;
    display: block;
    pointer-events: none;
    position: relative;
    transition: width 0.3s ease 0s;
    width: 8%;
}

.hs-line-12{
  margin-top: 0;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.2;
  color: #C5171B;
  padding-right: 0px;
}

.hs-line-12 small {
  font-size: 14px;
  color: #333;
}

.hs-line-13{
    margin-top: 0;
    position: relative;
  font-size: 96px;
  font-weight: 400;
    line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}
.hs-line-14{
  margin-top: 0;
  position: relative;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
}
.hs-line-15{
    margin-top: 0;
    position: relative;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1.3;
}
.no-transp{
    opacity: 1 !important;
}

.fullwidth-galley-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 25;
}

/* ==============================
   Top bar
   ============================== */
  
.top-bar{
    min-height: 40px;
    background: #fbfbfb;
    border-bottom: 1px solid rgba(0,0,0, .05);
    font-size: 11px;
    letter-spacing: 1px;
}

/*
 * Top links
 */

.top-links{
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.top-links li{
    float: left;
    border-left: 1px solid rgba(0,0,0, .05);
}
.top-links li:last-child{
    border-right: 1px solid rgba(0,0,0, .05);
}
.top-links li .fa{
    font-size: 14px;
    position: relative;
    top: 1px;
}
.top-links li .tooltip{
    text-transform: none;
    letter-spacing: normal;
    z-index: 2003;
    
}
.top-links li a{
    display: block;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-decoration: none;
    text-align: center;
    color: #999;
    
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    
    -webkit-transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.top-links li a:hover{
    color: #555;
    background-color: rgba(0,0,0, .02);
}

/*
 * Top bar dark
 */

.top-bar.dark{
    background-color: #333;
    border-bottom: none;
}
.top-bar.dark .top-links li,
.top-bar.dark .top-links li:last-child{
    border-color: rgba(255,255,255, .07);
}
.top-bar.dark .top-links li a{
    color: #aaa;
}
.top-bar.dark .top-links li a:hover{
    color: #ccc;
    background-color: rgba(255,255,255, .05);
}


/* ==============================
   Classic menu bar
   ============================== */


/* Logo (in navigation panel)*/

.nav-logo-wrap{
  float: left;
  margin-right: 60px;
  margin-top: 11px;
}

.nav-logo-wrap p {
    font-size: 13px;
    text-transform: none;
}

.nav-logo-wrap .logo{
  vertical-align: middle;
  max-width: 140px;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.nav-logo-wrap .logo img{
  max-height: 50px;
}
.nav-logo-wrap .logo.small-height {
  box-shadow: none !important
}
.small-height .logo-white {
    display: none;
}
.logo-black {
    display: none;
}
.small-height .logo-black {
    display: block;
}
.small-height .nav-logo-wrap .logo img {
    max-height: 50px;
}
.small-height .br-bottom {
    border-bottom: none !important;
}
.nav-logo-wrap .logo:before,
.nav-logo-wrap .logo:after{
  display: none;
}
.logo,
a.logo:hover{
    font-family: Dosis, arial, sans-serif;
  font-size: 18px;
  font-weight: 400 !important;
  text-transform: uppercase;
    letter-spacing: 0.2em;
  text-decoration: none;
  color: rgba(0,0,0, .9);
}

/*
 * Desktop nav
 */

.main-nav{
  width: 100%;
  height: 70px !important;
  position: relative;
  top: 0;
  left: 0;
  text-align: left;
  background: rgba(255,255,255, .97);
  
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  
  z-index: 1030;
    
    -webkit-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}


.small-height{
    height: 70px !important;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.small-height .inner-nav ul li a{
  height: 70px !important;
  line-height: 70px !important;
}
.inner-nav {
    display: inline-block;
    position: relative;
}

.inner-nav ul {
    float: right;
    margin: auto;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
    text-align: center;
    line-height: 1.3;
}

.inner-nav ul li {
    float: left;
    margin-left: 22px;
    position: relative;
}

.inner-nav ul li a {
    color: #232323;
    letter-spacing: 0px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.inner-nav ul > li > a::before {
    background-color: #c5171b;
    bottom: 22px;
    content: "";
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    transition: all 300ms linear 0ms;
    width: 0;
}
.inner-nav ul > li.active > a::before {
    background-color: #c5171b;
    bottom: 22px;
    content: "";
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    transition: all 300ms linear 0ms;
    width: 100%;
}
.inner-nav ul > li > a:hover::before {
    background-color: #c5171b;
    bottom: 22px;
    content: "";
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    transition: all 300ms linear 0ms;
    width: 100%;
}

.small-height .inner-nav ul > li > a::before {
    background-color: #c5171b;
    bottom: 12px;
    content: "";
    height: 3px;
    left: 0;
    opacity: 1;
    position: absolute;
    transition: all 300ms linear 0ms;
    width: 0;
}
.small-height .inner-nav ul > li.active > a::before {
    background-color: #c5171b;
    bottom: 22px;
    content: "";
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    transition: all 300ms linear 0ms;
    width: 100%;
}
.small-height .inner-nav ul > li > a:hover::before {
    background-color: #c5171b;
    bottom: 12px;
    content: "";
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    transition: all 300ms linear 0ms;
    width: 100%;
}

.inner-nav ul > li:first-child > a {}

.inner-nav ul li a:hover,
.inner-nav ul li a.active {
    color: #000;
    text-decoration: none;
}
.pad-20 {
    padding: 20px 0;
}
.left-nav ul {
    margin: auto;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
    text-align: center;
    line-height: 1.3;
}

.left-nav ul li {
    float: left;
    position: relative;
    list-style: none;
    line-height: 30px;
    padding: 0 5px;
}

/*.left-nav ul li::after {
    background: #e3e3e3 none repeat scroll 0 0;
    content: "";
    height: 20px;
    position: absolute;
    right: 0;
    top: 6px;
    width: 1px;
}*/
.left-nav ul li .btn-cart {
  color: #fff;
  letter-spacing: 1px;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: 300;
}
.cart-count {
    width: 17px;
    height: 17px;
    font-size: 10px;
    line-height: 17px;
    padding: 0;
    text-align: center;
    position: absolute;
    background: #c5171b;
    top: 0px;
    right: 15px;
    color: #fff;
    border-radius: 50%;
}
.left-nav ul li {
  background: none;
}

.left-nav ul li .mn-sub.location_sub {
  right: 0;
  left: auto;
}
.left-nav ul li .mn-sub.location_sub li::after {
  background:none;
}

.left-nav ul li .btn_login {
  color: #fff;
  letter-spacing: 0px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 500;
}

.left-nav ul li:last-child::after {
    background: transparent;
}

.small-height .mycart-icon i, 
.small-height .head-search-icon i,
.small-height .currency-icon i {
    color: #232323;
}
.small-height .left-nav ul li a.currency-icon {
    color: #232323;
}
.small-height .left-nav ul li a {
    color: #fff;
}

.left-nav ul li a {
    letter-spacing: 1px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.left-nav .mn-sub.search_sub {
  width: 400px;
  right: 0;
  top: 35px;
  left: auto;
}
.left-nav .mn-sub.login_sub {
  width: 300px;
  right: 12px;
  top: 44px;
  left: auto;
}
.left-nav .mn-sub li {
  padding: 0
}
/* Menu sub */

.mn-sub{
  display: none;
  width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  background: rgba(30,30,30, .97);
}
.mn-sub li{
  display: block;
  width: 100%;
  margin: 0 !important;
}
.inner-nav ul li .mn-sub li a{
  display: block;
  width: 100%;
  height: auto !important;
    line-height: 1.3 !important;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 11px 15px;
    font-size: 13px;
  text-align: left;
    text-transform: none;    
  border-left: none;
  border-right: none;
    letter-spacing: 0;
  color: #b0b0b0 !important;
  cursor: pointer;
}

.mobile-on .mn-has-multi > li:last-child > a{
    border-bottom: 1px solid rgba(255,255,255, .065) !important;
}

.mn-sub li a:hover,
.inner-nav ul li .mn-sub li a:hover,
.mn-sub li a.active{
  background: rgba(197,23,27, .75);
  color: #fff !important;
  width: 100%;
}

.mn-sub li ul{
    /*left: 100%;*/
    right: auto;
    top: 0;
    border-left: 1px solid rgba(255,255,255, .07);
}
.inner-nav > ul > li:last-child .mn-sub,
.inner-nav li .mn-sub.to-left{
  left: auto;
  right: 0;
}
.inner-nav li:last-child .mn-sub li ul,
.inner-nav li .mn-sub li ul.to-left{
  left: auto;
  right: 100%;
  top: 0;
    border-left: none;
    border-right: 1px solid rgba(255,255,255, .07);
}
.mobile-on .inner-nav li:last-child .mn-sub li ul{
  left: auto;
  right: auto;
  top: 0;
}

.search_city{
    padding: 4px;
    background: #F4F4F4;
    border-radius: 0px;
}

.search_city::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #F4F4F4;
    border-image: none;
    border-style: solid;
    border-width: 8px;
    bottom: inherit;
    content: "";
    height: 0;
    left: inherit;
    position: absolute;
    right: 10%;
    top: -16px;
    width: 0;
}

.no-focus{
    outline: none !important;
}
.no-focus:focus{
    outline: none !important;
    border-color: #FFF !important;
    box-shadow: 0 !important;
}

/* Menu sub multi */

.mn-has-multi{
    width: auto !important;
    padding: 15px;
    text-align: left;
    white-space: nowrap;
}
.mn-sub-multi{
    width: 190px !important;
    overflow: hidden;
    white-space: normal;
    float: none !important;
    display: inline-block !important;
    vertical-align: top;
}
.mn-sub-multi > ul{
    width: auto;
    margin: 0;
    padding: 0;
    float: none;
}
.mn-group-title{
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
}
.mn-group-title:hover{
    background: none !important;
}

.mobile-on .mn-sub-multi > ul{
    left: auto;
    right: auto;
    border: none;
}
.mobile-on .mn-sub-multi{
    display: block;
    width: 100% !important;
}


.mobile-on .mn-sub-multi > ul > li:last-child > a{
    border: none !important;
}
.mobile-on .mn-sub > li:last-child > a{
    border: none !important;
}
.mobile-on .mn-sub-multi:last-child > ul{
    border-bottom: none !important;
}

/*
 * Mobile nav
 */

.mobile-on .desktop-nav{
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 15px;
    
  z-index: 100; 
}
.mobile-on .full-wrapper .desktop-nav{
    padding: 0;
}
.mobile-on .full-wrapper {
    margin: 0 !important;
}
.mobile-on .desktop-nav ul{
    width: 100%;
    height: 100vh;
    max-height: 100vh !important;
    float: none;
    padding-top: 100px;
    background: rgba(18,18,18, .97);
    position: relative;
    overflow-x: hidden;
}
.mobile-on .desktop-nav > ul{
    overflow-y: auto;
}
.mobile-on .desktop-nav ul li{
  display: block;
  float: none !important;
    overflow: hidden;
}
.mobile-on .desktop-nav ul li ul{
  padding: 0;
    border-bottom: 1px solid rgba(255,255,255, .1);
}
.close-m-menu {display: none;}
.mobile-on .desktop-nav ul li a{
  display: block;
  width: 100%;
  height: 42px !important;
  line-height: 42px !important;
  position: relative;
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(255,255,255, .065);
  color: #fff !important;
    letter-spacing: 0px;
    font-size: 16px;
  cursor: pointer;
}
.small-height.mobile-on .inner-nav ul li a {
    color: #fff;
}
.mobile-on .desktop-nav ul li a:hover,
.mobile-on .desktop-nav ul li a.active{
  background: rgba(255,255,255, .03);
  color: #ddd;
}
.currency-icon {
    font-size: 15px;
    margin-right: 15px;
    color: #232323;
}
a.currency-icon {
    color: #232323;
}
.currency-icon i {
    color: #232323;
}
.head-search-icon {
    font-size: 30px;
    margin-right: 15px;
}
.head-search-icon i {
    color: #232323;
}
.mycart-icon {
    font-size: 30px;
    margin-right: 15px;
}
.mycart-icon i {
    color: #232323;
}
/* Menu sub */

.mobile-on .mn-has-sub > .fa{
  display: block;
  width: 18px;
  height: 18px;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  text-align: center;
  border: 1px solid rgba(255,255,255, .1);
  
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.mobile-on .js-opened > .mn-has-sub > .fa{
    border-color: rgba(255,255,255, .4);
    line-height: 14px;
}
.mobile-on .inner-nav li{
  margin: 0 !important;
}
.mobile-on .mn-sub{
  display: none;
  opacity: 0;
  position: relative;
    left: 0 !important;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: none !important;
    border-right: none !important;
    border-top: none ;
  z-index: 10;
}
.mobile-on .mn-sub li{
  padding-left: 10px;
}
.experiences-listing .product-card {
    margin: 0;
}
.product-card {
  margin: 0 15px;
}
.inner-nav li.js-opened .mn-sub{
  opacity: 1;
}


.mobile-nav{
  display: none;
  float: right;
  text-align: center;
  vertical-align: middle;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  
  -webkit-user-select: none;  
  -moz-user-select: none;     
  -ms-user-select: none;     
  -o-user-select: none;
  user-select: none;
  
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  
  -webkit-transition-property: background, color;
    -moz-transition-property: background, color;
    -o-transition-property: background, color;
    transition-property:  background, color;
}
.mobile-nav.small-height {
    box-shadow: none;
    padding-top: 15px;
}
.no-js .mobile-nav{
  width: 55px;
  height: 55px;
}
.mobile-on .mobile-nav{
  display: table;
}
.mobile-nav .las{
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 25px;
}

/* Menu sub multi */

.mobile-on .mn-has-multi{
    width: auto;
    padding: 0;
    text-align: left;
    white-space: normal;
    
}
.mobile-on .mn-sub{
    width: 100%;
    float: none;
    position: relative;
    overflow-x: hidden;
}

/*
 * Dark panel style
 */

.main-nav.dark{
  background-color: #fff;
    
  -webkit-box-shadow: none
  -moz-box-shadow: none
  box-shadow: none;
}
.main-nav.dark .inner-nav ul > li > a{
  color: #232323;
}

.main-nav.dark .inner-nav ul > li > a.btn-mod {
  line-height: 0px !important;
  height: auto !important; 
  margin-top: 28px;
}

.main-nav.dark.small-height .inner-nav ul > li > a.btn-mod {
  margin-top: 15px;
}

.main-nav.dark.small-height .pad-20 {
    padding: 18px 0;
}

.main-nav.dark .inner-nav ul > li > a:hover,
.main-nav.dark .inner-nav ul > li > a.active{
  color: #c5171b;
}

.main-nav.dark .mobile-nav{
  background-color: transparent;
  border-color: transparent;
  color: #232323;
}
.main-nav.dark .mobile-nav:hover,
.main-nav.dark .mobile-nav.active{
  color: #232323;
}

.main-nav.mobile-on.dark .inner-nav{
  border-top: 1px solid rgba(100,100,100, .4);
}

.main-nav.dark .logo,
.main-nav.dark a.logo:hover{
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255,255,255, .9);
}

.main-nav.dark .mn-sub{    
    -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow:  none;
}

.main-nav.dark .mn-soc-link{
    border: 1px solid rgba(255,255,255, .2);
}
.main-nav.dark .mn-soc-link:hover{
    border: 1px solid rgba(255,255,255, .3);
}

/*
 * Transparent panel style
 */

.main-nav.transparent{
    background: #fff !important;
}
.main-nav.js-transparent{
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}


/* 
 * Centered menu 
 */

.mn-centered{
    text-align: center;
}
.mn-centered .inner-nav{
    float: none;
}
.mn-centered .inner-nav > ul{
    float: none;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.mn-centered .inner-nav > ul > li:first-child{
    margin-left: 0;
}
.mn-centered .mobile-nav{
    float: none;
    margin-left: auto;
    margin-right: auto;
}

/* 
 * Aligned left menu 
 */

.mn-align-left{

}
.mn-align-left .inner-nav{
    float: none;
    width: 100%;
}
.mn-align-left .inner-nav > ul{
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.mn-align-left .inner-nav > ul > li:first-child{
    margin-left: 0;
}
.mn-align-left .mobile-nav{
    float: none;
    margin-left: auto;
    margin-right: auto;
}

/*
 * Menu social links
 */

.mn-soc-link{
    width: 34px;
    height: 34px;
    line-height: 33px;
    text-align: center;
    font-size: 12px;
    
    display: inline-block;
    border: 1px solid rgba(0,0,0, .1);
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.mn-soc-link:hover{
    border: 1px solid rgba(0,0,0, .25);
}
.main-nav .tooltip{
    font-size: 12x;
    text-transform: none;
    letter-spacing: 0;
}

.profile-header-container {
    margin: 0 auto;
    text-align: center;
}

.profile-header-img {
    padding: 0px;
    margin-bottom: 25px;
}
.profile-header-img > img.img-circle {
    width: 120px;
    height: 120px;
    border: 2px solid #c5171b;
}
.img-circle {
    border-radius: 50%;
}
.profilepic-container {
    margin-top: -19px;
    z-index: 1000;
    text-align: center;
}
.label.label-default.profilepic {
    background-color: #c5171b;
    padding: 5px 10px 5px 10px;
    border-radius: 27px;
}

/* ==============================
   Fullscreen menu
   ============================== */
 
 .fm-logo-wrap{
    position: absolute;
    top: 30px;
    left: 30px;
    height: 54px;
    z-index: 1030;
}
.fm-logo-wrap .logo{
    display: block;
    max-width: 200px;
    position: relative;
    top: 50%;  
    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
} 
  
.fm-button{
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 54px;
    height: 54px;
    background: #111;
    opacity: .85;
    text-indent: -12345px;
    z-index: 1030;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    
    -webkit-transition: opacity 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: opacity 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: opacity 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: opacity 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: opacity 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.fm-button:hover{
    opacity: 1;
}
.fm-button span{
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -11px;
    
    -webkit-transition: all 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.fm-button span:before,
.fm-button span:after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: -6px;
    left: 0;

    -webkit-transition: top 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), bottom 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), -webkit-transform 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000) 0.07s;
    -moz-transition: top 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), bottom 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), -moz-transform 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000) 0.07s;
    -o-transition: top 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), bottom 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), -o-transform 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000) 0.07s;
    -ms-transition: top 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), bottom 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), -ms-transform 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000) 0.07s;
    transition: top 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), bottom 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), transform 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000) 0.07s;
}
.fm-button span:after{
    top: auto;
    bottom: -6px;
}

/* Active menu button */

.fm-button.active{
    background: #222;
    z-index: 2001;
}
.fm-button.active span{
    background: transparent;
}
.fm-button.active span:before{ 
    top: 0;   
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fm-button.active span:after{    
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg); 
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Menu wrapper */

.fm-wrapper{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 50px 30px;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(10,10,10, .97);
    z-index: 2000;
    
    -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fm-wrapper-sub{
    display: table;
    width: 100%;
    height: 100%;
    opacity: 0;
    
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
    transform: translateY(30px);
    
    -webkit-transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.fm-wrapper-sub.js-active{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
    transform: translateY(0);
}

.fm-wrapper-sub-sub{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.fm-menu-links,
.fm-menu-links ul{
  margin: 0;
  padding: 10px 0;
  line-height: 1.3;
    text-align: center;
}
.fm-menu-links ul.fm-sub{
  padding: 0;
}
.fm-menu-links a{
  display: block;
  position: relative;
  margin: 0;
  padding: 15px 20px;
  color: #999;
  font-size: 17px;
    letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
    
    -webkit-tap-highlight-color: rgba(255,255,255, .1); 
  
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  
  z-index: 11;
}
.no-touch .fm-menu-links a:hover,
.fm-menu-links a:active,
.fm-menu-links li.js-opened > a{
  color: #d5d5d5;
  text-decoration: none;
}
.fm-menu-links li{
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.fm-menu-links li > a:active,
.fm-menu-links li.active > a,
.fm-menu-links li a.active{
    color: #f5f5f5;
}
.fm-menu-links li.js-opened:before{
  display: none;
}
.no-touch .fm-menu-links li.js-opened > a:hover,
.fm-menu-links li.js-opened > a:active{
  color: #fff;
}

.fm-has-sub{
  
}
.fm-has-sub .fa{
  font-size: 14px;
}
.js-opened > .fm-has-sub > .fa{
    color: #fff;
}
.fm-sub{
  display: none;
  opacity: 0;
  position: relative;
}
.fm-sub > li > a{
  padding-left: 20px;
    padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
    font-weight: 400;
}

.fm-menu-links li.js-opened .fm-sub{
  opacity: 1;
}
.fm-search{
    width: 320px;
}
.fm-search input.search-field{
    background: transparent;
    color: #555;
    text-align: center;
    border: none;
    border-bottom: 1px solid rgba(255,255,255, .2);
}
.fm-search input.search-field:hover{
    border: none;
    border-bottom: 1px solid rgba(255,255,255, .4);
}
.fm-search input.search-field:focus{
    color: #999;
    border-color: rgba(255,255,255, .7);
}
.fm-search .search-button:hover{
    color: #fff;
}


/* Social links */

.fm-social-links{
  padding: 10px;
  font-size: 14px;
    text-align: center;
}
.fm-social-links > a{
  display: inline-block;
    margin: 0 2px;
  width: 34px;
  height: 34px;
  line-height: 34px;
    border: 1px solid rgba(255,255,255, .15);
  text-align: center; 
  text-decoration: none;
  color: #555;
    
    -webkir-border-radius: 50%; 
    -moz-border-radius: 50%; 
    border-radius: 50%; 
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.fm-social-links > a:hover{
    border-color: rgba(255,255,255, .3);
  color: #999;
}


/* ==============================
   Sections styles
   ============================== */

/*
 * Common
 */

.page-section,
.small-section{
  width: 100%;
  display: block; 
  position: relative;
    overflow: hidden;
    background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
    
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    
  padding: 140px 0;
}
.small-section{
  padding: 30px 0;
}
.small-title{
    padding: 0;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.3em;
}
.section-icon{
    margin-bottom: 7px;
    text-align: center;
    font-size: 32px;
}
.small-title .serif{
    text-transform: none;
    font-weight: 400;
}
.small-title.white{
    color: #fff;
}
.bg-scroll{
  background-attachment: scroll !important;
}
.bg-pattern{
  background-repeat: repeat;
  background-size: auto;
}
.bg-pattern-over:before,
.bg-pattern-over .YTPOverlay:after{
    content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
    background-repeat: repeat;
  background-size: auto;
  background-image: url(../images/pattern-bg-2.png);
}
.bg-gray{
  background-color: #333338;
}
.bg-gray-lighter{
  background-color: #f9f9f9;
}
.bg-gray-alt{
  background-color: #2d2c31;
}

.bg-gradient-1 {
  background: #DCE35B;
  background: -webkit-linear-gradient(to left, #DCE35B , #45B649);
  background: linear-gradient(to left, #DCE35B , #45B649); 
}
.bg-dark,
.bg-dark-lighter,
.bg-dark-alfa-30,
.bg-dark-alfa-50,
.bg-dark-alfa-70,
.bg-dark-alfa-90,
.bg-dark-alfa,
.bg-color,
.bg-color-lighter,
.bg-color-alfa-30,
.bg-color-alfa-50,
.bg-color-alfa-70,
.bg-color-alfa-90,
.bg-color-alfa{
  color: #fff;
}
.bg-dark a,
.bg-dark-lighter a,
.bg-dark-alfa-30 a,
.bg-dark-alfa-50 a,
.bg-dark-alfa-70 a,
.bg-dark-alfa-90 a,
.bg-dark-alfa a,
.bg-color a,
.bg-colorlighter a,
.bg-color-alfa-30 a,
.bg-color-alfa-50 a,
.bg-color-alfa-70 a,
.bg-color-alfa-90 a,
.bg-color-alfa a{
  color: rgba(255,255,255, .9);
    padding-bottom: 3px;
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.bg-dark a:hover,
.bg-dark-lighter a:hover,
.bg-dark-alfa-30 a:hover,
.bg-dark-alfa-50 a:hover,
.bg-dark-alfa-70 a:hover,
.bg-dark-alfa-90 a:hover,
.bg-dark-alfa a:hover,
.bg-color a:hover,
.bg-color-lighter a:hover,
.bg-color-alfa-30 a:hover,
.bg-color-alfa-50 a:hover,
.bg-color-alfa-70 a:hover,
.bg-color-alfa-90 a:hover,
.bg-color-alfa a:hover{
  color: rgba(255,255,255, 1);
    text-decoration: none;
}

.bg-color .text,
.bg-color-lighter .text,
.bg-color-alfa-30 .text,
.bg-color-alfa-50 .text,
.bg-color-alfa-70 .text,
.bg-color-alfa-90 .text,
.bg-color-alfa .text,
.bg-color .section-text,
.bg-color-lighter .section-text,
.bg-color-alfa-30 .section-text,
.bg-color-alfa-50 .section-text,
.bg-color-alfa-70 .section-text,
.bg-color-alfa-90 .section-text,
.bg-color-alfa .section-text{
  color: rgba(255,255,255, .75);
}

.bg-color .white,
.bg-color-lighter .whitet,
.bg-color-alfa-30 .white,
.bg-color-alfa-50 .white,
.bg-color-alfa-70 .white,
.bg-color-alfa-90 .white,
.bg-color-alfa .white{
  color: #fff;
}


.bg-dark{
  background-color: #111;
}
.bg-dark-lighter{
  background-color: #252525;
}
.bg-dark-alfa:before,
.bg-dark-alfa .YTPOverlay:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(17,17,17, .97);
}
.bg-dark-alfa-30:before,
.bg-dark-alfa-30 .YTPOverlay:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(20deg, #5e009f 0%, #095886 60%, #095886 100%);
  opacity: 0.8;
}
.bg-dark-alfa-50:before,
.bg-dark-alfa-50 .YTPOverlay:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(34,34,34, .5);
}
.bg-dark-alfa-70:before,
.bg-dark-alfa-70 .YTPOverlay:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(17,17,17, .7);
}
.bg-dark-alfa-90:before,
.bg-dark-alfa-90 .YTPOverlay:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(3,3,3, .9);
}
.bg-light-alfa:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252,252,252, .97);
}
.bg-light-alfa-30:before,
.bg-light-alfa-30 .YTPOverlay:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252,252,252, .30);
}
.bg-light-alfa-50:before,
.bg-light-alfa-50 .YTPOverlay:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252,252,252, .50);
}
.bg-light-alfa-70:before,
.bg-light-alfa-70 .YTPOverlay:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252,252,252, .7);
}
.bg-light-alfa-90:before,
.bg-light-alfa-90 .YTPOverlay:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252,252,252, .9);
}
.bg-color{
    background-color: #e41919;
}
.bg-color-alfa:before,
.bg-color-alfa .YTPOverlay:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e41919;
    opacity: .97;
}
.bg-color-alfa-30:before,
.bg-color-alfa-30 .YTPOverlay:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e41919;
    opacity: .3;
}
.bg-color-alfa-50:before,
.bg-color-alfa-50 .YTPOverlay:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e41919;
    opacity: .5;
}
.bg-color-alfa-70:before,
.bg-color-alfa-70 .YTPOverlay:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e41919;
    opacity: .7;
}
.bg-color-alfa-90:before,
.bg-color-alfa-90 .YTPOverlay:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e41919;
    opacity: .9;
}

.bg-orange{ background-color: #f47631 !important; }
.bg-yellow{  background-color: #FBF3E1 !important; }
.bg-black{  background-color: #333 !important; }
.bg-cyan{ background-color: #27c5c3 !important; }
.bg-green{ background-color: #58bf44 !important; }
.bg-blue{ background-color: #43a5de !important; }
.bg-purple{ background-color: #375acc !important; }
.bg-red{ background-color: #c5171b !important; }

.section-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5em;
    line-height: 1.4;
}
.section-more{
    margin-top: 7px;
    color: #999;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.4em;
    text-decoration: none;
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.section-more:hover{
    text-decoration: none;
    color: #000;
 
}
.section-more .fa{
    font-size: 12px;
}

.section-heading {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5em;
    line-height: 1.3;
}
.section-line{
  width: 55px;
  height: 1px;
  margin: 30px auto;
  background: #111;
}
.section-text{
  font-size: 14px;
  font-weight: 400;
  color: #232323;
  line-height: 1.7;
}

.section-text p{
  margin-bottom: 15px;
}
.section-text blockquote{
    margin-top: -5px;
}
.section-bot-image{
  margin: 140px 0 -140px;
  text-align: center;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0); 
}

/* Breadcrumbs */

.mod-breadcrumbs ul {
    padding: 0;
    margin: 0;
}
.mod-breadcrumbs ul li {
    display: inline-block;
    list-style: none;
}
.mod-breadcrumbs{
    margin-top: 0px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    text-decoration: none;
    text-transform: none;
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.mod-breadcrumbs span{
    opacity: .65;
}
.mod-breadcrumbs a{
    text-decoration: none;

}
.mod-breadcrumbs a:hover{
    text-decoration: none; 
}
.mod-breadcrumbs .fa{
    font-size: 12px;
}
.mod-breadcrumbs-mini{
    text-align: left;
}

.home-bot-image{
  width: 100%;
    position: absolute;
    bottom:0;
    left: 0;
  text-align: center;
}

.fixed-height-large,
.fixed-height-medium,
.fixed-height-small{
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fixed-height-large{
    min-height: 800px;
}
.fixed-height-medium{
    min-height: 700px;
}
.fixed-height-small{
    min-height: 480px;
}
.fixed-height-movies{
    max-width: 100%;
    height: 250px; 
}
.fixed-height-blog{
    min-height: 300px;
}

.fixed-height-movies .fa-4 {
  font-size: 6em;
  opacity: 0.8;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.fixed-height-movies .fa-4:hover {
  font-size: 6em;
  opacity: 1;
}

/*
 * Split section
 */

.split-section{
  width: 100%;
  display: block; 
  position: relative;
    overflow: hidden;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.split-section-headings{  
  width: 38.2%;
  float: left;
  position: relative;
  overflow: hidden;
  text-align: center;
  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.ssh-table{
  width: 100%;
  display: table;
}
.ssh-cell{
  display: table-cell;  
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.split-section-content{
  width: 61.8%;
  float: right;
  min-height: 300px;
  position: relative;
    overflow: hidden;
  background: rgba(255,255,255, .97);
  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* ==============================
   Alternative services
   ============================== */

.alt-service-grid{
  margin-top: -60px;
}
.alt-services-image{
    text-align: center;   
}
.alt-services-image > img{
    display: block;
    width: 100%;
}
.alt-service-item{
  margin: 20px 0 0 0;
  position: relative;
  padding-left: 75px;
  padding-top: 3px;
  font-size: 15px;
    font-weight: 300;
  color: #333;
    
    -webkit-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -moz-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -o-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -ms-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    
    -webkit-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.alt-service-icon{
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 60px;
  text-align: center;
  font-size: 28px;
  color: #111;
    
    -webkit-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.alt-services-title{
  margin: 0 0 5px 0;
  padding: 0;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 600;
  color: #111;
}
.alt-service-item .c-desc {
    color: #232323;
    font-size: 14px;
} 
.alt-activity-item{
  margin: 0;
  position: relative;
  padding-left: 55px;
  padding-top: 0px;
  font-size: 15px;
    font-weight: 300;
  color: #333;
    
    -webkit-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -moz-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -o-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -ms-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    
    -webkit-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.alt-activity-icon{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px;
  text-align: center;
  font-size: 28px;
  color: #111;
    
    -webkit-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.alt-activity-title{
  margin: 0 0 5px 0;
  padding: 0;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 600;
  color: #111;
}

.bb-grid{
  
}
.bb-item{
  background-color: #EDEDED;
}
.bb-item-image{
  position: relative;
  overflow: hidden;
}
.bb-item-image img{
    width: 100%;
}
.bb-item-image:after{
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  
  z-index: 1;
  
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.bb-item-detail{
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 20px 23px 55px;
  font-size: 14px;
    font-weight: 300;
  color: #fff;
  text-align: center;
  z-index: 2;
  
  -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.bb-item-detail p {
  margin-bottom: 10px;
}

.bb-item-detail h4 {
  letter-spacing: 0
}
.bb-item-descr{
    color: #777;
    text-align:center;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.bb-item-name {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    color: #333;
}
.bb-item-role{
  margin-top: 0px;
  font-size: 14px;
  text-transform: none;
    letter-spacing: 0em;
    color: #333;
}
.bb-social-links{
  font-size: 14px;
  cursor: pointer;
}
.bb-social-links a{
  display: inline-block;
  padding: 3px 7px;
  color: rgba(255,255,255, .9);
  
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}



/* Hover state */
.no-mobile .bb-item:hover .bb-item-image:after{
  background: rgba(0,0,0, .93);
}
.no-mobile .bb-item:hover .bb-item-detail{
  opacity: 1;
}
.no-mobile .bb-item:hover .bb-item-descr{ 
  color: #fff;
}
.no-mobile .bb-social-links a:hover{
  color: rgba(255,255,255, .99);
}

/* Mobile touch */
.bb-item.js-active .bb-item-image:after{
  background: rgba(255,255,255, .93);
}
.bb-item.js-active .bb-item-detail{
  opacity: 1;
}
.bb-item.js-active .bb-item-descr{  
  color: #111;
}
.bb-item.js-active .bb-social-links a:hover{
  color: rgba(0,0,0, .75);
}


/* ==============================
   Features
   ============================== */

.features-item{
  padding: 0px 10px;
  text-align: left;
  border-right: 1px solid #ddd;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.features-item a {
  text-decoration: none;
}

.features-item a:hover {
  color: #c5171b;
}
.features-icon{
  font-size: 48px;
  line-height: 1.3;
  color: rgba(0,0,0, .9);
}
.features-title{
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: 0px;
  text-transform: none;
  color: #c5171b;
}

.features-descr{
  font-size: 13px;
  font-weight: 300;
  color: #333;
}

.features-icon.black{
  color: rgba(0,0,0, .9);
}
.features-title.black{
  color: rgba(0,0,0, .9);
}
.features-descr.black{
  color: rgba(0,0,0, .75);
}



/* ==============================
   Alt features
   ============================== */

.alt-features-grid{
    margin-top: -70px;
}
.alt-features-item{
    margin-top: 70px;
}
.alt-features-icon{
    padding-top: 10px;
    font-size: 48px;
    line-height: 1.3;
    color: #111;
}
.alt-features-icon img{
    width: 100%;
}
.alt-features-title{
    margin-bottom: 21px;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.4em;
}
.alt-features-descr {
    color: #333;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.86
}


/* ==============================
   Benefits
   ============================== */

.benefits-grid{
  margin: 0 0 -40px -20px;
  text-align: center;
  vertical-align: top;
}
.benefit-item{
  display: inline-block;
  width: 264px;
  margin: 0 0 20px 20px;
  padding: 15px;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  cursor: default;
}
.benefit-number{
  width: 100%;
  position: absolute;
  top: 0;
  left: -50px;
  font-size: 120px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: rgba(0,0,0, .025);
  
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.benefit-icon{
  position: relative;
  margin-bottom: 6px;
  font-size: 32px;
}
.benefit-title{
  position: relative;
  margin: 15px 0;
  padding: 0;
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}
.benefits-descr{
  position: relative;
  font-size: 15px;
  font-weight: 300;
  color: #777;
}

.benefit-item:after{
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0, .015);  
  opacity: 0; 
  
    -webkit-transition: all 0.37s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.benefit-item a {
  text-decoration: none;
  position: relative;
  z-index: 99;
}
.benefit-item:hover:after{
  opacity: 1; 
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.benefit-item:hover .benefit-number{
  color: rgba(0,0,0, .035);
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -o-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}

  

/* ==============================
   Counters
   ============================== */

.count-wrapper{
    padding: 40px 20px;
    border: 1px solid rgba(0,0,0, .09);
}
.count-number{
  font-size: 48px;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
}
.count-descr{
    color: #999;
  font-size: 11px;
  text-align:center;
}
.count-descr .fa{
    font-size: 14px;
}

.count-title{
  margin-top: -1px;
  font-size: 13px;
}
.count-separator{
  height: 30px;
  clear: both;
  float: none;
  overflow: hidden;
}



/* ==============================
   Portfolio
   ============================== */


/*
 * Works filter
 */

.works-filter{
  list-style: none;
  padding: 0;
  margin: 0 0 45px 0;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.4em;
  color: #555;
  cursor: default;
}
.works-filter a{
  display: inline-block;
  margin: 0 27px;
  color: #999;
  text-decoration: none;
  
  -webkit-transition: all 0.37s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  
  cursor: pointer;
}
.works-filter a:hover{
  color: #111;
  text-decoration: none;
}
.works-filter a.active{
  color: #111;
  cursor: default;
}
.works-filter a.active:hover{
  color: #111;
}


/*
 * Works grid 
 */

.works-grid{
  list-style: none;
  margin: 0;
  padding: 0;
}
.work-item{
  margin: 15px 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.work-grid-2 .work-item{
  width: 50%;
}
.work-grid-3 .work-item{
  width: 33.333%;
  margin: 15px 0;
}
.container .work-grid-3 .work-item{
  width: 33.2%;
}
.work-grid-5 .work-item{
  width: 20%;
}

.works-grid.work-grid-gut{
    margin: 0 0 0 -10px;
}
.works-grid.work-grid-gut .work-item{
    padding: 0 0 10px 10px;
    margin-top: 35px;
}
.work-item > a{
  display: block; 
  margin: 0 10px;
  padding: 0 0 84px 0;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
.work-item a,
.work-item a:hover{
  color: #111;
  border: none;
}
.work-img{
  position: relative;
  overflow: hidden;
}
.work-img img{
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.work-intro{
  width: 100%;
  height: 115px;
  padding: 10px 20px 0px 20px;
    background-color: rgba(11,11,11,0.7);
  -webkit-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
}
.work-title{
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 1.2;
  color: #fff;
}
.work-descr{  
    margin: 0 0 5px 0;
  font-size: 12px;
  text-align: center;
  text-transform: none;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.2;
}
.work-item .exp-tag {
  background: linear-gradient(#f14f3f 0%, #cb4335 100%);
  display: inline-block;
  color: #fff;
  padding: 1px 6px;
  font-size: 10px;
  font-weight: 400;
  border-radius: 6px;
  margin-bottom: 5px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 999;
}
.work-item:hover .selectPackage {
    opacity: 1;
}
.customselectedPackage .selectPackage {
    opacity: 1 !important;
}
.work-item .selectPackage {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 999;
    opacity: 0;
}
.work-intro .old-price {
    text-decoration: line-through;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    opacity: 0.7;
}
.work-intro .new-price {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.works-grid.hide-titles .work-item > a{
  overflow: hidden; 
  padding: 0;
}
.works-grid.hide-titles .work-item .work-intro{
  opacity: 1;
  bottom: 0px;
}
.works-grid.hide-titles .work-item:hover .work-intro{
  opacity: 1;
  bottom: 0px !important;
}
.customPackgeList .work-img img {
   height: 300px;
}
.customPackgeList .work-price{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
}

/* Work item hover state */

.work-intro{
  -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    border-bottom: 1px solid #aaa;
}

.work-item:hover .work-intro{
  /*bottom: auto;*/
  /*top: 50%;*/
  color: #fff;
  
  -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px); 
  
  z-index: 3; 
}
.work-item:hover .work-title{
  color: #ccc;
}
.work-item:hover .work-descr{
  color: #999;
}
.work-item .work-img:after{
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  
}
.work-item:hover .work-img:after{ 
  background: rgba(11,11,11, .6);
  border-radius: 10px;
}

.works-grid.hover-color .work-item:hover .work-intro,
.works-grid.hover-color .work-item:hover .work-title,
.works-grid.hover-color .work-item:hover .work-descr{
  color: #fff;
}
.works-grid.hover-color .work-item:hover .work-img:after{ 
  background: #e41919;
  opacity: .73;
  border-radius: 10px;
}
.works-grid.hover-white .work-item:hover .work-intro,
.works-grid.hover-white .work-item:hover .work-title,
.works-grid.hover-white .work-item:hover .work-descr{
  color: #fff;
}
.works-grid.hover-white .work-item:hover .work-img {
   border-radius: 10px; 
}
.works-grid.hover-white .work-item:hover .work-img:after{ 
  background: rgba(11,11,11, .6);
  border-radius: 10px;
  
}

.work-item .work-img > img{
  -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.work-item:hover .work-img > img{
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  border-radius: 10px;
}

/*
 * Works full view
 */

.work-full{
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10000;
}
.work-full-load{
  padding-top: 60px;
}
.work-loader{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10001;
}
.work-loader:after{
  display: block;
  content: " ";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
  background: url(../images/loader.gif) no-repeat;
}

/* Work navigation */

.work-navigation{
  width: 100%;
  background: #fff; 
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;  
    
    z-index: 99;
}
.work-navigation .fa{
  font-size: 12px;
  vertical-align: middle;
}
.work-navigation .fa-times{
  font-size: 16px;
  margin-top: -2px;
}
.work-navigation a{
  display: block;
  float: left;
  width: 33.33333%;
  overflow: hidden;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
  cursor: default;
}
.work-navigation a,
.work-navigation a:visited{ 
  color: #555; 
}
.work-navigation a:hover{ 
  color: #111; 
}
.work-navigation a span{
  display: inline-block;
  height: 60px;
  line-height: 59px;
  padding: 0 4%;
  background: #fff;
    cursor: pointer;
  
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.work-navigation span:hover{
  background: #f7f7f7;
}
.work-back-link{
  margin: 20px 0 0;
  display: block;
  background: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #151515; 
}
.work-prev{
  text-align: left;
}
.work-all{
  text-align: center;
}
.work-next{
  text-align: right;
}
.work-container{
  padding: 50px 0;
}
.work-full-title{
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}
.work-full-media{
  margin-top: 30px;
}

.work-full-media img{
  max-width: 100%;
  height: auto;
}
.work-full-text{
  text-align: left;
  font-size: 13px;
  color: #777;
}
.work-full-text h6{ 
  margin-top: 5px;
}
.work-detail{
    font-weight: 400;
}
.work-detail p:last-child{
  margin-bottom: 0;
}
.work-full-detail{
  font-size: 11px;
  color: #777;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.work-full-detail p{ 
  padding: 4px 0;
    margin: 0;
    border-top: 1px solid rgba(0,0,0, .05);
}
.work-full-detail p:last-child{
    border-bottom: 1px solid rgba(0,0,0, .05);
}
.work-full-detail p strong{ 
  width: 100px;
    display: inline-block;
}
.work-full-action{
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eaeaea;
  text-align: center;
}
.work-full-media {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.work-full-media img {
    border-radius: 10px;
}
.work-full-media .owl-next {
    right: 0px;
}


/* ==============================
   Banner section
   ============================== */

.banner-section{
    overflow: visible;
    border-bottom: 1px solid transparent;
}
.banner-heading{
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
  color: #333;
}

.banner-decription{
    margin-bottom: 35px;
  font-size: 15px;  
    font-weight: 300;
  color: rgba(255,255,255, .7);
}

.banner-image{
    margin: -40px 0 0 0;
  text-align: right;
}
.banner-image img{
    
}


/* ==============================
   Testimonial
   ============================== */

.testimonial{
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    text-align: center;
    font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-style: normal;
    font-weight: 300;
  letter-spacing: 0;
    opacity: .85;
}
.testimonial p{
    font-size: 18px;
}
.testimonial-author{

}

/*
 * Logotypes
 */

.logo-item{
    height: 80px;
    text-align: center;
    opacity: .75;
    
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    
}
.logo-item:hover{
    opacity: 1;
}
.logo-item img{
    position: relative;
    top: 50%;
    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



/* ==============================
   Post previews
   ============================== */

.post-grid{
    
}
.post-prev-img{
    margin-bottom: 5px;
    position: relative;
}
.post-prev-img a{
    -webkit-transition: all 0.2s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.2s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.2s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.2s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.post-prev-img a:hover{
    background-color: rgba(197, 23, 27, 0.90);
}
.post-prev-img img{
    width: 100%;
}

.post-prev-title{
    margin-bottom: 5px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}

.post-prev-title .language {
  font-size: 13px;
  color: #666;
}
.post-prev-title a{
    color: #333;
    text-decoration: none;
    
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.post-prev-title a:hover{
    color: #111;
}
.post-prev-info {
  padding: 0 15px;
}

.post-prev-info,
.post-prev-info a{
    margin-bottom: 0px;
    font-size: 12px;
    text-decoration: none;
    color: #333;
    
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.post-prev-info i {
  color: #C5171B;
  padding-right: 5px;
}

.post-prev-info .rounded-box {
    background-color: #f4f4f4;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 2px;
    padding: 0px 5px;
    line-height: 16px;
}

.post-prev-info a:hover{
    color: #111;
}
.post-prev-text{
    margin-bottom: 22px;
    color: #777;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75;
}

.post-prev-more {
  margin-top: 10px;
}
.post-prev-more .btn {
  display: block;
}

/* ==============================
   Newsletter
   ============================== */

.newsletter-label{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0em;
    color: #fff;
}
.form input.newsletter-field{
    max-width: 350px;
}
.form input.newsletter-field:hover{
    
}
.form input.newsletter-field:focus{
    
}

.form input.newsletter-field::-webkit-input-placeholder{
    color: #777;
}
.form input.newsletter-field:focus::-webkit-input-placeholder{
    color: #111;
}

.form input.newsletter-field:-moz-placeholder{
    color: #777;
}
.form input.newsletter-field:focus:-moz-placeholder{
    color: #111;
}

.form input.newsletter-field::-moz-placeholder{
    color: #777;
}
.form input.newsletter-field:focus::-moz-placeholder{
    color: #111;
}

.form input.newsletter-field:-ms-input-placeholder{
    color: #777;
}
.form input.newsletter-field:focus:-ms-input-placeholder{
    color: #111;
}


/* ==============================
   Contact section
   ============================== */

.contact-item{
    position: relative;
    padding-left: 44px;
    color: #444;
    margin-bottom: 5px;
    
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.contact-item a{
    color: #444;
    text-decoration: none;    
}

.contact-item a:hover{
    color: #000;
    text-decoration: none;
}

.ci-icon{
    width: 23px;
    height: 23px;
    position: absolute;
    top: 10px;
    left: 3px;
    color: #fff;
    text-align: center;
    line-height: 23px;
}
.ci-icon:before{
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #c5171b;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    
}
.ci-icon i,
.ci-icon span{
    position: relative;
}
.ci-title {
    margin-bottom: 1px;
    color: #111;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0em;
}
.ci-text{
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
}

/*
 * Contact form
 */

.cf-left-col{
    width: 49.4%;
    float: left;
    margin-right: 1.2%;
}
.cf-right-col{
    width: 49.4%;
    float: left;
}
.contact-form .form-group{
    margin-bottom: 10px;
}



/* ==============================
   Google maps 
   ============================== */

.google-map{
    position: relative;
  background: #111;
}
#map-canvas{    
  height: 410px;
    position: relative;
  background-color: #111 !important;
    z-index: 1;
}
.gm-style-cc{
  display: none !important;
}
.gm-style-iw div{
  color: #777;
}
.map-section{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 !important;
    background: rgba(17,17,17, .93);
    z-index: 2;
    cursor: pointer;
    
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.map-section:hover{
    background: rgba(17,17,17, .90);
}
.map-toggle{
    width: 200px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -100px;
    color: #fff;
    text-align: center;
}
.mt-icon{
    width: 27px;
    height: 27px;
    line-height: 27px;
    margin: 6px auto 25px;
    position: relative;
    color: #111;
    
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.mt-icon:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    
}
.mt-icon i,
.mt-icon span{
    position: relative;
}
.mt-text{
    margin-left: 12px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: rgba(255,255,255, .75);
}
.mt-close{
    display: none;
}

/* Map opened */

.map-section.js-active{
    height: 50px;
    background: rgba(17,17,17, .75);
}
.map-section.js-active:hover{
    background: rgba(17,17,17, .85);
}
.map-section.js-active .mt-icon{
    opacity: 0;
}
.map-section.js-active .mt-text{
    position: relative;
    top: -20px;
}


/* ==============================
   Footer
   ============================== */

.footer{
    font-size: 13px;
    color: #c5171b;   
    border-top: 1px solid #ddd;
}
.footer a{
    color: #232323;
    text-decoration: none;
    
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.footer a:hover{
    color: #c5171b;
    text-decoration: none;
}
.footer-copy{
    margin-bottom: 5px;
    letter-spacing: 0;
    font-size: 13px;
    color: #232323
}
.footer-made{
    font-size: 11px;
    color: #999;
}

ul.footer-menu {
  padding-left: 0px;
  margin-bottom: 0px;
}

ul.footer-menu li {
  list-style: none;
  padding: 3px 0px;
  display: block;
  font-size: 13px;
}

.divider {
  padding: 0 15px;
  color: #7f7f7f
}
.share-title {
  letter-spacing: 0;
}
.footer-social-links{
    font-size: 15px;
}
.footer-social-links a{
    width: 25px;
    height: 25px;
    line-height: 25px !important;
    position: relative;
    margin: 0 6px;
    text-align: center;
    display: inline-block;
    color: #c5171b;
    background-color: #fff;
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.footer-social-links a i,
.footer-social-links a span{
    position: relative;
    top: 0;
    left: 0; 
}
.footer-social-links a:before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    
}
.footer-social-links a:hover{
    color: #fff;
}
.footer-social-links a:hover:before{
    background: #c5171b;
    border:none;
}

a.link-to-top{
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: rgba(255,255,255, .95);
    font-size: 25px;
    background-color: #c5171b;
}


/* ==============================
   Blog
   ============================== */

.blog-item{
  margin-bottom: 40px;
  position: relative;
}

.blog-item-date{
  width: 100px;
  padding: 10px;
  position: absolute;
  top: 0px;
  left: -130px;
  font-size: 12px;
    font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #999;
    border-right: 1px solid #eee;
  
}
.date-num{
  display: block;
  margin-bottom: 3px;
  font-size: 18px;
    font-weight: 400;
    color: #555;
}
.blog-media{
  margin-bottom: 10px;
}
.blog-media img,
.blog-media .video,
.blog-media iframe{
    width: 100%;
}
.blog-item-title{
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 0.5em;
  padding: 5px 15px;
  position: absolute;
  text-transform: none;
  top: 0;
  width: 100%;
  min-height: 60px;
  letter-spacing: 0;
}
.blog-item-title a{
  color: #fff;
  text-decoration: none;
}
.blog-item-title a:hover{
  color: #fff;
  text-decoration: underline;
}
.blog-item-data{
  margin-bottom: 10px;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0px;
  color: #666;
}
.separator{
  margin: 0 5px;
}
.blog-item-data a{
  color: #aaa;
  text-decoration: none;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.blog-item-data a:hover{
  color: #000;
  text-decoration: none;
}
.blog-post-data{
    margin-top: 10px;
  text-transform: uppercase;
  font-size: 11px;
    letter-spacing: 1px;
  color: #aaa;
}
.blog-item-body{
    font-size: 15px;
  font-weight: 300;
  color: #5f5f5f;
  line-height: 1.8;
}
.blog-item h1 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: 0
}
.blog-item-body p {
  margin-bottom: 20px;
}
.blog-item-body h1,
.blog-item-body h2,
.blog-item-body h3,
.blog-item-body h4,
.blog-item-body h5,
.blog-item-body h6{
  margin: 1.3em 0 0.5em 0;
}

.blog-item-more{
    border: 1px solid #eaeaea;
    padding: 5px 10px;
  font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
  color: #777;
    letter-spacing: 1px;
  
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.blog-item-more:hover{
  text-decoration: none;
    border-color: #111;
}
a.blog-item-more{
  color: #777;
  text-decoration: none;
}
a.blog-item-more:hover{
  color: #111;
}

.blog-item-q{
  background: none;
  border: none;
  padding: 0;
    margin: 1em 0;
}
.blog-item-q p{
  position: relative;
    background: #f8f8f8;
    padding: 17px 20px;
  font-size: 18px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0;
}
.blog-item-q p a{
  color: #555;
  text-decoration: none;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.blog-item-q:hover a,
.blog-item-q p a:hover{
  text-decoration: none;
  color: #777;
}
.blog-item-q p:before,
.blog-item-q p:after{
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.blog-item-q p:before{
  content: '"';
  position: absolute;
  top: 10px;
  left: 10px;
}
.blog-item-q p:after{
  content: '"';
}

.blog-item-q p:hover:before,
.blog-item-q p:hover:after{
  color: #777;
}
.blog-page-title{
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}


/*
 * Pagination
 */

.pagination{
  font-size: 13px;
    font-family: 'Poppins', sans-serif;
}
.pagination a{
  display: inline-block;
  min-width: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  padding: 7px 14px;
  border: 1px solid #eaeaea;
  color: #999;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pagination .fa{
  margin-top: 1px;
  font-size: 16px;
}
.pagination a:hover{
    text-decoration: none;
    border-color: #bbb;
  color: #444;
}
.pagination a.active,
.pagination a.active:hover{
  border-color: #bbb;
  color: #444;
  cursor: default;
}
.pagination a.no-active,
.pagination a.no-active:hover{
  border-color: #efefef;
  color: #bbb;
  cursor: default;
}



/*
 * Comments
 */
.comment-list{

}
.comment-item{
  padding-top: 30px !important;
  border-top: 1px dotted #e9e9e9;
    font-size: 14px;
    overflow: hidden;
}
.comment-item:first-child{
  padding-top: 0;
  border-top: none;
}

.media-body{
    overflow: hidden;
}
.comment-avatar{
  width: 50px;
    margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.comment-item-data{
  margin: 0 0 5px;
  text-transform: none;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #333;
}
.comment-item-data a{
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.comment-item-data a:hover{
  color: #000;
  text-decoration: none;
}
.comment-author{
    display: inline-block;
    margin-right: 20px;
  font-size: 14px;
    font-weight: 700; 
}
.comment-author a{
    color: #333;
}

.alt-title{
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: none;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 600;
  color: #333;
}
.popover-content {
  font-family: 'Poppins', sans-serif;
}

.popover-content {
  box-shadow: -5px -5px 15px rgba(48,54,61,0.2);
  background: #2a3035;
  color: #fff;
}
/* Search widget */

.search-wrap{
  position: relative;
}
.search-field{
  width: 100% !important;
  height: 40px !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search-button{
  width: 42px;
  height: 40px;
  line-height: 38px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  right: 1px; 
  overflow: hidden;
  background: transparent;
  border: none;
  outline: none;
  color: #999;
    font-size: 14px;
}

.search-button:hover{
  color: #111;
}
.search-button:hover + .search-field{
  border-color: #ccc;
}


/* Widget menu */

.widget-menu{
  font-size: 13px;
}
.widget-menu li{
  padding: 5px 0;
  
}
.widget-menu li a{
  color: #555;
  text-decoration: none;
  padding-bottom: 2px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  
  -webkit-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.widget-menu li a:hover,
.widget-menu li a.active{
  color: #999;
}
.widget-menu li small{
  font-size: 11px;
  color: #aaa; 
}


/* Widget tags */

.tags{
  
}
.tags a{
  display: inline-block;
  margin: 0 2px 5px 0;
  padding: 5px 7px;
  border: 1px solid #e9e9e9;
  color: #777;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.tags a:hover{
  text-decoration: none;
  border-color: #333;
  color: #111;
}

/* Comments */
.widget-comments{
  color: #aaa;
}
.widget-comments li{
  padding: 12px 0;
  border-bottom: 1px dotted #eaeaea;
}
.widget-comments li a{
  color: #555;
  text-decoration: none;
  
  -webkit-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.widget-comments li a:hover{
  color: #999;
}


/* Posts */
.widget-posts{
  color: #aaa;
}
.widget-posts li{
    font-size: 12px;
  padding: 12px 0;
  border-bottom: 1px dotted #eaeaea;
}
.widget-posts li a{
    font-size: 13px;
    display: block;
  color: #555;
  text-decoration: none;
  
  -webkit-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.widget-posts li a:hover{
  color: #999;
}
.widget-posts-img{
    float: left;
    margin: 0 7px 0 0;
}
.widget-posts-descr{
    overflow: hidden;
}


/* ==============================
   Shop
   ============================== */
  
.shopping-cart-table{

}
.shopping-cart-table a{
    text-decoration: none;
}
table.shopping-cart-table tr th,
table.shopping-cart-table tr td{
    vertical-align: top;
}

table.shopping-cart-table tr th {
  background-color: #F7F7F7
}
/* ==============================
   Checkout
   ============================== */
.event-ticket-container-info {
    background-color: #fff;
    padding: 15px 25px;
    margin-bottom: 20px;
}
.event-ticket-container-info .item-info {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.event-ticket-container-info .item-price {
    font-size: 23px;
    font-weight: 600;
    text-align: right;
    color: #333;
}
.event-ticket-container {
    background-color: #F7F7F7;
    border: 1px solid #e5e5e5;
    padding: 25px;
    margin-bottom: 20px;
}
.event-ticket-container .item-info {
    font-size: 14px;
    color: #333;
}
.event-ticket-container .item-name {
    font-size: 14px;
    color: #58595b;
}
.event-ticket-container .item-price {
    font-size: 23px;
    font-weight: 600;
    text-align: right;
    color: #333;
}
.event-ticket-container .price-desc {
  color: #333;
}

.event-payment-container {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 25px;
    margin-bottom: 20px;
}

.payment-container{
  position: relative;
  width: 100%;  
  padding-bottom: 3.5rem;
}

.payment-container__front{
  width: 100%;
  padding: 5%;
  
  border-radius: 10px;
  background-color: #EDEDED;
  box-shadow: 0 0 10px #f4f4f2;
  border: 1px solid #a29e97;

  position: relative;
  z-index: 1;
}

.payment-container__back{
  width: 65%;
  padding: 25% 5% 10%;
  text-align: right;
  
  border-radius: 10px;
  border: 1px solid #dad9d6;
  background-color: #e0ddd7;
  box-shadow: 0 0 20px #f3f3f3;

  position: absolute;
  bottom: 0;
  right: 0;
}

.payment-container__back:before{
  content: "";
  width: 100%;
  height: 6.5rem;
  background-color: #8e8b85;

  position: absolute;
  top: 3.5rem;
  right: 0;
}

.payment-container__group:nth-child(n+2){
  margin-top: 1rem;
}

.payment-container__field{
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.payment-container__month, .payment-container__year, .payment-container__cvc{
  width: 25%;
}

.payment-container__hint{
  position: absolute;
  left: -9999px;
}

.payment-container__input{
  box-sizing: border-box;
  width: 100%;
  padding: 1rem;
  border: 3px solid #d0d0ce;  
  
  font-family: inherit;
  font-size: 100%;
}

.payment-container__input:focus{
  outline: none;
  border-color: #e41919;
}

.payment-container__caption{
  text-transform: uppercase;
  font-size: 1.2rem;
}

.payment-container__separator{
  font-size: 3.2rem;
  color: #c4c4c3;

  margin-left: 1.2rem;
  margin-right: 1.2rem;
  display: inline-block;
  vertical-align: middle;
}
.payment-container__separator2{
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}

.payment-container__footer{
  background-repeat: no-repeat;
  background-position: calc(100% - 6.2rem) 50%, 100% 50%;
  background-size: 5.2rem;  
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSIzNiIgdmlld0JveD0iMCAwIDMwMCAxODAiPjxwYXRoIGQ9Ik0yOTguMDMyIDkwLjVjLjAxNCA0OC45MzYtMzkuNjQ2IDg4LjYxNC04OC41ODIgODguNjI3LTQ4LjkzNy4wMTItODguNjE0LTM5LjY0Ni04OC42MjctODguNTgyVjkwLjVjLS4wMTMtNDguOTM1IDM5LjY0Ny04OC42MTUgODguNTgxLTg4LjYyOCA0OC45MzctLjAxMyA4OC42MTUgMzkuNjQ3IDg4LjYyOCA4OC41ODN2LjA0NXoiIGZpbGw9IiNmOTAiLz48cGF0aCBkPSJNOTAuMDAxIDEuODk1QzQxLjM1NSAyLjIwNCAxLjk2NyA0MS43ODEgMS45NjcgOTAuNWMwIDQ4LjkwOSAzOS42OTUgODguNjA0IDg4LjYwNSA4OC42MDQgMjIuOTU1IDAgNDMuODc5LTguNzQ4IDU5LjYyNC0yMy4wODZsLS4wMDctLjAwNGguMDE5YTg5LjQzNyA4OS40MzcgMCAwIDAgOC45OTUtOS40ODhIMTQxLjA1YTg2LjUzNiA4Ni41MzYgMCAwIDEtNi42MDYtOS4xMjdoMzEuMzA4YTg4Ljc1IDg4Ljc1IDAgMCAwIDUuMTU4LTkuNDg4aC00MS42MzVhODcuMzkyIDg3LjM5MiAwIDAgMS0zLjcwMy05LjMwOWg0OS4wNDVhODguMzg4IDg4LjM4OCAwIDAgMCA0LjU2LTI4LjEwM2MwLTYuNTEyLS43MDYtMTIuODYxLTIuMDQyLTE4Ljk3NGgtNTQuMTY0YTg4LjM0NyA4OC4zNDcgMCAwIDEgMi41MjgtOS4zMDhoNDkuMDYzYTg4LjYxOCA4OC42MTggMCAwIDAtMy44Mi05LjQ4N0gxMjkuMjdhODUuMDEzIDg1LjAxMyAwIDAgMSA1LjA4NC05LjMwN2gzMS4yODVhODguNzk4IDg4Ljc5OCAwIDAgMC02Ljg3Ny05LjQ4OGgtMTcuNDQzYTgyLjIzMiA4Mi4yMzIgMCAwIDEgOC44ODktOC45NWMtMTUuNzQ2LTE0LjM0LTM2LjY3Ni0yMy4wOS01OS42MzYtMjMuMDloLS41NzF6IiBmaWxsPSIjYzAwIi8+PHBhdGggZD0iTTI4OS4xNDMgMTM2LjgyYy40ODIgMCAuOTUxLjEyNSAxLjQwOS4zNzEuNDYuMjQ2LjgxNC42MDEgMS4wNyAxLjA2Mi4yNTYuNDU2LjM4NC45MzcuMzg0IDEuNDM1IDAgLjQ5Mi0uMTI3Ljk2OC0uMzc5IDEuNDI0LS4yNTEuNDU1LS42MDUuODEtMS4wNjEgMS4wNjMtLjQ1MS4yNDktLjkyOC4zNzUtMS40MjQuMzc1cy0uOTcyLS4xMjYtMS40MjYtLjM3NWEyLjcxIDIuNzEgMCAwIDEtMS4wNjMtMS4wNjMgMi45MDggMi45MDggMCAwIDEtLjM3Ny0xLjQyNGMwLS40OTguMTI3LS45NzkuMzg0LTEuNDM1YTIuNjYzIDIuNjYzIDAgMCAxIDEuMDcxLTEuMDYyIDIuOTcgMi45NyAwIDAgMSAxLjQxMi0uMzcxbTAgLjQ3NWMtLjQwMSAwLS43OTMuMTA0LTEuMTc2LjMxMS0uMzguMjA3LS42NzcuNS0uODkxLjg4OGEyLjM3OCAyLjM3OCAwIDAgMC0uMzI1IDEuMTk0YzAgLjQxMi4xMDYuODEuMzE1IDEuMTg4LjIxNC4zNzcuNTEuNjczLjg4OC44ODUuMzgxLjIxMS43NzYuMzE1IDEuMTg4LjMxNS40MTQgMCAuODEtLjEwNCAxLjE4OS0uMzE1LjM3OC0uMjEyLjY3My0uNTA4Ljg4NC0uODg1YTIuMzkyIDIuMzkyIDAgMCAwLS4wMDgtMi4zODIgMi4xNzkgMi4xNzkgMCAwIDAtLjg5NC0uODg4IDIuNDAyIDIuNDAyIDAgMCAwLTEuMTctLjMxMW0tMS4yNTYgMy45NzV2LTMuMDgyaDEuMDYyYy4zNiAwIC42MjIuMDI4Ljc4NC4wODhhLjc1OC43NTggMCAwIDEgLjM4OC4yOTcuODEzLjgxMyAwIDAgMS0uMDk4IDEuMDM5Ljk0OS45NDkgMCAwIDEtLjYzOS4yODEuODk2Ljg5NiAwIDAgMSAuMjY0LjE2NGMuMTI1LjEyLjI3NS4zMjMuNDU1LjYxbC4zNzUuNjAzaC0uNjA2bC0uMjcyLS40ODVjLS4yMTUtLjM4Mi0uMzg4LS42Mi0uNTIxLS43MTgtLjA5MS0uMDY5LS4yMjQtLjEwNS0uMzk3LS4xMDVoLS4yOTN2MS4zMTFoLS41bS40OTYtMS43MzhoLjYwNGMuMjg4IDAgLjQ4My0uMDQ0LjU4OC0uMTI5YS40MjEuNDIxIDAgMCAwIC4xNTktLjM0Mi40MDQuNDA0IDAgMCAwLS4wNzUtLjI0NC40NjYuNDY2IDAgMCAwLS4yMTMtLjE2MmMtLjA4OS0uMDM1LS4yNTUtLjA1NS0uNDk3LS4wNTVoLS41NjR2LjkzMiIgZmlsbD0iI2ZjYjM0MCIvPjxnPjxwYXRoIGQ9Ik0xMTkuOTc1IDExNS45MmwxLjE4LTguMDJjLS42NDUgMC0xLjU5My4yNzktMi40MzEuMjc5LTMuMjg0IDAtMy42OTQtMS43NTUtMy40MzYtMy4wMzdsMy4yMzYtMTYuMTNoNC45OTJsMS4wMjktOS4xMDNoLTQuNzA1bC45NTgtNS41MTZoLTkuODQyYy0uMjA4LjIwOC01LjU2OCAzMS4wMjItNS41NjggMzQuNzc2IDAgNS41NTUgMy4xMTggOC4wMjcgNy41MTYgNy45ODggMy40NDItLjAzIDYuMTI1LS45ODIgNy4wNzEtMS4yMzd6TTEyMi45NjIgMTAwLjYzMmMwIDEzLjMzMiA4Ljc5OSAxNi40OTkgMTYuMjk3IDE2LjQ5OSA2LjkyMSAwIDEwLjU1LTEuNjA0IDEwLjU1LTEuNjA0bDEuNjYyLTkuMXMtNS44NDggMi4zNzgtMTAuNjAxIDIuMzc4Yy0xMC4xMzEgMC04LjM1NS03LjU1NC04LjM1NS03LjU1NGwxOS40NjMuMDU5czEuMjM5LTYuMTExIDEuMjM5LTguNjAyYzAtNi4yMTctMy4zODctMTMuODUtMTMuNzQ1LTEzLjg1LTkuNDg2LjAwMy0xNi41MSAxMC4yMjQtMTYuNTEgMjEuNzc0em0xNi41NDYtMTMuMzI1YzUuMzI0IDAgNC4zNDIgNS45ODQgNC4zNDIgNi40NjloLTEwLjQ3NGMwLS42Mi45ODktNi40NyA2LjEzMi02LjQ3ek0xOTkuMjQ2IDExNS45MTdsMS42ODktMTAuMjg0cy00LjYzMiAyLjMyLTcuODA3IDIuMzJjLTYuNjkzIDAtOS4zNzgtNS4xMS05LjM3OC0xMC42IDAtMTEuMTM3IDUuNzU4LTE3LjI2NSAxMi4xNjgtMTcuMjY1IDQuODA4IDAgOC42NjUgMi42OTkgOC42NjUgMi42OTlsMS41NC05Ljk5M3MtNC41NTQtMy4yOS05LjQ1Ni0zLjMwOGMtMTQuNzQ1LS4wNTgtMjMuMTgyIDEwLjIwOC0yMy4xODIgMjcuOTU1IDAgMTEuNzYzIDYuMjQ4IDE5Ljc2OCAxNy41MDYgMTkuNzY4IDMuMTgzIDAgOC4yNTUtMS4yOTIgOC4yNTUtMS4yOTJ6TTY4LjA4NiA3OS4wMDZjLTYuNDcgMC0xMS40MjcgMi4wNzktMTEuNDI3IDIuMDc5bC0xLjM3IDguMTI3czQuMDkzLTEuNjYzIDEwLjI4LTEuNjYzYzMuNTE0IDAgNi4wODQuMzk1IDYuMDg0IDMuMjUgMCAxLjczNC0uMzE0IDIuMzc0LS4zMTQgMi4zNzRzLTIuNzcyLS4yMzEtNC4wNTYtLjIzMWMtOS4yMSAwLTE2LjcyOSAzLjQ4Mi0xNi43MjkgMTMuOTggMCA4LjI3MyA1LjYyMyAxMC4xNyA5LjEwOCAxMC4xNyA2LjY1NyAwIDkuMjkyLTQuMjAzIDkuNDQ0LTQuMjE1bC0uMDc3IDMuNDg4aDguMzA3bDMuNzA2LTI1Ljk4YzAtMTEuMDI1LTkuNjE2LTExLjM4LTEyLjk1Ni0xMS4zOHptMS40MzggMjEuMDk2Yy4xOCAxLjU4Ni0uNDEgOS4wODYtNi4wOTIgOS4wODYtMi45MyAwLTMuNjkxLTIuMjQtMy42OTEtMy41NjIgMC0yLjU4NCAxLjQwMy01LjY4MyA4LjMxNS01LjY4MyAxLjYxIDAgMS4xOTcuMTE2IDEuNDY4LjE1OXpNODkuODcgMTE2LjljMi4xMjYgMCAxNC4yNzMuNTQgMTQuMjczLTExLjk5NCAwLTExLjcyMS0xMS4yNDQtOS40MDQtMTEuMjQ0LTE0LjExNCAwLTIuMzQyIDEuODMzLTMuMDggNS4xODQtMy4wOCAxLjMyOSAwIDYuNDQ3LjQyMyA2LjQ0Ny40MjNsMS4xODktOC4zM3MtMy4zMTItLjc0MS04LjcwNC0uNzQxYy02Ljk4IDAtMTQuMDYzIDIuNzg2LTE0LjA2MyAxMi4zMTggMCAxMC44MDIgMTEuODEyIDkuNzE3IDExLjgxMiAxNC4yNjcgMCAzLjAzNy0zLjMgMy4yODctNS44NDQgMy4yODctNC40MDEgMC04LjM2My0xLjUxMS04LjM3Ny0xLjQzOGwtMS4yNiA4LjI0NWMuMjMuMDcgMi42NzUgMS4xNTcgMTAuNTg4IDEuMTU3ek0yNzcuMDYzIDcxLjQ0OWwtMS43MDUgMTIuNzA5cy0zLjU1My00LjkwNS05LjExMi00LjkwNWMtMTAuNDU5IDAtMTUuODQ5IDEwLjQyMy0xNS44NDkgMjIuMzk2IDAgNy43MyAzLjg0NCAxNS4zMDcgMTEuNjk5IDE1LjMwNyA1LjY1MSAwIDguNzg0LTMuOTQxIDguNzg0LTMuOTQxbC0uNDE1IDMuMzY1aDkuMTc4bDcuMjA3LTQ0Ljg2Mi05Ljc4Ny0uMDd6bS00LjA1MiAyNC43YzAgNC45ODQtMi40NjggMTEuNjQtNy41ODEgMTEuNjQtMy4zOTYgMC00Ljk4OC0yLjg1LTQuOTg4LTcuMzIzIDAtNy4zMTUgMy4yODUtMTIuMTQgNy40MzItMTIuMTQgMy4zOTQgMCA1LjEzNyAyLjMzIDUuMTM3IDcuODI0ek0xNy4wMDUgMTE2LjQxN2w1Ljc0My0zMy44Ny44NDQgMzMuODdoNi40OTlsMTIuMTI1LTMzLjg3LTUuMzcxIDMzLjg3aDkuNjU4bDcuNDM3LTQ0LjkyMi0xNS4zNDItLjExNy05LjEyNiAyNy41MDQtLjI1LTI3LjM4N2gtMTQuMDZsLTcuNTQ0IDQ0LjkyMmg5LjM4N3oiIGZpbGw9IiMwMDYiLz48cGF0aCBkPSJNMTYyLjM1NyAxMTYuNDhjMi43NDYtMTUuNjE0IDMuNzI0LTI3Ljk0NiAxMS43MzItMjUuMzkyIDEuMTUtNi4wNDQgMy44OTEtMTEuMyA1LjE0My0xMy44NTggMCAwLS4zOTYtLjU5LTIuODcxLS41OS00LjIyNSAwLTkuODY2IDguNTc1LTkuODY2IDguNTc1bC44NDMtNS4zMDFoLTguNzg2bC01Ljg4NCAzNi41NjZoOS42ODl6TTIxOS4wMDYgNzkuMDA2Yy02LjQ3MiAwLTExLjQzIDIuMDc5LTExLjQzIDIuMDc5bC0xLjM2OSA4LjEyN3M0LjA5NS0xLjY2MyAxMC4yOC0xLjY2M2MzLjUxNCAwIDYuMDgzLjM5NSA2LjA4MyAzLjI1IDAgMS43MzQtLjMxMyAyLjM3NC0uMzEzIDIuMzc0cy0yLjc3LS4yMzEtNC4wNTUtLjIzMWMtOS4yMSAwLTE2LjcyOSAzLjQ4Mi0xNi43MjkgMTMuOTggMCA4LjI3MyA1LjYyMiAxMC4xNyA5LjEwNyAxMC4xNyA2LjY1NSAwIDkuMjkyLTQuMjAzIDkuNDQzLTQuMjE1bC0uMDc4IDMuNDg4aDguMzFsMy43MDQtMjUuOThjLjAwMS0xMS4wMjUtOS42MTUtMTEuMzgtMTIuOTUzLTExLjM4em0xLjQzNiAyMS4wOTZjLjE4IDEuNTg2LS40MTEgOS4wODYtNi4wOTIgOS4wODYtMi45MzIgMC0zLjY5Mi0yLjI0LTMuNjkyLTMuNTYyIDAtMi41ODQgMS40MDItNS42ODMgOC4zMTUtNS42ODMgMS42MTEgMCAxLjE5OS4xMTYgMS40NjkuMTU5ek0yNDEuNTIyIDExNi40OGMxLjUwOC0xMS40ODcgNC4yOTktMjcuNjE1IDExLjczMS0yNS4zOTIgMS4xNDktNi4wNDQuMDQxLTYuMDI4LTIuNDMzLTYuMDI4LTQuMjI4IDAtNS4xNjQuMTU0LTUuMTY0LjE1NGwuODQ0LTUuMzAxaC04Ljc4NWwtNS44ODQgMzYuNTY3aDkuNjl6IiBmaWxsPSIjMDA2Ii8+PGc+PHBhdGggZD0iTTEyMi40MzQgMTEzLjA1OWwxLjE4MS04LjAxOWMtLjY0NSAwLTEuNTk0LjI3Ni0yLjQzMS4yNzYtMy4yODQgMC0zLjY0Ni0xLjc0Ni0zLjQzNy0zLjAzN2wyLjY1My0xNi4zNjJoNC45OTFsMS4yMDUtOC44N2gtNC43MDZsLjk1OC01LjUxNmgtOS40MzRjLS4yMDguMjA4LTUuNTY5IDMxLjAyMy01LjU2OSAzNC43NzUgMCA1LjU1NSAzLjExOSA4LjAyOSA3LjUxNyA3Ljk4OSAzLjQ0NC0uMDI5IDYuMTI2LS45ODIgNy4wNzItMS4yMzZ6TTEyNS40MjMgOTcuNzdjMCAxMy4zMzIgOC44IDE2LjUgMTYuMjk3IDE2LjUgNi45MiAwIDkuOTY1LTEuNTQ3IDkuOTY1LTEuNTQ3bDEuNjYyLTkuMDk5cy01LjI2NCAyLjMxOS0xMC4wMTggMi4zMTljLTEwLjEzIDAtOC4zNTYtNy41NTMtOC4zNTYtNy41NTNoMTkuMTcyczEuMjM4LTYuMTEzIDEuMjM4LTguNjA0YzAtNi4yMTYtMy4wOTQtMTMuNzktMTMuNDUyLTEzLjc5LTkuNDg2LjAwMi0xNi41MDggMTAuMjIzLTE2LjUwOCAyMS43NzR6bTE2LjU0NC0xMy4zMjVjNS4zMjQgMCA0LjM0MiA1Ljk4MyA0LjM0MiA2LjQ2N2gtMTAuNDc0YzAtLjYxOC45OS02LjQ2NyA2LjEzMi02LjQ2N3pNMjAxLjcwNyAxMTMuMDU1bDEuNjg4LTEwLjI4NXMtNC42MjkgMi4zMjEtNy44MDYgMi4zMjFjLTYuNjkyIDAtOS4zNzYtNS4xMS05LjM3Ni0xMC42IDAtMTEuMTM3IDUuNzU4LTE3LjI2NCAxMi4xNjgtMTcuMjY0IDQuODA3IDAgOC42NjUgMi42OTkgOC42NjUgMi42OTlsMS41NC05Ljk5M3MtNS43MjEtMi4zMTUtMTAuNjI1LTIuMzE1Yy0xMC44OTEgMC0yMS40ODYgOS40NDgtMjEuNDg2IDI3LjE5MiAwIDExLjc2NiA1LjcyMSAxOS41MzcgMTYuOTc5IDE5LjUzNyAzLjE4My4wMDEgOC4yNTMtMS4yOTIgOC4yNTMtMS4yOTJ6TTcwLjU0NyA3Ni4xNDNjLTYuNDY5IDAtMTEuNDI4IDIuMDc5LTExLjQyOCAyLjA3OWwtMS4zNjkgOC4xMjdzNC4wOTMtMS42NjMgMTAuMjgtMS42NjNjMy41MTMgMCA2LjA4My4zOTUgNi4wODMgMy4yNSAwIDEuNzM0LS4zMTUgMi4zNzQtLjMxNSAyLjM3NHMtMi43NzEtLjIzMi00LjA1NC0uMjMyYy04LjE1OSAwLTE2LjczIDMuNDgyLTE2LjczIDEzLjk4IDAgOC4yNzIgNS42MjMgMTAuMTcgOS4xMDggMTAuMTcgNi42NTYgMCA5LjUyNS00LjMxOSA5LjY3OC00LjMzMmwtLjMxMSAzLjYwNWg4LjMwN2wzLjcwNi0yNS45ODFjMC0xMS4wMjItOS42MTUtMTEuMzc3LTEyLjk1NS0xMS4zNzd6bTIuMDIxIDIxLjE1NGMuMTggMS41ODctLjk5NSA5LjAyNi02LjY3NSA5LjAyNi0yLjkzIDAtMy42OTItMi4yMzgtMy42OTItMy41NjIgMC0yLjU4MiAxLjQwMy01LjY4MiA4LjMxNi01LjY4MiAxLjYwOC4wMDIgMS43OC4xNzQgMi4wNTEuMjE4ek05Mi4zMzEgMTE0LjAzOGMyLjEyNSAwIDE0LjI3My41NCAxNC4yNzMtMTEuOTk1IDAtMTEuNzE5LTExLjI0NS05LjQwNC0xMS4yNDUtMTQuMTEyIDAtMi4zNDQgMS44MzMtMy4wODIgNS4xODMtMy4wODIgMS4zMyAwIDYuNDQ3LjQyMyA2LjQ0Ny40MjNsMS4xOS04LjMzYzAgLjAwMS0zLjMxMi0uNzQxLTguNzA0LS43NDEtNi45NzkgMC0xNC4wNjMgMi43ODYtMTQuMDYzIDEyLjMxOCAwIDEwLjgwMSAxMS44MTIgOS43MTcgMTEuODEyIDE0LjI2NyAwIDMuMDM3LTMuMyAzLjI4NC01Ljg0MyAzLjI4NC00LjQwMSAwLTguMzY0LTEuNTEtOC4zNzgtMS40MzhsLTEuMjU4IDguMjQ2Yy4yMjguMDcgMi42NzIgMS4xNiAxMC41ODYgMS4xNnpNMjc5Ljg1MiA2OC42NjhsLTIuMDM1IDEyLjYyN3MtMy41NTEtNC45MDUtOS4xMS00LjkwNWMtOC42NDQgMC0xNS44NDkgMTAuNDIyLTE1Ljg0OSAyMi4zOTcgMCA3LjczIDMuODQzIDE1LjMwNCAxMS42OTkgMTUuMzA0IDUuNjUxIDAgOC43ODQtMy45NCA4Ljc4NC0zLjk0bC0uNDE1IDMuMzY1aDkuMTc2bDcuMjA3LTQ0Ljg2My05LjQ1Ny4wMTV6bS00LjM4MSAyNC42MmMwIDQuOTgzLTIuNDY3IDExLjYzOS03LjU4MiAxMS42MzktMy4zOTUgMC00Ljk4Ni0yLjg1LTQuOTg2LTcuMzIzIDAtNy4zMTQgMy4yODUtMTIuMTQgNy40My0xMi4xNCAzLjM5Ni0uMDAxIDUuMTM4IDIuMzMyIDUuMTM4IDcuODI0ek0xOS40NjYgMTEzLjU1NWw1Ljc0My0zMy44Ny44NDMgMzMuODdoNi41bDEyLjEyNS0zMy44Ny01LjM3MSAzMy44N2g5LjY1OGw3LjQzOC00NC45MjNINDEuNDY3bC05LjMwMSAyNy41NjMtLjQ4NC0yNy41NjNIMTcuOTE1bC03LjU0NSA0NC45MjNoOS4wOTZ6TTE2NC44MTggMTEzLjYxN2MyLjc0Ni0xNS42MTYgMy4yNTUtMjguMjk2IDkuODA4LTI1Ljk3NSAxLjE0Ny02LjA0NCAyLjI1NC04LjM4MiAzLjUwNi0xMC45NCAwIDAtLjU4Ny0uMTIzLTEuODE5LS4xMjMtNC4yMjUgMC03LjM1NSA1Ljc3Mi03LjM1NSA1Ljc3MmwuODQxLTUuMzAxaC04Ljc4NGwtNS44ODUgMzYuNTY3aDkuNjg4ek0yMjMuNDc1IDc2LjE0M2MtNi40NjkgMC0xMS40MjggMi4wNzktMTEuNDI4IDIuMDc5bC0xLjM2OCA4LjEyN3M0LjA5My0xLjY2MyAxMC4yOC0xLjY2M2MzLjUxMyAwIDYuMDgxLjM5NSA2LjA4MSAzLjI1IDAgMS43MzQtLjMxMyAyLjM3NC0uMzEzIDIuMzc0cy0yLjc3LS4yMzItNC4wNTUtLjIzMmMtOC4xNTggMC0xNi43MjkgMy40ODItMTYuNzI5IDEzLjk4IDAgOC4yNzIgNS42MjIgMTAuMTcgOS4xMDcgMTAuMTcgNi42NTYgMCA5LjUyNS00LjMxOSA5LjY3Ny00LjMzMmwtLjMwOSAzLjYwNWg4LjMwN2wzLjcwNS0yNS45ODFjLjAwMS0xMS4wMjItOS42MTUtMTEuMzc3LTEyLjk1NS0xMS4zNzd6bTIuMDI0IDIxLjE1NGMuMTggMS41ODctLjk5NiA5LjAyNi02LjY3OCA5LjAyNi0yLjkzIDAtMy42OS0yLjIzOC0zLjY5LTMuNTYyIDAtMi41ODIgMS40MDMtNS42ODIgOC4zMTUtNS42ODIgMS42MDguMDAyIDEuNzguMTc0IDIuMDUzLjIxOHpNMjQ0LjAyMyAxMTMuNjE3YzIuNzQ3LTE1LjYxNiAzLjI1Ni0yOC4yOTYgOS44MDctMjUuOTc1IDEuMTQ5LTYuMDQ0IDIuMjU3LTguMzgyIDMuNTA4LTEwLjk0IDAgMC0uNTg3LS4xMjMtMS44Mi0uMTIzLTQuMjI0IDAtNy4zNTQgNS43NzItNy4zNTQgNS43NzJsLjg0LTUuMzAxaC04Ljc4M2wtNS44ODUgMzYuNTY3aDkuNjg3ek0yODkuMTA1IDEwNy45NzVjLjQ3OSAwIC45NTEuMTIzIDEuNDA2LjM3My40NTkuMjQyLjgxNi41OTggMS4wNzIgMS4wNTkuMjU3LjQ1OC4zODMuOTM1LjM4MyAxLjQzNCAwIC40OTMtLjEyNi45NjktLjM3OSAxLjQyNGEyLjY1NSAyLjY1NSAwIDAgMS0xLjA1OSAxLjA2M2MtLjQ1NC4yNS0uOTMuMzc2LTEuNDI0LjM3Ni0uNDk4IDAtLjk3NC0uMTI2LTEuNDI5LS4zNzZhMi42NzggMi42NzggMCAwIDEtMS4wNTgtMS4wNjMgMi44NjUgMi44NjUgMCAwIDEtLjM4MS0xLjQyNGMwLS40OTkuMTI3LS45NzYuMzg0LTEuNDM0YTIuNjMgMi42MyAwIDAgMSAxLjA3My0xLjA1OWMuNDYxLS4yNS45MzMtLjM3MyAxLjQxMi0uMzczbTAgLjQ3MmMtLjQwMSAwLS43OTMuMTA0LTEuMTc2LjMxM2EyLjE4MyAyLjE4MyAwIDAgMC0uODk0Ljg4NWMtLjIxNC4zODEtLjMyMi43OC0uMzIyIDEuMTk0cy4xMDQuODEuMzEzIDEuMTg4Yy4yMTMuMzc3LjUwOS42NzMuODkxLjg4Ni4zNzguMjA4Ljc3My4zMTMgMS4xODguMzEzLjQxMiAwIC44MS0uMTA1IDEuMTg4LS4zMTMuMzc4LS4yMTMuNjc0LS41MDkuODg0LS44ODYuMjExLS4zODEuMzE0LS43NzQuMzE0LTEuMTg4cy0uMTA3LS44MTMtLjMyMS0xLjE5NGEyLjE2IDIuMTYgMCAwIDAtLjg5NC0uODg1IDIuNDA4IDIuNDA4IDAgMCAwLTEuMTcxLS4zMTNtLTEuMjU1IDMuOTc2di0zLjA4M2gxLjA2MWMuMzYxIDAgLjYyNS4wMjkuNzg1LjA4OGEuNzU2Ljc1NiAwIDAgMSAuMzg4LjI5Ny43ODQuNzg0IDAgMCAxIC4xNDYuNDUxLjgxNy44MTcgMCAwIDEtLjI0NC41ODguOTM0LjkzNCAwIDAgMS0uNjM3LjI4Ljk0Ni45NDYgMCAwIDEgLjI2Mi4xNjNjLjEyMy4xMjIuMjc1LjMyNi40NTUuNjExbC4zNzcuNjA0aC0uNjA5bC0uMjcxLS40ODVjLS4yMTYtLjM4My0uMzg5LS42MjEtLjUyMS0uNzE4LS4wOTEtLjA3MS0uMjI0LS4xMDYtLjM5OS0uMTA2aC0uMjkxdjEuMzExbC0uNTAyLS4wMDFtLjQ5OC0xLjczNWguNjA0Yy4yODkgMCAuNDg0LS4wNDMuNTg4LS4xMjlhLjQxOC40MTggMCAwIDAgLjE2LS4zNDIuNDA0LjQwNCAwIDAgMC0uMDc1LS4yNDIuNDU4LjQ1OCAwIDAgMC0uMjEzLS4xNjRjLS4wOTEtLjAzNS0uMjU0LS4wNTMtLjQ5OC0uMDUzaC0uNTY1di45MyIgZmlsbD0iI2ZmZiIvPjwvZz48L2c+PC9zdmc+), url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSI2MCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDg4LjA0ODcgMjYuOTk1OSIgaWQ9InN2ZzIiPjxkZWZzIGlkPSJkZWZzNCI+PHN0eWxlIGlkPSJzdHlsZTYiLz48L2RlZnM+PGcgaWQ9Imc1MDg4Ij48cGF0aCBpZD0icG9seWdvbjEwIiBmaWxsPSIjMDA0Njg2IiBkPSJNMzEuMDE4IDI2LjYwOEwzNS40NzUuNDU0aDcuMTNsLTQuNDYgMjYuMTU0aC03LjEyN3oiLz48cGF0aCBkPSJNNjMuOTk5IDEuMDk4QzYyLjU4Ni41NjggNjAuMzczIDAgNTcuNjA5IDBjLTcuMDQzIDAtMTIuMDA1IDMuNTQ3LTEyLjA0NyA4LjYzLS4wNCAzLjc1OSAzLjU0MiA1Ljg1NSA2LjI0NiA3LjEwNiAyLjc3NSAxLjI4MSAzLjcwOCAyLjEgMy42OTQgMy4yNDQtLjAxNyAxLjc1My0yLjIxNSAyLjU1NC00LjI2NCAyLjU1NC0yLjg1NCAwLTQuMzctLjM5Ni02LjcxLTEuMzcybC0uOTItLjQxNy0xIDUuODU1YzEuNjY2LjczIDQuNzQ0IDEuMzYzIDcuOTQxIDEuMzk2IDcuNDk0IDAgMTIuMzU4LTMuNTA3IDEyLjQxMy04LjkzNS4wMjctMi45NzYtMS44NzItNS4yNC01Ljk4NC03LjEwNi0yLjQ5Mi0xLjIxLTQuMDE4LTIuMDE3LTQuMDAyLTMuMjQyIDAtMS4wODggMS4yOTItMi4yNSA0LjA4Mi0yLjI1IDIuMzMyLS4wMzcgNC4wMi40NzIgNS4zMzYgMS4wMDJsLjYzOS4zMDEuOTY2LTUuNjY4eiIgaWQ9InBhdGgxMiIgZmlsbD0iIzAwNDY4NiIvPjxwYXRoIGQ9Ik04Mi4yNzkuNDc4SDc2Ljc3Yy0xLjcwNiAwLTIuOTgzLjQ2Ny0zLjczMyAyLjE3TDYyLjQ1IDI2LjYxNmg3LjQ4NnMxLjIyNC0zLjIyMyAxLjUtMy45M2MuODIgMCA4LjA5LjAxMSA5LjEzLjAxMS4yMTQuOTE2Ljg2OCAzLjkyLjg2OCAzLjkybDYuNjE1LS4wMDFMODIuMjc5LjQ3OG0tOC43OSAxNi44NThjLjU4OS0xLjUwNyAyLjg0LTcuMzEgMi44NC03LjMxLS4wNDIuMDY5LjU4NC0xLjUxNS45NDUtMi40OTZsLjQ4MiAyLjI1NCAxLjY1IDcuNTUzaC01LjkxOHoiIGlkPSJwYXRoMTQiIGZpbGw9IiMwMDQ2ODYiLz48cGF0aCBkPSJNMjUuMDQuNDczbC02Ljk4IDE3LjgzNS0uNzQzLTMuNjI0Yy0xLjMtNC4xNzktNS4zNDgtOC43MDUtOS44NzMtMTAuOTcxbDYuMzgxIDIyLjg3MiA3LjU0My0uMDA5TDMyLjU5LjQ3M0gyNS4wNHoiIGlkPSJwYXRoMTYiIGZpbGw9IiMwMDQ2ODYiLz48cGF0aCBkPSJNMTEuNTg2LjQ1N0guMDkxTDAgMS4wMDFjOC45NDMgMi4xNjUgMTQuODYgNy4zOTcgMTcuMzE3IDEzLjY4M2wtMi41LTEyLjAxOUMxNC4zODYgMS4wMSAxMy4xMzQuNTE1IDExLjU4Ni40NTd6IiBpZD0icGF0aDE4IiBmaWxsPSIjZWY5YjExIi8+PC9nPjwvc3ZnPg==);
}


/* ==============================
   Shortcodes
   ============================== */

.margin-block{
  margin-bottom: 30px;
}


/*
 * Owl Carousel
 */

.owl-carousel{
    overflow: visible;
}
.owl-buttons{
  position: static;
}
.home-slider .owl-prev {
  left: 20px;
}
.home-slider .owl-next {
  right: 20px;
}
.home-slider:hover .owl-prev{
  opacity: 1;
  left: 20px;
}
.home-slider:hover .owl-next{
  opacity: 1;
  right: 20px;
}
.owl-prev,
.owl-next{
  opacity: 1;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 50px;
  text-align: center;
  color: #fff;
    
    z-index: 6;
  
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.owl-next:before{
    left: auto;
    right: 0;
}
.owl-prev .fa,
.owl-next .fa{
    position: relative;
}
.owl-prev:hover,
.owl-next:hover{  
  -webkit-transition: 0 none !important;  
    -moz-transition: 0 none !important;  
   -ms-transition: 0 none !important;
    -o-transition: 0 none !important;    
    transition:0 none !important;  
}
.owl-prev:hover:before,
.owl-next:hover:before{
    opacity: 0.87;
}
.owl-prev:active:before,
.owl-next:active:before{  
  opacity: 0.6;
}
.owl-pagination{
  display: block;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
}
.owl-page{
  display: inline-block;
  padding: 6px 4px;
    position: relative;
}
.owl-page span{
  width: 6px;
  height: 6px;
  display: block;
  background: rgba(11,11,11, .5);
    position: relative;
    z-index: 1000 !important;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  
  -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
  -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
  
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.owl-page:hover span{
  background: rgba(255,255,255, 1);
}
.owl-page.active span{    
  background: #c5171b;
    border: 1px solid #c5171b;
    
    -webkit-transform: scale(1.3333333);
    -moz-transform: scale(1.3333333);
    -o-transform: scale(1.3333333);
    -ms-transform: scale(1.3333333);
    transform: scale(1.3333333);
}

.item-carousel .owl-prev{
  left: -35px;
  color: #232323;
  font-size: 18px;
  border: 1px solid #ddd;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
}
.item-carousel .owl-next{
  right: -35px;
  color: #232323;
  font-size: 18px;
  border: 1px solid #ddd;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
}
section:hover .item-carousel.owl-carousel .owl-prev{
  opacity: 1;
  left: -35px;
}
section:hover .item-carousel.owl-carousel .owl-next{
  opacity: 1;
  right: -35px;
}
.small-item-carousel .owl-prev{
  left: 35px;
  color: #232323;
  font-size: 18px;
  border: none;
  background-color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
}
.small-item-carousel .owl-next{
  right: 35px;
  color: #232323;
  font-size: 18px;
  border: none;
  background-color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
}
section:hover .small-item-carousel.owl-carousel .owl-prev{
  opacity: 1;
  left: 35px;
}
section:hover .small-item-carousel.owl-carousel .owl-next{
  opacity: 1;
  right: 35px;
}
.small-item-carousel {
  padding-bottom: 0px;
}
.small-item-carousel .owl-pagination{
  bottom: 0;
}
.work-full-slider .owl-pagination,
.content-slider .owl-pagination{
  bottom: 15px;
}

.single-carousel,
.small-item-carousel{
    margin-bottom: 0px;
}
.single-carousel .owl-pagination,
.small-item-carousel .owl-pagination{
    position: relative;
    left: 0;
    top: 35px;
    margin: 0;
}
.single-carousel.black .owl-page span,
.small-item-carousel.black .owl-page span{
    background: rgba(0,0,0, .15);
    
    -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.single-carousel.black .owl-page:hover span,
.small-item-carousel.black .owl-page:hover span{
    background: rgba(0,0,0, .4);
}
.single-carousel.black .owl-page.active span,
.small-item-carousel.black .owl-page.active span{
  background: rgba(0,0,0, .4);
}

.single-carousel.black .owl-prev,
.single-carousel.black .owl-next,
.small-item-carousel.black .owl-prev,
.small-item-carousel.black .owl-next{
    color: rgba(0,0,0, .2);
    text-shadow: none;
    
    -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.single-carousel.black .owl-prev:hover,
.single-carousel.black .owl-next:hover,
.small-item-carousel.black .owl-prev:hover,
.small-item-carousel.black .owl-next:hover{
    color: rgba(0,0,0, .35);
}
.single-carousel .owl-prev {
  left: -125px;
}
.single-carousel .owl-next {
  right: -125px;
}
section:hover .single-carousel .owl-prev {
  opacity: 1;
  left: -80px;
}
section:hover .single-carousel .owl-next {
  opacity: 1;
  right: -80px;
}

.black-arrows .owl-prev,
.black-arrows .owl-next{
    color: #fff;
}
.black-arrows .owl-prev:before,
.black-arrows .owl-next:before{
        background: rgba(0,0,0, 1);
}



/*
 * Tabs
 */

.tpl-tabs{
  border-color: #e5e5e5;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;  
}
.tpl-tabs > li > a{
    text-decoration: none;
    color: #333;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.tpl-tabs > li > a:hover{
  background-color: #f5f5f5;
}
.tpl-tabs li.active a{
  color: #000;
  background-color: #f5f5f5;
}
.tpl-tabs-cont{
  padding: 30px 0;
  color: #777;
  line-height: 1.8;
}

/*
 * Tabs minimal
 */

.tpl-minimal-tabs{
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;  
  border: none;
}
.tpl-minimal-tabs > li{
  padding: 0 30px;
  background: none !important;
}
.tpl-minimal-tabs > li > a{
  padding: 6px 20px 5px;
  text-decoration: none;
  color: #000;
  background: none;
  border: 1px solid transparent;
  
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.tpl-minimal-tabs > li > a:hover{
  background: none;
  border-color: #e9e9e9;
  color: #777;
}
.tpl-minimal-tabs li.active a,
.tpl-minimal-tabs li.active a:hover{
  border: 1px solid #c5171b !important;
  background: #c5171b !important;
  color: #fff;
  cursor: default;
}
.tpl-minimal-tabs li.active a:focus {
  color: #fff;
}
.tpl-minimal-tabs-cont{
}

/*
 * Tabs Alternative
 */
.tpl-alt-tabs{
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.4em;  
  border: none;
}
.tpl-alt-tabs > li{
    width: 215px;
    display: inline-block;
    vertical-align: top;
    float: none;    
  padding: 0;    
  background: none !important;
    
}
.tpl-alt-tabs > li > a{
  text-decoration: none;
  color: #a3a3a3;
  background: none !important;
  border: none !important;
    
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
}
.tpl-alt-tabs > li > a:hover{
  background: none;
    color: #111;
}
.tpl-alt-tabs li.active a,
.tpl-alt-tabs li.active a:hover{
  cursor: default;
    color: #111;
}
.alt-tabs-icon{
    display: block;
    margin-bottom: 12px;
    font-size: 48px;
    letter-spacing: 0;
}
.tpl-minimal-tabs-cont{
}


/*
 * Alert messages
 */

.alert{
  margin: 0 auto 10px;
  padding: 14px 20px; 
    
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    
  border: 1px solid #ededed;
  font-size: 11px;
  letter-spacing: 0px;
  text-transform: none;
  color: #333;
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  
}
.success{
  border-color: #a9e2c2;
  color: #36a367;
}
.info{
  border-color: #9ecdfc;
  color: #297ad3;
}
.notice{
  border-color: #f9ce75;
  color: #e9a00a;
}
.error{
  border-color: #ffbbbb;
  color: #e33131;
}


/*
 * Accordion
 */

.accordion > dt{
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.accordion > dt > a{
  display: block;
  position: relative;
  color: #777;
  text-decoration: none;
  padding: 14px 20px;
  border: 1px solid #e5e5e5;
  
  
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.accordion > dt > a:hover{
  text-decoration: none;
  border-color: #ddd;
  background-color: #fcfcfc;  
  color: #444;
}
.accordion > dt > a.active{
  color: #000;
  border-color: #ddd;
  background-color: #fcfcfc;
  cursor: default;
}
.accordion > dt > a:after{
  content: "\f107";
  width: 15px;
  height: 15px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #999;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.accordion > dt > a.active:after,
.accordion > dt > a.active:hover:after{
  content: "\f106";
  color: #111;
}
.accordion > dt > a:hover:after{
  color: #444;
}

.accordion > dd{
  margin-bottom: 10px;
  padding: 10px 20px 20px;
  font-size: 14px;
  line-height: 1.8;
  color: #777;
}

/*
 * Toggle
 */
.toggle {
    margin-top: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.toggle > dt{
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0em;
}
.toggle > dt > a{
  display: block;
  position: relative;
  font-size: 18px;
    font-weight: 600;
    color: #232323;
    line-height: 1.7;
  text-decoration: none;
  padding: 20px 0px 0;
  border-top: 1px solid #e5e5e5;
  
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.toggle > dt > a:hover{
  text-decoration: none;
}
.toggle > dt > a.active{
  color: #000;
}
.toggle > dt > a:after{
  content: "\f107";
  width: 15px;
  height: 15px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 25px;
  line-height: 15px;
  text-align: center;
  color: #b7b7b7;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.toggle > dt > a.active:after,
.toggle > dt > a.active:hover:after{
  content: "\f106";
  color: #111;
}
.toggle > dt > a:hover:after{
  color: #444;
}
.toggle > dd{
  margin-bottom: 10px;
  padding: 10px 0px;
  font-size: 15px;
  line-height: 1.8;
  color: #232323;
}


/*
 * Progress bars
 */

.tpl-progress{
    margin-top: 10px;
  margin-bottom: 50px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: visible;
  height: 2px;
  background: #f0f0f0;
  
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.tpl-progress .progress-bar{
  padding-top: 2px;
  position: relative;
  overflow: visible;
  background-color: #222;
  font-size: 11px;
  color: #000;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tpl-progress .progress-bar > span{
  display: inline-block;  
  min-width: 24px;
  height: 24px;
  padding: 0 3px;
  position: absolute;
  top: 0px;
  right: -5px;

  text-align: center;
  line-height: 23px;
  letter-spacing: 0;
  
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;

}
.progress-color .progress-bar{
  background-color: #e41919;
  color: #e41919;
}
.progress-color .progress-bar > span{
  background-color: #e41919;
  color: #fff;
}

/* Alt bar */
.tpl-progress-alt{
    background: #f2f2f2;
    
    -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
    
    -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.tpl-progress-alt .progress-bar{
    padding-left: 5px;
    padding-right: 5px;
  position: relative;
  overflow: visible;
  background-color: #222;
  font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
  color: #fff;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.highlight pre{
    border-color: #eaeaea;
    background: #fcfcfc;
    color: #555;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*
 * Font icons examples
 */

.fa-examples{
    color: #555;
    margin-left: 1px;
}
.fa-examples > div{
    padding: 0;
    border: 1px solid #e5e5e5;
    margin: -1px 0 0 -1px;
    font-size: 13px;
}
.fa-examples > div:hover{
    background: #f0f0f0;
    color: #000;
}
.fa-examples > div > i{
    display: inline-block;
    margin-right: 5px;
    min-width: 40px;
    min-height: 40px;
    border-right: 1px solid #f1f1f1;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}
.fa-examples > div > .muted{
    margin-left: 5px;
    color: #999;
    font-size: 12px;
}
.fa-sm{
    width: 20px;
    font-size: 14px;
}

.et-examples{
    color: #555;
    margin-left: 1px;
    vertical-align: middle;
}
.et-examples .box1{
    display: block;
    width: 33%;
    float: left;
    padding: 0;
    border: 1px solid #e5e5e5;
    margin: -1px 0 0 -1px;
    font-size: 13px;
}
@media only screen and (max-width: 1024px) {
    .et-examples .box1{
        width: 50%;
    }
}
@media only screen and (max-width: 480px) {
    .et-examples .box1{
        width: 100%;
    }
}
.et-examples .box1:hover{
    background: #f8f8f8;
    color: #111;
}
.et-examples .box1 > span{
    display: inline-block;
    margin-right: 5px;
    min-width: 70px;
    min-height: 70px;
    border-right: 1px solid #f1f1f1;
    line-height:70px;
    text-align: center;
    font-size: 32px;
}

/* ==============================
   Intro page
   ============================== */

.intro-image{
    width:100%;
}
.intro-label{
    position: absolute;
    top:7px;
    right: 10px;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 1px;
}

.intro-label-alt{
    position: absolute;
    bottom: -10px;
    right: 10px;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 1px;
}
.bookinginfo-label{
    position: absolute;
    top: 10px;
    right: 50px;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 1px;
}
.intro-label-alt label {
  border-radius: 0;
}


/* ==============================
   Special demos
   ============================== */

/*
 * Magazine
 */

.magazine-logo-text{
   margin-top: 0;
    position: relative;
  font-size: 25px;
    font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
    line-height: 1.8;
}

.blog-posts-carousel-item{
    padding-bottom: 20px;
}
.blog-posts-carousel-item .post-prev-title,
.blog-posts-carousel-item .post-prev-info{
    padding: 0 10px;
}

.blog-post-prev-small{
  color: #aaa;
    font-size: 12px;
  padding: 12px 0;
    border-top: 1px dotted #eaeaea;
}

.blog-post-prev-small a{
    font-size: 13px;
    display: block;
  color: #555;
  text-decoration: none;
  
  -webkit-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.blog-post-prev-small a:hover{
  color: #999;
}

.blog-posts-carousel-alt li img{
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.blog-posts-carousel-alt li:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    
    -webkit-transition: all 5s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 5s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 5s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 5s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 5s cubic-bezier(0.000, 0.000, 0.580, 1.000);    
    
}
.blog-slide-info{
    width: 100%;
    padding: 30px 30px 30px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
  text-transform: uppercase;
    text-align: center;
  font-size: 11px;
    letter-spacing: 1px;
  color: rgba(255,255,255, .75);
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;    
  box-sizing: border-box;
    
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .3));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .3));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .3));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .3));
    background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .3));
    background-color: rgba(0, 0, 0, 0);
    
    background: rgba(0,0,0, .65);
}
.blog-slide-title{
    margin-bottom: 6px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.blog-slide-title a{
    display: block;
    color: rgba(255,255,255, .85);
    text-decoration: none;
    
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.blog-slide-title a:hover{
    color: rgba(255,255,255, 1);
}
.blog-slide-data{
  text-transform: uppercase;
  font-size: 11px;
    letter-spacing: 1px;
}
.blog-slide-data a{
  color: rgba(255,255,255, .65);
  text-decoration: none;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.blog-slide-data a:hover{
  color: rgba(255,255,255, 1);
  text-decoration: none;
}

/*
 * Landing
 */

.play-video-link{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #111;
}
.play-video-link:hover,
.play-video-link:focus{
    color: #777;
    text-decoration: none;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.play-video-link .fa{
    vertical-align: middle;
}

.download-button{
    display: inline-block;
    position: relative;
    padding: 13px 20px 13px 55px;
    border: 2px solid #111;
    text-align: left;
    text-decoration: none;
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.download-button:hover,
.download-button:focus{
    text-decoration: none;
    color: #111;
    opacity: .6;
}
.db-icon{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
}
.db-title{
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}
.db-descr{
    display: block;
    font-size: 11px;
    color: #777;
    font-weight: 400;
}

/*
 * Photography 1
 */

.fullwidth-slideshow{
    cursor: grab;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}
.fullwidth-slideshow-pager-wrap{
    cursor: default;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 60px 0 20px 0;
    
    z-index: 25;
    
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .65));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .65));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .65));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .65));
    background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .65));
    background-color: rgba(0, 0, 0, 0);
}
.fullwidth-slideshow-pager-wrap .owl-item{
    opacity: .7;
    -webkit-transition: all 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.fullwidth-slideshow-pager-wrap .owl-item:hover{
    opacity: 1;
}
.fullwidth-slideshow-pager-wrap .owl-item.synced{
    opacity: 1;
}
.fsp-item{
    margin: 0 2px;
    cursor: pointer;
}
.fsp-item:active{
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    -o-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
}
.fsp-item img{
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -border-radius: 2px;
    
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, .75);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .75);
}


/*
 * Photography 2
 */

.side-panel-is-left{
    margin-left: 270px;
}
.sp-overlay{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(10,10,10, .85);
    cursor:crosshair;
    
    z-index: 1030;
}
.side-panel{
    position: fixed;
    top: 0;
    left: 0;
    width: 270px;
    height: 100%;
    padding-bottom: 60px;
    overflow-y: auto;
    color: rgba(255,255,255, .65);
    background: #151515;
    text-align: center;
    
    z-index: 1031;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-close-button{
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255,255,255, .5);
    opacity: .5;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
   
    
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg); 
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    
    -webkit-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.sp-close-button:hover{
    opacity: .75;
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg); 
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sp-close-button:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width:14px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #fff;
}
.sp-close-button:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width:2px;
    height: 14px;
    margin: -7px 0 0 -1px;
    background: #fff;
}

/* Responsive menu button */

.sp-button{
    display: none;
    position: fixed;
    top: 20px;
    left: 20px;
    width: 54px;
    height: 54px;
    background: #111;
    opacity: .85;
    text-indent: -12345px;
    z-index: 1030;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    
    -webkit-transition: opacity 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: opacity 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: opacity 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: opacity 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: opacity 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.sp-button:hover{
    opacity: 1;
}
.sp-button span{
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -11px;
    
    -webkit-transition: all 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.sp-button span:before,
.sp-button span:after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: -6px;
    left: 0;

    -webkit-transition: top 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), bottom 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), -webkit-transform 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000) 0.07s;
    -moz-transition: top 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), bottom 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), -moz-transform 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000) 0.07s;
    -o-transition: top 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), bottom 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), -o-transform 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000) 0.07s;
    -ms-transition: top 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), bottom 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), -ms-transform 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000) 0.07s;
    transition: top 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), bottom 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), transform 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000) 0.07s;
}
.sp-button span:after{
    top: auto;
    bottom: -6px;
}


/* Logo */
 .sp-logo-wrap{
}
.sp-logo-wrap .logo{
    display: block;
    padding: 30px;
    text-align: center;
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
} 
.sp-logo-wrap .logo img{
    max-width: 100%;
}

/* Menu */

.sp-wrapper{
    
}
.sp-menu-links,
.sp-menu-links ul{
    margin: 0;
    padding: 10px 0;
    line-height: 1.3;
    text-align: center;
}
.sp-menu-links ul.sp-sub{
    padding: 0;
}
.sp-menu-links a{
    display: block;
    position: relative;
    margin: 0;
    padding: 15px 20px;
    color: #999;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    
    -webkit-tap-highlight-color: rgba(255,255,255, .1); 
        
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    
    z-index: 11;
}
.no-touch .sp-menu-links a:hover,
.sp-menu-links a:active,
.sp-menu-links li.js-opened > a{
    color: #d5d5d5;
    text-decoration: none;
}
.no-touch .sp-menu-links a:hover{
    background-color: rgba(255,255,255, .05);
}
.sp-menu-links li{
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.sp-menu-links li > a:active,
.sp-menu-links li a.active{
    color: #f5f5f5;
}
.sp-menu-links li.js-opened:before{
    display: none;
}
.no-touch .sp-menu-links li.js-opened > a:hover,
.sp-menu-links li.js-opened > a:active{
    color: #fff;
}

.sp-has-sub{
    
}
.sp-has-sub .fa{
    font-size: 14px;
}
.js-opened > .sp-has-sub > .fa{
    color: #fff;
}
.sp-sub{
    display: none;
    opacity: 0;
    position: relative;
}
.sp-sub > li > a{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    font-weight: 400;
}

.sp-menu-links li.js-opened .sp-sub{
    opacity: 1;
}
.sp-search{
    width: 100%;
}
.sp-search input.search-field{
    background: transparent;
    color: #555;
    text-align: center;
    border: none;
    border-bottom: 1px solid rgba(255,255,255, .2);
}
.sp-search input.search-field:hover{
    border: none;
    border-bottom: 1px solid rgba(255,255,255, .4);
}
.sp-search input.search-field:focus{
    color: #999;
    border-color: rgba(255,255,255, .7);
}
.sp-search .search-button:hover{
    color: #fff;
}


/* Social links */

.sp-social-links{
    position: fixed;
    bottom: 0;
    left: 0;
    width: inherit;
    padding: 10px 10px 30px 10px;
    font-size: 14px;
    text-align: center;
    background: transparent;
    
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    
    z-index: 1032;
}
.sp-social-links > a{
    display: inline-block;
    margin: 0 2px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border: 1px solid rgba(255,255,255, .15);
    text-align: center;    
    text-decoration: none;
    color: #555;
    
    -webkir-border-radius: 50%; 
    -moz-border-radius: 50%; 
    border-radius: 50%; 
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.sp-social-links > a:hover{
    border-color: rgba(255,255,255, .3);
    color: #999;
}

/* White side panel */

.side-panel.white{
    color: rgba(0,0,0, .65) !important;
    background: #fafafa;
    border-right: 1px solid rgba(0,0,0, .07);
}
.side-panel.white .sp-close-button{
    border: 1px solid rgba(0,0,0, .5);
}

.side-panel.white .sp-close-button:before{
    background: #000;
}
.side-panel.white .sp-close-button:after{
    background: #000;
}
.side-panel.white .sp-menu-links a{
    color: #777;
    -webkit-tap-highlight-color: rgba(0,0,0, .05); 
}
.side-panel.white .sp-menu-links li{
    border-top: 1px solid rgba(0,0,0, .04);
}
.side-panel.white .sp-menu-links li:last-child{
    border-bottom: 1px solid rgba(0,0,0, .04);
}

.no-touch .side-panel.white .sp-menu-links a:hover,
.side-panel.white .sp-menu-links a:active,
.side-panel.white .sp-menu-links li.js-opened > a{
    color: #111;
    text-decoration: none;
}
.no-touch .side-panel.white .sp-menu-links a:hover{
    background-color: rgba(0,0,0, .03);
}

.side-panel.white .sp-menu-links li > a:active,
.side-panel.white .sp-menu-links li a.active{
    color: #111;
}
.no-touch .side-panel.white .sp-menu-links li.js-opened > a:hover,
.side-panel.white .sp-menu-links li.js-opened > a:active{
    color: #111;
}

.side-panel.white .js-opened > .sp-has-sub > .fa{
    color: #333;
}
.side-panel.white .sp-sub > li{
    border: none!important;
}

.side-panel.white .sp-social-links > a{
    border: 1px solid rgba(0,0,0, .15);
    color: rgba(0,0,0, .4);
}
.side-panel.white .sp-social-links > a:hover{
    border-color: rgba(0,0,0, .3);
    color: rgba(0,0,0, .75);
}

/* Photo Tilt effect */

.tilt-wrap{
    width: 100%;
    position: relative;
}
.tilt{
    overflow: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
} 
.tilt__back, .tilt__front{
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
} 
.tilt__back{
    position: relative;
} 
.tilt__front{
    position: absolute;
    top: 0;
    left: 0;
}

/*
 * Coming soon page
 */

.countdown{
    display: inline-block;
}
.countdown > li{
    float: left;
    margin: 0 30px;
}
.countdown-number{
    position: relative;
    display: block;
    width: 94px;
    height: 94px;
    color: #111;
    font-size: 36px;
    text-align: center;
    line-height: 84px;
}
.countdown-number > span{
    position: relative;
    z-index: 2;
}
.countdown-number > b{
    display: block;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    color: #999;
    z-index: 2;
}
.countdown-number:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255, .95);
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    
    z-index: 1;
}

/* Dark Timer */

.countdown.dark .countdown-number{
    color: #fff;
}
.countdown.dark .countdown-number > b{
    color: #aaa;
}
.countdown.dark .countdown-number:before{
    background: rgba(0,0,0, .8);
}


/* ==============================
   Bootstrap multicolumn grid
   ============================== */

/* clear the first in row for any block that has the class "multi-columns-row" */
.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: left; }
.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: left; }
.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: left; }
.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: left; }
.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: left; }

@media (min-width: 768px) {
  /* reset previous grid */
  .multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: none; }
  .multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: none; }
  .multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: none; }
  .multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: none; }
  .multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: none; }

  /* clear first in row for small columns */
  .multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: left; }
  .multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: left; }
  .multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: left; }
  .multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: left; }
  .multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: left; }
}
@media (min-width: 992px) {
  /* reset previous grid */
  .multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: none; }
  .multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: none; }
  .multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: none; }
  .multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: none; }
  .multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: none; }

  /* clear first in row for medium columns */
  .multi-columns-row .col-md-6:nth-child(2n + 3) { clear: left; }
  .multi-columns-row .col-md-4:nth-child(3n + 4) { clear: left; }
  .multi-columns-row .col-md-3:nth-child(4n + 5) { clear: left; }
  .multi-columns-row .col-md-2:nth-child(6n + 7) { clear: left; }
  .multi-columns-row .col-md-1:nth-child(12n + 13) { clear: left; }
}
@media (min-width: 1200px) {
  /* reset previous grid */
  .multi-columns-row .col-md-6:nth-child(2n + 3) { clear: none; }
  .multi-columns-row .col-md-4:nth-child(3n + 4) { clear: none; }
  .multi-columns-row .col-md-3:nth-child(4n + 5) { clear: none; }
  .multi-columns-row .col-md-2:nth-child(6n + 7) { clear: none; }
  .multi-columns-row .col-md-1:nth-child(12n + 13) { clear: none; }

  /* clear first in row for large columns */
  .multi-columns-row .col-lg-6:nth-child(2n + 3) { clear: left; }
  .multi-columns-row .col-lg-4:nth-child(3n + 4) { clear: left; }
  .multi-columns-row .col-lg-3:nth-child(4n + 5) { clear: left; }
  .multi-columns-row .col-lg-2:nth-child(6n + 7) { clear: left; }
  .multi-columns-row .col-lg-1:nth-child(12n + 13) { clear: left; }
}

.home-text .header-content {
    background: rgba(0, 16, 36, 0.7) none repeat scroll 0 0;
    font-family: "Roboto",sans-serif;
    margin-top: 87px;
    padding-bottom: 7px;
    padding-left: 0;
    padding-top: 140px;
    position: relative;
}

.home-text .header-content::before {
    background-color: rgba(0, 16, 36, 0.7);
    content: "";
    height: 100%;
    left: -54px;
    position: absolute;
    top: 0;
    width: 54px;
}

.bBox {
    float: left;
    height: 160px;
    position: relative;
    text-align: center;
    width: 160px;
    padding: 20px;
    cursor: pointer;
}

.bBox:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.bBox a {
  text-decoration: none;
}
.bBox h2 {
    color: #fff;
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 0px;
}

.opa1 {
    background: rgba(148, 188, 83, 0.2) none repeat scroll 0 0;
}

.opa2 {
    background: rgba(148, 188, 83, 0.3) none repeat scroll 0 0;
}

.opa4 {
    background: rgba(148, 188, 83, 0.5) none repeat scroll 0 0;
}
.opa5 {
    background: rgba(148, 188, 83, 0.6) none repeat scroll 0 0;
}

.opafull {
  background-color: #b0ca1f;
}

section.services {
  top: -10px;
}
section.services .text.right {
    padding: 2% 3%;
    height: 400px;
}

section.services .text .wrapper {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

section.services .pic {
    height: 400px;
    opacity: 1;
    position: relative;
    right: 0;
    top: 0;
    transition: all 0.8s ease 0s;
}

section.services .pic.one {
    background: rgba(0, 0, 0, 0) url("../images/banner-img.jpg") no-repeat scroll center center / cover ;
}

section.services .pic .cover img {
    bottom: 0;
    height: 150px !important;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 150px !important;
}

section.services .text .wrapper h3 {
  margin: 10px 0;
  font-weight: 600;
  letter-spacing: 1px;
}
section.services .text .wrapper h4 {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1px;
}

section.services .pic .cover {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    padding: 0%;
}

ul.selectType{
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}

ul.selectType li{
  color: #333;
  display: block;
  position: relative;
  float: left;
}

ul.selectType li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

ul.selectType li label{
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 25px 25px 25px 80px;
  margin: 0px auto;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

ul.selectType li:hover label{
  color: #c5171b;
}

ul.selectType li .check{
  display: block;
  position: absolute;
  border: 5px solid #AAAAAA;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 30px;
  left: 20px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

ul.selectType li:hover .check {
  border: 5px solid #c5171b;
}

ul.selectType li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 11px;
  width: 11px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
  border: 5px solid #c5171b;
}

input[type=radio]:checked ~ .check::before{
  background: #c5171b;
}

input[type=radio]:checked ~ label{
  color: #c5171b;
}

.mt-pull {
  margin-top:-250px;
  z-index: 99;
}
.video_bx {
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  height: 360px;
  transition: all 0.4s ease 0s;
}

.login_bx {
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
    z-index: 99;
    padding: 30px;
    margin-bottom: 60px;
    transition: all 0.4s ease 0s;
}

.search_bx {
    background-color: #EDEDED;
    padding: 0px;
    margin-bottom: 20px;
    transition: all 0.4s ease 0s;
}

ul.selectPlan{
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

ul.selectPlan li{
  color: #333;
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

ul.selectPlan li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

ul.selectPlan li label{
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 1.6em;
  padding: 0px 25px 0px 45px;
  margin: -1px auto;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

ul.selectPlan li:hover label{
  color: #c5171b;
}

ul.selectPlan li .check{
  display: block;
  position: absolute;
  border: 5px solid #AAAAAA;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 6px;
  left: 20px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

ul.selectPlan li:hover .check {
  border: 5px solid #c5171b;
}

ul.selectPlan li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 11px;
  width: 11px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
  border: 5px solid #c5171b;
}

input[type=radio]:checked ~ .check::before{
  background: #c5171b;
}

input[type=radio]:checked ~ label{
  color: #c5171b;
}

.why_info {
  background: white none repeat scroll 0 0;
  border: 1px solid #333;
  box-shadow: 0 14px 24px rgba(50, 48, 58, 0.25);
  padding: 2rem 4.5rem;
  position: absolute;
  right: 9%;
  text-align: center;
  top: 10%;
  width: 55%;
}

.services-arrows {
  position: absolute;
  top: 48%;
  width: 100%;
}

.services-arrows > .services-arrow-wrapper {
  position: absolute;
}

.arrow-first {
    left: 29.5%;
}

.arrow-second {
    left: 63%;
}

.blog-item-content {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0px 3px 15px 4px #e7e7e7;
    -moz-box-shadow: 0px 3px 15px 4px #e7e7e7;
    box-shadow: 0px 3px 15px 4px #e7e7e7;
    margin: 32px 0 20px;
    position: relative;
}
.search-item-content {
    background: #f7f7f7 none repeat scroll 0 0;
    -webkit-box-shadow: 0px 1px 2px 1px #e7e7e7;
    -moz-box-shadow: 0px 1px 2px 1px #e7e7e7;
    box-shadow: 0px 1px 2px 1px #e7e7e7;
    margin: 15px 0 20px;
    position: relative;
}
section.services {
  top: 0px;
}
section.services .text.box1 {
  padding: 4%;
  height: 600px;
}
section.services .text.right {
    padding: 5%;
    height: 600px;
}
section.services .text.left {
    padding: 3% 5%;
    height: 600px;
}

section.services .text p {
  color: #333;
}

section.services .text .wrapper {
    display: block;
    vertical-align: middle;
    width: 100%;
}

section.services .pic {
    height: 600px;
    opacity: 1;
    position: relative;
    right: 0;
    top: 0;
    transition: all 0.8s ease 0s;
}

section.services .pic.one {
    background-size: cover;
    animation-delay: 0.4s;
}

section.services .pic .cover img {
    bottom: 0;
    height: 150px !important;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 150px !important;
}

section.services .text .wrapper h3 {
  margin: 10px 0;
  font-weight: 600;
  letter-spacing: 1px;
}
section.services .text .wrapper h4 {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1px;
}

section.services .pic .cover {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
}

.location-list {
  -moz-column-count: 2;
  -moz-column-gap: 0px;
  -webkit-column-count: 2;
  -webkit-column-gap: 0px;
  column-count: 2;
  column-gap: 0px;
}

.location-list, .location-list li {
  padding: 0;
  margin: 0;
  list-style: none !important;
  color: #333;
}

.location-list, .location-list li a {
  text-decoration: none;
}

.location-list li {
  margin: 0;
  margin: 0 0 0.5em 2em;
  list-style: none;
  font-size: 15px;
}

.location-list li:before {
  content: '\f138'; /* fa-star */
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #C5171B;
}

.movie_overview .post-prev-img {
  z-index: 99;
}

.movie_overview .movie_title {
  z-index: 99;
  color: #fff
}

.movie_overview .spacer {
  height: 60px;
  clear: both;
}

.movie_overview .post-prev-info {
  padding: 0;
}

.movie_overview .post-prev-info a {
  font-size: 14px;
  font-family: "Source Sans Pro",sans-serif;
}

.movie_overview .post-prev-info .rounded-box {
  padding: 5px 12px;
  background-color: #fff;
}

.movie_overview .movie_time {
  color: #C5171B;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 2px 3px 0 #e7e7e7;
  font-size: 13px;
  margin-bottom: 10px;
  display: block;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.movie_overview .movie_time_specific {
  vertical-align: middle;
}
.movie_overview .movie_time small {
  font-weight: 300;
  color: #333;
  font-size: 12px;
}
/* Social Login Form */
.social_login {}
.social_login .social_boxfb {display:block; clear:both; margin-bottom: 10px; background: #3B5998; overflow: hidden; color: #fff}
.social_login .social_boxfb:hover {background: #5F78AB;}

.social_login .social_boxgoogle {display:block; clear:both; margin-bottom: 0px; background: #DD4B39; overflow: hidden; color: #fff}
.social_login .social_boxgoogle:hover {background: #eb5846;}

.social_login .icon {
  display: block;
  padding: 5px 15px;
  margin-top: 4px;
  margin-right: 5px;
  float: left;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  width: 40px;
} 

.social_login .icon_title {display:block; padding:7px 0; float:left; font-size: 15px; color:#fff;}

.centeredText {text-align: center; margin: 20px 0; clear: both; overflow: hidden; text-transform: uppercase;}

.action_btns {clear:both; overflow: hidden;}
.action_btns a {display: block;}

ul.showDates {
  padding: 0;
  margin: 0;
}

ul.showDates li {
  float: left;
  padding: 0 15px;
  list-style: none;
  text-align: center;
}

ul.showDates li a {
  color: #000;
  font-size: 13px;
  font-weight: 600;
}

ul.showDates li a:hover {
  text-decoration: none;
  color: #C5171B;
}

ul.showDates li.active {
  background-color: #C5171B;
}

ul.showDates li.active a {
  color: #fff;
}

ul.showDates li a span {
  display: block;
}

ul.cinemaFilters {
  margin: 8px 0;
  padding: 0
}

ul.cinemaFilters li {
  background-color: #fff;
  border-radius: 20px;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  margin: 0 5px;
  padding: 5px 10px;
  cursor: pointer;
}

ul.cinemaFilters li.active {
  background-color: #C5171B;
  color: #fff;
}
.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: 600;
  font-size: 13px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 1px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #C5171B;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #C5171B;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.my-tickets {
  border: 1px solid #ddd;
  padding: 20px;
}
.my-tickets .item {
  padding: 0 20px;
  background: #EDEDED;
  overflow: hidden;
  letter-spacing: 0;
}
.my-tickets .item-right, .my-tickets .item-left {
  float: left;
  padding: 20px;
}
.my-tickets .item-right {
  padding: 25px 0px;
  margin-right: 20px;
  width: 25%;
  position: relative;
  min-height: 280px
}
.my-tickets .item-right .up-border, .my-tickets .item-right .down-border {
    padding: 14px 15px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute
}
.my-tickets .item-right .up-border {
  top: -8px;
  right: -35px;
}
.my-tickets .item-right .down-border {
  bottom: -13px;
  right: -35px;
}
.my-tickets .item-right .num {
  font-size: 35px;
  font-weight: bold;
  margin: 0;
  text-align: center;
  color: #333;
  line-height: 1;
  padding-top: 10px;
}
.my-tickets .item-right .day, .my-tickets .item-left .event {
  color: #333;
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 0px;
}
.my-tickets .item-right .day {
  text-align: center;
  font-size: 20px;
}
.my-tickets .item-left {
  width: 71%;
  padding: 40px 0px 20px 34px;
  border-left: 3px dotted #999;
} 
.my-tickets .item-left .title {
  color: #c5171b;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
  margin-top: 0;
}
.my-tickets .item-left .booking-priceinfo {
  font-size: 12px;
  margin-bottom: 0;
}
.my-tickets .item-left .booking-priceinfo > tbody > tr > td {
  border:none;
  padding: 4px 0;
}
.my-tickets .item-left .booking-priceinfo .total-price {
  font-size: 18px;
  font-weight: 600;
}
.my-tickets .item-left .booking-priceinfo > tfoot > tr > td {
  border:none;
  padding: 4px 0;
}
.my-tickets .item-left .loc {display: block}
.fix {clear: both}
.my-tickets .item .tickets, .booked, .cancel{
    color: #fff;
    padding: 6px 14px;
    float: right;
    margin-top: 10px;
    font-size: 18px;
    border: none;
    cursor: pointer
}
.my-tickets .item .tickets {background: #777}
.my-tickets .item .booked {background: #3D71E9}
.my-tickets .item .cancel {background: #DF5454}
.linethrough {text-decoration: line-through}
@media only screen and (max-width: 1150px) {
  .my-tickets .item {
    width: 100%;
    margin-right: 20px
  }
  div.my-tickets {
    margin: 0 20px auto
  }
}

.event-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.event-list > li {
  background-color: #EDEDED;
  padding: 0px;
  letter-spacing: 0;
  border: 1px solid #ddd;
  margin: 0px 0px 20px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, .15);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, .15);
}
.event-list > li > time {
  display: inline-block;
  width: 100%;
  color: #fff;
  background-color: #c5171b;
  padding: 5px;
  text-align: center;
  text-transform: none
}
.event-list > li > time > span {
  display: none;
}
.event-list > li > time > .day {
  display: block;
  font-size: 56pt;
  font-weight: 100;
  line-height: 1;
}
.event-list > li time > .month {
  display: block;
  font-size: 24pt;
  font-weight: 900;
  line-height: 1;
}
.event-list > li > img {
  width: 100%;
}
.event-list > li > .info {
  padding-top: 5px;
  text-align: center;
}
.event-list > li > .info > .title {
  font-size: 17pt;
  font-weight: 700;
  margin: 0px;
}
.event-list > li > .info > .desc {
  font-size: 13pt;
  font-weight: 300;
  margin: 0px;
}
.event-list > li > .info > ul,
.event-list > li > .social > ul {
  display: table;
  list-style: none;
  margin: 10px 0px 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
}
.event-list > li > .social > ul {
  margin: 0px;
}
.event-list > li > .info > ul > li,
.event-list > li > .social > ul > li {
  display: table-cell;
  cursor: pointer;
  color: rgb(30, 30, 30);
  font-size: 11pt;
  font-weight: 300;
      padding: 3px 0px;
}
  .event-list > li > .info > ul > li > a {
  display: block;
  width: 100%;
  color: rgb(30, 30, 30);
  text-decoration: none;
} 
  .event-list > li > .social > ul > li {    
      padding: 0px;
  }
  .event-list > li > .social > ul > li > a {
      padding: 3px 0px;
} 
.event-list > li > .info > ul > li:hover,
.event-list > li > .social > ul > li:hover {
  color: rgb(30, 30, 30);
  background-color: rgb(200, 200, 200);
}

@media (min-width: 768px) {
  .event-list > li {
    position: relative;
    display: block;
    width: 100%;
    height: 122px;
    padding: 0px;
  }
  .event-list > li > time,
  .event-list > li > img  {
    display: inline-block;
  }
  .event-list > li > time,
  .event-list > li > img {
    width: 120px;
    float: left;
  }
  .event-list > li > .info {
    background-color: #EDEDED;
    overflow: hidden;
  }
  .event-list > li > time,
  .event-list > li > img {
    width: 120px;
    height: 120px;
    padding: 0px;
    margin: 0px;
  }
  .event-list > li > .info {
    position: relative;
    height: 120px;
    text-align: left;
    padding-left: 20px;
  } 
  .event-list > li > .info > .title, 
  .event-list > li > .info > .desc {
    padding: 0px 10px;
  }
  .event-list > li > .info > ul {
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  .event-list > li > .social {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 40px;
  }
      .event-list > li > .social > ul {
          border-left: 1px solid rgb(230, 230, 230);
      }
  .event-list > li > .social > ul > li {      
    display: block;
          padding: 0px;
  }
  .event-list > li > .social > ul > li > a {
    display: block;
    width: 40px;
    padding: 10px 0px 9px;
  }
}
.search-box {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(11,11,11,0.9);
    z-index: 9999;
    display: none;
}
.search-box .search-close {
    float: right;
    margin: 36px 40px 145px 0;
}
.search-box form {
    clear: both;
    background: #c5171b;
    padding-top: 40px;
    padding-bottom: 40px;
}
#header-search {
    width: 91%;
    font-size: 40px;
    font-size: 3.2rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 1.0);
    background: none;
    padding: 0 15px 0 50px;
    line-height: 40px;
    border: 0;
    outline: none;
}
.search-box form .search-submit {
    font-size: 40px;
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.25);
    background: none;
    line-height: 40px;
    border: 0;
    outline: none;
}
.tabs {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  font-weight: 300;
  font-size: 1.25em;
}

/* Nav */
.tabs nav {
  text-align: center;
}

.tabs nav ul {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.tabs nav ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tabs nav a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
}
.tabs nav li.tab-current a {
  color: #74777b;
}

.tabs nav a:focus {
  outline: none;
}
/* Content */
.content-wrap {
  position: relative;
}

.content-wrap section {
  display: none;
  margin: 0 auto;
  padding: 1em;
  max-width: 1200px;
}

.content-wrap section.content-current {
  display: block;
}

/*.content-wrap section p {
  margin: 0;
  padding: 0.75em 0;
  color: rgba(40,44,42,0.05);
  font-weight: 900;
  font-size: 4em;
  line-height: 1;
}*/

/* Fallback */
.no-js .content-wrap section {
  display: block;
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(255,255,255,0.6);
}

.no-flexbox nav ul {
  display: block;
}

.no-flexbox nav ul li {
  min-width: 15%;
  display: inline-block;
}

@media screen and (max-width: 58em) {
  .tabs nav a.icon span {
    display: none;
  }
  .tabs nav a:before {
    margin-right: 0;
  }
}
.tabs-style-bar nav {
  background: #EDEDED;
}
.tabs-style-bar nav ul {
  border: 0px solid transparent;
}
.tabs-style-bar nav ul li a {
  margin: 0 2px;
  background-color: #f7f7f7;
  color: #74777b;
  transition: background-color 0.2s, color 0.2s;
}
.tabs-style-bar nav ul li a:hover,
.tabs-style-bar nav ul li a:focus {
  color: #e41919;
}
.tabs-style-bar nav ul li a span {
  text-transform: none;
  letter-spacing: 0px;
  font-size: 16px;
  font-weight: 300;
}
.tabs-style-bar nav ul li.tab-current a {
  background: #e41919;
  color: #fff;
}
.user-list tbody td .user-subhead {
    font-size: 13px;
    font-style: italic;
}
.user-list tbody td .user-link {
    display: block;
    font-size: 15px;
    color: #e41919;
    padding-top: 3px;
    margin-left: 60px;
}
.user-list tbody td>img {
    position: relative;
    max-width: 50px;
    float: left;
    margin-right: 15px;
}
.user-list .table thead tr th {
    text-transform: none;
    font-size: 0.875em;
}
.user-list .table thead tr th {
    border-bottom: 2px solid #e7ebee;
}
.user-list .table tbody tr td {
    font-size: 14px;
    vertical-align: middle;
    border-top: 1px solid #e7ebee;
    padding: 12px 8px;
}
.req-notify {
    height: 36px;
    width: 36px;
    padding: 0;
    font-size: 25px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    margin: 5px 0;
}

.req-notify .badge {
    position: absolute;
    top: 0px;
    right: 12px;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #e41919;
    border-radius: 10px;
}
#request-bx .modal-header {
  background-color: #c5171b
}
#request-bx .modal-header h4 {
  color: #fff;
}
#request-bx .modal-content {
  border-radius: 0;
}
#request-bx .close {
  color: #fff;
}
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #5B9E34;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 2% auto;
  box-shadow: inset 0px 0px 0px #5B9E34;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #5B9E34;
  }
}
.chat {
  background: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #434651;
}
.chat .chat-header {
  padding: 20px;
  background-color: #EDEDED;
  border-bottom: 2px solid white;
}
.chat .chat-header img {
  float: left;
  width: 55px;
  height: 55px;
}
.chat .chat-header .chat-about {
  float: left;
  padding-left: 10px;
  margin-top: 2px;
}
.chat .chat-header .chat-with {
  font-weight: bold;
  font-size: 16px;
}
.chat .chat-header .chat-num-messages {
  color: #92959E;
}
.chat .chat-header .fa-star {
  float: right;
  color: #D8DADF;
  font-size: 20px;
  margin-top: 12px;
}
.chat .chat-history {
  padding: 20px;
  border-bottom: 2px solid white;
  overflow-y: scroll;
  height: 575px;
}
.chat .chat-history ul {
  padding-left: 0;
}
.chat .chat-history ul li {
  list-style: none;
}
.chat .chat-history .message-data {
  margin-bottom: 15px;
}
.chat .chat-history .message-data-time {
  color: #a8aab1;
  padding-left: 6px;
}
.chat .chat-history .message {
  color: white;
  padding: 10px 15px;
  line-height: 26px;
  font-size: 13px;
  border-radius: 7px;
  margin-bottom: 30px;
  width: 90%;
  position: relative;
}
.chat .chat-history .message:after {
  bottom: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #c5171b;
  border-width: 10px;
  margin-left: -10px;
}
.chat .chat-history .my-message {
  background: #c5171b;
}
.chat .chat-history .other-message {
  background: #EDEDED;
  color: #333;
}
.chat .chat-history .other-message:after {
  border-bottom-color: #EDEDED;
  left: 93%;
}
.chat .chat-message {
  padding: 20px;
  background-color: #EDEDED;
}
.chat .chat-message textarea {
  width: 100%;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  margin-bottom: 10px;
  border-radius: 5px;
  resize: none;
}
.chat .chat-message .fa-file-o, .chat .chat-message .fa-file-image-o {
  font-size: 16px;
  color: gray;
  cursor: pointer;
}
.chat .chat-message button {
  color: #EDEDED;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.chat .chat-message button:hover {
  color: #75b1e8;
}

.online, .offline, .me {
  margin-right: 3px;
  font-size: 10px;
}

.online {
  color: #c5171b;
}

.offline {
  color: #E38968;
}

.me {
  color: #EDEDED;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 350px;
    position: fixed;
    top: 0;
    right: -350px;
    height: 100vh;
    z-index: 9999;
    background: #EDEDED;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
}

#sidebar.active {
    right: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #c5171b;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background: #fff;
    color: #c5171b;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}


/*--------------Changes---------*/

.experiences-card .post-prev-title {
    padding: 6px 15px;
    min-height: 115px;
}
.experiences-card.set-h1 {
  min-height: 395px;
}
.experiences-card.no-border {
  border: none !important;
}
.experiences-card {
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #ddd;
    margin: 0;
    margin-bottom: 0px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.experiences-card:hover {
  -webkit-transform:translateY(-5px);
  transform:translateY(-5px)
}
.experiences-card .post-prev-img{
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.experiences-card .post-prev-img img {
    /*-webkit-transform: scale(1.2);
    transform: scale(1.2);*/
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    /*max-height: 260px;*/
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    min-height: 335px;
    object-fit: cover;
}
/*.experiences-card .post-prev-img a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}*/
.experiences-card .short_info {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    padding: 10px 11px 8px 5px;
    color: #fff;
    text-align: right;
}
.experiences-card .short_info .price {
    margin-right: -11px;
    font-size: 10px;
    font-weight: 400;
    margin-bottom: -1px;
}
.experiences-card .short_info .price .off-txt {
    background: #e41919;
    padding: 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 0px;
}
.experiences-card .shrink-activity-name {
    text-align: left;
}
.experiences-card .shrink-activity-name h3{
  color: #232323; 
  font-size: 12px;
  font-weight: 500;
  margin: 0px;
}
.experiences-card .new-price {
    color: #e41919;
    font-weight: 600;
    font-size: 16px;
}
.rating i {
  color: #F90 !important;
}
.staycations-card .post-prev-title {
  padding: 6px 15px;
}
.staycations-card {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
  -moz-box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
  box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
  border-radius: 4px;
  margin: 0;
  margin-bottom: 30px;
}
.staycations-card .post-prev-img{
  overflow: hidden;
}
.staycations-card .post-prev-img a img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  max-height: 300px;
}
.staycations-card .post-prev-img a:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.staycations-card .short_info {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  padding: 10px 11px 8px 5px;
  color: #fff;
  text-align: right;
}
.staycations-card .short_info .price {
  margin-right: -11px;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: -1px;
}
.staycations-card .short_info .price .off-txt {
  background: #e41919;
  padding: 10px;
  font-size: 12px;
  font-weight: 550;
  margin-right: -3px;
}
.staycations-card .short_info .price .old-price {
  text-decoration: line-through;
  color: #000;
  background: #fff;
  padding: 10px;
  font-size: 12px;
  font-weight: 550;
}
.staycations-card .shrink-staycation-name {
  text-align: left;
}
.staycations-card .shrink-staycation-name h3{
   color: #333; 
   font-size: 16px;
   font-weight: 600;
    margin: 0px 0 3px 0;
}
.post-prev-title .old-price {
  text-decoration: line-through;
  color: #000;
  background: #fff;
  font-size: 12px;
  font-weight: 500;
  opacity: 0.7
}
.staycations-card .new-price {
  color: #e41919;
  font-weight: 500;
  font-size: 16px;
}
.parallax-content{
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 17px;
}
.bg-set{
  background-color: rgba(0, 0, 0, 0.60);
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
}
.home-section a {
    position: relative;
    z-index: 1;
}
.parallax-content h1 {
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 2px;
}
.price_single_main {
    text-align: right;
    font-weight: normal;
}
.price_single_main span {
    color: #e41919;
    font-size: 60px;
    font-weight: 600;
}
.price_single_main sup {
    font-size: 22px;
    position: relative;
    top: -25px;
}
.parallax-content .activity-location {
    margin-bottom: 6px;
}
/*.box_style_2{
  border: 1px solid #ddd;
  padding: 30px;
  border-radius: 5px;
}*/
.box_style_1{
   padding: 30px 19px;
   color: #666;
   -webkit-transition: all .2s ease-in-out 0s;
   -moz-transition: all .2s ease-in-out 0s;
   -o-transition: all .2s ease-in-out 0s;
   -ms-transition: all .2s ease-in-out 0s;
   transition: all .2s ease-in-out 0s;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -khtml-border-radius: 10px;
   border-radius: 10px;
   background-color: #fff;
   position: relative;
}

.box_style_1 h3 {
    font-size: 18px;
    margin: -30px -18px 20px -18px;
    background-color: #565a5c;
    padding: 10px 20px 10px 18px;
    color: #fff;
    border: 1px solid #fff;
    -webkit-border-top-left-radius: 3px;
    text-align: center;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.sidebar-social a {
    font-size: 26px;
}
.datepicker-days td.active {
    background: #e41919 !important;
}
.dropdown-menu{
  min-width: 271px;
}
.datepicker table {
    width: 100%;
}
#ticketSectionBox td {
    width: 50%;
    display: inline-block;
}
#ticketSectionBox tr td:first-child {
    display: block !important;
    width: 100%;
}
.contain-loader i {
    position: absolute;
    top: 43%;
    font-size: 41px;
    color: white;
    left: 0;
    right: 0;
}
.contain-loader {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 15px;
    text-align: center;
    top: 0;
    background: rgba(0,0,0,0.2);
    height: 100%;
    z-index: 5;
}
.bb-show-option {
    background: none !important;
    padding: 7px 9px;
    border: 1px solid #ddd;
}
.bb-show-info-item {
    color: #666;
}
.ribbon_3 {
    position: absolute;
    left: 11px;
    top: -3px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon_3.popular span {
    background: linear-gradient(#f14f3f 0%, #cb4335 100%);
}
.ribbon_3.popular.tag_type_4 span {
  background: linear-gradient(#3ff180 0%, #3e8608 100%);
}
.ribbon_3 span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 20px;
    left: -20px;
}
.ribbon_3.popular span::before {
    border-left: 3px solid #a3362a;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #a3362a;
}

.ribbon_3.popular.tag_type_4 span::before {
    border-left: 3px solid #073f13;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #073f13;
}

.ribbon_3 span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #638908;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #638908;
}
.ribbon_3.popular span::after {
    border-left: 3px solid transparent;
    border-right: 3px solid #a3362a;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #a3362a;
}
.ribbon_3.popular.tag_type_4 span::after {
    border-left: 3px solid transparent;
    border-right: 3px solid #073f13;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #073f13;
}
.ribbon_3 span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #638908;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #638908;
}
.rating {
  margin: 4px 0;
  font-size: 12px;
  line-height: 0;
  color: #232323
}
.flow-title{
    margin-top: 0;
    position: relative;
    margin-bottom: 18px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.2;
    color: #C5171B;
    padding-right: 0px;
}
.book-item {
   position: relative;
   -webkit-transition: all .2s ease-in-out 0s;
   -moz-transition: all .2s ease-in-out 0s;
   -o-transition: all .2s ease-in-out 0s;
   -ms-transition: all .2s ease-in-out 0s;
   transition: all .2s ease-in-out 0s;
   border: 1px solid #eee;
   background: #fafafa;
   cursor: pointer;
    margin: 15px 0 15px 0; 
    padding-left: 1px;
}
#ticketSectionBox .row > div:nth-child(4n+1) {
    clear: both;
}
.book-item:hover {
   -webkit-box-shadow: 0 3px 4px #cbcbcb;
   -moz-box-shadow: 0 3px 4px #cbcbcb;
   box-shadow: 0 3px 4px #cbcbcb;
}
#ticketbox.box_style_1 .btn-mod{
   width: 100%;
   font-size: 1em;
   margin-bottom: 1em;
}
.book-item-header{
   width: 100%;
   background: #fafafa;
   padding: 2em 2em;
   display: flex;
   justify-content: space-between;
   flex-direction: column;
}
.book-item-name,.book-itme-price {
   height: 3em;
   font-size: 1.1em;
   font-weight: 700;
   color: #545454;
}
.book-item-name { text-align: left;line-height: 1.28; }
.book-itme-price {
   display: flex;
   align-items: center;
   text-align: right;
}
.select-item{
   line-height: 2.8rem;
   color: #c5171b;
    font-size: 14px;
   letter-spacing: 0;
   border: 1px solid #c5171b;
   text-transform: uppercase;
   background-color: transparent;
   margin: 20px;
}
.select-item:hover{
   background-color: #c5171b;
   color: #fff;
}
.book-tiem-content{
   flex: 1;
   display: flex;
   flex-direction: column;
   width: 100%;
   background: #fff;
}
.book-item-desc {
    padding: 13px 21px 0px 20px;
}
.static-dates {
   display: flex;
   flex-direction: row;
   align-items: center;
   padding: 1em 0 1em;
}
.static-date,.more-dates {
   display: flex;
   width: 6.5em;
   height: 5.5em;
   margin-right: 2em;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   background-color: #fff;
   border: .1em solid #d8dadf;
   cursor: pointer;
}
.date-number {
   font-size: 1.4em;
   font-weight: 700;
   text-align: center;
   color: #545454;
}
.static-date.selected {
   border: .1em solid #c5171b;
   border-bottom: .3em solid #c5171b;
   color: #ec1943;
}
.static-date:hover .date-number, .static-date:hover {  color: #c5171b; }
.static-date.selected .date-number {  color: #ec1943; }
.more-dates{ color: #2d2c31; }
.more-dates i{ margin-bottom: 10px; }
.booking-detail{
  position: relative;
}
.checkout-card {
   padding: 10px 20px 25px 20px;
   webkit-transition: all .2s ease-in-out 0s;
   -moz-transition: all .2s ease-in-out 0s;
   -o-transition: all .2s ease-in-out 0s;
   -ms-transition: all .2s ease-in-out 0s;
   transition: all .2s ease-in-out 0s;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -khtml-border-radius: 10px;
   border-radius: 10px;
   background-color: #fff;

}
.checkout-card h4 {
   letter-spacing: -.1px;
   margin-bottom: 0px;
}
.checkout-card .info-item i{
  font-size: 18px;
}
.info-item,.price-info {
   align-items: center;
   padding: .6em 0;
   text-overflow: ellipsis;
   overflow: hidden;
   color: #6a6a6a;
   vertical-align: middle;
}
.breakup-divider { margin: 10px 0; }
.breakup-item-right { float: right; }
.breakup-item.carttotal {
   font-size: 1.2em;
   font-weight: 700;
   letter-spacing: -.1px;
   color: #c5171b;
   margin-bottom: .5em;
}
.checkout-card .btn-mod.btn-large{ padding: 10px 5px; }
.list-subitems .breakup-item-left{
  text-transform: capitalize;
}
.apply-coupon.form {
    margin: 0 0px 20px 0px;
}
.breakup-item.list-subitems > div {
    margin-bottom: 5px;
}
#cart_form .form-control.itemselectbox {
   border: 1px solid #ddd;
   border-radius: 2px;
   box-shadow: none;
}
#cart_form .table tr td { border-top: none; }
#cart_form .ticket-count h3, #cart_form .user-detail h3{
   font-weight: 600;
   font-size: 2rem;
}
a.booking-edit-section-info {
   display: flex;
   align-items: center;
   cursor: pointer;
   padding: 2em 1em;
}
.booking-edit-section-info i { font-size: 30px; }
.booking-edit-section-sub-title { margin-left: 20px; }
.headout-pitch-wrapper .pitch-header {
   display: flex;
   background: #fff;
   border-top-left-radius: 3px;
   border-top-right-radius: 3px;
}
.headout-pitch-wrapper {
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -khtml-border-radius: 10px;
   border-radius: 10px;
   margin-top: 2em;
}
.headout-pitch-wrapper .pitch-header svg {
   height: 3em;
   width: 3em;
   margin: .6em;
}
.pitch-title {
   font-size: 1em;
   color: #fff;
   padding: 18px .75em .85em;
   font-weight: 700;
   letter-spacing: -.1px;
}
.headout-pitch-wrapper .pitch-content-wrapper {
   padding: 25px 15px;
   margin: 1em 0;
}
.headout-pitch-wrapper .pitch-content-wrapper .pitch-row-wrapper {
   display: flex;
   align-items: flex-start;
}
.headout-pitch-wrapper .pitch-content-wrapper .pitch-row-wrapper .pitch-content {
   position: relative;
}
.headout-pitch-wrapper .pitch-content-wrapper .pitch-row-wrapper .pitch-content img {
    max-width: 30px;
}
/*.headout-pitch-wrapper .pitch-content-wrapper .pitch-row-wrapper .pitch-content::before {
   font-family: 'FontAwesome';
   content: '\f00c';
   margin:0 5px 0 -15px;
   color: #29e05f;
   display: flex;
   position: absolute;
   left: 0;
}*/
.headout-pitch-wrapper .pitch-content-wrapper .pitch-row-wrapper .pitch-content .pitch-content-heading {
   font-weight: 500;
   line-height: 1.3;
   padding-left: 10px;
   font-size:12px;
}
.box_style_1 .notranslate {
   font-size: 1.3rem;
   line-height: 1.4;
}
.box_style_1 .listing-price {
   overflow: hidden;
   display: flex;
   flex-direction: row;
   align-items: baseline;
}
.box_style_1 .final-price-text {
  font-weight: 700;
  letter-spacing: -.1px;
  font-size: 25px;
  color: #c5171b;
  line-height: 25px;
}
.box_style_1 .original-price-text {
   margin-left: .5em;
   color: #9a9a9a;
   font-size: 1em;
   text-decoration: line-through;
}

.box_style_1 .gaurantee-box p {
   text-transform: uppercase;
   color: #cc2900;
   font-size: 1em;
   font-weight: 700;
   margin-bottom: 0;
}

.box_style_1 .select-date{
  position: relative;
}
.box_style_1 .select-date input{
  opacity: 0;
  position: absolute;
}
.box_style_3 .date-selection-wrapper {
  margin-top: -4px !important
}
.box_style_3 .qty-box .table {
  background-color: #fff;
}
.box_style_3 .qty-box .table {
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.box_style_3 .qty-box .table h4 {
    font-size: 15px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0px;
}
.box_style_3 .qty-box .table td {
  vertical-align: middle;
}
.box_style_3 .qty-box .table .offer-block {
    font-size: 12px;
}
.box_style_3 .qty-box .table .old-price {
    text-decoration: line-through;
    color: #000;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    opacity: 0.7;
    margin-bottom: 8px;
    line-height: 0;
}
.box_style_3 .qty-box .table .new-price {
    color: #e41919;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}
.pack-title {
  position: relative;
}
.pack-title::before {
  content: "";
  background-color: #c5171b;
  width: 5px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  left: 0
}
.package-type {
  margin-bottom: 20px;
}
.package-type ul {
  margin: 0;
  padding: 0
}
.package-type ul li {
  list-style: none;
  display: inline-block;
  margin: 10px;
}
.package-type ul li:first-child {
  margin-left: 0
}
.package-type ul li a {
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 30px;
}
.package-type ul li a.selectedPackage {
  background-color: #ffbfc0;
  color: #C5171B;
  font-weight: 600;
}
.date-selection-wrapper {
    height: 3em;
    position: relative;
    border: .5px solid #e0e0e0;
    margin: 20px 0;
    display: flex;
    width: 100%;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.date-selection-wrapper .date-selection-button {
    /*font-family: Graphik,Arial,San Fransisco,sans-serif;*/
    align-items: center;
    color: #545454;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    padding: 0 1em;
}
.date-selection-wrapper .dropdown-div {
    width: 2em;
    font-size: 25px;
    height: calc(100% - 1px);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cuts-and-line {
   height: 4em;
   overflow: hidden;
}
.cuts-and-line:before {
   content: "..........................................................................................";
   letter-spacing: 8px;
   font-size: large;
   color: #bababa;
}
.cuts-and-line .cut-left, .cuts-and-line  .cut-right {
   height: 3.5em;
   width: 3.5em;
   border-radius: 10em;
   position: absolute;
   margin-top: -2.5em;
}
.cuts-and-line .cut-left {
   margin-left: -2.6em;
   left: 0;
   background: linear-gradient(90deg,rgba(193,0,0,0),#fff 43%,#efefef);
}
.cuts-and-line .cut-right {
   margin-right: -2.6em;
   right: 0;
   background: linear-gradient(270deg,rgba(193,0,0,0),#fff 43%,#efefef);
}
@media ( max-width: 476px ){
  /*.product-card{ width:100%!important; 
  }
  .experiences-card .post-prev-img a img {
      max-height: initial; !important;
  }*/
  .experiences-card .short_info .price .off-txt {
      position: relative;
      top: 46px;
      display: inline-block;
    margin-right: -11px;
  }
  .experiences-card .short_info .price .old-price {
      position: relative;
      bottom: 34px;
      display: inline-block;
  }
}
@media ( max-width: 550px ){
  .experiences-card .rating {
      display: block;
      width: 100%;
      text-align: left;
  }
  .experiences-card .shrink-activity-name h3 {
      /* text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; */
  }
}
@media ( max-width: 767px ){
  .static-dates {
    overflow-x: auto;
  }
  .static-date,.more-dates {
    padding: 0 20px;
    margin-right: 1em;
  }
  .more-dates i {
    margin-bottom: 0px;
  }
  .more-dates {
    line-height: 14pt;
  }
}

.payment-form iframe{
  width: 100% !important;
}
#ticketSectionBox .row > div:nth-child(5) {
    clear: both;
}


@media ( max-width: 550px ){
  .price_single_main sup {
      font-size: 15px;
  }
  .price_single_main span {
      font-size: 32px;
  }
  .parallax-content h1 {
    font-size: 28px;
  }
}
@media ( max-width: 400px ){
  .parallax-content h1 {
    font-size: 20px;
  }
}
/* ==============================
   Team
   ============================== */
.team-item{
    margin: 0 15px;
}
.team-item-image{
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.team-item-image img{
    width: 100%;
    border-radius: 15px;
    min-height: 300px;
    object-fit: cover;
}
.team-item-image:after{
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    
    z-index: 1;
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.team-item-detail{
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0;
    padding: 100px 0;
    font-size: 14px;
    font-weight: 300;
    color: #777;
    text-align: center;
    z-index: 2;
    background: rgba(11,11,11, .7);
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.team-item-detail .old-price {
    text-decoration: line-through;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    opacity: 0.7;
}
.team-item-descr{
    color: #777;
    text-align:center;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.team-item-name {
    color: #232323;
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
}
.team-item-role{
    margin-top: 4px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    color: #aaa;
}
.team-social-links{
    font-size: 14px;
    cursor: pointer;
}
.team-social-links a{
    display: inline-block;
    padding: 3px 7px;
    color: rgba(0,0,0, .4);
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

/* Hover state */
.no-mobile .team-item:hover .team-item-image:after{
    background: rgba(197,23,27, .7);
}
.no-mobile .team-item:hover .team-item-detail{
    opacity: 1;
}
.no-mobile .team-item:hover .team-item-descr{    
    color: #111;
}
.no-mobile .team-social-links a:hover{
    color: rgba(0,0,0, .75);
}

/* Mobile touch */
.team-item.js-active .team-item-image:after{
    background: rgba(255,255,255, .93);
}
.team-item.js-active .team-item-detail{
    opacity: 1;
}
.team-item.js-active .team-item-descr{    
    color: #111;
}
.team-item.js-active .team-social-links a:hover{
    color: rgba(0,0,0, .75);
}
.specials-card .image {
  border-radius: 15px;
}
.specials-card .image img {
  border-radius: 15px;
}
.specials-card .offer-content {
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    margin: 20px;
    max-width: 345px;
    padding: 25px;
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.specials-card .offer-badge {
    background-color: #c5171b;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    color: #ffffff;
    font-size: 14px;
    padding: 8px 18px;
    position: absolute;
    top: 20px;
    right: 35px;
}
.call-to-action .sub-title {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0px;
}
.call-to-action .section-mtitle {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 0
}
.filter-sidebar {
    background-color: #fbfbfb;
    padding: 20px;
}
.filter-sidebar ul {
    margin: 0;
    padding: 0;
}
.filter-sidebar ul li {
    list-style: none;
    display: block;
}
.selected-filters {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 10px 5px 10px;
    margin-bottom: 20px;
}
.selected-filters ul {
    margin: 0;
    padding: 0;
}
.selected-filters ul li {
    display: inline-block;
    list-style: none;
    margin: 0 2px 6px 0;
    font-size: 11px;
}
.selected-filters ul li .selected {
    background-color: #f4f4f4;
    padding: 4px 8px;
    display: flex;
    align-items: center;
    border-radius: 15px;
}
.selected-filters ul li .selected .item {
    margin-right: 2px;
}
.quick-info {
    background-color: #f7f7f7;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.check-available {
    border-radius: 5px;
}
.booking-container {
    background-color: #f7f7f7;
    position: relative;
    padding: 30px;
    border-radius: 15px;
}
.booking-container .select2-container .select2-choice {
    height: 42px !important;
    padding: 3px 0 0 8px;
    font-size: 13px;
}
.booking-container .select2-container .select2-choice .select2-arrow {
    border: none !important;
    top: 6px;
}
.booking-container .select-date input {
    opacity: 0;
    position: absolute;
}
.booking-container .normal-select-date input {
    opacity: 0;
    position: absolute;
}
.booking-container .date-selection-wrapper {
    background-color: #fff;
    margin-top: 0;
    padding-left: 10px;
}
.booking-container .form-control {
    height: 3em;
    position: relative;
    border: 0.5px solid #e0e0e0;
    box-shadow: none;
    border-radius: 0;
}
.booking-container select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.booking-container .selectDiv {
  position: relative;
}
.booking-container .selectDiv:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: #333333;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    z-index: 2;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 15px;
    margin-top: -6px;
    pointer-events: none;
}
.booking-container label {
    opacity: 0.8;
    font-weight: 500;
}
.booking-container .package-details {
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.booking-container .package-details h4 {
    font-size: 15px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0px;
}
.booking-container .package-details .offer-block {
    font-size: 12px;
}
.booking-container .old-price {
    text-decoration: line-through;
    color: #000;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    opacity: 0.7;
    margin-bottom: 8px;
    line-height: 0;
}
.booking-container .new-price {
    color: #e41919;
    font-weight: 700;
    font-size: 20px;
}
.custom-payment-form {
    background-color: #f7f7f7;
    position: relative;
    padding: 30px;
    border-radius: 15px
}
.custom-payment-form label {
    display: block;
    position: relative;
}
.custom-payment-form label span {
    display: block;
    font-size: 14px;
    color: #232323;
    opacity: 0.8;
    font-weight: 500;
}
.custom-payment-form .field {
    height: 3em;
    position: relative;
    padding: 0 15px;
    border: 0.5px solid #e0e0e0;
    box-shadow: none;
    border-radius: 0;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    width: 100%;
}
.custom-payment-form .card-icon {
    position: absolute;
    right: 15px;
    top: 27px;
    font-size: 20px;
}
.selectedPackage {
    background-color: #c5171b !important;
}
.searchr-box-container {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgb(0 0 0 / 8%);
    overflow: hidden;
}
.searchr-box-results {
    padding: 8px 0;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.searchr-box-results ul {
    margin: 0;
    padding: 0;
}
.searchr-box-results li {
    display: -webkit-box;
    /*display: flex;*/
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    margin: 8px 12px;
    border-radius: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.searchr-box-results li:hover {
    background-color: #fafafa;
}
.searchr-box-results li .exp-pic {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    margin-right: 10px;
}
.searchr-box-results li .exp-activity p {
    font-size: 13px;
    line-height: 1.44;
    font-weight: 400;
    color: #c5171b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin-bottom: 0;
}
.searchr-box-results li .exp-activity a {
    font-size: 13px;
    line-height: 1.44;
    font-weight: 400;
    color: #c5171b;
    text-align: left;
    margin-bottom: 0;
}
.searchr-box-results li .exp-activity>span {
    font-size: 12px;
    line-height: 1.44;
    font-weight: 400;
    color: #999;
    margin-top: 4px;
}
.searchr-box-results::-webkit-scrollbar {
    width: 4px;
    right: 0px;
}
.searchr-box-results::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.searchr-box-results::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #c8c8c8; 
}
.item-carousel .owl-pagination {
    display: none;
}
.footer-disclaimer {
  position: fixed;
  bottom: 0;
  width: 40%;
  margin: 0 auto;
  padding: 10px 60px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  left: 50%;
  z-index: 9999;
  background-color: #2b2e34;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  transform: translate(-50%);
}
.close-disclaimer {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #fff !important;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.shopping-summery table thead th {
    background-color: transparent;
    padding: 14px 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #253D4E;
    border-bottom: 1px solid #ddd;
}
.shopping-summery table tbody tr img {
    max-width: 70px;
    border: none;
}
.shopping-summery table td.product-thumbnail {
    width: 90px;
}
.shopping-summery table tbody td {
    padding: 14px 10px;
}
.shopping-summery .product-des h6,
.shopping-summery .product-des h6 a {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.shopping-summery .product-name label {
    font-size: 12px;
    margin-bottom: 5px;
}
.shopping-summery .date-selection-wrapper .date-selection-button {
    font-size: 13px;
}
.shopping-summery .product-name .form-control {
    font-size: 13px;
    height: 42px;
}
.shopping-summery .date-selection-wrapper {
    margin-bottom: 0 !important;
}
.shopping-summery .new-price {
    font-size: 16px;
}
.shopping-summery .package-details {
    padding: 12px;
    margin: 0 10px 15px 10px;
}
.totals-content {
    padding-bottom: 0px;
}
.subtotal-group {
    margin: 10px 0;
}
.totals-content .subtotal-group h6, .totals-content .shipping-group h6 {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    color: #253D4E;
    margin: 0px;
    letter-spacing: 0px;
}
.cart_summary{
   padding: 15px;
   -webkit-transition: all .2s ease-in-out 0s;
   -moz-transition: all .2s ease-in-out 0s;
   -o-transition: all .2s ease-in-out 0s;
   -ms-transition: all .2s ease-in-out 0s;
   transition: all .2s ease-in-out 0s;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -khtml-border-radius: 10px;
   border-radius: 10px;
   background-color: #fff;
   position: relative;
}
.detail-info .input-group .form-control {
    text-align: center;
}
.text-strikethrough {
    text-decoration: line-through;
}
.errorMessage.success {
    background-color: #198754;
}
.errorMessage {
    max-width: 30%;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    color: #fff;
    border-radius: 35px;
    text-align: center;
    left: 0;
    right: 0;
    padding: 10px 15px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
.errorMessage i {
    font-size: 20px;
    margin-right: 10px;
}
.errorMessage.danger {
    background-color: #dc3545;
}
.app-info-container {
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 60px;
    position: relative;
}
.mobile-app-placeholder {
    position: absolute;
    bottom: 0;
    right: 0;
}
.app-info-container .info-title{
  margin-top: 0;
  position: relative;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #232323;
}
.app-info-container .info-title::after {
  bottom: 0;
  content: url("../images/divider-dark.png");
  height: 6px;
  left: 0%;
  margin-left: 0px;
  position: absolute;
  width: 30px;
}
.me-2 {
    margin-right: 15px;
}
.me-3 {
    margin-right: 20px;
}
.card-loader img {
    border-radius: 15px;
}

.category-title{
  margin-top: 0;
  position: relative;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.3;
  color: #232323;
}
.category-title::after {
  background-color: #c5171b;
  top: 6px;
  content: "";
  height: 4px;
  margin: 0px auto;
  display: block;
  pointer-events: none;
  position: relative;
  transition: width 0.3s ease 0s;
  width: 40px;
}
.fixedCart {
    position: fixed;
    top: 35%;
    width: 38px;
    height: 150px;
    right: 0;
    background-color: #c5171b;
    z-index: 6;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.fixedCart-content {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    width: 34px;
    padding: 6px;
    height: 150px;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    color: #fff;
    display: inline-block;
}
.fixedCart-count {
    font-size: 14px;
}
.rotate-180 {
    transform: rotate(180deg);
}
.customPackage {
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 40px;
    border-radius: 10px;
}
.pull-top-2 {
    margin-top: -80px;
    z-index: 999;
}
.customPackage .title {
    font-size: 22px;
    font-weight: 600;
}
.packageItem {
    margin: 15px 0;
    background-color: #f7f7f7;
    position: relative;
    padding: 15px;
    border-radius: 10px;
}
.itemproductInfo {
    display: flex;
    position: relative;
}
.itemproductInfo img {
    max-width: 40px;
    margin-right: 10px;
}
.itemproductInfo .selectBox {
    margin-right: 30px;
}
.itemproductInfo .price {
    color: #e41919;
    font-weight: 600;
    font-size: 13px;
}
.itemproductInfo .old-price {
    text-decoration: line-through;
    color: #000;
    background: #fff;
    font-size: 12px;
    font-weight: 500;
    opacity: .7;
}
.itemproductInfo .removeItem {
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
    color: #c5171b;
    font-size: 15px;
    width: 20px;
    height: 20px;
    background-color: #ddd;
    border-radius: 50px;
    line-height: 20px;
    text-align: center;
}

.customRadio {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.customRadio label {
  display: block;
  min-width: 220px;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.375em;
}
.customRadio label span.icon {
    display: flex;
    align-items: center;
}
.customRadio label span.icon img {
    margin-right: 15px;
}
.customRadio label input {
  position: absolute;
  left: -9999px;
}
.customRadio label input:checked + span {
  background-color: #ffeaeb;
  color: #333;
}
.customRadio label input:checked + span:before {
  box-shadow: inset 0 0 0 0.4375em #c5171b;
}
.customRadio label span {
  display: flex;
  align-items: center;
  padding: 0.6em 0.9em 0.6em 0.9em;
  border-radius: 99em;
  transition: 0.25s ease;
}
.customRadio label span:hover {
  background-color: #ffddde;
}
.customRadio label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 15px;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #00005c;
}
.customPackage_info.success {
    background-color: #000;
}
.customPackage_info {
    margin: 0 auto;
    position: fixed;
    bottom: 0px;
    color: #fff;
    left: 0;
    right: 0;
    padding: 10px 15px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    z-index: 9999;
    display: flex;
    align-items: center;
    line-height: 1.4;
    justify-content: center;
}
.customPackage_info span {
    font-size: 20px;
    font-weight: 700;
}
.myPackage .old-price {
    text-decoration: line-through;
    color: #333;
    font-size: 12px;
    font-weight: 500;
    opacity: 0.7;
}
.myPackage .new-price {
    color: #c5171b;
    font-weight: 600;
    font-size: 16px;
}
.myPackage .saved_price {
    font-size: 16px;
    font-weight: 600;
    padding-right: 10px;
}
.bashPro-bg {
    min-height: 325px;
    background: #a5076a;  
    background: -webkit-linear-gradient(to left, #640460, #a5076a); 
    background: linear-gradient(to left, #640460, #a5076a);

}
.pro-title{
  margin-top: 0;
  position: relative;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.3;
  text-shadow: 0px 0px 10px black;
  color: #fff;
}
.pro-title span {
    background-color: #030303;
    color: #fff;
    border-radius: 8px;
    padding: 0px 14px;
    text-align: center;
    font-weight: 600;
}
.bashPro .home-banner-search {
    margin-top: -20px;
}
.bashPro .home-banner-search .input-group {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.pro-desc {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
/* ==============================
   Alt features
   ============================== */
.alt-features-item{
    margin-top: 0px;
}
.alt-features-icon{
    padding-top: 10px;
    max-width: 80px;
    margin: 0 auto;
    text-align: center;
}
.alt-features-title{
    margin-bottom: 15px;
    font-size: 16px;
    padding: 0 20px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0em;
}
.alt-features-title b {
    color: #ec1c24;
}
.alt-features-descr {
    color: #333;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.86
}
/* ==============================
   Pricing
   ============================== */

.pricing-item{
  margin: 0px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.pricing-item-inner{
  border: none;
  border-radius: 20px;
  background-color: #fff;
  vertical-align: middle;
  
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.pricing-item.red {
  border:1px solid #c5171b;
}

.pricing-item-inner:hover{
  border-color: #aaa;
}
.main .pricing-item-inner{
  border-color: #aaa;
}

.pricing-wrap{
  position: relative;
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 20px 0 20px;
  text-align: center;
  overflow: hidden;
border-radius: 20px;
}

.pricing-wrap p {
  color: #333;
}

.pricing-wrap hr {
  border-color: #FBF3E1;
}
.pricing-icon{
    padding-top: 0px;
  padding-bottom: 5px;
  position: relative;
  font-size: 32px;
  z-index: 1;
}
.pricing-title{
    position: relative;
    margin: 10px 0 10px 0;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0px;
    z-index: 1;
    line-height: 1.3;
}
.pr-list{
    margin: 15px -20px 30px;
    padding: 0;
    color: #232323;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;  
    letter-spacing: 0px;
}
.pr-list li{
  padding: 0px 20px;
  font-size: 15px;
  list-style: none;
}
.pricing-num{
  font-size: 26px;
  width: 100%;
  line-height: 1.2;
  color: #c5171b;
  padding-bottom: 15px;
  font-weight: 700;
  border-bottom: 1px solid #f1f1f1;
}
.bb-price {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    min-height: 95px;
}
.pricing-num-strike{
  font-size: 18px;
  line-height: 1.2;
  color: #c5171b;
  font-weight: 700;
  text-decoration: line-through;
}
.pr-button .btn-mod.btn-medium{
    width: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 400;
}
.pr-per{
    color: #2c2c2c;
    font-size: 13px;
}
.mt-pull2 {
  margin-top: -50px;
}
.activity-item-carousel .owl-pagination {
    bottom: 0;
}
.ribbon-wrapper-red {
  position: absolute;
  top: 2px;
  right: -40px;
}
.ribbon-red {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 140px;
    background-color: #ea181e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ea181e), to(#b90005));
    background-image: -webkit-linear-gradient(top, #ea181e, #b90005);
    background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
    color: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
.ifProUser {
    background: #ddd;
    border-radius: 5px;
    padding: 1px 6px;
    font-size: 12px;
    margin-left: 10px;
}
.youSaved {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding-bottom: 50px;
}
.youSaved .info {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 15px 20px;
    color: #fff;
    border-radius: 10px;
    background-color: #c5171b;
    display: inline-block;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.youSaved .proinfo {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 15px 20px;
    color: #fff;
    border-radius: 10px;
    background-color: #48d779;
    display: inline-block;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.ai-inputContainer {
    background: #fff;
    padding: 12px;
    border: 2px solid #c5171b;
    border-radius: 25px;
    box-shadow: 0 0 28px rgba(0,0,0,.25);
}
.ai-inputContainer .form-control {
    border-radius: 20px;
}
.ai-Loading {
    text-align: center;
    padding: 25px 0;
    font-size: 20px;
    font-weight: 600;
}
.aiResults {
   background: #fff;
    padding: 10px;
    border: 2px solid #ddd;
    border-radius: 25px;
    margin-top: 20px;
}
.dayInfo {
    padding: 15px;
}
.dayInfo .hs-line-6 {
    font-size: 18px;
}
/* TIMELINE */
#timeline-container {
  background: #00112e;
  background: linear-gradient(171deg, #00112e 0%, #1d1594 100%);
  overflow: auto;
  padding: 60px 0;
}
#timeline-container .inner-container {
  max-width: 1000px;
  margin: 0 auto;
}
#timeline-container .inner-container .heading {
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  color: white;
  margin-top: 0;
}
.timeline {
  margin: 0 auto;
  position: relative;
  left: 120px;
  width: 80%;
  max-width: 900px;
  margin-top: 16px;
  margin-left: 5%;
}
.timeline-item {
  color: #333;
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  padding: 1rem 1.5rem 1rem 1.5rem;
  border-left: 4px solid #d9534f;
  border-bottom: 1px solid #d9534f;
  position: relative;
  list-style-type: none;
  --item-width: calc(100%);
}
.timeline-item::after {
  content: attr(data-location);
  position: absolute;
  right: calc(var(--item-width) + 40px);
  top: 16px;
  float: right;
  font-weight: bold;
  white-space: nowrap;
}
.timeline-item::before {
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #d9534f;
  position: absolute;
  left: -8px;
  top: 21px;
}
.timeline-item:last-child {
  border-bottom: none;
}
/* TIMELINE end */

.timeline-item .product-card {
    margin: 0;
}
.timeline-item .alerts .instant-info {
    margin-left: 0;
}
.timeline-item .col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
}
.aiLoader  {
  animation: rotate 1s infinite;  
  height: 50px;
  width: 50px;
  text-align: center;
  margin: 25px auto;
}

.aiLoader:before,
.aiLoader:after {   
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;  
  width: 20px;
}
.aiLoader:before {
  animation: ball1 1s infinite;  
  background-color: #cb2025;
  box-shadow: 30px 0 0 #f8b334;
  margin-bottom: 10px;
}
.aiLoader:after {
  animation: ball2 1s infinite; 
  background-color: #00a096;
  box-shadow: 30px 0 0 #97bf0d;
}

@keyframes rotate {
  0% { 
    -webkit-transform: rotate(0deg) scale(0.8); 
    -moz-transform: rotate(0deg) scale(0.8);
  }
  50% { 
    -webkit-transform: rotate(360deg) scale(1.2); 
    -moz-transform: rotate(360deg) scale(1.2);
  }
  100% { 
    -webkit-transform: rotate(720deg) scale(0.8); 
    -moz-transform: rotate(720deg) scale(0.8);
  }
}

@keyframes ball1 {
  0% {
    box-shadow: 30px 0 0 #f8b334;
  }
  50% {
    box-shadow: 0 0 0 #f8b334;
    margin-bottom: 0;
    -webkit-transform: translate(15px,15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #f8b334;
    margin-bottom: 10px;
  }
}

@keyframes ball2 {
  0% {
    box-shadow: 30px 0 0 #97bf0d;
  }
  50% {
    box-shadow: 0 0 0 #97bf0d;
    margin-top: -20px;
    -webkit-transform: translate(15px,15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #97bf0d;
    margin-top: 0;
  }
}
.loaderText {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 30px;
}
.offerContainer {
    background-color: #fff;
    border-radius: 15px;
    padding: 15px;
    margin: 0 10px;
    cursor: pointer;
    text-align: center;
}
.offerContainer .title {
    font-size: 16px;
    font-weight: 500;
}
.offersCard .item-carousel .owl-pagination {
    display: block;
    bottom: -30px;
}
.bbproContainer {
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
}
.bbproContainer .form-control {
    background-color: #f3f3f3;
    background-image: none;
    height: 44px;
    border: 1px solid #f7f7f7;
    border-bottom: 2px solid #333;
    border-radius: 0;
}
.bbproContainer .proheader {
    background: #a5076a;
    background: -webkit-linear-gradient(to left, #640460, #a5076a);
    background: linear-gradient(to left, #640460, #a5076a);
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
    color: #fff;
    padding: 25px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.bbproContainer .proheader.adventurer {
    background: #1534cc;
    background: -webkit-linear-gradient(to left, #0320af, #1534cc);
    background: linear-gradient(to left, #0320af, #1534cc);
}
.bbproContainer .proheader.ultimate {
    background: #00020c;
    background: -webkit-linear-gradient(to left, #000000, #00020c);
    background: linear-gradient(to left, #000000, #00020c);
}
.bbproContainer .probody  {
    padding: 25px 40px;
    min-height: 285px;
    text-align: center;
}
.bbproContainer .probody .desc {
    font-size: 14px;
    color: #737373;
}
.bbproContainer .probody .price {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}
.bbproContainer .probody .price .strike {
    text-decoration: line-through;
}
.bbproContainer .probody .btn-pro {
    background-color: #7cc1cd;
    color: #fff;
}
.bbproContainer .probody .btn-mod.btn-large {
    padding: 8px 25px;
}
/* common */
.ribbon {
  width: 100px;
  height: 110px;
  overflow: hidden;
  position: absolute;
}
.ribbon .visa-xs-logo {
    max-width: 55px;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 185px;
    padding: 5px 0;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #1534cc;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}
/* top left*/
.ribbon-top-left {
  top: 0px;
  left: 0px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -21px;
  top: 8px;
  transform: rotate(-45deg);
}
.exprCard {
    position: relative;
     -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.exprCard::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    z-index: 0;
    background-image: linear-gradient(to top, rgba(5, 16, 54, 0.8), transparent 50%);
}
.exprCard .exprTitle {
    position: absolute;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    left: 50%;
    bottom: 20px;
    text-align: center;
    z-index: 99;
    line-height: 1.1;
    transform: translate(-50%, -50%);
}
.exprCard img {
    border-radius: 15px;
}
.exprCard:hover {
    border-radius: 15px;
    transform: scale(1.02);
    box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
}
.exprCard-link {
    padding: 4px 9px;
    background-color: #c5171b;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    font-size: 25px;
    line-height: 43px;
     -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.exprCard-link:hover {
    background-color: #333;
    color: #fff;
}
.section-title-big {
    margin-bottom: 15px;
    font-size: 38px;
    font-weight: 700;
    text-transform: none;
    text-align: center;
    letter-spacing: -2px;
    line-height: 1.1;
}
.section-sub-title-left {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #181818;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
.section-sub-title-left::after {
    content: "";
    display: block;
    position: absolute;
    width: 45px;
    height: 1px;
    background-color: #EC2027;
    bottom: 0;
    left: 0;
}
.section-sub-title {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #181818;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
.section-sub-title::after {
    content: "";
    display: block;
    position: absolute;
    width: 45px;
    height: 1px;
    background-color: #EC2027;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.citiesCard {
    position: relative !important;
    display: -webkit-box;
     -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.citiesCard::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    z-index: 0;
    background: linear-gradient(180deg, rgba(5, 16, 54, 0.8) 0%, rgba(5, 16, 54, 0) 63.5%);
}
.citiesCard .citiesCard__content {
    position: absolute;
    left: 30px;
    top: 20px;
    text-align: left;
    z-index: 99;
    line-height: 1.1;
}
.citiesCard .citiesCard__content h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}
.citiesCard .citiesCard__content p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.citiesCard img {
    border-radius: 15px;
    object-fit: cover;
    height: 190px;
    width: 100%;
}
.citiesCard:hover {
    border-radius: 15px;
    transform: scale(1.02);
    box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
}
.VisaCard {
    background-color: #fff;
    border-radius: 15px;
    padding: 25px;
    max-width: 480px;
    margin: 15px auto;
    box-shadow: rgba(149, 157, 165, 1) 0px 8px 24px;
}
.VisaCard .visa-logo {
    display: flex;
    justify-content: flex-end;
    margin: -30px -20px;
}
.VisaCard .visa-logo svg {
    max-width: 150px;
    height: 85px;
}
.VisaCard .visa-logo svg path {
    fill: #1836d4;
}
.VisaCard .visa-card-chip {
    margin: 30px 0;
}
.VisaCard .valid-thru {
    text-align: left;
    font-size: 14px;
    color: #c7c7c7;
    font-weight: 500;
}
.home-section .hs-line-1 {
    margin-top: 0;
    position: relative;
    font-size: 60px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.3;
    color: #fff;
}
.home-section .hs-line-1::before,
.home-section .hs-line-1::after {
    content: none;
}
.home-section .hs-line-3 {
    margin-top: 20px;
    position: relative;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #fff;
}
.home-section .searchr-box-container {
    top: 195px;
}
.bg-breadcumbs {
    background: #c5171b; 
    background: -webkit-linear-gradient(to right, #93291E, #c5171b);
    background: linear-gradient(to right, #93291E, #c5171b);
}
.bg-breadcumbs .mod-breadcrumbs a {
    color: #fff;
}
.siderbar_filter {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.expr-detailed-card {
    background-color: #fff;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.expr-detailed-card .checkout-selection h4 {
    font-size: 14px;
    font-weight: 600;
}
.expr-detailed-card .checkout-selection h4 span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
.expr-detailed-card .checkout-selection .form-control {
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 13px;
    padding: 5px 15px;
    box-shadow: none;
}
.expr-detailed-card .checkout-selection .selectDiv {
  position: relative;
}
.expr-detailed-card .checkout-selection .selectDiv:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: #333333;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    z-index: 2;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 15px;
    margin-top: -6px;
    pointer-events: none;
}
.expr-detailed-card .expr-prev-img img {
    border-radius: 10px;
    min-height: 220px;
    object-fit: cover;
}
.expr-detailed-card .expr-prev-img.overlay-2 {
    position: relative;
}
.expr-detailed-card .expr-prev-img.overlay-2 .rating {
    position: absolute;
    bottom: 0;
    left: 15px;
    z-index: 99;
    color: #fff;
}
.expr-detailed-card .expr-prev-img.overlay-2::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    z-index: 0;
    background-image: linear-gradient(to top, rgba(5, 16, 54, 0.8), transparent 50%);
}
.expr-detailed-card .expr-prev-title h3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.5px;
}
.expr-detailed-card .old-price {
    text-decoration: line-through;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    opacity: 0.7;
    line-height: 1.2;
}
.expr-detailed-card .align-end {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    border-left: 1px solid #e5e5e5;
    padding-left: 25px;
}
.expr-detailed-card .new-price {
    color: #e41919;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
}
.expr-detailed-card .expr-desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
    opacity: 0.75;
    padding: 2px 0;
}
.expr-detailed-card .expr-desc b {
    color: #e41919;
}
.expr-detailed-card .btn-mod.btn-large {
    padding: 10px 25px;
}
.rotate-2 {
    transform: rotate(320deg);
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #b9b9b9;
}
.styled-checkbox:hover + label:before {
  background: #c5171b;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #c5171b;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.customRadio {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.customRadio label {
  display: block;
  min-width: 220px;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.375em;
}
.customRadio label span.icon {
    display: flex;
    align-items: center;
}
.customRadio label span.icon img {
    margin-right: 15px;
}
.customRadio label input {
  position: absolute;
  left: -9999px;
}
.customRadio label input:checked + span {
  background-color: #ffeaeb;
  color: #333;
}
.customRadio label input:checked + span:before {
  box-shadow: inset 0 0 0 0.4375em #c5171b;
}
.customRadio label span {
  display: flex;
  align-items: center;
  padding: 0.6em 0.9em 0.6em 0.9em;
  border-radius: 99em;
  transition: 0.25s ease;
}
.customRadio label span:hover {
  background-color: #ffddde;
}
.customRadio label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 15px;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #00005c;
}
.customPackage_info.success {
    background-color: #000;
}
.customPackage_info {
    margin: 0 auto;
    position: fixed;
    bottom: 0px;
    color: #fff;
    left: 0;
    right: 0;
    padding: 10px 15px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    z-index: 9999;
    display: flex;
    align-items: center;
    line-height: 1.4;
    justify-content: center;
}
.customPackage_info span {
    font-size: 20px;
    font-weight: 700;
}
.sidebar{
  margin-top: 10px;
}
.widget{
  margin-bottom: 20px;
}
.widget .img-left{
    margin: 0 10px 10px 0;
}
.widget .img-right{
    margin: 0 0 10px 10px;
}
.widget-title{
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: none;
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 600;
  color: #232323;
  border-bottom: none;
}
.widget-body{
  font-size: 13px;
  color: #777;
}
.widget-desc ul {
    margin: 0;
    padding: 0;
}
.widget-desc ul li {
    list-style: none;
    display: block;
    padding: 3px 0;
}
.widget-desc ul li label {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
}
.widget-body .input-group {
  display: flex;
}
.widget-body .btn-subscribe {
  background-color: #c5171b;
  border-radius: 8px;
  color: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.widget-body .input-group .form-control {
  font-size: 13px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px
}
.widget-text{
  line-height: 1.7;
}
/*--------- Pager2 ---------*/
.Pager2 {
    margin-top: 40px;
    text-align: center;
}
.Pager2 .pagination .page-item .page-link:hover {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: .125rem;
    color: #fff;
    background-color: #c5171b;
}
.Pager2 .pagination.pg-blue .page-item.active .page-link:hover {
    background-color: #2bbbad;
}
.Pager2 .pagination .page-item.active .page-link {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: .125rem;
    background-color: #c5171b;
    color: #fff;
}
.Pager2 .pagination .page-item .page-link {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    outline: 0;
    border: 0;
    background-color: transparent;
    font-size: 14px;
    color: black;
}
.Pager2 .pagination .page-item.active .page-link{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.Pager2 .page-link{
  border:none!important;
}
.Pager2 .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0;
}
.selectedFilters ul {
    margin: 0;
    padding: 0;
}
.selectedFilters ul li {
    display: inline-block;
    list-style: none;
    margin: 0 6px 6px 0;
    background-color: #e3e3e3;
    border-radius: 50px;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 400;
}
.listingSearch .form-control {
    border-radius: 50px;
    height: 28px;
    line-height: 1.2;
    font-size: 12px;
}
.listingSearch .form-control:focus {
    box-shadow: none;
}
.listingSearch select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.listingSearch .selectDiv {
  position: relative;
}
.listingSearch .selectDiv:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: #333333;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    z-index: 2;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 15px;
    margin-top: -6px;
    pointer-events: none;
}
.force-overflow {
    min-height: 300px;
}
.scrollbar {
    overflow-y: scroll;
    height: 300px;
}

#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    border-radius: 10px;
    background-color: #fdfdfd;
}

#style-2::-webkit-scrollbar {
    width: 8px;
    background-color: #fdfdfd;
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
    background-color: #c5171b;
}
.sp-slides .sp-slide {
    height: 450px;
}
.sp-slides .sp-slide img {
    object-fit: cover;
    height: 450px;
    width: 100%;
}
.modal-currency {
    padding: 20px 25px;
}
.modal-currency h4 {
    font-size: 15px;
    font-weight: 700;
    color: #232323;
    margin-top: 0;
    margin-bottom: 5px;
}
.modal-currency ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}
.modal-currency ul li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 8px;
    min-width: 175px;
    width: 25%;
}
.modal-currency ul li a {
    color: #232323;
    font-size: 13px;
    font-weight: 400;
}
.modal-currency ul li a span {
    padding-left: 10px;
}
.modal-currency ul li a.active {
    color: #c5171b;
}
.home-text .input-group-addon .select_country {
    border: none;
    height: 42px;
    background-color: #f5f5f5;
}
.home-text .input-group-addon .select_country:focus {
    outline: none;
    box-shadow: none;
}

.styled-table table {
  width: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.styled-table th,
.styled-table td {
  font-size: 13px;
    line-height: 1.45;
    color: #232323;
    vertical-align: middle;
    padding: 1em;
    font-weight: 400;
}
.styled-table th {
  font-weight: 600;
}

.styled-table colgroup:nth-child(1) {
  width: 25%;
  border: 0 none;
}
.styled-table colgroup:nth-child(2) {
  width: 30%;
  border: 1px solid #ccc;
}
.styled-table colgroup:nth-child(3) {
  width: 30%;
  border: 6px solid #232323;
}

/* Tablehead */

.styled-table thead th {
  background: #a5076a;
    background: -webkit-linear-gradient(to left, #640460, #a5076a);
    background: linear-gradient(to left, #640460, #a5076a);
  text-align: center;
  position: relative;
  border: 1px solid #ddd;
      padding: 15px 0;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
}
.styled-table thead th:nth-child(1) {
    background: #a5076a;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
}
.styled-table thead th:nth-child(2) {
    background: #a5076a;
}
.styled-table thead th:nth-child(3) {
    background: #232323;
}
.styled-table thead th h2 {
  font-weight: 300;
  font-size: 2.4em;
  line-height: 1.2;
  color: #59c7fb;
}
.styled-table thead th h2 + p {
  font-size: 1.25em;
  line-height: 1.4;
}
.styled-table thead th:nth-child(3) h2 {
  font-size: 3.6em;
}
.styled-table thead th:nth-child(3) h2 + p {
  font-size: 1.5em;
}

/* Tablebody */

.styled-table tbody th {
  background: #fff;
  border-left: 1px solid #ccc;
}
.styled-table tbody th span {
  font-weight: normal;
  font-size: 87.5%;
  color: #999;
  display: block;
}

.styled-table tbody td {
  background: #fff;
  text-align: center;
  border: 1px solid #ddd;
}

.styled-table tbody tr:nth-child(even) th,
.styled-table tbody tr:nth-child(even) td {
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-width: 1px 0 1px 1px;
}
.styled-table tbody tr:last-child td {
  border-bottom: 0 none;
}
.saving_card {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.saving_card h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}
.saving_card h2 {
    color: #c5171b;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.saving_card h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
}
.saving_card .to-date {
    color: green;
    font-size: 18px;
    font-weight: 600;
}