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


h1, h2, h3, h4, h5 {
	font-weight: bold;
}
h1 {font-size: 200%;}
h2 {font-size: 120%;}
h3 {font-size: 105%;}
h4 {font-size: 135%;}
h5 {font-size: 125%;}

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


/*Media Queries*/

@media only screen and (min-width: 0px) and (max-width: 800px) {
body {font-size: 90%;}
.p7DMM01 .home {margin: 10px 0 0 0 !important; padding: 0;}
li.switch a {padding: 10px 0px 10px 0px !important;}
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
#header {
	height: 180px;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent url(../images/header_bkg_800.jpg) no-repeat top right;
}
#hname {margin: 0; padding: 40px 0 0 20px;}
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
.lbm-row {margin: 0 !important;}
.p7DMM01 {margin-bottom: 0 !important;}
#sicons {margin: 20px 15px 0px 0 !important;}
#menu {margin-top: 0px !important;}
#maincontent {margin: -5px 0 0 0 !important;}
#content {margin: 0; padding: 20px !important;}
#content h1 {padding: 0 0 10px 0 !important;}
#content p {padding: 0 !important;}
#sidenav {text-align: center;}
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
body {font-size: 85%;}
#sicons {margin: 30px 15px 0px 0 !important;}
.imgrightnb {float: none !important; margin: 0 !important;}
div.onepiccapRT {float: none !important; margin: 0 auto !important;}
p.imgcenter {text-align: center !important; margin: 20px auto !important;}
form div input {width: 55%;}
#prices {margin: 0 auto;}
}

@media only screen and (min-width: 0px) and (max-width: 320px) {
body {font-size: 85%;}
#hname img {display: none !important;}
header {height: 160px; background: transparent url(../images/header-bkg-winter_480x160.jpg) no-repeat bottom right;}
#header {height: 160px; background: transparent url(../images/header_bkg_320.jpg) no-repeat top left;}
sicons {margin: 0px 15px 0 0 !important;}
#sicons {margin: 70px 15px 0 0 !important;}
#maincontent {margin: -5px 0 0 0 !important;}
#drmap {margin: 0 0 0 -20px !important;}
div.picsrow {width: 100% !important; margin: 0 !important}
}