.pageCart .mainBodyContent section.eventCategory-section h1.mainSecTitle, .pageCart .mainBodyContent section.homeCategory-section h1.mainSecTitle, .pageCart .mainBodyContent section.pageCategory-section h1.mainSecTitle, .pageCart .mainSidebarContent section.eventCategory-section h1.mainSecTitle, .pageCart .mainSidebarContent section.homeCategory-section h1.mainSecTitle, .pageCart .mainSidebarContent section.pageCategory-section h1.mainSecTitle, .pageContent .mainBodyContent section.eventCategory-section h1.mainSecTitle, .pageContent .mainBodyContent section.homeCategory-section h1.mainSecTitle, .pageContent .mainBodyContent section.pageCategory-section h1.mainSecTitle, .pageContent .mainSidebarContent section.eventCategory-section h1.mainSecTitle, .pageContent .mainSidebarContent section.homeCategory-section h1.mainSecTitle, .pageContent .mainSidebarContent section.pageCategory-section h1.mainSecTitle, section.pageContent-Home .mainBodyContent section.eventCategory-section h1.mainSecTitle, section.pageContent-Home .mainBodyContent section.homeCategory-section h1.mainSecTitle, section.pageContent-Home .mainBodyContent section.pageCategory-section h1.mainSecTitle, section.pageContent-Home .mainSidebarContent section.eventCategory-section h1.mainSecTitle, section.pageContent-Home .mainSidebarContent section.homeCategory-section h1.mainSecTitle, section.pageContent-Home .mainSidebarContent section.pageCategory-section h1.mainSecTitle {
   font-family: 'Open Sans', sans-serif !Important;
    font-size: 30px;
    display: inline-block;
    color: #333;
    margin-bottom: 20px;
}

.pageCart .mainSidebarContent h1.mainSecTitle, .pageContent .mainSidebarContent h1.mainSecTitle, section.pageContent-Home .mainSidebarContent h1.mainSecTitle {
    font-family: 'Open Sans', sans-serif !Important;
    font-size: 16px;
    display: inline-block;
    color: #000;
}



#priceFixed .priceNbtn .leftBox h6{
    font-family:sans-serif !Important;
}

.margin_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.main_title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
}
.main_title h2 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}
h2 span, h3 span, h4 span, h5 span, h6 span {
    color: #f7941d;
}
.main_title p {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
}


.crane_container {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    margin: 0 0 30px;
}
.ribbon_3 {
    position: absolute;
    left: 10px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.ribbon_3.popular span {
    background: linear-gradient(#f14f3f 0,#cb4335 100%);
}
.ribbon_3 span {
    font-size: 10px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0,#79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0,0,0,1);
    text-shadow: 1px 1px 2px rgba(0,0,0,.25);
    position: absolute;
    top: 19px;
    left: -21px;
}
.ribbon_3 span {
    text-transform: uppercase;
}
.ribbon_3.popular span::before {
    border-left: 3px solid #a3362a;
    border-right: 3px solid transparent;
}
.ribbon_3.popular span::after {
    border-left: 3px solid transparent;
    border-right: 3px solid #a3362a;
}

a {
    color: #f7941d;
}

.carbox {
  display: block; 
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    transition: box-shadow .25s; 
}
.carbox:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-carbox {
  width: 100%;
  height:200px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
    overflow: hidden;
}
.img-carbox img{
  width: 100%;
  height: 200px;
  object-fit:cover; 
  transition: all .25s ease;
} 
.carbox-content {
  padding:15px;
  text-align:left;
}
.carbox-title {
  margin-top:0px;
  font-weight: 700;
  font-size: 1.65em;
}
.carbox-title a {
  color: #000;
  text-decoration: none !important;
}
.carbox-read-more {
  border-top: 1px solid #D4D4D4;
}
.carbox-read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase
}
/* Button Orange Css */
.margin-b-30 {
    margin-bottom: 30px;
}
.btn_orange.medium, a.btn_orange.medium {
    padding: 10px 25px;
    font-size: 14px;
}

.btn_orange, a.btn_orange {
    border: none;
    font-family: inherit;
    color: #fff;
    background: #51bce6;
    cursor: pointer;
    padding: 7px 20px;
    display: inline-block;
    outline: 0;
    font-size: 12px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
}
a.btn_orange, .btn_orange {
    background: #f7941d;
}

.seat_detail li{
    vertical-align:middle;
}

.mz1{
    color:#fff;
    font-size: 18px;
    font-weight:bold;
    background-color: #69b246;
    padding: 15px 5px;
    vertical-align: middle !important;
}

.mz2{
    color:#fff;
    font-size: 18px;
    font-weight:bold;
    background-color: #2ac0d1;
    padding: 15px 5px;
    vertical-align: middle !important;
}

.mz3{
    color:#fff;
    font-size: 18px;
    font-weight:bold;
    background-color: #f79238;
    padding: 15px 5px;
    vertical-align: middle !important;
}
.mz4{
    color:#fff;
    font-size: 18px;
    font-weight:bold;
    background-color: #8a54a0;
    padding: 15px 5px;
    vertical-align: middle !important;
}


.seat_detail{
    background-color: #f2f2f2;
    vertical-align: middle !Important;
}

.seat_detail li{
    list-style: none !Important;
}

.price{
    background-color: #f2f2f2;
    vertical-align: middle !Important;
    font-size: 18px;
    font-weight: bold;
}


section.pageBanner .jumbotron .bannerText h1{
    font-family: 'Open Sans', sans-serif !Important;
}

header.mainHeader .navbar-toggle:before {
    color: #fff !Important;
   content:url(../img/toggle.png) !Important;
}

.address h5, .email h5, .phone h5{
    font-size: 1.25em;
}

footer .others-link li a:hover {
    font-size: 14px;
    color: #d2281f;
}

.carousel-control.left {
    background-image: linear-gradient(to right,rgba(255,255,255) 0,rgba(255,255,255) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
     opacity: 1 !Important; 
    filter: alpha(opacity=50);
    font-size: 20px;
    background-color: transparent;
}

.fa-youtube-square{
    display:none !Important;
}
.airasiadiscount{
    display:none;
}