/*RESPONSIVE MENU*/
.responsive_btn{
    cursor: pointer;
    display: none;
    text-align: center;
    width: 40px;
	height:26px;
    position: absolute;
    right: 0;
    top: -36px;
    margin: 0;
    z-index: 2;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.responsive_btn span{
    background: #64160F;
    border-radius: 6%;
    display: block;
    height: 3px;
    width: 28px;
    position: relative;
    top: 50%;
    margin: -1.5px auto;
}
.responsive_btn span:before, .responsive_btn span:after{
    height: 100%;
    width: 100%;
    background: #64160F;
    position: absolute;
    content: "";
    display: inline;
    left: 0;
}
.responsive_btn span:before{top: -6px;}
.responsive_btn span:after{bottom: -6px;}
.responsive_btn:hover span, .responsive_btn:hover span:before, .responsive_btn:hover span:after{background: #F26530;}
.responsive_nav{
    background: #111;
    box-shadow: 0 1px 3px 0 #666;
    width: 75%;
    height: 100%;
    overflow-y: scroll;
    position: absolute;
    right: -75%;
    top: 0;
    transition: all 250ms ease-in-out 0s;
    z-index: 9999;
}
.responsive_nav ul {
    margin: 0;
    padding: 0;
	text-align: left;
}
.responsive_nav ul li {
    border-top: 1px solid #222;
    list-style-type: none;
    margin: 0;
    padding: 0;
	text-transform: uppercase;
}
.responsive_nav ul li a {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 10px;
    transition: all 250ms ease-in-out 0s;
}
.responsive_nav ul li a:hover, .responsive_nav ul li a:focus, .responsive_nav ul li.active > a {
    background-color: #64160F ;
    color: #fff;
}
.responsive_nav ul ul {
    border-bottom: medium none;
    margin: 0 20px 10px;
	display: block !important;
}
.responsive_nav ul ul li a {
    color: #a0a0a0;
    font-size: 15px;
}
.responsive_nav ul li a i {display: none;}
.responsive_nav ul li i.fa-home{display: inline-block;}
.nav_wrapper .container {position: relative;}
.responsive_nav > ul > li > ul.submenu > li a{
	display:block;
	padding:12px;
	color:#fff;
	font-size:13px;
	line-height:13px;
	text-transform:uppercase;
	-webkit-transition:all 250ms ease-in-out 0s;
	-o-transition:all 250ms ease-in-out 0s;
	-ms-transition:all 250ms ease-in-out 0s;
	-moz-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
}
.responsive_nav > ul > li > ul.submenu > li{float:none; text-align:left;}
.responsive_nav > ul > li > ul.submenu > li a:hover, .responsive_nav ul ul li a:hover, .responsive_nav ul ul li a:focus{
	color: #fff;
	background: #64160F;
}
.res_overlay {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 250ms ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 99999;
}
.responsive .res_overlay {
    opacity: 1;
    visibility: visible;
}
.responsive .responsive_nav {
    right: 0;
}
.carousel-control span{font-size: 0;}
@media only screen and (min-width: 1024px) and (max-width: 1169px) {
	.container{width:1000px;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.container{width:750px;}
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
	.container{width:570px;}
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
	.container{width:450px;}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.container{width:300px;}
}

/*1024px*/
@media only screen and (max-width: 1169px) {
    .logo{position: static; margin: 0; float: left;}
    .h_info{width: 34%;}
    .h_bottom::before, .h_bottom::after, .nav_wrapper::before, .nav_wrapper::after{width: 100%; display: none;}
    .nav_menu > ul > li,.nav_menu > ul > li:nth-child(3){margin: 0 113px 0 0;}
    .responsive_btn{display: block;}
    .nav_menu > ul{display: none;}
    .header_main{padding-bottom: 1px}
    .section,.about{padding: 30px 0;}
    .event_head{min-height: 88px;}
    footer .logo{display: none;}
    .f_middle{padding: 40px 30px 0;}
    .f_middle li:nth-child(3){margin-bottom: 10px;}
    .btn_wr{margin-bottom: 0;}
    div.wpcf7-response-output{margin-top: 0;}
    .banner{margin-bottom: 10px;}
    .breadcrumb{margin-bottom: 0;}
    .ab_slider_body, .ab_slider{height: 399px;}
    .gal_slider{width: 100%; margin-bottom: 0;}
    .ver_pic{height: 120px;}
    .gal_slider .img_thumb{height: 620px;}
    .gal_slider .img_large{height: 620px; line-height: 620px;}
    .mt70{margin-top: 20px;}
}

/*768px*/
@media only screen and (max-width: 1023px) {
    .nav_menu > ul > li, .nav_menu > ul > li:nth-child(3){margin-right: 49px;}
    .heading{font-size: 66px; line-height: 66px; margin-bottom: 10px;}
    .f24{font-size: 17px;}
    .ab_slider_body, .ab_slider{height: 287px;}
    .entertainment_pic{height: 158px;}
    .ver_pic{height: 88px;}
    .gal_slider .img_thumb{height: 460px;}
    .gal_slider .img_large{height: 460px; line-height: 460px;}
    .inner footer{margin-top: 20px;}
    .contact_form ul{margin-bottom: 0;}
}

/*600px*/
@media only screen and (max-width: 767px) {
    .h_info{display: none;}
    .header_main{padding-top: 10px;}
    .logo,.search_form{width: 100%; margin-bottom: 15px;}
    .h_top{margin-bottom: 0;}
    .nav_menu > ul > li, .nav_menu > ul > li:nth-child(3){margin-right: 4px;}
    .responsive_btn{top: -136px;}
    .section, .about{padding: 20px 0;}
    .img img{width: 100%;}
    .img{margin-top: 20px; margin-bottom: 20px;}
    .mt30{margin-top: 10px;}
    .about{padding-top: 10px; padding-bottom: 30px;}
    .event_head{min-height: 0;}
    .event_pic{border: 1px solid #fff;}
    .event ul li{margin-bottom: 30px;}
    .event_text{padding-bottom: 20px; margin-bottom: 20px;}
    .f_middle,.f_right{margin-top: 20px;}
    .ab_slider_body, .ab_slider{height: 399px;}
    .mt50 .col-sm-4{width: 50%; float: left;}
    .oppo > div{min-height: 0;}
    .gal ul li{width: 49%}
    .ver_pic{height: 66px;}
    .gal_slider .img_thumb{height: 279px;}
    .gal_slider .img_large{height: 279px; line-height: 279px;}
    .contact_form li{width: 100%;}
    .contact_form li .btn_wr{margin-top: 10px;}
}

/*480px*/
@media only screen and (max-width: 599px) {
    .heading{font-size: 60px; line-height: 60px;}
    footer .social {float: left; margin-top: 11px;}
    .mt50 .col-sm-4{ height: 139px;}
    .ver_pic{height: 50px;}
    .gal_slider .img_thumb{height: 279px;}
    .gal_slider .img_large{height: 279px; line-height: 279px;}
    .gal_slider .img_large{width: 100%;}
    .img_large{margin-bottom: 10px;}
    .gal_slider .img_thumb{width: 100%;}
    .img_thumb ul li{padding: 0 2px;}
    .ver_pic{height: 140px; margin: 0 ; overflow: hidden; width: 98%;}
    .gal_slider .img_thumb{height: 140px;}
    .gal_slider .img_large{height: 279px; line-height: 279px;}
    .controllerNav span.left, .controllerNav span.right{left: -2px; margin-left: 0;transform: rotate(-90deg);-webkit-transform: rotate(-90deg); top: 50%; margin-top: -12px;}
    .controllerNav span.right{left: auto; bottom: auto; right: 2px;}
    .contact_details::before, .contact_details::after{display: none;}
    .contact_details{background: #000; opacity: 0.6; width: 100%; right: 0;}
    .contact_details a:hover{opacity: 1; color: #fff;}
    
}

/*320px*/
@media only screen and (max-width: 479px) {
    .responsive_btn{top: -37px;}
    .search_form{margin-bottom: 22px;}
    .heading{font-size: 40px; line-height: 40px;}
    .pr45{padding: 0 15px;}
    .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha { margin-left: -30px; margin-top: -8px; transform: scale(0.8);}
    .ab_slider_body, .ab_slider{height: 272px;}
    .mt50 .col-sm-4{width: 100%; height: auto;}
    .gal ul li{width: 99%}
    .gal_slider .img_thumb{height: 84px;}
    .search_form{float: left; width: 70%; margin-bottom: 10px;}
}