body{ padding: 0px; margin: 0px; font-weight: 400;font-family: 'latoregular'; background: #F1F1F1;}
h1, h2, h3, h4, h5, h6, ol, li, ul, a, img, p, span, strong{ padding: 0px; margin: 0px;}
a:hover,a:focus{ outline: none; text-decoration: none}
section{ float: left; width: 100%;}
.pad0{ padding: 0;}
img { max-width: 100%;}
ul, li{ list-style: none}
/*-------------Font face------------------*/

@font-face {
    font-family: 'robotomedium';
    src: url('fonts/roboto-medium_0-webfont.woff2') format('woff2'),
         url('fonts/roboto-medium_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'istok_webregular';
    src: url('fonts/istokweb-regular-webfont.woff2') format('woff2'),
         url('fonts/istokweb-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latobold';
    src: url('fonts/lato-bol-webfont-webfont.woff2') format('woff2'),
         url('fonts/lato-bol-webfont-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latomedium';
    src: url('fonts/lato-medium-webfont.woff2') format('woff2'),
         url('fonts/lato-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-reg-webfont-webfont.woff2') format('woff2'),
         url('fonts/lato-reg-webfont-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latosemibold';
    src: url('fonts/lato-semibold-webfont.woff2') format('woff2'),
         url('fonts/lato-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotobold';
    src: url('fonts/roboto-bold_0-webfont.woff2') format('woff2'),
         url('fonts/roboto-bold_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oswald_regularregular';
    src: url('fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('fonts/oswald-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'roboto';
    src: url('fonts/roboto-regular-webfont.woff') format('woff'),
         url('fonts/roboto-regular-webfont.woff2') format('woff2');

    font-weight: normal;
    font-style: normal;
}
.container {
	max-width: 1200px;
}
/*--------------------------Header Top----------------------------*/
header {position: relative;z-index: 999;}
.header-top { background: #2a8bc2; float: left; padding: 5px 0; width: 100%; }
.top-txt{ display: inline-block; width: 100%; color: #fff; }
.top-txt ul{ display: inline-block; width: 100%; color: #fff; }
.top-txt ul li{ display: inline-block; color: #fff; padding-top: 4px;padding-right: 15px;}
.top-txt ul li a{ display: inline-block; color: #fff; font-size: 15px ; font-family: 'istok_webregular';}
.social-icon {  float: right; padding-top: 5px;}
.social-icon a{ display: inline-block; font-size: 16px; margin-left: 10px; color: #fff}
.top-txt ul li a:hover,
.social-icon a:hover{ color: #333}
.slider { float: left; position: relative; width: 100%;}
.navbar-brand {
transition: width 1s ease, height 1s ease; margin: 0 !important; transition: width 1s ease, height 1s ease;height: auto;}
.navbar-light .menus_design .navbar-nav .nav-link{ 
 font-size: 19px; padding: 10px 10px;transition: width 1s ease, height 1s ease; color: #fff;font-family: 'istok_webregular'; }
.header  .navbar-toggle {z-index:3;}
.header  .fixed-me{position: fixed;left: 0px;right: 0px; top: 0;background:#313131; z-index: 9;box-shadow: 0 0 5px 0 #999;}
.header  .fixed-me .menus_design{margin: 0px;}
.header  .fixedlogo{display: none;}
.header {
    float: left;
    width: 100%;
    z-index: 99999;
    background: #313131;
}

.header .nav>li {
    position: relative;
    display: block;
}
.favourite-icon {
    margin-left: 4px;
}
#toTop {
    background: #2a8bc2;
    border-radius: 50%;
    bottom: 10px;
    cursor: pointer;
    display: none;
    font-weight: bold;
    height: 40px;
    line-height: 37px;
    padding: 0;
    position: fixed;
    right: 10px;
    text-align: center;
    transition: transform 0.5s ease 0s;
    width: 40px;
    z-index: 999999;
}

.header  .my-dropdown{transform-origin: 60% 0;max-height: calc(100vh - 60px);overflow-y: auto;}
.header .lssky-icon.open .my-dropdown {transform: scale(1);}
.header  .lssky-icon.open:before{ position: absolute;  left: 50%; bottom: 0; content: ""; border-left: 10px transparent solid;
border-right: 10px transparent solid; border-bottom: 10px #eee solid;}
.header  .city-head { font-family: 'latobold';display: block;padding: 10px 12px; color: #000;font-size: 15px;}
.header  .my-dropdown li a {padding: 3px 20px;transition: all .1s ease-in-out; font-size: 14px; color: #333;}
.header  .my-dropdown li a:hover {padding: 3px 25px;transition: all .1s ease-in-out;}
.header .dropdown-toggle::after{
    display: none;
}
.lssky-icon.show::before {
	position: absolute;
	left: 50%;
	bottom: -3px;
	content: "";
	border-left: 10px transparent solid;
	border-right: 10px transparent solid;
	border-bottom: 10px #fff solid;
	z-index: 999999;
}
.header .fixed-me .my-dropdown li a {
    padding: 3px 20px !important;
  
    font-size: 14px !important;}
.header  .fixed-me .navbar-brand{display: inline-block; padding: 3px 0px; }
.header .navbar-me .navbar-brand { width: 222px;transition: width 1s ease, height 1s ease; }
/*fixed-me .navbar-brand { width: 157px;transition: width 1s ease, height 1s ease; }*/
.header .fixed-me .desktoplogo{display: none;}
.header  .fixed-me .menus_design ul li a{padding: 24px 10px; font-size:20px;}
.header_section{  width: 100%; float: left;     background-attachment: fixed; background-position: center center;}
.header  .navbar-brand>img{margin: 0px auto;}
.header  .nav_design{background: transparent;border: none; margin-bottom: 0; border-radius: 0;   float: left; width: 100%;}
.header  .menus_design {margin: 5px 0px 0px;}
.header .navbar-default .navbar-nav > .active > a, .header .navbar-default .navbar-nav > .active > a:hover, .header .navbar-default .navbar-nav > .active > a:focus,
.header .menus_design ul li.active a,
.header .menus_design ul li a:hover{color: #2a8bc2 !important; background: transparent;}
.carousel-indicators li{
    display: none;
}

/*--------------------------featured-section--------------------------------------*/
.featured-section {padding: 40px 0;overflow: hidden; background: #F1F1F1;min-height: 350px;}
.site-title {display: inline-block;width: 100%;padding-bottom: 5px;}
.site-title h2 {display: inline-block;color: #313131;font-size: 21px;font-family: 'robotobold';}
.site-title a {float: right;color: #2a8bc2;font-size: 20px;font-family: 'robotomedium';padding-top: 3px;}
.events-img {display: inline-block;width: 100%;overflow: hidden;height: 170px;border-radius: 10px; position:relative	}
.featured-product{ display: inline-block; width: 100%; padding-top: 30px;}
.featured-product .thumbnail {	padding: 0;border: none;border-radius: 4px; overflow: hidden; margin-bottom: 0}
.date-time {display: inline-block;width: 20%; font-family: 'latoregular';vertical-align: top; color: #2a8bc2; font-size: 17px;}
.date-time b{ display: block; color: #000; font-weight: normal;}
.event-caption {display: inline-block;width: 78%;vertical-align: top;}
.event-caption h3{ line-height: 18px;}
.event-caption h3 a{ display: inline-block; font-size: 15px; color: #000; font-family: 'latomedium';}
.event-caption p{ font-size: 13px; color: #5c5c5c; font-family: 'latomedium';}
.event-caption h4{  font-size: 14px; color: #5c5c5c; font-family: 'latomedium';}
.event_about .events-img .eimg {
	width: 100%;
	max-height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
/*----------------bryan-adams-section-------------*/
.bryan-adams-section{  background: #F36523; }
.bryan-bx{ float: left; width: 100%; text-align: center;}
.bryan-txt{ display: inline-block; vertical-align: top; text-align: left; padding-top: 100px;}
.bryan-txt h2{ color: #22201F; font-size: 80px; text-transform: uppercase;font-family: 'oswald_regularregular';}
.bryan-txt h2 span{ display: block; color: #fff; font-size: 59px;}
.bryan-img{ display: inline-block}
.bryan-txt .btn-primary {color: #fff; margin-top: 20px;background-color: #0C0D11;border-color: #0C0D11; font-size: 20px;font-family: 'latosemibold'; 
             padding: 10px 50px;}
.bryan-txt .btn-primary:hover {color: #0C0D11;background-color: #F36523;border-color: #0C0D11; }
/*---------------------booking-steps-section----------------*/
.booking-steps-section{ padding: 50px 0; background: #F1F1F1}
.booking-steps{ display: inline-block; width: 100%;}
.booking-steps .thumbnail {text-align: center;padding: 30px;margin-bottom: 20px;line-height: 1.42857143;background-color: #F1F1F1;border: none;
border-radius: 0; border-bottom: 3px #2a8bc2 solid}
.booking-steps .thumbnail .caption {padding: 15px 0px 0;color: #333;}
.booking-steps .thumbnail:hover{ background: #2a8bc2; border-bottom-color: #2a8bc2}
.booking-steps .thumbnail:hover p,
.booking-steps .thumbnail:hover h3{ color: #fff}
.booking-steps .thumbnail:hover .booking-step-img{ background: #fff;}
.booking-steps .thumbnail h3{ font-size: 20px;font-family: 'latosemibold';  color: #000000}
.booking-steps .thumbnail p{ font-size: 16px;padding-top: 8px;  color: #313131}
.booking-step-img{ background: #2a8bc2; width: 90px; height: 90px; display: inline-block; border-radius: 50%; position: relative}
.steps-icon-1{background: url(../../img/front/icon1.png) no-repeat center center;width: 50px;height: 50px;display: inline-block;position: absolute;
left: 0;top: 0;right: 0;bottom: 0;margin: auto;}
.booking-steps .thumbnail:hover .steps-icon-1{background: url(../../img/front/icon1-hover.png) no-repeat center center;}
.booking-steps .thumbnail:hover .steps-icon-2{background: url(../../img/front/icon2-hover.png) no-repeat center center;}
.booking-steps .thumbnail:hover .steps-icon-3{background: url(../../img/front/icon3-hover.png) no-repeat center center;}
.steps-icon-2{background: url(../../img/front/icon2.png) no-repeat center center;width: 50px;height: 50px;display: inline-block;position: absolute;
left: 0;top: 0;right: 0;bottom: 0;margin: auto;}
.steps-icon-3{background: url(../../img/front/icon3.png) no-repeat center center;width: 50px;height: 50px;display: inline-block;position: absolute;
left: 0;top: 0;right: 0;bottom: 0;margin: auto;}
/*------------------newsletter-section*/
.newsletter-section{ padding: 30px 0 70px; background: #F1F1F1;}
.newsletter-bx{ display: inline-block; width: 100%;}
.newsletter-bx h2{ font-size: 30px; color: #000;font-family: 'latobold';}
.newsletter-bx p{ font-size: 19px; color: #000; padding-top: 10px;}
.subscribe-newsletter-bx {display: inline-block;width: 100%;border: 1px #C9C0C0 solid;padding: 30px 20px;}
.subscribe-newsletter-input{ float: left; width: 80%;}
.subscribe-newsletter-input .form-control {height: 55px;padding: 6px 15px;font-size: 19px;background-color: #e5e5e5;border: 1px solid #e5e5e5;
border-radius: 0;box-shadow: none;}
.subscribe-newsletter-input .form-control:focus{ box-shadow: none;border: 1px solid #e5e5e5;}
.subscribe-newsletter-btn{ float: left; width: 20%}
.subscribe-newsletter-btn .btn-primary {color: #fff;background-color: #2a8bc2; font-size: 19px;font-family: 'latomedium'; line-height: 43px;
border-color: #2a8bc2; border-radius: 0; height: 55px; width: 100%}
.find-us{ display: inline-block; width: 100%; padding: 20px 20px 0;}
.find-us label{display: inline-block; font-size: 19px; color: #313131; font-weight: normal}
.social-icons{ display: inline-block; padding-left: 20px;}
.social-icons a{ display: inline-block; color: #2a8bc2; font-size: 21px; margin-right: 15px;}
/*----------------Footer-------------*/
.footers{ float: left; width: 100%; padding: 40px 0 0; background: #313131; color: #fff;}
.footer-logo{ display: inline-block; width: 100%; }
.footer-logo a{ display: inline-block; margin-bottom: 20px;}
.footer-logo p{ font-size: 17px; padding: 0px 0 20px; line-height: 30px;}
.footer-logo h4 {color: #2a8bc2;font-size: 17px; margin: 20px 0 10px; display: inline-block; width: 100%; text-transform: uppercase;font-family: 'robotomedium';}
.footer-link{ display: inline-block; width: 100%; margin-top: 10px;}
.footer-link li{ display: block; padding:0 8px 10px 0;}
.footer-link li a{ color: #fff; font-size: 17px; }
.footer-link li b{ font-weight: normal; font-size: 18px}
.title-widget {color: #2a8bc2;font-size: 18px;font-weight: 400;line-height: 1;position: relative; margin: 23px 0 0; display: inline-block; width: 100%;
 padding-bottom: 15px; text-transform: uppercase;font-family: 'robotomedium';}
.title-widget span {position: relative;display: inline-block;width: 100%;}
.tuy-city{ display: inline-block; width: 100%; margin-top: 0px;}
.widget_nav_menu ul { list-style: outside none none; padding-left: 0; padding-top: 10px;}
.widget_nav_menu ul li { position: relative;  margin-bottom: 8px;width: 100%;float: left;}
.widget_nav_menu ul li a{ font-size: 17px; line-height: 20px; color: #fff; font-weight: 400;  }
.footer-link li a:hover,
.widget_nav_menu ul li.active a,
.widget_nav_menu ul li a:hover{ color: #2a8bc2}
.widget_nav_menu ul.menu_categori{ width: 100%; float: left}
.ftdrop3, .ftdrop2, .ftdrop1, .ftdrop4 {display: none;}
/*---------------Footer-------------------*/
.featured-product img,
.product-img img{   transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all; width: 100%; height:100%; object-fit:cover}
.featured-restaurants .thumbnail:hover img,
.featured-product .thumbnail:hover img{    transform: scale(1.10);-webkit-transform: scale(1.10);-moz-transform: scale(1.10);-o-transform: scale(1.10);
          -ms-transform: scale(1.10);}

/*----------------------Login-----------*/
.login-section{ padding: 30px 0; background: #f1f1f1}
.login-modal .modal-dialog {margin: 30px auto;max-width: 420px;width: 100%;}
.login-modal .modal-body{padding:30px 30px 20px;}
.login-form {display: inline-block;width: 100%;	}
.login-modal .modal-header {padding: 15px 30px; text-align: center}
.login-modal .modal-title {font-size: 21px; font-weight: 500;font-family: 'latobold';}
.login-modal .modal-header p{ font-size: 15px; padding-top: 5px; color: #555}
.input-login{ display: inline-block; width: 100%; position: relative}
.input-login .form-control {height: 45px;padding: 0px 20px 0 50px;font-size: 14px;color: #555;border: 1px solid #ccc;border-radius: 0px;box-shadow: none;}
.fa-icon{ position: absolute; left: 0; top: 9px; width: 50px; color: #666; font-size: 18px; text-align: center}
.login-modal .btn-primary {background: #2a8bc2; border-radius: 4px; border:1px #2a8bc2 solid;font-size: 18px;padding:6px 30px; margin-top: 5px; 
             color: #fff; width: 70%}
.login-modal .modal-footer {padding: 15px 30px;text-align: center;}
.login-modal .btn-primary:hover { background: #000; color: #fff; border-color: #000}
.accpet-txt label {font-weight: normal;vertical-align: top;width: 90%;}
.four_passdsw {float: right;padding: 4px 0;}
.four_passdsw a {border-bottom: 1px solid transparent;color: #000;font-size: 16px;}
.four_passdsw a:hover {color: #2a8bc2;}
.rem_for{width:100%; display:inline-block; }
.form__remember { margin: 0px 0px 0px 0px; float:left;}
.input_btm_spac{margin: 0px 0px 30px 0px;}
.form__remember input[type=checkbox].in-checkbox { display: none; -webkit-appearance: checkbox; -webkit-rtl-ordering: logical; -webkit-user-select: text; cursor: auto; text-rendering: auto; -webkit-writing-mode: horizontal-tb;}
label.in-label {display: inline-block;cursor: pointer;position: relative;padding-left: 34px; padding-top: 2px;font-weight: normal;
 font-size:16px; color:#676767; }
label.in-label:before {content: ""; display: inline-block; width: 27px; height: 27px; margin-right: 10px; position: absolute; left: 1px; top: 0px; padding-top: 3px; background-color: #fff; border: 1px solid #b3b3b3; -webkit-transition: 0.3s;
 transition: 0.3s; border-radius:3px;}		
.form__remember input[type=checkbox].in-checkbox:checked + label:before { font: normal normal normal 14px/1 FontAwesome; content: "\f00c"; font-size: 12px;  color: #2c3e50; text-align: center; line-height: 18px;}	
.form__remember a{ color: #000;}

.four_login_bx {display: inline-block;padding: 30px 0 20px;text-align: center;width: 100%; font-size: 16px; color: #555}
.four_login_bx a {border-bottom: 1px solid transparent;color: #000;font-size: 16px;}
.four_login_bx a:hover {color: #2a8bc2;}

.social-login{ display: inline-block; width: 100%; text-align: center }
.social-login a{ display: inline-block; width: 80%; text-align: center; text-transform: uppercase; font-size: 16px; color: #fff;font-family: 'latobold';
height: 40px; line-height: 42px;}
.social-login a i{ margin-right: 5px;}
.facebook-login{ background: #3b5998}
.google-login{ background: #dd4b39}
.social_login_bx{}
.social_login_bx .btn-default{ width: 100px; font-size: 16px;}

/*----------------Events-Page-----------------*/
.featured-product-inner{ padding-top: 0}
.featured-product-inner .thumbnail {margin-bottom: 30px;}
.inner-site-title {display: inline-block;width: 100%;}
.inner-events{ display: inline-block; width: 100%;padding-top: 30px;}
.inner-site-title h2 {display: inline-block;color: #313131;font-size: 21px;font-family: 'robotobold';}
.listing-tabs {display: inline-block; padding-left: 10px;}
.listing-tabs ul {display: inline-block;width: 100%;}
.listing-tabs ul li {display: inline-block;}
.listing-tabs ul li a {display: inline-block;color: #333;font-size: 17px;padding: 3px 6px;}
.listing-tabs ul li.active a,
.listing-tabs ul li a:hover {color: #2a8bc2;}
.filetr-widget {display: inline-block;width: 100%;background: #fff;border-radius: 5px;padding: 15px; margin-bottom: 20px;}
.filetr-widget h3{ font-size: 15px;display: inline-block; position: relative; padding-left: 20px; cursor: pointer}
.clear-filters{ float: right; color: #999; font-size: 14px;}
.filter-list{ display: none; width: 100%; margin-top: 18px;}
.filter-list ul{ display: inline-block; width: 100%}
.filter-list ul li{ display: inline-block; width: 100%}
.filter-price{ display: none; width: 100%; margin-top: 15px;}
.filter-price ul{ display: inline-block; width: 100%}
.filter-price ul li{ display: inline-block; margin-bottom: 7px; margin-right: 7px; }
.filter-price ul li a{ display: inline-block; border: 1px #ddd solid; padding: 4px 10px; border-radius: 3px; color: #333;}
.filter-price ul li.active a{ background: #2a8bc2; border-color: #2a8bc2; color: #fff}
.events-browse{ display: inline-block; width: 100%; margin-top: 0px;}
.events-browse a{ border: 1px #2a8bc2 solid; width: 100%; display: inline-block; padding: 8px 10px; text-align: center; border-radius: 3px;
color: #2a8bc2; font-size: 16px;}

.offer-div{ display: inline-block}
.make-div{ color: #2a8bc2}
.date-mack:before{ position: absolute; left: 0;  content: "\f107";top: -2px; font-size: 20px; font-family: FontAwesome;
transform: translate(0,-50%);-webkit-transform: translate(0,-50%);
transition: transform .3s ease-out;
-webkit-transition: transform .3s ease-out;
transform: rotate(0deg);
-webkit-transform: rotate(0deg);}
.make-div:before {transform: rotate(-180deg);-webkit-transform: rotate(-180deg);}
/*login=============================================================*/
.login-section .modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
     -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;
}
/*event_section=====================================================================================*/
.event_section{
    background-image: url(../../img/front/banner_event.png);
    padding: 130px 0px;
    background-repeat: no-repeat;
    background-position: center;
}
.listing-event{
    display: inline-block;
    float: right;
}
.listing-event li{
    padding-left:20px;

}
/*event_detail_section===============================================================*/
.event_detail{
   background: #fff;
    padding: 50px 0px;
}
.event_detail .e0{
    border-bottom: 1px #cdcdcd solid;
    margin-bottom: 20px;

}
.date_map .fa{
   color: #333333;
    font-size: 18px;
    padding-right: 5px;
}
.date_map .map_cale{
    border-left: 3px #cdcdcd solid;
    padding-left: 10px;
}
.event_detail .date_map li {
 font-family:'roboto';
       display: inline-block;
    padding-right: 10px;
    font-size: 17px;
}
.event_detail .event_socil {
    display: inline-flex;
    text-align: right;
    float: right;
}
.event_detail .event_socil li{
      display: inline-block;
padding-left: 20px;
    }
    .event_detail .event_socil p{
        font-size: 18px;
           
    }
 .listing-event .dropdown .dropdown-toggle::after{
        display: none;
    }
    .listing-event .dropdown .dropdown-toggle{
         padding: 4px 28px 4px 10px;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #313131;
    border-radius: 29px;
    box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.05);
    color: #313131;
    width:100%;
    font-size: 16px;
    padding-left: 30px;
    }
.event_detail .event_socil ul {
    padding-left: 5px;
}
.event_detail .text h2 {
    font-size: 25px;
    font-weight: 800;
    font-family: 'robotobold';
}
.event_detail .text p {
    padding: 6px 0px 20px;
    font-size: 18px;
    font-family:'roboto';
}
.event_detail .btn_book a {
    background: #2a8bc2;
    padding: 14px 24px;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.30);
}
/*.event_about_section=================================================================*/
.event_about{
    background:#f1f1f1;
}
.show_more p{
    background: #2a8bc2;
    width: 178px;
    padding: 15px 0px;
    margin: 0px auto;
    color: #fff;
        margin-top: 15px;
    box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.30);
}
.sd2 {
    width: 100%;
    display: inline-block;
    background: #fff;
  

}
.intro p a {
   
    color: #2a8bc2 !important;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
}
.intro p {
    font-size: 16px;
    font-family:'roboto';
}
.intro {
    border-top: 2px #cdcdcd solid;
    padding: 20px 20px;
        border-bottom: 2px #cdcdcd solid;
}
.service_card1 {
  float: left;
    width: 100%;
    padding: 20px;
    padding-bottom: 20px;
    padding-top: 15px;
    background: #fff;
    font-family: 'robotobold';
}
.service_card1 a{
        font-size: 20px;
    font-weight: 700;
}
.event_about .sd2 .collapsed .icon {
    float: right;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);

}

.event_about .sd2 .icon {
    float: right;
   -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}
.service_card1 .icon {
    float: right;
}
.event_about .bg_white1{
    background: #2a8bc2;
    padding: 14px 0px;
    text-align: center;
    color: #fff;
    font-size: 19px;
}
.event_about .address {
    background: #fff;
    padding: 10px 10px;
}
.event_about .address h5 {
    padding-top: 24px;
    padding-bottom: 14px;
    color: #000;
    font-weight: 700;
}
.event_about .address p{
    color: #313131;  
     padding-bottom: 10px;
     font-size: 16px;
}
/**----------Profile-------*/
.profile-section {padding: 40px 0;background: #f5f5f5;}
.account-menu { display: inline-block;width: 100%;background: #fff; min-height: 450px}
.profile-bx {display: inline-block;width: 100%;text-align: center;padding: 20px 0;border-bottom: 1px #ddd solid;}
.account-menu ul {display: inline-block;width: 100%; text-align: left}
.account-menu ul li {display: inline-block;width: 100%;}
.account-menu ul li a {display: inline-block;padding: 12px 20px;box-sizing: border-box;background: #fff;border-bottom: solid 1px #fff;width: 100%;color: #1d3b48;}
.account-menu ul li a strong {font-size: 16px;font-weight: normal;letter-spacing: -.5px;margin-bottom: 5px;font-family: 'latosemibold';}
.account-menu ul li a span {font-size: 13px;font-weight: normal;letter-spacing: -.4px;display: block;}
.account-menu ul li a:hover,
.account-menu ul li a.active {background-color: #2a8bc2; color: #fff}
.my-profile-part{ display: inline-block; width: 100%;}
.my-profile-part h2 {color: #1d3b48;font-family: 'latosemibold'; font-size: 17px;}
.edit-info-sec{ display: inline-block; width: 100%; background: #fff; margin-top: 10px; padding: 30px; border-radius: 3px;  margin-bottom: 30px; position: relative}
.profile-info{ display: inline-block; width: 100%; padding-bottom: 15px;}
.profile-info label{ color: #333;font-family: 'latosemibold'; font-size: 15px; width: 25%;vertical-align: top;}
.profile-info span{ color: #333; font-size: 15px; width: 74%; vertical-align: top;}
.edit-info {position: absolute;right: 20px;top: 10px;}
.edit-info a{ color: #000; font-size: 19px; position: relative}
.edit-info a:before{ position: absolute; left: 50%; top: 22px; content: "Edit Profile"; background: #2a8bc2; color: #fff; font-size: 13px; padding: 5px;
transform: translate(-50%,0);width: 100px;text-align: center;border-radius: 5px; opacity: 0}
.edit-info a:after{ position: absolute; left: 50%; top: 15px; content: ""; transform: translate(-50%,0); border-bottom: 8px #2a8bc2 solid;
border-left: 8px transparent solid;border-right: 8px transparent solid; opacity: 0}
.edit-info a:hover:before,
.edit-info a:hover:after{ opacity: 1}
.profile-img {display: inline-block;width: 240px;height: 190px;border-radius: 10px;overflow: hidden;box-shadow: 0 0 5px 0 #ddd;position: relative;}
.profile-img img, .ploader img {position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;}
.new-image-add {position: absolute;left: 0;top: 0;width: 100%;height: 100%;text-align: center;opacity: 0;background: rgba(0,0,0,0.5);}
.new-image-add input[type="file"] {width: 100%;height: 100%;opacity: 0;cursor: pointer;}
.new-image-add a {position: absolute;left: 50%;top: 50%;color: #fff;font-size: 25px;transform: translate(-50%,-50%);pointer-events: none;}
.ploader {position: absolute;left: 0;top: 0;z-index: 999;text-align: center;width: 100%;background: rgba(255,255,255,0.9);height: 100%;display: none;}
.profile-img:hover .new-image-add {opacity: 1;}
.my-menu {display: none;}
.passloader {   position: absolute;display: none;left: 50%;transform: translate(-50%,0);top: 0;}
.loginbtnloader{ position: absolute; top: 9px; left: 50%; transform: translate(-50%,0); display: none}


/*---------mybooking------*/
.mybookig-list {display: inline-block;width: 100%;}
.mybookig-list-main {display: inline-block;width: 100%;margin-bottom: 25px;}
.mybookig-list-main h3 {font-size: 20px;font-family: arial;color: #666;margin-bottom: 10px;}
.mybookig-list-bx {display: inline-block;width: 100%;border: 1px #ddd solid;border-radius:3px;}
.mybookig-list-top {display: inline-block;width: 100%;padding: 10px;}.mybook-img {float: left;width: 120px;}
.mybookig-list-right {overflow: hidden;padding-left: 20px;}
.mybookig-list-right h4 {font-size: 18px;font-family: arial;color: #666;margin-bottom: 15px;}
.mybookig-list-right h5 {font-size: 16px;font-family: arial;color: #666;margin-bottom: 10px;}
.mybookig-list-right p {font-size: 16px;font-family: arial;color: #666;margin-bottom: 10px;}
.mybookig-list-bottom {display: inline-block;width: 100%;padding: 10px 15px;border-top: 1px #ddd solid;}
.mybookig-list-ticket {float: left;width: 100px;text-align: center;font-size: 16px;font-family: arial;}
.mybookig-list-ticket b {display: block;font-size: 25px;}
.mybookig-list-screen {float: left;width: 200px;font-size: 16px;font-family: arial;text-transform: uppercase;padding-left: 30px;}
.mybookig-list-screen span {display: block;padding-top: 7px;text-transform:uppercase;}
/***************Book step 1***************/
.mybook-section {background: #313131;text-align: center;padding: 10px 0;color: #fff;}
.my-book-part {max-width: 560px;margin: 0 auto;position: relative;padding: 0 40px;}
.my-book-back {position: absolute;left: 0;top: 38%;}.my-book-remove {position: absolute;right: 0;top: 38%;}
.my-book-part h2 {font-size: 26px;font-family: arial;}
.my-book-part p {font-size: 15px;font-family: arial;}
.mybook-detal-section {padding: 15px 0;}
.mybook-detal-section {padding: 15px 0;}
.my-book-container {max-width: 560px;margin: 0 auto;}
.mybook-detal-section h2 {font-size: 20px;font-family: arial;color: #666;}
.my-book-category {display: inline-block;width: 100%;background: #fff;margin: 10px 0;}
.my-book-category-list {float: left;width: 100%;border-bottom: 1px #ddd solid;padding: 20px;font-family: arial;}
.my-book-category-left strong {display: block;padding-bottom: 5px;}
.my-book-category-right {float: right;padding-top: 9px;}
.add-book {display: inline-block;border: 1px #2a8bc2 solid;padding: 3px 16px;border-radius: 3px;}
.my-book-category-left {float: left;}
.mybook-proceed-section {position: fixed;left: 0;bottom: 0;background: #fff;border-top: 1px #ccc solid;}
.proceed-book {display: inline-block;border: 1px #2a8bc2 solid;padding:6px 30px;border-radius: 3px;background:#2a8bc2;color:#fff }
/***************Book step 2*****************/
.mybook-section {background: #313131;text-align: center;padding: 10px 0;color: #fff;}
.my-book-part {max-width: 560px;margin: 0 auto;position: relative;padding: 0 40px;}
.my-book-back {position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
.my-book-remove {position: absolute;right: 0;top: 38%;}
.my-book-part h2 {font-size: 26px;font-family: arial;}
.my-book-part p {font-size: 15px;font-family: arial;}
.mybook-detal-section {padding: 15px 0;}
.mybook-detal-section {padding: 15px 0;}
.my-book-container {max-width: 560px;margin: 0 auto;}
.mybook-detal-section h2 {font-size: 20px;font-family: arial;color: #666;}
.my-book-category {display: inline-block;width: 100%;background: #fff;margin: 10px 0;}
.my-book-category-list {float: left;width: 100%;border-bottom: 1px #ddd solid;padding: 20px;font-family: arial;}
.my-book-category-left strong {display: block;padding-bottom: 5px;}
.my-book-category-right {float: right;padding-top: 9px;}
.add-book {display: inline-block;border: 1px #2a8bc2 solid;padding: 3px 16px;border-radius: 3px;}
.my-book-category-left {float: left;}
.mybook-proceed-section {position: fixed;left: 0;bottom: 0;background: #fff;border-top: 1px #ccc solid;}
.proceed-book {display: inline-block;border: 1px #2a8bc2 solid;padding:6px 30px;border-radius: 3px;background:#2a8bc2;color:#fff }
.my-ticket-container{}.my-ticket-bx {background: #fff;padding: 20px;font-family: arial;font-size: 14px;}
.my-ticket-bx > p {font-size: 17px;color: rgb(102, 102, 102);padding-bottom: 10px;}
.my-ticket-lb {display: inline-block;width: 100%;font-size: 15px;}
.picupbx {background: rgb(236, 245, 255);padding: 18px;}
.picupbx h3 {font-size: 19px;color: rgb(34, 34, 34);padding-bottom: 12px;}
.picupbx p {padding-bottom: 12px;}
.ticket-right {background: #fff;padding: 15px;font-family: arial;}
.ticket-right-bx {border: 1px #ddd solid;padding: 15px;border-radius: 4px;}
.ticket-right-top {display: inline-block;width: 100%;}
.ticket-right-top label {float: left;}
.ticket-right-top label strong {display: block;}
.ticket-right-top span {float: right;font-size: 18px;font-weight: bold;}
.sv-ug {display: inline-block;width: 100%;border-top: 1px #ddd solid;padding: 10px 0;}
.sv-ug span {display: inline-block;width: 100%;}
.bz-uh {display: inline-block;width: 100%;border-top: 1px #ddd solid;padding: 10px 0;font-weight: bold;}
.bw-ui {display: inline-block;width: 100%;border-bottom: 1px #ddd solid;padding: 10px 0;}
.ba-il {display: inline-block;width: 100%;padding: 10px 0;font-weight: bold;}
.total-sub{float:right}
.proceed-btn {display: inline-block;width: 100%;padding-top: 20px;}
.proceed-btn .btn {width: 100%;}
.show-list-event .card {margin-bottom: 20px;}
.show-list-event .card .card-text {padding-bottom: 10px;}
.show-list-event .card .btn.btn-danger {margin-top: 20px;}
.verify-coupon-block {background: #fff;padding: 15px;}
.verification-block {display: inline-block;width: 100%;position: relative;}
.verification-block .form-control {width: 80%;display: inline-block;}
.verification-block .btn-outline-secondary {height: 37px;}
.confirm-apply-block {display: inline-block;width: 100%;}
.verification-block .text-success, 
.verification-block .text-danger {position: absolute;left: 0;bottom: -21px;font-size: 13px;}
.main_dashboard {float: left;width: 100%;padding: 50px 0;}
.st_pages_title {color: #000;font-size: 20px;font-family: 'robotobold';padding: 10px 0;text-transform: uppercase;text-align: left;}
.st_pages_cnt {border: 1px #ddd solid;padding: 25px;border-radius: 7px;min-height: 350px;box-shadow: 0 0 15px 0 #ddd;margin-top: 10px;display: inline-block;width: 100%;background: #fff;}
.stp_left {float: left;width: 100%;}
.stp_left_r {float: left;width: 100%;padding: 10px;}
.stp_left_r i {width: 40px;font-size: 20px;color: #2a8bc2;}
.stp_left_r span {display: inline-block;width: 80%;vertical-align: top;font-size: 16px;}
.stp_right .form-control, 
.your-setting-bx .form-control {display: block;width: 100%;height: 40px;padding: 6px 12px;font-size: 14px;border: 1px solid #ccc;border-radius: 1px;box-shadow: none;}
.stp_right textarea.form-control{max-width:100%;min-width:100%;height:120px;resize: none }
.gcpaatcha {text-align: center;}#recaptchaQ {display: inline-block;}
.setting-btn {display: inline-block;position: relative;}
.succbtn {color: #fff;background-color: #2a8bc2;border: 1px #2a8bc2 solid;font-size: 16px;padding: 7px 20px;font-family: 'robotobold';border-radius: 3px;}
.setting-btn .succbtn {width: auto;float: left;}
.edit-info-sec h5 {font-size: 18px;font-family: 'robotobold';padding-bottom: 8px;}
.edit-info-sec > span {font-size: 15px;color: #666;padding-bottom: 20px;display: inline-block;}
.my-profile-part h3 {font-size: 22px;font-family: 'robotobold';}
.small-box {border-radius: 2px;position: relative;display: block;margin-bottom: 20px;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) }
.small-box>.inner {padding:45px 25px }
.small-box>.small-box-footer {position: relative;text-align: center;padding: 3px 0;color: #fff;color: rgba(255, 255, 255, 0.8);display: block;z-index: 10;background: rgba(0, 0, 0, 0.1);
 text-decoration: none }
.small-box>.small-box-footer:hover {color: #fff;background: rgba(0, 0, 0, 0.15) }
.small-box h3 {font-size: 38px;font-weight: bold;margin: 0 0 10px 0;white-space: nowrap;padding: 0 }
.small-box p {font-size: 19px;font-family: 'latosemibold';}.small-box p>small {display: block;color: #f9f9f9;font-size: 13px;margin-top: 5px }
.small-box h3, .small-box p {z-index: 5 }
.small-box .icon {-webkit-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;position: absolute;top: 50%;right: 10px;z-index: 0;font-size: 57px;
 color: rgba(0, 0, 0, 0.15);transform: translate(0,-50%);height: 79px;}
.small-box:hover {text-decoration: none;color: #f9f9f9 }
.edit-info-sec > a {float: right;background: #2a8bc2;color: #fff;padding: 5px 15px;border-radius: 4px;}
/*.small-box:hover .icon {
    font-size: 95px
}*/
.btn-primary {
	color: #fff;
	background-color: #2a8bc2;
	border-color: #2a8bc2;
}
.my-ticket-bx .text-danger {
	color: #2a8bc2 !important;
}
.PaymentLogo {
	background: #4a4a4a;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 10px;
}
@media (max-width:767px) {
.small-box {text-align: center}
.small-box p {font-size: 18px}
.edit-info-sec > a {float: left;width: 100%;text-align: center;}
.small-box .icon {font-size: 37px;	height: 52px;}
}

.bg1{background: #dd3d31;color:white;}
.bg2{background: #bb9932;color:white;}
.bg3{background: #28a745;color:white;}
.bg4{background: #5d93ce;color:white;}
.bg5{background: #d776f7;color:white;}
.btn.reset-btn {background: #222;color: #fff;padding: 7px 20px;}
.btn-search {padding: 7px 20px;background: #2a8bc2;color: #fff;}
.countpaging .pagination li a {background: #f1f1f1;padding: 2px 9px;line-height: 20px;display: inline-block;border: 1px #ddd solid;font-size: 15px;}
.countpaging .pagination li span, 
.countpaging .pagination li a {background: #f1f1f1;padding: 2px 9px;line-height: 20px;display: inline-block;border: 1px #ddd solid;font-size: 15px;}
.countpaging .pagination li.active span {background: #2a8bc2;padding: 2px 9px;line-height: 20px;display: inline-block;border: 1px #2a8bc2 solid;font-size: 15px;color: #fff }
.countpaging .pagination li.disabled span{display: none}
.countpaging {display: inline-block;padding-bottom: 10px;}

.categoryes-select { display: inline-block; width: 160px; padding-bottom: 0; vertical-align: top }
.categoryes-select span { display: inline-block; float: left; overflow: hidden; width: 100%; padding: 0; text-transform: none; position:relative }
.categoryes-select span:after {   background-color: transparent; color: #333; height: 12px; padding: 8px 15px; position: absolute; right: 1px; top: 1px; border-radius: 0 5px 5px 0; 
content: "\f0d7"; font-family: 'FontAwesome'; }
.categoryes-select span:after { z-index: 0;  bottom: 0; pointer-events: none }
.categoryes-select select option { padding: 0 5px; color: #333; background: #fff }
.categoryes-select select { -moz-appearance: none;
 appearance: none; -webkit-appearance: none; -ms-appearance: none; -o-appearance: none }
.categoryes-select .form-control {height: 40px;padding: 6px 12px;font-size: 17px;color: #333;background-color: #E1E1E1;border: 1px solid #fff;border-radius: 4px; box-shadow: none;}

.footer-abouts {padding-left: 40px;}
.show-info {display: inline-block;position: relative;margin-left: 14px;}
.show-info i {color: #959494;font-size: 21px;cursor: pointer }
.show-info span {position: absolute;left: 50%;width: 250px;text-align: center;background: #555;color: #fff;border-radius: 5px;font-size: 13px;padding: 7px 10px;transform: translate(-50%,0);
 top: 28px;display: none }
.show-info span::before {position: absolute;left: 50%;top: -6px;content: "";border-left: 7px transparent solid;border-right: 7px transparent solid;border-bottom: 7px #555 solid;
 transform: translate(-50%,0);}
.show-info:hover span {display: block;}
.show-list-event .card .card-title {font-family: 'robotomedium';font-size: 18px;}
.show-list-event .card .card-text b {font-weight: normal;font-family: 'robotomedium';}
.lsevent-button .btn b {font-weight: normal;}
.lsevent-button {position: absolute;right: 20px;top: 50%;transform: translate(0,-50%);z-index: 1 }
.event-del-left {float: left;width: 74%;}
#demo1 ul {display: inline-block;width: 100%;padding: 4px 20px;font-weight: normal;font-family: 'latoregular';}
/*------------Search-----------------*/
.search_top {float: left;width: 320px;position: relative;margin-left: 15px;}
.seacrh_top_in {float: left;width: 79%;position: relative;}
.seacrh_top_in .form-control {border-radius: 3px 0 0 3px;padding-right: 30px;padding-left: 30px;font-size: 14px;height: 34px;}
.dlt-keyword {position: absolute;right: 10px;top: 18px;font-size: 0;color: #fff;font-weight: 600;cursor: pointer;width: 10px;height: 10px;border-radius: 0%;line-height: 12px;text-align: center;
 background: url("../../img/front/search-close.png") no-repeat;background-size: 100%;}
.dlt-keyword-top {top: 11px;}.seacrh_top_in::after, .seacrh_in::after {font: 16px FontAwesome;content: "\f002";color: #999;position: absolute;z-index: 1;top: 6px;left: 8px;}
.search_top_btn {float: left;}
.search_top_btn .homesearch_top {background: #2a8bc2;color: #fff;font-family: 'robotoregular';font-size: 15px;border-radius: 0 3px 3px 0px;padding: 0 10px;height: 34px;display: inline-block;
 border: 1px #2a8bc2 solid;width: auto;box-sizing: border-box;}
.search_top_btn .homesearch_top img {max-width: 20px;}
.searchgig {width: 100%;margin: 0 auto 0;position: absolute;left: 0;top: 33px;z-index: 99;}
.search-bar-panel {z-index: 99;width: 100%;display: inline-block;color: #777;cursor: default;-webkit-box-sizing: border-box;box-sizing: border-box;text-align: left;
 -webkit-box-shadow: 0 3px 13px 0 rgba(60,60,60,.4);box-shadow: 0 3px 13px 0 rgba(60,60,60,.4);border-radius: 3px;border: 1px solid #eee;padding: 10px;background-color: #fff;
 display: inline-block;max-height: 460px;overflow-y: auto;}
.search-bar-panel > aside > li {font-size: 18px;padding: 10px 0;font-family: 'latosemibold';text-transform: capitalize;}
.search-bar-panel i {width: 24px;}
.search-bar-panel button {color: #777;border: none;background: none;display: block;padding: 10px 25px;-webkit-box-sizing: border-box;box-sizing: border-box;font-size: 15px;text-align: left;
 width: 100%;}.bold-txt {color: #0e0e0f;font-weight: 600;}
.normal-txt {color: #777;}
.header .user-dropdown .my-dropdown {left: auto;right: 0;}
.user-dropdown.show::before {left: 17px;}
.NoRecordText {text-align: center;width: 100%;padding: 50px 0;}

.RowveraAbout p {
	font-size: 16px;
	padding-bottom: 8px;
	color: #313131;
}
.RowveraAbout h2 {
	font-size: 24px;
	font-family: 'latosemibold';
	color: #000000;
	padding-top: 10px;
	padding-bottom: 5px;
}
.RowveraAbout h3 {
	font-size: 24px;
	font-family: 'latosemibold';
	color: #000000;
	padding-top: 10px;
	padding-bottom: 5px;
}
.RowveraAbout h4 {
	font-size: 18px;
	font-family: 'latosemibold';
	color: #000000;
	padding-top: 10px;
	padding-bottom: 5px;
}
.RowveraAbout ul {
	padding-left: 20px;
}
.RowveraAbout ul li {
	list-style-type: disc;
	font-size: 16px;
	padding-bottom: 8px;
	color: #4f4f4f;
}
.event_detail .btn-danger{
    background-color: #2a8bc2;
  border-color: #2a8bc2;
}
#no-record {
	color: #2a8bc2 !important;
}
/*-------------------------------Media css-------------*/
@media only screen and (max-width:1400px){
}
@media only screen and (max-width:1200px){
}
@media only screen and (max-width:1100px){
.header .navbar-default .navbar-nav > li.search-icon {margin-left: 0px;}
.header .navbar-default .navbar-nav > li.lssky-icon > a {padding: 21px 15px;}
.header .navbar-default .navbar-nav > li > a {padding: 27px 15px;}
.subscribe-newsletter-btn {width: 30%;}
.subscribe-newsletter-input {width: 70%;}
.footer-logo p {line-height: 24px;}
}
@media only screen and (max-width:991px){
.header .navbar-default .navbar-nav > li > a {  }
.header .navbar-default .fixed-me .navbar-nav > li > a { }
.header .navbar-brand { width: 150px;}
.header .fixed-me .navbar-brand { padding:0; width: 200px;}
.header .navbar-default .navbar-nav > li.lssky-icon > a {padding: 21px 9px;}
.header .navbar-default .navbar-nav > li > a {padding: 27px 9px;font-size: 15px;}
.booking-steps .thumbnail {padding: 30px 10px;}
.footer-logo h4 {margin: 27px 0 10px;}

.header .navbar-toggler .toggle {width: 30px;height: 30px;}
.header .navbar-toggler .toggle .line {width: 30px;height: 2px;border-radius: 99px;background:#de6e46;transition: 0.2s;}
.header .navbar-toggler .toggle .line.top {opacity: 0;top: 5px;}
.header .navbar-toggler .toggle .line.middle {top: 14px;}
.header .navbar-toggler .toggle .line.bottom {opacity: 0;bottom: 5px;}
.header .navbar-toggler .toggle .line.cross1 {-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.header .navbar-toggler .toggle .line.cross2 {-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.header .navbar-toggler.collapsed .toggle .line.top {opacity: 1;}
.header .navbar-toggler.collapsed .toggle .line.cross1 {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
.header .navbar-toggler.collapsed .toggle .line.cross2 {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
.header .navbar-toggler.collapsed .toggle .line.bottom {opacity: 1;}
.navbar-light .menus_design .navbar-nav .nav-link {font-size: 19px;border-bottom: 1px #ddd solid;}
.navbar-brand {position: initial;left: 0;top: 0px;height: auto;transform: translate(0%,0);float: left;   width: auto}
.navbar-light .menus_design .navbar-nav .nav-link{  }
.search_top {width: 100%;margin-top: 13px;}
.title-widget {	font-size: 15px;margin-top: 8px;}
.footer-link li a {font-size: 15px;}
.footer-abouts {padding-left: 0;}
}
@media only screen and (max-width:767px){
.search_top {width: 100%;margin-top: 13px;}
.header .fixed-me .navbar-brand {padding: 0;width: 200px;}
.header .navbar-collapse {float: right;left: 0;margin: 0px 0 0;position: absolute;width: 100%;background: #313131;z-index: 99;top: 0;box-shadow: 0 0 6px 0 #999;}
.header .navbar-toggler {padding: 0;border: 0;margin-right: 20px;position: absolute;right: 0;z-index: 99999;top:13px;cursor: pointer;}
.header .navbar-toggler:focus {outline: none;}
.header .fixed-me .navbar-toggler{ top: 9px ;}

.header .navbar-toggler .toggle {width: 30px;height: 30px;}
.header .navbar-toggler .toggle .line {width: 30px;height: 2px;border-radius: 99px;background:#de6e46;transition: 0.2s;}
.header .navbar-toggler .toggle .line.top {opacity: 0;top: 5px;}
.header .navbar-toggler .toggle .line.middle {top: 14px;}
.header .navbar-toggler .toggle .line.bottom {opacity: 0;bottom: 5px;}
.header .navbar-toggler .toggle .line.cross1 {-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.header .navbar-toggler .toggle .line.cross2 {-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.header .navbar-toggler.collapsed .toggle .line.top {opacity: 1;}
.header .navbar-toggler.collapsed .toggle .line.cross1 {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
.header .navbar-toggler.collapsed .toggle .line.cross2 {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
.header .navbar-toggler.collapsed .toggle .line.bottom {opacity: 1;}
.navbar-light .menus_design .navbar-nav .nav-link {font-size: 19px;border-bottom: 1px #ddd solid;}
.navbar-brand {position: initial;left: 0;top: 0px;height: auto;transform: translate(0%,0);float: left;   width: auto}
.navbar-light .menus_design .navbar-nav .nav-link{  }
.footer-abouts {
	padding-left: 0;
}
.location-bxs{ display: none !important}
.ftdrop3::after,
.ftdrop1::after,
.ftdrop2::after{color:#fff;content:"+";font-size:30px;font-weight:normal;position:absolute;right:10px;top:-4px; cursor: pointer}
.ftopen3::after,
.ftopen1::after,
.ftopen2::after{content:"_";top:-19px;}
.ftblock3,
.ftblock1,
.ftblock2{padding:0 0px; display: none}
.ftdrop3,
.ftdrop1,
.ftdrop2 { display: inline-block; width: 100%; cursor: pointer}
.mobile_sh{ display: none}
.tuy-city {margin-top: 15px;}
.footer-link {margin-top: 10px;}
.footer-logo h4 {margin: 10px 0 10px;}
.footers{ padding-bottom: 60px;}
/*.widget_nav_menu ul li {width: 50%;}*/
.top-txt,
.social-icon {width: 100%;text-align: center;}
.bryan-txt h2 {font-size: 50px;}
.bryan-txt h2 span {font-size: 37px;}
.booking-steps-section{ padding-bottom: 0}
.subscribe-newsletter-btn,
.subscribe-newsletter-input {width: 100%; margin: 5px 0}
.find-us {padding: 13px 0 0;}
.date_map .map_cale{
        border-left:0px #cdcdcd solid;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.event_detail .event_socil{
        float: none;
}
.event_detail .e0{
    border-bottom: 0px;
}
.event_detail .text-right {
    text-align: left!important;
    margin: 10px 0px;
}
.listing-event li {
	padding-left: 0;
	width: 48%;
	margin: 5px 1%;
}
.listing-event li .btn {
	width: 100%;
}
}
@media only screen and (max-width:479px){

}