
/* Responsive css */
@media (min-width:993px) and (max-width:1199px) {
	
}

/* Tablet portrait view */
@media (max-width:992px) {
	
.main-crsl .carousel-control.left {
	left: 25px
}
.main-crsl .carousel-control.right {
	right: 25px
}

.main-crsl .carousel-control {
	width: 200px;
	font-size: 12px;
	padding: 0 !important;
	bottom: auto;
	top: 75%;
}
.main-crsl .carousel-inner > .item {
	text-align: center
}
.main-crsl .carousel-inner > .item > img {
	max-width: 100% !important
}
.main-crsl .caption h2 {
	font-size: 30px
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 5px
}
.navbar-toggle .icon-bar {
	width: 25px
}
}

@media (min-width:768px) and (max-width:992px) {

}

/* Mobile view */
@media (max-width:767px) {
	.top-wrap {
    margin: 10px 0 0;
}
	.nav-links li, .profile-pnl .btn-ui{margin-top: 0}
	.pnl-hd{margin-bottom: 15px}
	.events-pnl .main-crsl .carousel-control.right {
   left: auto;    
    top: 60px;
    bottom: 0;
    right: 0;
}
	.ev-txt{height: 200px}
	.social-links{float: none !important}
	.navbar-brand{padding: 15px 0}
	.main-crsl h2{font-size: 30px}
	.mb5{margin-bottom: 15px}
	.pd-5{padding: 15px }
	.img-cvr{background: none; padding: 0; width: 100%; height: auto}
	.img-cvr:before{content: none}
	.list-ul{margin-bottom: 0}
	.md-cnvs{margin-left: 0}
	.lft-wrap-txt, .rgt-wrap-txt{margin-top: 0; margin-bottom: 15px; overflow: hidden;}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{background: #fff; border: none}
    .navbar-default .navbar-toggle {
	  background: url('../images/menu-ico-mb.png') no-repeat; margin-right: 0
     }
.modal-txt h2 {
	font-size: 22px;
	margin-bottom: 20px
}
.footer-social-links a {
	float: none;
	margin-top: 5px
}
.up {
	right: 15px;
	bottom: 20px
}
.footer-social-links {
	float: none;
}
.copyright {
	text-align: center;
}
}

/* Mobile landscape view */
@media (max-width:600px) {

}

@media (min-width:400px) and (max-width:767px) {
}
