/*
 ----------------------------- 
 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
***************************************************
*/

tr:nth-child(odd) {
    background-color:#E9E9E9;
}
tr:nth-child(even) {
    background-color:#FFFFFF}

sup { vertical-align: top; position: relative; top: -0.2em; }

ul { padding-left: 0em; }

ul { margin-left: 1.2em; }

ul { margin-bottom: 0px; }

ul { margin-top: 0px; }

ul li {
    padding: .2em 0em;
}

ol { padding-left: 0em; }

ol { margin-left: 1.2em; }

ol { margin-bottom: 0px; }

ol { margin-top: 0px; }

ul li {
    padding: .2em 0em;
}

ol type="A"> { padding-left: 0em; }

ol { margin-left: 1.2em; }

ol { margin-bottom: 0px; }

ol { margin-top: 0px; }

ul li {
    padding-top: .2em;
    padding-right: 0em;
    padding-left: 0em;
    padding-bottom: .2em;
}

.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }
   .fade:hover {
      opacity: 0.5;
      }

#head .lbm-column {
vertical-align:middle;
}

.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;}


h1, h2, h3, h4, h5 {
	font-weight: normal;
}
h1 {
	font-size: 160%;
}
h2 {font-size: 145%;}
h3 {font-size: 130%;}
h4 {font-size: 115%;}
h5 {font-size: 100%;}
h6 {font-size: 90%;}

.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;
}

/*
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: #000000;
	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;
}

.rel {
position:relative;
padding-bottom:31% !important;
}
.relim {
	display: block;
	position: absolute !important;
	left: 0;
	bottom: 0;
	margin: 2% !important;
	width: 96% !important;
	bottom: 1px;
}

/*My wee Query*/

@media only screen and (min-width: 0px) and (max-width: 700px) {
.rel {
position:static;
padding-bottom: 20px !important;
}
.relim {display:block; position:static !important; margin:0% !important; width:100% !important;}
}

/*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%;}
}
