.body {
	background-color: #fff;
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
}

img.icon-pros {
    float: left !important;
    margin-right: 10px !important;
}

.list-pros {
    font-size: 20px !important;
}

.class1 {
    background-color: #fef5c4;
    width: 85%;
    border-radius: 5px;
    border: 5px;
    padding: 11px;
    margin: 0 auto;
}

.classgr {
    background-color: rgb(48, 160, 92);
    width: 85%;
    border-radius: 5px;
    border: 7px solid rgb(255, 168, 36);
    color: #fff;
    font-weight: 700;
    padding: 11px;
    margin: 0 auto;
}

.lwid{
	max-width: 70%;
}

ul.pros li 
{
    width:100% !important; 
    float:left !important;
    margin-bottom:10px !important;

}

img.circle-img {
    -webkit-border-radius: 200px 200px 200px 200px;
    border-radius: 200px 200px 200px 200px;
}

.stars img {
    max-width: 100px;
    margin: 0 auto;
}


#header {
 	background-color: #fff;
 	width:980px;
 	height:100px;
 	color:#FFF;
 	font-size:11px;
 	overflow:hidden;
 	margin:0 auto;
 	padding:0;
 	font-family: 'Open Sans', sans-serif;
 	margin-bottom: 1px;
}

#nav {
	background-color: #246888;
	width: 980px;
	height: 45px;
	font-weight: 700;
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 20px;


}

.btnn:visited {
    color: #fff;
}

.red {
    background-color: #ff0000;
    box-shadow: 0 5px 0 0 #c91313;
    -webkit-box-shadow: 0 5px 0 0 #c91313;
    -moz-box-shadow: 0 5px 0 0 #c91313;
}

.btn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 12px 12px;
    font-size: 24px;
    text-decoration: none;
    text-align: center;
    font-weight: 800;
    margin: 6px 0 20px;
    color: #fff;
    width: 100%;
    cursor: pointer;
    display: block;
}





#nav ul{
	padding-top: 10px;
	margin: 0 auto;
	
}

#nav li{
	display: inline;
	

}

#nav li a{
	text-decoration: none;
	color: #fff;
}


#container {
	width: 980px;
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	border: 0px solid #939393;

}

#content {
	width: 960px;
	margin: 0 auto;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	font-family: 'Open Sans', sans-serif;
}


.bigfont {
	font-size: 30px;
	font-weight: bold;
	font-weight: 800;
	color: #02334e;
}
.imgres {
	max-width: 80%;
	height: auto;
}

.parabig {
	font-size: 20px;
}

a {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: underline;
}

/* SHARE BUTTON STYLEE */

#share-container {
    white-space: nowrap;
    margin: 0 0 18px;
}
#share-container, .text {
    text-align: center;
}

.box {
    cursor: pointer;
    display: inline-block;
    width: 33.3%;
    margin: 0 auto;
}

.box1, .box2, .box3 {
    border-radius: 3px;
    -webkkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.text {
    padding: 6px 0;
    color: #fff;
    font-weight: 700;
}

/* SHARE BUTTON STYLEE END*/

@media screen and (max-width: 1200px) {
#header {
	width: 980px;
}

#nav {
	width: 980px;
	font-size: 20px;
	}


#container {
	width: 980px;
}

#content {
	width: 960px;
}

.imgres {
	max-width: 80%;
	height: auto;
}


}



@media screen and (max-width: 900px) {
#header {
	width: 100%;
	
}

#nav {
	width: 100%;
	font-size: 20px;
	}

#container {
	width: 98%;
}

#content {
	width: 90%;
}

.imgres {
	max-width: 95%;
	height: auto;
}

}



@media screen and (max-width: 700px) {
#header {
	width: 100%;
	
}

.btn {
	font-size: 16px;
}	


#nav {
	width: 100%;
	font-size: 15px;
	}

#container {
	width: 98%;
	

}

#content {
	width: 90%;
}	

.imgres {
	max-width: 95%;
	height: auto;
}

}




@media screen and (max-width: 600px) {
#header {
	width: 100%;
	
}


#nav {
	width: 100%;
	font-size: 15px;
	}

#container {
	width: 98%;
}

#content {
	width: 90%;
}	

.imgres {
	max-width: 95%;
	height: auto;
}

.btn {
	font-size: 15px;
}	

}

@media screen and (max-width: 480px) {
#header {
	width: 100%;
	
}


#nav {
	width: 100%;
	font-size: 15px;
	}

#container {
	width: 98%;
}

#content {
	width: 90%;
}

.btn {
	font-size: 15px;
}	

.imgres {
	max-width: 95%;
	height: auto;
}	

}

@media screen and (max-width: 400px) {
#header {
	width: 100%;

}

#nav {
	width: 100%;
	font-size: 12px;
	}

#container {
	width: 98%;
}

#content {
	width: 90%;
}

.btn {
	font-size: 15px;
}	

.imgres {
	max-width: 95%;
	height: auto;
}

}



/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

.span_1_of_3 {
    width: 32.26%;
}

.span_2_of_3 {
    width: 66.13%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}

}

@media only screen and (max-width: 480px) {
	.span_1_of_3, .span_2_of_3 { width: 100%; }
}			