/* ==========================================================================
1.responsive styles
/* =========================================================================== */
/* ================================>>>styles for large display devices <<<================================ */
@media only screen and (min-width: 1700px) {
.about-side-block{
	
	left:0px!important;
}
}
/*@media only screen and (min-width: 1498px) {
.about-side-block{
	display: block!important;
  left: -154px;
}
}*/

@media only screen and (max-width: 1440px) {
 *{}
.navbar-nav>li>a{
	padding-left:12px;
	padding-right:11px;
}
}

@media only screen and (max-width: 1200px) {
 *{}

.news-listing .owl-pagination{
	  right: 0;
}

}
@media only screen and (max-width: 1199px) {
	.banner{
		width:90%;
	}
	.banner .owl-theme .owl-controls {
  margin-top: -19%;
}
.banner .owl-prev{
	margin-left: 2%;
}
.banner .owl-next{
	margin-right: 2%;
}
	.left_mask{
	width:177px;
}
.right_mask {
 width: 177px;
}
/*#mail{
	top:156px;
}
#skype{
	top:251px;
}*/
	}
@media only screen and (max-width: 1150px) {
/*.news-listing .owl-pagination{
	  right: 24%;
}*/
.left_mask,.right_mask {
  width: 169px;
}

	}
@media only screen and (max-width: 1050px) {
/*.news-listing .owl-pagination{
	  right: 18%;
}*/
.left_mask,.right_mask {
  width: 158px;
}
.caption-bg {
	min-height: 240px;
	}
	}

@media only screen and (max-width: 1035px) {
	/*.banner{
		width:900px;
	}*/
	.left_mask {
  width: 153.5px;
}
.right_mask {
  width: 153.5px;
}
.banner .owl-theme .owl-controls {
 
}

}

/* ================================>>>styles for desktop and laptop devices <<<================================ */
/*@media only screen and (max-width: 1190px) {
*{}

}*/
@media only screen and (max-width: 1065px) {
	.banner .owl-theme .owl-controls {
  margin-top: -20%;
}
}
@media only screen and (min-width: 1024px) {
.about-side-block{
	display: block!important;
  left: -75px;
}
}
/* ================================>>>styles for desktop  <<<================================ */
@media only screen and (max-width: 991px) {
*{}
.logo img{
	width:100%;
	height: auto;
}
.nav li{
	font-size: 12px;
}
.navbar-nav>li>a {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.navbar-collapse.collapse{
	float: left!important;
}
.search-container{
	top:45px;
}
.banner .owl-theme .owl-controls {
  margin-top: -155px;
}
.banner .owl-prev{
	margin-left: 12px;
}
.banner .owl-next{
	margin-right: 27px;
}
.news{
	background: #e13236;
}
.news-heading{
	background: none;
	text-align: center;
	padding-bottom: 0;
}
.news-listing .owl-wrapper-outer{
	text-align: center;
}
.news-listing{
	padding-top: 10px;
	background: none;
}
.news-listing .owl-pagination{
	right:50%;
}
.main-content p{
	font-size: 20px;
}
.about-content h3{
	font-size: 24px;
}
.about-content p{
	font-size: 16px;
	text-align: justify;
}
.news-listing .item{
	padding-left: 0;
}
.news-heading h2{
	padding-right: 0;
}
.news-heading{
	padding-top: 17px;
}
.caption-bg {
  min-height: 216px;
}
/*.left_mask {
  width: 146px;
}
.right_mask {
  width: 146px;
}*/
/*.banner .owl-theme .owl-controls {
  margin-top: -174px;
}
.banner .owl-prev {
  margin-left: 12px;
}
.banner .owl-next {
  margin-right: 12px;
}*/
.banner .caption{
	padding:0 60px;
}
.banner .caption h2{
	font-size:40px;
}
.banner .caption p{
	font-size: 28px;
}
.banner .owl-theme .owl-controls{
	margin-top:-45px;
}
.banner .owl-prev{
	float: none;
	margin-left: 0;
	margin-right: 20px;
	/*background: none;*/
	height: 30px;
	width:46px;
}

.banner .owl-next{
	float: none;
	margin-right: 0;
	margin-left: 20px;
	/*background: none;*/
	height: 30px;
	width:46px;
}
.about-content h3{
	padding-top: 0;
}

/*.banner {
  width: 800px;
}*/
/*.banner .owl-theme .owl-controls{
	margin-top:-45px;
}
.banner .owl-prev{
	float: none;
	margin-left: 0;
	margin-right: 20px;
	background: none;
	height: 30px;
	width:46px;
}
.owl-prev:before{
	top:6px;
	left:10px;
}
.banner .owl-next{
	float: none;
	margin-right: 0;
	margin-left: 20px;
	background: none;
	height: 30px;
	width:46px;
}
.owl-next:before{
	top:6px;
	right:10px;
}*/
}


/*@media only screen and (max-width: 975px) {

}*/
@media only screen and (min-width: 768px) {
.nav .dropdown-menu{
	z-index: 99999;
	border-radius: 0;
	border-bottom: 4px solid #f7923b;
}
.dropdown:hover .open>.dropdown-menu {
    display: block;
 }
 .dropdown-menu{
 	background:#231f20;
 	left:0!important;
 	right: auto!important;
 }
 .dropdown-menu>li{
 	background: url(../images/nav_sep.jpg) repeat-x top;
 	font-size: 13px;
 	position: relative;
 }
 .dropdown-menu>li:first-child{
 	background: none;
 }
.dropdown-menu>li>a{
 	color: #fff;
 	padding-top: 9px;
 	padding-bottom: 9px;
 }
 .dropdown-menu>li>a:hover{
	background:#373535!important;
	color: #fff;
 }
 .caret{
 	display: none;
 }

/* .dropdown-menu>li ul{
 	position: absolute;
 	top: 0;
 	left:-100%;
 }*/
 li li.menu-item-has-children:hover >.dropdown-menu {
    display: block;
  right: -91%!important;
  left: auto!important;
  position: absolute;
  top: 0;
  border-bottom: 4px solid #dd2c36;
  padding: 0;
  margin-top: -1px;
}
 li li li.menu-item-has-children:hover >.dropdown-menu {
 	right:-100%!important;
 	top:0;
 	}
.navbar-nav>li>ul:before{
	 position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #231f20;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(35, 31, 31, 1);
  content: '';
}
.menu-item-has-children .menu-item-has-children > a:after{
content:"\00bb";
display: inline;
right: 10%;
position: absolute;
}
}
/* ================================>>>styles for tablet display devices <<<================================ */
@media only screen and (max-width: 767px) {
*{}
header .logo{
		padding:20px 0 5px 0;
		text-align: center;
	}
.logo img{
	width:auto;
	height: auto;
}
.contact{
		padding-top:11px;
		text-align: left;
	}
.navbar-toggle{
	margin: 0;
	position: absolute;
	  top: 0;
	  right: 0;
}
.search-container{
	position: relative;
	margin-top: -20px;
	top: 0;
	right:0;
	width: 100%;
	float: left;
}
.navbar-form{
	margin: 0;
}
.navbar-form a{
	display: none;
}
.show-search{
	display: inline-block;
}
.navbar{
	margin: 0;
}
.main-content h2{
	margin-bottom: 20px;
}
.main-content p{
	padding-bottom: 40px;
}
.text-block{
	background: none;
	height: auto;
}

.left_mask img,.right_mask img{
	display: none;
}
.search-container .navbar-form{
	margin:20px;
}
/*.footer-links{
	min-height: 157px;
}*/
.about {
  background: #cb512a url(../images/aboutbg.jpg) no-repeat bottom center;
}
.about-content {
  padding:0 30px!important;
}
.about-content h3{
	padding-top: 0;
}
.footer-logo{
	padding:0 11px;
}
.footer-social h4 {
  text-align: left;
}
.footer-social ul {
  padding: 0;
  float: left;
}
.listing-details{
	padding-left: 0;
	padding-bottom: 0;
  margin-bottom: 0;
}
.absolute-social{
	display: none;
}
.show-social{
	display: inline-block!important;
	float: right;
	padding-top: 20px;
	}
.show-social li {
  display: inline-block;
  width: 51px;
  height: 36px;
}
.show-social li a{
	display: block;
	background-color: red;
  text-align: center;
  border-radius: 5px;
  padding: 7px 5px;
  margin-left: 5px;
}
.show-social li a.mail{
	background: #ef7937;
}
.show-social li a.skype{
	background: #0a9bd1;
}
.banner{
	width:100%;
}
.banner .owl-theme .owl-controls {
  margin-top: -30px;
}
.banner .caption{
	bottom:18px;
	padding:0 10px;
}
.banner .caption h2{
	font-size:37px;
	line-height: 30px;
}
.show-social ul{
	padding: 0;
}
.search-container .navbar-form{
	margin: 20px 0;
}
.text-block{
	padding-left: 10px;
	padding-top: 15px;
}
.image-block{
	text-align: center;
}
.image-block img{
	width: auto;
}
.footer-social h4,.footer-social ul{
	margin: 0 10px;
}
.caption-bg {
  min-height: 190px;
}
.open .dropdown-menu{
	display: block;
	padding-left: 4%!important;
}
.open .dropdown-menu .dropdown-menu {
	display: block;
	text-indent: 8%!important;
}
.open .dropdown-menu .dropdown-menu .dropdown-menu {
	display: block;
	text-indent: 6%!important;
}
.open .dropdown-menu .dropdown-menu .dropdown-menu  .dropdown-menu {
	display: block;
	text-indent: 8%!important;
}
#searchform{
	float: left;
}
}
/* ================================>>>styles for mobile display devices <<<================================ */
@media only screen and (max-width: 640px) {
	.footer-links-wrapper h4{
		position: relative;
		cursor: pointer;
	}
	.footer-links-wrapper ul {
  display: none;
}
.footer-links-wrapper.show ul {
    display: block;
}
.reduce-margin{
	margin-bottom: 0!important;
}
.plus-icon {
  background-position: 0px -1px;
  width: 7px;
  height: 6px;
  float: left;
  position: absolute;
  right: 10px;
  top: 4px;
  cursor: pointer;
}
.footer-links .sprite {
  background-image: url(../images/sprite-symbl.png);
}
.show .plus-icon {
  background-position: 0px 7px;
}
.caption-bg {
  min-height: 160px;
}
	}
@media only screen and (max-width: 600px) {
*{}

.banner .caption h2{
	font-size: 34px;
}
.banner .caption p{
	 font-size: 23px;
	}
}
@media only screen and (max-width: 510px) {
.news-heading h2{
	font-size: 16px;
}
.news-listing .item{
	font-size: 14px;
}
}
@media only screen and (max-width: 406px) {
#searchform{
	display: block;
	float: none;
	text-align:center;
	width: 100%;
}
.show-social{
	width: 100%;
	float:none;
	text-align: center;
	padding-top: 0;
	padding-bottom: 20px;
}
.show-search{
	width: 100%;
}
	}
@media only screen and (max-width: 411px) {
.news-heading h2{
	font-size: 14px;
}
.news-listing .item{
	font-size: 12px;
}
}

@media only screen and (max-width: 480px) {
*{}
	header .logo{
		text-align: center;
	}
	.contact{
		padding-top:6px;
		text-align: left;
	}
	.contact span,.contact span span{
		font-size:13px;
	}
	.navbar-toggle{
		position: absolute;
		top:0;
		right: 0;
	}
	.search-container{
		position: relative;
	}
	.navbar{
		margin-bottom: 0;
	}
	.navbar-form{
		margin: 0;
	}
	.navbar-form a{
		display: none;
	}
	.show-search{
		/*display: block;
		width: 100%;*/
	}
.about-content p{
	font-size: 14px;
}
.news-listing .owl-pagination{
	right: 47%;
	top: 37px;
}
footer{
	/*text-align: center;*/
}

.banner .caption h2{
	font-size: 30px;
}
.banner .caption p {
  font-size: 19px;
}
.banner .caption h2 {
  font-size: 27px;
}
.banner .owl-theme .owl-controls {
  margin-top: -32%;
  width: 100%;
}
.banner .owl-prev {
 	float: left;
 	margin-left: 20px;
 	width:30px;
}
.banner .owl-next {
 	float: right;
 	margin-right: 20px;
 	width:30px;
}
.banner .caption{
	bottom: 0;
}
.bottom-block h3{
	margin-bottom: 7px;
}
.caption-bg {
  min-height: 140px;
}
}

@media only screen and (max-width: 394px) {
*{}

.right_mask {
  width: 61px;
}
.banner .caption p{
	 font-size: 16px;
	}
.caption-bg {
  min-height: 125px;
}
}
@media only screen and (max-width: 358px) {
	.news-listing .owl-pagination{
		top:66%;
	}
	.show-search{
		width:60% ;
	}
	}
@media only screen and (max-width: 341px) {
	
.footer-links li{
	line-height: 23px;
	font-size: 13px;
}
.caption-bg {
  min-height: 117px;
}
	}