/*
 ----------------------------- 
 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 {
	color: #666666;
	font-weight:300;
	font-size: 1.08em;
	font-family: 'Lora', serif;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-family: 'Lora', serif;
}
h1 {
	font-size: 200%;
	text-align: center;
}
h2 {font-size: 150%;}
h3 {font-size: 150%;}
h4 {font-size: 140%;}
h5 {font-size: 125%;}
h3 {
    color: #b19860;
    margin-bottom: 0px;	
    line-height: 1.3em;
}
h4 {
    margin-bottom: 0px;	
	line-height: 1.4em;
}
h5 {
    margin-bottom: 0px;	
}

.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;
}
p {
	font-size: 1.08em;
	color: #555555;
	line-height: 1.3em;
}
.small {
   font-size: 95%;
}
.red {
   color: #f51722;
}
.white {
   color: #ffffff;
}
.goldtext {
   color: #d7bf63;
}
/*
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;
}
.nopadbot {
	padding-bottom: 0px;
}
.nopadtop {
	padding-top: 0px;
}
.nopadtopbot {
	padding-top: 0px;
	padding-bottom: 0px;
}
.smallpad {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media only screen and (min-width: 1px) and (max-width: 960px) {
.toppadgo {
     padding-top: 0px;
}
.botpadgo {
     padding-bottom: 0px;
}
}
/*Media Queries*/

@media only screen and (min-width: 1px) and (max-width: 960px) {
.padtopgo {
	padding-top: 0px;
}
.padbotgo {
	padding-bottom: 0px;
}
.padcheck {
    width: 100%;
    height: 0px;
    float: left;
}
}


@media only screen and (min-width: 1px) and (max-width: 1100px) {
body {font-size: 100%;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

body {font-size: 95%;}
}

@media only screen and (min-width: 1px) and (max-width: 480px) {

body {font-size: 95%;}
}

/*Spaces*/
.space1 {
	width: 100%;
	height: 1px;
	float: left;
}
.space10 {
	width: 100%;
	height: 10px;
	float: left;
}
.space20 {
	width: 100%;
	height: 20px;
	float: left;
}
.space25 {
	width: 100%;
	height: 25px;
	float: left;
}
.space30 {
	width: 100%;
	height: 30px;
	float: left;
}
.space30no {
	width: 100%;
	height: 30px;
}
.space40 {
	width: 100%;
	height: 40px;
	float: left;
}
.space50 {
	width: 100%;
	height: 50px;
	float: left;
}
.space60 {
	width: 100%;
	height: 60px;
	float: left;
}
.space70 {
    width: 100%;
	height: 70px;
	float: left;	
}
.space80 {
	width: 100%;
	height: 80px;
	float: left;
}
.space90 {
    width: 100%;
	height: 90px;
	float: left;	
}
.space100 {
    width: 100%;
	height: 100px;
	float: left;	
}
.space110 {
    width: 100%;
	height: 110px;
	float: left;	
}
.space120 {
    width: 100%;
	height: 120px;
	float: left;	
}
.space130 {
    width: 100%;
	height: 130px;
	float: left;	
}

/* List Styles */

.check_list li,
.plus_list li,
.minus_list li,
.star_list li,
.arrow_list li,
.square_list li,
.circle_list li,
.cross_list li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}

.check_list li {background: url(/icons/list_check.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.plus_list  li {background: url(/icons/list_plus.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.minus_list  li {background: url(/icons/list_minus.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.star_list  li {background: url(/icons/list_star.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.arrow_list  li {background: url(/icons/list_arrow.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.square_list  li {background: url(/icons/list_square.png) no-repeat 0% 50%; padding: 0 10 0 18px;}
.circle_list  li {background: url(/icons/list_circle.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.cross_list  li {background: url(/icons/list_cross.png) no-repeat 0% 50%; padding: 0 0 0 18px;}


/*Other*/

.square_list a:link, a:visited, a:focus, a:hover {
	color: #666666;
}

.sgbtop {
	background-color: #000000;
}
.dkbrownbg {
    background-color: #1d1312;
}
.top7 {
	width: 239px;
	height: 40px;
	margin-top: 25px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #2b2a2a;
	color: #b19860;
	font-size: 21px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	padding-top: 12px;
	padding-left: 0px;
	text-align: center;
	overflow: hidden;
}


.top8 {
	width: 239px;
	height: 40px;
	margin-top: 25px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #2b2a2a;
	color: #b19860;
	font-size: 21px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	padding-top: 12px;
	padding-left: 0px;
	text-align: center;
	overflow: hidden;
}
.top9 {
	width: 239px;
	height: 40px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #2b2a2a;
	color: #b19860;
	font-size: 21px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	padding-top: 11px;
	padding-left: 0px;
	text-align: center;
	overflow: hidden;
}
#header a:link, a:visited, a:focus {
    color: #b19860;	
	text-decoration: none;
}
#header a:hover {
    color: #c0c0c0;	
	text-decoration: none;
}
img.center {
    display: block;
    margin: 0 auto;
}
.textcenter {
    text-align: center;	
}
.menuback {
	background-image: url(../images/menu.png);
	background-repeat: repeat-x;
	background-color: #000000;
	border-bottom: 4px solid #ad9966;
}

@media only screen and (min-width: 0px) and (max-width: 960px) {

.top1968 {
	width: 229px;
	height: 44px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #2b2a2a;
	color: #b19860;
	font-size: 26px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	padding-top: 8px;
	padding-left: 0px;
	text-align: center;
	overflow: hidden;
}
.top1969 {
	width: 229px;
	height: 44px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #2b2a2a;
	color: #b19860;
	font-size: 26px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	padding-top: 8px;
	padding-left: 0px;
	text-align: center;
	overflow: hidden;
}
}
.yellowbg {
    background-color: rgba(245,230,12,.5);	
}
.blackbg {
    background-color: #000000;	
}
#end a:link, a:visited, a:focus {
    color: #f9f9f9;	
	text-decoration: none;
}
.topgold4 {
	border-top: 4px solid #ad9966;
}
.topgold1 {
	border-top: 1px solid #ad9966;
}
.marble {
	margin: 0px;
	background-image: url(/images/marble1.jpg);
	background-repeat: repeat;
}
#end a:hover {
    color: #c0c0c0;	
	text-decoration: none;
}
.loqium {
	color: #efefef;
	font-size: 12px;	
	text-align: right;
	float: right;
    padding-bottom: 30px;
}
.countries {
	color: #666666;
	font-size: 12px;	
	text-align: left;
	float: left;
}
.aligncenter {
    text-align: center;
}
#footer p{
    color: #efefef;	
}
#footer h3{
    color: #ad9966;	
}#footer li {
	color: #efefef;
	font-size: 1.1em;
	list-style: none;
	margin-left: -37px;	
	margin-bottom: 4px;
}
#footer a:link, a:visited, a:focus {
    color: #efefef;	
	text-decoration: none;
}
#footer a:hover {
    color: #c0c0c0;	
	text-decoration: none;
}
.reveal {
    display: none;	
}
#header1 {
	display: none;
}
@media only screen and (min-width: 0px) and (max-width: 800px) {
.reveal {
    display: inline; 
}
}
@media only screen and (min-width: 0px) and (max-width: 800px) {
#banner {
	display: none;
}
	#header1 {
	display: inline;
}
}

#body2 a:link, a:visited, a:focus {
    text-decoration: none;	
	color: #ad9966;
}
#body2 a:hover {
    text-decoration: none;	
	color: #912c52;
}
.goldstripe {
    width: 100%;
    height: 2px;
    background-color: #b19860;
    margin-top: 10px;
}
.goldstripe1 {
    width: 100%;
    height: 2px;
    background-color: #b19860;
    margin-top: 30px;
    margin-bottom: 30px;
}
.testimonial {
	font-family: 'Lora', serif;
	font-size: 1.3em;
	font-style: italic;
	font-weight: 300;
	line-height: 1.5em;
}
.person {
	font-family: 'Lora', serif;
	float: left;
	clear: both;
	margin-top: 14px;
    font-size: 1.25em;
}
.quote {
	height: 72px;
	width: 60px;
	float: left;
	margin-right: 20px;
	background-image: url(/images/quote.png);
}
.facebook {
    width: 40px;
    height: 40px;
}
.social {
    margin-right: auto;
    margin-left: 1px;
    width: 42px;
    height: 42px;
    margin-bottom: 30px;
}
.break {
    width: 414px;
    height: 75px;
    margin-right: auto;
    margin-left: auto;
}