@import url(font-awesome.min.css);
@import url(../fonts/Oswald-Regular.css);
.mt5{margin-top: 5px;}.mb5{margin-bottom: 5px;}
.mt7{margin-top: 7px;}.mb7{margin-bottom: 7px;}
.mt8{margin-top: 8px;}.mb8{margin-bottom: 8px;}
.mt10{margin-top: 10px;}.mb10{margin-bottom: 10px;}
.mt12{margin-top: 12px;}.mb12{margin-bottom: 12px;}
.mt14{margin-top: 14px;}.mb14{margin-bottom: 14px;}
.mt15{margin-top: 15px;}.mb15{margin-bottom: 15px;}
.mt20{margin-top: 20px;}.mb20{margin-bottom: 20px;}
.mt25{margin-top: 25px;}.mb25{margin-bottom: 25px;}
.mt30{margin-top: 30px;}.mb30{margin-bottom: 30px;}
.mt40{margin-top: 40px;}.mb40{margin-bottom: 40px;}
.mt42{margin-top: 42px;}.mb42{margin-bottom: 42px;}
.mt43{margin-top: 43px;}.mb43{margin-bottom: 43px;}
.mt44{margin-top: 44px;}.mb44{margin-bottom: 44px;}
.mt45{margin-top: 45px;}.mb45{margin-bottom: 45px;}
.mt50{margin-top: 50px;}.mb50{margin-bottom: 50px;}
.mt70{margin-top: 70px;}.mb70{margin-bottom: 70px;}
.pt7{padding-top: 7px;}
.pt10{padding-top: 10px;}
.pt15{padding-top: 15px;}
.pt20{padding-top: 20px;}
.pt25{padding-top: 25px;}
.pt30{padding-top: 30px;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.l{box-shadow:inset 0 0 5px red;}
.error{color:red!important;}
html {position: relative;min-height: 100%;}
body{padding-bottom: 83px;font-family: 'Roboto', sans-serif;background-color: #e9e9e9!important;}
iframe body{padding-bottom: 0;font-family: 'Roboto', sans-serif;background-color: #e9e9e9!important;}
input[type="text"], input[type="email"], input[type="search"], input[type="date"],input[type="url"],
input[type="time"], input[type="file"], textarea,
input[type="password"], input[type="tel"], select{
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
  appearance: none!important;
  box-shadow: none!important;
  border: 1px solid #ddd!important;
  box-shadow: none!important;
  background-color: #fff!important;
  padding-left: 10px!important;
  font-weight: normal!important;
  font-size: 14px!important;
}
.agenda_section img{margin: auto;}
.btn{box-shadow: none!important;}
.btn-primary {
  background-color: #427fed;
  box-shadow: none !important;
  color: #fff;
  height: 36px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 2px;
  font-weight: 700;
}
.wraper_container{width: 100%;max-width: 1680px;margin: auto;}
.topfooter .container-fluid,header .container-fluid,.footer_top_link .container-fluid,.web_category_parent .container-fluid{max-width: 1680px;}
.gray_background{padding-top: 30px;padding-bottom: 50px;background-color: #F3F3F3;}
.second_gray_background{padding-top: 30px;padding-bottom: 50px;background-color: #F9F9F9;}
.white_background_carousel{background-color: #ffffff;padding-top: 25px;padding-bottom: 25px;}
.white_bg_carousel{
  background-color: #ffffff;
  padding-top: 12px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.similar_event_carousel .event_listing_card.small_card .soldout img {width: 140px;}
.featured_h3{
  padding: 0;
  margin: 0 0 10px 0;
  line-height: 100%;
  color: #484848;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  text-transform: none;
}
.h_h3_sub{
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.58);
  display: block;
  line-height: 100%;
  text-transform: none!important;
  margin-top: -5px;
  margin-bottom: 14px;
}
.h_h3_sub a{color: inherit;text-decoration: none!important;}
.whitebg{background-color: #fff;}
.graybg{background-color: #f5f5f5;}
.h_h3{
  padding: 0 100px 0 0;
  margin: 0 0 10px 0!important;
  color: #323232;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
.h_h3 .r_view{
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: none!important;
  position: absolute;
  right: 0;
  bottom: 0;
}
.carousel_box{max-height: 404px;overflow: hidden;}
.h_h3 .fa-heart{color: red; font-size: 20px;}
.carousel_box_event .h_h3,.gray_bg_carousel .h_h3{margin-top: 0;}
.gray_bg_carousel{background-color: #F3F3F3;padding-top: 12px;padding-bottom: 12px;}
@media(max-width: 1080px){
  .h_h3{padding: 0 0 0 0;}
  .h_h3_sub{font-size: 12px;}
}




/* ------------center line text------------ */
.centerline {
  color: rgba(0, 0, 0, 0.78);
  font-size: 16px;
  overflow: hidden;
  text-align: center;
}
.centerline span {display: inline-block;position: relative;}
.centerline span::before, .centerline span::after {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  content: "";
  position: absolute;
  top: 8px;
  width: 10000px;
}
.centerline span::before {margin-right: 10px;right: 100%;}
.centerline span::after {left: 100%;margin-left: 10px;}
.venue_section{height:49px;overflow:hidden;}
/* --end-- */




/* ---- Question box section ------- */
.ask-question-panel{
  margin: 0!important;
  padding: 8px 0!important;
  box-shadow: none!important;
  border-radius: 0!important;
  border-bottom: 1px solid #F2F2F2 !important;
}
.ask-question-panel a{
  display: block;
  padding-bottom: 2px;
  font-size: 15px!important;;
  color: #074E86!important;
  position: relative;
}
.ask-question-panel a:hover{text-decoration: none;}
.ask-question-panel i{
  position: absolute;
  right: 10px;
  transition:500ms;
  display: inline-block;
  font-size: 22px;
}
.ge i{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transition:500ms;
}
.panel.ask-question-panel{background-color: transparent;box-shadow: none;}
/* --End-- */




/* -----------Model box design------------ */
.modal{ 
  position: fixed; 
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0; 
  z-index: 1040; 
  overflow-y: auto; 
  background: rgba(0, 0, 0, 0.75); 
  -webkit-transition: opacity .15s linear; transition: opacity .15s linear; } 
.mycontainer{padding: 15px 15px 0 15px;}
.modelbox .modal-body {padding: 10px;position: relative;overflow: hidden;overflow-y: auto;}
.modelbox .modal-content {
  background-clip: padding-box;
  background-color: #ffffff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0 none;
  position: relative;
}
.modelbox .modal-footer {border-top: none;padding: 3px 10px 10px 10px;text-align: right;}
.modelbox .modal-header {border-bottom: 1px solid #ddd;padding: 8px 10px;}
.modelbox .modal-header h4{margin: 0;padding: 0;font-size: 18px;font-weight: bold;}
.modelbox .modal-header .close{margin-top: -5px;}
.modelbox .modal-header .close:hover{color: red;}
.offer_modal .modal-header .close span{color: #ffffff;}
.modal .modal-dialog{background-color: #fff;margin-top: 97px;position: relative;} 
.modelbox .modal .large{max-width: 90%; margin: 5em auto 0em;} 
.modelbox .modal .largebig{width: 90%; margin: 5em auto 0em;}
.modal .medium{width: 50%; margin: 5em auto 0em;  } 
.modal .small{width: 32%; margin: 5em auto 0em;  }
.back_drop{position: fixed;left: 0;right: 0;top: 0;bottom: 0;background: rgba(0,0,0,0.2);}
.modal .modal-dialog .content{ padding: 10px; } 
.modal .modal-dialog .content .content-head{ margin-bottom: 10px; } 
.modal .modal-dialog .modelfooter{border-top: 1px solid #e5e5e5;padding: 13px 20px;margin-top: 20px;} 
.error{color:red;}
.modelbox .mycontainer{padding: 0 15px;}
.offer_modal .modal-header{background-color: #184E86;padding: 8px 10px;}
.offer_modal .modal-header h4{padding: 2px 0;margin: 0;color: #fff;font-size: 18px;}
.offer_modal .modal-content{border: none;border-radius: 1px;overflow: hidden;color: #444;}
.offer_modal .modal-body{padding-top: 10px;}
.offer_modal .modal-body h4{margin: 0;font-size: 16px;font-weight:500;padding-bottom: 3px;}
.modelbox .mycontainer .ticketid.mt10{margin-top: 0;}
.facebooklogin,.googlelogin{position: relative;}
.facebooklogin .btn-facebook{background-color:#3B5998;color: #fff;text-transform: capitalize;border-radius: 3px;}
.googlelogin .btn-google{background-color:#DD5044;color: #fff;text-transform: capitalize;border-radius: 3px}
.googlelogin .btn-google span, .facebooklogin .btn-facebook span{text-transform: lowercase!important;}
.googlelogin .btn-google:hover,.facebooklogin .btn-facebook:hover,.btn-login:hover{color: #fff;opacity: 0.9;}
.facebooklogin .Ficon,.googlelogin .Gicon{
  position: absolute;
  top: 5px;
  left: 5px;
  width: 32px;
  height: 32px;
  line-height: 34px;
  text-align: center;
  font-size: 30px;
  border-radius: 2px;
  background-color: #fff;
}
.facebooklogin .Ficon{color:#3B5998;}
.googlelogin .Gicon{color:#DD5044;}
.btn-login{
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  background-color: #4285F4;
  border-radius: 3px;
}
.loginpage{padding-top: 90px;}
.footerfix{position: fixed;bottom: 0;width: 100%;}
@media(max-width: 1080px){
  .loginpage{padding-top: 0;}
  .modal .small{min-width: 320px;}
}
/* --end-- */




/* -----------top city block list----------- */
.topcity_top{
  text-align: center;
  font-weight: 400;
  margin-top: 12px;
  height: 52px;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.075);
  color: #ffffff;
}
.topcity_top a{
  display: block;
  padding-top: 6px;
  height: 100%;
  color: inherit;
  font-size: 11px;
  font-weight: 500;
  line-height: 19px;
  text-transform: uppercase;
}
.topcity_top a span{
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
}
.topcity_top a:hover{text-decoration: none;color: #fff;outline: none;}
.topcity_top a:link{text-decoration: none;color: inherit;outline: none;}
.bgbtn a{
  background-color: #fff;
  color:#074E86!important;
  padding: 0;
  font-size: 14px;
  line-height: 50px;
  border-radius: 3px;
}
.bgbtn a:hover{background-color: #074E86;color:#fff!important;}
.topcity_sec.mb10{background-color: #fafafa!important;padding-bottom: 15px!important;margin-bottom: 0!important;}
.topcitydiv.mb20{margin-top: 15px!important;margin-bottom: 3px!important;}
.topcity_sec .colp{padding-left: 6px!important;padding-right: 6px!important;}
.topcity_sec .row{    padding-left: 10px!important;padding-right: 10px!important;position: relative;}
.topcity_sec .col-sm-2:nth-child(1) .topcity_top{background-color: #006D93;}
.topcity_sec .col-sm-2:nth-child(2) .topcity_top{background-color: #4ED1F0;}
.topcity_sec .col-sm-2:nth-child(3) .topcity_top{background-color: #F12257;}
.topcity_sec .col-sm-2:nth-child(4) .topcity_top{background-color: #00B1D7;}
.topcity_sec .col-sm-2:nth-child(5) .topcity_top{background-color: #F7C100;}
.topcity_sec .col-sm-2:nth-child(6) .topcity_top{background-color: #6CD4C3;}
.topcity_sec .col-sm-2:nth-child(7) .topcity_top{background-color: #FE5106;}
.topcity_sec .col-sm-2:nth-child(8) .topcity_top{background-color: #4F5768;}
.topcity_sec .col-sm-2:nth-child(9) .topcity_top{background-color: #F7C100;}
.topcity_sec .col-sm-2:nth-child(10) .topcity_top{background-color: #006D93;}
.topcity_sec .col-sm-2:nth-child(11) .topcity_top{background-color: #F12257;}
@media(max-width: 768px){
  .topcity_top{margin-top: 10px;height: 44px;}
  .topcity_top a{padding-top: 6px;font-size: 10px;line-height: 16px;}
  .topcity_top a span{font-size: 14px;}
  .bgbtn a{padding: 0;font-size: 13px;box-shadow: inset 0 0 1px #c0c0c0;line-height: 44px;}
  .topcity_sec .row{padding-left: 4px!important;padding-right:4px!important;position: relative;}
}




/*---------------web categories---------------*/
.web_category_parent{border-bottom: 1px solid #E9E9E9;}
.web_category .dropdown .dropdown-menu li {float: none;}
ul.collect {
  position: absolute;
  right: 0; top: 0;
  overflow: visible;
  display:none;
}
ul.collect ul.dropdown-menu { right: 0; left: auto; }
ul.collect ul.dropdown-menu li{margin-right: 0!important;}
ul.collect ul.dropdown-menu li a{
  display: block;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  padding: 0 11px!important; 
}
/*--end--*/



/*----mobile categories------*/
.event_cat_mobile_list{
  padding: 5px 2px 2px 2px;
  margin: 0;
  list-style-type: none;
  overflow:hidden;
  white-space: nowrap;
  overflow-x: auto;
  background-color: #ffffff;
  margin-bottom: 8px;
}
.event_cat_mobile_list li{
  width: 64px;
  height: 64px;
  display: inline-block;
  margin-left: 4px!important;
  margin-right: 4px!important;
  position: relative;
}
.event_cat_mobile_list li a{display: block;}
.ripple{
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(16, 55, 109, 0.75);
  transform: scale(0);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.rippleEffect {animation: rippleDrop .4s linear;}
@keyframes rippleDrop {
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}
.event_cat_mobile_list::-webkit-scrollbar {display: none;}
.event_cat_mobile_list li a img{width: 100%;height: 100%;}
.event_cat_mobile{display: none;}
@media(max-width: 1080px){
  .event_cat_web{display: none;}
  .event_cat_mobile{display: block;}
  .gray_background,.second_gray_background,body{background-color: #e9e9e9!important;}
}
/*--end--*/



/*-------offer strip with animation--------*/
.offer_window_top{
  width: 100%;
  height: 44px;
  background-color: #FFD007;
  box-shadow: 0 1px 3px 2px rgba(0,0,0,.15);
  z-index: 99999;
  left: 0;
  top: 0;
  position: fixed;
  color: #525252;
  overflow: hidden;
}
.offer_window_top_inner{
  position: relative;
  height: 44px;
  text-align: center;
}
.close_offer{
  position: absolute;
  top: 50%;
  right: 8px;
  cursor: pointer;
  color: #ffffff;
  font-size: 18px;
  width: 34px;
  height: 34px;
  text-shadow: 2px 2px 5px rgba(0,0,0,.2);
  -webkit-transform: translateY(-50%) scaleX(1.2);
  transform: translateY(-50%) scaleX(1.2);
}
.offer_window_top_inner strong{color: #323232;}
.offer_text{
  position: absolute;
  width: 100%;
  opacity: 0;
  overflow: hidden;
  font-size: 17px;
  height: 44px;
  line-height: 44px;
  -webkit-animation: rotateWord 32s linear infinite 0s;
  -ms-animation: rotateWord 32s linear infinite 0s;
  animation: rotateWord 32s linear infinite 0s;
}
.offer_text:nth-child(2) { 
    -webkit-animation-delay: 8s; 
  -ms-animation-delay: 8s; 
  animation-delay: 8s; 
}
.offer_text:nth-child(3) { 
    -webkit-animation-delay: 16s; 
  -ms-animation-delay: 16s; 
  animation-delay: 16s;  
}
.offer_text:nth-child(4) { 
    -webkit-animation-delay: 24s; 
  -ms-animation-delay: 24s; 
  animation-delay: 24s; 
}
@-webkit-keyframes rotateWord {
  0% { opacity: 0; }
  2% { opacity: 0; -webkit-transform: translateY(-20px); }
  5% { opacity: 1; -webkit-transform: translateY(0);}
  17% { opacity: 1; -webkit-transform: translateY(0); }
  20% { opacity: 0; -webkit-transform: translateY(20px); }
  80% { opacity: 0; }
  100% { opacity: 0; }
}
@keyframes rotateWord {
  0% { opacity: 0; }
  2% { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); }
  5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0);}
  17% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0); }
  20% { opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); }
  80% { opacity: 0; }
  100% { opacity: 0; }
}
body.showofferstrip header,body.showofferstrip .mobileheader_container{
  margin-top: 43px!important;
}
body.showofferstrip .mobileheader_container.mh_fixed .mobileheader, 
body.showofferstrip .mobileheader_container.mh_fixed .mobileheader.mobileheader_fixed{
  top: 43px;
}
.after_offer_adding{margin-top: 133px!important;}
@media(max-width: 1080px){
.offer_text{font-size: 14px;}
}
/*-end offer strip with animation--*/




/*------performance overview------*/
.organizer_rev_revenue{
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.16);
  padding: 15px 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
}
.event_detail_rev{position: relative;min-height: 110px;}
.event_detail_rev .rev_event_image{
  width: 180px;
  height: 110px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size:100% 100%;
  background-position: left top;
  border-radius: 3px;
  background-color: #fafafa;
  position: absolute;
  left: 0;
  top: 0;
}
.rev_event_name{
  padding: 0;
  margin: 0;
  text-transform: none!important;
  font-size: 18px!important;
  line-height: 22px!important;
  font-weight: 500;
  color: #323232;
}
.rev_event_cal{
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  background-color: #ffffff;
  overflow: hidden;
  border: solid 1px #dedede;
}
.rev_event_cal span{display: block; text-align: center;}
.rev_event_cal span.rev_event_cal_m{
  background-color: #f86810;
  height: 22px;
  box-sizing: border-box;
  line-height: 22px;
  font-size: 11px;
  color: #ffffff;
  font-weight: 500;
  position: relative;
}
.rev_event_cal_d{
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  color: #323232;
  font-size: 18px;
}
.rev_event_media{
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 194px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
} 
.rev_event_media .media{margin: 0;margin-top: 15px;}
.rev_event_media .media-body{padding-left: 4px;}
.rev_event_media .rev_event_cal_time{line-height: 17px;font-size: 12px;color: #323232;}
.revenue_counter ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: table;
  width: 100%;
  vertical-align: middle;
}
.revenue_counter ul li{display: table-cell;text-align: center;}
.revenue_counter ul li span{display: block;}
.revenue_counter ul li span:nth-child(1){
  font-size: 12px;
  color: #323232;
  font-weight: 500;
}
.revenue_counter ul li span:nth-child(2){
  font-size: 20px;
  color: #323232;
  font-weight: bold;
  line-height: 28px;
}
.promote_event_btn{
  height: 38px;
  display: inline-block;
  padding: 0 20px;
  line-height: 38px;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  background-color: #f86810;
  box-shadow: none!important;
}
.promote_event_btn:hover{text-decoration: none;color: #ffffff;}
.rganizer_rev_table{width: 100%;}
.rganizer_rev_table tr td:first-child{width: 45%;}
.organizer_rev_revenue .carousel{padding-left: 45px;padding-right: 45px;}
#carousel_revenue .carousel-control{width: 32px;opacity: 1;box-shadow: none;background-image: none;}
#carousel_revenue .carousel-control .glyphicon,#carousel_revenue .carousel-control .glyphicon:hover{
  background-color: #ffffff;
  display: block;
  width: 24px;
  color: #7f7f7f;
  height: 24px;
  padding: 0!important;
  line-height: 24px;
  text-align: center;
  border-radius:50%;
  text-shadow: none;
  font-size: 12px;
  box-shadow: inset 0 0 0 1px #dddddd;
}
#carousel_revenue .carousel-control.disabled{opacity: 0.2;pointer-events:none;}
.w_hide{display: none;}
.organizer_rev_revenue_h{
  font-size: 15px;
  font-weight: bold;
  color: #f86810;
  text-transform: uppercase;
  margin-bottom: 8px;
  padding-left: 44px;
}
.close_revenue{
  font-size: 18px;
  font-weight: 600;
  color: #8b8b8b;
  width: 24px;
  height: 24px;
  display: block;
  background-image: url('https://drywyekkxvsd8.cloudfront.net/static/testapp/public/build/images/Cross.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px 14px;
  text-align: center;
  line-height: 28px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.gotolink{font-size: 15px;font-weight: bold;color: #323232;}
.gotolink:hover{text-decoration: none;color: #F86810;}
@media(max-width: 1080px){
  .m_hide{display: none;}
  .w_hide{display: block;}
  .nullpadding{padding-left: 0!important;padding-right: 0!important;}
  .rev_event_name{font-size: 15px!important;line-height: 18px!important;margin-bottom: 5px!important;}
  .event_detail_rev .rev_event_image{width: 78px;height: 46px;}
  .rev_event_media{left: 82px;}
  .rev_event_media .media{margin: 0;margin-top: 0;}
  .event_detail_rev {position: relative;min-height: 46px;}
  .rev_event_media .rev_event_cal_time{font-size: 11px;line-height: 15px;}
  .rganizer_rev_table tr{display: block;width:100%;padding:0;clear:both;}
  .rganizer_rev_table tr td{width: 100%!important;display: block;padding: 0!important;}
  .revenue_counter{padding-top: 15px;padding-bottom: 20px;}
  .revenue_counter ul li span:nth-child(2){font-size: 18px;line-height: 100%;}
  .promote_event_btn{height: 38px;display: block;}
  .organizer_rev_revenue{padding: 10px 20px 15px 20px;margin-top: 10px;margin-bottom: 10px;}
  .organizer_rev_revenue .carousel{padding-left: 0;padding-right: 0;}
  #carousel_revenue .carousel-control{width: 26px;}
  #carousel_revenue .carousel-control .glyphicon,#carousel_revenue .carousel-control .glyphicon:hover{width: 22px;height: 22px;line-height: 22px;font-size: 12px;}
  #carousel_revenue .left.carousel-control{left: -18px;}
  #carousel_revenue .right.carousel-control{right: -18px;}
  #carousel_revenue{min-height: 198px;}
  .organizer_rev_revenue_h{padding-left: 0;}
}
.booking_overview{
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.16);
  padding: 15px 20px;
  padding-bottom: 60px!important;
  margin-bottom: 20px;
  position: relative;
  height: 332px;
  box-sizing: border-box;
}
.booking_overview_h{
  font-size: 14px;
  font-weight: bold;
  color: #f86810;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.booking_overview_h .bookingid{
  font-size: 13px;
  color: #323232;
  float: right;
  opacity: 0.8;
  font-weight: 500;
}
.booking_overview .event_venue{
  padding: 0;
  line-height: 18px;
  font-size: 13px;
  color: #323232;
  opacity: 0.6;
}
.booking_overview .event_venue span{
  display: inline-block;
  position: relative;
  padding-right: 16px;
}
.booking_overview .event_venue span:after{
  content: "|";
  position: absolute;
  right: 7px;
  top: 0;
  opacity: 0.5;
  font-size: 13px;
}
.booking_overview .promote_event_btn{
  width: 184px;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -92px;
}
.booking_overview .card_e_name{margin: 10px 0 5px 0!important;background-color: transparent;padding: 0!important;}
.booking_overview .itinerarySummary,.booking_overview .details{margin-top: 15px;}
.booking_overview .itinerarySummary .placeTime{
  display: block;
  line-height: 100%;
  padding-bottom: 6px;
  font-size: 24px;
  font-weight: 400;
  color: #323232;
}
.booking_overview .smallcolor{
  display: block;
  line-height: 100%;
  white-space: nowrap;
  font-size: 14px;
  color: #323232;
  margin-top: 7px;
  margin-bottom: 10px;
  font-weight: 500;
}
.booking_overview .details i{
  font-size: 26px;
  color: #323232;
  opacity: 0.6;
}
.booking_overview .details small{
  display: block;
  line-height: 100%;
  font-size: 13px;
  color: #323232;
  margin-top: 7px;
  opacity: 0.6;
}
.booking_overview .terminal{
  display: block;
  line-height: 18px;
  font-size: 13px;
  color: #323232;
  opacity: 0.6;
  margin-bottom: 6px;
}
.booking_overview .itinerarySummary .media{
  margin: 8px 0;
  line-height: 18px;
  font-size: 13px;
  color: #7f7f7f;
}
.booking_overview .itinerarySummary .media .media-body{
  line-height: 16px!important;
  font-size: 13px;
  color: #323232;
  opacity: 0.6;
}
.booking_overview .itinerarySummary .media img{max-width: 22px;}
.booking_overview .selectedroom table{width: 100%;}
.booking_overview .selectedroom table tr td{padding: 0!important;}
.booking_overview .selectedroom table tr td:last-child{white-space: nowrap;}
.booking_overview .selectedroom .media_left_b h5{
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #323232;
  text-transform: capitalize;
  line-height: 100%;
}
.booking_overview .selectdatebox:first-child{position: relative;margin-right: 40px;}
.booking_overview .selectdatebox:first-child::after{
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: -40px;
  top: 15px;
  background-image: url('https://drywyekkxvsd8.cloudfront.net/static/testapp/public/build/images/small-icon/arrow_b.svg');
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center center;
  opacity: 0.8;
}
.booking_overview .paymentbox_right{display: none;}
.booking_overview .rooncapacity{
  height: 16px;
  line-height: 16px;
  margin-top: 4px;
}
.booking_overview .rooncapacity small{
  position: relative;
  padding-right: 8px;
  font-size: 12px;
  color: #323232;
  opacity: 0.7;
  font-weight: 400;
  text-transform: capitalize;
}
.booking_overview .rooncapacity small::after{
  content: '|';
  position: absolute;
  right: 0;
  top: -1px;
  opacity: 0.3;
}
.booking_overview .rooncapacity small:last-child::after{content: none;}
.booking_overview .selectdatebox{display: inline-block;width: 80px;text-align: center;}
.booking_overview .selectdatebox span,.booking_overview .selectdatebox strong,.booking_overview .selectdatebox small{
  display: block;
  line-height: 100%;
  color: #323232;
  white-space: nowrap;
}
.booking_overview .selectdatebox span{font-size: 13px;}
.booking_overview .selectdatebox small{font-size: 12px;opacity: 0.6;white-space: nowrap;}
.booking_overview .selectdatebox strong{font-size: 16px;margin-top: 8px;margin-bottom: 8px;font-weight: 500;}
.booking_overview .media_left_b{border-right: 1px solid #dddddd;}
.selectedroom_detail{
  position: relative;
  padding-left: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.booking_overview .selectedroom .hotel_image{
  width: 90px;
  height: 66px;
  background-color: #dddddd;
  border-radius: 3px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.booking_overview .h_rating{margin-top: 2px;}
.booking_overview .h_rating i{color: #f86810;font-size: 14px;margin-right: 1px!important;}
.yourbookings{
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin:0;
  font-weight: bold;
  color: #323232;
  margin-top: 15px;
  margin-bottom: 6px;
}
@media(max-width: 1080px){
.booking_overview .selectdatebox span{font-size: 11px;}
.booking_overview .selectdatebox small{font-size: 11px;opacity: 0.6;white-space: nowrap;}
.booking_overview .selectdatebox strong{font-size: 13px;margin-top: 5px;margin-bottom: 5px;font-weight: 500;}
.booking_overview .selectedroom .media_left_b h5{font-size: 13px;}
.booking_overview .rooncapacity small{font-size: 11px;}
.selectedroom table{margin-bottom: 20px;}
.booking_overview{padding: 10px 10px;}
.booking_overview .smallcolor{font-size: 12px;}
.booking_overview .details small{font-size: 12px;margin-top: 5px;}
.booking_overview .itinerarySummary .placeTime{font-size: 18px;}
.booking_overview .details i{font-size: 21px;}
.booking_overview .terminal,.booking_overview .flightname{font-size: 12px;line-height: 17px;}
.booking_overview .itinerarySummary .media img{max-width: 18px;}
}
@media(max-width: 768px){
  .booking_overview{padding: 10px 10px;height: auto;}
  .booking_overview {margin-bottom: 10px;}
}
/*--end performance overview--*/



/* -----top carousel and sponsored sec------ */
.home_carousel_box{
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden!important;
  background-color: #E5E5E5;
}
.image_carousel_bg{background-color: #ffffff;padding-top: 10px;padding-bottom: 24px;}
.sponsored{
  text-align: center;
  padding: 2px 0 10px 0;
  margin: 0;
  font-size: 14px;
  color: #616770;
}
.owl-carousel4.home_carousel .item{background-color: #dddddd;}
.owl-carousel4.home_carousel img{
  width: 100%!important;
  height: 100%!important;
  display: block!important;
  max-width: 100%!important;
  object-fit: fill!important;
  max-height: 330px!important;
}
.owl-carousel4 .owl-stage {right: -260px!important;}
.owl-carousel4 .owl-item,.owl-carousel4 .owl-item.active{opacity: 1;border-radius: 3px;overflow: hidden;}
.owl-carousel3.image_carousel img{width: 100%;max-width: 100%;}
@media(min-width: 768px) and (max-width: 1080px){
  .owl-carousel4 .owl-stage {right: -60px!important;} 
}
@media(max-width: 768px){
  .home_carousel_box{
    padding-top: 8px;
    padding-bottom: 8px;
    height: 148px;
    overflow: hidden!important;
    background-color: #E5E5E5;
  }
  .owl-carousel4.home_carousel .item{
    min-height: 132px;
    height: 132px;
    background-color: #dddddd;
  }
  .owl-carousel4 .owl-stage {right: -20px!important;}
  .white_background {padding-bottom: 8px;padding-top: 8px;}
  .white_background_carousel{padding-top: 13px;padding-bottom: 13px;}
}
/* --end top carousel and sponsored sec-- */




/*-----------featured event carousel---------------*/
.featured_carousel{overflow: hidden;height: 206px;}
.featured_card{border-radius: 2px;overflow: hidden;box-shadow: inset 0 0 1px #C0C0C0 !important}
.featured_card_img{height: 170px;overflow: hidden;background-color: #F5F5F5;}
.featured_card_img img{width: 100%!important;height: 100%!important;}
.featured_card .featured_e_n{
  padding: 0 10px;
  margin: 0;
  font-size: 15px!important;
  font-weight: 500;
  color: #323232!important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #f5f5f5;
  height: 36px;
  line-height: 36px;
}
.featured_card a{color: inherit;text-decoration: none!important;}
.featured_card_img.add_banner_f{height: 205px;}
@media(max-width: 768px){
  .featured_carousel{overflow: hidden;height: 180px;}
  .featured_card_img{height: 134px;overflow: hidden;}
  .featured_card_img.add_banner_f{height: 169px;}
  .owl-stage .owl-item .featured_card img{width: 100%!important;}
}
/*--end--*/

@media(max-width: 1080px){
  .white_background_carousel{padding-top: 13px;padding-bottom: 13px;}
  .featured_h3,.h_h3,.app_sec_disc h3,.topfooter h3,h3.e_name{font-size: 16px!important;}
}




/*------------event listing card full detail------------*/
.listing_card{
  background-color: #fff;
  padding: 6px 8px 8px 8px; 
  border-radius: 2px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.075);
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 18px;
}
.listing_card_org{
  position: relative;
  min-height: 34px;
  padding-left: 38px;
  margin-bottom: 7px;
}
.list_org_image{position: absolute;top: 0;left: 0;}
.list_org_image a{
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.listing_card_org_detail h4{
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #365899;
  line-height: 125%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listing_card_org_detail h4 a{color: inherit;text-decoration: none;}
.listing_card_org_detail small{color: #7f7f7f;display: block;line-height: 120%;}
.extra_option_container{width: 24px;height: 24px;position: absolute;right: 0;top: -1px;}
.e_date .fa-calendar{font-size: 16px;margin-top: 5px;margin-left: 3px;}
.dotted_c{
  height: 23px;
  display: block;
  cursor: pointer;
  text-align: center;
  line-height: 100%;
  padding-top: 1px;
}
.dotted_c i{font-size: 5px;line-height: 100%;color: #7f7f7f;}
.extra_option_list{padding: 3px 0 5px 0;margin: 0;z-index: 400;}
.extra_option_list li{width: 100%!important;text-align: left!important;}
.extra_option_list a{
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 2px!important;
  font-weight: 400;
}
.extra_option_list a:hover{background-color: #f0f0f0;}
.extra_option_list a span{
  display: inline-block;
  width: 26px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}
.event_card_imge{
  height: 119px;
  overflow: hidden;
  position: relative;
  background-color:#F5F5F5;
}
.event_card_imge img{width: 100%;height: auto;}
.card_body{background-color:#F5F5F5;padding: 2px 6px 6px 6px;}
.card_e_name{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding: 8px 6px 5px 6px;
  background-color:#F5F5F5;
  font-size: 15px!important;
  font-weight: 500;
  color: #323232!important;   
}
.card_e_name a,.card_e_name a:hover,.card_e_name a:link,.card_img_name{color: inherit;text-decoration: none!important;   }
.n_event_vanue{
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-height: 28px;
  line-height: 28px;
  padding-left: 30px;
  padding-right: 80px;
  margin-bottom: 1px;
}
.date_of_event{
  white-space: normal;
  display: block;
  font-size: 11px!important;
  font-weight: 500;
  color: #47BFB0;
  width: 24px;
  height: 27px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 120%;
  text-transform: capitalize;
  text-align: center!important;
  text-decoration: none!important;
}
.e_date .fa-calendar,.date_of_event .fa-calendar{font-size: 16px;margin-top: 6px;margin-left: 3px;}
.event_t_price{
  white-space: nowrap;
  font-size: 14px!important;
  font-weight: 500;
  color: #b12704 !important;
  text-transform: uppercase;
  position: absolute;
  right: 1px;
  top: 0;
}
.card_footer{border-top: 1px solid #f0f0f0;padding-top: 6px;}
.card_footer_list{padding: 0;margin: 0;}
.card_footer_list li{list-style-type: none;float: left;}
.card_footer_list li .card_btn{
  background-color: #F86810;
  border: 1px solid rgba(239, 104, 28, 0.1);
  border-radius: 1px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 28px;
  line-height: 26px;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  width: 100px;
}
.card_footer_list li .card_btn:hover{text-decoration: none;background-color: #ef811d;}
.card_footer_list li:first-child{width: 55%;text-align: left;padding-right: 0;}
.card_footer_list li:last-child{width: 45%;text-align: right;}
.card_social_count{line-height: 26px;}
.card_social_count small{color: #90949c;padding-right: 5px;display: inline-block;font-weight: normal;}
.card_social_count small:last-child{padding-right: 1px;}
.event_share{padding: 3px 0 5px 0;margin: 0;z-index: 10;}
.event_share li{width: 100%!important;text-align: left!important;}
.event_share a{
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 2px!important;
  font-weight: 400;
}
.event_share a i{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}
.event_share a:hover{background-color: #f0f0f0;}
.card_event_like .fa-heart{
  color: red;
  animation-name: heartcolor;
  animation-duration: 800ms;
  transition: 500ms;
}
@keyframes heartcolor {
  from {
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  }
  to {
  font-size: inherit;
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  }
}
.card_event_like_share{
  display: inline-block;
  height: 26px;
  padding: 0 2px;
  border: 1px solid transparent;
  line-height: 24px;
  cursor: pointer;
  margin-top: 2px;
  margin-right: 10px;
  color: #616770;
}
.card_event_like_share i{margin-right: 4px;}
.more_event_btn{
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 20px;
  color: #f86810;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  height: 36px;
  line-height: 34px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  min-width: 180px;
  padding: 0 16px;
  word-spacing: 2px;
  margin-top: 10px;
}
.card_space{padding-left: 8px !important;padding-right: 8px !important;}
.f_card_space{padding-left: 1px !important;padding-right: 1px !important;}
.row.card_space_parent{padding-left: 8px!important;padding-right: 8px!important;}
.event_listing_card{
  background-color: #fff;
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 8px;
  box-shadow: none;
  border: 1px solid #e5e5e5;
  border-radius:3px;
}
.event_listing_card:hover{box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);}
.gray_bg_carousel .event_listing_card{background-color: #fafafa!important;}
.e_l_card_img{height: 119px;overflow: hidden;position:relative;}
.e_l_card_img img{width: 100%;height: auto;}
.e_l_card_inner {padding: 0 10px 10px 10px;position: relative;}
.e_l_card_media{
  padding: 0!important;
  margin: 0!important;
  line-height: 100%;
  margin-top: 5px!important;
}
.e_l_card_media .e_price{
  white-space: nowrap;
  margin-top: 8px;
  font-size: 14px!important;
  font-weight: 500;
  color: #b12704;
  text-transform: uppercase;
}
.e_name{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 10px 0 0;
  margin: 0;
  font-size: 15px!important;
  font-weight: 500!important;
  letter-spacing: 0;
  color: #444!important;
}
.e_name a,.e_name a:hover,.e_name a:link,.card_img_name{color: inherit;text-decoration: none!important;}
.e_vanue{
  padding-top: 4px;
  line-height: 18px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  max-width: 300px;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #888;
  max-width: 200px!important;
  position: relative;
  height: 30px;
  padding: 0;
  padding-left: 30px;
  line-height: 30px;
}
.e_vanue a{color: inherit;}
.e_date{
  white-space: normal;
  display: block;
  font-size: 11px!important;
  font-weight: 500;
  color: #47BFB0;
  width: 24px;
  height: 27px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 120%;
  text-transform: capitalize;
  text-align: center!important;
  text-decoration: none!important;
}
.e_date .fa-calendar,.date_of_event .fa-calendar{font-size: 16px;margin-top: 6px;margin-left: 3px;}
.e_l_card_img.card_back_image{
  height: 119px;
  background-image: url(../images/Icons.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.e_l_card_img.card_back_image .imgup{
  font-size: 14px!important;
  text-align: center;
  display: block;
  color: #fff;
  height: 118px;
  line-height: 118px;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, 0.1);
}
.soldout{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.soldout img{
  width: 140px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 2;
}
.ribbon-set {
  position: absolute;
  left: -6px;
  top: -1px;
  z-index: 1;
  overflow: hidden;
  width: 95px; height: 95px;
  text-align: right;
}
.ribbon-set span {
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 26px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 130px;
  padding-right: 3px;
  display: block;
  background-image: linear-gradient(to bottom,red, #C20000);
  text-shadow: 2px 2px 0 rgba(0,0,0,0.3);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 22px; left: -24px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
.rec_view_sec,.rec_view_sec .event_listing_card{position: relative;}
.rec_view_sec .del_rec_view{
  position: absolute;
  right: 15px;
  top: -10px;
  color: #9f9f9f;
  font-weight: 400;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
}
.rec_view_sec .del_rec_view:hover,.del_rec_view_item:hover{color: #666;}
.del_rec_view_item{
  width: 20px;
  height: 20px;
  display: block;
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  right: 5px;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  top: 5px;
  font-weight: 600;
  cursor: pointer;
  z-index: 10;
  color: #9f9f9f;
}
.card_img_name .e_name{padding-left: 10px!important;}
@media(max-width: 1080px){
  .card_space {padding-left: 5px !important;padding-right: 5px !important;}
  .listing_card{margin-bottom: 10px;}
  .e_l_card_img,.viator_list_img{min-height: 119px;height: auto!important;}
  .item .e_l_card_img{height: 119px!important;overflow: hidden;position:relative;}
  .carousel_card_space {padding-left: 5px !important;padding-right: 5px !important;}
}
/*--end--*/




/*--------------event detail-----------------*/
.accountmanager{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FD8E01;
  z-index: 2;
  color: #513824;
  line-height: 100%;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  padding: 5px 15px;
  text-align: center;
  border-radius: 0 0 8px 0;
  box-shadow: 1px 1px 1px #333;
}
.accountmanager small{
  display: block;
  margin-top: 3px;
  border-top: 1px solid #513824;
  font-size: 13px;
  padding: 2px 2px 0 2px;
}
.eventiddiv{
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  position: absolute;
  top: 0px;
  line-height: 100%;
  right: 0;
  padding: 8px 8px;
  border-radius: 3px 0 0 3px;
  z-index: 2;
}
#backgroud_div .soldout{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
#backgroud_div .soldout img{
  width: 100%;
  max-width: 250px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/* ------------Ticket Section on Event Detail Page---------- */
.event_ticket{border-bottom: 1px solid #eee;padding: 8px 5px;}
.event_ticket_container{border: 1px solid #e5e5e5;margin-bottom: 15px;border-radius: 3px;}
.event_ticket.ticketheader{
  background-color: #EEEEEE;
  padding: 0px 5px!important;
  line-height: 30px;
  font-size: 14px;
  border-bottom: 1px solid #E5E5E5;
}
.event_ticket.ticketheader td{padding: 0 5px!important;}
.event_ticket:last-child{border-bottom: none;}
.currancy_e input[type="number"]{
  background-color: #FEFEFE!important;
  display: inline-block;
  max-width: 70px;
  padding-left: 5px;
  margin-left: 5px;
  height: 26px;
  box-shadow: none!important;
  border: 1px solid #e5e5e5!important;
}
.event_ticket table{width: 100%;border-collapse: separate;}
.event_ticket table tr td{padding: 0 5px;font-weight: 500;color: #EF681C!important;}
.event_ticket table tr td:last-child{width: 120px;}
.event_ticket table tr td:nth-child(1) small{
  color: rgba(0, 0, 0, 0.55)!important;
  display: inline-block;
  font-weight: 400!important;
  line-height: 14px!important;
}
.event_ticket table tr td:nth-child(2){width: 150px;font-size: 14px!important;}
h4.ticket_name{
  padding: 0;
  margin: 0;
  color: #282c35;
  font-size: 16px;
  font-weight: 400;
}
.currancy_e{
  text-transform: uppercase;
  display: inline-block;
  margin-right: 5px;
  color: #b12704;
  font-size: 14px;
  font-weight: 500;
}
.currancy_e_count{color: #666;text-transform: none;font-weight: 400;}
.currancy_sub_count{
  text-transform: uppercase;
  color: #444;
  font-weight: 500;
  line-height: 16px;
  font-size: 12px!important;
}
.selectarrow{position: relative;}
.selectarrow select{
  padding: 0 15px 0 4px!important;
  -moz-appearance: none!important;
  -webkit-appearance: none!important;
  background-image: none!important;
  width: 55px;
  color: #4F4F4F;
  height: 30px;
  background-color: #FEFEFE!important;
  line-height: 28px;
  border-radius: 3px!important;
  border-color: #ccc!important;
  box-shadow: inset 0 0 5px #ccc!important;
}
.booking_closed{text-transform: capitalize;color: #EF7F1A;font-size: 12px;white-space: nowrap;font-weight: normal;}
.donationqt{color: #074e86;font-size: 16px;font-weight: 500;}
.other_option td small{color: #8f8f8f!important;line-height: 100%;}
.other_option td div small:last-child{display: inline-block;margin-top: 5px;}
.form-group-lg .selectarrow:hover:after,
.selectarrow:hover:after{border-color: #4F4F4F;}
.form-group-lg .selectarrow:after{
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  z-index: 1;
  top: 9px;
  right: 7px;
  border-left: 2px solid #888;
  border-bottom: 2px solid #888;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  pointer-events: none;
  -webkit-transition:500ms;
  -moz-transition:500ms;
  transition:500ms;
}
.selectarrow:after{
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  z-index: 1;
  top: 9px;
  right: 7px;
  border-left: 2px solid #888;
  border-bottom: 2px solid #888;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  pointer-events: none;
  -webkit-transition:500ms;
  -moz-transition:500ms;
  transition:500ms;
}
.order_summary_inner{
  background-color: #fff;
  padding: 10px;
  border: 1px solid #E5E5E5;
  padding-top: 35px;
  position: relative;
  border-radius: 3px;
}
.order_sum_h{
  height: 31px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #282c35;
  background-color: #EEEEEE;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 1px solid #E5E5E5;
  border-top: none;
  width: 100%;
  padding:0 10px!important;
}
.selected_total{width: 100%;color: #282c35;}
.selected_total tr.total_amount td{
  font-weight: 500!important;
  font-size: 14px!important;
  padding: 5px 0!important;
  padding-bottom: 0!important;
  color: #282c35;
}
.selected_total tr.total_amount td:last-child{width: 80px;white-space: nowrap;text-align: right;}
.selected_total tr.total_amount td:last-child span{
  text-transform: uppercase;
  display: inline-block;
  margin-right: 5px;
  color: #282c35!important;
  font-weight: 400!important;
  font-size: 12px!important;
}
.selected_total tr.total_amount td:nth-child(2){width: 20px;font-size: 12px!important;text-align: right;}
.convenience_fee{width: 100%;border-collapse: collapse;margin-bottom: 7px!important;}
.convenience_fee_detail{margin-top: 5px;width: 100%;}
.convenience_fee tr td{
  font-size: 12px;
  padding: 0 1px!important;
  line-height: 15px!important;
  color: #8f8f8f;
}
.convenience_fee tr td:last-child{text-align: right;}
.convenience_fee tr td:last-child i{
  color: #8f8f8f;
  width: 13px;
  height: 13px;
  padding: 0!important;
  text-align: center!important;
  line-height: 13px;
  margin-left: 4px;
  border-radius: 50%;
  font-size: 10px;
  border: 1px solid #8f8f8f;
  cursor: pointer;
}
.convenience_fee_hide{display: none;}
.amount_payable{width: 100%;border-collapse: collapse;border-top: 1px solid #eee;}
.amount_payable tr td{
  font-weight: 500;
  font-size: 15px;
  color: #282c35;
  padding: 2px!important;
}
.amount_payable tr td:last-child span{
  text-transform: uppercase;
  display: inline-block;
  margin-right: 5px;
  color: #282c35!important;
  font-weight: 400!important;
  font-size: 12px!important;
}
.amount_payable tr td:last-child span:nth-child(2){
  font-weight: 500!important;
  font-size: 15px!important;
  color: #282c35;
  margin-right: 0!important;
}
.payeedetails{margin-top: 5px;margin-bottom: 20px;}
.payeedetails input{
  border-top: none!important;
  height: 34px!important;
  font-size: 13px!important;
  font-weight: 400!important;
}
.payeedetails input:first-child{border-top: 1px solid #DDD!important;}
.buynow{
  background-color: #449d44;
  border-radius: 2px!important;
  color: #fff;
  display: inline-block;
  font-weight: 500!important;
  opacity: 0.9;
  font-size: 14px!important;
  padding: 6px 10px!important;
  text-transform: uppercase!important;
  transition: all 300ms ease 0s;
  border-radius: 3px !important;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25) !important;
  border: 1px solid rgba(239, 104, 28, 0.1);
}
.buynow:hover,.buynow:link{color: #fff!important;opacity: 1;text-decoration: none;}
.pre_formate{
  max-width: 100%;
  width: auto;
  padding: 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.87);
  font-family: 'Roboto', sans-serif;
  line-height: 15px;
  margin: 0;
  min-height: 1px;
  overflow:hidden; 
  text-indent: 1px;
  white-space: pre-line;
  border-radius: 0;
  border: none;
  background-color: transparent;
  padding-bottom: 5px;
  font-weight: normal;
}
.show_hide,.show_hide:hover{
  font-weight: normal;
  text-decoration: none!important;
  color: #0a6ebd!important;
  font-size: 11px;
}
.wrapper_container.wrapper_space{padding: 30px;padding-top: 10px;margin-top: 10px;}
.ev_normal_heading {
  color: #074E86;
  font-size: 20px;
  overflow: hidden;
  margin-bottom: 5px;
  text-align: left !important;
}
.show_hide{display: none;}
.pre_formate.collapse{
  display: block;
  margin-top: 2px;
}
@media(max-width: 1080px){
  .wrapper_container.wrapper_space{padding: 10px;}
  .ev_normal_heading{font-size: 18px;}
  .currancy_e{font-size: 13px;}
  .event_sort_detail{height: auto;border-bottom: 1px solid #E0E0E0;}
  .event_ticket table tr td:nth-child(1){width: 100%!important;display: block!important;padding: 0px 6px!important;}
  .event_ticket table tr{display: block;width:100%;padding:0;clear:both;}
  .event_ticket table tr td:nth-child(2){width: 49%!important;display: inline-block;padding: 0px 6px!important;}
  .event_ticket table tr td:last-child{width: 49%!important;display: inline-block;padding: 0px 0px!important;}
  .event_ticket table tr:nth-child(2) td{width: 100%!important;text-align: left!important;padding: 0px 0px!important;}
  .event_c_tab,.event_c_tab_fix{display: none!important;}
  .event_ticket.ticketheader table tr td:nth-child(1),
  .event_ticket.ticketheader table tr td:nth-child(2),
  .event_ticket.ticketheader table tr td:nth-child(3){
    width: 50%!important;
    display: inline-block;
    float: left;
    padding: 0px 2px!important;
    line-height: 26px;
    font-weight: 500;
    color: #EF681C;
    font-size: 14px;
  }
  .selectarrow select{
    height: 28px;
    line-height: 26px;
    border-radius: 3px!important;
    padding-left: 4px!important;
    padding-right: 10px!important;
    width: 52px;
  }
  .selectarrow:after{
    width: 7px;
    height: 7px;
    top: 8px;
    right: 8px;
  }
  .otrheroffermain{background-color: #ffffff!important;border:none!important;padding: 0px!important;padding-top: 15px!important;}
  .otrheroffer{border-top: 1px solid #f0f0f0!important;}
  .currancy_e,.currancy_sub_count{display: inline-block;}
  .event_ticket.ticketheader table tr td:nth-child(2){display: none;}
  h4.ticket_name{font-size: 13px;font-weight: 500;}
  .eventiddiv {font-size: 12px;padding: 5px 8px;top: 0;border-radius: 3px 0 0 3px;}
  .show_hide{display: block;}
  .pre_formate.collapse{display: none;margin-top: auto;}
  .pre_formate.collapse.in{display: block;margin-top: auto;}
  .order_summary_inner{
    box-shadow: none;
    padding: 8px;
    border-bottom: 1px solid #E5E5E5;
    padding-top: 35px;
    padding-bottom: 0px;
  }
  .order_sum_h{height: 30px;line-height: 29px;font-size: 16px;font-weight: 500;}
}





/*----offer section on event detail------*/
.otrheroffermain{
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 0 10px 10px 10px;
  margin-top: 15px;
  border-radius: 3px;
}
.otrheroffer{
  background-color: #fff;
  min-height: 46px;
  padding: 8px 10px;
  padding-right: 24px;
  border-radius: 3px;
  border-top: 1px solid #f0f0f0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer;
  margin-top: 10px;
}
.otrheroffer .fa-chevron-right,.otrheroffer .fa-info{
  position: absolute;
  top: 50%;
  right: 4px;
  color: #9f9f9f;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  border:1px solid #dddddd;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 17px;
  border-radius: 50%;
}
.otherofferlogobox{position: relative;height: 28px;padding-left: 70px;}
.otrheroffer small{
  display: block;
  font-size: 11px;
  line-height: 18px!important;
  color: #8f8f8f;
  padding-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.otherofferlogobox span{
  font-size: 15px;
  font-weight: 500;
  color: #333;
  display: block;
  height: 28px;
  line-height: 28px;
  margin-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.otherofferlogo{
  width: 70px;
  height: 28px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  overflow: hidden;
}
.otherofferlogo img{width: 100%;height: 100%;}
.otrheroffermain .nyeoffer{height: 56px;margin-top: 10px;box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);}
.otrheroffermain .nyeinner{width: 65px;height: 54px;}
.otrheroffermain .nyeinner span{font-size: 11px;padding:3px;}
.otrheroffermain .nyeinner strong{font-size: 18px;}
.otrheroffermain .nyeinner strong sub,
.otrheroffermain .nyeoffer.flatrupees strong sub{font-size: 11px;top: 14px;}
.otrheroffermain .codebox{
  display: inline-block;
  position: absolute;
  top: 12px;
  right:  10px;
  border: 1px dotted #c5c5c5;
  height: 30px;
  padding: 3px;
  line-height: 22px;
  text-align: center;
}
.otrheroffermain .nyeoffer.flatrupees span{font-size: 11px;}
.otrheroffermain .nyeoffer.flatrupees strong{font-size: 18px;}
.otrheroffermain .nyeoffer.flatupto strong{font-size: 18px;margin-top: 8px;}
.nyeoffer a,.neyearlybird a{color: inherit;text-decoration: none!important;}
.tagshowlist{margin-top: 3px;margin-bottom: 6px;line-height: 20px;}
.tagshowlist i{margin-right: 6px;}
@media(max-width: 1080px){
  .tagshowlist{font-size: 12px;}
}
/*--end--*/




/* ---------------------event_sort_detail----------- */
.event_sort_detail{min-height: 76px;border-bottom: 1px solid #E0E0E0;}
h3.event_name{
  color: #333!important;
  font-size: 22px!important;
  margin: 0!important;
  padding: 0!important;
  letter-spacing: 0;
}
.time_vanue{color: rgba(0, 0, 0, 0.58);display: block;padding: 2px 0 0 2px;font-weight: 400;}
.time_vanue span i{display: none;}
.time_vanue span{
  display: inline-block;
  padding-right: 16px;
  position: relative;
}
.time_vanue span:after{
  content: '|';
  position: absolute;
  right: 7px;
  line-height: 10px;
  height: 10px;
  top: 5px;
  color: #d5d5d5;
}
.time_vanue span:last-child:after{display: none;}
.e_n_d_v{padding: 14px 15px 12px 15px;}
.e_q_l{padding: 12px 15px 8px 15px;}
.s_link_icon_list{margin: 0!important;padding: 0;text-align: right;}
.s_link_icon_list li{
  display: inline-block;
  list-style-type: none;
  text-align: center;
  width: 45px;
  margin-right: -4px;
  margin-left: 10px;
}
.s_link_icon_list li:first-child{width: auto;}
.count_l_v_s{display: inline-block;margin-right: 10px;}
.s_link_icon_list li small{
  display: block;
  font-size: 10px;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.58);
  font-weight: 400;
}
.s_link_icon_list li span{
  display: inline-block;
  width: 30px;
  border: 1px solid #E0E0E0;
  height: 30px;
  font-size: 14px;
  line-height:28px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 50%;
  box-sizing: border-box;
}
.s_link_icon_list li span:hover{
  border-color: #F86810;
  color: #F86810;
  background-color: rgba(248, 104, 16, 0.15);
}
.s_link_icon_list li strong{color: #074E8C;font-size: 15px!important;font-weight: 500!important;}
.s_link_icon_list li a{color: #666666;}
.s_link_icon_list li a:hover{color: #505050;text-decoration: none;}
.all_calendar{position: relative;}
.all_calendar .all_calendar_link{
  padding: 8px 0;
  margin: 0;
  min-width: 160px;
  position: absolute;
  right: 16px;
  top: 39px;
  background-color: #fff;
  z-index: 10;
  border-radius: 2px 2px 0 0;
  border: 1px solid #efefef;
  text-align: left;
  display: none;
}
.all_calendar .all_calendar_link a{
  white-space: nowrap;
  display: block;
  font-size: 13px;
  padding: 2px 20px 2px 23px;
  margin-left: 15px;
}
.all_calendar_link a:nth-child(1){
  background-image: url('../images/envelope.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.all_calendar_link a:nth-child(2){
  background-image: url('../images/envelope.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.all_calendar_link a:nth-child(3){
  background-image: url('../images/envelope.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.all_calendar_link a:nth-child(4){
  background-image: url('../images/envelope.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.all_calendar_link a:nth-child(5){
  background-image: url('../images/envelope.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.all_calendar:hover .all_calendar_link{display: block;}
.all_calendar .all_calendar_link a:hover{color:#3877E9;}
.all_calendar .triangle{position: absolute;top: -10px;right: 7px;}
.all_calendar .triangle-left{
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #efefef;
}
.all_calendar .inner-triangle{
  position: relative;
  bottom: -2px;
  left: -10px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 11px solid #fff;
}
.all_share{position: relative;}
.all_share .all_share_link{
  padding: 10px 0;
  margin: 0;
  min-width: 160px;
  position: absolute;
  right: 0;
  top: 39px;
  background-color: #fff;
  z-index: 10;
  border-radius: 2px 2px 0 0;
  border: 1px solid #efefef;
  text-align: left;
  display: none;
}
.all_share .all_share_link a{
  white-space: nowrap;
  display: block;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  padding-left: 3px;
}
.ordersubmit{
  font-size: 13px !important;
  height: 36px;
  border-radius: 4px;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.25) !important;
}
.all_share:hover .all_share_link{display: block;}
.all_share .all_share_link a:hover{color:#3877E9;}
.all_share .all_share_link a i{width: 24px;font-size: 15px;text-align: center;}
.all_share .triangle{position: absolute;top: -10px;right: 7px;}
.all_share .triangle-left{
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #efefef;
}
.all_share .inner-triangle{
  position: relative;
  bottom: -2px;
  left: -10px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 11px solid #fff;
}
h1.event_name {
  color: #333 !important;
  font-size: 20px !important;
  margin: 0!important;
  padding: 0!important;
  letter-spacing: 0;
  font-weight: 400 !important;
}
#backgroud_div .BannerUpIcon{
  position: absolute;
  bottom: 56px;
  z-index: 10;
  width: 100%;
  text-align: center;
}
#backgroud_div .BannerUpIcon .list-inline{margin: 0;padding: 0;}
#backgroud_div .BannerUpIcon .list-inline li{padding-left: 0;padding-right: 1px;}
#backgroud_div .BannerUpIcon ul li a{
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #fff;
  display: inline-block;
  box-shadow: 0 0 1px #ccc;
  transition: all 0.7s ease 0s;
}
.imgwebsite{background-image: url(../images/icons/website.svg); background-size: cover;}
.imgwebsite:hover{background-image: url(../images/icons/Website-hover.svg);background-size: cover;}
.imgfacbook{background-image: url(../images/icons/Facebook.svg);background-size: cover;}
.imgfacbook:hover{background-image: url(../images/icons/Facbook-hover.svg);background-size: cover;}
.imgtwitter{background-image: url(../images/icons/Twitter.svg);background-size: cover;}
.imgtwitter:hover{background-image: url(../images/icons/Twitter-hover.svg);background-size: cover;}
.imghashtag{background-image: url(../images/icons/Hashtag.svg);background-size: cover;}
.imghashtag:hover{background-image: url(../images/icons/Hashtag-hover.svg);background-size: cover;}
.imggoogleplus{background-image: url(../images/icons/Google.svg);background-size: cover;}
.imggoogleplus:hover{background-image: url(../images/icons/Google-hover.svg);background-size: cover;}
.imglinkedin{background-image: url(../images/icons/Linkedin.svg);background-size: cover;}
.imglinkedin:hover{background-image: url(../images/icons/Linkedin-hover.svg);background-size: cover;}
.imgyoutube{background-image: url(../images/icons/Youtube.svg);background-size: cover;}
.imgyoutube:hover{background-image: url(../images/icons/Youtube-hover.svg);background-size: cover;}
.imgticket{background-image: url(../images/icons/Ticket.svg);background-size: cover;}
.imgticket:hover{background-image: url(../images/icons/Ticket-hover.svg);background-size: cover;}
@media(max-width: 1080px){
  h1.event_name {font-size: 16px !important;font-weight: 500 !important;letter-spacing: 0;padding: 2px 0 0 !important;}
  .e_q_l {padding: 3px 10px;}
  .e_n_d_v{padding: 5px 10px;}
  .s_link_icon_list li{width: 38px;margin-right: -4px;}
  .s_link_icon_list li:first-child{float: left;padding-top: 2px;}
  .count_l_v_s small{font-size: 9px!important;}
  .s_link_icon_list li strong{font-size: 11px!important;}
  .s_link_icon_list li span {width: 28px;height: 28px;font-size: 12px;}
  .s_link_icon_list li small {font-size: 8px;}
  .time_vanue span{display: block;padding-left: 18px;}
  .time_vanue span:after{display: none;}
  .time_vanue span i{display: block;color: #b12704;position: absolute;left: -2px;top: 5px;font-weight: 500;width: 16px;text-align:center;}
}
/*--end--*/



/*------Promote_on_detail-----*/
.Promote_on_detail{
  background-image: linear-gradient(275deg, #17b7b1, #10376d);
  height: 76px;
  border-radius:3px;
  margin-bottom: 15px;
  position: relative;
  padding: 16px;
}
.Promote_on_detail span{
  background-color: #F86810;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #FFFFFF;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  text-transform: uppercase;
  text-align: center;
  -webkit-animation: glowing_d 5s infinite;
  -moz-animation: glowing_d 5s infinite;
  -o-animation: glowing_d 5s infinite;
  animation: glowing_d 5s infinite;
  text-decoration: none!important;
}
.Promote_on_detail span:hover{animation: none;}
@-webkit-keyframes glowing_d {
  0% {background-color:#F86810;font-size: 16px;}
  25% {background-color:#00BFD1;font-size: 15.5px;}
  50% {background-color:#F86810;font-size: 16px;}
  75% {background-color:#00BFD1;font-size: 15.5px;}
  100% {background-color:#F86810;font-size: 16px;}
}
@-moz-keyframes glowing_d {
 0% {background-color:#F86810;font-size: 16px;}
  25% {background-color:#00BFD1;font-size: 15.5px;}
  50% {background-color:#F86810;font-size: 16px;}
  75% {background-color:#00BFD1;font-size: 15.5px;}
  100% {background-color:#F86810;font-size: 16px;}
}
@keyframes glowing_d {
  0% {background-color:#F86810;font-size: 16px;}
  25% {background-color:#00BFD1;font-size: 15.5px;}
  50% {background-color:#F86810;font-size: 16px;}
  75% {background-color:#00BFD1;font-size: 15.5px;}
  100% {background-color:#F86810;font-size: 16px;}
}
.Promote_on_detail a,.Promote_on_detail a:hover{text-decoration: none!important;}
.Promote_on_detail.Promote_on_detail_gray{background-image: none;background-color: #f0f0f0;}
.Promote_on_detail.Promote_on_detail_gray span{background-color: #d5d5d5;animation: none;}
/*--endPromote_on_detail--*/




/*--------Corporate Booking section----------*/
.corporatebookingbox{
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  overflow-y: auto;
}
.corporatebookingbox .modal-body{padding: 0 15px;overflow: hidden;background-color: #ffffff;}
.corporatebookingbox .modal-header{padding: 0 0;overflow: hidden;background-color: transparent;}
.corporatebookingbox .modal-content{border:none;background-color: transparent;}
#corporatebooking .modal-dialog{background-color: transparent;margin: auto;margin-top: 30px;}
.corporatebooking_heading{
  font-size: 26px;
  padding: 20px 25px;
  padding-top: 35px;
  font-weight: normal;
  color: #323232;
  line-height: 100%;
}
.corporatebooking_heading.white_h{color: #ffffff;}
.corporatebooking_L,.corporatebooking_R{padding-left: 0!important;padding-right: 0!important;min-height: 570px;}
.corporatebooking_R{background-color: #10376d;}
.corporatebooking_heading{background-color: #f8f8f8;}
.corporatebooking_R .corporatebooking_heading{background-color: #10376d;padding-bottom: 10px;}
.corporatebooking_event_name{
  font-size: 14px;
  max-width: 450px;
  margin: auto;
  line-height: 17px;
  color: #d0d0d0;
  padding: 0 10px;
  text-align: center;
}
.corporatebooking_body{padding: 25px;}
.corporatebooking_body input,.corporatebooking_body select,.corporatebooking_body textarea{
  border-radius:4px!important;
  overflow: hidden!important;
  border: none!important;
  font-size: 16px!important;
  color: #323232!important;
  padding-left: 15px!important;
}
.corporatebooking_body textarea{padding-top: 12px;}
.corporatebooking_body .form-group{margin-bottom: 20px;}
.f_labelcolor{
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 100%;
  margin-top: -5px;
}
.formbuttion{
  height: 42px;
  text-transform: uppercase!important;
  border-radius: 24px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #f86810;
  width: 100%;
  max-width: 300px;
  border: none;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin: 30px auto;
}
.booking_benefits{padding-bottom: 20px;}
.booking_benefits h4{
  font-size: 22px;
  font-weight: 500;
  color: #10376d;
  padding: 0;
  margin: 0;
  padding-bottom: 6px;
}
.booking_benefits p{font-size: 16px;color: #323232;line-height: 22px;}
.corporatebookingbox .close{
  background-color: transparent!important;
  opacity: 1;
  padding: 8px 0!important;
  font-size: 19px;
  font-weight: 500;
  color: #ffffff!important;
}
.corporatebookingbtn{padding-top: 5px;padding-bottom: 20px;}
.corporatebookingbtn button{
  width: 100%;
  padding: 8px 25px 8px 0;
  background-color: #FAFAFA;
  border: 1px solid #7892ea;
  color: #3960e3;
  font-weight: 500;
  line-height: 100%;
  font-size: 20px;
  border-radius: 4px!important;
  background-image: url('https://drywyekkxvsd8.cloudfront.net/static/testapp/public/build/images/book_tickets.png');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: calc(100% - 10px) center;
  transition: 300ms;
}
.sucess_msg{
  margin: auto;
  padding: 50px;
  background-color: #ffffff;
  text-align: center;
  margin-top: 20px;
  border-radius:5px;
  overflow: hidden;
}
.sucess_msg h6{
  font-size: 20px;
  color: #56A656;
  padding: 0;
  margin: 0;
  font-weight: bold;
  padding-bottom: 10px;
}
.sucess_msg p{
  max-width: 320px;
  font-size: 14px;
  color: #323232;
  opacity: 0.85;
  line-height: 20px;
  margin: auto;
}
.corporatebooking_heading span{
  display: block;
  font-size: 16px;
  color: #323232;
  opacity: 0.82;
  line-height: 20px;
}
.corporatebookingbtn button span{font-size: 12px;display: block;line-height: 100%;margin-top: 4px;margin-bottom: 3px;}
.corporatebookingbtn button i{margin-right: 15px;}
.corporatebookingbtn button:hover{border-color: #56A656;color: #56A656;background-image: url('https://drywyekkxvsd8.cloudfront.net/static/testapp/public/build/images/book_tickets_green.png');transition: 300ms;}
.eventqrbox{border: 1px solid #e2e2e2;padding: 10px 10px 15px 10px;border-radius: 5px;margin-bottom: 20px;}
.eventqrbox .qrdownload{font-size: 18px;color: #323232;line-height: 100%;font-weight: 500;display: block; text-align: center;cursor: pointer;text-decoration: none!important;}
.eventqrbox .qrdownload img{width: 14px;}
.eventqrbox:hover .qrdownload{color: #3960e3;}
@media(max-width: 1080px){
.corporatebooking_L,.corporatebooking_R{min-height: auto;}
.corporatebookingbtn button{background-position: calc(100% - 5px) center;}
.corporatebooking_heading{padding: 20px 15px;font-size: 20px;line-height: 22px;font-weight: bold;}
.booking_benefits h4{font-size: 18px;}
.booking_benefits p{font-size: 14px;line-height: 18px;}
.corporatebooking_body{padding: 20px 15px;}
.booking_benefits{padding-bottom: 10px;}
#corporatebooking .modal-dialog{background-color: transparent;margin: auto;margin-top: 0;margin-bottom: 50px;}
.corporatebookingbox .modal-header{background-color: red;}
.corporatebooking_R{padding-top: 15px;}
.corporatebooking_R .corporatebooking_heading{padding-bottom: 5px;padding-top: 0;}
.formbuttion{margin: 15px auto;}
.corporatebookingbox .close{margin-right: 12px;}
.sucess_msg{padding: 10px;margin-top: 5px;}
}
/*end Corporate Booking section--*/





/*---------------Review and rating------------------------*/
.roundimage{width: 60px;border-radius: 50%;max-height: 100%;vertical-align: middle;}
.review_box .media-body,.user_rev_listing .media-body{padding: 3px 0 0 8px;}
.star_rating{
  height: 64px; border: 1px solid #e7e7e7;
  background-color: #F9FAFB;
  border-radius: 4px; 
  padding: 10px;
}
.reating_text{
  color: #89959B;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 8px;
  line-height: 100%;
}
.rating {unicode-bidi: bidi-override;direction: rtl;text-align: left;}
.rating i{
  display: inline-block;
  position: relative;
  font-size: 20px;
  color: #ccc;
  margin-top: 2px;
  margin-right: 2px;
  line-height: 100%;
}
.rating i.active,.rating i.coloractive{color: #FF7800;}
.rating > input {display: none;}
.rating > input:checked ~ label i, .rating > input:checked ~ label ~ label i{color: #FF7800;}
.rating > input:not(:checked) ~ label:hover i, .rating > input:not(:checked) ~ label:hover ~ label i{color: #FF7800;opacity: 0.75;}
.write_your_review{margin-top: 10px;min-height: 100px!important;}
.media_footer .buynow{
  text-transform: capitalize!important;
  font-weight: 400!important;
  border-radius: 3px!important;
  font-size: 14px!important;
}
.cancel_rev{
  float: right;
  font-size: 15px;
  color: #b12704;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  display: none;
}
.review_box{display: none;}
.user_rev_listing{margin-top: 20px;border-bottom: 1px dashed #e5e5e5;padding-bottom: 25px;}
.user_rev_listing:last-child{border-bottom: none;padding-bottom: 0;}
.user_rev_listing .media-body h4.user_name{
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.78)!important;
}
.date_rev{line-height: 20px;}
.user_rev_listing .rating > i{font-size: 16px;margin-right: 1px;line-height: 100%;}
.user_rev_listing .roundimage{max-width: 60px;}
.rev_text_box{
  max-width: 100%;
  width: auto;
  padding: 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.87);
  font-family: 'Roboto', sans-serif;
  line-height: 17px;
  margin: 0;
  min-height: 1px;
  overflow:hidden; 
  text-indent: 1px;
  white-space: pre-line;
  border-radius: 0;
  border: none;
  background-color: transparent;
  padding-top: 3px;
  font-weight: normal;
  overflow-wrap: break-word;
}
.text_editablebox{
  padding: 10px;
  line-height: 18px;
  min-height: 40px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  outline: none;
}
.text_editablebox:focus{border-color: #cccccc;}
.write_comments{background-color: #f5f5f5;padding: 7px 5px 7px 7px;border-radius: 3px;margin-top: 10px;}
.write_comments .roundimage{max-width: 36px;min-width: 36px;margin-top: 3px;}
.rev_comments{padding-top: 10px;}
.rev_comments .roundimage{max-width: 36px;min-width: 36px;border-radius: 5px;}
.write_comments .media-body,.rev_comments .media-body{padding: 1px 0 0 5px;}
.commentfooter a{
  font-size: 13px;
  color: rgba(0, 0, 0, 0.35);
  display: inline-block;
  padding: 3px;
  line-height:100%;
  margin-bottom: 3px;
}
.commentfooter a:hover{color: rgba(0, 0, 0, 0.78);}
.user_reviews{padding-bottom: 5px;}
.rev_total{color: #b12704;}
.text_editablebox_p{position: relative;padding-right: 40px;}
.post_rev{
  width: 35px;
  height: 35px;
  background-color: #449d44;
  border: none;
  padding: 0!important;
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 3px;
  border-radius: 50%;
  transition: 500ms;
  background-image: url('https://drywyekkxvsd8.cloudfront.net/static/testapp/public/build/images/send-button.png');
  background-repeat: no-repeat;
  background-position: left 11px center ;
  background-size: 18px;
}
.write_comments .media-right{padding: 0;position: relative;width: 36px;}
@media(max-width: 1080px){
  .user_rev_listing .roundimage,.roundimage{max-width: 36px;}
  .write_comments .media-body,.rev_comments .media-body{padding: 3px 0 0 0;}
  .review_box .media-body,.user_rev_listing .media-body{padding: 3px 0 0 2px;}
  .rev_comments .roundimage{max-width: 30px!important;min-width: 24px!important;}
}
/*--end--*/




/*---------------Multiple Date Event--------------*/
.new_event_detail{
  background-color: #FAFAFA!important;
  border-top: 1px solid #5F5F5F;
  margin-bottom: 20px!important;
}
.new_event_detail .multipledateselect{
  position: relative;
  height: 66px!important;
  padding-left:42px!important;
  padding-right:42px!important;
  background-color: #D0D0D0!important;
  overflow: hidden!important;
  border-top: none!important;
}
.new_event_detail .leftcalendar,.new_event_detail .rightcalendar{
  width: 36px!important;
  height: 100%;
  padding-top: 10px!important;
  text-align: center;
  position: absolute;
  background-color:#5F5F5F!important;
}
.new_event_detail .leftcalendar{left: 0;top: 0;}
.new_event_detail .rightcalendar{right: 0;top: 0;}
.new_event_detail .leftcalendar a,
.new_event_detail .rightcalendar a{
  width: auto!important;
  border: none!important;
  line-height: 100%!important;
  box-shadow: none!important;
  color: #FFFFFF;
  background-color: transparent!important;
  font-size: 18px!important;
}
.new_event_detail .leftcalendar a:hover,
.new_event_detail .rightcalendar a:hover{color: #FFFFFF;}
.new_event_detail .leftcalendar:hover,
.new_event_detail .rightcalendar:hover{background-color: #074E86;}
.new_event_detail .multipledateselect a{
  width: 46px;
  height: 52px;
  font-size: 12px;
  text-align: center;
  line-height: 14px;
  display: block;
  text-decoration: none!important;
  margin: 7px 1px!important;
  box-sizing: border-box;
  background-color: #FFFFFF;
  font-weight: 500;
  border-radius: 1px 1px 3px 3px;
  overflow: hidden;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
}
.new_event_detail .multipledateselect a:hover .dateview,
.new_event_detail .multipledateselect a:hover .borderT{color: #074E86;}
.new_event_detail .multipledateselect a:hover .borderB{background-color:#074E86;color: #FFFF;}
.eventdateslist.calenderlist a{background-color: #57A757!important;}
.new_event_detail .calenderlist a .dateview,
.new_event_detail .calenderlist a .borderT{
  color: #ffffff!important;
  line-height:100%;
  font-weight: bold;
}
.new_event_detail .calenderlist .borderB{background-color:#074E86!important;color: #FFFFFF!important;}
.new_event_detail .calenderlist{position: relative;}
.new_event_detail .multipledateselect .calenderlist:after{
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -9px!important;
  width: 0;
  height: 0;
  border-left: 10px solid transparent!important;
  border-right: 10px solid transparent!important;
  border-bottom: 8px solid #FAFAFA!important;
}
.new_event_detail .multipledateselect a .dateview{
  display: block;
  padding: 3px 0 2px 0;
  color:#6F6F6F;
  line-height: 12px;
}
.new_event_detail .multipledateselect a .borderT{
  color: #6F6F6F;
  display: block;
  line-height: 12px;
  text-transform: capitalize;
}
.new_event_detail .multipledateselect a .borderB{
  display: block;
  background-color:#5F5F5F;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 2px 0;
  font-weight: 500;
}
.new_event_detail .multipledateselect ul{padding: 0;}
.new_event_detail .multipledateselect .list-inline > li{
  display: inline-block;
  padding: 0 2px!important;
}
.new_event_detail .multipleshowselect{
  padding: 15px!important;
  border: 1px solid #EEEEEE!important;
  border-top: none!important;
  background: transparent;
}
.new_event_detail .showdetailbox input[type="radio"]{
  opacity:0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.new_event_detail .showdetailbox input:checked + label{color: #57A757!important;}
.new_event_detail .showdetailbox input:checked + label div:nth-child(1){
  background-color: #57A757;
  color: #FFFFFF;
}
.new_event_detail .showname{
  display: block!important;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  border-radius: 1px 1px 3px 3px;
  overflow: hidden;
}
.new_event_detail .showname div:nth-child(1){
  background-color: #5F5F5F;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 12px!important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 3px 5px;
  margin-bottom: 2px;
}
.new_event_detail .showdetailtextbox{font-size: 11px;line-height: 20px;}
.date_select_heading{
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 4px;
  margin-top: -15px;
  color: #ef681c !important;
  text-transform: uppercase;
}
/*--end--*/



/*--------------multiple venue event--------------*/
.btnmy{
  background-color: #F86810;
  border: 1px solid rgba(239, 104, 28, 0.1);
  color: #ffffff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  padding: 6px 10px;
  border-radius: 3px;
}
.btnmy:hover{background-color: #ef811d;transition:300ms;color: #ffffff;}
.multiple_venue_box{
  background-color: #FAFAFA;
  padding: 10px;
  border-left: 3px solid #F86810;
  margin-bottom: 15px;
  box-shadow:inset 0 0 1px #ddd;
}
.multiple_venue_box table{width: 100%;}
.multiple_venue_box table tr td{padding: 0;}
.multiple_venue_box table tr td:last-child{width: 150px;padding-right: 15px;}
.multiple_venue_add{color: #444;margin-top: 3px;}
.multiple_venue_box ul{padding: 0;margin: 0;}
.multiple_venue_box ul li{display: inline-block;margin-top: 3px;color: rgba(0,0,0,0.78);margin-right: 20px;}
.multiple_venue_box ul li small{position: relative;display: inline-block;padding-left: 6px;color: rgba(0, 0, 0, 0.5);}
.multiple_venue_box ul li small:before{
  content: '|';
  position: absolute;
  left: 0;
  top: 4px;
  font-weight: 100!important;
  line-height: 100%;
  color: #d0d0d0;
}
@media(max-width: 768px){
  .multiple_venue_box table tr td{width: 100%!important;display: block!important;}
  .multiple_venue_box table tr td:last-child{width: 100%;display: block;padding: 15px 0 3px 0;}
  .multiple_venue_box ul li{display: block;margin-right: 0;font-size: 12px;}
}
/*--end--*/




/*------------------city page------------*/
.section_on_city{padding-top: 30px;padding-bottom: 40px;background-color:#E5E5E5;}
.paddingtop{padding-top: 50px;}
.paddingtop2{padding-top: 30px;}
.paddingbottom{padding-bottom: 50px;}
.paddingbottom2{padding-bottom: 30px;}
.selectcity{padding: 0;margin: 0;list-style-type: none;text-align: center;}
.city_link{
  width: 151px;
  display: inline-block;
  box-sizing: border-box;
  height: 68px;
  vertical-align: middle;
  position: relative;
  padding-bottom: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.city_link a{color: #C0C0C0;}
.city_link a:hover{text-decoration: none;}
.city_img_icon{width: 44px;height: 44px;border-radius: 50%;margin: auto;}
.city_img_icon img{width: 100%;height: 100%;}
.city_link .city_n_i{
  display: block;
  color: #666;
  font-size: 14px;
  line-height: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.section_on_city .h_h3{
  padding-top: 0!important;
  padding-bottom: 12px!important;
  font-size: 18px!important;
  font-weight: 600!important;
  color: #F0882B!important;
  text-transform: uppercase!important;
}
.city_link button{
  background-color: #449D44 !important;
  border-radius: 2px !important;
  height: 36px;
  line-height: 100%;
  margin-top: 15px;
  font-size: 14px;
  padding: 0 20px;
  color: #fff;
  opacity: 0.9;
}
.city_link button:hover{opacity: 1;color: #fff;}
.newyear-model .modal-dialog{width: 100%!important;max-width: 600px!important;}
.newyear-model .modal-header{background-color: #f5f5f5;text-align: center;padding: 10px;}
.newyear-model .modal-footer {text-align: center;font-size: 12px;color: #707687;background-color: #f5f5f5;}
.newyear-model .totat-city-count{color: red;font-size: 17px;font-weight: 400;}
.newyear-model .pick-city-count{font-size: 17px;font-weight: 400;color: #666;line-height: 18px;}
.newyear-model .city-textx{color: #999;line-height: 18px;}
.newyear-model .modal-body{padding: 10px!important;height: 400px;overflow: hidden;overflow-y: auto;}
.newyear-model .modal-footer{text-align: center;font-size: 12px;color: #707687;}
.newyear-model .new-heading{font-size: 16px;border-bottom: 1px solid #eee;}
.newyear-model .new-year-po{padding: 0;margin: 0;}
.newyear-model .new-year-po li{
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding-right: 15px;
  list-style-type: none;
}
.newyear-model .new-year-po li a{
  display: block;
  padding: 5px 10px;
  border-left: 3px solid transparent;
  margin-top: 5px;
  color: #707687;
}
.newyear-model .new-year-po li a:hover{border-left: 3px solid #EF7F1A;background-color: #F7F7F7;text-decoration: none;}
@media(max-width: 768px){
  .city_link{width: 24.2%;height: 51px;}
  .city_img_icon{width: 34px;height: 34px;}
  .city_img_icon img{width: 100%;height: 100%;}
  .city_link .city_n_i{font-size: 11px;line-height: 14px;}
  .city_link button{height: 30px;margin-top: 8px;padding: 0 10px; font-size: 12px;}
  .section_on_city .h_h3{margin-top: 3px!important;color: #444!important;}
}
/*--end--*/




/* ------organizer & need help section on event detail-------  */
.organizer_d_icons{padding: 0;margin: 10px 0 0 0;}
.organizer_d_icons li{display: inline-block;margin: 10px 5px;}
.organizer_d_icons li small{
  display: block;
  line-height: 14px;
  color: #074E86;
  font-size: 10px;
  font-weight: 500;
}
.organizer_d_icons li:hover small{color: #4f4f4f;}
.organizer_d_icons li a,.organizer_d_icons li a:hover{color: #074E86;text-decoration: none;}
.organizer_d_icons li a span.organizer_d_icons_l{
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.about_o_sort{margin-top: 20px;text-align: left;}
.book_btn{margin-top: 15px;}
.organizer_d_logo{margin-top: 17px;}
.organizer_d_logo img{width: auto;max-width: 100px;}
.organizer_d_name a,.organizer_d_name a:hover{
  display: inline-block;
  color: #074E86;
  text-decoration: none;
}
.cont_help{border: 1px solid #E5E5E5;padding-bottom: 5px;}
.cont_help_person{
  color: #ef631d;
  font-size: 15px;
  font-weight: 500;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  background-color: #EEEEEE;
  border-bottom: 1px solid #EAEAEA;
  overflow: hidden;
}
.cont_help_person .support_cont{padding-right: 20px;position: relative;white-space: nowrap;}
.cont_help_person .support_cont::after{
  content: "|";
  position: absolute;
  right: 5px;
  top: -10px;
  color: #d0d0d0!important;
  font-weight: 300!important;
}
.cont_help_person .support_cont:last-child::after{content: none;}
.cont_help_h{color: #074E94;font-size: 15px;padding-left: 10px;}
.cont_help ul{padding: 0;margin: 0;padding-left: 25px;}
.cont_help ul li{list-style-type: square;}
/* --End-- */


.eventvideos{margin-bottom: 15px;}
.eventvideos iframe{width: 100%!important;height: 100%!important;}
.event_c_tab{height: 0;box-shadow: 0 1px 6px #888;background-color: #ffffff;}
.event_c_tab .row{padding: 3px 10px!important;}
.event_n_tab{font-size: 17px;color: #555;}
.event_c_tab ul{margin: 0;padding: 0;}
.event_c_tab ul li{display: inline-block;}
.event_c_tab ul li a,.event_c_tab ul li a:hover{
  display: block;
  color: #555;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: 500ms;
}
.event_c_tab ul li.active a{color: #4285f4;text-decoration: none;}
.event_c_tab ul li a.active{color: #4285f4;text-decoration: none;}
.moredata .carousel_box_event{background-color: #fafafa;margin-bottom: 40px;}
.carousel_box_event{
  background-color: #ffffff;
  padding: 11px;
  margin-bottom: 10px;
  border-radius: 2px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}





/* ---- Question box section ------- */
.event_Qt_Ans{border-top: 1px solid #FCFCFC;padding: 15px 30px;overflow: hidden;}
.QtAns pre{
  border: none!important;
  font-size: 13px!important;
  font-weight: 400;
  font-family: 'Roboto', sans-serif!important;
  padding: 0!important;
  margin: 0!important;
  background-color: transparent!important;
  color: #666!important;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: inherit!important;
  word-break: normal!important;
}
.ask-question-section{
  background-color: #fff;
  padding: 10px;
  padding-top: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  overflow: hidden;
}
.ask-question{
  border: 1px solid #e5e5e5;
  font-size: 24px;
  padding: 4px 10px;
  background-color: #eee;
  border-radius: 2px 2px 0 0;
  position: relative;
}
.Qt-heading{
  font-size: 20px;
  color: #4285F4;
  border-bottom: 1px solid  #4285F4;
  margin-bottom: 5px;
}
.ask-btn{
  background-color: #ef7f1a;
  color: #fff;
  width: 70px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  display: inline-block;
  border-radius: 2px;
  font-size: 18px!important;
  position: absolute;
  right: 6px;
  top: 6px;
}
.ask-btn-back{
  color: #999!important;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  display: inline-block;
  border-radius: 2px;
  font-size: 16px!important;
  position: absolute;
  right: 6px;
  top: 6px;
  display: none;
}
.ask-btn-back:hover{color: #666!important;}
.ask-btn:hover,a.ask-btn:link{background-color: #EF611D;color: #fff;text-decoration: none;}
.ask-answer{border: 1px solid #e5e5e5;border-top: none;padding: 12px 2px;background-color: #f0f0f0;}
.ask-answer input,.ask-answer textarea{border-color: #eee!important;}
.submit-message{
  width: 100%;
  height: 230px;
  max-width: 725px;
  margin: 30px auto;
  margin-top: 40px;
  background-color: #f6f6f6;
  border: 1px solid #f0f0f0;
  position: relative; 
  animation: submitMessage 300ms linear;
}
.submit-message > p, .submit-message-1 > p{font-size: 16px;}
@keyframes submitMessage{
  0% { right: -1000px;transition:10ms; }
  100% { right: 0;transition:10ms; }
}
.ask-question-box{
  position: relative; 
  animation: qtslide 300ms linear;
  width: 100%;
  max-width: 725px;
  margin: 30px auto;
  margin-top: 40px;
}
@keyframes qtslide{
  0% { left: -1000px;transition:10ms; }
  100% { left: 0;transition:10ms; }
}
.text-thank{
  color: green;
  margin-top: 20px;
  font-size: 24px;
  line-height: 90px;
  text-align: center;
}
.close-thanks{
  width: 26px;
  height: 26px;
  display: block;
  line-height: 24px;
  border: 1px solid transparent;
  text-align: center;
  font-size: 16px;
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: pointer;
  opacity: 0.6;
}
.close-thanks:hover{opacity: 1;}
.ask_btn_h{font-size: 20px;}
.ask_btn_h, .ask_btn_h:hover, .ask_btn_h:link{color: inherit;text-decoration: none;}
.panel.ask-question-panel{background-color: transparent!important;box-shadow: none!important;}
@media(max-width: 768px){
  .ask_btn_h{font-size: 15px!important;padding: 2px 0}
  .event_organizer_q .ask-btn, .ask-btn{font-size: 14px !important;height: 29px;line-height: 27px;width: 100px;}
  .event_organizer_q .ask-question-box,.event_organizer_q .submit-message{margin: -9px 0;}
  .event_organizer_q .ask-btn-back, .ask-btn-back{top: 0;}
}
/* --End-- */




/*----marketing panel event detail ------*/
.event_marketing_pannel{
  width: 100%;
  max-width: 560px;
  border-left: 3px solid #F97141;
  border-right: 2px solid #F97141;
  background-color: #F97141;
  background-color: #FFFFFF;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  margin-right: -561px;
  z-index: 999999;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.event_marketing_pannel_show{margin-right: 0;-webkit-transition: 400ms;transition: 400ms;}
.click_sms_text{
  width: 34px;
  padding: 5px 8px;
  height: 150px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -75px;
  z-index: 500;
  cursor: pointer;
  word-break: break-all;
  font-size: 18px;
  text-align: center;
  line-height: 110%;
  color: #fff;
  text-transform: uppercase;
  background-color: #F86810;
  border-radius: 2px 0 0 2px;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.hide_sms_text{right: -35px;-webkit-transition: 500ms;transition: 500ms;}
.e_m_p_header{
  position: relative;
  background-color: #F97141;
  height: 38px;
  line-height: 36px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
}
.close_pannel{
  display: block;
  width: 28px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  position: absolute;
  top: 4px;
  left: 1px;
  border-radius: 2px;
  background-color:#10376D; 
}
.close_pannel:hover{color: #ddd;}
.e_m_p_inner{
  position: relative;
  padding: 10px;
  height: calc(100vh - 38px);
  overflow: hidden;
  overflow-y: auto;
}
.p_sms_text{
  border: 1px solid #ddd;
  min-height: 100px;
  margin-bottom: 6px;
  line-height: 18px;
  font-size: 13px;
  padding: 5px;
  font-weight: normal;
  color: #7f7f7f;
}
.p_sms_mob{height: 34px;padding-right: 73px;position: relative;}
.p_sms_mob .p_sms_btn{
  padding: 0 15px;
  margin: 0;
  line-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  height: 100%;
  background-color: #489F48;
  color: #ffffff;
  border: none;
  border-radius: 1px;
  font-weight: 500;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
.p_sms_mob input{
  box-shadow: none!important;
  height: 34px!important;
  font-size: 13px!important;
  padding: 0 10px!important;
  border: 1px solid #e5e5e5;
}
.e_m_p_heading{
  font-size: 18px;
  color: #444;
  padding: 0;
  margin: 0;
  padding-bottom: 8px;
  font-weight: 500;
}
.creative_image_upload{padding-bottom: 50px;}
.creative_image_upload input[type="text"]{
  box-shadow: none!important;
  height: 34px!important;
  font-size: 13px!important;
  padding: 0 10px!important;
  border: 1px solid #e5e5e5;
}
.creative_image_upload .p_sms_btn{
  display: inline-block;
  min-width: 100px;
  height: 34px;
  margin: 0;
  line-height: 100%;
  font-size: 15px;
  background-color: #489F48;
  color: #ffffff;
  border: none;
  border-radius: 1px;
  font-weight: 500;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
.creative_image_upload .form-group{margin-bottom: 8px!important;}
.feed_box_parent{
  display: table;
  width: 100%;
  clear: both;
  margin-bottom: 8px;
}
.feed_box{
  box-sizing: border-box;
  width: 50%;
  float: left;
  min-height: 264px;
  overflow: hidden;
}
.feed_box:nth-child(1){padding-right: 4px;}
.feed_box:nth-child(2){padding-left: 4px;}
.feed_carousel{
  border: 1px dashed #c0c0c0;
  height: 262px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 5px;
  position: relative;
  border-radius: 2px;
}
.change_banner_sec .feed_carousel{
  height: 210px!important;
}
.change_banner_sec .carousel_img{
  height: 200px!important;
}
.carousel_img{
  height: 252px;
  width: 100%;
  margin-bottom: 0!important;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.carousel_img img{
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.carousel_img input[type="file"]{position: absolute;top: 0;left: 0;}
.seprator_line{border-top: 2px dashed #d0d0d0;line-height: 100%;margin: 20px 0;}
@media(max-width: 400px){
.feed_box{width: 100%;float: none;}
.feed_box:nth-child(1){padding-right: 0;margin-bottom: 10px;}
.feed_box:nth-child(2){padding-left: 0;}
}
/*--end--*/



/*----------spinner lodar---------*/
.spinner{
  height: 20px;
  width: 20px;
  animation: rotate 0.8s infinite linear;
  border: 3px solid #2399E5;
  border-right-color: transparent;
  border-radius: 50%;
  display:block;
}
@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}
.spinner_container{
  height: 36px;
  width: 36px;
  padding: 8px;
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
  box-shadow: 0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.4);
}
.BusinessLogo .spinner_container,.eventimgbox .spinner_container{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  z-index: 50;
}
.image_upload_loader_sec{padding-bottom: 10px;}
.image_uploading_loader{
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  color: #4FBE8A;
}
.carousel_img .spinner_container{
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -18px;
  margin-top: -18px;
  z-index: 2;
}
.carousel_img .change_banner_text{display:none;}
.carousel_img.change_banner .change_banner_text{
  display:block;
  width: 32px;
  height: 32px;
  background-color:rgba(50, 50, 50, 0.98);
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 2;
  line-height: 32px!important;
  color: #ffffff;
  border-radius: 3px;
  font-size: 15px;
}
/*--end spinner lodar--*/




/*----event review panel ------*/
.event_review_pannel{
  width: 200px;
  background-color: #FFFFFF;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999999;
  -webkit-transition: 400ms;
  transition: 400ms;
  border-left: 1px solid #e0e0e0;
}
.event_review_pannel_hide{margin-right: -200px;-webkit-transition: 400ms;transition: 400ms;}
.review_pannel_open{
  width: 36px;
  height: 36px;
  position: fixed;
  right: -40px;
  top: calc(50% - 160px);
  z-index: 100;
  cursor: pointer;
  font-size: 13px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  background-color: #323232;
  border-radius: 50%;
  padding: 0 8px;
  box-shadow: 0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);;
}
.event_review_pannel.event_review_pannel_hide .review_pannel_open{-webkit-transition: 500ms;transition: 500ms;right: -15px;}
.event_review_pannel_header{
  position: relative;
  background-color: #444444;
  height: 38px;
  line-height: 38px;
  color: #c9c9c9;
  font-size: 13px;
  font-weight: 400;
  padding-left: 40px;
}
.event_review_pannel_header .rev_close_pannel{
  display: block;
  width: 28px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.78);
  box-shadow: inset 0 0 3px #121212;
  font-size: 16px;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  background-color:#fff;
}
.rev_close_pannel:hover{background-color:#dddddd;}
.event_review_pannel_inner{
  position: relative;
  padding: 2px 5px 0 5px;
  height: calc(100vh - 174px);
  overflow: hidden;
  overflow-y: auto;
}
.f_btn_group{background-color:#ffffff;padding: 0 9px;}
.rev_lable_text{font-size: 11px;color: #454545;line-height: 16px;text-transform: capitalize;}
.rev_lable_text strong{font-weight: 600;color: #323232;}
.e_rev_btn{
  height: 38px;
  width: 38px;
  padding: 0;
  border: 3px solid transparent;
  border-radius: 50%;
  text-decoration: none!important;
  transition: 500ms;
  color: #ffffff;
  font-size: 12px;
  background-color: #ffffff;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
}
.e_rev_btn:hover{background-color: #E0E0E0;}
.rev_approve{border-color:#3fb87f;background-image:url('../images/checked_n.png');}
.rev_approve.active{background-color:#3fb87f;transition: 400ms;text-decoration: none;background-image:url('../images/checked_active.png');}
.rev_dontapprove{border-color: #FD8E01;background-image:url('../images/resend.png');}
.rev_dontapprove.active{background-color:#FD8E01;transition: 400ms;text-decoration: none;background-image:url('../images/resend_active.png');}
.rev_delete{border-color: #DB0000;background-image:url('../images/cross_remove_r.png');background-size: 17px;}
.rev_delete.active{background-color:#DB0000;transition: 400ms;text-decoration: none;background-image:url('../images/cross_remove_w.png');background-size: 17px;}
.np_arrow_box{background-color: #e0e0e0;padding: 8px 6px;margin-top: 5px;}
.np_arrow_box a{
  display: inline-block;
  text-decoration: none;
  height: 28px;
  color: #222;
  line-height: 28px;
  font-size: 15px;
  padding: 0 4px;
  font-weight: 500;
  border:1px solid transparent;
  border-radius: 2px;
}
.np_arrow_box a:hover{color: #2399E5;border:1px solid #ccc;}
.status_radiogroup{
  padding: 0;
  margin: 0;
  margin-left: 70px;
  list-style-type: none;
}
.status_radiogroup li{width: 40%;float: left;}
.status_radiogroup li:last-child{width: 20%;}
.rev_sec_e_d{position:relative;padding:3px 6px;border-bottom: 1px dashed #e0e0e0;}
.rev_sec_e_d:hover{background-color: #d0d0d0;}
.rev_sec_e_d:last-child{border-bottom: none;}
.rev_sec_e_d_h{
  font-size: 13px;
  color: #323232;
  font-weight: 500;
  position:absolute;
}
.rev_sec_e_d_parent{
  background-color:#F0F0F0;
  padding: 0;
  border:1px solid #eee;
  margin-bottom: 8px;
  border-radius: 2px;
}
.rev_sec_e_d_heading{
  font-size: 11px;
  color: #909090;
  font-weight: 400;
  padding:2px 0;
  margin: 0;
}
label.ge_radio_full input{opacity: 0;position: absolute;visibility: hidden;}
label.ge_radio_full{font-weight: normal;font-size: 13px;}
label.ge_radio_full span{
  position: relative;
  top: -1px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border: 2px solid transparent;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition:100ms;
  -moz-transition:100ms;
  -ms-transition:100ms;
  -o-transition:100ms;
  transition:100ms;
  vertical-align: middle;
  background: #ffffff;
}
label.ge_radio_full.r_btn_g span{border-color: #3fb87f;}
label.ge_radio_full.r_btn_o span{border-color: #F86810;}
label.ge_radio_full.r_btn_r span{border-color: red;}
label.ge_radio_full:hover span{background-color:#dddddd;}
label.ge_radio_full input[type="radio"]:checked ~ span:after{
  content: '';
  position: absolute;
  display: block;
  top: -1px;
  left: -1px;
  width: 13px;
  height: 13px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-animation:radio 100ms linear;
  animation:radio 100ms linear;
}
label.ge_radio_full.r_btn_g input[type="radio"]:checked ~ span:after{background: #3fb87f;}
label.ge_radio_full.r_btn_o input[type="radio"]:checked ~ span:after{background: #F86810;}
label.ge_radio_full.r_btn_r input[type="radio"]:checked ~ span:after{background: red;}
@keyframes radio{
  from{transform: scale(0.5);}
  to{transform: scale(1);}
}
@-webkit-keyframes radio{
  from{-webkit-transform: scale(0.5);}
  to{-webkit-transform: scale(1);}
}
.stats_table{background-color: #fff;width: 100%;}
.stats_table thead{background-color: #f0f0f0}
.stats_table thead tr th,.stats_table tbody tr td{
  font-weight: 500;
  font-size: 11px;
  padding: 2px 4px;
  text-align: center;
  border: 1px solid #e5e5e5;
  color: #454545;
  line-height: 18px;
}
.stats_table tbody tr td{color: #666;}
.e_rev_action_btn{
  padding: 0 1px!important;
  height: 30px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid transparent;
  color: #ffffff;
  border-radius: 3px;
  opacity: 0.8;
  margin-top: 5px;
  margin-left: 6px;
  width: 38px;
  background-color: #888;
  border-color: #888;
  display: inline-block;
}
.add_extra_comment .e_rev_action_btn{margin-left: 0px!important;}
.add_extra_comment{position: relative;}
.comment_text_field{
  position:absolute;
  left: -2px;
  bottom: 30px;
  width: 190px;
  min-height: 150px;
  font-size: 11px;
  line-height: 18px;
  padding: 5px!important;
  display: none;
}
.stats_table thead tr th:nth-child(1),.stats_table tbody tr td:nth-child(1){color: green;}
.stats_table thead tr th:nth-child(2),.stats_table tbody tr td:nth-child(2){color: orange;}
.stats_table thead tr th:nth-child(3),.stats_table tbody tr td:nth-child(3){color: orange;}
.stats_table thead tr th:nth-child(4),.stats_table tbody tr td:nth-child(4){color: red;}
.e_rev_action_btn:hover{opacity: 1;}
.select_small{width: calc(50% - 3px);float:left;margin: 0 0 7px 0;}
.select_small select{
  height: 28px;
  line-height: 28px;
  padding: 0 2px!important;
  font-size: 11px!important;
  border-radius: 3px;
  color: #232323!important;
  border: 1px solid #d0d0d0!important;
}
.select_small:first-child{margin-right: 3px;}
.select_small:last-child{margin-left: 3px;}
.select_small label{
  display: block;
  font-size: 11px!important;
  color: #454545;
  font-weight: 400!important;
  margin: 0!important;
  line-height: 100%!important;
  margin-bottom: 3px!important
}
.event_review_pannel_header small{color: #fff;}
.acction_message{
  border-radius: 3px;
  display: table;
  width: 100%;
  padding: 5px 8px;
  font-size: 11px;
  line-height: 13px;
  color: #323232;
  margin-top: 7px;
  height: 40px;
  overflow:hidden;
  margin-left: 300px;
  transition:500ms;
}
.acction_message.active{margin-left: 0;transition:500ms;}
.acction_message_text{
  display: table-cell;
  vertical-align: middle;
  max-height: 40px;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
}
.msg_spproved{background-color: #3fb87f;}
.msg_silently_delete{background-color: #FF3232;}
.msg_blocked{background-color: #4D4D4D;}
.msg_spam{background-color: #9F9F9F;}
.msg_review{background-color: #FD8E01;}
.msg_delete{background-color: #DB0000;}
/*--end--*/



/* --------------contestbox ------------------ */
.contestbox{
  position: relative;
  padding-left: 34%;
  overflow: hidden;
  min-height: 420px;
}
.offer_img_detail{
  overflow: hidden;
  background-size: 100% 100%;
  width: 34%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contest_form{padding: 20px 30px;}
.contest_heding{
  padding: 0;
  margin: 0;
  font-size: 40px!important;
  margin-bottom: 12px!important;
}
.contest_form label{font-weight: 500!important;color: #121212;}
.contestqt{
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #121212; 
  margin-bottom: 5px;
}
.contestqt span{color: #9B4F57;}
.contestbtn{
  height: 40px;
  line-height: 40px;
  padding: 0!important;
  background-color: #9B4F57;
  text-transform: uppercase!important;
  font-size: 16px!important;
  font-weight: 500!important;
  color: #ffffff;
  border-radius: 2px 2px!important;
  margin-top: 18px;
  margin-bottom: 10px;
  opacity: 0.9;
}
.contestbtn:hover{opacity: 1;}
.share_contest{
  width: 100%;
  max-width: 500px;
  border: 2px dashed #e5e5e5;
  background-color: #FAFAFA;
  padding: 12px;
  border-radius: 3px;
  box-sizing: border-box;
  margin: auto;
  margin-bottom: 10px;
}
.share_contest h4{
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #121212;
  margin-bottom: 6px;
}
.share_contest_btn{
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 50%;
  border: 1px solid transparent;
  display: inline-block;
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
  margin: 7px;
  opacity: 0.9;
  text-decoration: none!important;
}
.share_contest_btn.facebook_c{
  background-color: #3776CC;
  box-shadow: inset 0 0 5px #3776CC;
  color: #ffffff;
  opacity: 1;
}
.share_contest_btn.twitter_c{
  background-color: #2BBCDE;
  box-shadow: inset 0 0 5px #2BBCDE;
  color: #ffffff;
  opacity: 1;
}
.share_contest_btn.link_c{
  background-color: #F86810;
  box-shadow: inset 0 0 5px #F86810;
  color: #ffffff;
  opacity: 1;
}
.thank_msg_c{padding: 35px 10px;}
.thank_msg_c img{width: 60px;}
.thank_msg{font-size: 22px;color: #77AF72;}
.thank_msg_c p{font-size: 26px;color: #454545;margin-bottom: 0;}
.contest_form_box{position: relative;}
.ge_counter{
  padding: 0 2px;
  margin: 0;
  display: inline-block;
  position: relative;
  height: 40px;
}
.ge_counter::after{
  content: '';
  width: 10px;
  height: 100%;
  background-image: url('https://drywyekkxvsd8.cloudfront.net/static/testapp/public/build/images/an.png');
  background-size: 100% 100%;
  position: absolute;
  right: -10px;
  top: -1px;
}
.ge_counter::before{
  content: '';
  width: 10px;
  height: 100%;
  background-image: url('https://drywyekkxvsd8.cloudfront.net/static/testapp/public/build/images/anl.png');
  background-size: 100% 100%;
  position: absolute;
  left: -9px;
  top: -1px;
}
.ge_counter_li{
  float: left;
  list-style-type: none;
  position: relative;
  text-align: center;
  width: 40px;
  box-sizing: border-box;
}
.ge_counter_li::after{
  content: ':';
  position: absolute;
  right: -4px;
  top: 0;
  font-size: 20px;
  line-height: 100%;
  font-weight: bold;
  color: #202020;
}
.ge_counter_li:last-child::after{content: none;}
.ge_counter_li .time_c{
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  height: 26px;
  line-height: 26px!important;
}
.day_c{
  line-height: 100%!important;
  font-size: 11px;
  text-transform: uppercase;
  color: #D20707;
  padding-left: 2px;
  text-align: center;
  display: block;
}
.contest_timer_b{
  width: 164px;
  position: absolute;
  right: 20px;
  top: 7px;
}
.timeout_p{padding: 0 4px;}
.timeout {
  color: #000000;
  font-size: 11px;
  text-transform: uppercase;
  overflow: hidden;
  text-align: center;
  height: 17px;
}
.timeout span {display: inline-block;position: relative;}
.timeout span::before, .timeout span::after {
  border-color: #000000;
  border-style: solid;
  border-width: 1px 1px;
  content: "";
  position: absolute;
  top: 8px;
  width: 10000px;
}
.timeout span::before {margin-right: 3px;right: 100%;}
.timeout span::after {left: 100%;margin-left: 3px;}
.blinker_text {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1000ms;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  color: #D20707!important;
}
@-moz-keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
@-webkit-keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
@keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
@media(max-width: 1080px){
  .contestbox{position: relative;padding-left: 0;padding-top: 370px;}
  .offer_img_detail{width: 100%;height: 360px;position: absolute;top: 0;left: 0;}
  .contest_form{padding: 5px 10px;padding-top: 65px;}
  .contest_heding{margin-top: 15px!important;font-size: 22px!important;margin-bottom: 6px!important;text-align: center;}
  .thank_msg_c p{font-size: 16px;line-height: 22px;}
  .thank_msg_c{margin-top: 0;padding: 15px 10px;}
  .share_contest{margin-bottom: 5px!important;}
  .share_contest h4{font-size: 16px;}
  .contest_timer_b{right: 50%;margin-right: -82px;top: 10px;}
}
/* --end contestbox-- */

.event_book_stick{
  position: fixed;
  bottom: -1px;
  z-index: 1050;
  width: 100%;
  height: 64px;
  padding:  5px;
  display: none;
  background-color: #fafafa;
 box-shadow:0px -1px 2px rgba(0, 0, 0, 0.2);
  transition: bottom 0.3s;
}
.event_book_stick .btn_normal{
  height: 38px;
  display: block;
  padding: 0;
  background-color: #449d44;
  line-height: 38px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0 0 3px #ccc;
  color: #fff;
  font-weight: 500;
  position:relative;
  overflow:hidden;
  z-index:1;
  margin-top: 7px;
  border-radius:3px;
}
.event_book_stick .btn_normal:hover{color:#fff;text-decoration: none;}
.event_book_stick .btn_normal::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  z-index:-1;
  opacity:0;
  background:rgba(255, 255, 255, 0.2);
  -webkit-transform:scaleX(0);
  -ms-transform:scaleX(0);
  -o-transform:scaleX(0);
  -moz-transform:scaleX(0);
  -moz-transition:all 100ms ease-in-out;
  -ms-transition:all 100ms ease-in-out;
  -o-transition:all 100ms ease-in-out;
  -webkit-transition:all 100ms ease-in-out;
}
.event_book_stick .btn_normal:hover::before{
  -webkit-transform:scaleX(1);
  -moz-transform:scaleX(1);
  -ms-transform:scaleX(1);
  -o-transform:scaleX(1);
  transform:scaleX(1);
  opacity:1
}
.event_book_stick .event_book_amount{
  color: #555;
  line-height: 100%;
  padding-top: 8px;
  font-size: 11px;
}
.event_book_stick .amountpad{padding-right: 0!important;}
.event_book_stick .event_book_amount .amountdiv{line-height: 100%;padding-top: 4px;}
.event_book_stick .event_book_amount .amountdiv span{
  font-size: 13px;
  font-weight: 500;
  color: #333;
  padding-right: 3px;
  display: inline-block!important;
}
.event_book_stick .event_book_amount .amountdiv small{
  font-size: 8px!important;
  display: inline-block!important;
  white-space: nowrap;
  color: #999!important;
}
.event_book_stick .event_book_stick_disc small{
  font-size: 12px!important;
  display: block;
  font-weight: normal;
  line-height: 100%;
  padding-top: 2px;
  text-transform: capitalize;
}
.event_book_stick .divafter .pad{padding: 0!important;margin: 0;}
.event_book_stick .event_book_stick_disc .applycoupen{text-transform: uppercase!important;}
.event_book_stick .divafter .discount_input{padding: 0!important;padding-top: 6px!important;}
.event_book_stick .divafter .discount_input input{
  border: none!important;
  width: 100%!important;
  padding: 0!important;
  padding-right: 55px!important;
  height: 36px!important;
  line-height: 34px!important;
  font-weight: 400!important;
  border-radius: 0!important;
  border-bottom: 1px solid #3373E7!important;
  overflow: hidden;
  font-size: 14px!important;
  color: #2D6EE4;
}
.event_book_stick .divafter .discount_input input:focus{border-bottom: transparent!important;box-shadow: 0 1px 0 0 #3373E7!important;}
.event_book_stick .divafter{display: none;position: relative;}
.event_book_stick .discount_input{ margin-right: 40px;}
.event_book_stick .timesapp{
  background-color: red;
  height: 28px;
  position: absolute;
  right: 2px;
  text-align: center;
  top: 12px;
  width: 28px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: inset 0 0 2px #eee;
}
.event_book_stick .divprev .discount_apply_n{
  color: green;
  display: inline-block;
  display: none;
  font-size: 11px!important;
  padding-top: 0!important;
  margin-bottom: -6px;
  font-weight: 500!important;
  line-height: 100%;
}
.coupontext {color: #4285F4;cursor: pointer;}
.discount_apply_n{
  color: green;
  display: inline-block;
  display: none;
  font-size: 13px!important;
  padding-top: 8px;
}
.discount_input{position: relative;padding-top: 8px;padding-bottom: 5px;}
.discount_input input{
  border: none!important;
  width: 100%!important;
  padding-left: 2px!important;
  padding-right: 55px!important;
  height: 26px!important;
  font-weight: 400!important;
  border-radius: 0!important;
  border-bottom: 1px solid #3373E7!important;
  overflow: hidden;
  font-size: 14px!important;
  color: #2D6EE4;
}
.discount_input input:focus{border-bottom: transparent!important;box-shadow: 0 2px 0 0 #3373E7!important;}
.discount_input button{
  color:#2D6EE4;
  border:none!important;
  box-shadow: none!important;
  padding: 0!important;
  line-height: 100%!important;
  border-radius: 1px;
  font-weight: 400!important;
  font-size: 14px!important;
  position: absolute;
  right: 0;
  bottom: 10px!important;
  background-color: transparent!important;
}
.discount_input input:focus button{color:red!important;}
.event_book_stick .clearcoupon{cursor: pointer;}
.topcitydiv .topcity_sec .container-fluid{padding-left: 9px !important;padding-right: 9px !important;}
/* ------------------live chat---------------- */
.ge_chat{
  width: 180px;
  height: 30px;
  background-color: #555555;
  position: fixed;
  bottom: 0;
  right: 5px;
  line-height: 30px;
  z-index: 99999;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.ge_chat a,.ge_chat a:hover{
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  position: relative;
  color: #FFFFFF;
  font-size: 14px;
  text-decoration: none;
}
.ge_chat a i{
  width: 40px;
  height: 30px;
  background-color: #494949;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  text-align: center;
  font-size: 20px;
  color: #FFFFFF;
  display: inline-block;
  border-radius:5px 0 0 0; 
}
@media(max-width: 768px){
  .event_book_stick{display: block;}
  .ge_chat {bottom: 58px;}
  .divprev .col-sm-6,
  .divprev .col-sm-12,
  .divafter .col-sm-6,
  .divafter .col-sm-12{padding-left: 2px!important;padding-right: 2px!important;}
}



/*------------exprinces card listing--------*/
.viator_list_card{margin-bottom: 20px;box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.075);}
.viator_list_card:hover{box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);}
.viator_list_img{height: 153px;overflow: hidden;}
.viator_list_img img{width: 100%;max-width: 100%;max-height: 100%;}
.viator_e_n{
  text-transform: inherit!important;
  margin: 0!important;
  color: #444 !important;
  background-color: #ffffff;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  word-wrap: break-word !important;
  overflow: hidden;
  letter-spacing: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 8px 10px 5px 10px;
}
.viator_e_n a{color: inherit;text-decoration: none!important;}
.via_city_country{
  font-size: 13px;
  line-height: 100%;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  padding: 5px 0;
}
.via_city_country span{
  font-weight: 700 !important;
  color: #b12704 !important;
  position: relative;
  padding-right: 16px;
  font-size: 14px;
  letter-spacing: 0;
}
.via_city_country span::after{
  content: "|";
  position: absolute;
  right: 7px;
  top: 2px;
  color: #d5d5d5;
}
.viator_ratings{
  color: #5f5f5f;
  line-height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}
.viator_ratings i{color: #999;}
.viator_ratings i.active{color: #F6682F;}
.viator_ratings span:last-child{padding-left: 5px;}
.viator_ratings a{color: inherit;text-decoration: none!important;}
.v_pad{padding-left: 8px!important;padding-right: 8px!important;}
.viator_list_card_inner{background-color: #fff;padding: 2px 10px 6px 10px;}
.tour_icon{
  background-image: url('../images/island-with-palm-trees.png');
  width: 16px;
  height: 16px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}
.top_destination{background-color: #FFFFFF;padding-top: 22px;padding-bottom: 22px;}
.top_d_pad{padding-left: 4px!important;padding-right: 4px!important;}
.row.top_d_pad_parent{padding-left: 12px!important;padding-right: 12px!important;}
.d_parent{position: relative;height: 220px;overflow: hidden;margin-top: 7px;}
.w_attractions_img{
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 220px;
  transition: 600ms;
  width: 100%;
}
.d_parent_layer{
  position: absolute;
  display: table;
  top: 0;
  min-height: 20px;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 300ms;
}
.d_parent_layer h4{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  color: #fff;
  text-transform: capitalize;
}
.d_parent:hover .d_parent_layer{background-color: rgba(0, 0, 0, 0.4);transition: 300ms;}
.d_parent:hover .w_attractions_img{transform: scale(1.08);transition: 600ms;}
@media(max-width: 768px){
  .d_parent{height: 120px;}
}
/*--end--*/




/*-------------offer listing------------------*/
.offerimg{margin-bottom: 16px;}
.offerimg img{width: 100%;}
.newyearoffermain .h_h3{margin-bottom: -2px!important;}
.nyeoffer{
  background-color: #fff;
  height: 72px;
  position: relative;
  border: 1px solid #EC3C3E;
  padding: 4px;
  padding-left: 97px;
  border-radius: 2px;
  text-align: left;
  margin-bottom: 12px;
}
.nyeinner{
  width: 92px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #EC3C3E;
  text-align: center;
}
.nyeinner span{
  display: block;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 100%;
  padding:6px;
}
.nyeinner strong{
  font-size: 24px;
  line-height: 100%;
  color: #fff;
  font-weight: 500;
  text-shadow: 0 1px rgba(0, 0, 0, 0.8);
}
.nyeinner strong sub{
  font-size: 14px;
  color: #fff;
  top: 15px;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  left: -3px;
}
.neyearlybird{border: 1px solid #01C3C2;background-color: #fff;overflow: hidden;border-radius: 2px;margin-bottom: 12px;}
.earlybirdh{
  background-color: #01C3C2;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  height: 22px;
  line-height: 21px;
  text-align: center;
}
.earlybirdeventL,
.earlybirdeventR{height: 48px;box-sizing: border-box;padding-top: 4px;}
.earlybirdeventL small,.earlybirdeventL strong,.earlybirdeventL span{text-transform: uppercase;text-align: center;display: block;line-height: 100%;}
.earlybirdeventL small{font-size: 9px;color: #888;}
.earlybirdeventL strong{font-size: 15px;font-weight: 600;line-height: 22px;color: #01C3C2;}
.earlybirdeventL span{font-size: 10px;font-weight: 500;color: #01C3C2;}
.earlybirdeventR span,.earlybirdeventR strong{
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  display: block;
  font-size: 15px;
  line-height: 22px;
}
.earlybirdeventR span{color: #EC3C3E;text-shadow: 0 1px rgba(0, 0, 0, 0.1);}
.earlybirdeventR strong{font-size: 15px;font-weight: 600;color: #513824;line-height: 20px;}
.earlybirdeventR strong sup{top: -1px;font-size: 12px!important;font-weight: 400;}
.borderr{border-right: 1px solid #eee;}
.nyeoffer.flatrupees{border: 1px solid #C6BFAE;}
.nyeoffer.flatrupees .nyeinner{background-color: #C6BFAE;}
.nyeoffer.flatrupees span{color: #513824;text-shadow: none;}
.nyeoffer.flatrupees strong{
  font-size: 20px;
  color: #513824;
  font-weight: 500;
  margin-top: 3px;
  display: block;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
}
.nyeoffer.flatrupees strong sub{
  font-size: 14px;
  color: #513824;
  top: 15px;
  left: -3px;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: 500;
}
.nyeoffer.flatupto{border: 1px solid #FFC04F;}
.nyeoffer.flatupto .nyeinner{background-color: #FFC04F;}
.nyeoffer.flatupto strong{
  font-size: 33px;
  color: #004A80;
  font-weight: 600;
  margin-top: 15px;
  display: block;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
}
.nyeoffer.flatupto strong sup{
  font-size: 11px;
  color: #666;
  top: -8px;
  margin-left: 3px;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: 500;
}
.nyeoffer.flatupto small{text-transform: uppercase;font-size: 11px;}
.codebox{
  display: inline-block;
  position: absolute;
  bottom: 4px;
  right: 4px;
  border: 1px dotted #c5c5c5;
  height: 24px;
  padding: 2px;
  line-height: 18px;
  text-align: center;
}
.codebox small{
  color: #888;
  display: block;
  float: left;
  padding-left: 3px;
  padding-right: 5px;
  text-transform: capitalize;
  border-right:1px solid #e5e5e5;
}
.codebox span{
  font-weight: 500;
  text-align: center;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 3px;
  text-transform: uppercase;
  float: right;
  color:#513824;
}
.nyeofferdec{font-size: 13px;line-height: 16px!important;color: rgba(0, 0, 0, 0.78);}
.nyeofferdec a{color: inherit;}
.nyeofferdec a:hover{color: #01BAF2;text-decoration: none;}
.nyeofferdec .nyeofferdecvenue{color: rgba(0, 0, 0, 0.50)!important;position: relative;padding-left: 12px;font-size: 13px;}
.nyeofferdec .nyeofferdecvenue::after{
  content: '|';
  position: absolute;
  left: 3px;
  top: 0;
  color: #ddd!important;
}
.offereventcity{
  position: absolute;
  bottom: 9px;
  left: 97px;
  line-height: 100%;
  font-size: 13px;
  display: inline-block;
  text-shadow: none;
  color: rgba(0, 0, 0, 0.50)!important;
}
.nyeoffer a,.neyearlybird a{color: inherit;text-decoration: none!important;}
.ancorcolor{color: rgba(0, 0, 0, 0.7)!important;text-decoration: none!important;}
@media(max-width: 1080px){
.nyeoffer{height: 62px;padding: 2px;padding-left: 69px;margin-bottom: 10px;}
.nyeinner{width: 64px;height: 60px;position: absolute;left: 0;top: 0;}
.nyeinner span{font-size: 11px;padding-bottom: 5px;}
.nyeinner strong sub,.nyeoffer.flatrupees strong sub{font-size: 11px;color: #fff;top: 13px;text-transform: capitalize;left: -2px;}
.nyeoffer.flatrupees strong,.nyeinner strong{font-size: 16px;white-space: nowrap;}
.nyeoffer.flatrupees strong sub{color: #513824;}
.nyeofferdec, .nyeofferdec .nyeofferdecvenue{font-size: 11px;color: rgba(0, 0, 0, 0.58)!important;line-height: 14px!important;letter-spacing: 0px;}
.nyeofferdec .nyeofferdecvenue::after{top: -1px;}
.offereventcity {bottom: 7px;left: 69px;font-size: 12px;color: rgba(0, 0, 0, 0.58)!important;}
.codebox span{font-size: 12px;color: #513824;}
}
/*--end--*/


/*------blog section--------*/
.blog_view_box{
  height: 240px;
  overflow: hidden;
  background-color: #f0f0f0;
  position: relative;
  margin: 1px 0;
  transition: 500ms linear;
}
.blog_view_box:after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(100, 100, 100, 0.15);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.blog_view_box img{min-width: 400px;width: 100%;transition: all 0.5s ease 0s;}
.blog_view_box:hover img{
  transition: all 0.5s ease 0s;
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.log_sort_dec{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 10px 20px;
  z-index: 5;
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0.8) 100%);
}
.log_sort_dec h2{
  font-size: 17px!important;
  font-weight: 400!important;
  text-transform: none!important;
  color: #ffffff;
  margin: 0!important;
  padding: 0!important;
  line-height: 130%!important;
}
.blog_author,.blog_date{
  font-size: 12px;
  font-weight: 600;
  color: #cccccc;
  line-height: 100%;
  margin-right: 20px;
  margin-top: 8px;
  margin-left: 2px;
  display:inline-block;
}
a.blog_view_box_link{
  text-decoration: none!important;
  color: inherit;
  display:block;
  width: 100%;
  height: 100%;
}
.blog_view_row{padding-left: 15px!important;padding-right: 15px!important;}
.blog_view{padding-left: 1px!important;padding-right: 1px!important;}
.blogsection{background-color: #ffffff;padding-top: 30px;padding-bottom: 30px;}
@media(max-width: 1080px){
.blog_view_row{padding-left: 5px!important;padding-right: 5px!important;}
}
/*--end blog section--*/




/*------app download section----------*/
.app_sec{background-color: #fff;padding-top: 10px;}
.app_sec_disc{
  height: 205px;
  background-image: url('../images/ge-mobile1.png');
  background-repeat: no-repeat;
  background-position: right 5px;
  background-size: 205px;
  padding-right: 270px;
}
.app_sec_disc h3{
  padding: 0;
  margin: 0;
  padding-top: 3px;
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #444!important;
}
.app_sec_h{font-size: 15px !important;font-weight: 400 !important;color: #444444!important;padding-top: 5px;}
.app_sec_disc p{color: #7f7f7f;line-height: 20px;}
.app_logo a{display: inline-block;width: 145px;height: 40px;margin-top: 10px;}
.app_logo a img{width: 100%; height: 100%}
.app_logo a:first-child{margin-right: 20px;}
@media only screen and (min-width : 768px) and (max-width : 1024px){
  .app_sec_disc{height: auto;}
  .app_sec_disc h3{padding-top: 0;font-size:15px !important;line-height: 22px;}
  .app_sec_h{font-size: 13px !important;line-height: 20px;padding-top: 5px;}
  .app_logo a{margin-top: 0;margin-bottom: 15px;}
}
@media(max-width: 768px){
  .app_sec{padding-bottom: 20px;}
  .app_sec_disc{height: auto;padding-right: 0;background-image: none;}
  .app_sec_disc h3{padding-top: 0;font-size:20px !important;line-height: 22px;}
  .app_sec_h{font-size: 13px !important;line-height: 20px;padding-top: 5px;}
  .app_sec_disc p{display: none;}
  .app_logo a:first-child{margin-right: 10px;}
}
/*--end--*/




/*--------------organizer carousel and popular section----------*/
.new_org_hover .viewallbtnsm{display: inline-block;border-radius:2px;margin-top: 16px!important;}
.org_carousel .owl-item img {display: inline-block!important;width: auto!important;}
.new_org_logo{
  height: 135px;
  box-sizing: border-box;
  padding: 10px 10px;
  padding-bottom: 40px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd;
  border-radius:2px;
  text-align:center;
}
.new_org_logo img{width: auto;max-width: 96%;max-height: 100%;}
.new_org_logo:before {content: '';display: inline-block;height: 100%;vertical-align: middle;}
.new_org_logo{display: block;overflow: hidden;position: relative;}
.new_org_name{
  display: block;
  height: 30px;
  line-height: 29px;
  border-top: 1px solid #ddd;
  background-color: rgba(100, 100, 100, 0.17);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 6px;
}
.new_org_logo_link{display: block;color: #666;}
.new_org_logo_link:hover{text-decoration: none;}
.c_popular_box{background-color: #fff;border: 1px solid #e7e7e7;border-radius: 2px;padding: 6px;}
.c_popular_box ul{padding: 0;margin: 0;list-style-type: none;}
.c_popular_box ul li{width: 25%;float: left;}
.c_popular_box ul li a{display: inline-block;padding: 4px 5px;font-size: 14px!important;color: #444;}
.c_popular_box ul li a:hover{color: #EF7F1A;text-decoration: none;}
@media(max-width: 768px){
  .c_popular_box ul li{width: 100%;float: none;}
  .c_popular_box ul li a{padding: 4px 4px;}
  .gray_background{padding-top: 15px;padding-bottom: 20px;}
}
/*--end--*/



/*----all page breadcrumb-----*/
.breadcrumb_sec{background-color: #E5E5E5;padding-top: 5px;padding-bottom: 5px;}
.breadcrumb_sec .breadcrumb{background-color: transparent!important;margin: 0;}
.breadcrumb_sec .breadcrumb > li{position: relative;padding-right: 14px;color: #7f7f7f;}
.breadcrumb_sec .breadcrumb > li a{color: inherit;}
.breadcrumb_sec .breadcrumb > li a:hover{color: #F86810;}
.breadcrumb_sec .breadcrumb li:before{
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  transform: rotate(45deg);
  padding: 0 0;
  position: absolute;
  right: 5px;
  top: 10px;
}
.breadcrumb_sec .breadcrumb li:last-child:before{content: none;}
/*--end breadcrumb--*/



/*--------tagline section on category page--------*/
.taglinesection {
  height: 320px;
  background-color: #074E86;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.taglinesection.categorypage{
  height: 140px;
  background-color: #074E86;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.taglinesection img{width: 100%;height: 100%;}
#carousel-example-generic .carousel-indicators{bottom: 1px!important;}
#carousel-example-generic .carousel-control{width: 7%!important;}
.taglineposition{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -55%);
  width: 100%;
  max-width: 850px;
  padding: 0 20px;
  text-align: center;
  color: #fff;
}
.taglinetext{
  font-size: 34px!important;
  margin: 0!important;
  padding: 0!important;
  color: #fff!important;
  font-weight: 600!important;
}
.subtaglinetext{
  font-size: 18px!important;
  margin: 0!important;
  padding-top: 15px!important;
  color: #e5e5e5!important;
  font-weight: 400!important;
  text-transform: none!important;
}
.abouttagline{
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 19px;
  color: #c0c0c0;
}
@media(max-width: 1080px){
.taglinetext{font-size: 18px!important;}
.subtaglinetext{font-size: 14px!important;}
}
/*--end--*/





/*-------Increase your Ticket Sales-------------*/
.increase_sale{
  width: 100%;
  max-width: 900px;
  margin:auto;
  padding: 30px;
  border-radius: 7px;
  background-image: linear-gradient(to bottom, #144e86, #144f87 43%, #17679b);
  text-align: center;
}
.increase_sale h2{
  padding: 0!important;
  margin:0px!important;
  margin-bottom: 6px!important;
  font-size: 30px!important;
  font-weight: 500!important;
  color: #ffffff!important;
  text-transform: none!important;
  line-height: 30px;
}
.increase_sale h3{
  padding: 0!important;
  margin:0px!important;
  font-size: 14px!important;
  font-weight: normal!important;
  color: #ffffff!important;
  margin-bottom: 40px!important;
  text-transform: none!important
}
.increase_sale input{
  height: 40px;
  border-radius: 4px!important;
  font-weight: 500!important;
  font-size: 16px!important;
  border:none!important;
}
.increase_sale textarea{
  border-radius: 4px!important;
  font-weight: 500!important;
  font-size: 16px!important;
  border:none!important;
  min-height: 80px;
  line-height: 18px;
  padding: 8px 10px!important;
}
.increase_sale .form-group{margin-bottom: 32px;}
.increase_sale .promote_event_btn{
  height: 48px;
  font-size: 18px;
  border: 1px solid transparent;
  min-width: 260px;
  box-shadow: none!important;
}
.increase_sale_sec{background-color:#e5e5e5;padding: 30px 0;}
.increase_sale .form_submit_section{
  padding:10px;
  border-radius:4px;
  background-color: rgba(255, 255, 255, 0.85);
  border: 2px solid green;
  margin-bottom: 20px;
  position: relative;
}
.form_submit_section h4{
  padding: 0;
  margin:0px;
  font-size: 22px;
  font-weight: bold;
  color: green;
  margin-bottom: 10px;
}
.form_submit_section p{
  padding:0px;
  margin:0px;
  font-size: 13px;
  color: #323232;
  line-height: 18px;
  opacity: 0.85;
}
.describe_city_sec_inner{
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  padding: 10px 15px;
  text-align: justify;
  line-height: 20px;
  color: #7a7a7a!important;
  font-weight: 400;
  margin-bottom: 20px;
}
@media(max-width: 1080px){
.increase_sale .form-group{margin-bottom: 15px;}
.increase_sale_sec{padding: 20px 0;}
.increase_sale{padding: 15px;padding-bottom: 24px;}
.increase_sale h2{font-size: 20px!important;}
.color_t{color: #F86810;}
.increase_sale h3{margin-bottom: 20px!important;}
.increase_sale .promote_event_btn{min-width: 100%;}
}
/*--end--*/





/*------Events Calendar---------*/
.dateselect_list{
  padding: 0;
  margin: 0;
  list-style-type:none;
  min-height: 46px;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.dateselect_list li{display: inline-block;margin-left: 2px; white-space: nowrap;}
.dateselect_list li .date_select_option{
  display: block;
  height: 30px;
  line-height: 28px;
  box-sizing: border-box;
  border:1px solid #dddddd;
  padding: 0 10px;
  text-align: center;
  background-color: #ffffff;
  color: #323232;
  font-size: 11px;
  font-weight: 500;
  border-radius: 18px;
  transition: 200ms ease-out;
  cursor: pointer;
}
.dateselect_list li .date_select_option:hover,
.dateselect_list li.active .date_select_option,
.dateselect_list li.active .date_select_option:hover{
  text-decoration: none;
  background-color: #F86810;
  border-color: #F86810;
  color: #ffffff;
  transition: 200ms ease-out;
}
.eventlist_view_box_footer{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 42px;
  background-color: #ffffff;
}
.eventlist_view_box_footer_inner{
  border-top: 1px solid #cccccc;
  height: 42px;
  padding-top: 13px;
  position: relative;
  display: block;
  text-align: center;
  color: #4285F4;
  background-color: #F0F0F0;
  text-decoration: none!important;
}
.eventlist_view_box_footer_inner i{
  width: 30px;
  height: 30px;
  border:2px solid #ffffff;
  background-color: #4285F4;
  border-radius: 50%;
  line-height: 26px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  box-sizing: border-box;
  left: 50%;
  margin-left: -15px;
  top: -15px;
}
*{box-sizing: border-box;}
.eventlist_view_section{
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 10px;
  background-color: #ffffff;
}
.eventlist_view_section .h_h3{color: #ffffff!important;}
.eventlist_view_section .h_h3_sub{color: #dddddd!important;padding-top: 2px!important;}
.eventlist_view_left,.eventlist_view_right{
  border: 2px solid #10376D;
  border-top: none;
  padding-top: 74px;
  padding-bottom: 50px;
  position: relative;
  height: 720px;
  overflow:hidden;
  box-sizing: border-box;
  border-radius: 2px;
}
.eventlist_view_right_inner{padding: 0 10px!important;}
.eventlist_view_box_head{
  background-color: #10376D;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding-left: 12px;
  padding-right: 12px;
}
.event_listing_table{width: 100%;background-color: #ffffff;}
.event_listing_table h2{
  padding: 0!important;
  margin: 0 0 2px 0!important;
  text-transform: none!important;
  font-size: 14px!important;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  color: #323232;
}
.event_listing_table h2 a{color: inherit;}
.event_listing_table tbody tr{border-top: 1px solid #eeeeee;}
.event_listing_table tbody tr td{padding: 12px 10px;vertical-align: top;}
.event_listing_table tbody tr td:nth-child(2){
  padding: 11px 10px;
  vertical-align: top;
  white-space: nowrap; 
  text-overflow:ellipsis; 
  overflow: hidden; 
  max-width:1px;
}
.event_listing_table tbody tr td.t_event_date{
  width: 70px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #323232;
  vertical-align: middle;
  line-height: 17px;
  text-transform: uppercase;
}
.event_listing_table tbody tr td.t_event_date span{display: block;font-size: 13px;font-weight: 400;}
.t_event_address{
  display: block;
  font-size: 12px;
  line-height: 18px!important;
  padding-top: 2px;
  padding-bottom: 1px;
}
.t_event_time{padding-right: 6px;color: #9c9c9c;}
.event_listing_table .t_event_price {
  display: block;
  white-space: nowrap;
  font-size: 14px!important;
  font-weight: 500;
  color: #b12704;
  text-transform: uppercase;
  }
.inline_price{
  white-space: nowrap;
  font-size: 14px!important;
  font-weight: 500;
  color: #b12704;
  text-transform: uppercase;
  line-height: 100%;;
  padding-right: 6px;
}
.l_ticket_type{
  border: 1px solid #eee;
  padding: 3px 2px 3px 5px;
  background-color: #F2F2F2;
  font-size: 12px;
  font-weight: 500;
  color: #7f7f7f;
  display: inline-block;
  line-height: 16px;
  margin-top: 6px;
  margin-right: 4px;
} 
.l_ticket_type .l_ticket_type_price{
  background-color: #c5c5c5;
  color: #ffffff;
  padding: 2px;
  border-radius: 1px 2px 2px 1px;
  position: relative;
  margin-left: 15px;
  white-space: nowrap;
  font-size: 12px!important;
}
.l_ticket_type .l_ticket_type_price::before{
  content: " ";
  position: absolute;
  top: 0;
  left: -9px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right:9px solid #c5c5c5;
}
.event_listing_table_full tr:hover h2 a{color: #1F6EB3;}
.t_event_month i.fa-calendar{
  color: #323232!important;
  font-size: 17px;
  margin-top: 4px;
  margin-bottom: 8px;
  opacity: 0.75;
}
.event_listing_table_full{width: 100%;background-color: #ffffff;}
.event_listing_table_full h2{
  padding: 0!important;
  margin: 0 0 2px 0!important;
  text-transform: none!important;
  font-size: 16px!important;
  font-weight: 500;
  color: #323232;
}
.event_listing_table_full tbody tr{border-top: 1px solid #e5e5e5;}
.event_listing_table_full tbody tr td{padding: 18px 7px;vertical-align: top;}
.event_listing_table_full h2 a{color: inherit;}
.event_listing_table_full tbody tr td.t_event_date{
  width: 70px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #323232;
  vertical-align: top;
  line-height: 16px;
  text-transform: uppercase;
}
.event_listing_table_full tbody tr td.t_event_date span.t_event_month{
  display: block;
  font-size: 13px;
  line-height: 100%;
  font-weight: 400;
}
td.t_event_image_col{width: 116px;}
.t_event_image {
  width: 116px;
  height: 70px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size:100% 100%;
  background-position: left top;
  border-radius: 3px;
}
.event_listing_table_full_parent{border: 1px solid #e5e5e5;}
.dateselect_list{background-color: #F2F2F2;padding-top: 8px;padding-left: 8px;}
.listing_event_like{font-size: 18px;margin-top: 15px;display: inline-block;}
.listing_event_like .fa-heart{
  color: red;
  animation-name: heartcolor;
  animation-duration: 800ms;
  transition: 500ms;
}
@keyframes heartcolor {
  from {
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  }
  to {
  font-size: inherit;
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  }
}
.topcontant_div{
  padding-bottom: 28px;
  padding-top: 20px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.topcontant_div_h{
  padding: 0 0 5px 0!important;
  margin: 0!important;
  font-size: 24px!important;
  font-weight: 500!important;
  color: #323232!important;
}
.topcontant_div_text{
  margin: 0;
  margin-top: 4px;
  line-height: 130%;
  color: #323232;
  opacity: 0.8;
}
.event_listing_table_full .t_event_time{display: none;}
@media(max-width: 1080px){
  td.t_event_image_col,.l_ticket_type{display: none;}
  .event_listing_table_full h2{font-size: 14px!important;}
  .event_listing_table_full .t_event_time{display: inline-block;}
  .eventlist_view_left,.eventlist_view_right{height: auto!important;}
  .topcontant_div{padding-top: 0;padding-bottom: 15px;}
  .topcontant_div_h{font-size: 16px!important;}
  .event_listing_table tbody tr td:nth-child(2){
    padding: 12px 10px!important;
    vertical-align: top;
    white-space: normal; 
    text-overflow:initial; 
    overflow: auto; 
    max-width: 100%;
  }
  .dateselect_list{padding-bottom: 8px;}
  .listing_event_like{margin-top: 10px;}
}
/*--end Events Calendar--*/




/* ----Browse page filter section-------- */
.filter_on_browse .list-inline{padding: 0!important;margin: 0!important;}
.filter_on_browse .list-inline li.filter_brow{padding: 0;}
.filter_on_browse .list-inline li.filter_brow a.common_li{padding: 5px 6px!important;line-height: 100%;color: #666;font-size: 14px;}
.filter_on_browse .list-inline li.filter_brow a.common_li i{padding-left: 3px;}
.filter_on_browse .list-inline li.filter_brow a.common_li:hover{
  background-color: #FAFAFA;
  text-decoration: none;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.filter_on_browse .list-inline li.filter_brow a.common_li:link{text-decoration: none;}
.filter_brow .dropdown-menu{background-color: #fafafa;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);top: 120%;}
.filter_on_browse .list-inline li.filter_brow.open a.common_li{
  background-color: #FAFAFA;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  padding: 5px 6px!important;
  -webkit-padding: 5px 6px!important;
}
.filter_browopen{
  background-color: #FAFAFA;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  padding: 5px 6px!important;
  -webkit-padding: 5px 6px!important;
}
.space_div_brow{padding-top: 4px;padding-bottom: 10px;}
h1.change_text{
  color: #666!important;
  font-size: 16px !important;
  font-weight: normal !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
  padding: 0;
  padding-top: 4px;
}
h1.change_text sup{
  font-weight: normal!important;
  font-size: 12px!important;
  display: inline-block;
  top: -8px;
  padding-left: 3px;
}
h1.change_text input[type="text"]{
  min-height: 25px;
  display: none;
  max-width: 180px;
  padding-left: 5px!important;
  padding-right: 5px!important;
}
h1.change_text input[type=text]:focus{border-color: #4285F4!important;}
h1.change_text .state-city{color: #4285F4;cursor: pointer;}
.filter_category{position: relative;cursor: pointer;}
.filter_category_box{
  width: 360px;
  min-height: 100px;
  position: absolute;
  top: 115%;
  right: 0;
  z-index: 1000;
  background-color: #FAFAFA;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  text-align: left;
  padding: 10px;
  border-radius: 3px;
  display: none;
}
.filter_category_box ul{padding: 0;}
.filter_category_box ul li{list-style-type: none;width: 50%;float: left;padding: 4px 0;}
.filter_category_box ul li label{display: block;}
.filter_category_box_footer{margin-top: 15px;}
.filter_category_box_footer button{background-color: transparent;border: none;font-size: 16px!important;color: #333;}
.filter_category_box_footer button:nth-child(2){color: #4285F4;float: right;}
.filter_count_b{
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #EF7F1A;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  margin-left: 3px;
}
.filter_select_on_browse ul{padding: 0!important;margin: 0!important;}
.filter_select_on_browse ul li{display: inline-block;padding-top: 0!important;margin-top: 0!important;margin-bottom: 0!important;}
.filter_select_on_browse ul li a{
  text-decoration: none!important;
  color: #666;
  font-size: 12px!important;
  display: block;
  height: 26px;
  line-height: 24px;
  padding: 0px 28px 0 10px!important;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: inset 0 0 10px #dddddd;
  position: relative;
}
.filter_select_on_browse ul li a span{
  font-weight: 500;
  position: absolute;
  right: 3px;
  top: 2px;
  display: block;
  background-color: #ccc;
  height: 20px;
  width: 20px;
  line-height: 18px;
  font-size: 15px;
  text-align:center;
  border-radius:50%;
}
.filter_select_on_browse ul li a:hover span{color:red;background-color: #ccc;}
@media(max-width: 768px){
  h1.featuredboxhead {
    color: #333 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    margin: 0 !important;
    padding: 3px 0;
    padding-left: 6px;
  }
  .filter_on_browse{float: none!important;text-align: left!important;margin-top: 6px;}
  .space_div_brow{background-color: #fff;margin-bottom: 10px;padding-top: 6px;padding-bottom: 6px;}
  .filter_select_on_browse{text-align: left!important;}
  .filter_category_box{
    width: 310px;
    min-height: 100px;
    position: absolute;
    top: 115%;
    right: 0;
    z-index: 1000;
    background-color: #FAFAFA;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-align: left;
    padding: 10px;
    border-radius: 3px;
    display: none;
  }
  .filter_category{
    position: relative;
    cursor: pointer;
    float: right;
  }
}
/*--end--*/



/* ----------------wrapper_container------------------ */
.wrapper_container{
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  background-color: #FFFFFF;
  border-radius: 2px;
  position: relative;
}
.wrapper_container_inner{padding: 30px;}
#backgroud_div{
  padding-bottom: 76px;
  padding-top: 2px;
  position: relative;
}
#image_source{max-width: 100%;}
.container_margin{
  position: relative;
  margin-top: -76px;
  margin-bottom: 10px;
}
.container_topimage{
  position: relative;
  margin-top: 15px!important;
  margin-bottom: 20px;
}
.order_main_box {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  margin-bottom: 10px;
  padding: 26px 10px 20px 10px;
}
.org_blur_sec{height: 160px;position: relative;background-color: #095086;}
.org_blur_sec .org_blur_sec_h{
  color: #fff;
  font-size: 34px!important;
  font-weight: 600!important;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 20px;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
@media(max-width: 1080px){
  .wrapper_container_inner{padding: 20px 10px;}
}
/* --End-- */




/* ---------iframe css custom------ */
.body_iframe{width: 100%;min-height: 500px;position: relative;}
.body_iframe .iframepoweredby{position: absolute;right: 15px;bottom: -45px;}
.body_iframe .org_blur_sec_h{display: none;}
.body_iframe .org_blur_sec{height: 40px;position: relative;background-color: #095086;}
.body_iframe .buynow.btn-block{width: 50%!important;margin: 10px auto;}
.body_iframe .container_margin{position: relative;margin-top: -40px;margin-bottom: 10px;}
.body_iframe #backgroud_div {padding-bottom: 40px;position: relative;}
.iframeorderdetails .org_blur_sec_h{display: none;}
.iframeorderdetails .org_blur_sec{height: 40px;position: relative;background-color: #095086;}
.iframeorderdetails .buynow.btn-block{width: 50%!important;margin: 10px auto;}
.iframeorderdetails .container_margin{position: relative;margin-top: -40px;margin-bottom: 10px;}
.iframeorderdetails #backgroud_div {padding-bottom: 40px;position: relative;}
/* --end iframe-- */




/* ---------------Ge Privacy Policy And Terms of Use--------------- */
.ge_priv_main{padding-left: 0;}
.ge_priv_main .ge_priv_main_li{
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin-bottom: 15px;
  display: block;
}
.ge_priv_main{ counter-reset: item; }
.ge_priv_main .ge_priv_main_li::before { content: counters(item,"")"."; counter-increment: item }
.ge_priv_sub{ counter-reset: item; }
.ge_priv_sub{padding-left: 18px;}
.ge_priv_sub .ge_priv_sub_li{
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 15px;
  line-height: 23px;
  text-align: justify;
  display: block
}
.ge_priv_sub .ge_priv_sub_li::before { content: counters(item, ".") " "; counter-increment: item }
.ge_priv_sub .ge_priv_sub_li .li_div{padding-left: 28px;margin-top: -23px;}
.ge_priv_sub .ge_priv_sub_li .li_div.li_div_after_9{padding-left: 36px;}
.ge_priv_sub_sub li{list-style-type: lower-roman!important;margin-bottom: 5px;}
.li_p{padding-left: 25px;}
.ge_priv_sub_custom{list-style-type: none;padding-left: 38px;}
.ge_privacy_m_h{
  color: #fff;
  font-size: 50px!important;
  font-weight: 700!important;
  letter-spacing: 0;
  padding: 0;
  margin: 0!important;
}
.publication_date{
  color: #999;
  font-weight: 500!important;
  padding-top: 55px;
  display: block;
}
.p_t_sec{background-color: #115599;padding-top: 74px;padding-bottom: 150px;}
.ge_priv_main_box{
  background-color: #fff;
  padding: 30px 40px 20px 30px;
  border-radius: 3px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  margin-bottom: 30px;
}
.order_div{padding-bottom: 6px;}
.terms_new{list-style-type: lower-alpha!important;padding-left: 25px;}
.terms_new li{padding-bottom: 6px;}
.ge_priv_sub_li_6{position: relative;padding-left: 40px;padding-bottom: 6px;}
.ge_priv_sub_li_6 span{position: absolute;left: 0;}
.li_6_sub_inner{position: relative;padding-left: 26px;padding-top: 6px;}
.li_6_sub_inner span{position: absolute;left: 0;}
.ge_priv_sub_li_6_sub{
  font-size: 14px;
  font-weight: normal;
  margin-top: 6px;
  margin-bottom: 10px;
  line-height: 23px;
  text-align: justify;
  color: #555;
}
@media(max-width: 1080px){
  .ge_priv_main .ge_priv_main_li{font-size: 14px;}
  .ge_priv_main_box{padding: 12px;}
  .ge_priv_sub{padding-left: 0;}
  .ge_priv_sub .ge_priv_sub_li{font-size: 13px;line-height: 20px;}
  .ge_priv_sub .ge_priv_sub_li .li_div{padding-left: 22px;margin-top: -20px;}
  .ge_priv_sub .ge_priv_sub_li .li_div.li_div_after_9{padding-left: 32px;}
  .ge_priv_sub_custom{list-style-type: none;padding-left: 34px;}
  .p_t_sec{background-color: #115599;padding-top: 30px;padding-bottom: 110px;}
  .searchbox,.searchfix{display: none!important;}
  .ge_header{display: none!important;}
  .mobile_open_section,.mobile_tagline{display: block!important}
  .mobilemt50{margin-top: 50px!important;}
  .mobiletopspace{margin-top: 58px;}
  .org_blur_sec .org_blur_sec_h{font-size: 26px!important;top: 10px;left: 50%;white-space: nowrap;}
  .org_blur_sec{height: 85px;}
  .container_margin{position: relative;margin-top: -36px;}
  #backgroud_div {padding-bottom: 36px;}
  #backgroud_div .BannerUpIcon{bottom: 17px;}
}
/* --end-- */



/*------------new pricing page----------*/
.pricing_main_box {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  margin-bottom: 30px;
  padding: 22px 40px 20px 40px;
}
.currenciessec,.pricingdetail_sec,.get_in_tuch{background-color: #ffffff;padding-top: 80px;padding-bottom: 80px;}
.currencies_box{
  width: 100%;
  max-width: 1000px;
  margin: auto;
  margin-top: 50px;
}
.get_in_tuch .createlink{width: 200px;display:inline-block;}
.get_in_tuch .csmqueryform{background-color:#0F4163;}
.get_in_tuch .csmqueryform h4{margin-bottom: 16px;}
.mor_reach_sec{background-color: #E7EBEC;padding-top: 100px;padding-bottom: 100px;}
.mor_reach{
  width: 100%;
  max-width: 600px;
  margin: auto;
  font-size: 15px;
  text-align: center;
  font-weight: 300;
}
.mor_reach h1{
  padding: 0!important;
  margin: 0!important;
  margin-bottom: 10px!important;
  font-size: 30px!important;
  font-weight: 400!important;
  color: #111111!important;
}
.mor_reach a{
  font-weight: 300;
  color: #F86810;
  padding-left: 7px;
  white-space: nowrap;
  text-decoration: underline;
  font-size: 15px;
}
.more_currencies{
  color: #2f4f79;
  padding-left: 5px;
  font-weight: 500;
  text-align: right;
}
.currencies_box ul{
  padding-left: 5px;
  margin: 0;
  list-style-type: none;
  color: #323232;
  margin-top: 25px;
  opacity: 0.55;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
}
.textdiv{line-height: 22px;margin-bottom: 25px;font-size: 15px;font-weight: 300;}
.pricingdetail_container{
  width: 100%;
  padding: 0;
  margin: 0;
  max-width: 1170px;
  margin: auto!important;
}
.pricingdetailbox{
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.10);
  background-color: #ffffff;
  border-radius:4px 4px 10px 10px;
  position: relative;
  overflow: hidden;
  padding: 53px 20px 20px 20px;
  min-height: 635px;
}
.dytpoints{padding: 0;margin: 0;list-style-type: none;}
.dytpoints li{
  padding: 9px 0 9px 26px;
  font-size: 13px;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: left 12px;
  background-size: 12px;
  text-decoration:line-through;
  color: #c5c5c5;
} 
.pricing_w_promotion .dytpoints li{
  background-image: url('https://drywyekkxvsd8.cloudfront.net/static/testapp/public/build/images/g-tick.svg');
  background-size: 14px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.75);
}
.dytpoints li:first-child{
  background-image: url('https://drywyekkxvsd8.cloudfront.net/static/testapp/public/build/images/g-tick.svg');
  background-size: 14px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.75);
}
.pricing_type{
  position: absolute;
  height: 50px;
  width: 100%;
  left: 0;
  top: 13px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.75);
  text-align: center;
}
.pricing_oneline{
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  line-height: 22px;
  color: #657884;
}
.pricing_oneline span{display: block;max-width: 320px;margin: auto;}
.createlink{
  display: block;
  border-radius: 5px;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  background-color:#22a7f0;
  color: #ffffff;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none!important;
  text-align: center;
}
.createlink:hover{text-decoration: none;background-color:#2399E5;color: #ffffff;text-decoration: none!important;}
.pricing_w_promotion .createlink{background-color:#3fb87f;}
.pricing_w_promotion .createlink:hover{background-color:#329265;text-decoration: none!important;}
.price_calc{
  font-size: 16px!important;
  color: #2f4f79;
  opacity: 0.9;
  font-weight: normal;
  position: relative;
  line-height: 100%;
  font-family: 'oswald-regular';
  line-height: 24px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.event_types{font-size: 11px;color: #F86810;font-weight: 500;text-align: center;}
.price_calc small{font-size: 16px;}
.price_calc span sub{
  font-size: 9px;
  opacity: 0.85;
  padding-left: 5px;
  font-weight: 400;
  line-height: 11px!important;
  font-family: 'Roboto', sans-serif;
  width: 20px;
  display: inline-block;
  vertical-align: top;
  bottom: 0px;
  text-align: left;
}
.Shared_p{font-size: 15px!important;}
.price_calc .Shared_p small {font-size: 15px!important;}
.price_calc .Shared_p sub{font-size: 8px!important;line-height: 7px!important;bottom: -4px;}
.share_inline{display:block; white-space: nowrap;font-size: 9px!important;}
.small_text{font-size: 10px!important;}
.price_explanation {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.78);
  margin-top: 5px;
}
.event_types {
  font-size: 11px;
  color: #F86810;
  font-weight: 500;
  text-align: center;
}
.currencies_pricing tbody tr td:last-child{text-align: right;}
.pricing_qcueryform{padding: 25px;}
.pricing_qcueryform .btn-primary{
  width: 130px;
  border-radius: 4px!important;
  margin-top: 15px;
  background-color:#2399E5!important;
  height: 40px!important;
  min-height: 40px!important;
}
.ge_feature_heading i{
  color: #F86810;
  margin-right: 8px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  box-shadow: inset 0 0 10px #F86810;
  box-sizing: border-box;
}
.Shared_p{font-size: 15px!important;}
.small_text{font-size: 10px!important;}
.mor_reach.need_help{max-width: 1100px;}
.mar_top{padding-top: 120px!important;}
.currencies_pricing{padding: 1px!important;padding-top: 0!important;background-color: rgba(0, 0, 0, 0.15);}
.currencies_pricing table{width: 100%;background-color: #fff;}
.currencies_pricing table thead{background-color: rgba(0, 0, 0, 0.15);color:rgba(0, 0, 0, 0.75);}
.currencies_pricing table thead tr th{
  line-height: 100%;
  padding: 2px 15px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.currencies_pricing table thead tr th:last-child{border-right: none;}
.currencies_pricing table thead tr th:first-child{text-align: left;}
.currencies_pricing table tbody tr td:first-child{text-align: left;}
.currencies_pricing table thead tr th:first-child span{padding-left: 7px;}
.currencies_pricing table thead tr th span{
  display: block;
  font-size: 12px;
  color: #eee;
  line-height: 100%;
  margin-top: 4px;
}
.currencies_pricing table tbody tr td{
  padding: 5px 15px;
  font-weight: 400;
  color:#282c35;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  border-bottom: 1px solid #e5e5e5!important;
}
.currencies_pricing table tbody tr:last-child td{border-bottom: none!important;}
.currencies_pricing table tbody tr:nth-child(even) td{background-color: #fafafa;}
@media(max-width: 1080px){
  .pricing_main_box{padding: 10px;}
  .currenciessec,.pricingdetail_sec{padding-top: 20px;padding-bottom: 20px;}
  .pricingdetail_sec .container-fluid {padding-left: 0;padding-right:0px;}
  .pricingdetailbox:first-child{margin-bottom: 15px;}
  .pricingdetailbox{padding: 10px;padding-top: 45px;}
  .mor_reach h1 {margin-bottom: 0 !important;font-size: 24px !important;}
  .mor_reach_sec {padding-top: 50px;padding-bottom: 50px;}
  .more_currencies{font-size: 11px;}
  .currencies_box ul{margin-top: 5px;}
  .pricing_type{font-size: 16px;}
  .pricing_sectop{height: 110px;}
  .price_calc{margin-top: 30px; padding-right: 0!important;overflow: hidden;}
  .mar_top{padding-top: 0!important;}
  .currenciessec,.pricingdetail_sec,.get_in_tuch{padding-top: 40px;padding-bottom: 40px;}
}
/*--end--*/




/*------------marketing plan section--------------*/
.marketingtop_sec{
  height: 160px;
  background-image: linear-gradient(107deg, #0e3262, #0f4363);
  text-align: center;
  position: relative;
}
.marketingtop{
  width: 100%;
  max-width: 900px;
  padding-left: 10px;
  padding-right: 10px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%,  -50%);
}
.marketing_title_h{
  font-size: 30px!important;
  color: #ffffff;
  font-weight: 400!important;
  padding: 0;
  line-height: 34px;
  margin:0px;
  margin-top: 20px!important;
}
.marketing_main_heading{
  font-size: 28px!important;
  font-weight: 400!important;
  padding: 0!important;
  margin:0px!important;
  text-transform: none!important;
  position: relative;
  line-height: 100%!important;
  display: inline-block;
  color: #323232!important;
}
.blinckbtn{
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 300ms infinite;
  -moz-animation: glowing 300ms infinite;
  -o-animation: glowing 300ms infinite;
  animation: glowing 300ms infinite;
}
.blinckbtn:hover{animation:none;}
@-webkit-keyframes glowing {
  0% {transform: rotate(0deg);}
  50% {transform: rotate(3deg);}
  100% {transform: rotate(0deg);}
}
@-moz-keyframes glowing {
  0% {transform: rotate(0deg);}
  50% {transform: rotate(3deg);}
  100% {transform: rotate(0deg);}
}
@keyframes glowing {
  0% {transform: rotate(0deg);}
  50% {transform: rotate(3deg);}
  100% {transform: rotate(0deg);}
}
.loginforplan{
  height: 44px;
  border:2px solid #DE5F23;
  font-size: 16px;
  margin-top: 50px;
  width: 250px;
  text-transform: none!important;
}
.loginforplan i{
  font-size: 18px!important;
  font-weight: bold!important;
  padding-right: 12px;
}
.marketingtop .marketing_main_heading{margin-bottom: 20px!important;}
.marketing_sub_heading{
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #323232;
  margin: auto;
  line-height: 26px;
  margin-top: 10px;
  margin-bottom: 30px;
  max-width: 800px;
}
.marketing_main_heading.h_w,.marketing_sub_heading.h_w{color: #eeeeee!important;}
.select_e_box{
  position: relative;
  max-width: 700px;
  margin: auto;
}
.select_e_name{
  position: absolute;
  left: 18px;
  top: 15px;
  line-height: 100%;
  font-size: 17px!important;
  font-weight: bold;
  color: #323232;
}
.select_e_box select{
  height: 48px!important;
  padding-left: 70px!important;
  padding-right: 40px!important;
  border-radius: 37px!important;
  color: #323232!important; 
  background-color: #ffffff!important;
  border:none!important;
  outline: none!important;
  font-size: 16px!important;
}
.select_e_box select, .select_e_box select.form-control {
  -webkit-background-size: 12px 12px;
  background-size: 26px;
  background-position: calc(100% - 12px) center;
}
.choose_plan_sec{padding: 30px 30px 50px 30px;background-color:#ffffff;}
.planbox{
  box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  border-radius:20px;
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
  margin-top: 50px;
  transition: 200ms;
  min-height: 745px;
  border-top: 1px solid #e5e5e5;
}
.Customplanbox{padding-bottom: 140px;}
.planbox_inner{padding: 0 20px;}
.planbox_top{padding: 8px 20px 25px 20px;border-bottom: 1px solid #e5e5e5;text-align: center;}
.promotion_oneliner {
  max-width: 300px;
  margin: auto;
  line-height: 130%;
  color: #2f4f79;
  opacity: .8;
}
.plan_table{width: 100%;}
.plan_table tr td{
  padding: 8px;
  color: #657884;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  vertical-align: top;
}
.plan_table tr td.td_price{width: 70px;font-weight: normal;}
.plan_table tr td.td_price i{margin-right: 4px;font-size: 14px;}
.palan_qt_select{text-align: center;}
.palan_qt_select select{
  width: 52px;
  height: 23px;
  padding: 0 5px!important;
  font-size: 13px;
  line-height: 23px;
  border-radius:4px;
  box-sizing:border-box;
  background-color:#f5f5f5;
  background-size: 15px;
  background-position: calc(100% - 4px) center;
}
.palan_qt_select select.disabled{opacity: 0.2;pointer-events:none;}
.plan_table tr td:first-child{width: 160px;}
.plan_table tr td label.checkdesign{font-weight: 500!important;font-size: 16px!important;}
.plan_table tr td label.checkdesign span.checkboxcheck{top: 3px!important;}
.planbox .promote_event_btn{
  width: 80%;
  height: 42px;
  line-height: 38px;
  font-size: 18px;
  font-weight: 500;
  box-shadow: none!important;
  border:2px solid #F86810;
  display:block;
  margin: auto;
  color: #ffffff;
  background-color: rgba(248, 104,16,0.82);
  transition: 300ms;
}
.planbox .promote_event_btn:hover{background-color: rgba(248, 104,16,1);transition: 300ms;}
.plan_total_box{
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 25px;
  padding: 0 20px;
}
.plan_total_price{
  color: #2f4f79;
  opacity: 0.9;
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
  padding: 4px 0;
  letter-spacing: 0;
  font-family: 'oswald-regular';
}
.plan_total_price sub{font-size: 16px;font-weight: 500;bottom: 1px;}
.plan_total_price i{margin-right: 4px;font-size: 32px;}
.plan_total_price.price_cut{text-decoration:line-through;opacity: 0.45;}
.plan_total_price.offer_price{font-size: 28px;font-weight: 500;}
.plan_total_price.offer_price sub{font-size: 18px;}
.plan_total_price.offer_price i{font-size: 24px;}
.save_price{font-size: 16px;color: green;padding-left: 5px;}
.save_price i{font-size: 14px!important;margin-right: 2px!important;}
.marketing_plan_tab_box{background-color:#F0EEE9;padding: 0 0!important;}
.marketing_plan_tab{box-sizing: border-box;padding: 0 40px;}
.marketing_plan_list{padding: 0;margin:0px;list-style-type: none;}
.marketing_plan_list li{float: left;}
.marketing_plan_list li a{
  font-size: 16px;
  font-weight: bold;
  color: #323232;
  display:block;
  padding: 0 12px;
  text-decoration: none!important;
  position: relative;
  height: 56px;
  line-height: 56px;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 3px solid transparent;
  box-sizing: border-box;
}
.marketing_plan_list li a.active,
.marketing_plan_list li.active a{color: #F86810;border-bottom-color: #F86810;}
.marketing_plan_section{padding: 50px 30px;margin-bottom: 20px; border-radius:2px;}
.plan_content_box{height: 260px;position: relative;}
.plan_text{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10px 30px;
}
.content_box_img{background-repeat: no-repeat;background-size: 100% 100%;}
.marketing_plan_sec{padding: 50px 30px 20px 30px;background-color:#ffffff;}
.box1bgcolor{background-color: #e7ebec;}
.box2bgcolor{background-color: #eae8e1;}
.whitebackground{background-color:#ffffff;}
.plan_text_h{
  padding: 0 0 8px 0!important;
  margin: 0 0 15px 0!important;
  font-size: 30px!important;
  color: #0a192e!important;
  text-transform: none!important;
  position: relative;
}
.plan_text_h:after{
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background-color:#F86810;
  left: 2px;
  border-radius: 2px;
  bottom: 0;
}
.plan_text p{color: #323232;font-size: 16px;line-height: 20px;}
.plan_text ul{
  margin: 0;
  padding-left: 20px;
  color: #323232;
  font-size: 16px;
  line-height: 20px;
}
.plan_text ul li{margin-bottom: 8px;}
.wheelCarousel{
  width: 100%;
  max-width: 540px;
  height: 260px;
  position: relative;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wheelCarousel>div.wwkt>div:nth-child(2) {
  position: absolute;
  top: 0;
  width: 100%;
  height: inherit;
  display: table;
  background-color: #0a3b52;
  border-radius: 5px;
}
.wheelCarousel>div.wwkt>div:last-child {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
}
.wheelCarousel > div.wwkt > div:first-child {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
.wheelCarousel .wwkt{
  display: inline-block;
  cursor: pointer;
  background: #f0f0f0;
  color: #666;
  width: 73%;
  border: 2px solid #ffffff;
  vertical-align: middle;
  overflow: hidden;
}
.wheelCarousel .wwkt img{
  max-width: 100%;
  vertical-align: middle;
  opacity: 0.35;
  min-height: 170px;
}
.wwkt.carousel-center img{
  width: 100%;
  height: 100%;
  vertical-align: middle;
  opacity: 1;
}
.wheelCarousel .wwkt.carousel-center{
  background: #ffffff;
  color: #fff;
  box-sizing: border-box;
  display: block;
  width: 75%;
}
.wheelCarouselBox .nav_button{
  display:block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius:50%;
  background-color:#ffffff;
  font-size: 25px;
  color: #c2c2c2;
  text-decoration: none!important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
  position: absolute;
  z-index: 100;
}
.wheelCarouselBox .nav_button:hover{color: #666666;text-decoration: none!important;}
.wheelCarouselBox .nav_button.prev_button{left: 0;top: 50%;margin-top: -18px;}
.wheelCarouselBox .nav_button.next_button{right: 0;top: 50%;margin-top: -18px;}
.wheelCarouselBox{padding: 0 15px;position: relative;}
.bigwheelCarousel .plan_content_box,
.bigwheelCarousel .wheelCarousel,
.bigwheelCarousel .wheelCarousel .wwkt{
  height: 380px;
  max-height: 380px;
  position: relative;
}
.bigwheelCarousel .plan_content_box img{width: 100%;height: 100%!important;}
.plan_faq_sec{background-color: #FBFCFC;padding: 80px 30px;}
.plan_faq_sec .marketing_main_heading{padding-left: 0!important;}
.planqtbox{
  background-image: url(https://drywyekkxvsd8.cloudfront.net/static/testapp/public/build/images/marketing-plan/character.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 200px;
  padding-left: 250px;
  min-height: 280px;
}
.faqbox{border-bottom: 1px solid #eeeeee;padding: 15px 0 10px 0;}
.headingbox .marketing_main_heading{font-size: 38px!important;padding-bottom: 70px!important;}
.faqbox .userquestion{
  display:block;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: #323232;
  cursor: pointer;
  position: relative;
  padding-right: 25px;
  padding-bottom: 7px;
}
.faqbox .userquestion.active{color: #4682EA;}
.faqbox .userquestion i{
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 20px;
  font-weight: bold;
  color: inherit;
  margin-top: -14px;
}
.ouranswer{
  color: #323232;
  font-size: 13px;
  line-height: 18px;
  opacity: 0.8;
}
.plan_total_price_top{
  font-size: 40px!important;
  color: #2f4f79;
  opacity: 0.9;
  font-weight: 400;
  position: relative;
  display:inline-block;
  line-height: 100%;
  padding-left: 17px;
  margin-top: 20px;
  margin-bottom: 4px;
}
.plan_total_price_top span{font-family: 'oswald-regular';}
.plan_total_price_top small{
  display:inline-block;
  font-size: 14px;
  width: 45px;
  flex-wrap: wrap;
  opacity: 0.7;
  padding-left: 5px;
  text-align: left;
  line-height: 100%;
}
.plan_total_price_top i{
  font-size: 24px;
  font-weight: 300;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 10px;
}
.planbtnbox_cart .promote_event_btn{position: relative;margin-top: 10px;}
.planbtnbox_cart .promote_event_btn span{
  display:block;
  width: 36px;
  height: 34px;
  line-height: 26px;
  padding: 4px;
  background-color: #2F3841;
  border-radius: 3px;
  overflow: hidden;
  position: absolute;
  left: 2px;
  top: 2px;
}
.planbtnbox_cart .promote_event_btn span img{width: 96%;}
.Includes{
  color: rgba(69,71,80,.35);
  font-size: 20px;
  font-weight: bold;
  display:block;
  padding: 5px 0 0 5px;
}
.planbox_heading{
  color: #6583ef;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 4px;
}
.planbox.ultimate{
  position: relative;
  margin-top: 20px;
  min-height: 775px;
}
.ultimateplan{
  background-color: #0F4063;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.speakperson{
  background-color: #00A63F;
  min-height: 90px;
  position: relative;
}
.speakperson h6{
  padding: 0;
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  line-height: 90px;
  text-align: center;
}
.marketing_title_h ~ .marketing_sub_heading{
  color: #e2e2e2!important;
  font-size: 15px!important;
  line-height: 22px!important;
}
@media(max-width: 1080px){
  .btn_normal{cursor: pointer;}
  .planqtbox{background-image: none;padding-left: 0;min-height: auto;}
  .plan_faq_sec{padding: 30px 0;}
  .faqbox:last-child{border-bottom: none;}
  .marketing_title_h{font-size: 15px!important;line-height: 20px;margin-top: 0!important;font-weight: 500!important;}
  .marketing_title_h ~ .marketing_sub_heading{font-size: 11px!important;line-height: 16px!important;margin-bottom: 5px!important;}
  .plan_text p,.plan_text ul{font-size: 13px;line-height: 18px;}
  .bigwheelCarousel .plan_content_box.content_box_img,
  .bigwheelCarousel .wheelCarousel,
  .bigwheelCarousel .wheelCarousel .wwkt{height: 270px;max-height: 270px;}
  .bigwheelCarousel .plan_content_box{height: 180px;max-height: 180px;}
  .marketing_main_heading,.headingbox .marketing_main_heading{font-size: 20px!important;}
  .promote_event_btn.loginforplan{margin: auto;margin-top: 40px;}
  .select_e_box select{height: 40px!important;padding-left: 60px!important;font-size: 13px!important;}
  .select_e_name {top: 12px;font-size: 14px !important;}
  .marketing_plan_sec{padding: 10px 0;}
  .marketing_plan_section {padding: 10px;margin-bottom: 15px;}
  .plan_content_box{height: auto;}
  .plan_content_box.content_box_img{height: 170px;}
  .plan_text{
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    padding: 10px;
  }
  .plan_text_h{font-size: 20px!important;margin-top: 10px!important;}
  .marketingtop_sec{height: 110px;}
  .choose_plan_sec{padding: 20px 0;}
  .planbox_inner{padding: 0 6px;}
  .planbox_top{padding: 0 0 20px 0;}
  .planbox_heading{padding-bottom: 0;padding-top: 5px;}
  .planbox{min-height: auto;margin-top: 15px;border-top: 1px solid #dddddd;}
  .plan_total_box{padding: 10px 0;}
  .plan_total_price_top{margin-top: 15px; margin-bottom: 3px;}
  .planbox.ultimate{min-height: auto;}
  .Includes {padding: 5px 0 0 10px;}
  .planbox{padding-bottom: 185px;}
  .plan_table tr td.td_price{white-space: nowrap;}
}
@media(max-width: 768px){
  .speakperson h6{font-size: 16px;line-height: 22px;padding: 15px 10px 0 10px;}
  .speakperson h6 span{display:block;font-size: 20px;padding-bottom: 6px;}
  .planbox{padding-bottom: 185px;}
}
/*--end--*/




/*------holi landing page----------*/
.interested_Buyers,.show_city,.holi_event_box,
.pricing_planing,.hl_promotion,
.hl_con_sec,.hl_partners_sec{padding: 65px 55px;}
.h_top_img{
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 80%, #ffffff);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 80%, #ffffff);
}
.h_top_img_inner{width: 100%;height: 450px;position: relative;}
.images_pos{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
  -moz-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  -o-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
}
.images_pos img{width: 100%;max-width: 600px;min-width: 280px;}
.start_sell_box{
  width: 100%;
  max-width: 900px;
  margin: auto;
  margin-top: -50px;
  border-radius: 8px;
  box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  padding: 24px;
  text-align: center;
}
.main_heading_tag{
  font-size: 28px!important;
  font-weight: bold!important;
  color: #641b53!important;
  padding: 0!important;
  margin: 0!important;
  text-transform: none!important;
}
.start_sell_box p,.contact_t_box{font-size: 14px;color: #848484;}
.start_sell_box p strong{font-weight: 500;color: #641b53;}
.strat_btn,.strat_btn:hover{
  width: 255px;
  display:block;
  padding: 0;
  height: 45px;
  line-height: 43px;
  font-size: 20px;
  color: #ffffff;
  padding: 0!important;
  text-transform: uppercase!important;
  margin: auto;
  margin-top:40px;
  margin-bottom: 10px;
  background-color: #ED4771;
  border: 1px solid transparent;
  border-radius: 2px;
  text-decoration: none!important;
}
.contact_t_box a,.contact_t_box a:hover{
  font-size: 14px;
  color: #641b53;
  text-decoration: underline;
  display: inline-block;
  margin-left: 5px;
}
.bgcolor_hl{background-color:#fafafa;padding-bottom: 30px;}
.interested_Buyers{text-align: center;background-color:#fafafa;}
.hl_buyers_card{
  border-radius: 22px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #f7f5f5;
  background-color: #ffffff;
  padding: 20px;
  width: 100%;
  margin-top: 10px;
  min-height: 130px;
  position: relative;
}
.hl_buyers_card_t{
  position: absolute;
  min-width: 100%;
  padding: 0 24px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 22px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.78);
  text-align: left;
}
.y_tag_imag{
  display: block;
  width: 90px;
  height: 90px;
  position: absolute;
  border-radius: 50%;
  background-size: cover;
}
.hl_buyers_card_img .hl_buyers_card_t{padding-left: 130px;}
.show_city{background-color: #ffffff;text-align: center;}
.show_city img{width: 100%;max-width: 860px;margin-bottom: 10px;}
.text_color_p{font-size: 13px!important;line-height: 20px;color: rgba(0, 0, 0, 0.78)!important;}
.search_div{height: 450px;background-repeat: no-repeat;background-size: 100% 100%;position: relative;}
.div_heading_b{
  font-size: 28px;
  font-weight: bold;
  color: #4b4b4b;
  text-transform: none;
  max-width: 600px;
  background-color: #FAFAFA;
  padding: 13px 24px;
  height: 100px;
  line-height: 34px;
  text-align: center;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -300px;
}
.main_heading_tag{
  font-size: 28px!important;
  font-weight: bold!important;
  color: #641b53!important;
  padding: 0!important;
  margin: 0!important;
  text-transform: none!important;
}
.hl_info_box_h {font-size: 24px;font-weight: bold;color: #383838;padding: 10px 0;margin: 0;}
.hl_info_box{min-height: 185px;margin-bottom: 10px;}
.hl_info_box p{line-height: 18px;}
.hl_info_box img{width:50px;}
.cont_space{margin-top: 15px;padding: 85px;}
.hl_info_sec{background-color: #FAFAFA;}
.hl_partners_sec{text-align: center;background-color: #ffffff;}
.event_card_L{
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.32);
  background-color: #ffffff;
  margin-top: 15px;
  text-align: left;
}
.event_card_L_img{width: 100%;height: 200px;}
.event_card_L_img img{width: 100%;height: 100%;}
.event_card_L_text{padding: 15px;}
.event_card_L_text h3{
  font-size: 18px!important;
  padding: 0!important;
  margin: 0 0 10px 0!important;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.78)!important;
}
.date_time_L,.text_color_p{
  font-size: 13px!important;
  color: rgba(0, 0, 0, 0.78)!important;
  line-height: 20px;
  margin-top: 3px;
}
.view_all_L{
  font-size: 15px;
  text-decoration: underline;
  display: inline-block;
  margin-top: 10px;
  color: #f87710;
}
.holi_event_box{text-align: center;background-color: #fffce6;}
.imag_bg_h{background-repeat: no-repeat;background-size: cover;}
.chang_c .main_heading_tag, .chang_c .text_color_p,.chang_c .view_all_L{color: #ffffff!important;text-shadow: 0 3px 6px rgba(0, 0, 0, 0.73);}
.pricing_planing,.hl_con_sec{background-color: #ffffff;}
.hl_promotion .planbox{min-height: 655px!important;margin-top: 10px!important;}
.hl_promotion{background-color: #FAFAFA;}
.cont_bg_hl{border-radius: 4px;border: solid 1px #e5e5e5;background-color: #fafafa;padding: 40px;}
.heading_with_one_l{padding-bottom: 20px;}
.inc_submit_form{
  width: 200px;
  height: 44px;
  border-radius: 4px;
  border:1px solid transparent;
  background-color:#F9833B;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: normal;
  margin-top: 15px;
}
.add_b{
  color: rgba(0, 0, 0, 0.5);
  margin-top: 8px;
  font-size: 13px;
  position: relative;
  line-height: 120%;
  padding-left: 28px;
}
.add_b img{position: absolute;left: 0;top: 2px;width: 18px;}
.Partners_logo{background: #fff;text-align:center;height: 80px;}
.Partners_logo img{
  width: auto;
  max-width: 96%;
  max-height: 100%;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Partners_logo:before {content: '';display: inline-block;height: 100%;vertical-align: middle;}
.Partners_logo_listing{padding: 0;margin: 0;margin-top: 15px;list-style-type: none;}
.Partners_logo_listing li{float: left;width: 12.5%;box-sizing: border-box;padding: 5px;}
.city_img_b{padding-top: 50px;}
.city_img_b img{width: 100%;max-width: 900px;margin-bottom: 10px;}
.cont_form_landing{
  background-color: rgba(16, 55, 109, 0.78);
  max-width: 600px;
  margin: auto;
  padding: 24px;
  border-radius: 2px;
  box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.32);
}
.cont_form_landing h4{font-size: 22px;color: #ffffff;padding: 0;margin: 5px 0 25px 0;}
.cont_form_landing .csmqueryform_input{margin-bottom: 18px;}
.cont_form_landing .csmqueryform_input input{
  border-radius: 3px!important;
  border:none!important;
  box-shadow:none!important;
  height: 45px;
}
.cont_form_landing .csmqueryform_input textarea{border-radius: 3px!important;border:none!important;box-shadow:none!important;}
.submitbtn{
  width: 180px;
  height: 44px;
  background-color: #F86810;
  border-radius: 4px;
  border:1px solid #F86810;
  font-size: 16px;
  text-transform: uppercase!important;
  color: #ffffff;
  box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.32)!important;
}
.hl_con_sec{background-repeat: repeat-x;background-position: center center;}
@media(max-width: 768px){
  .h_top_img_inner,.search_div{height: 200px;}
  .main_heading_tag{font-size: 20px!important;margin-bottom: 5px!important;}
  .start_sell_box{padding: 15px 10px}
  .interested_Buyers,.show_city,.holi_event_box,.pricing_planing,.hl_promotion,.hl_con_sec,.hl_partners_sec{padding: 30px 0;}
  .heading_with_one_l{padding-bottom: 5px;}
  .cont_bg_hl{padding: 15px;}
  .cont_space{padding: 15px 15px;}
  .hl_info_box{min-height: auto;margin-top: 25px;}
  .div_heading_b {font-size: 20px;height: 80px;max-width: 340px;line-height: 24px;padding: 10px;margin-left: -170px;}
  .Partners_logo_listing li{width: 50%;margin-bottom: 15px; }
  .inc_submit_form{display:block;width: 100%;}
  .images_pos{-webkit-transform: translate(-50%, -82%);transform: translate(-50%, -82%);}
  .heading_with_one_l{text-align: center;padding-bottom: 15px;}
  .strat_btn,.strat_btn:hover{margin-top:25px;}
}
/*--end--*/




/*-----------------CSM landing Page--------------*/
.csm_top_sec{
  background:#666 url('../images/csm-top-bg.jpg');
  background-size: 100% ;
  position: relative;
}
.csm_top_layer{
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.csmqueryform{
  background-color: rgba(0, 0, 0, 0.4);
  padding: 15px;
  border-radius: 1px;
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
}
.csmqueryform h4{
  padding: 0;
  margin: 0;
  font-size: 17px!important;
  color: #f5f5f5;
  font-weight: 500;
  padding-bottom: 10px;
  text-align: center;
}
.csmqueryform_input{margin-bottom: 13px;position: relative;}
.csmqueryform_input span{
  position: absolute;
  left: 9px;
  top: 9px;
  color: #ccc;
  font-size: 16px;
  background-color: #ffffff;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.csmqueryform_input input[type="text"],
.csmqueryform_input input[type="email"],
.csmqueryform_input input[type="tel"]{
  padding-left: 36px!important;
}
.pmp_m_head{
  color: #ffffff;
  font-weight: 500!important;
  padding: 0;
  margin: 0;
  padding-top: 5px;
  font-size: 36px !important;
  text-shadow: 1px 1px 1px #666;
}
.pmp_m_head small{color: #EF7F1A;text-shadow: 0 0 1px #666;}
.pmplogo_sec{padding: 10px;}
.pmplogo img{max-width: 100%;max-width: 100%;}
.rating-star span{color: #fff;font-size: 15px;display: inline-block;margin-left: 7px;}
.rating-star i{color: #EF7F1A; font-size: 18px;}
.enrolled_students{color: #fff;font-size: 15px;}
.share_link_click{
  width: 100%;
  height: 36px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  line-height: 36px;
  color: #fff;
  font-size: 15px;
  padding-left: 6px;
  padding-right: 6px;
  cursor: default;
  box-shadow:  0 0 1px #353535;
  position: relative;
}
.share_link_click i{
  font-size: 16px;
  width: 20px;
  text-align: center;
  color:#EF7F1A;
}
.csm_share_link{
  padding: 4px 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.99);
  list-style-type: none;
  border-top: none;
  border-radius: 1px;
  position: absolute;
  left: 0;
  top: 36px;
  width: 100%;
  z-index: 1050;
  display: none;
}
.csm_share_link li a{
  display: block;
  line-height: 32px!important;
  padding-left: 10px;
  padding-right: 10px;
  color: #9f9f9f;
  text-transform: capitalize;
}
.csm_share_link li a:hover{color: #EF7F1A;text-decoration: none;}
.csm_imp_point{
  list-style-type: square;
  padding-left: 0;
  margin-top: 60px!important;
  font-size: 14px;
  color: #F2F2F2;
}
.csm_imp_point li{margin-bottom: 4px;}
.csm_l_h{padding: 0;margin: 0;font-weight: 500;text-transform: uppercase;}
.csm_l_m_h{
  text-transform: uppercase;
  font-size: 20px!important;
  margin: 0!important;
  margin-bottom: 20px!important;
  padding-bottom: 7px!important;
  text-align: center;
  line-height: 100%;
  color: #074E86;
  position: relative;
  display: inline-block;
}
.csm_l_m_h::after{
  content: '';
  border: 1px solid #EF7F1A;
  position: absolute;
  left: 15%;
  bottom: -4px;
  width: 70%;
}
.csm_l_m_h small{font-size: 18px; color: #444;}
.csm_l_m_h.white{color: #fff;}
.small_h_l{
  padding: 0;
  padding-bottom: 5px;
  margin: 0;
  margin-top: 5px;
  font-size: 17px;
  color: #414141;
  font-weight: 500;
}
.sect_space{padding-top: 80px;padding-bottom: 80px;}
.sect_space.toppad{padding-top: 60px!important;    padding-bottom: 30px;}
.traning_location{background-color:#E7E7E7;border-bottom: 1px solid #E5E5E5;box-shadow: 0 -2px 2px #666;}
.all_traning_location{position: relative;}
.all_cities{
  padding: 7px;
  color: #fff;
  line-height: 100%;
  background-color: #427fed;
  font-size: 13px;
  border-radius: 1px;
  font-weight: 500;
  box-shadow: none;
  position: absolute;
  right: 15px;
  top: 10px;
}
.all_cities:hover{background-color:#2D6EE4;text-decoration: none;color: #fff;}
.traning_cities{
  padding: 0;
  margin: 0;
  height: 48px;
  margin-right: 65px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.traning_cities li{display: inline-block;list-style-type: none;position: relative;}
.traning_cities li::before {
  border: 0 none;
  color: #ccc;
  content: "|";
  float: left;
  left: -3px;
  position: absolute;
  top: 11px;
}
.traning_cities li a{
  display: inline-block;
  padding: 3px 10px;
  color: #444;
  font-size: 15px;
  margin: 7px 4px;
  text-transform: capitalize;
  font-weight: 500;
}
.traning_cities li a:hover,.traning_cities li.active a{color: #EF7320;text-decoration: none;}
.description_inner .nav-tabs li a{
  background-color: #fff!important;
  border-radius: 1px!important;
  line-height: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0;
  width: 174px;
  padding: 8px 10px!important;
  text-transform: capitalize;
  border: 1px solid #eee!important;
}
.description_inner .nav-tabs li:first-child a{width: 80px;}
.description_inner .nav-tabs li a i{
  color: #EF7F1A;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 700;
}
.description_inner .nav-tabs li a,.description_inner .nav-tabs li a:focus{
  font-weight: 500;
  font-size: 14px;
  box-shadow: none;
}
.description_inner .nav-tabs li a:hover,.description_inner .nav-tabs li.active a{
  border: medium none;
  box-shadow:none;
  color: #fff!important;
  background-color: #074E86!important;
  border: 1px solid  #074E86!important;
  box-shadow: none!important;
  margin-right: 10px;
}
.csm_tab_list{list-style-type: none;padding: 0;margin: 0;}
.csm_tab_list li{float: left;}
.csm_tab_list li a{
  background-color: #fff;
  border-radius: 1px!important;
  line-height: 100%;
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 8px 12px;
  text-transform: capitalize;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #eee;
}
.csm_tab_list li a i{
  color: #EF7F1A;
  margin-right: 7px;
  font-size: 16px;
  font-weight: 700;
}
.csm_tab_list li a:hover,
.csm_tab_list li.active a{
  color: #fff;
  background-color: #074E86;
  border-color: #074E86;
  text-decoration: none!important;
}
.csm_tab_list li a:link{text-decoration: none!important;outline: none!important;}
.schedule_main{background-color: #ffffff;}
.view-all{
  border: 1px solid #d5d5d5!important;
  background-color: #F5F5F5!important;
  line-height: 100%!important;
  padding: 6px 15px!important;
  margin-top: 10px!important;
  border-radius: 12px!important;
}
.view-all:hover{color: #333!important;background-color: #FaFaFa!important;}
.schedule_table{width: 100%;border-collapse: collapse;background-color: rgba(255, 255, 255, 0.9);}
.schedule_table thead tr th{
  background-color: #074E86;
  padding: 5px 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}
.schedule_table tfoot tr td{
  padding: 4px 10px;
  background-color: #f5f5f5;
  border: 1px solid #E5E5E5;
  border-top: none;
  color: #074E86;
  font-size: 15px;
  cursor: pointer;
}
.sch_event_n a,.sch_event_n a:hover{color: inherit;text-decoration: none!important;}
.schedule_table thead tr th:last-child,.schedule_table tbody tr td:last-child{width: 120px;    text-align: right;}
.schedule_table thead tr th:first-child,.schedule_table tbody tr td:first-child{width: 110px;}
.schedule_table tbody tr td{padding: 8px 10px;}
.schedule_table tbody tr td .schedule_time{color: #888;}
.schedule_table tbody tr td .schedule_price{font-weight: 600;white-space: nowrap;}
.schedule_table tbody tr td del,.schedule_table tbody tr td em{
  color: #888;
  font-weight: 400;
  display: block;
  line-height: 100%;
  font-size: 12px;
}
.schedule_table tbody tr{border: 1px solid #E5E5E5;}
.part_logo_org{width: 70px;height: 50px;overflow: hidden;}
.part_logo_org img{max-width: 66px;max-height: 100%;}
.part_logo_org:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.sch_event_n{font-size: 15px;font-weight: 500;line-height: 18px;}
.sch_event_date_time{color: #666;    font-size: 11px;}
.schedule_det{line-height: 19px;}
.sch_event_city{
  font-size: 14px;
  font-weight: 500;
  color: #074E86;
  white-space: nowrap;
}
.schedule_register{
  background-color: #427fed;
  padding:8px 8px;
  color: #fff;
  border-radius: 1px;
  display: inline-block;
  line-height: 100%;
}
.schedule_register:hover{background-color:#2D6EE4;text-decoration: none;color: #fff;}
.csm_h_sort_dec{
  max-width: 768px;
  margin: 0 auto;
  line-height: 140%;
  margin-bottom: 15px;
  color: #ddd;
}
.traning_partner_logo .followbtn {margin-top: 1px!important;margin-bottom: 5px!important;}
.traning_partner_logo a{color: inherit;    text-decoration: none!important;}
.center_v_l{margin-top: 30px;min-height: 390px;position: relative;}
.csm_meta_heding{
  font-size: 13px!important;
  text-transform: none!important;
  padding: 0!important;
  margin: 0!important;
  line-height: 150%!important;
  margin-bottom: 20px!important;
}
.center_v_l:after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  left: 50%;
  background: -moz-linear-gradient(to bottom,  rgba(255,228,247,0) 0%,rgba(255,255,255,0.20) 24%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.20) 79%,rgba(255,228,247,0) 100%);
  background: -webkit-linear-gradient(to bottom,  rgba(255,228,247,0) 0%,rgba(255,255,255,0.20) 24%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.20) 79%,rgba(255,228,247,0) 100%);
  background: -o-linear-gradient(to bottom,  rgba(255,228,247,0) 0%,rgba(255,255,255,0.20) 24%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.20) 79%,rgba(255,228,247,0) 100%);
  background: -ms-linear-gradient(to bottom,  rgba(255,228,247,0) 0%,rgba(255,255,255,0.20) 24%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.20) 79%,rgba(255,228,247,0) 100%);
  background: linear-gradient(to bottom,  rgba(255,228,247,0) 0%,rgba(255,255,255,0.20) 24%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.20) 79%,rgba(255,228,247,0) 100%);
}
.bottom_query_form.csm_form{background-color: rgba(0, 0, 0, 0.1); padding: 20px;}
.csm_l_m_h.normaltext{text-transform: none!important;}
.stick_top{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1050;
  border-bottom: 1px solid #ddd;
}
.stick_top .parent_nav_tabs{display: block;}
.parent_nav_tabs{display: none;}
.parent_nav_tabs .nav-tabs li a,.parent_nav_tabs .nav-tabs li a:focus{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  box-shadow: none;
}
.parent_nav_tabs .nav-tabs li a:hover,.parent_nav_tabs .nav-tabs li.active a{
  border: medium none;
  box-shadow: 0 -2px 0 #2196f3 inset;
  color: #2196f3;
}
.traning_partner_section{background-color: #082D51;}
.traning_partner_logo{
  background: #fff;
  border: solid 1px #ccc;
  border-radius:3px;
  text-align:center;
  padding: 4px;
  margin-bottom:20px;
}
.partner_logo{height: 74px;}
.partner_logo img{
  width: auto;
  max-width: 96%;
  max-height: 100%;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
}
.partner_logo:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.traning_partner_logo:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.traning_partner_name{
  font-size: 15px;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: italic;
}
.traning_partner_logo:hover .traning_partner_name{color: #EF7F1A;cursor: default;}
.overviews_section{background-color: #fff;}
.agenda_section,
.certification_section{background-color: #E7E7E7;}
.sect_space p{color: #444;}
.agenda_point{
  list-style-type: square;
  padding-left: 20px;
  font-size: 13px;
  margin-bottom: 15px;
  color: #444;
}
.benefits_section{background-color: #fff;}
.reviews_section{background-color: #FFF;}
.person_rivew{padding: 15px;border-bottom: 1px dashed #666;}
.person_rivew_text{padding-left: 15px;}
.person_rivew_text p{color: #555;margin: 0;margin-bottom: 5px;}
.person_rivew_text p i{
  font-size: 14px;
  margin-left: 5px;
  font-weight: 300!important;
  margin-right: 5px;
}
.viwer_img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-image: url('https://drywyekkxvsd8.cloudfront.net/static/testapp/public/build/images/no-images.png');
  background-size: cover;
}
.viwer_img img{width: 100%;height: 100%;}
.person_name{
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-left: 10px;
  color: #333;
}
.person_name:before{
  content: "|";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  transform: rotate(90deg);
}
.person_company{font-style: italic;line-height: 100%;}
.bottom_query_form .csmqueryform_input{margin-bottom: 18px;position: relative;}
.bottom_query_form .csmqueryform_input span{
  position: absolute;
  left: 9px;
  top: 9px;
  color: #ddd;
  font-size: 20px;
  background-color: #fff;
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
.bottom_query_form .csmqueryform_input input[type="text"],
.bottom_query_form .csmqueryform_input input[type="email"],
.bottom_query_form .csmqueryform_input input[type="tel"]{
  padding-left: 40px!important;
}
.btn-contact{
  color: #fff;
  background-color: #427fed;
  padding: 5px 20px!important;
  transition:500ms;
  line-height: 100%;
  border-radius: 2px!important;
  margin-bottom: 5px!important;
  font-size: 16px!important;
  text-transform: uppercase!important;
}
.btn-contact:hover{color: #fff!important;background-color: #2D6EE4!important;transition:300ms;}
.bottom_query{background-color: #082D51;}
.faq_section,.why_goeventz_section{background-color: #fff;}
.price_or {
  height: 333px;
  line-height: 333px;
  font-size: 30px;
  text-align: center;
  color: #ddd;
  font-weight: 700;
}
@media(max-width: 1080px){
  .csm_top_sec{background-image: none;}
  .pmp_m_head{font-size: 18px!important;}
  .csm_imp_point{padding-left: 15px!important; margin-top: 5px!important;}
  .csmqueryform{margin-top: 15px!important; width: 100%!important;}
  .pmplogo_sec{padding: 5px;}
  .pmplogo img{max-width: 80px;}
  .csm_tab_list li a{margin-right: 8px;margin-bottom: 8px;padding: 6px 7px;}
  .description_inner .nav-tabs li{margin-right: 6px!important;}
  .schedule_table thead{display: none;}
  .schedule_table tbody tr td:nth-child(1){width: 34%;display: inline-block;}
  .schedule_table tbody tr td:nth-child(2){text-align: left;width: 64%;display: inline-block;}
  .schedule_table tbody tr td:nth-child(4){text-align: right;}
  .schedule_table tbody tr td,.schedule_table tbody tr td:last-child{width:49%; display:inline-block;}
  .sect_space{padding-top: 30px;padding-bottom: 30px;}
  .csm_mobile_hide{display: none;}
  .price_or{height: 80px;line-height: 80px;}
}
/*--end--*/




/*---------------Carrers Page-----------*/
.ge-carrers-heading h1{
  font-weight: bold;
  color: #10548A!important;
  padding-bottom: 5px;
  font-size: 24px!important;
  margin-bottom: 10px!important;
  border-bottom: 2px solid #EF7F1A;
}
.ge-positionbg {background-color: #dedede;}
.ge-carrers-heading span:nth-child(1){color: #074E86;font-weight: bold;}
.ge-carrers-heading span:nth-child(2){color: #EF7F1A;}
.ge-carrerbox{border: 1px solid #EF7F1A;margin-bottom: 20px;}
.ge-carrerbox h3{
  color: #074E86!important;
  background-color:#EF7F1A; 
  margin: 0;
  padding: 4px 5px 4px 10px; 
  font-weight: bold!important;
}
.ge-carrerbox-text{padding: 5px 10px;min-height: 180px;}
.ge-position-box h2{
  color: #074E86!important; 
  margin: 0;
  margin-bottom: 15px;
  padding-bottom: 6px; 
  text-transform: capitalize;
  font-weight: bold!important;
  border-bottom: 2px solid #074E86
}
.ge-position{
  border: 1px solid #ddd;
  min-height: 35px;
  line-height: 33px;
  position: relative;
  margin-bottom: 15px;
  padding-right: 80px;
  padding-left: 10px;
}
.ge-position span{font-size: 15px;}
.ge-position span:first-child{color: #074E86;}
.order_main_box.carrerspage{padding: 30px 50px!important;}
h2.Carrerspositions{
  color: #EF7F1A !important;
  font-weight: bold !important;
  margin: 0 0 15px;
  padding-bottom: 6px;
  text-transform: capitalize;
  font-size: 24px!important;
  font-weight: 700;
}
.ge-position small{
  display: inline-block;
  height: 100%;
  font-weight: bold;
  width: 80px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  background-color:#074E86; 
  text-decoration: none!important;
}
.ge-position a, .ge-position a:hover{display: block;color: #999;text-decoration: none!important;}
.ge-position:hover,.ge-positionbg{background-color:#dedede;}
.job-description-box{
  padding: 15px;
  border: 1px solid #ddd;
  border-top: none;
  margin-top: -15px;
  margin-bottom: 10px;
  background-color: #F9F9F9;
}
.job-description-box h3{margin: 0;}
.job-apply-form{
  padding: 10px 15px;
  border: 1px solid #ddd;
  background-color: #FFF;
  border-radius: 2px;
}
.job-apply-form .form-group{margin-bottom: 5px!important;}
.job-apply-form h3{font-weight: bold;color: #10548A!important;padding-bottom: 10px;}
.job-decription h3{font-weight: bold;color: #10548A!important;padding-bottom: 5px;font-size: 16px;}
.job-decription h4{
  font-weight: bold;
  color: #10548A!important;
  font-size: 16px;
  margin: 0;
  margin-top: 10px;
  padding-bottom: 5px;
}
.job-decription ul{margin: 0;padding-left: 20px;}
.attachcv{position: relative;overflow: hidden;height: 36px;}
.attachcv input[type="file"]{border: none!important;background-color: transparent!important;opacity: 0;}
.attachcv .inputfile + label{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
}
.no-js .attachcv .inputfile + label{display: none;}
.attachcv .inputfile-6 + label{
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 0;
  height: 36px;
  color: #666;
}
.attachcv .inputfile-6:focus + label,
.attachcv .inputfile-6.has-focus + label,
.attachcv .inputfile-6 + label:hover{
  border-color: #074E86;
}
.attachcv .inputfile-6 + label span,
.attachcv .inputfile-6 + label strong{
  padding:10px 20px;
}
.attachcv .inputfile-6 + label span{
  width: 226px;
  min-height: 2em;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}
.attachcv .inputfile-6 + label strong{height: 100%;color: #f1e5e6;background-color: #999;display: inline-block;}
.attachcv .inputfile-6 + label strong{padding:5px!important;}
.attachcv .inputfile-6 + label span{
  width: 226px;
  min-height: 2em;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}
.attachcv .inputfile-6 + label strong{
  height: 100%;
  color: #f1e5e6;
  background-color: #999;
  display: inline-block;
}
.attachcv .inputfile-6:focus + label strong,
.attachcv .inputfile-6.has-focus + label strong,
.attachcv .inputfile-6 + label:hover strong {
  background-color: #074E86;
}
.job-apply-form h3 {
  color: #10548a !important;
  font-weight: 700;
  padding-bottom: 10px;
  font-size: 18px !important;
  letter-spacing: .5px;
}
label.labeluppercase{text-transform: uppercase!important;font-size: 12px!important;}
@media(max-width: 1080px){
  .order_main_box.carrerspage{padding: 15px!important;}
  .job-decription h3{font-size: 16px;}
}
/*--end--*/




/* -------contact us---------- */
.contact_us_btn{
  width: 100%;
  max-width: 240px;
  height: 44px;
  line-height: 42px;
  font-size: 18px!important;
  background-color: #f86810;
  border: 2px solid rgba(239, 100, 28, 0.02);
  border-radius: 3px;
  color: #ffffff!important; 
  font-weight: bold;
  padding: 0!important;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase!important;
  opacity: 0.9;
}
.contact_us_btn:hover{background-color: #F84110;color: #ffffff!important; }
.btn_box_space{padding: 30px 0;}
.form_submit_btn {
  background-color: #449d44;
  border: 1px solid rgba(239, 104, 28, 0.1);
  border-radius: 1px !important;
  box-shadow: none !important;
  color: #ffffff!important;
  font-size: 15px !important;
  font-weight: 500 !important;
  opacity: 0.9;
  height: 40px!important;
  line-height:38px!important;
  padding: 0 30px !important;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase !important;
  transition: all 300ms ease 0s;
}
.form_submit_btn:hover{opacity: 1;}
.ge_contact_form .modal-header {
  border: none;
  min-height: 1px!important;
  padding: 0!important;
  background-color: #10376D;
  text-align: left!important;
}
.ge_contact_form .modal-content{border: none!important;}
.ge_contact_form .modal-title{
  text-transform: capitalize;
  color: #ffffff;
  padding-left: 15px;
  height: 40px!important;
  line-height: 40px!important;
  font-size: 20px!important;
}
.ge_contact_form .close {
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  opacity: 0.6;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #ffffff;
  padding-right: 10px!important;
  margin-right: 7px!important;
}
.ge_contact_form .close:hover{opacity: 1!important;}
.get_touch.ge_map_contact{padding-top: 15px;padding-bottom: 20px;}
.addressbox span{font-size: 15px;display: block;margin-top: 2px;}
.companyname{
  font-size: 16px!important;
  font-weight: bold;
  margin: 0;
  color: #666;
  text-transform: uppercase;
}
.textcap{text-transform: capitalize;color:#888;}
.contactformbox,.addressbox{
  border: 1px solid #eee;
  padding: 15px;
  background-color: #F9F9F9;
  margin-bottom: 20px;
  line-height: 23px!important;
}
.corporate-office{border-top: 1px solid #eee;margin-top: 20px;padding-top: 15px;}
@media(max-width: 768px){
 .get_touch.ge_map_contact{padding-top: 15px;padding-bottom: 0!important;}
}
/* --end -- */




/*--------------help center-------------*/
.top_h_bg{background-color:#EF7F1A;position: relative;}
.top_h_bg .container-fluid{max-width: 1680px;}
.ge_main_head{
  color:#fff;
  font-size: 20px;
  line-height: 44px;
  font-weight:normal;
  display:inline-block;
}
.ge_h_top_link a{
  font-size:14px;
  text-transform:uppercase;
  text-align:right;
  line-height: 44px;
  color:#ffffff;
  text-decoration:none!important;
}
.ge_h_top_link a:first-child{margin-right:30px;}
.ge_breadcrumbs{padding:0px;margin:0px;display:inline-block;}
.ge_breadcrumbs li{display:inline-block;font-size: 15px;}
.ge_breadcrumbs a,.ge_breadcrumbs a:hover{padding:5px 8px!important;color: #fff;text-decoration:none!important;}
.ge_breadcrumbs i{color:#eee;font-weight:bold!important;font-size: 16px;}
.ge_breadcrumbs li:last-child{padding:5px 8px!important;color:#e0e0e0;}
.ge_breadcrumbs li:first-child a{padding-left:0px!important;}
.ge_h_right{padding:0px 10px 15px 20px;margin-bottom:30px;background-color:transparent;color:#ffffff;}
.ge_h_right_list{padding: 0;margin: 0;list-style-type: none;}
.ge_h_right_list li a{
  display:block;
  padding:4px 10px;
  color:#E5E5E5;
  margin-bottom:2px;
  border-left:3px solid transparent;
  text-decoration:none!important;
}
.ge_h_right_list li a:hover{background-color:#EF7C1A;}
.ge_h_right_list li a.active{background-color:#EF7C00;border-left-color:#ffffff;}
h4.step_heading{
  margin-top:0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color:#fff;
}
.help_left_list{
  padding: 0;
  margin: 0;
  padding-left: 15px;
  list-style-type: square;
  min-height:200px;
  border:1px solid transparent;
}
h4.settings_sub_heading{
  margin:0px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color:#444;
}
.text_h_box{
  min-height:500px;
  padding:25px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  background-color:#ffffff;
  margin-bottom:30px!important;
}
.text_h_box img{max-width: 100%!important;display: block;height: auto!important;}
.c{ box-shadow:inset 0 0 3px green;}
.spacepre{display: inline-block;width:60px;}
.contant_container{position:relative;}
.contant_overlay{
  background-color: #EF7F1A;
  height: 398px;
  position: absolute;
  top: 0;
  width: 100%;
}
.help_right_img img{width:100%;margin-bottom:20px;}
.right_img_text{font-size: 13px!important;line-height: 20px!important;font-weight: normal!important;}
.right_img_text_small{
  font-size: 11px!important;
  line-height: 15px!important;
  font-weight: normal!important;
  color: #888!important;
  font-family: cursive!important;
}
.right_img_text_small strong{font-size: 12px!important;color: #666!important;}
.help_heahing_2{
  margin: 0!important;
  color: rgba(0,0,0,0.78)!important;
  font-size: 30px!important;
  padding-bottom: 25px !important;
  font-weight: 400;
}
.ge_breadcrumbs_box{padding-top:5px;padding-bottom:5px;margin-bottom:10px;}
.bold{color:#666666!important;font-weight:bold!important;}
@media(max-width: 1080px){
  .ge_h_right{padding: 0;}
  .help_heahing_2{font-size: 20px!important;font-weight: 500;}
}
/*--end--*/




/*------about us page-----*/
.ge_m_heading{
  padding: 0 0 7px 0!important;
  margin: 0!important;
  font-size: 30px!important;
  color: #0a192e!important;
  text-transform: none!important;
  position: relative;
  display:inline-block;
}
.ge_m_heading:after{
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color:#F86810;
  left: 50%;
  margin-left: -20px;
  border-radius: 2px;
  bottom: 0;
}
.about_top{background-color: #ffffff;text-align: center;padding: 80px 10px;}
.highlight_text{
  font-size: 23px!important;
  padding: 0!important;
  margin: 0!important;
  text-transform: none!important;
  color: #323232!important;
  font-weight: 500!important;
  margin-bottom: 10px!important;
}
.about_top p{font-size: 17px;line-height: 25px;color: #323232;}
.aboutcontact{font-size: 16px;color: #EF7F1A;text-decoration: none!important;}
.aboutcontact a{color: inherit;font-weight: bold;}
.margin_h{margin-bottom: 60px!important;}
.founder_sec,.builtwith{background-color:#FAFAFA;padding: 80px 10px;}
.ge_socilaLink a{
  font-size: 20px;
  display:inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin:4px 6px;
  opacity: 0.85;
}
.ge_socilaLink .fa-linkedin{color: #0177B5;}
.ge_socilaLink .fa-twitter{color: #2CAAE1;}
.ge_socilaLink a:hover{opacity: 1;}
.ge_f_box{
  border-radius:2px;
  width: 240px;
  text-align: center;
  display:inline-block;
  margin: 0 50px;
  padding-bottom: 5px;
}
.ge_f_pick{
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius:3px 3px 2px 2px;
  opacity: 0.85;
  background-color: #fafafa;
}
.ge_f_box h4{
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  padding-top: 14px;
  padding-bottom: 4px;
  color: #545357;
  text-transform: capitalize;
}
.ge_f_box h6{
  margin: 0;
  font-size: 16px;  
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  color: #79787d;
}
.col-sm-12.listofmembers{padding-left: 0!important;padding-right: 0!important;}
.listofmembers ul{padding: 0;margin: 0;}
.ge_f_box:hover .ge_f_pick{opacity: 1;border-radius:3px 3px 0 0;}
.ge_f_box:hover{background-color:#fafafa;}
.team_sec{background-color:#ffffff;padding: 80px 10px;}
.team_sec .ge_f_box{
  border-radius:2px;
  width: 200px;
  text-align: center;
  display:inline-block;
  margin: 0 13px;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.team_sec .ge_f_pick{height: 210px;}
.team_sec .ge_f_box h4{
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 4px;
  color: #545357;
}
.grayicon .fa-linkedin,.grayicon .fa-twitter{
  color: #323232!important;
  opacity: 0.2;
  pointer-events:none!important;
  cursor: default!important;
}
.tech_logo{
  background: #fff;
  border: solid 1px #ccc;
  border-radius:3px;
  text-align:center;
  padding: 4px;
  margin-bottom:20px;
}
.tech_logo{height: 74px;}
.tech_logo img{
  width: auto;
  max-width: 96%;
  max-height: 100%;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.tech_logo:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.tech_logo:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media(max-width: 1080px){
.ge_f_box{border-radius:2px;width: 256px;text-align: center;display:inline-block;margin:25px 25px;}
.margin_h{margin-bottom: 35px!important;}
.team_sec,.founder_sec,.builtwith{padding: 40px 0;}
}
/*--end--*/




/* ----------Merathon Landing Page--------- */
.marathon_top{text-align: center;position: relative;}
.marathon_top img{max-width: 100%;}
.maran_top_posi{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 700px;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.marathon_top h1{
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 34px !important;
  font-weight: 600 !important;
}
.marathon_top h3{
  margin: 0;
  padding: 0;
  padding-top: 15px;
  color: #fff!important;
  font-size: 18px !important;
  font-weight: normal !important;
}
.btn_getstart{
  background-color: #EF7F1A;
  color: #fff;
  width: 200px;
  display: inline-block;
  padding: 7px 0!important;
  margin-top: 60px;
  border-radius: 3px;
  font-weight: normal!important;
  font-size: 20px;
  border: 1px solid #EF7F1A;
}
.btn_getstart:hover{color: #fff;opacity: 1;text-decoration: none;}
.marathon_top_layer{
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
}
.sec_pad_t_b{padding-top: 80px;padding-bottom: 80px;}
.mar_h_sec{
  font-weight: 600;
  color: #0F2B40!important;
  margin: 0!important;
  margin-bottom: 10px!important;
  padding-bottom: 5px;
  font-size: 26px!important;
  position: relative;
  display: inline-block;
}
.mar_h_sec.b_line::after{border: none;}
.mar_h_sec::after{
  content: '';
  border: 1px solid #EF7F1A;
  border-top: 2px solid #EF7F1A;
  position: absolute;
  left: 15%;
  bottom: -4px;
  width: 70%;
}
.mar_globe{background-color: #fff;overflow: hidden;}
.marthon_list_point{
  padding: 0;
  margin: 0;
  text-align: left;
  color: #444;
  list-style-type: none;
  list-style-image: url(../images/list-arrow.png);
  list-style-position: outside;
  margin-left: 30px!important;
  font-size: 15px;
  line-height: 130%;
  animation: moveUL 2.2s;
  -webkit-animation: moveUL 2.2s;
}
.marthon_list_point li{margin-bottom: 6px;}
@keyframes moveUL {
  from{ opacity: 0; transform: translateY(400px);}
    to{ opacity: 1; transform: translateX(0px);}
}
@-webkit-keyframes moveUL {
  from{ opacity: 0;-webkit-transform: translateY(400px); }
    to{ opacity: 1;-webkit-transform: translateX(0px);}
}
.trusted_org_mart{background-color: #e7e7e7;overflow: hidden;}
.trusted_org_mart .traning_partner_logo{margin-bottom: 15px;}
.trusted_org_mart .traning_partner_name{font-style: normal;font-size: 11px;}
.trusted_org_mart .traning_partner_name a{color: inherit;}
.mar_grid{padding-left: 6px!important;padding-right: 6px!important;}
@media(min-width: 767px) and (max-width: 1080px){
  .mt50{margin-top: 0!important;}
  .marathon_top h1{font-size: 30px !important;}
  .marathon_top h3{font-size: 14px !important;}
  .btn_getstart{width: 160px; padding: 5px 0!important; margin-top: 40px!important;}
  .btn_getstart:hover{padding: 5px 0!important;}
}
@media(max-width: 768px){
  .mt50{margin-top: 0!important;}
  .marathon_top h1{font-size: 22px !important;}
  .marathon_top h3{font-size: 13px !important; padding-top: 5px!important;}
  .btn_getstart{width: 90px; padding: 2px 0!important;font-size: 14px!important;margin-top: 10px!important;}
  .btn_getstart:hover{padding: 2px 0!important;}
  .mar_h_sec {font-size: 20px !important;font-weight:600; margin:0!important;padding-bottom:15px!important;}
  .sec_pad_t_b{padding-top: 30px;padding-bottom: 30px;}
}
.marthon_query{
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
  float: right;
  border: 1px solid #0F2B40;
  border-radius: 2px;
}
.marthon_query_inner{padding: 15px;}
.marthon_query h4{
  margin: 0;
  font-size: 17px!important;
  color: #f5f5f5;
  font-weight: 500;
  padding: 12px 5px;
  text-align: center;
  background-color: #0F2B40;
}
.marthon_query_input{margin-bottom: 15px;position: relative;}
.marthon_query_input span{
  position: absolute;
  left: 9px;
  top: 8px;
  color: #ccc;
  font-size: 16px;
  background-color: #ffffff;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.marthon_query_input input[type="text"],
.marthon_query_input input[type="email"],
.marthon_query_input input[type="tel"]{
  padding-left: 36px!important;
}
.marthon_query_input textarea{resize: none;}
.marsubmit{
  background-color: #449d44;
  width: 170px;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff!important;
  border-radius: 2px!important;
  opacity: 0.9;
}
.marsubmit:hover{opacity: 1;transition: 500ms;}
@media(max-width: 768px){
  .marthon_query{
    width: 100%;
    max-width: 100%!important;
    margin: 0 auto;
    margin-top: 15px;
    float: none;    
    border: 1px solid #0F2B40;
    border-radius: 2px;
  }
}
.marathon_evn_list{background-color: #fff;overflow: hidden;}
.mar_table{width: 100%;border-collapse: collapse;overflow: hidden;background-color: rgba(255, 255, 255, 0.9);}
.mar_table tbody tr td{padding: 6px 8px;}
.mar_table tbody tr td:first-child{width: 45%!important;}
.mar_table tbody tr td:last-child{width: 120px;    text-align: right;}
.mar_table tbody tr td:nth-child(2){text-align: center;width: 100px!important;}
.mar_table tbody tr td:nth-last-child(2){text-align: center;width: 200px!important;}
.mar_table tbody tr td .schedule_time{color: #888;}
.mar_table tbody tr td .mar_price{font-weight: 600;}
.mar_table tbody tr{border: 1px solid #E5E5E5;border-top: none;}
.mar_table tbody tr:first-child{border-top: 1px solid #E5E5E5;}
.mar_schedule_det{position: relative;padding-left: 152px;line-height: 19px;}
.mar_event_img{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 145px;
  background-size: 100% 100%;
}
.mar_event_n{font-size: 15px;font-weight: 500;line-height: 18px;}
.mar_event_n a,.mar_event_n a:hover{color: inherit;text-decoration: none!important;}
.mar_date_time{color: #666;    font-size: 11px;}
.mar_org_logo{width: 100px;height: 56px;overflow: hidden;}
.mar_org_logo img{max-width: 94px;max-height: 100%;}
.mar_org_logo:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mar_city{
  font-size: 14px;
  font-weight: 500;
  color: #074E86;
  max-width: 200px;
}
.mar_registration{
  background-color: #449d44;
  color: #fff;
  padding:8px 10px;
  color: #fff;
  border-radius: 1px;
  display: inline-block;
  line-height: 100%;
  opacity: 0.9;
}
.mar_registration:hover{opacity: 1;text-decoration: none;color: #fff;}
.view-more{
  border: 1px solid #d5d5d5!important;
  background-color: #F5F5F5!important;
  line-height: 100%!important;
  padding: 11px 26px!important;
  display: inline-block;
  margin-top: 15px!important;
  border-radius: 26px!important;
}
.view-more:hover{color: #333!important;background-color: #FaFaFa!important;}
@media(max-width: 768px){
  .mar_table tbody tr{display: block}
  .mar_table tbody tr td:first-child{display: block!important;width: 100%;min-width: 100%;}
  .mar_table tbody tr td:nth-child(2),
  .mar_table tbody tr td:nth-child(3),
  .mar_table tbody tr td:nth-child(4),
  .mar_table tbody tr td:nth-child(5){display: inline-block!important;width: 49%!important;}
  .mar_table tbody tr td .mar_city{display: block;text-align: right;}
  .mar_table tbody tr td .mar_price{display: block;text-align: left!important;}
  .mar_org_logo{width: 50px;height: 50px;overflow: hidden;}
  .mar_org_logo img{max-width: 45px;max-height: 100%;}
  .mar_schedule_det{padding-left: 0;}
  .mar_event_img{display: none;}
  .mar_table tbody tr td{padding: 6px 4px!important;}
}
.bounce-up .divanimation {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0, 200px, 0);
  -webkit-transform: translate3d(0, 200px, 0);
  -o-transform: translate(0, 200px);
  -ms-transform: translate(0, 200px);
  transform: translate3d(0, 200px, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bounce-up.in-view .divanimation {
  opacity: 1;
  -moz-transform: translate3d(0px, 0, 0);
  -webkit-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  transform: translate3d(0px, 0, 0);
}
.marathon_calendar_sec{background-color: #fff;}
.image_top_sec{
  background: rgba(0, 0, 0, 0) linear-gradient(rgba(255, 255, 255, 0.9) 0%, white 30%) repeat scroll 0 0;
  margin-top: -93px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 30px;
  padding-bottom: 50px;
}
.marathon_catg{padding: 0;margin: 0 auto;list-style-type: none;}
.marathon_catg li{display: inline-block;}
.marathon_catg li a{
  background-color: #fff;
  border-radius: 1px!important;
  line-height: 100%;
  display: block;
  margin-right: 10px;
  margin-top: 5px;
  padding: 9px 18px;
  text-transform: capitalize;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #eee;
  position: relative;
}
.marathon_catg li a:hover{text-decoration: none;color: #F6682F;}
.marathon_catg li.active a{border-color: #F6682F;color: #F6682F;}
.marathon_catg li.active a::after{
  content: " ";
  width: 100%;
  height: 3px;
  background-color: #F6682F;
  position: absolute;
  top: 0;
  left: 0;
}
.image_top_sec_h{
  padding: 0;
  margin: 0;
  color: #074e86!important;
  font-size: 34px !important;
  line-height: 100%;
  letter-spacing: 0;
  margin-top: 5px!important;
  margin-bottom: 20px!important;
  font-weight: 500 !important;
}
.image_top_sec_h small{color: #EF7F1A;font-weight: 600 !important;}
.mar_search_cal{
  max-width: 500px;
  position: relative;
  margin: 0 auto;
  margin-top: 22px;
  margin-bottom: 20px;
}
.mar_search_cal input{min-height: 40px!important;border-radius: 2px!important;}
.mar_search_cal .mar_search_button{
  width: 60px;
  height: 100%;
  text-align: center;
  background-color: #f6682f;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: none;
  border: 1px solid #f6682f;
  font-size: 20px;
  color: #fff;
  opacity: 0.9;
  transition: 300ms;
  border-radius: 0 3px 3px 0!important;
}
.mar_search_cal .mar_search_button:hover{opacity: 1;transition: 300ms;}
.mar_country_city{
  background-color: #FAFAFA;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 4px 4px;
  width: 100%;
  border-top: 1px solid #f8f8f8;
}
.mar_country_city_inner{position: relative;padding-right: 85px;}
.mar_all_cities{
  padding: 7px;
  color: #fff;
  line-height: 100%;
  background-color: #f6682f;
  font-size: 13px;
  border-radius: 1px;
  font-weight: 500;
  box-shadow: none;
  position: absolute;
  right: 5px;
  top: 6px;
  opacity: 0.9;
}
.mar_all_cities:hover{opacity:1;color: #fff!important;}
.mar_country_city ul{
  padding: 0;
  margin: 0;
  height: 40px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.mar_country_city ul li{
  display: inline-block;
  list-style-type: none;
  position: relative;
  line-height: 100%;
}
.mar_country_city ul li::before {
  border: 0 none;
  color: #e0e0e0;
  content: "|";
  right: -3px;
  position: absolute;
  top: 13px;
  font-weight: 300;
  line-height: 100%;
}
.mar_country_city ul li a{
  display: inline-block;
  padding: 0 10px;
  line-height: 40px;
  color: #7f7f7f;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
}
.mar_country_city ul li a:hover,.mar_country_city li.active a{color: #EF7320;text-decoration: none;}
.mar_cal_list_box{
  border: 1px solid #e5e5e5;
  padding: 0 13px;
  position: relative;
  margin-top: 33px!important;
}
.mar_cal_list_box .mar_cal_list_inner:last-child{border: none;}
.divspace{margin-bottom: 30px;}
.mar_cal_list_inner{
  position: relative;
  padding-left: 80px;
  border-bottom: 1px dotted #ddd;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 108px;
}
h1.mar_cal_list_event_n{
  font-size: 17px!important;
  font-weight: 500!important;
  line-height: 18px!important;
  color: #444!important;
  padding: 0!important;
  margin: 0!important;
  letter-spacing: 0!important;
}
h1.mar_cal_list_event_n a,h1.mar_cal_list_event_n a:hover{color: inherit;text-decoration: none!important;}
.mar_cal_date_time{color: #666;    font-size: 13px!important;padding-top: 3px;}
.mar_cal_date_time span{
  color: #EF7F1A;
  font-size: 14px!important;
  font-weight: 500;
  position: relative;
  padding-right: 18px;
  line-height: 100%;
  display: none;
}
.mar_cal_date_time span:after{
  color: #dfdfdf;
  content: "|";
  font-weight: 300 !important;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mar_cal_ticket span{
  background-color: #F2F2F2;
  display: inline-block;
  padding: 2px 6px;
  padding-right: 2px;
  border-radius: 2px;
  line-height: 20px;
  margin-top: 6px;
  margin-right: 4px;
  white-space: nowrap;
  border: 1px solid #F2F2F2;
  font-size: 12px;
}
.mar_cal_ticket span small{
  background-color: #c5c5c5;
  color: #fff;
  padding: 2px 4px;
  padding-left: 3px;
  border-radius: 1px 2px 2px 1px;
  position: relative;
  margin-left: 15px;
  white-space: nowrap;
  font-size: 12px!important;
}
.mar_cal_ticket span small::before{
  content: " ";
  position: absolute;
  top: 0;
  left: -9px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  -webkit-border-top: 9px solid transparent;
  -moz-border-top: 10px solid transparent;
  border-bottom: 9px solid transparent;
  border-right:9px solid #c5c5c5;
}
.date_month{
  position: absolute;
  left: 10px;
  top: -19px;
  display: inline-block;
  padding: 1px 3px;
  background-color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
  color: #f6682f;
  font-family: oswald-regular;
}
.mar_cal_list_inner:hover h1.mar_cal_list_event_n a{color: #1F6EB3;}
.mar_cal_list_cal{
  position: absolute;
  left: 0;
  top: 18px;
  box-sizing: border-box;
  width: 68px;
  height: 72px;
  border-radius: 2px 2px 3px 3px;
  background-color: #f1f1f1;
  box-shadow: 0 1px 0 #ddd;
}
.mar_cal_list_cal span{display: block; text-align: center;}
.mar_cal_list_cal span:first-child{
  background-color: #D4644E;
  height: 28px;
  box-sizing: border-box;
  text-transform: uppercase;
  line-height: 28px;
  font-size: 18px;
  color: #F9f9f9;
  border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-bottom: 1px solid #D0500E;
  position: relative;
}
.mar_cal_list_cal span:first-child::before{
  content: " ";
  position: absolute;
  width: 5px;
  height: 10px;
  background-color: #f1f1f1;
  top: -5px;
  left: 8px;
  border-radius: 1px 1px 0 0;
  box-shadow: inset 0 -1px 2px #C8C8C8;
}
.mar_cal_list_cal span:first-child::after{
  content: " ";
  position: absolute;
  width: 5px;
  height: 10px;
  background-color: #f1f1f1;
  top: -5px;
  right: 8px;
  border-radius: 1px 1px 0 0;
  box-shadow: inset 0 -1px 2px #C8C8C8;
}
.mar_cal_list_cal span:last-child{
  height: 44px;
  box-sizing: border-box;
  text-transform: uppercase;
  line-height: 44px;
  font-size: 26px;
  font-weight: 900;
  color: #505050;
  text-shadow: 0 1px 1px #f0f0f0;
}
.mar_cal_list_cal span:last-child::after{
  content: " ";
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 14px solid transparent;
  border-top: 15px solid #DDDEDF;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media(max-width: 768px){
  .image_top_sec{margin-top: -60px;}
  .image_top_sec_h{font-size: 28px!important;margin-top: 5px!important;margin-bottom: 5px!important;}
  .mar_cal_list_inner{padding-left: 0;}
  .mar_cal_list_cal{display: none;}
  .mar_cal_date_time span{display: inline-block;}
  .mar_cal_list_box{padding: 0 5px;}
  .date_month {font-size: 18px;top: -16px;}
  .mar_cal_ticket{}
  .mar_cal_ticket span{padding: 2px 3px;font-size: 11px;}
  .mar_cal_ticket span small{font-size: 11px;margin-left: 11px;}
}
/*--end--*/




/*--- Radio Design ---*/
.radioesign label input,
label.radioesign input,
label.small-radio input{opacity: 0;position: absolute;visibility: hidden;}
.couponcombine.pad{padding-left: 0 !important;}
.tciketmodel .col-md-4,.tciketmodel .col-md-8{width: 100%!important;}
.couponcombine {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0!important;
  position: relative;
  display: none;
}
.radioesign label,
label.radioesign{
  position: relative;
  padding-left: 27px;
  font-size: 15px;
  font-weight: normal;
}
label.radioesign{padding-right: 14px;}
.radioesign label span,
label.radioesign span{
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #c9c9c9;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  -webkit-transition:500ms;
  -moz-transition:500ms;
  -ms-transition:500ms;
  -o-transition:500ms;
  transition:500ms;
}
label.small-radio{font-weight: normal;}
label.small-radio span{
  position: relative;
  top: -1px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border: 2px solid #7f7f7f;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition:100ms;
  -moz-transition:100ms;
  -ms-transition:100ms;
  -o-transition:100ms;
  transition:100ms;
  vertical-align: middle;
  background: #fff;
  margin-right: 4px;
}
label.small-radio:hover span,
.radioesign label:hover span,
label.radioesign:hover span{border-color: #f86810;}
.radioesign label input[type="radio"]:checked ~ span,
label.radioesign input[type="radio"]:checked ~ span,
label.small-radio input[type="radio"]:checked ~ span{
  display: inline-block;
  border-color: #f86810;
}
.radioesign label input[type="radio"]:checked ~ span,
label.radioesign input[type="radio"]:checked ~ span,
label.small-radio input[type="radio"]:checked ~ span:after{
  content: '';
  position: absolute;
  display: block;
  top: 2px;
  left: 2px;
  width: 7px;
  height: 7px;
  background: #f86810;
  border-radius: 50%;
  -webkit-animation:radi 100ms linear;
  animation:radi 100ms linear;
}
@keyframes radi{
  from{transform: scale(0.5);}
  to{transform: scale(1);}
}
@-webkit-keyframes radi{
  from{-webkit-transform: scale(0.5);}
  to{-webkit-transform: scale(1);}
}
/* end radio */


/*---Custom  Checkbox Design ---*/ 
label.checkdesign input[type="checkbox"]{
  opacity: 0!important;
  position: absolute!important; 
  visibility: hidden!important;
}
label.checkdesign{
  position: relative!important;
  padding-left: 24px!important;
  margin-bottom: 0px!important;
  font-weight: normal!important;
  min-height: 16px!important;
} 
label.checkdesign span.checkboxcheck{
  position: absolute;
  top:4px!important;
  left: 0px!important;
  width: 16px!important;
  height: 16px!important;
  border: 2px solid #c6c6c6!important;
  border-radius: 2px!important;
  display: inline-block!important;
  -webkit-transition:500ms;
  -moz-transition:500ms;
  -ms-transition:500ms;
  -o-transition:500ms;
  transition:500ms;
  background: #fff!important;
}
label.checkdesign:hover span.checkboxcheck{
  border-color: #f86810!important;
}
label.checkdesign input[type="checkbox"]:checked ~ span.checkboxcheck{
  display: inline-block!important;
  border-color: #f86810!important;
  background-color: #f86810!important;
}
label.checkdesign input[type="checkbox"]:checked ~ span.checkboxcheck::after{
  content: '';
  position: absolute!important;
  display: block!important;
  top: 3px!important;
  left: 1px!important;
  width: 10px!important;
  height: 5px!important;
  border-left: 2px solid #ffffff!important;
  border-bottom: 2px solid #ffffff!important;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* --End checke box-- */




/*-----------booking detail------------*/
.ord_address{position: relative;}
.ord_address span{position: relative;padding-right: 16px;}
.ord_address span::after{
  content: "|";
  position: absolute;
  right: 5px;
  top: -5px;
  color: #e0e0e0
}
.ord_address span:last-child::after{content: none;}
.ord_det_top_logo{
  height:42px;
  width: 80px;
  position: absolute;
  top: 0;
  left: 0;
}
.ord_det_top_logo img{max-width: 76px;max-height: 100%;}
.ord_det_top_logo:before{
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.ord_event_name{
  color: #333 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  margin: 0 !important;
  padding: 0 0 3px 0!important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ord_ticket_summery{position: relative;}
.ord_ticket_summery .ord_ticket_click{cursor: pointer;position: relative;background-color: #fff;}
.ticket_summery_t{
  padding: 6px 10px;
  background-color: #FFFFFF;
  border-top: 1px solid #f5f5f5;
  position: absolute;
  top: 26px;
  right: 0;
  width: 100%;
  min-width: 300px;
  z-index: 10;
  border-radius: 2px 2px 3px 3px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.18);
  display: none;
}
table.tic_qt_table{width: 100%;}
table.tic_qt_table thead tr th{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.78);
  padding: 1px 0;
}
table.tic_qt_table thead tr th:last-child,
table.tic_qt_table tbody tr td:last-child{
  min-width: 25%;
  text-align: right;
}
table.tic_qt_table tbody tr td{
  color: #666!important;
  padding: 3px 0!important;
  line-height: 20px;
}
table.tic_qt_table thead tr th:nth-child(2),
table.tic_qt_table tbody tr td:nth-child(2){
  min-width: 20%;
  text-align: center;
}
.web_hide{display: none;font-size: 15px;line-height: 100%;font-weight: 500;color: rgba(0, 0, 0, 0.78);}
.ord_comp_time{
  margin: 15px 0 10px 0;
  border-radius: 2px;
  padding: 4px 0;
  border: 1px solid #f2f2f2;
  background-color: #fafafa;
}
.time_count{
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  padding: 0 10px;
  line-height: 100%;
  margin-top: 4px;
  color: #074E86;
  border-right: 1px solid #ddd;
}
.time_count_msg{padding: 4px 10px;line-height: 120%;}
.detailfield{margin-bottom: 10px;padding-bottom: 10px;}
.detailfield_h{font-size: 16px;color: #444;font-weight: 500;}
.detailfield .form-group:last-child{margin-bottom: 0;}
.detailfield.ttendee {margin-top: 20px;}
.detailfield.ttendee .form-group{margin-bottom: 7px!important;}
.order_main_payment_h.payment_h{
  padding: 8px 0 20px 0;
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  color: #042E6F;
  text-align: center;
}
.selectpaymentoption{margin-bottom: 16px;}
.main_vtab_radio{
  height: 39px;
  background-color: #F5F5F5;
  border: 1px solid #D5D5D5;
  border-radius: 3px;
  line-height: 39px;
  width: 100%;
  padding: 0 0 0 8px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.main_vtab_radio .small-radio{display: block;}
.main_vtab_radio:hover{border-color: #ff9800;background-color: #FaFaFa;;}
.payimg{max-width: 90%;max-height: 29px;margin-top: -2px;}
.selectpaymentoption .paymentoffertext{
  font-size: 11px;
  line-height: 16px;
  margin: 0;
  padding: 2px 2px;
  color: rgba(0, 0, 0, 0.65);
}
.order_payment_button button{
  height: 40px;
  margin-top: 15px;
  border-radius: 3px!important;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15)!important;
}
.mline_or{margin-top: 20px;height: 160px;padding: 5px 0;position: relative;}
.mline_or span{
  height: 100%;
  border: 1px solid #efefef;
  display: block;
  width: 2px;
  margin: 0 auto;
}
.mline_or small{
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 100%;
  padding: 7px 0 5px 0;
  transform: translate(-50%, -50%);
  font-family: "oswald-regular";
  font-size: 26px;
  background-color: #fff;
  color: #c9c9c9;
}
.request_otp{display: none;}
.request_otp h4{
  padding: 0;
  margin-right: 0;
  font-size: 20px;
  font-weight: 500;
  color: #042E6F;
}
.request_otp button{max-width: 160px;margin-top: 15px;}
.vtab{padding: 0;margin: 0;list-style-type: none;}
.vtab li a{
  font-size: 14px;
  text-transform: capitalize;
  color: #444;
  padding: 9px 10px 9px 44px;
  position: relative;
  display: block;
  background-color: #F6F6F6;
  border-bottom: 1px solid #dbdbdb;
  border-left: 3px solid transparent;
}
.vtab li a:hover,.vtab li a:link{text-decoration: none!important;}
.vtab li.active a{
  border-right: none;
  background-color: #fff;
  width: 100.5%;
  border-left-color:#EF7F1A;
  color: #EF7F1A;
}
.vtab li a i{
  font-size: 22px;
  color: #777;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -11px;
}
.vtabbox{border: 1px solid #dbdbdb;margin-top: 20px;display: none;}
.vtabbox .order_main_payment_h{
  background-color: #F1F1F1;
  padding: 8px 0 0 10px!important;
  margin: 0!important;
  color: #042E6F;
  font-weight: 500;
  font-size: 20px;
}
.card_opt_ge{border-bottom: 1px solid #eee;padding-bottom: 5px;min-height: 38px;font-size: 16px;}
.card_opt_ge span{padding-right: 2px;font-size: 14px;font-weight: 500;color: rgba(0, 0, 0, 0.78);}
.card_opt_ge img{width: 100%;max-width: 44px;max-height: 28px;margin: 0;}
.vtab_detaifield{padding: 10px 0;}
.vtab_detaifield .form-group{margin-bottom: 10px;}
.vtab_detaifield label{margin-bottom: 0;}
.vtabbox .tab-content{padding: 10px 15px 10px 0;min-height: 350px;}
.vtab{min-height: 351px;background-color: #fff;border-right: 1px solid #dbdbdb;}
.vtab_card_num select{max-width: 90px;float: left;}
.vtab_card_num select:first-child{margin-right: 24px;position: relative;}
.vtab_card_num{position: relative;}
.vtab_card_num::after{
  content: '/';
  position: absolute;
  left: 101px;
  top: 5px;
  color: #c9c9c9;
}
.vtab_cvv{position: relative;padding-right: 36px;}
.vtab_cvv .fa-question-circle{
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: 0;
  font-size: 20px;
  color: #9c9c9c;
}
.use_paytm_wallet{
  border-bottom: 1px solid #d7d7d7;
  background-color: #F1F1F1;
  position: relative;
  padding-bottom: 10px;
}
.use_paytm_wallet_list{
  width: 33.33%;
  float: left;
  padding: 12px;
  position: relative;
  min-height: 77px;
}
.use_paytm_wallet_list:nth-child(1)::after{
  content: '-';
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -12px;
  font-size: 25px;
  line-height: 100%;
  font-weight: 500;
}
.use_paytm_wallet_list:nth-child(2)::after{
  content: '=';
  position: absolute;
  right: -7px;
  top: 50%;
  margin-top: -12px;
  font-size: 25px;
  line-height: 100%;
  font-weight: 500;
}
.use_paytm_wallet_inner{
  border: 1px solid #d7d7d7;
  padding: 10px;
  background-color: #fff;
  border-radius: 2px;
  line-height: 100%;
}
.use_paytm_wallet_inner strong{display: block;padding-top: 5px;}
.use_paytm_wallet_remaining{
  text-align: center;
  font-size: 11px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 100%;
  color: green;
  font-weight: 500;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.savecardbox{border: 1px solid #ddd;border-radius: 2px;margin: 8px 0;}
.savecardboxinner{position: relative;padding: 12px 4px 4px 4px;}
.savecardboxinner small{display: inline-block;width: 30px;height: 20px;}
.savecardboxinner small img{width: 100%}
.savecardboxcvv{width: 40px;position: absolute;right: 4px;top: 3px;}
.savecardboxcvv input{max-width: 40px;height: 20px;text-align: center;padding: 0 3px!important;}
.savecardboxcvv label{display: block;line-height: 105%;font-size: 11px;margin: 0!important;}
.savecardheader{background-color: rgba(56, 119, 233, 0.09);padding: 1px 4px;margin-bottom: 2px;}
.savecardheader a{text-decoration: none!important;font-weight: normal;}
.request_otp .selectpaymentoption{margin-bottom: 10px;}
.request_otp .main_vtab_radio{height: 36px;line-height: 36px;}
.ord_priv_text{color: #c0c0c0;font-size: 12px;padding-top: 26px;text-align: center;}
.ord_priv_text a{color: inherit;}
.btn-warning.btn-warning_ord{margin-top: 20px;}
.select_payment_method{max-width: 650px;margin: auto;}
@media(max-width: 1080px){
  .web_hide{display: inline-block}
  .ord_address{padding: 0;min-height: 100%;padding-left: 0;line-height: 140%;}
  .ord_address span{padding-right: 16px;white-space: nowrap;}
  .ord_address span::after{content: none;}
  .ord_det_top_logo{height:auto;width: 100%;position: relative;margin-top: 0;margin-bottom: 10px;}
  .ord_det_top_logo img{max-width: 52px;max-height: 100%;}
  .order_main_payment_h.payment_h,.vtabbox .order_main_payment_h{font-size: 18px;}
  .detailfield_h{font-size: 13px;}
  .ord_event_name{font-size: 16px !important;}
  .ord_address span{font-size: 12px;}
  .mobile_hide{display: none;}
  .mline_or{margin-top: 35px;margin-bottom: 26px;height: 2px;padding: 0 0;position: relative;}
  .mline_or span{width: 100%;}
  .mline_or small{font-size: 20px;}
  .request_otp h4{font-size: 16px;}
  .vtab{min-height: auto;}
  .card_opt_ge img{max-width: 28px;}
  .vtabbox .tab-content{padding:10px 10px 10px 10px;}
}
/*--end--*/




/*---------Booking confirmation----------*/
.confirmation_main_box {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  margin-bottom: 10px;
  padding: 26px 40px;
}
.confirmation_t{padding-bottom: 10px;}
.conf_event_name{
  color: rgba(0, 0, 0, 0.78);
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 4px;
}
.conf_event_name.colorgreen{color: #4CAF50;}
.conf_event_name.colorgreen a{color: inherit ;}
.selected_total.conf_det_total{border: 1px solid #F0F0F0;background-color: #ffffff;border-radius: 3px;overflow: hidden;}
.ordconfirmation_tic{background-color: #FAFAFA;padding: 10px 15px 15px 15px;border: 1px solid #F0F0F0;border-radius:3px;}
table.tic_qt_table thead tr th{text-transform: uppercase;padding: 5px 12px 2px 12px;font-weight: 500;font-size: 12px;color: rgba(0, 0, 0, 0.78);}
table.tic_qt_table tbody tr td{padding: 6px 0px!important;line-height: 20px;color: rgba(0, 0, 0, 0.78);}
table.tic_qt_table thead tr th:last-child,
table.tic_qt_table tbody tr td:last-child{
  min-width: 25%;
  text-align: right;
}
.selected_total tr.total_amount td{
  color: #282c35;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding:  0px!important;
}
.selected_total .amount_payable tr td{padding: 2px 0px!important;}
.selected_total .convenience_fee tr td{padding: 0 0px!important;}
.selected_total .convenience_fee tr td .convenience_fee_detail tr td{padding: 0 1px!important;}
.settext{margin: 0;padding: 0 0 8px 0;font-size: 15px;font-weight: 500;color: #074E86;}
.refnumber{text-align: center;font-weight: 500;}
.add_cal_ord_suc{display: inline-block;cursor: pointer;margin-top: 15px;color: #616EC3;}
.add_cal_ord_suc i{font-size: 28px;display: block;padding-bottom: 4px;}
.download_app_img{margin-top: 15px;}
.download_app_img img{margin: -7px 15px 0 15px;}
.sharetextinline{font-size: 18px;padding-right: 5px;margin-top: 2px;}
.ord_sucess_share{padding: 0;margin: 15px 0 0 0;display: inline-block;}
.ord_sucess_share li{float: left;padding: 0 8px;text-align: center;list-style-type: none;}
.ord_sucess_share li a{color: #444;text-decoration: none!important;font-size: 12px;}
.ord_sucess_share li span{
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 20px;
  border-radius: 50%;
  color: #ffffff;
}
.ord_sucess_share .facebook{background-color: #3B579D;border-color: #3B579D; color: #fff; opacity: 0.9;transition: 500ms;}
.ord_sucess_share .twitter{background-color: #2CAAE1;border-color: #2CAAE1; color: #fff; opacity: 0.9;transition: 500ms;}
.ord_sucess_share .comment{background-color: #F87F14;border-color: #F87F14; color: #fff; opacity: 0.9;transition: 500ms;}
.ord_sucess_share .linkedin{background-color:#0077B5;border-color: #0077B5; color: #fff; opacity: 0.9;transition: 500ms;}
.ord_sucess_share .whatsapp{background-color: #0DC143;border-color: #0DC143; color: #fff; opacity: 0.9;transition: 500ms;}
.ord_sucess_share .googleplus{background-color: #DE5145;border-color: #DE5145; color: #fff; opacity: 0.9;transition: 500ms;}
.ord_sucess_share li a:hover .facebook,
.ord_sucess_share li a:hover .twitter,
.ord_sucess_share li a:hover .comment,
.ord_sucess_share li a:hover .linkedin,
.ord_sucess_share li a:hover .whatsapp,
.ord_sucess_share li a:hover .googleplus{
  opacity: 1;
  transition: 500ms;
}
.starcount{
  font-size: 18px;
  padding-right: 2px;
  font-weight: 500;
  cursor: default;
  color: rgba(0, 0, 0, 0.78);
}
.starrating i{color: #E7711B;font-size: 18px; cursor: default;}
@media(max-width: 1080px){
.confirmation_main_box{padding: 10px;}
.conf_event_name{font-size: 16px !important;}
.ord_sucess_share li{padding-left: 4px;padding-right: 4px;}
.ord_sucess_share li a{font-size: 11px!important;}
.ord_sucess_share li span{width: 28px;height: 28px;line-height: 28px;font-size: 16px;}
.download_app_img{margin-top: 5px;}
.download_app_img img{margin: -2px 5px 0 5px;max-width: 90px;}
.ordconfirmation_tic{padding: 10px;}
}
/*--end--*/




/*---------country brows page---------*/
.country-city{
  margin-bottom: 12px;
  padding: 5px 7px;
  background-color: #fff;
  border-radius:3px;
  border: 1px solid #eeeeee;
}
.countrytext{color: #444;font-weight: bold;text-decoration: none!important;}
.countrytext img{margin-right: 5px;}
.mb30{margin-bottom: 30px!important;}
.div-min-height{min-height: 250px;padding-bottom: 10px!important;position: relative;}
.city-browse{margin-top: 10px;background-color:#F9F9F9;position: relative;}
h3.featur-heading{
  text-transform: uppercase;
  padding: 0 0 5px 0;
  margin: 40px 0 0 0;
  font-weight: 500!important;
  font-size: 22px!important;
  color: #333!important;
}
.featured .borderB{
  border-top: 2px solid #EF7F1A;
  width: 100px;
  display: block;
  margin: 0 auto;
}
.featured{margin-bottom: 30px;}
.follower-list ul li .img-organization{
  width: 130px;
  height: 100px;
  border: 1px solid #eee;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.organization-list ul.list-inline li{text-align: center;margin: 10px 3px 0 8px!important;}
.follower-list{background-color: #fff;padding: 3px;padding-left: 5px;margin-bottom: 50px;}
.like-heading{background-color: #F9F9F9;text-align: center;font-size: 16px;color: #074E86;}
.follower-list ul li{
  width: 212px;
  padding: 15px;
  padding-top: 10px;
  margin: 10px 5px 0 5px;
  background-color: #F5F5F5;
}
.follower-list ul li .img-follower{
  width: 100px;
  height: 100px;
  border: 1px solid #eee;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.follower-list ul li img{width: 100%;height: 100%;}
.follower-list ul li i{
  display: block;
  word-spacing: -1px;
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 25px;
  margin-top: 10px;
  text-transform: capitalize;
}
.followbtn{
  box-shadow: none!important;
  background-color: transparent;
  border: 1px solid #009FE3!important;
  color: #009FE3;
  border-radius: 2px!important;
  margin-top: 10px;
}
.follower-list ul li i a{color: inherit;text-decoration: none!important;}
.orgLikes ul li{padding-top: 15px;}
/*--end--*/


/* -----------user login as fb-------- */
.userlogingsection{
  width: 100%;
  min-height: 120px;
  padding: 20px 0;
  box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 99999999!important;
  display: none;
}
.userlogingsection.fullpagelogin{
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: auto;
}
.goeventbtn,.goeventbtn:hover{
  height: 40px;
  padding: 0;
  line-height: 40px;
  border-radius: 3px;
  border: 1px solid transparent;
  width: 200px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  text-decoration: none!important;
}
.smalllogin{
  width: 100%;
  max-width: 800px;
  margin: auto;
  text-align: center;
}
.userlogingsection.fullpagelogin .smalllogin{display: none;}
.smalllogin h4{
  font-size: 20px;
  font-weight: 500;
  color: #323232;
  padding: 0;
  margin: 0;
  line-height: 18px;
  margin-bottom: 18px;
}
.loginbtn_fb span{
  display: inline-block;
  width: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #323232;
  opacity: 0.6;
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
}
.goeventbtn.orange_bg{background-image: linear-gradient(101deg, #f87710, #f88d10);}
.goeventbtn.blue_bg{background-color: #10376d;}
.userlogin_parent{
  position: relative;
  width: 100%;
  height: calc(100vh - 40px);
  overflow: hidden;
  overflow-y: auto;
  display: none;
}
.userlogingsection.fullpagelogin .userlogin_parent{display: block;}
.userloginpopup{
  width: 100%;
  max-width: 720px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  border-radius: 3px;
  display: table;
  overflow: hidden;
  clear: both;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.innerfield{
  width: 50%;
  box-sizing: border-box;
  float: left;
  padding: 20px;
  min-height: 406px;
}
.facebooklogin,.googlelogin{position: relative;}
.facebooklogin{
  text-align: center;
  background-color:#3B5998;
  color: #fff;
  background-image: url('../images/small-icon/facebook-logo.png');
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 8px center;
  margin-top: 12px;
}
.googlelogin{
  border-color: #dddddd;
  text-align: center;
  color: #7f7f7f;
  background-image: url('../images/small-icon/google-logo.png');
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 10px center;
  margin-top: 12px;
}
.googlelogin:hover{border-color: #F87F10;color: #656565;}
.innerfield_R .goeventbtn{width: 100%;}
.innerfield_R{background-color: #f7f7f7;}
.innerfield_R h4{
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #323232;
  margin-bottom: 15px;
}
.rememberpart{margin-top: 5px;margin-bottom: 15px;}
.innerfield_R input[type='email'],.innerfield_R input[type='password']{
  border-color: transparent!important;
  padding: 0!important;
  height: 30px!important;
  border-radius: 0!important;
  border-bottom-color: #dddddd!important;
  background-color: transparent!important;
}
.innerfieldimg{
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  box-sizing: border-box;
  background-color: #ffffff;
  min-height: 363px;
}
.notnow_parent{padding-top: 15px;text-align: center;}
.notnow_parent .notnow{
  color: #166CA9;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}
@media(max-width: 768px){
  .innerfield_L{display: none;}
  .innerfield{width: 100%;float: none;}
  .userloginpopup{width: 100%;max-width: 500px;margin: auto;text-align: center;}
  .loginbtn_fb .goeventbtn{width: 130px;}
  .smalllogin h4{font-size: 15px;}
}
/*--end--*/




/*-------------set reminder calander---------*/
.addtocalendar var{display: none;}
.addtocalendar {position: relative;display: inline-block;background: transparent!important;}
.atcb-link {display: block;outline: none!important;cursor: pointer;}
.atcb-link:focus~ul,.atcb-link:active~ul,.atcb-list:hover{visibility:visible;}
.atcb-list{
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  width: 170px;
  z-index: 900;
}
.atcb-list,.atcb-item{
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
}
.atcb-item{float: none;text-align: left;}
.atcb-item-link{text-decoration: none;outline: none;display: block;}
.atcb-item.hover, .atcb-item:hover{
  position: relative;
  z-index: 900;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
.atc-style-button-icon .atcb-link,
.atc-style-button-icon .atcb-link:hover,
.atc-style-button-icon .atcb-link:active,
.atc-style-button-icon .atcb-link:focus{
  text-decoration: none;
  outline: none;
  padding: 2px 2px;
}
#atc_icon_calbw1_ical_link{
  background-image: url(../images/ical.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px 16px;
  padding-left: 20px;
}
#atc_icon_calbw1_google_link{
  background-image: url(../images/googleicon.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px 16px;
  padding-left: 20px;
}
#atc_icon_calbw1_outlook_link{
  background-image: url(../images/msoutlook.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px 16px;
  padding-left: 20px;
}
#atc_icon_calbw1_outlookonline_link{
  background-image: url(../images/Icon_Oulook_20x20.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px 16px;
  padding-left: 20px;
}
#atc_icon_calbw1_yahoo_link{
  background-image: url(../images/yahoo-icon.gif);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px 16px;
  padding-left: 20px;
}
.atcb-list a{
  text-decoration: none!important;
  font-weight: normal;
  font-size: 14px!important;
  white-space: nowrap;
}
.atcb-list{box-shadow: 0px 0px 2px #999;}
/*--end--*/




/*------------date picker on event detail-----------*/
.clear {clear: both;}
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: 'Roboto', sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #d9d6c4!important; background: #eceadf url(../images/ui-bg_fine-grain_10_eceadf_60x60.png) 50% 50% repeat!important; color: #1f1f1f!important; }
.ui-widget-content a { color: #1f1f1f; }
.ui-widget-header { border: 1px solid #d4d1bf; background-color: #ffffff; color: #453821; font-weight: bold; }
.ui-widget-header a { color: #453821; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #dddddd; background-color: #ffffff; font-weight: normal; color: #323232;border-radius: 2px; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #654b24; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #654b24; background-color: #654b24; color: #ffffff; }
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
.ui-datepicker { width: 17em; padding: .2em .2em 0; margin-top: 50px;}
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; background-color: #eeeeee!important;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 1px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev { left:15px; margin: 0px!important;}
.ui-datepicker .ui-datepicker-next { right:13px; margin: 0px!important;}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
 display: block; 
 position: absolute; 
 left: 50%; 
 margin-left: -25px; 
 background-color: #5F5F5F;
 padding: 1px 8px!important;
 color: #ffffff;
 font-weight: normal!important;
 cursor: pointer;
 border-radius: 3px;
}
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  text-align: center;
  text-decoration: none; 
  width: 28px!important;
  height: 24px!important;
}
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }
.ui-datepicker-calendar td {border: 2px solid transparent;}
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
  background: #4285F4 none;
  border-color: #4285F4!important;
  color: white;
}
/*--end--*/



/*------------Autocomplete Location search---------------*/
.searchinputinner{position: relative;}
.ui-helper-hidden{display: none;}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-autocomplete{
  width: 250px;
  list-style: none;
  padding: 0px;
  background-color: #fff!important;
  background-image: none!important;
  z-index: 1050;
  font-family: 'Roboto', sans-serif!important;
  border:1px solid red!important;
}
.ui-menu .ui-menu-item{
  background-image: none!important;
  background-color: #fff!important;
  width: 100%;
  display: block; 
  border-bottom: 1px solid #eee;
}
.ui-menu .ui-menu-item:last-child{border-bottom: none!important;}
.ui-menu .ui-menu-item a{
  margin: 0px!important;
  padding: 0px!important;
  width: 100%;
  display: block;
  padding: 3px 10px!important;
  font-family: 'Roboto', sans-serif!important;
  color: rgba(0, 0, 0, 0.78)!important;
  font-size: 13px!important;
}
.ui-corner-all{
  background-image: none!important;
  background-color: transparent!important;
  border: none!important;
  font-weight: normal!important;
  text-decoration: none!important;  
}
.ui-datepicker.ui-corner-all{background-color: #f0f0f0!important;}
.ui-widget-content{border-radius: 0 0 3px 3px!important;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) !important;overflow: hidden;max-height: 300px;overflow: hidden;overflow-y: auto;}
.ui-menu .ui-menu-item a:hover{color: #fff!important;background-color: #4267B2!important;cursor: pointer;}
.input_v, .input_vmobile{display: none;}
.input_v,.input_vmobile{
  max-height:180px;
  overflow-y:auto;
  z-index: 1050;
  position:absolute;
  background-color:#FFF;
  box-shadow: 0px 0px 2px #999;
}
.input_v ul,.input_vmobile ul{z-index: 1050;}
.input_v ul li,.input_vmobile ul li{width: 100%;list-style-type:none;border-bottom: 1px solid #ddd;}
.input_v ul li a,.input_vmobile ul li a ,.input_v ul .makeeventurl{
  color: #444;
  display: block!important;
  padding:3px 10px;
  width: 100%;
}
.input_v ul li a small{color: #848484!important;}
.input_v ul li a i,.input_v ul li i{color: #EF811E;margin-right: 5px;}
.input_v ul li a:hover,.input_vmobile ul li a:hover,.input_v ul .makeeventurl:hover{text-decoration: none;color: #fff;cursor: pointer;}
.input_v ul li:hover,.input_vmobile ul li:hover{background-color: #4267B2;}
/*--end--*/





/* -----------------organizer page---------------------- */
.section_on_org{max-width: 1680px;margin: auto;}
.org_ProfileBanner .bannerimage img{max-width: 100%;}
.org-detailbox{background-color: #FFF;padding: 15px 15px 5px 15px; }
.section_on_org .padleftright{padding-left: 0!important;padding-right: 0!important;}
.org-bannerbox img{max-width: 100%;margin: auto;}
.orgLogo{
  width: 100px;
  height: 100px;
  border-radius: 3px;
  position: relative;
  background: #F0F0F0 url('../images/org.jpg');
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
.org-detailbox .media-heading{font-size: 18px;padding: 0;margin: 0;}
.org-follower{padding: 5px 0;}
.org-follower strong{margin-right: 5px;}
.org-follower button{margin-left: 10px;}
.btndeltin{
  border:1px solid #ddd!important;
  font-size: 12px!important;
  background-color: #eeeeee!important;
  height:24px;
  line-height: 24px;
  color: #666666!important;
  padding: 0 10px!important;
}
.btndeltin:hover{border-color: #F86810!important;background-color: #F86810!important;color: #ffffff!important;}
.social-share{line-height: 16px;}
.post-social-name{display: block;font-size: 11px;}
.listlink,.social-share{float: left;}
.listlink{line-height: 16px;margin-right: 50px;}
.listlink .list-inline,.listlink .list-inline li{padding: 0;margin: 0!important;}
.listlink li a{
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  border-radius: 3px;
  margin-right: 2px;
  overflow: hidden;
}
.org-facebook{background-color:#3B5998; border-color:#3B5998;}
.org-twitter{background-color:#659FCB; border-color:#659FCB;}
.org-google-plus{background-color:#D73532; border-color:#D73532;}
.org-linkedin{background-color:#0177B5; border-color:#0177B5;}
.org-pinterest{background-color:#B72629; border-color:#B72629;}
.listlink li a:hover{opacity: 0.85;}
.iconcolor{background-color: #cccccc;color: #ffffff;}
.iconcolor:hover{color: #ffffff;background-color: #074E86;}
.contactlink{margin-left: 45px;}
ul.post-social-list {padding: 0px;margin: 0px;}
ul.post-social-list li {float: left;list-style: none;}
ul.post-social-list li a {
  color: #fff;
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 5px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid transparent;
  box-sizing: border-box;
  overflow: hidden;
  background: #ccc;
}
ul.post-social-list li.post-social-fb a:hover{background: #3e64ad;}
ul.post-social-list li.post-social-twit a:hover{background: #58ccff;}
ul.post-social-list li.post-social-pin a:hover{background: #de010d;}
ul.post-social-list li.post-social-goog a:hover{background: #cd3627;}
span.social-count-num,span.social-count-text{font-size: 13px;display: inline-block;margin-left: 3px;margin-top: 2px;}
.org-detail-tablist{background-color: #ffffff;border-top: 1px solid #EEEEEE;margin-bottom: 10px;box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.075);}
.org-detail-tablist ul li, .org-detail-tablist ul{margin: 0!important;padding: 0px;}
.org-detail-tablist ul li a,.org-detail-tablist ul li.normallatter a{
  padding: 6px 10px;
  display: inline-block;
  font-size: 13px;
  color: #666;
  margin-left: 2px;
  text-transform: capitalize;
  text-decoration: none!important;
  border-bottom: 2px solid transparent;
}
.org-detail-tablist ul li a:hover,.org-detail-tablist ul li a.active{border-color: #2196F3;color: #2196F3;}
.my-image-gallery,.my-videos-gallery{
  background-color: #fff;
  padding: 15px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  margin-bottom: 40px;
}
.section_on_org.browsecard{margin-bottom: 40px;}
h1.event_n_tab{font-size: 17px;color: #555;padding: 4px 0!important;margin: 2px 0 0 0!important;}
.wrapper_container .my-image-gallery, .wrapper_container .my-videos-gallery{
  box-shadow: none!important;padding: 0px!important;margin-bottom: 0px!important;
}
@media(max-width: 1080px){
  .orgLogo{width: 40px;height: 40px;}
  .org-detailbox {background-color: #FFF;padding: 8px 8px 5px 8px;}
  .org-detailbox .media-heading{font-size: 14px;font-weight: 500;}
  .contactlink{margin-left: 0;}
  .org-detail-tablist ul li,.org-detail-tablist ul{white-space: nowrap;overflow: auto;max-height: 38px;font-weight: 500;}
  .h_h3 .r_view{display: none;}
  .event_Qt_Ans {padding: 10px 10px!important;}
  .ask-question-panel a{font-size: 13px!important;}
  .ask-question{padding: 0 10px!important;}
  .ask-btn{top: 8px;}
  .tabs0 img,.tabs1 img,.tabs2 img,.tabs3 img,.tabs4 img,.tabs5 img,.tabs6 img,.tabs7 img{width: auto!important;height: auto!important;max-width: 100%!important;max-height: 100%!important;}
  .tabs0 p,.tabs1 p,.tabs2 p,.tabs3 p,.tabs4 p,.tabs5 p,.tabs6 p,.tabs7 p,
  .tabs0 p span,.tabs1 p span,.tabs2 p span,.tabs3 p span,.tabs4 p span,.tabs5 p span,.tabs6 p span,.tabs7 p span{font-size: 13px!important;}
  .loginpage{padding-bottom: 150px!important;}
  .taglinesection img{width: auto!important;}
  .taglinesection{height:150px;}
}
/* --end-- */




/* --------------loading dots----------- */
.loading_dots{
  color: #323232;
  padding-bottom: 20px;
  margin: auto;
  text-align: center;
  font-size: 15px;
  background-color: transparent;
  display: block;
}
.loading_dots::after {
  content: '.';
  animation: lodingdots 1s steps(5, end) infinite;
  font-size: 36px;
  line-height: 100%;
  color: #454545;
  font-weight: bold;
}
@keyframes lodingdots {
  0%, 20%{
    color: rgba(0,0,0,0);
  }
  40% {
    color: #454545;
    text-shadow: .25em 0 0 rgba(0,0,0,0),.5em 0 0 rgba(0,0,0,0);
  }
  60% {
    text-shadow: .25em 0 0 #454545,.5em 0 0 rgba(0,0,0,0);
  }
  80%, 100% {
    text-shadow: .25em 0 0 #454545,.5em 0 0 #454545;
  }
}
/* --end-- */





/*------------error page----------*/
.main-errorbox,.errormessage{margin: auto;padding-top: 200px;max-width: 800px;}
.main-errorbox i{font-size: 80px;color: #EEB703;}
.main-errorbox h1,.errormessage h1{font-weight: 500!important;color: #074E86!important;font-size: 28px;}
.main-errorbox p,.errormessage p{font-size: 14px!important;color: rgba(0, 0, 0, 0.68);line-height: 20px;}
.main-errorbox p:last-child{padding-bottom: 20px;}
.error{color:red!important;}
.has-error input[type="text"], .has-error input[type="radio"], .has-error input[type="checkbox"], 
.has-error input[type="email"], .has-error input[type="search"], .has-error input[type="date"],
.has-error input[type="time"], .has-error input[type="file"], .has-error textarea,
.has-error input[type="password"], .has-error input[type="tel"], .has-error select{
  border-color: red!important;
}
@media(max-width: 1080px){
  .main-errorbox,.errormessage{padding-top: 0px;margin-bottom: 40px;margin-top: 0px!important;}
  .main-errorbox h1,.errormessage h1{font-size: 18px;}
  .main-errorbox p,.errormessage p{font-size: 11px!important;line-height: 16px;}
  .main-errorbox i{font-size: 60px;}
}
/*--end--*/



/*------------error page----------*/
.main-errorbox,.errormessage{margin: auto;padding-top: 200px;max-width: 800px;}
.main-errorbox i{font-size: 80px;color: #EEB703;}
.main-errorbox h1,.errormessage h1{font-weight: 500!important;color: #074E86!important;font-size: 28px;}
.main-errorbox p,.errormessage p{font-size: 14px!important;color: rgba(0, 0, 0, 0.68);line-height: 20px;}
.main-errorbox p:last-child{padding-bottom: 20px;}
.error{color:red!important;}
.has-error input[type="text"], .has-error input[type="radio"], .has-error input[type="checkbox"],
.has-error input[type="email"], .has-error input[type="search"], .has-error input[type="date"],
.has-error input[type="time"], .has-error input[type="file"], .has-error textarea,
.has-error input[type="password"], .has-error input[type="tel"], .has-error select{
  border-color: red!important;
}
@media(max-width: 1080px){
  .main-errorbox,.errormessage{padding-top: 0px;margin-bottom: 40px;margin-top: 0px!important;}
  .main-errorbox h1,.errormessage h1{font-size: 18px;}
  .main-errorbox p,.errormessage p{font-size: 11px!important;line-height: 16px;}
  .main-errorbox i{font-size: 60px;}
}
/*--end--*/




/*-----------footer section----------------*/
.footer_top_link{
  background-color: #444444;
  padding-top: 30px;
  padding-bottom: 50px;
  border-top: 4px solid #777777;
}
.footereventlikn,.citybox ul{padding: 0;margin: 0;list-style-type: none;}
.footereventlikn li{display: inline-block;position: relative;line-height: 18px;padding-right: 12px;}
.footereventlikn li::after{
  content: '|';
  position: absolute;
  right: 2px;
  top: -1px;
  opacity: 0.5;
}.footereventlikn li:last-child::after{content: none;}
.footereventlikn li a{color: #888888; font-size: 13px;}
.footereventlikn li a:hover{color: #ffffff;text-decoration: none;}
.footer_top_link ~ .topfooter{border-top: 1px solid #555555!important;padding-top: 50px!important;}
.footer_h2{
  color: #dddddd!important;
  text-transform: uppercase;
  font-size: 16px !important;
  margin: 0!important;
  padding: 0 0 6px 0!important;
  font-weight: 500;
}
.fullfooter i{font-size: 20px;transition:800ms;}
.gefooter i{transform: rotate(180deg);-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);transition:800ms;}
.fullfooter{
  display: none;
  color: #eeeeee;
  cursor: pointer;
  width: 32px;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: 29px;
  left: 0;
  z-index: 1;
  background-color: #333333;
  border: 1px solid #777777;
  transition:1000ms;
}
.topfooter{border-top: 4px solid #777;background-color: #444;padding-top:26px;padding-bottom: 10px;}
footer{
  background-color: #333333;
  color: #999!important;
  padding-top: 13px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  padding-bottom: 10px;
}
.topfooter h3{
  color: #eee!important;
  font-family: 'oswald-regular';
  text-transform: uppercase;
  font-size: 18px!important;
  margin: 0!important;
  padding: 0 0 5px 0!important;
}
.citybox_bottom{margin-top: 30px;}
.citybox ul li{float: left;}
.citybox ul li a{
  border: 1px solid #555;
  line-height: 100%;
  padding: 6px 12px;
  margin: 5px 10px 5px 0;
  display: inline-block;
  color: #999;
  text-decoration: none!important;
}
.citybox ul li a:hover{background-color: #333;border-color: #333;color: #fff;}
.citybox{z-index: 1;position: relative;}
.citybox::after {
  content: "";
  background-origin: content-box;
  background:url(../images/footermap.png);
  background-size: 100% 100%;
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.subscribebox a{
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-size: 19px;
  margin-right: 3px;
  border-radius: 50%;
  color: #eee;
  background-color: #636363;
  border: 1px solid #636363;
}
.subscribebox{position: relative;padding-bottom: 15px;}
.subscribebox:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-linear-gradient(to left, rgba(0,0,0,0),rgba(255,255,255,0.10), rgba(255,255,255,0.10),rgba(255,255,255,0.10), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(to left, rgba(0,0,0,0),rgba(255,255,255,0.10), rgba(255,255,255,0.10),rgba(255,255,255,0.10), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(to left, rgba(0,0,0,0),rgba(255,255,255,0.10), rgba(255,255,255,0.10),rgba(255,255,255,0.10), rgba(0,0,0,0));
  background-image: -o-linear-gradient(to left, rgba(0,0,0,0),rgba(255,255,255,0.10), rgba(255,255,255,0.10),rgba(255,255,255,0.10), rgba(0,0,0,0));
  background-image: linear-gradient(to left, rgba(0,0,0,0),rgba(255,255,255,0.10), rgba(255,255,255,0.10),rgba(255,255,255,0.10), rgba(0,0,0,0));
}
.square1{position: relative;font-size: 22px!important;}
.fabold1{position: absolute;top: 6px;left: 7px;font-size: 9px;}
.subscribebox .facebook:hover{background-color: #3B579D;border-color: #3B579D; color: #fff;}
.subscribebox .twitter:hover{background-color: #2CAAE1;border-color: #2CAAE1; color: #fff;}
.subscribebox .comment:hover{background-color: #F87F14;border-color: #F87F14; color: #fff;}
.subscribebox .linkedin:hover{background-color:#0077B5;border-color: #0077B5; color: #fff;}
.subscribebox .youtube:hover{background-color: #DB2726;border-color: #DB2726; color: #fff;}
.subscribebox .instagram:hover{background-color: #E23C60;border-color: #E23C60; color: #fff;}
.subscribebox span,.stay-updated span{display: block;color: #ccc;font-size: 14px;margin-top: 15px;}
.subscribespan span{display: block;color: #999;}
.subscribespan span i{
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 15px;
  margin-right: 5px;
  display: inline-block;
}
.subscribespan span a{color: #999!important;}
.footer.combinebox{position: relative;margin-bottom: 0!important;}
.footer.combinebox input[type="text"]{
  background-color: #3F3F3F!important;
  border-color: #666666!important;
  height: 30px;
  border-radius: 2px!important;
  overflow: hidden;
  color: #eeeeee!important;
  padding-right: 85px!important;
}
.footer.combinebox .footerbtn{
  background-color: #666666!important;
  color: #ffffff;
  font-size: 14px;
  border-radius: 0 2px 2px 0!important;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  line-height: 100%;
  border: none;
  text-transform: uppercase;
}
.footer.combinebox .footerbtn:hover{background-color: #3C7AEB!important;}
.FooterQuickLinks{text-align: center;margin-top: 20px;padding-top: 15px;position: relative;}
.FooterQuickLinks:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-linear-gradient(to left, rgba(0,0,0,0),rgba(255,255,255,0.10), rgba(255,255,255,0.10),rgba(255,255,255,0.10), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(to left, rgba(0,0,0,0),rgba(255,255,255,0.10), rgba(255,255,255,0.10),rgba(255,255,255,0.10), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(to left, rgba(0,0,0,0),rgba(255,255,255,0.10), rgba(255,255,255,0.10),rgba(255,255,255,0.10), rgba(0,0,0,0));
  background-image: -o-linear-gradient(to left, rgba(0,0,0,0),rgba(255,255,255,0.10), rgba(255,255,255,0.10),rgba(255,255,255,0.10), rgba(0,0,0,0));
  background-image: linear-gradient(to left, rgba(0,0,0,0),rgba(255,255,255,0.10), rgba(255,255,255,0.10),rgba(255,255,255,0.10), rgba(0,0,0,0));
}
.FooterQuickLinks a{
  color: #666666;
  display: inline-block;
  line-height: 100%;
  padding: 6px 6px;
  text-decoration: none;
  -webkit-transition:400ms;
  transition:400ms;
}
.FooterQuickLinks a:hover{color: #999999;}
.copy_wright_text{text-align: center;margin-top: 6px;}
.sort_ge_dec{padding-right: 25px;color: #888;font-size:13px!important;}
.sort_ge_dec img{display: block;max-width: 180px;margin-bottom: 10px;}
.sm_footer_link{height: 30px;line-height: 30px;text-align: center}
.sm_footer_link a{padding-right: 20px;font-size: 14px;color: #999;position: relative;}
.sm_footer_link a::after{
  content: '|';
  position: absolute;
  right: 6px;
  top: -6px;
  color: #444;
}
.sm_footer_link a:last-child::after{content: none;}
.ge_support{height: 30px;line-height: 30px;font-size: 14px;}
.fallow_text{height: 30px;line-height: 30px;font-size: 14px;padding-right: 5px;font-weight: 400;color: #999;}
.ge_copy{color: #555;height: 30px;line-height: 30px;}
body.for_sm_footer{padding-bottom: 0!important;}
.for_sm_footer .small_footer{display: none;}
.normal_page.order_detail_page{padding-bottom: 50px!important;}
.normal_page.order_detail_page .small_footer .col-md-offset-2.hide_home,
.normal_page.order_detail_page .small_footer .col-sm-5 .sm_footer_link,
.normal_page.order_detail_page .col-sm-5.hide_home .ge_support,.normal_page.order_detail_page .ge_qu_link.pull-right{display: none!important;}
.normal_page .footer_top_link, .normal_page .fullfooter, .normal_page .topfooter{display: none!important;}
@media(max-width: 1080px){
  .footer_top_link .footer_h2{margin-top: 30px!important;font-size: 14px!important;font-weight: 400;}
  .footer_top_link{padding-top: 0;padding-bottom: 30px;}
  .footer_top_link ~ .topfooter{padding-top: 30px!important;}
  .topfooter h3{margin-top: 40px!important;}
  .small_footer{display: block!important;}
  .sm_footer_link a{padding-right: 16px;font-size: 13px;}
  .sm_footer_link a::after{right: 4px;}
  body.normal_page{padding-bottom: 194px!important;}
  .for_sm_footer .hide_home{display: none!important;}
  .ge_support{height: 24px;line-height: 24px;font-size: 13px;}
  .fallow_text{height: 20px;line-height: 20px;font-size: 13px;padding-right: 5px;font-weight: 400;color: #999;}
  .ge_copy{height: 24px;line-height: 24px;}
  .sort_ge_dec{padding-right: 0;font-size: 12px;}
  .FooterQuickLinks a{padding: 6px 2px!important;font-size: 13px!important;}
  .citybox_bottom{margin-top: 0;}
  .citybox .clearfix{padding: 0!important;margin: 0!important;}
  body.for_sm_footer {padding-bottom: 48px!important;}
  footer{bottom: 0px!important;}
  footer.bottomspace{bottom: 58px!important;}
  .fullfooter{bottom: 29px;display: block;}
  .topfooter{display: none;} 
  .normal_page.order_detail_page{padding-bottom: 98px!important;}
  .order_main_box {padding: 16px 10px 12px 10px;}
}
/*--end footer--*/
/*-------tag section of page-------*/
.pagetagline_section{
  height: 120px;
  background-color: #074E86;
  text-align: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.pagetagline_section_inner{
  position: absolute;
  padding: 10px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.pagetagline_section h1,.pagetagline_section h2{
  padding: 0!important;
  margin: 0!important;
  font-weight: bold;
  color: #ffffff;
}
.pagetagline_section h1 {font-size: 30px !important;}
.pagetagline_section h2 {
  font-size: 18px !important;
  padding-top: 10px !important;
  color:#e5e5e5 !important;
  font-weight: normal !important;
}
@media(max-width: 1080px){
  .pagetagline_section{background-image: none!important;background-color: #fafafa;height: 70px;}
  .pagetagline_section h1 {font-size: 16px !important;color: rgba(0, 0, 0, 0.78)!important;}
  .pagetagline_section h2 {font-size: 12px !important;padding-top: 4px !important;color: rgba(0, 0, 0, 0.58)!important;}
}
/*--end--*/
/*-------new offwr card design-------*/
.offercard_n,.offercard_n:hover{
  width: 194px;
  border: 1px dotted #c0c0c0;
  border-radius: 4px;
  padding: 15px 8px;
  background-color: #fff;
  display: inline-block;
  color: rgba(0, 0, 0, 0.78)!important;
  margin: 0 8px 6px 0!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  text-align: center;
  text-decoration: none!important;
  transition: 200ms;
  overflow: hidden;
  min-height: 220px;
}
.offercard_n:hover{border-color: #10376D;box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.24);transition: 200ms;overflow: hidden;}
.offer_c_logo{
  height: 72px;
  text-align: center;
  padding: 10px 0;
  width: 164px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.offer_c_logo img{ max-height: 50px; display: inline-block;}
.offer_c_loc,.offer_c_code{
  font-size: 11px;
  line-height: 110%;
  text-align: center;
  margin-bottom: 4px;
}
.offer_c_code span{font-weight: bold;}
.offer_c_offer small,.avlonevent small{
  display: block;
  line-height: 100%;
  font-size: 10px;
  margin-bottom: 3px;
  color: rgba(0, 0, 0, 0.58);
}
.offer_c_offer{text-align: center;}
.offer_c_offer strong,.avlonevent strong{font-size: 15px;margin-bottom: 5px;display: block;line-height: 100%;}
.offer_c_name{
  font-size: 11px;
  line-height: 14px;
  padding: 3px 0;
  margin-bottom: 18px;
  height: 32px;
  overflow: hidden;
  text-align: center;
  color: rgba(0, 0, 0, 0.58);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.earlybirdoffers,.earlybirdoffers:hover{
  background-color: rgba(1, 195, 194, 0.45);
  padding-top: 10px;
}
.erbimg,.erbimg:hover{
  height: 100px;
  text-align: center;
  padding: 0px 0;
  width: 164px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.erbimg img{ max-height: 100px; display: inline-block;}
.avlonevent{
  margin-top: 15px;
  margin-bottom: 20px;
}
.offerimg{
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  margin-bottom: 8px!important;
  cursor: pointer;
}
.offerimg:hover{
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.24);transition: 200ms;
}
@media(max-width: 1440px) and (min-width: 1080px){
  .offercard_n,.offercard_n:hover{width: 184px;}
}
@media(max-width: 1080px){
.offercard_container{white-space: nowrap;overflow: hidden;overflow-x: scroll;}
.offercard_n,.offercard_n:hover{width: 176px;margin: 0 4px 0px 0!important;}
.offer_c_name{white-space: normal;}
}
/*--end--*/
.likebtn{
  background-color: #F86810!important;
  color: #ffffff!important;
  padding: 0 8px!important;
  border-radius: 3px;
  box-shadow: -1px -2px 3px 0 rgba(0, 0, 0, 0.24);
  height: 30px!important;
  line-height: 29px!important;
  margin-top: 4px!important;
  outline: none!important;
}
.likebtn:hover{background-color: #ef811d!important;color: #ffffff!important;}
/*----------------new card design dec-2019---------------*/
.mis_card_share.open{color: #F86810;}
.footer_bs{padding: 6px 0;}
.mis_card_share .dropdown-menu.dropdown-menu-right{bottom: 2px;right: 29px;}
.mis_shareicon i{
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}
.mis_card_btn{
  background-color: #F86810;
  border: 1px solid rgba(239, 104, 28, 0.1);
  border-radius: 3px;
  color:#fff;
  display: block;
  font-size: 12px;
  font-weight: 500;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 100px;
  box-sizing: border-box;
}
.mis_card_btn:hover {text-decoration: none;background-color: #ef811d;color: #fff;}
.mis_card{
  background-color: #ffffff;
  border-radius: 4px;
  overflow-x: hidden;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  font-size: 13px;
  position: relative;
  margin-bottom: 16px;
}
.mis_card_img{height: 132px;position: relative;overflow: hidden;border-radius: 4px 4px 0 0;}
.mis_card_img img{height: auto;min-height: 132px;width: 100%;}
.mis_card_img .soldout img {
  width: 140px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 2;
  min-height: auto;
}
.mis_card_name{
  padding: 15px;
  padding-bottom: 0;
  margin: 0px;
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.78);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mis_card_date_vanue_box{position: relative;}
.mis_card_date_vanue{
  padding: 12px 15px 15px 40px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 80px);
}
.mis_card_date_vanue span{
  width: 22px;
  display: block;
  color: #47BFB0;
  line-height: 110%;
  font-size: 11px;
  text-align: center;
  position: absolute;
  left: 13px;
  top: 11px;
  text-transform: capitalize;
  white-space: normal;
}
.mis_card_date_vanue span .fa-calendar{font-size: 16px;padding-top: 4px;}
.mis_card_name a,.mis_card_name a:hover,
.mis_card_date_vanue a,.mis_card_date_vanue a:hover{
  text-decoration: none;
  color: inherit;
}
.mis_event_price{
  position: absolute;
  right: 0px;
  top: 2px;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.78);
  font-weight: 500;
  padding: 8px;
}
.mis_card_footer{padding: 0px 7px;border-top: 1px solid #eee;line-height: 100%;}
.mis_card_footer small{
  color: rgba(0, 0, 0, 0.5);
  padding: 0 5px;
  line-height: 42px;
  text-transform: capitalize;
}
.mis_card_like,.mis_card_share{
  width: 28px;
  height: 28px;
  border-radius:50%;
  box-shadow: inset 0px 0px 1px #ccc;
  background-color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 30px;
  box-sizing: border-box;
  font-size: 14px;
  position: absolute!important;
  right: 5px;
  bottom: 113px;
  z-index: 2;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.35);
}
.mis_card_like{right: 5px;}
.mis_card_share{right: 42px;}
.mis_card_price{
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.78);
  font-weight: 500;
  box-shadow: inset 0px 0px 1px #ccc;
  position: absolute;
  right: 0;
  top: 2px;
  background-color: #fff;
  height: 20px;
  padding-left: 8px;
  padding-right: 5px;
  line-height: 20px;
  border-radius: 10px 0 0 10px;
  z-index: 1;
}
.mis_card_like .fa-heart{
  color: red;
  animation-name: heartglow;
  animation-duration: 800ms;
  transition: 500ms;
}
@keyframes heartglow{
  from {
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  }
  to {
  font-size: inherit;
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  }
}
.mis_card .mis_card_link,.mis_card .mis_card_link:hover{
  color: inherit;
  text-decoration: none;
  outline: none;
}
@media(max-width: 768px){
.mis_card_img{height: auto;}
.mis_card_img img{height: auto;min-height: auto;width: 100%;}
}
/*--end--*/
/*--------- Popular Organizers design new ---------*/
.org_carousel .mis_org_logo_box{
  width: 80px;
  height: 80px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  line-height: 78px;
  text-align: center;
  overflow: hidden;
  margin: 5px auto;
  box-sizing: border-box;
}
.org_carousel .mis_org_logo_box img{
  max-height: 80px!important;
  width: 100%!important;
  margin-top:-2px!important;
}
.mis_org_logo_name{
  display: block;
  text-align: center;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.78);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.mis_org_logo_link,.mis_org_logo_link:hover{
  text-decoration: none;
  color: inherit;
  outline: none;
}
/*--end--*/
/*------------type of event----------*/
.typeofeventsection{padding: 80px 0;background-color: #0F4163;}
.marketing_main_heading.w_h,.textdiv.w_h{color: #fff!important;}
.textdiv{margin-top:10px;}
.typeofevent{padding: 0;margin: 0;list-style-type: none;}
.typeofevent li{
  width: 14.28%;
  height: 200px;
  border: 1px dotted #ddd;
  background-color: #fff;
  display: inline-block;
  margin-right: -4px;
}
.typeofevent{
  width: 230px;
  border: 1px dotted #c0c0c0;
  border-radius: 4px;
  padding: 17px 0;
  background-color: #fff;
  display: inline-block;
  margin: 12px 7px 0px 7px!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  text-align: center;
  text-decoration: none!important;
  transition: 200ms;
  overflow: hidden;
  background-color: rgba(0, 109, 147, 0.6);
  color: #ffffff;
  font-size: 14px;
  box-sizing: border-box;
  cursor: default;
}
.typeofevent:hover{color: #ffffff;background-color: #006D93;}
/*--end--*/


/*-------------features of goevent-------------------*/
.mor_reach{max-width: 800px!important;}
.featuregoeventz{padding: 80px 80px;background-color: #ffffff;}
.gefeaturesbox{
  min-height: 110px;
  margin-top: 15px;
  background-color: #FAFBFF;
  border: 1px solid rgba(82,143,240,0.3);
  border-left: 3px solid #528ff0;
  box-sizing: border-box;
  padding: 10px 15px;
  border-radius: 5px;
}
.gefeaturesbox h3{
  padding: 0px;
  margin: 0px;
  font-size: 17px;
  line-height: 32px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.78);
}
.gefeaturesbox p{font-size: 13px;line-height: 20px;color: rgba(0, 0, 0, 0.58);}
@media(max-width: 768px){
.gefeaturesbox{min-height: auto;margin-top: 10px;}
.gefeaturesbox h3{font-size: 14px;}
.gefeaturesbox p{font-size: 12px;line-height: 18px;}
.featuregoeventz{padding: 40px 10px;}
}
/*--end--*/
@media(max-width: 768px){
.order_payment_button button{margin: 0px;height: 46px;max-width: 100%!important;}
  .order_payment_button {
    position: fixed!important;
    bottom: -1px!important;
    left: 0!important;
    z-index: 1050;
    width: 100%!important;
    height: 64px;
    padding: 8px;
    background-color: #fafafa;
    box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.2);
  }
}
/*!
 * Justified Gallery - v3.5.4
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2015 Miro Mannino
 * Licensed under the MIT license.
 */
@-webkit-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-moz-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-o-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-webkit-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@-moz-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@-o-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}.justified-gallery{width:100%;position:relative;overflow:hidden}.justified-gallery>a,.justified-gallery>div{position:absolute;display:inline-block;overflow:hidden;opacity:0;filter:alpha(opacity=0)}.justified-gallery>a>img,.justified-gallery>div>img,.justified-gallery>a>a>img,.justified-gallery>div>a>img{position:absolute;top:50%;left:50%;margin:0;padding:0;border:0}.justified-gallery>a>.caption,.justified-gallery>div>.caption{display:none;position:absolute;bottom:0;padding:5px;background-color:#000;left:0;right:0;margin:0;color:#fff;font-size:12px;font-weight:300;font-family:sans-serif}.justified-gallery>a>.caption.caption-visible,.justified-gallery>div>.caption.caption-visible{display:initial;opacity:.7;filter:"alpha(opacity=70)";-webkit-animation:justified-gallery-show-caption-animation 500ms 0 ease;-moz-animation:justified-gallery-show-caption-animation 500ms 0 ease;-ms-animation:justified-gallery-show-caption-animation 500ms 0 ease}.justified-gallery>.entry-visible{opacity:1;filter:alpha(opacity=100);-webkit-animation:justified-gallery-show-entry-animation 500ms 0 ease;-moz-animation:justified-gallery-show-entry-animation 500ms 0 ease;-ms-animation:justified-gallery-show-entry-animation 500ms 0 ease}.justified-gallery>.spinner{position:absolute;bottom:0;margin-left:-24px;padding:10px 0;left:50%;opacity:initial;filter:initial;overflow:initial}.justified-gallery>.spinner>span{display:inline-block;opacity:0;filter:alpha(opacity=0);width:8px;height:8px;margin:0 4px;background-color:#000;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px}
/*! lightgallery - v1.2.14 - 2016-01-20
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2016 Sachin N; Licensed Apache 2.0 */
@font-face {
  font-family: 'lg';
  src: url("../fonts/lg_n1z373.eot");
  src: url("../fonts/lg.eot") format("embedded-opentype"), url("../fonts/lg_n1z373.woff") format("woff"), url("../fonts/lg_n1z373.ttf") format("truetype"), url("../fonts/lg_n1z373-lg.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1080;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms ease 0s, opacity 250ms !important;
  -moz-transition: -moz-transform 250ms ease 0s, opacity 250ms !important;
  -o-transition: -o-transform 250ms ease 0s, opacity 250ms !important;
  transition: transform 250ms ease 0s, opacity 250ms !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("https://drywyekkxvsd8.cloudfront.net/static/testapp/public/build/img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("https://drywyekkxvsd8.cloudfront.net/static/testapp/public/build/img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("https://drywyekkxvsd8.cloudfront.net/static/testapp/public/build/img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("https://drywyekkxvsd8.cloudfront.net/static/testapp/public/build/img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("https://drywyekkxvsd8.cloudfront.net/static/testapp/public/build/img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-palying .lg-object, .lg-outer .lg-has-video.lg-video-palying .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-palying .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  -moz-transition: -moz-transform 0.3s ease 0s;
  -o-transition: -o-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s ease 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s ease 0s, opacity 0.15s !important;
  transition: transform 0.3s ease 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.group {
  *zoom: 1;
}

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("https://drywyekkxvsd8.cloudfront.net/static/testapp/public/build/img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 5px;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lightgallery.css.map */

.fileinput-remove-button{display: none!important;}
.file-loading {
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    font-size: 999px;
    text-align: right;
    color: #fff;
    background: transparent url('https://drywyekkxvsd8.cloudfront.net/static/testapp/public/build/img/loading.gif') top left no-repeat;
    border: none;
}

.file-object {
    margin: 0 0 -5px 0;
    padding: 0;
}

.btn-file {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    height: 36px;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
     height: 37px;
    text-align: right;
    opacity: 0;
    background: none repeat scroll 0 0 transparent;
    cursor: inherit;
    display: block;
    border-radius: 0px;
}
.btn-file span{background-color: transparent!important;}
.file-caption-name {
    display: inline-block;
    overflow: hidden;
    height: 20px;
    word-break: break-all;
}

.input-group-lg .file-caption-name {
    height: 25px;
}
.file-error-message {
    color: #a94442;
    background-color: #f2dede;
    margin: 5px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    padding: 15px;
}

.file-error-message pre, .file-error-message ul {
    margin: 0;
    text-align: left;
}

.file-error-message pre {
    margin: 5px 0;
}

.file-caption-disabled {
    background-color: #EEEEEE;
    cursor: not-allowed;
    opacity: 1;
}

.file-preview {
    width: 100%;
    position: relative;
}
.file-preview .fileinput-remove{
    position: absolute;
    top: 0px;
    right: 5px;
    z-index: 1;
}
.file-caption-main .form-control:focus {
    border-color: #ddd;
    box-shadow: none;
    outline: 0 none;
}
.file-preview-frame {
    position: relative;
    display: table;
    height: 160px;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.file-preview-image {
    vertical-align: middle;
}

.file-preview-text {
    display: block;
    color: #428bca;
    border: 1px solid #ddd;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    outline: none;
    padding: 8px;
    resize: none;
}

.file-preview-html {
    border: 1px solid #ddd;
    padding: 8px;
    overflow: auto;
}
.file-preview-other {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

.file-preview-other:hover {
    opacity: 0.8;
}

.file-actions, .file-other-error {
    text-align: left;
}

.file-other-icon {
    font-size: 4.8em;
}
.file-input-new .file-preview, .file-input-new .close, .file-input-new .glyphicon-file,
.file-input-new .fileinput-remove-button, .file-input-new .fileinput-upload-button,
.file-input-ajax-new .fileinput-remove-button, .file-input-ajax-new .fileinput-upload-button {
    display: none;
}

.file-caption-main {
    width: 100%;
}
.file-caption-main .btn-default,.file-caption-main .btn-default:hover{height:37px;border-radius: 0px;box-shadow: none;border: 1px solid #e5e5e5;}
.file-caption-main .btn-default span{background-color: transparent!important; color: #666;}


.file-caption-main .form-control{border-radius: 0px;box-shadow: none;border: 1px solid #e5e5e5;}
.file_my .file-caption-main .form-control{
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;}

.file-input-ajax-new .no-browse .input-group-btn,
.file-input-new .no-browse .input-group-btn {
    display: none;
}

.file-input-ajax-new .no-browse .form-control,
.file-input-new .no-browse .form-control {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.file-thumb-loading {
    background: transparent url('https://drywyekkxvsd8.cloudfront.net/static/testapp/public/build/img/loading.gif') no-repeat scroll center center content-box !important;
}

.file-actions {
    margin-top: 15px;
}

.file-footer-buttons {
    float: right;
}

.file-upload-indicator {
    display: inline;
    cursor: default;
    opacity: 0.8;
    width: 60%;
}

.file-upload-indicator:hover {
    font-weight: bold;
    opacity: 1;
}

.file-footer-caption {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
    padding-top: 4px;
    font-size: 11px;
    color: #777;
    /* margin: 5px auto; */
}

.file-preview-error {
    opacity: 0.65;
    box-shadow: none;
}


.file-drop-zone {
    border: 1px dashed #aaa;
    border-radius: 4px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    margin: 12px 15px 12px 12px;
    padding: 5px;
}

.file-drop-zone-title {
    color: #aaa;
    font-size: 1.6em;
    padding: 85px 10px;
    cursor: default;
}

.file-preview .clickable,
.clickable .file-drop-zone-title {
    cursor: pointer;
}

.file-drop-zone.clickable:hover {
    /* border: 2px dashed #999; */
}

.file-drop-zone.clickable:focus {
    /* border: 2px solid #5acde2; */
}

.file-drop-zone .file-preview-thumbnails {
    cursor: default;
}

.file-highlighted {
    border: 2px dashed #999 !important;
    background-color: #f0f0f0;
}

.file-uploading {
    background: url('https://drywyekkxvsd8.cloudfront.net/static/testapp/public/build/img/loading-sm.gif') no-repeat center bottom 10px;
    opacity: 0.65;
}

.file-thumb-progress {
    height: 10px;
}

.file-thumb-progress .progress, .file-thumb-progress .progress-bar {
    height: 10px;
    font-size: 9px;
    line-height: 10px;
}

.file-thumbnail-footer {
    position: relative;
}

.file-thumb-progress {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
}


.file-drag-handle {
  display: inline;
  margin-right: 2px;
  font-size: 16px;
  cursor: move;
  cursor: -webkit-grabbing;
}

.file-drag-handle:hover {
  opacity: 0.7;
}


.file-preview-initial.sortable-chosen {
  background-color: #d9edf7;
}

.fileinput-upload-button{
  background-color: #5cb85c!important;
  box-shadow: none!important;
  color: #fff!important;
  height:38px!important;
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid #5cb85c;
  font-weight: bold!important;
}
.fileinput-upload-button:hover{
  background-color: #449D44!important;
}
.fileinput-upload-button i{
  font-weight: bold!important;
  font-size: 15px!important;
  display: inline-block;
  margin-right: 3px;
}
.fileinput-upload-button span{color: #fff!important;font-weight: bold!important;}

/* IE 10 fix */
.btn-file ::-ms-browse {
    width: 100%;
    height: 100%;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#page_hide{display:none;background:#000;position:fixed;left:0;top:0;width:100%;height:100%;opacity:.8;z-index:9999}
#page_hide img{position:fixed;top:50%;left:45%}
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:visible; background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#000; padding:1px;}
        #cboxLoadingGraphic{background:url(https://drywyekkxvsd8.cloudfront.net/static/testapp/public/build/images/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../images/controls.png) no-repeat 0 0;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}


.l{box-shadow: 0 0 1px red;}
.g{box-shadow: 0 0 1px green;}
.extra_option_hide{display: none!important;}
.padding_left_c{padding-left: 0px!important;}
.padding_right_c{padding-right: 0px!important;}
header .container-fluid,footer .container-fluid,.topfooter .container-fluid,.footer_top_link .container-fluid{max-width: 1680px;}
.headerfixed{
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 800;
}
header{
	background-color:#10376D!important;
	padding-top: 6px!important;
	padding-bottom: 6px!important;
}
header .navbar{
	margin-bottom: 0px;
	border-radius: 0px;
	min-height: 1px;
	background-color: transparent;
	border: none;
	box-shadow: none;
	min-height: 30px;
}
header .navbar-nav > li > a{
	padding: 0px 10px;
  display: block;
  font-size: 14px;
  color: #DDDDDD;
  text-transform: capitalize;
  height: 36px;
  line-height: 36px;
}
header .navbar-nav > li:first-child > a{
	padding-left: 0px;
}
header .navbar-nav > li.active a,header .navbar-nav > li.active a:hover{
	color: #F86810; 
	text-decoration: none;
}
header .navbar-nav > li > a .img_o{display: none;}
header .navbar-nav > li.active .img_o,
header .navbar-nav > li.active a:hover .img_o,
header .navbar-nav > li a:hover .img_o{
	display: inline-block
}
header .navbar-nav > li.active .img_w,
header .navbar-nav > li.active a:hover .img_w,
header .navbar-nav > li a:hover .img_w{
	display: none
}
header .navbar-nav > li > a:hover{
	color: #F86810; 
	text-decoration: none;
	background-color:transparent; 
}
header .navbar-nav > .open > a,
header .navbar-nav > .open > a:hover, 
header .navbar-nav > .open > a:focus {
	background-color:#10376D;
	color: #ffffff;
}
header .dropdownlist .dropdown-menu li{
	display: block!important;
	width: 100%;
}
header .dropdownlist .dropdown-menu li a{
	background-color: transparent;
	display: block!important;
	width: 100%;
	color: #666;
	height: 36px;
	font-size: 13px;
  line-height: 36px;
  text-transform: uppercase;
  padding: 0px 14px;
}
header .dropdownlist .dropdown-menu li a:hover{
	color: #fff;
	background-color:#4267B2;
}
header .nav > li > a:focus{
	background-color: transparent;
	color: #F86810;
}
header .dropdownlist .dropdown-menu{
	border-radius: 0 0 2px 2px;
	padding: 3px 0;
}
header .navbar-brand{
	margin-left: 0px!important;
  height: 36px;
  line-height: 36px;
  padding: 0px 5px;
}
header .navbar-brand img{
	width: 100%;
	display: block;
	max-width: 140px;
	margin-top: 3px;
}
.currency_drop ul.dropdown-menu{
	max-width: 80px!important;
	min-width: 80px!important;
	width: 80px!important;
	padding: 0px!important;
	border-radius: 0px 0px 3px 3px !important;
}
.currency_drop .dropdown-toggle{
	padding: 0px 10px;
  display: block;
  font-size: 14px;
  color: #DDDDDD!important;
  text-transform: capitalize;
  height: 36px;
  line-height: 36px;
}
.currency_drop .dropdown-toggle:hover{
	color: #F86810!important; 
	text-decoration: none;
}
.currency_drop .dropdown-menu li a{
	color: #666!important;
}
.currency_drop .dropdown-menu li:hover a{
	background-color: #4267B2!important;
	color: #fff!important;
}
.currency_drop.open > a, .currency_drop.open > a:hover, .currency_drop.open > a:focus{
	background-color: transparent;
	text-decoration: none!important;
	border: none;
	color: #F86810!important;
}
.cart_count_sec{
	position: relative;
	font-size: 16px;
}
.cart_count_sec .cart_count {
  background-color: #f66930;
  border: 1px solid #232F3E;
  border-radius: 50%;
  color: #fff !important;
  display: block;
  font-size: 9px;
  height: 16px;
  line-height: 16px;
  position: absolute;
  right: -6px;
  text-align: center;
  top: -5px;
  width: 16px;
  text-shadow: 1px 1px 1px #222;
}
.loginuser{
	cursor: pointer;
	position: relative;
	padding: 4px 16px 4px 1px;
	position: relative;
}
.loginuser span.user_image{
	display:	inline-block;
	float: left;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-image: url('https://drywyekkxvsd8.cloudfront.net/static/testapp/public/build/images/flight/default.png');
	background-size: cover;
	overflow: hidden;
	margin-right: 5px;
	margin-top: 4px;
}
.loginuser span.user_name{
	font-size: 14px;
	display: inline-block;
	text-transform: uppercase;
	margin-top: 2px;
	color: #ffffff;
}
.loginuser span img{
	width: 100%;
	height: 100%;
	display: block;
}
.loginuser .fa-angle-down{
	position: absolute;
	right: 0px;
	top: 50%;
	font-weight: 600;
	margin-top: -7px;
	font-size: 16px;
	color: #ffffff;
}
.loginuser_option{
	border-radius: 0 0 2px 2px;
	padding: 3px 0;
	padding-top: 1px;
	position: absolute;
	right: 0px;
	top: 36px;
	min-width: 120px;
	background-color:#ffffff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	display: none;
	z-index: 999;
}
.loginuser_option li{
	display: block;
	width: 100%;
}
.loginuser_option li a{
	background-color: transparent;
	display: block!important;
	width: 100%;
	color: #666;
	height: 34px;
	font-size: 12px;
  line-height: 34px;
  text-transform: uppercase;
  padding: 0px 12px;
  padding-left: 3px;
  white-space: nowrap;
  text-decoration: none!important;
}
.loginuser_option li a i{
	text-align: center;
  width: 26px;
  font-size: 13px;
}
.loginuser_option li a:hover{
	color: #fff;
	background-color:#4267B2;
	text-decoration: none!important;
}
.loginuser:hover .loginuser_option{display: block;}
@media(max-width: 1080px){
	header{display: none !important;}
}

/*------search section------*/
.bottomheader{
	margin-top: 3px;
	margin-bottom: 3px;
}
.setlocation_sec{
	position: relative;
	width:100%;
	height: 32px;
	padding-left: 22px;
	padding-top: 10px;
	margin-top: 4px;
	margin-left: 21px;
}
.set_location_place .chooselocation{
	position: absolute;
	left: 22px;
	top: 1px;
	line-height: 100%;
	font-size: 13px;
	color: #E5E5E5;
	font-weight: normal;
	text-transform: none;
}
.set_location_place{
	cursor: pointer;
}
.setlocation_sec .set_location_place{
	display: block;
	font-size: 15px;
  color: #ffffff;
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.setlocation_sec .set_location_place i.fa-map-marker{
	font-size: 22px;
	position: absolute;
	left: 4px;
	top: 4px;
	color: #fff;
}
.setlocation_sec .searchlocationbox{
	width: 300px;
	background-color: #fff;
	border-top: 1px solid #e5e5e5;
	position: absolute;
	left: 0px;
	top: 43px;
	z-index: 1050;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3)!important;
	border-radius: 2px;
	display: none;
}
.searchinput{
	padding: 10px;
	background-color: #f4f4f4;
	position: relative;
}
.searchinput::after{
	content: " ";
  position: absolute;
  left: 18px;
  top: -6px;
  width: 11px;
  height: 11px;
  border-left: 1px solid #ddd; 
  border-top: 1px solid #ddd; 
  transform: rotate(45deg);
  background-color:#f4f4f4; 
}
.searchinputinner{position: relative}
.searchinputinner input{
	height: 38px;
	font-size: 14px!important; 
	border-radius: 2px!important; 
	width: 100%;
}
.autolocationlist{
	margin: 0px;
	list-style-type: none;
	background-color: #fff;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 36px;
	border: 1px solid #ddd;
	z-index: 100;
	box-sizing: border-box;
	padding: 0px!important;
	display: none;
	max-height: 250px;
	overflow: hidden;
	overflow-y: auto;
}
.autolocationlist li{
	padding: 0px;
	border-bottom: 1px solid #eee;
}
.autolocationlist li a{
	display: block;
	padding: 4px 10px;
	font-size: 13px;
	color: #666666;
	margin: 0px;
	
}
.autolocationlist li a:hover{
	background-color: #4267B2;
	color: #ffffff;
	text-decoration: none;
}
.searchtext{padding: 10px;border-top: 1px solid #eee;}
.searchtext h4{
	margin: 0px;
	padding-bottom: 7px;
	font-size: 14px;
	font-weight: 500;
	color: #ef7f1a;
}
.searchtext ul{padding: 0px;margin: 0px;}
.searchtext ul li{
	display: inline-block;
	padding: 5px 10px;
	padding-left: 0px;
	line-height: 100%;
	list-style-type: none;
}
.searchtext ul li a{color: #4267B2;}
.searchtext ul li:last-child a{color: #F86810;}
.searchtext ul li a:hover{color: #F86810;text-decoration: none;}
.search_container{
	position: absolute;
	width: 100%;
	max-width: 686px;
	top: 5px;
	left: 200px;
}
.search_inner_box{
	position: relative;
	border-radius: 2px;
}
.search_inner_box input[type="text"]{
	border-radius: 2px!important; 
	padding-left: 15px!important;
	padding-right: 60px!important;
	border: none!important;
  height: 36px;
  font-size: 14px!important;
  line-height: 36px;
}
.btnsearch{
	background-color: #f86810;
	border: 1px solid #f86810;
	border-radius: 0px 2px 2px 0px!important;
	color: #ffffff!important;
	font-size: 20px!important;
	font-weight: 400!important;
	height: 36px;
	line-height: 100%;
	padding: 0px 16px!important;
	box-shadow: none!important;
	position: absolute;
	right: 0px;
	top: 0px;
}
.autosearch{
	position: absolute;
	left: 0px;
	background-color: #ffffff;
	top: 37px;
	z-index: 300;
	width: 100%;
	max-height: 300px;
	overflow: hidden;
	overflow-y: auto;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	border-radius: 0px 0px 2px 2px;
	display: none;
}
.autosearch ul{padding: 0px;margin: 0px;}
.autosearch ul li{display: block; border-bottom: 1px solid #eee;}

.autosearch ul li a{
	color: #666;
	line-height: 120%;
	position: relative;
	display: block;
	font-size: 13px;
	padding: 8px 10px 8px 30px;
}
.autosearch ul li:last-child a{border-bottom: none;}
.autosearch ul li a i{
	position: absolute;
	width: 20px;
	left: 6px;
	top: 10px;
	font-size: 15px;
	text-align: center;
	color: #F86810;
}
.autosearch ul li a small{color: #848484;}
.autosearch ul li a:hover{
	background-color: #4267B2;
	text-decoration: none;
	color: #ffffff;
}
.extraoption_list a{
	display: block;
	height: 36px;
	width: 100%;
	background-size: auto 36px;
	background-position: right;
	background-repeat: no-repeat;
}

/* ---------web category section---- */
.web_category_parent{background-color: #ffffff;}
.web_category{
	padding: 0px;
	margin: 0px;
	height: 40px;
	overflow: hidden;
}	
.web_category li{
	float: left;
	list-style-type: none;
	margin-right: 5px!important;
}
.web_category li a{
	height: 40px;
	line-height: 40px;
	padding: 0px 5px;
	display: block;
	font-size: 13px;
	color: #454545;
	color: rgba(16, 55, 109, 0.8);
	text-decoration: none!important;
}
.web_category li a:hover{
	text-decoration: none;
	color: #F86810;
}
.web_category li .flexMenu-popup{
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	padding: 3px 0px;
	right: 1px;
	top: 40px;
	border-radius: 0 0 2px 2px;
	overflow: hidden;
	border-top: 1px solid #eee;
} 
.web_category li .flexMenu-popup li{
	float: none;
	padding: 0px!important;
	margin: 0px!important;
	border-bottom: none;
}
.web_category li .flexMenu-popup li a{
	color: #454545;
	display: block;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	padding: 0 11px!important;
}
.web_category li .flexMenu-popup li a:hover{
	text-decoration: none;
	color: #F86810!important;
}
/* --end category-- */

/* --------flight search----- */
.colpadLR{
	padding-left: 3px!important;
	padding-right: 3px!important;
}
.count_class{
	display: block;
	font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #e0e0e0;
  height: 36px;
  line-height: 34px;
	width: 100%;
}
.flightform_h input[type="text"]{
	border-radius: 0px; 
	padding: 0px 1px!important;
	border: none!important;
	border-bottom: 1px solid #e0e0e0!important;
	background-color: transparent!important;
  height: 32px;
  font-size: 14px!important;
  color: #f0f0f0!important;
  line-height: 31px;
}
.flightform_h input:focus ~ .floating_label,
.flightform_h input:not(:focus):valid ~ .floating_label{
  top: -12px;
  left: 0px;
  font-size: 12px;
  opacity: 0.65;
}
.flightform_h .floating_label {
  position: absolute;
  pointer-events: none;
  left: 0px;
  top: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #fff!important;
  transition: 0.2s ease all;
}
.select_f_class select{
	border-radius: 0px; 
	padding: 0px!important;
	border: none!important;
	border-bottom: 1px solid #e0e0e0!important;
	background-color: transparent!important;
  height: 32px!important;
  font-size: 13px!important;
  color: #ffffff;
  line-height: 31px;
}
.select_f_class select option {
  color: #444!important;
}
.passengersbox{
	position: relative;
}
.passengertype{
	position: absolute;
	left: 50%;
	margin-left: -130px;
	top: 46px;
	display: none;
}
.passengerinner{
	background-color: #ffffff;
	width: 260px;
	padding: 10px 20px;
	border-radius:2px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	position: relative;
}
.passengerinner::after{
	content: " ";
  position: absolute;
  left: 124px;
  top: -6px;
  width: 12px;
  height: 12px;
  border-left: 1px solid #ddd; 
  border-top: 1px solid #ddd; 
  transform: rotate(45deg);
  background-color:#ffffff; 
}
.passengertype select{
	border-radius: 0px; 
	border: 1px solid #e0e0e0!important;
	background-color: transparent!important;
  height: 34px;
  padding: 0px 6px!important;
  font-size: 14px!important;
  font-weight: 500!important;
  color: #666!important;
  line-height: 32px;
}
.passengertype label{
	line-height: 100%!important;
	margin-bottom: 0px!important;
}
.gobtn{
	background-color: #eee;
	border: 1px solid #ddd;
	border-radius: 2px;
	color: #444!important;
	font-size: 15px;
	font-weight: 500;
	padding: 0px 5px;
	height: 33px;
	line-height: 100%;
	box-shadow: none!important;
	text-transform: uppercase;
	margin-top: 24px;
}
.gobtn:hover{
	background-color: #ddd;
	color: #212121!important;
}
.flightinput{
	margin-top: 5px;
	position: relative;
}
.flighttype{
	padding: 0px;
	margin: 0px;
}
.flighttype li{
	float: left;
	list-style-type: none;
	margin-right: 20px;
	margin-bottom: 2px;
}
.flighttype li label{
	margin-bottom: 0px;
	color: #323232;
	padding: 0 8px 0 5px;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.4);
}
.flighttype li label.small-radio input[type="radio"]:checked ~ span.radiospan:after{
	background: #F86810!important;
}
.flighttype li label.small-radio input[type="radio"]:checked ~ span.radiospan{
	border-color: #4267B2!important;
}
/* --end flight search-- */


/* -----------mobile header css---------- */
.goeventz_category{
  padding:0 0 9px 0;
  margin: 0;
  list-style-type: none;
  background-color: #10376D;
  text-align:center;
  white-space: nowrap;
  overflow: hidden;
  overflow-y: auto;
} 
.goeventz_category li{
  display: inline-block;
}
.goeventz_category li a{
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding:0 7px; 
}
.goeventz_category li a.active{color: #F86810;}
.userimage{
	width: 36px;
	height: 36px;
	display: block;
	border: 1px solid #ddd;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	margin: 10px 12px 9px 10px;
	background-image: url('../../../../web/images/profilePic.png');
	background-size: cover;
	line-height: 0!important;
}
.userimage img{width: 100%;height: 100%;}
.mobileheader{
  background-color: #10376D;
  padding:0px 10px;
}
.mobileheader_top{
	position: relative;
	height: 50px;
}
.mobilebar{
	width: 26px;
	height: 26px;
	line-height: 26px;
	font-size: 26px;
	color: #eee;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 12px;
	cursor: pointer;
	z-index: 1;
}
.mobileheader_logo{
	display: block;
  height: 26px;
  width: 100px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
	left: 40px;
	top: 12px;
}
.mobileheade_user{
	width: 26px;
	height: 26px;
	text-align: center;
	position: absolute;
	right: 0px;
	top: 12px;
	cursor: pointer;
	z-index: 1;
}
.mobile_user_pic{
	width: 26px;
	height: 26px;
	border: 1px solid #ddd;
	border-radius: 50%;
	overflow: hidden;
	background-image: url('https://drywyekkxvsd8.cloudfront.net/static/testapp/public/build/images/no-images.png');
	background-size: cover;
}
.mobile_user_pic img{
	width: 100%;
	height: 100%;
	display: block;
}
.mobileheader_search input[type="text"],.mobileheader_search input:focus{
	box-shadow: none!important;
	padding-left: 34px!important;
	height: 38px!important;
	font-size: 13px!important;
	font-weight: 400!important;
	border: none!important;
	border-radius: 3px!important;
	width: 100%;
}
.mobileheader_search_inner{
	position: relative;
}
.mobileheader_search_inner .input_v.myautobox {
  left: 0;
  max-height: 300px !important;
  position: absolute;
  top: 37px;
  width: 100% !important;
  display: none;
}
.mobileheader_search_inner .fa-search{
	position: absolute;
	left: 7px;
	top: 8px;
	font-size: 22px;
  color: #d0d0d0;
  z-index: 0;
}
.mobileheader_location{
	position: relative;
	color: #c5c5c5;
	font-size: 14px;
	margin-top: 0px;
	line-height: 28px;
	background-color: rgba(16, 55, 109, 0.75);
	padding: 6px 10px 6px 32px;
	cursor: pointer;
	font-size: 13px;
	color: #ffffff;
}
.mobileheader_location .fa-map-marker,.mobileheader_location .fa-plane{
	position: absolute;
	left: 10px;
	top: 10px;
	font-size: 20px;
	z-index: 0;
}
.mobileheader_location .searchlocationbox{
	position: absolute;
	top: 32px;
	left: 10px;
	max-width: 340px;
	border-top: 1px solid #e5e5e5;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) !important;
	background-color: #ffffff;
	z-index: 1050;
	display: none;
}
.mobileheader_search{
	-webkit-transition:500ms;
	transition: 500ms;
	padding: 5px 0 8px 0;
}
.mobileheader_search.mobile_search_fixed{
	position: fixed;
  top:1px; 
  left:45px;
  width: calc(100% - 90px); 
  -webkit-transition:500ms;
  transition: 500ms;
}
.mobileheader.mobileheader_fixed{
	position: fixed;
  top:0px; 
  left:0px;
  width: 100%; 
  box-sizing: border-box;
  z-index: 1050;
  animation:slide-down 600ms;
}
@keyframes slide-down {
  0%{transform: translateY(-116px);} 
  100%{transform: translateY(0);} 
}
.makespace{height: 102px;}
.nevigationparent{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	margin-left: -101%;
	z-index: 9999!important;
	transition: 200ms;
}
.nevigationparentshow{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	margin-left: 0;
	z-index: 9999!important;
	transition: 500ms;
}
.nevigationparent_inner{
	width: 300px;
	height: 100vh;
	background-color: #fff;
}
.nevigation_heading{
	position: relative;
	padding-right: 45px;
	height: 55px;
	background-color: #10376D;
}
.nevigation_heading a,.nevigation_heading a:hover{
	font-size: 22px;
	padding: 0px 0px;
	line-height: 55px;
	font-weight: 500;
	color: #ffffff!important;
	display: block;
	text-decoration: none!important;
	text-transform: capitalize;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nevigation_heading .close_navigation{
	position: absolute;
	right: 6px;
	top: 12px;
	color: #10376D;
	cursor: pointer;
	border: 1px solid #9f9f9f;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50%;
	box-shadow: inset 0 0 15px #222222;
	background-color: #dddddd;
}
.navigationlist_sec{
	height: calc(100vh - 55px);
	overflow: hidden;
	overflow-y: auto;
}
.bodylayers{
	height: 100%;
	overflow: hidden;
}
.bodylayers::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5000;
	background-color: rgba(0, 0, 0, 0.65);
}
.mobile_cart_item{
	position: absolute;
	right: 50px;
	top: 9px;
	width: 30px;
	display: block;
	text-align: center;
}
.mobile_cart_item a{
	font-size: 16px;
	color: #fff;
	position: relative;
}
.cart_count{
	display: block;
	background-color: #F66930;
	width: 16px;
	height: 16px;
	border: 1px solid #232F3E;
	line-height: 16px;
	text-align: center;
	border-radius: 50%;
	font-size: 8px;
	color: #fff!important;
	position: absolute;
	top: -7px;
	right: -6px;
}
.mobileheader_top .viator_drop{
	position: absolute;
	right: 85px;
	width: 64px;
	text-align: right;
	top: 11px;
}
.mobileheader_top .viator_drop .dropdown-toggle{
	color: #fff;
}
.viator_drop a.active,.viator_drop a:focus{ 
	outline: none!important;
	text-decoration: none!important;
	border-bottom: none!important; 
	color: #F66930!important;
}
.viator_drop ul.dropdown-menu{
	max-width: 60px!important;
	min-width: 60px!important;
	width: 60px!important;
	padding: 0px!important;
	border-radius: 0px 0px 3px 3px !important;
}
.viator_drop ul.dropdown-menu li{display: block!important;width: 100%;text-align: center;}
.viator_drop ul.dropdown-menu li a{display: block;padding: 3px!important;}
.nevigation_cat_list{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.nevigation_cat_list li a{
	padding: 0px 20px;
	height: 44px;
	line-height: 44px!important;
	font-size: 16px;
	display: block;
	color: rgba(0, 0, 0, 0.68);
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-transform: capitalize;
	text-overflow: ellipsis;
}
.nevigation_cat_list li a:hover{
	text-decoration: none;
	color: #EF801C;
	background-color: #dddddd;
}
.nevigation_cat_parent{
	border-bottom: 1px solid #dddddd;
	padding: 10px 0px;
}
.nevigation_cat_parent:last-child{
	border-bottom: none;
}
.cat_list_w_img a{
line-height: 34px!important;
}
.main_cat_mob{
	background-color: #ccc;
}
.main_cat_mob{
	width: 100%;
	height: 40px;
	background-color:#ccc;
}
.main_cat_mob ul{
	padding: 0px;
	margin: 0px;
}
.main_cat_mob ul li{
	width: 20%;
	float: left;
	list-style-type: none;
}
.main_cat_mob ul li a{
	width: 100%;
	height: 40px;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #7f7f7f;
	padding-top: 4px;
	position: relative;
	border-right: 1px solid #d5d5d5;
}
.main_cat_mob ul li a::after{
	content: '';
	width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -2px;
  display: none;
}
.main_cat_mob ul li.active a::after{
	display: block;
}
.main_cat_mob ul li a img{
	display: block;
	margin: auto;
	max-width: 18px;
	max-height: 18px;
}
.main_cat_mob ul li a small{
	display: block;
	color: #7f7f7f;
	text-transform: capitalize;
	font-size: 10px;
	line-height: 120%;
	padding-top: 2px;
}
.main_cat_mob ul li a span{
	display: block;
	height: 18px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center
}
.mobileheader_container{display: none;}
@media(max-width: 1080px){
.marginheadermobile{display: none;}
.mobileheader_container{display: block;}
.searchbg{padding-top: 15px!important;}
}

/* --end bottom nevigation-- */
.hotelicon{position: relative}
.betacolor{
    background-color: #F8CB10;
    color: #10376D!important;
    display: block;
    position: absolute;
    right: 7px;
    font-weight: 500;
    top: -4px;
    height: 13px!important;
    padding: 0px 3px!important;
    padding-top: 3px!important;
    line-height: 100%!important;
    border-radius: 2px;
    font-size: 9px!important;
}

/* ------------Download App Strip ------------------ */
.download_app_strip{
  background-color: #FFFBE2;
  position: relative;
  padding-left: 28px;
  display: none;
  width: 100%;
}
.download_app_strip a{
  color: #556890;
  display: block;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding-left: 26px;
  padding-right: 46px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-image: url('../images/small-icon/cellphone.svg');
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 0px center;
  position: relative;
}
.tryit{
  display: block;
  width: 36px;
  line-height: 26px;
  font-size: 13px!important;
  background-color: #3E80FD;
  color: #ffffff;
  position: absolute;
  right: 7px;
  border-radius: 2px;
  top: 9px;
  text-align: center;
}
.closestrip{
  display: block;
  width: 19px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  position: absolute;
  top: 12px;
  left: 5px;
  border: 1px solid #556890;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.5;
  background-image: url('../images/small-icon/close_w.svg');
  background-repeat: no-repeat;
  background-size: cover;
}
.fixed_download_app_strip{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 99999;
}
.fixed_download_app_strip ~ .hotel_mobile_search {
  margin-top: 44px;
}

/*----holiday header change---*/
.holidaylink{position: relative;}
.trbl_space{
	padding-top: 35px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
.holidaysublink{
	background-color: #ffffff;
	padding: 7px;
	margin: 0px;
	width: 100%;
	min-width: 240px;
	list-style-type: none;
	border-radius: 2px 2px 3px 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 50%;
	top: 36px;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 999999;
	display:none;
}
.holidaysublink::after{
	content: '';
	width: 12px;
	height: 12px;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	position: absolute;
	left: 50%;
	top: -6px;
	margin-left: -6px;
	background-color:#ffffff;
	transform: rotate(-45deg);
}
.holidaysublink li a{
	padding: 11px 10px;
	font-size: 14px;
	text-transform: capitalize;
	color: #323232!important;
	display:block;
	line-height: 100%;
	font-weight: 500;
}
.holidaysublink li a:hover{text-decoration: none;color: #F86810!important;background-color:#10376D;}
.holidaylink:hover .holidaysublink{display:block;}
/*--end--*/


/*---------addcss 17-10-2019--------*/
@media(max-width: 1080px){
.download_app_strip{display: block;}
}
.detailsearch_icon{
  position: absolute;
  right: 36px;
  top: 12px;
  display: block;
  width: 27px;
  height: 27px;
  color:  #ffffff;
  line-height: 27px;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
  display: none;
}
.creat_mobile_btn,.creat_mobile_btn:hover{
  position: absolute;
  right: 36px;
  top: 12px;
  display: block;
  width: 80px;
  height: 27px;
  color:  #ffffff;
  background-color: #F86810;
  line-height: 25px;
  border-radius: 2px;
  text-align: center;
  text-transform: capitalize;
  font-size: 12px;
  cursor: pointer;
  box-shadow: -1px -2px 3px 0 rgba(0, 0, 0, 0.24);
  text-decoration: none!important;
}
.mobileheader_container.mh_fixed .creat_mobile_btn{right: 75px;}
.mobileheader_container.mh_fixed .detailsearch_icon{display: block;}
.detailsearch_icon.active{color: #EF681C;}
.mobileheader_container.mh_fixed .mobileheader_search{display: none;}
.mobileheader_container.mh_fixed .mobileheader_search.active{display: block;}
.mobileheader_container.mh_fixed .mobileheader,
.mobileheader_container.mh_fixed .mobileheader.mobileheader_fixed{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  animation:none;
}
.mobileheader_container.mh_fixed #makespace{height: 50px;}
.mobileheader_container.mh_fixed #makespace.mh_space_search{height: 101px;}
.mobileheader_container.mh_fixed .mobileheader_search,
.mobileheader_container.mh_fixed .mobileheader_search.mobile_search_fixed{
  -webkit-transition:500ms;
  transition: 500ms;
  padding: 5px 0 8px 0;
  position: relative;
  width: 100%;
  left: auto;
  top: auto;
}
.mobileheader_container.mh_fixed .goeventz_category,
.mobileheader_container.mh_fixed .mobileheader_location{
  display: none!important;
}
/*--end--*/





@import url("//fonts.googleapis.com/css?family=Roboto:300,400,500,700");


/*!
 * bootswatch v3.3.5
 * Homepage: http://bootswatch.com
 * Copyright 2012-2015 Thomas Park
 * Licensed under MIT
 * Based on Bootstrap
*/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.846;
  color: #666666;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #2196f3;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0a6ebd;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 3px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.846;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 23px;
  margin-bottom: 23px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: #444444;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #bbbbbb;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 23px;
  margin-bottom: 11.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 56px;
}
h2,
.h2 {
  font-size: 45px;
}
h3,
.h3 {
  font-size: 34px;
}
h4,
.h4 {
  font-size: 24px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11.5px;
}
.lead {
  margin-bottom: 23px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 92%;
}
mark,
.mark {
  background-color: #ffe0b2;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #bbbbbb;
}
.text-primary {
  color: #2196f3;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0c7cd5;
}
.text-success {
  color: #4caf50;
}
a.text-success:hover,
a.text-success:focus {
  color: #3d8b40;
}
.text-info {
  color: #9c27b0;
}
a.text-info:hover,
a.text-info:focus {
  color: #771e86;
}
.text-warning {
  color: #ff9800;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cc7a00;
}
.text-danger {
  color: #e51c23;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9151b;
}
.bg-primary {
  color: #fff;
  background-color: #2196f3;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0c7cd5;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #e1bee7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #d099d9;
}
.bg-warning {
  background-color: #ffe0b2;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #ffcb7f;
}
.bg-danger {
  background-color: #f9bdbb;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #f5908c;
}
.page-header {
  padding-bottom: 10.5px;
  margin: 46px 0 23px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 23px;
}
dt,
dd {
  line-height: 1.846;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #bbbbbb;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11.5px 23px;
  margin: 0 0 23px;
  font-size: 16.25px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.846;
  color: #bbbbbb;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 23px;
  font-style: normal;
  line-height: 1.846;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 11px;
  margin: 0 0 11.5px;
  font-size: 12px;
  line-height: 1.846;
  word-break: break-all;
  word-wrap: break-word;
  color: #212121;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #bbbbbb;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 23px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.846;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #e1bee7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #d8abe0;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #ffe0b2;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #ffd699;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f9bdbb;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #f7a6a4;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 17.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 23px;
  font-size: 19.5px;
  line-height: inherit;
  color: #212121;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.846;
  color: #666666;
}
.form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 6px 16px;
  font-size: 13px;
  line-height: 1.846;
  color: #666666;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #bbbbbb;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: transparent;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 37px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 45px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 23px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 36px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 35px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 3px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.form-group-lg select.form-control {
  height: 45px;
  line-height: 45px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 45px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 17px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 46.25px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #4caf50;
}
.has-success .form-control {
  border-color: #4caf50;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #3d8b40;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #92cf94;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #92cf94;
}
.has-success .input-group-addon {
  color: #4caf50;
  border-color: #4caf50;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #4caf50;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #ff9800;
}
.has-warning .form-control {
  border-color: #ff9800;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #cc7a00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc166;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc166;
}
.has-warning .input-group-addon {
  color: #ff9800;
  border-color: #ff9800;
  background-color: #ffe0b2;
}
.has-warning .form-control-feedback {
  color: #ff9800;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #e51c23;
}
.has-error .form-control {
  border-color: #e51c23;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #b9151b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ef787c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ef787c;
}
.has-error .input-group-addon {
  color: #e51c23;
  border-color: #e51c23;
  background-color: #f9bdbb;
}
.has-error .form-control-feedback {
  color: #e51c23;
}
.has-feedback label ~ .form-control-feedback {
  top: 28px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 30px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 16px;
  font-size: 13px;
  line-height: 1.846;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #444444;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #444444;
  background-color: #ffffff;
  border-color: transparent;
}
.btn-default:focus,
.btn-default.focus {
  color: #444444;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:hover {
  color: #444444;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #444444;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #444444;
  background-color: #d4d4d4;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: transparent;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #444444;
}
.btn-primary {
  color: #ffffff;
  background-color: #2196f3;
  border-color: transparent;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #0c7cd5;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #0c7cd5;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #0c7cd5;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #0a68b4;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2196f3;
  border-color: transparent;
}
.btn-primary .badge {
  color: #2196f3;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #4caf50;
  border-color: transparent;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #3d8b40;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:hover {
  color: #ffffff;
  background-color: #3d8b40;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #3d8b40;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #327334;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #4caf50;
  border-color: transparent;
}
.btn-success .badge {
  color: #4caf50;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #9c27b0;
  border-color: transparent;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #771e86;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:hover {
  color: #ffffff;
  background-color: #771e86;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #771e86;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #5d1769;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #9c27b0;
  border-color: transparent;
}
.btn-info .badge {
  color: #9c27b0;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #ff9800;
  border-color: transparent;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #cc7a00;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #cc7a00;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #cc7a00;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #a86400;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ff9800;
  border-color: transparent;
}
.btn-warning .badge {
  color: #ff9800;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #e51c23;
  border-color: transparent;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #b9151b;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #b9151b;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #b9151b;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #991216;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #e51c23;
  border-color: transparent;
}
.btn-danger .badge {
  color: #e51c23;
  background-color: #ffffff;
}
.btn-link {
  color: #2196f3;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #0a6ebd;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #bbbbbb;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 8;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 5;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.846;
  color: #666666;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #141414;
  background-color: #eeeeee;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #2196f3;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #bbbbbb;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.846;
  color: #bbbbbb;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 3px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 16px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #666666;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 3px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #bbbbbb;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #bbbbbb;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #2196f3;
}
.nav .nav-divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid transparent;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.846;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #666666;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid transparent;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #2196f3;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid transparent;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 23px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 20.5px 15px;
  font-size: 17px;
  line-height: 23px;
  height: 64px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 10.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 23px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 23px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 20.5px;
    padding-bottom: 20.5px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}
.navbar-btn.btn-sm {
  margin-top: 17px;
  margin-bottom: 17px;
}
.navbar-btn.btn-xs {
  margin-top: 21px;
  margin-bottom: 21px;
}
.navbar-text {
  margin-top: 20.5px;
  margin-bottom: 20.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #666666;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #212121;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #bbbbbb;
}
.navbar-default .navbar-nav > li > a {
  color: #666666;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #212121;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #212121;
  background-color: #eeeeee;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: rgba(0, 0, 0, 0.5);
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #212121;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #666666;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #212121;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #212121;
    background-color: #eeeeee;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #666666;
}
.navbar-default .navbar-link:hover {
  color: #212121;
}
.navbar-default .btn-link {
  color: #666666;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #212121;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #2196f3;
  border-color: transparent;
}
.navbar-inverse .navbar-brand {
  color: #b2dbfb;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #bbbbbb;
}
.navbar-inverse .navbar-nav > li > a {
  color: #b2dbfb;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #0c7cd5;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: rgba(0, 0, 0, 0.5);
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #0c84e4;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #0c7cd5;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #b2dbfb;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #0c7cd5;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #b2dbfb;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #b2dbfb;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 23px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #bbbbbb;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 23px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 16px;
  line-height: 1.846;
  text-decoration: none;
  color: #2196f3;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #0a6ebd;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #2196f3;
  border-color: #2196f3;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #bbbbbb;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 23px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #bbbbbb;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #bbbbbb;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #a2a2a2;
}
.label-primary {
  background-color: #2196f3;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #0c7cd5;
}
.label-success {
  background-color: #4caf50;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #3d8b40;
}
.label-info {
  background-color: #9c27b0;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #771e86;
}
.label-warning {
  background-color: #ff9800;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #cc7a00;
}
.label-danger {
  background-color: #e51c23;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #b9151b;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #bbbbbb;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #2196f3;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f9f9f9;
}
.jumbotron h1,
.jumbotron .h1 {
  color: #444444;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #e0e0e0;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 3px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 59px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 23px;
  line-height: 1.846;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #2196f3;
}
.thumbnail .caption {
  padding: 9px;
  color: #666666;
}
.alert {
  padding: 15px;
  margin-bottom: 23px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #4caf50;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #3d8b40;
}
.alert-info {
  background-color: #e1bee7;
  border-color: #cba4dd;
  color: #9c27b0;
}
.alert-info hr {
  border-top-color: #c191d6;
}
.alert-info .alert-link {
  color: #771e86;
}
.alert-warning {
  background-color: #ffe0b2;
  border-color: #ffc599;
  color: #ff9800;
}
.alert-warning hr {
  border-top-color: #ffb67f;
}
.alert-warning .alert-link {
  color: #cc7a00;
}
.alert-danger {
  background-color: #f9bdbb;
  border-color: #f7a4af;
  color: #e51c23;
}
.alert-danger hr {
  border-top-color: #f58c9a;
}
.alert-danger .alert-link {
  color: #b9151b;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 23px;
  margin-bottom: 23px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 23px;
  color: #ffffff;
  text-align: center;
  background-color: #2196f3;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #4caf50;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #9c27b0;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #ff9800;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #e51c23;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #bbbbbb;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #bbbbbb;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #2196f3;
  border-color: #2196f3;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e3f2fd;
}
.list-group-item-success {
  color: #4caf50;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #4caf50;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #4caf50;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
}
.list-group-item-info {
  color: #9c27b0;
  background-color: #e1bee7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #9c27b0;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #9c27b0;
  background-color: #d8abe0;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #9c27b0;
  border-color: #9c27b0;
}
.list-group-item-warning {
  color: #ff9800;
  background-color: #ffe0b2;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #ff9800;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #ff9800;
  background-color: #ffd699;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ff9800;
  border-color: #ff9800;
}
.list-group-item-danger {
  color: #e51c23;
  background-color: #f9bdbb;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #e51c23;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #e51c23;
  background-color: #f7a6a4;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #e51c23;
  border-color: #e51c23;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 23px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 2px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 23px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #212121;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #212121;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #2196f3;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #2196f3;
  border-color: #2196f3;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #2196f3;
}
.panel-primary > .panel-heading .badge {
  color: #2196f3;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #2196f3;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #4caf50;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #4caf50;
  background-color: #ffffff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #cba4dd;
}
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #9c27b0;
  border-color: #cba4dd;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cba4dd;
}
.panel-info > .panel-heading .badge {
  color: #9c27b0;
  background-color: #ffffff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cba4dd;
}
.panel-warning {
  border-color: #ffc599;
}
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #ff9800;
  border-color: #ffc599;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffc599;
}
.panel-warning > .panel-heading .badge {
  color: #ff9800;
  background-color: #ffffff;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ffc599;
}
.panel-danger {
  border-color: #f7a4af;
}
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #e51c23;
  border-color: #f7a4af;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f7a4af;
}
.panel-danger > .panel-heading .badge {
  color: #e51c23;
  background-color: #ffffff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f7a4af;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 3px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 19.5px;
  font-weight: normal;
  line-height: 1;
  color: #000000;
  text-shadow: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid transparent;
  min-height: 16.846px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.846;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid transparent;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.846;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #727272;
  border-radius: 3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #727272;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #727272;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #727272;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #727272;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #727272;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #727272;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #727272;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #727272;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.846;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 2px 2px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0.075);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0.075);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0.075);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0.075);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.navbar {
  border: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.navbar-brand {
  font-size: 24px;
}
.navbar-inverse .form-control {
  color: #fff;
}
.navbar-inverse .form-control::-moz-placeholder {
  color: #b2dbfb;
  opacity: 1;
}
.navbar-inverse .form-control:-ms-input-placeholder {
  color: #b2dbfb;
}
.navbar-inverse .form-control::-webkit-input-placeholder {
  color: #b2dbfb;
}
.navbar-inverse .form-control[type=text],
.navbar-inverse .form-control[type=password] {
  -webkit-box-shadow: inset 0 -1px 0 #b2dbfb;
  box-shadow: inset 0 -1px 0 #b2dbfb;
}
.navbar-inverse .form-control[type=text]:focus,
.navbar-inverse .form-control[type=password]:focus {
  -webkit-box-shadow: inset 0 -2px 0 #ffffff;
  box-shadow: inset 0 -2px 0 #ffffff;
}
.btn-default {
  -webkit-background-size: 200% 200%;
          background-size: 200%;
  background-position: 50%;
}
.btn-default:focus {
  background-color: #ffffff;
}
.btn-default:hover,
.btn-default:active:hover {
  background-color: #f0f0f0;
}
.btn-default:active {
  background-color: #e0e0e0;
  background-image: -webkit-radial-gradient(circle, #e0e0e0 10%, #ffffff 11%);
  background-image: -o-radial-gradient(circle, #e0e0e0 10%, #ffffff 11%);
  background-image: radial-gradient(circle, #e0e0e0 10%, #ffffff 11%);
  background-repeat: no-repeat;
  -webkit-background-size: 1000% 1000%;
          background-size: 1000%;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.btn-primary {
  -webkit-background-size: 200% 200%;
          background-size: 200%;
  background-position: 50%;
}
.btn-primary:focus {
  background-color: #2196f3;
}
.btn-primary:hover,
.btn-primary:active:hover {
  background-color: #0d87e9;
}
.btn-primary:active {
  background-color: #0b76cc;
  background-image: -webkit-radial-gradient(circle, #0b76cc 10%, #2196f3 11%);
  background-image: -o-radial-gradient(circle, #0b76cc 10%, #2196f3 11%);
  background-image: radial-gradient(circle, #0b76cc 10%, #2196f3 11%);
  background-repeat: no-repeat;
  -webkit-background-size: 1000% 1000%;
          background-size: 1000%;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.btn-success {
  -webkit-background-size: 200% 200%;
          background-size: 200%;
  background-position: 50%;
}
.btn-success:focus {
  background-color: #4caf50;
}
.btn-success:hover,
.btn-success:active:hover {
  background-color: #439a46;
}
.btn-success:active {
  background-color: #39843c;
  background-image: -webkit-radial-gradient(circle, #39843c 10%, #4caf50 11%);
  background-image: -o-radial-gradient(circle, #39843c 10%, #4caf50 11%);
  background-image: radial-gradient(circle, #39843c 10%, #4caf50 11%);
  background-repeat: no-repeat;
  -webkit-background-size: 1000% 1000%;
          background-size: 1000%;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.btn-info {
  -webkit-background-size: 200% 200%;
          background-size: 200%;
  background-position: 50%;
}
.btn-info:focus {
  background-color: #9c27b0;
}
.btn-info:hover,
.btn-info:active:hover {
  background-color: #862197;
}
.btn-info:active {
  background-color: #701c7e;
  background-image: -webkit-radial-gradient(circle, #701c7e 10%, #9c27b0 11%);
  background-image: -o-radial-gradient(circle, #701c7e 10%, #9c27b0 11%);
  background-image: radial-gradient(circle, #701c7e 10%, #9c27b0 11%);
  background-repeat: no-repeat;
  -webkit-background-size: 1000% 1000%;
          background-size: 1000%;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.btn-warning {
  -webkit-background-size: 200% 200%;
          background-size: 200%;
  background-position: 50%;
}
.btn-warning:focus {
  background-color: #ff9800;
}
.btn-warning:hover,
.btn-warning:active:hover {
  background-color: #e08600;
}
.btn-warning:active {
  background-color: #c27400;
  background-image: -webkit-radial-gradient(circle, #c27400 10%, #ff9800 11%);
  background-image: -o-radial-gradient(circle, #c27400 10%, #ff9800 11%);
  background-image: radial-gradient(circle, #c27400 10%, #ff9800 11%);
  background-repeat: no-repeat;
  -webkit-background-size: 1000% 1000%;
          background-size: 1000%;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.btn-danger {
  -webkit-background-size: 200% 200%;
          background-size: 200%;
  background-position: 50%;
}
.btn-danger:focus {
  background-color: #e51c23;
}
.btn-danger:hover,
.btn-danger:active:hover {
  background-color: #cb171e;
}
.btn-danger:active {
  background-color: #b0141a;
  background-image: -webkit-radial-gradient(circle, #b0141a 10%, #e51c23 11%);
  background-image: -o-radial-gradient(circle, #b0141a 10%, #e51c23 11%);
  background-image: radial-gradient(circle, #b0141a 10%, #e51c23 11%);
  background-repeat: no-repeat;
  -webkit-background-size: 1000% 1000%;
          background-size: 1000%;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.btn-link {
  -webkit-background-size: 200% 200%;
          background-size: 200%;
  background-position: 50%;
}
.btn-link:focus {
  background-color: #ffffff;
}
.btn-link:hover,
.btn-link:active:hover {
  background-color: #f0f0f0;
}
.btn-link:active {
  background-color: #e0e0e0;
  background-image: -webkit-radial-gradient(circle, #e0e0e0 10%, #ffffff 11%);
  background-image: -o-radial-gradient(circle, #e0e0e0 10%, #ffffff 11%);
  background-image: radial-gradient(circle, #e0e0e0 10%, #ffffff 11%);
  background-repeat: no-repeat;
  -webkit-background-size: 1000% 1000%;
          background-size: 1000%;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.btn {
  text-transform: uppercase;
  border: none;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.btn-link {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #444444;
}
.btn-link:hover,
.btn-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #444444;
  text-decoration: none;
}
.btn-default.disabled {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: 0;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: 0;
}
body {
  -webkit-font-smoothing: antialiased;
  letter-spacing: .1px;
}
p {
  margin: 0 0 1em;
}
input,
button {
  -webkit-font-smoothing: antialiased;
  letter-spacing: .1px;
}
a {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.table-hover > tbody > tr,
.table-hover > tbody > tr > th,
.table-hover > tbody > tr > td {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
label {
  font-weight: normal;
}
textarea,
textarea.form-control,
input.form-control,
input[type=text],
input[type=password],
input[type=email],
input[type=number],
[type=text].form-control,
[type=password].form-control,
[type=email].form-control,
[type=tel].form-control,
[contenteditable].form-control {
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 -1px 0 #dddddd;
  box-shadow: inset 0 -1px 0 #dddddd;
  font-size: 16px;
}
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  -webkit-box-shadow: inset 0 -2px 0 #2196f3;
  box-shadow: inset 0 -2px 0 #2196f3;
}
textarea[disabled],
textarea.form-control[disabled],
input.form-control[disabled],
input[type=text][disabled],
input[type=password][disabled],
input[type=email][disabled],
input[type=number][disabled],
[type=text].form-control[disabled],
[type=password].form-control[disabled],
[type=email].form-control[disabled],
[type=tel].form-control[disabled],
[contenteditable].form-control[disabled],
textarea[readonly],
textarea.form-control[readonly],
input.form-control[readonly],
input[type=text][readonly],
input[type=password][readonly],
input[type=email][readonly],
input[type=number][readonly],
[type=text].form-control[readonly],
[type=password].form-control[readonly],
[type=email].form-control[readonly],
[type=tel].form-control[readonly],
[contenteditable].form-control[readonly] {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px dotted #ddd;
}
textarea.input-sm,
textarea.form-control.input-sm,
input.form-control.input-sm,
input[type=text].input-sm,
input[type=password].input-sm,
input[type=email].input-sm,
input[type=number].input-sm,
[type=text].form-control.input-sm,
[type=password].form-control.input-sm,
[type=email].form-control.input-sm,
[type=tel].form-control.input-sm,
[contenteditable].form-control.input-sm {
  font-size: 12px;
}
textarea.input-lg,
textarea.form-control.input-lg,
input.form-control.input-lg,
input[type=text].input-lg,
input[type=password].input-lg,
input[type=email].input-lg,
input[type=number].input-lg,
[type=text].form-control.input-lg,
[type=password].form-control.input-lg,
[type=email].form-control.input-lg,
[type=tel].form-control.input-lg,
[contenteditable].form-control.input-lg {
  font-size: 17px;
}
select,
select.form-control {
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 0;
  padding-right: 0\9;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaP/QSjAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=);
  -webkit-background-size: 13px 13px;
          background-size: 13px;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-box-shadow: inset 0 -1px 0 #dddddd;
  box-shadow: inset 0 -1px 0 #dddddd;
  font-size: 16px;
  line-height: 1.5;
}
select::-ms-expand,
select.form-control::-ms-expand {
  display: none;
}
select.input-sm,
select.form-control.input-sm {
  font-size: 12px;
}
select.input-lg,
select.form-control.input-lg {
  font-size: 17px;
}
select:focus,
select.form-control:focus {
  -webkit-box-shadow: inset 0 -2px 0 #2196f3;
  box-shadow: inset 0 -2px 0 #2196f3;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEUhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISF8S9ewAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=);
}
select[multiple],
select.form-control[multiple] {
  background: none;
}
.radio label,
.radio-inline label,
.checkbox label,
.checkbox-inline label {
  padding-left: 25px;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="radio"],
.checkbox-inline input[type="radio"],
.radio input[type="checkbox"],
.radio-inline input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: -25px;
}
input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: relative;
  margin-top: 6px;
  margin-right: 4px;
  vertical-align: top;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
input[type="radio"]:focus,
.radio input[type="radio"]:focus,
.radio-inline input[type="radio"]:focus {
  outline: none;
}
input[type="radio"]:before,
.radio input[type="radio"]:before,
.radio-inline input[type="radio"]:before,
input[type="radio"]:after,
.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}
input[type="radio"]:before,
.radio input[type="radio"]:before,
.radio-inline input[type="radio"]:before {
  position: absolute;
  left: 0;
  top: -3px;
  background-color: #2196f3;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
input[type="radio"]:after,
.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:after {
  position: relative;
  top: -3px;
  border: 2px solid #666666;
}
input[type="radio"]:checked:before,
.radio input[type="radio"]:checked:before,
.radio-inline input[type="radio"]:checked:before {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
input[type="radio"]:disabled:checked:before,
.radio input[type="radio"]:disabled:checked:before,
.radio-inline input[type="radio"]:disabled:checked:before {
  background-color: #bbbbbb;
}
input[type="radio"]:checked:after,
.radio input[type="radio"]:checked:after,
.radio-inline input[type="radio"]:checked:after {
  border-color: #2196f3;
}
input[type="radio"]:disabled:after,
.radio input[type="radio"]:disabled:after,
.radio-inline input[type="radio"]:disabled:after,
input[type="radio"]:disabled:checked:after,
.radio input[type="radio"]:disabled:checked:after,
.radio-inline input[type="radio"]:disabled:checked:after {
  border-color: #bbbbbb;
}
input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: relative;
  border: none;
  margin-bottom: -4px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
input[type="checkbox"]:focus,
.checkbox input[type="checkbox"]:focus,
.checkbox-inline input[type="checkbox"]:focus {
  outline: none;
}
input[type="checkbox"]:after,
.checkbox input[type="checkbox"]:after,
.checkbox-inline input[type="checkbox"]:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -2px;
  margin-right: 5px;
  border: 2px solid #666666;
  border-radius: 2px;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}
input[type="checkbox"]:checked:before,
.checkbox input[type="checkbox"]:checked:before,
.checkbox-inline input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  display: table;
  width: 6px;
  height: 12px;
  border: 2px solid #fff;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type="checkbox"]:checked:after,
.checkbox input[type="checkbox"]:checked:after,
.checkbox-inline input[type="checkbox"]:checked:after {
  background-color: #2196f3;
  border-color: #2196f3;
}
input[type="checkbox"]:disabled:after,
.checkbox input[type="checkbox"]:disabled:after,
.checkbox-inline input[type="checkbox"]:disabled:after {
  border-color: #bbbbbb;
}
input[type="checkbox"]:disabled:checked:after,
.checkbox input[type="checkbox"]:disabled:checked:after,
.checkbox-inline input[type="checkbox"]:disabled:checked:after {
  background-color: #bbbbbb;
  border-color: transparent;
}
.has-warning input:not([type=checkbox]),
.has-warning .form-control,
.has-warning input.form-control[readonly],
.has-warning input[type=text][readonly],
.has-warning [type=text].form-control[readonly],
.has-warning input:not([type=checkbox]):focus,
.has-warning .form-control:focus {
  border-bottom: none;
  -webkit-box-shadow: inset 0 -2px 0 #ff9800;
  box-shadow: inset 0 -2px 0 #ff9800;
}
.has-error input:not([type=checkbox]),
.has-error .form-control,
.has-error input.form-control[readonly],
.has-error input[type=text][readonly],
.has-error [type=text].form-control[readonly],
.has-error input:not([type=checkbox]):focus,
.has-error .form-control:focus {
  border-bottom: none;
  -webkit-box-shadow: inset 0 -2px 0 #e51c23;
  box-shadow: inset 0 -2px 0 #e51c23;
}
.has-success input:not([type=checkbox]),
.has-success .form-control,
.has-success input.form-control[readonly],
.has-success input[type=text][readonly],
.has-success [type=text].form-control[readonly],
.has-success input:not([type=checkbox]):focus,
.has-success .form-control:focus {
  border-bottom: none;
  -webkit-box-shadow: inset 0 -2px 0 #4caf50;
  box-shadow: inset 0 -2px 0 #4caf50;
}
.has-warning .input-group-addon,
.has-error .input-group-addon,
.has-success .input-group-addon {
  color: #666666;
  border-color: transparent;
  background-color: transparent;
}
.nav-tabs > li > a,
.nav-tabs > li > a:focus {
  margin-right: 0;
  background-color: transparent;
  border: none;
  color: #666666;
  -webkit-box-shadow: inset 0 -1px 0 #dddddd;
  box-shadow: inset 0 -1px 0 #dddddd;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus:hover {
  background-color: transparent;
  -webkit-box-shadow: inset 0 -2px 0 #2196f3;
  box-shadow: inset 0 -2px 0 #2196f3;
  color: #2196f3;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus {
  border: none;
  -webkit-box-shadow: inset 0 -2px 0 #2196f3;
  box-shadow: inset 0 -2px 0 #2196f3;
  color: #2196f3;
}
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus:hover {
  border: none;
  color: #2196f3;
}
.nav-tabs > li.disabled > a {
  -webkit-box-shadow: inset 0 -1px 0 #dddddd;
  box-shadow: inset 0 -1px 0 #dddddd;
}
.nav-tabs.nav-justified > li > a,
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: none;
}
.nav-tabs .dropdown-menu {
  margin-top: 0;
}
.dropdown-menu {
  margin-top: 0;
  border: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.alert {
  border: none;
  color: #fff;
}
.alert-success {
  background-color: #4caf50;
}
.alert-info {
  background-color: #9c27b0;
}
.alert-warning {
  background-color: #ff9800;
}
.alert-danger {
  background-color: #e51c23;
}
.alert a:not(.close),
.alert .alert-link {
  color: #fff;
  font-weight: bold;
}
.alert .close {
  color: #fff;
}
.badge {
  padding: 3px 6px 5px;
}
.progress {
  position: relative;
  z-index: 1;
  height: 6px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar:last-child {
  border-radius: 0 3px 3px 0;
}
.progress-bar:last-child:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #cae6fc;
}
.progress-bar-success:last-child.progress-bar:before {
  background-color: #c7e7c8;
}
.progress-bar-info:last-child.progress-bar:before {
  background-color: #edc9f3;
}
.progress-bar-warning:last-child.progress-bar:before {
  background-color: #ffe0b3;
}
.progress-bar-danger:last-child.progress-bar:before {
  background-color: #f28e92;
}
.close {
  font-size: 34px;
  font-weight: 300;
  line-height: 24px;
  opacity: 0.6;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.close:hover {
  opacity: 1;
}
.list-group-item {
  padding: 15px;
}
.list-group-item-text {
  color: #bbbbbb;
}
.well {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel {
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.panel-heading {
  border-bottom: none;
}
.panel-footer {
  border-top: none;
}
.popover {
  border: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption h4,
.carousel-caption h5,
.carousel-caption h6 {
  color: inherit;
}

.xdsoft_datetimepicker{
	box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #FFFFFF;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	color: #333333;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	padding: 8px;
	padding-left: 0px;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:none;
}

.xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: transparent;
    border:none;
}
/*For IE8 or lower*/
.xdsoft_datetimepicker button {
    border:none !important;
}

.xdsoft_noselect{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.xdsoft_noselect::selection { background: transparent; }
.xdsoft_noselect::-moz-selection { background: transparent; }
.xdsoft_datetimepicker.xdsoft_inline{
	display: inline-block;
	position: static;
	box-shadow: none;
}
.xdsoft_datetimepicker *{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0px;
	margin:0px;
}
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker  .xdsoft_timepicker{
	display:none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker  .xdsoft_timepicker.active{
	display:block;
}
.xdsoft_datetimepicker .xdsoft_datepicker{
	width: 224px;
	float:left;
	margin-left:8px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker{
	width: 256px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker{
	width: 58px;
	float:left;
	text-align:center;
	margin-left:8px;
	margin-top:0px;
}
.xdsoft_datetimepicker  .xdsoft_datepicker.active+.xdsoft_timepicker{
	margin-top:8px;
	margin-bottom:3px
}
.xdsoft_datetimepicker  .xdsoft_mounthpicker{
	position: relative;
	text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker  .xdsoft_prev, 
.xdsoft_datetimepicker  .xdsoft_next,
.xdsoft_datetimepicker  .xdsoft_today_button{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i{
	opacity:0.5;
	background-position:-92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle;
}

.xdsoft_datetimepicker  .xdsoft_prev{
    float: left;
	background-position:-20px 0px;
}
.xdsoft_datetimepicker  .xdsoft_today_button{
    float: left;
	background-position:-70px 0px;
	margin-left:5px;
}

.xdsoft_datetimepicker  .xdsoft_next{
    float: right;
	background-position:0px 0px;
}

.xdsoft_datetimepicker  .xdsoft_next,
.xdsoft_datetimepicker  .xdsoft_prev ,
.xdsoft_datetimepicker  .xdsoft_today_button{
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0px none currentColor;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	outline: medium none currentColor;
	overflow: hidden;
	padding: 0px;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_next{
	float:none;
	background-position:-40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left:14px;
	margin-top:7px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_prev{
	background-position:-40px 0px;
	margin-bottom:7px;
	margin-top:0px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box{
	height:151px;
	overflow:hidden;
	border-bottom:1px solid #DDDDDD;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div{
	background: #F5F5F5;
	border-top:1px solid #DDDDDD;
	color: #666666;
	font-size: 12px;
	text-align: center;
	border-collapse:collapse;
	cursor:pointer;
	border-bottom-width:0px;
	height:25px;
	line-height:25px;
}

.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div > div:first-child{
 border-top-width:0px;
}
.xdsoft_datetimepicker  .xdsoft_today_button:hover,
.xdsoft_datetimepicker  .xdsoft_next:hover,
.xdsoft_datetimepicker  .xdsoft_prev:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.xdsoft_datetimepicker  .xdsoft_label{
	display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
	float:left;
	width:182px;
	text-align:center;
	cursor:pointer;
}
.xdsoft_datetimepicker  .xdsoft_label:hover{
	text-decoration:underline;
}
.xdsoft_datetimepicker  .xdsoft_label:hover i{
	opacity:1.0;
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select{
	border:1px solid #ccc;
	position:absolute;
	right:0px;
	top:30px;
	z-index:101;
	display:none;
	background:#fff;
	max-height:160px;
	overflow-y:hidden;
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select.xdsoft_monthselect{right:-7px;}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select.xdsoft_yearselect{right:2px;}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover{
	color: #fff;
    background: #ff8000;
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select > div > .xdsoft_option{
	padding:2px 10px 2px 5px; 
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current{
	background: #33AAFF;
	box-shadow: #178FE5 0px 1px 3px 0px inset;
	color:#fff;
	font-weight: 700;
}
.xdsoft_datetimepicker  .xdsoft_month{
	width:100px;
	text-align:right;
}
.xdsoft_datetimepicker  .xdsoft_calendar{
	clear:both;
}
.xdsoft_datetimepicker  .xdsoft_year{
	width: 48px;
	margin-left: 5px;
}
.xdsoft_datetimepicker  .xdsoft_calendar table{
	border-collapse:collapse;
	width:100%;
	
}
.xdsoft_datetimepicker  .xdsoft_calendar td > div{
	padding-right:5px;
}
.xdsoft_datetimepicker  .xdsoft_calendar th{
	height: 25px;
}
.xdsoft_datetimepicker  .xdsoft_calendar td,.xdsoft_datetimepicker  .xdsoft_calendar th{
	width:14.2857142%;
	background: #F5F5F5;
	border:1px solid #DDDDDD;
	color: #666666;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding:0px;
	border-collapse:collapse;
	cursor:pointer;
	height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks  .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks  .xdsoft_calendar th{
	width:12.5%;
}
.xdsoft_datetimepicker  .xdsoft_calendar th{
	background: #F1F1F1;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_today{
	color:#33AAFF;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current{
	background: #33AAFF;
	box-shadow: #178FE5 0px 1px 3px 0px inset;
	color:#fff;
	font-weight: 700;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker  .xdsoft_time_box >div >div.xdsoft_disabled{
	opacity:0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled{
	opacity:0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.xdsoft_datetimepicker  .xdsoft_calendar td:hover,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div:hover{
	color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover{
	color: inherit	!important;
    background: inherit !important;
    box-shadow: inherit !important;
}
.xdsoft_datetimepicker  .xdsoft_calendar th{
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor:default;
}
.xdsoft_datetimepicker  .xdsoft_copyright{ color:#ccc !important; font-size:10px;clear:both;float:none;margin-left:8px;}
.xdsoft_datetimepicker  .xdsoft_copyright a{ color:#eee !important;}
.xdsoft_datetimepicker  .xdsoft_copyright a:hover{ color:#aaa !important;}


.xdsoft_time_box{
	position:relative;
	border:1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller{
	background:#ccc !important;
	height:20px;
	border-radius:3px;
}
.xdsoft_scrollbar{
	position:absolute;
	width:7px;
	right:0px;
	top:0px;
	bottom:0px;
	cursor:pointer;
}
.xdsoft_scroller_box{
position:relative;
}


.xdsoft_datetimepicker.xdsoft_dark{
	box-shadow: 0px 5px 15px -5px rgba(255, 255, 255, 0.506);
	background: #000000;
	border-bottom: 1px solid #444444;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-top: 1px solid #333333;
	color: #cccccc;
}

.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_timepicker .xdsoft_time_box{
	border-bottom:1px solid #222222;
}
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_timepicker .xdsoft_time_box >div >div{
	background: #0a0a0a;
	border-top:1px solid #222222;
	color: #999999;
}

.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_label{
    background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_label > .xdsoft_select{
	border:1px solid #333;
	background:#000;
}

.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover{
	color: #000;
    background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current{
	background: #cc5500;
	box-shadow: #b03e00 0px 1px 3px 0px inset;
	color:#000;
}

.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_prev, 
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_today_button{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_calendar th{
	background: #0a0a0a;
	border:1px solid #222222;
	color: #999999;
}

.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_calendar th{
	background: #0e0e0e;
}
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_calendar td.xdsoft_today{
	color:#cc5500;
}
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current{
	background: #cc5500;
	box-shadow: #b03e00 0px 1px 3px 0px inset;
	color:#000;
}

.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_timepicker .xdsoft_time_box >div >div:hover{
	color: #000 !important;
    background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_calendar th{
	color: #666;
}
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_copyright{ color:#333 !important;}
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_copyright a{ color:#111 !important;}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover{ color:#555 !important;}


.xdsoft_dark .xdsoft_time_box{
	border:1px solid #333;
}
.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller{
	background:#333 !important;
}

.sweet-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1000; }

.sweet-alert {
  background-color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -200px;
  max-height: 90%;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  z-index: 2000; }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 60px;
    display: block; }
  .sweet-alert p {
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert hr {
    height: 10px;
    color: transparent;
    border: 0; }
  .sweet-alert button {
    color: #fff;
    border: 0;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none; }
    .sweet-alert button.cancel[disabled] {
      opacity: .4; }
    .sweet-alert button.confirm[disabled] {
      border: 4px solid transparent;
      border-color: transparent;
      width: 40px;
      height: 40px;
      padding: 0;
      margin: 0 30px;
      vertical-align: middle;
      background-color: transparent !important;
      color: transparent;
      cursor: default;
      border-radius: 100%;
      -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
              animation: rotate-loading 1.5s linear 0s infinite normal; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert .icon {
    width: 80px;
    height: 80px;
    border: 4px solid #808080;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .icon.error {
      border-color: #f27474; }
      .sweet-alert .icon.error .x-mark {
        position: relative;
        display: block; }
      .sweet-alert .icon.error .line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #f27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .icon.error .line.left {
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .icon.error .line.right {
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .icon.warning {
      border-color: #f8bb86; }
      .sweet-alert .icon.warning .body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #f8bb86; }
      .sweet-alert .icon.warning .dot {
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #f8bb86; }
    .sweet-alert .icon.info {
      border-color: #c9dae1; }
      .sweet-alert .icon.info::before {
        content: '';
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #c9dae1; }
      .sweet-alert .icon.info::after {
        content: '';
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #c9dae1; }
    .sweet-alert .icon.success {
      border-color: #a5dc86; }
      .sweet-alert .icon.success::before, .sweet-alert .icon.success::after {
        content: '';
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: #fff;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .sweet-alert .icon.success::before {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
            -ms-transform-origin: 60px 60px;
                transform-origin: 60px 60px; }
      .sweet-alert .icon.success::after {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 0 60px;
            -ms-transform-origin: 0 60px;
                transform-origin: 0 60px; }
      .sweet-alert .icon.success .placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .icon.success .fix {
        width: 5px;
        height: 90px;
        background-color: #fff !important;
        position: absolute !important;
        left: 28px;
        top: 8px;
        box-shadow:none !important;
        z-index: 1 !important;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .sweet-alert .icon.success .line {
        height: 5px;
        background-color: #a5dc86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .icon.success .line.tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg); }
        .sweet-alert .icon.success .line.long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
    .sweet-alert .icon.custom {
      background-size: contain;
      border-radius: 0;
      border: 0;
      background-position: center center;
      background-repeat: no-repeat; }

@-webkit-keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(.7);
            transform: scale(.7); }

  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }

  80% {
    -webkit-transform: scale(.95);
            transform: scale(.95); }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(.7);
            transform: scale(.7); }

  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }

  80% {
    -webkit-transform: scale(.95);
            transform: scale(.95); }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

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

  100% {
    -webkit-transform: scale(.5);
            transform: scale(.5); } }

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

  100% {
    -webkit-transform: scale(.5);
            transform: scale(.5); } }

.show-sweet-alert {
  -webkit-animation: showSweetAlert 0.3s;
          animation: showSweetAlert 0.3s; }
  .show-sweet-alert.no-animation {
    -webkit-animation: none;
            animation: none; }

.hide-sweet-alert {
  -webkit-animation: hideSweetAlert 0.2s;
          animation: hideSweetAlert 0.2s; }
  .hide-sweet-alert.no-animation {
    -webkit-animation: none;
            animation: none; }

@-webkit-keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }

  54% {
    width: 0;
    left: 1px;
    top: 19px; }

  70% {
    width: 50px;
    left: -8px;
    top: 37px; }

  84% {
    width: 17px;
    left: 21px;
    top: 48px; }

  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }

  54% {
    width: 0;
    left: 1px;
    top: 19px; }

  70% {
    width: 50px;
    left: -8px;
    top: 37px; }

  84% {
    width: 17px;
    left: 21px;
    top: 48px; }

  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }

  65% {
    width: 0;
    right: 46px;
    top: 54px; }

  84% {
    width: 55px;
    right: 0;
    top: 35px; }

  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }

  65% {
    width: 0;
    right: 46px;
    top: 54px; }

  84% {
    width: 55px;
    right: 0;
    top: 35px; }

  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); }

  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); }

  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); } }

.animate-success-tip {
  -webkit-animation: animate-success-tip 0.75s;
          animation: animate-success-tip 0.75s; }

.animate-success-long {
  -webkit-animation: animate-success-long 0.75s;
          animation: animate-success-long 0.75s; }

.icon.success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
          animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0; }

  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0; }

  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1; } }

.animate-error-icon {
  -webkit-animation: animate-error-icon 0.5s;
          animation: animate-error-icon 0.5s; }

@-webkit-keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(.4);
            transform: scale(.4);
    margin-top: 26px;
    opacity: 0; }

  50% {
    -webkit-transform: scale(.4);
            transform: scale(.4);
    margin-top: 26px;
    opacity: 0; }

  80% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    margin-top: -6px; }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(.4);
            transform: scale(.4);
    margin-top: 26px;
    opacity: 0; }

  50% {
    -webkit-transform: scale(.4);
            transform: scale(.4);
    margin-top: 26px;
    opacity: 0; }

  80% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    margin-top: -6px; }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animate-x-mark {
  -webkit-animation: animate-x-mark 0.5s;
          animation: animate-x-mark 0.5s; }

@-webkit-keyframes pulse-warning {
  0% {
    border-color: #f8d486; }

  100% {
    border-color: #f8bb86; } }

@keyframes pulse-warning {
  0% {
    border-color: #f8d486; }

  100% {
    border-color: #f8bb86; } }

.pulse-warning {
  -webkit-animation: pulse-warning 0.75s infinite alternate;
          animation: pulse-warning 0.75s infinite alternate; }

@-webkit-keyframes pulse-warning-ins {
  0% {
    background-color: #f8d486; }

  100% {
    background-color: #f8bb86; } }

@keyframes pulse-warning-ins {
  0% {
    background-color: #f8d486; }

  100% {
    background-color: #f8bb86; } }

.pulse-warning-ins {
  -webkit-animation: pulse-warning-ins 0.75s infinite alternate;
          animation: pulse-warning-ins 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/*# sourceMappingURL=second-default.css.map */