/* Portfolio Filter Stylesheet */

/*****Reset*****/


/*****Custom Classes*****/
.clearing { clear: both; }
.last { margin-bottom: 0; }
.screenReader { left: -9999px; position: absolute; top: -9999px; }
h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 10px;
}
/*****Basic Layout*****/

.pricing-standout {
	background:url(/images/BG_Middle.jpg) repeat-y; background-size:100%;
}

ul#filter { float: left; font-size: 16px; list-style: none; margin-left: 0; width: 100%; margin-bottom: 30px; }
ul#filter li { 
	border-right: 1px solid #dedede;
	float: left;
	line-height: 16px;
	margin-right: 10px;
	padding-right: 10px;
	display: inline-block;
}
ul#filter li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
ul#filter a { width: 100%;
text-align: center;
padding: 15px;
margin-left: -1px;
color: rgb(255, 255, 255);
font-size: 15px;
text-decoration: none;
font-style: italic;
letter-spacing: 0.5px;
text-transform: uppercase;
font-family: 'Oswald',sans-serif; }

ul#filter li.current a, ul#filter a:hover { color: rgb(240, 72, 36);
text-decoration: underline;}
ul#filter li.current a { color: rgb(240, 72, 36);
text-decoration: underline; }

ul#portfolio { float: left; list-style: none; margin-left: 0; width: 100%; }
ul#portfolio li { 
	border: 1px solid #555; 
	float: left; 
    margin: 0 37px 35px 37px;
	padding: 5px;
	width: 202px;
	background: none repeat scroll 0 0 rgba(70, 70, 150, 0.5);
}
ul#portfolio a { display: block; width: 100%; color:#fff; }
ul#portfolio a:hover { text-decoration: none; color: rgb(240, 72, 36); }
ul#portfolio img { border: 1px solid #dedede; display: block; padding-bottom: 5px; }

#header-main { width:100%; float:left; min-height:138px; position:relative; background:url(../images/earthskatera.jpg) center top fixed no-repeat; z-index:10;margin-bottom:25px;}
#main-container { //margin-top:138px;}

.bbb { padding-bottom:0px !important;}

.bbb-badge { 
float:left;
padding-left:10px;
padding-top:10px;
}

@media only screen and (max-width: 768px) {
	#header-main { width:100%; float:left; min-height:122px; position:relative; background:url(../images/earthskatera.jpg) center top fixed no-repeat; z-index:10; padding-bottom:20px;}
	#main-container { //margin-top:148px;}


}

@media only screen and (max-width: 400px) {

	@-ms-viewport {
	    width: 320px;
	}

	.pricing-standout {
		background:url(/images/BG_Middle.jpg) repeat-y; background-size:100%;
	}
	  
	#header-main { width:100%; float:left; min-height:122px; height:130px; position:relative; background:url(../images/earthskatera.jpg) center top fixed no-repeat; z-index:10; padding-bottom:20px;}
	#main-container { //margin-top:168px;}

    .bbb-badge {display:none;float:none;}


	.question3{ font-family: 'Oswald', sans-serif; letter-spacing:.5px; font-style:italic; color:#fff; float:left;display:none;}
}

@media only screen and (max-width: 360px) {

	@-ms-viewport {
	    width: 320px;
	}
	  
	#header-main { width:100%; float:left; min-height:122px; height:130px; position:relative; background:url(../images/earthskatera.jpg) center top fixed no-repeat; z-index:10; padding-bottom:20px;}
	#main-container { //margin-top:168px;}

    .bbb-badge {display:none;float:none;}

}


@media only screen and (max-width: 360px) {
    .question2 {
        font-size: 18px;/* mobile font-size */
    }

    .bbb-badge {display:none;float:none;}

}

@media only screen and (max-width: 320px) {
    .question2 {
        font-size: 15px;/* mobile font-size */
    }

    .bbb-badge {display:none;float:none;}

}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  z-index: 10;
  width:100%;
}