/*
 ----------------------------- 
 PVII Layout Builder Magic
 by Project Seven Development
 www.projectseven.com
 Custom Styles
 -----------------------------
*/

/*
***************************************************
Font Families: You may edit the font-family values,
BUT DO NOT REMOVE OR RENAME THE 4 RULES BELOW
***************************************************
*/
.lbm-stack-sans {font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", sans-serif;}
.lbm-stack-serif {font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;}
.lbm-stack-thin {font-family: Lato, "Gill Sans", Optima, sans-serif; font-weight: 300;}
.lbm-stack-fancy {font-family: Federo, "Gill Sans", Optima, sans-serif;}

body { background-color: #0f5b7e;
}

p {line-height: 150%;}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}
h1 {font-size: 160%;}
h2 {font-size: 150%; border-bottom:thin solid; color: #0f5b7e;}
h3 {font-size: 130%; color: #0f5b7e;}
h4 {font-size: 120%; color: #0f5b7e;}
h5 {font-size: 100%; color: #0f5b7e; font-weight: bold;}

hr {color: #0f5b7e;}

ol li {
	padding-bottom: 8px;
	padding-left: 3px;
	font-size: 90%;
	line-height: 1.5em;
}

.content_list ul li {
	padding-bottom: 8px;
	padding-left: 3px;
	font-size: 90%;
	line-height: 1.5em;
	list-style-image: url(../images/10x10_ball.png);
}

.hoz_list ul {
	font-size: .80em;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
	vertical-align: bottom;
}
.hoz_list li {
	list-style-type: none;
	float: left;
	padding: 6px 10px;
	margin-right: 0px;
	width: 25px;
	display: inline-block;
}
#name
	{
	/*list-style-type: none;
	float: left;*/
	width: 130px;
	/*padding: 6px 10px;
	margin-right: 8px;
	display: inline-block;
	text-transform: uppercase;*/
}
#error {
	font-size: 36px;
	font-weight:bold;
}
	
.ap_frame {
	width: 85%;
	
}

.scalable-rounded {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 7px;
}
.scalable-fancy {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 7px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.65);
}

.bigg {
	font-size: 180%;
}
.bigg strong {
	font-weight: 400;
}

 .more {
	 font-size: 90%;
	 font-style:italic;
 }
 
  .more-bold {
	 font-size: 100%;
	 font-style:italic;
	 font-weight:bold;
 }

 
 .title {
	 font-weight:bold;
 }
/*
Link Styles
Assign one of the following classes to
Text Links on your page
*/
.text-link-light {
	color: #EEE;
	border-bottom: 1px dotted;
}
.text-link-dark {
	color: #000;
	border-bottom: 1px dotted;
}
.text-link-dark:hover, .text-link-light:hover {
	border-bottom: 1px solid;
}
.text-link-dark, .text-link-light {
	text-decoration: none;
}
/*Fluid iframes*/
.fluidMedia {
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.fluidMedia iframe {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}

/*Media Queries*/

@media only screen and (min-width: 767px) and (max-width: 1100px) {
body {font-size: 85%;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

body {font-size: 80%;}
}

@media only screen and (min-width: 0px) and (max-width: 480px) {

body {font-size: 80%;}
}
