@font-face {
 font-family: 'Arial Black';
 src: url('../font/Arial_Black_Regular.eot'); /* IE9 Compat Modes */
 src: url('../font/Arial_Black_Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/Arial_Black_Regular.woff') format('woff'), /* Modern Browsers */ url('../font/Arial_Black_Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../font/Arial_Black_Regular.svg#Arial_Black_Regular') format('svg'); /* Legacy iOS */
-moz-font-smoothing: none;
font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
}


 @font-face {
 font-family: 'helvetica';
 src: url('../font/Helvetica-Condensed.eot'); /* IE9 Compat Modes */
 src: url('../font/Helvetica-Condensed .eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/Helvetica-Condensed.woff') format('woff'), /* Modern Browsers */ url('../font/Helvetica-Condensed.ttf') format('truetype'), /* Safari, Android, iOS */ url('../font/Helvetica-Condensed.svg#Helvetica-Condensed') format('svg'); /* Legacy iOS */
 font-weight:normal;
}




@font-face {
 font-family: 'Arial Narrow';
 src: url('../font/arial-narrow.eot'); /* IE9 Compat Modes */
 src: url('../font/arial-narrow.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/arial-narrow.woff') format('woff'), /* Modern Browsers */ url('../font/arial-narrow.ttf') format('truetype'), /* Safari, Android, iOS */ url('../font/arial-narrow.svg#arial-narrow') format('svg'); /* Legacy iOS */
-moz-font-smoothing: none;
font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
}

.top-social {
    float: right;
}

.imgs-all img {
    border: 1px solid #000;
}

html {
	overflow-x:hidden;
}
a {
	color:#515050;
	text-decoration:underline;
}
a:hover {
	color:#f00607;
	text-decoration:none;
}
input {
	outline:none;
	border:none;
}
body {
	margin:0;
	padding:0;
	color:#515050;
	background:#fece05;
	font:13px/20px arial;
}
	

h1 {
	display:inline-block;
	width:100%;
	font-size:24px;
	color:#f00607;
	text-transform:uppercase;
	margin:4px 0 6px;
	padding:0 0;
	font-weight:bold;
	line-height:30px
}
h2 {
	display:inline-block;
	width:100%;
	font-size:20px;
	line-height:30px;
	color:#555;
	text-transform:capitalize;
	margin:0 0 10px;
	padding:0 0;

}
h3 {
	display:inline-block;
	width:100%;
	font-size:16px;
	color:#036c98;
	text-transform:capitalize;
	margin:0;
	padding:0;
}

h4 {
	font:14px arial;
	color:#f00607;
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-weight:bold
	
}

h5{
	font-size:14px;
	color:#000;
	margin:0 0;
	padding:0 0 5px;
	border-bottom:1px solid #ccc;
	text-align:center
}
ul, ol {
	margin:0;
	padding:0;
}
.alignright {
	float:right;
	margin:4px 0 0 30px;
}
.alignleft {
	float:left;
	margin:3px 30px 10px 0
}
.padding-bottom {
	padding-bottom:80px;
}
#backToTop {
	position:fixed;
	right:80px;
	bottom:0;
	padding-bottom:70px;
}
#backToTop a {
	display:inline-block;
	padding:4px 6px;
	color:#fff;
	background:#f00607;
	border-radius:50%;
	height:30px;
	width:30px;
	line-height:30px;
	text-align:center
}
#backToTop a i {
	line-height:30px;
}
#backToTop a:hover {
	color:#fff
}


.iphone {
	display:none;
}




.top-bar{
	background:#000;
	float:left;
	width:100%;
	padding:10px 0;
	position:relative;
	-webkit-box-shadow: 0px 4px 11px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 4px 11px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 4px 11px 0px rgba(50, 50, 50, 0.75);
}

.top-bar form{
    color: #fff;
    float: right;
    font: 12px helvetica;
    margin: 0;
	width:100%;
	text-align:right
}

.topsearch label{
	display:inline-block;
	padding-right:10px;
	cursor:auto;
	margin-bottom:0
}



.topsearch input[type="text"] {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    display: inline-block;
    height: 18px;
    width: 20%;
}
.topsearch input[type="submit"] {
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    height: 21px;
    margin-left: 5px;
}




.mid-part{
	float:left;
	width:100%;
	background:#fff;
	border-left:2px solid #000;
	border-right:2px solid #000;	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
padding-bottom:45px;
}


.header{
	float:left;
	width:80%;
	padding:0 10%;
	background:#fece05 url(../../images/header.png) no-repeat;
	text-align:center;
	font-size:30px;
	color:#fff;
	height:124px;
	font-weight:bold;
	line-height:40px;
	font-family:Arial Black
}
.header span {
    display: block;
    padding-top: 18px;
}

.menu-top{
	width:98%;
	margin:10px 1%;
	float:left;
	background:url(../../images/menu-bg.jpg) repeat-x;
	border-bottom:1px solid #ccc
}

.add{
	float:left;
	width:100%;
	position:relative;
}



img.book-top {
    position: absolute;
    top: -26px;
}


.area {
    float: left;
    padding: 20px 3%;
    width: 94%;
}
.sidebar {
    float: left;
    text-align: center;
    width: 100%;
}
.book-div {
    float: left;
    width: 100%;
}
.logos-side {
    float: left;
    margin: 15px 0;
    width: 100%;
}
.logos-side li {
    display: inline-block;
    margin: 15px 0 0;
}




.line-hd{
	background:url(../../images/line.png) repeat-x center center;
	width:100%;
	float:left;
	text-align:center
}

.line-hd h5 {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    display: inline-block;
    padding: 0 10px;
    position: relative;
}


.footer-logos {
    float: left;
    padding: 0 2.5%;
    text-align: center;
    width: 95%;
}
.footer-logos li {
    display: inline-block;
    padding: 30px 6px;
}


.avi {
	font-weight:bold;
	font-size:12px;
	color:#000;
	display:inline-block
}
.avi img {
    margin-right: 9px;
}


.footer{
	float:left;
	width:100%;
	background:#000;
	color:#979696;
	font:12px/20px helvetica;
	text-align:center;
	-webkit-box-shadow: -1px -4px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    -1px -4px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         -1px -4px 5px 0px rgba(50, 50, 50, 0.75);

}


.footer .in{
	float:left;
	position:relative;
	width:100%;
	background:#000;
	padding:60px 0

}


.bus-footer {
    position: absolute;
    right: 55px;
    top: -72px;
}







.footer-links{
	float:left;
	width:100%;
	margin:2px 0 30px
}

.footer-links li{
	display:inline-block;
	padding:0 5px
}


.footer-links li a{
	font:13px helvetica;
	text-transform:uppercase;
	color:#515050;
	text-decoration:underline

}

.footer-links li a:hover{
	text-decoration:none;
}



.sold-book{
	float:left;
	width:100%;
	margin:25px 0;


}

.sold-book li{
	display:inline-block;
	border-right:1px solid #ccc;
	line-height:12px
}
.sold-book li a{
	padding:0 6px;
	text-decoration:underline
}

.points {
    margin: 0 0 20px;
}

.points li{
	width:94%;
	display:inline-block;
	margin-bottom:12px;
	background:url(../../images/circle2.jpg) left top no-repeat;
	padding-left:30px;
}

.points li a{
	font-weight:bold;
	display:inline-block;
	width:100%;
}








.tabs-menu {
    float: left;
	width:100%;
	text-align:center
}

.tabs-menu li {
	width:31.5%;
    background-color: #e0b812;
    border-top: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
	display:inline-block;
	border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
	vertical-align:top;
	padding: 5px 0 0;
}

.tabs-menu li.current {
    position: relative;
    background-color: #fece05;
    border-bottom: 1px solid #fff;
    z-index: 5;
	height: 55px;
    margin-bottom: -3px;
}

.tabs-menu li a {
    
    color: #774f51;
    text-decoration: none; 
	font-size:16px;
	font-family:Arial Black;
}

.tabs-menu .current a {
    color: #ee0606;
}

.tab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: 100%;
	border-radius:6px;
	  margin-top: -12px;
}

.tab-content {
	padding:22px;
    display: none;
}

.cont-tab {
    border: 1px solid #ccc;
    float: left;
    margin: 13px 1.5%;
    width: 97%;
}

.cont-tab li {
    margin-top: 10px;
	margin-left:25px;
}

#tab-1 {
 display: block;   
}


.red-text {
	font:14px/26px arial;
	color:#f00607;
	margin:10px 0;
	padding:0;
	text-transform:uppercase;
	font-weight:bold
	
}

.repeat {
    border-top: 1px solid #ccc;
    float: left;
    padding: 20px 1.5%;
    width: 97%;
}


.tabs-menu li.current:nth-child(3n+1) {
    line-height: 42px;
}

.tabs-menu li:nth-child(3n+1) {
    line-height: 39px;
}


.tiket-div{
	float:left;
	width:100%;
	margin-top:10px;
}

.ticket-img{
	float:left;
	width:50%;
}

.ticket-text{
	float:right;
	width:45%;
	margin-left:5%;
}

.left-side{
	float:left;
	width:95%;
}


.tiket-div {
  float: left;
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.text-div a {
    font-weight: bold;
}



.text-div i.fa.fa-folder {
  color: #fece05;
}


.text-div i.fa.fa-envelope{
	color:#f00607
}


ul.imgs-all {
    float: left;
    width: 100%;
    margin: 30px 0;
    text-align: center;
}

ul.imgs-all li {
  display: inline-block;
  margin: 0 24px 20px 24px;
  font-size: 12px;
  width: 40%;
  vertical-align:top
}

.img-conts {
    float: left;
    width: 100%;
    margin-top: 8px;
}

@media(max-width:1200px) {



}