/*!
 * Bootstrap Responsive v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@media(min-width: 1000px){
.menubar .navbar-collapse{
padding-left: 0;
padding-right: 0;
}
.menubar .container-fluid {
	padding-left: 0;
}
.navbar-brand {
	padding-left: 0;
}

}

@media(min-width: 100px) and (max-width: 1200px){
.tabbing .nav>li>a {
    padding: 6px 6px;
	}
.menubar .navbar-default .navbar-nav > li > a 
{
	font-size: 16px;
}

.affix {
     width: 100%;}


/* large desktops, laptops and more */
@media (min-width: 1200px) {
	
	
	
}

/* desktops and more */
@media (min-width: 992px) {
		
	.clearfix {
	*zoom: 1;
	}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
	}
.clearfix:after {
	clear: both;
	}
	
	
}


/* tablets, small desktops and more */
@media (min-width: 768px) and (max-width: 1024px) {
	
	.menubar .navbar-collapse{
padding-left: 0;
padding-right: 0;
}
.menubar .container-fluid {
	padding-left: 0;
}
.navbar-brand {
	padding-left: 0;
}

	
	.container {
	width: 100%;}
	
	
}

/* desktop and ipads*/
@media (min-width: 992px) and (max-width: 1199px) {
	


}

/* tablets and small desktop */
@media (min-width: 768px) and (max-width: 991px) {

	
}

/* small tablets and less */
@media (max-width: 767px) {
	
	.container {
		width: 100%;
	}

/* smartphones and phones */
@media (max-width: 480px) {
	
	.logo {
		text-align: center;
		margin:0;
	}
	
	.footer-bottom .footer-text p {
		float: none;
		text-align: center;
	}
	
	  
	  .photo-gallery ul li a img {
	  width: 50%;}
	 
	
	footer .foot-pow {
		float: none;
		padding-top: 0;
	}
	.module .module-title::before {
	width: 28%;}
		.module .module-title::after {
	width: 28%;}
	
	
	.module .module-title1::after {
	width: 31%;}
	
	.module .module-title1::before {
	width: 31%;}
	
	.affix {
     width: 89%;}
	
	

	
	
}
@media (max-width: 1024px) {
	
	
	}
	

	
