/* #Media Queries
================================================== */
	@media screen and (min-width: 993px) and (max-width: 1200px) {	

			.navigation > ul > li > a { padding: 5px 10px 5px; }		
			.header-text h1 { font-size: 80px; }
			
			ul.portfolio-items li { 
					width: 25%;
					max-width: 25%;
				}			
	}
	@media only screen and (min-width: 1200px) {	
	
	.bxslider li {
    height: 362px;
}
	}

	
	@media only screen and (max-width: 992px) {	
	
	
	.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1{width:100% !important; float:none; margin-bottom:10px;}
	.banner-right-div{padding-left:6px !important;}
	
	#logo{text-align:center; float:none; margin-bottom:10px;}
	
	.top-right {
    display: inline-block;
    line-height: normal;
    text-align: center !important;
    width: 100%;
}
.head-text{text-align:center !important; margin-bottom:10px;}

.content .container{background:#fff !important;}

.head-list{border:none !important;}

.footer-inner .col-xs-10, .footer-inner .col-xs-2 {
    text-align: center;
}

		
		
			#header { position: relative; }
			
				.transparent #logo a { color: #5b5e60; }
				
				.header-shrink.transparent #logo a { color: #fff; }
		
			.responsive-nav-button {
				display: inline-block;
				vertical-align: middle;
			}	

			#header #navigation { 
				position: relative;
				z-index: 999;
				right: 0;
				left: 0;
				top: 100%;
				display: none;
				overflow: hidden;
				margin-bottom: 7px;
				padding-top: 0;
				width: 100%;
				background-color: #fff;
				
				-webkit-border-radius: 3px;
						border-radius: 3px;
			}

				.navigation ul li {
					display: block;
					float: none;
					margin: 2px;
					padding-bottom: 0;
				}

					.navigation ul li > a {
						padding: 10px 15px;
						background-color: #25281D;
						color: #fff;
						cursor: pointer;
						font-weight: 400;
						text-align: center;
					}

					.navigation ul a:hover,
					.navigation ul .current-menu-item > a,
					.navigation ul .current-menu-parent > a,
					.navigation ul .current-menu-ancestor > a,
					.navigation ul .current_page_item > a,
					.navigation ul .current_page_parent > a,
					.navigation ul .current_page_ancestor > a { 
						background-color: #fff;
						 color: #fff;
					}

					.navigation ul a {
						-webkit-border-radius: 3px;
								border-radius: 3px;
					}

					.header-shrink .navigation > ul > li > a:after { color: #fff; }

					.navigation ul a:hover:after,
					.navigation ul .current-menu-item > a:after,
					.navigation ul .current-menu-parent > a:after,
					.navigation ul .current-menu-ancestor > a:after,
					.navigation ul .current_page_item > a:after,
					.navigation ul .current_page_parent > a:after,
					.navigation ul .current_page_ancestor > a:after { color: #fff; }

			/* Dropdown */
			
			.navigation ul ul {
				position: relative;
				display: block;
				padding: 2px 10% 2px 10%;
				width: 100%;
				background-color: #ececec;
				-webkit-border-radius: 3px;
						border-radius: 3px;  
			}

				.navigation ul ul a:hover,
				.navigation ul ul .current-menu-item > a,
				.navigation ul ul .current-menu-parent > a,
				.navigation ul ul .current-menu-ancestor > a,
				.navigation ul ul .current_page_item > a,
				.navigation ul ul .current_page_parent > a,
				.navigation ul ul .current_page_ancestor > a { color: #fff; }

				.navigation ul ul .current-menu-item.rightarrowclass > a:after,
				.navigation ul ul .current-menu-parent.rightarrowclass > a:after,
				.navigation ul ul .current-menu-ancestor.rightarrowclass > a:after,
				.navigation ul ul .current_page_item.rightarrowclass > a:after,
				.navigation ul ul .current_page_parent.rightarrowclass > a:after,
				.navigation ul ul .current_page_ancestor.rightarrowclass > a:after { color: #fff; }
				
				.navigation ul ul .rightarrowclass > a:after { content: '\e8ba'; }				
		
		
			.header-text h1 { font-size: 50px; }
			
			
			
.header-in{padding-top:20px;}
.middle-section {
    padding-top: 0px !important;
}			

	}	

@media only screen and (max-width: 767px) {
			
.container{margin:0px 30px;}

.homefeatured > li{width:48% !important;}
.head-text{display:none;}

.banner-content h2{font-size:16px !important;}
.banner-content > p {
    font-size: 12px;
}

			

	}
	
	@media only screen and (max-width: 479px) {		
	.homefeatured > li{width:100% !important; margin-left:0px !important; margin-right:0px !important;}
	.banner-content h2{font-size:14px !important;}
	.banner-content > p {
    font-size: 12px;
    line-height: 14px;
	margin-bottom:0px;
}
		
	}