@charset "UTF-8";
/* CSS Document */

/* global main */
html {
    height:100vh;
	background-color: #000;
}

#_vip-maincontainer {
	background-color: #000;
	height: 100%;
}

#_vip-wrapcontainer {
	background-color: #000;
	max-width: 960px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#_vip-insidecontainer {
	background-color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	box-shadow: 0px 0px 12px #fff;
}


/* vip header */
#_vip-headerrow {
	background: url(../_images2/header-bg.png) bottom repeat-x;
	margin: 0px;
	padding: 0px;
}

@media (max-width: 767px) { #_vip-headerrow { padding-bottom: 30px; } }

#_vip-logo {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 15px 0px;
}

#_vip-logo img {
	margin: 12px 0px 0px 5px;
	max-height: 100px;	
}

#_vip-logo span {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	
	color: #CCC;
	position: absolute;
	bottom: 20px;
	left: 150px;
}

@media (max-width: 767px) {
#_vip-logo {
	padding-bottom: 5px;
}

#_vip-logo img {
	margin-left: 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;	
	max-height: 250px;
}

#_vip-logo span {
	right: 10px;
	text-align: right;
}

}


#_vip-featured-images {
	margin-top: 20px;
}


#_vip-featured-tag {
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-weight: normal;
	
	color: #CCC;
	font-size: 11px;
}

.featured-image {
	margin: 0px;
	padding: 2px 0px 0px 0px;
}



.featured-space:after {
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px dotted #555;
}

#_vip-tagline h2 {
	color: #ccc;
	text-transform: uppercase;
	display: block;
	padding: 0px 0px 0px 0px;
	text-align: right;
	font: 14px/18px 'Open Sans', Arial, sans-serif;
	
	font-weight: 600;
	margin: 30px 15px 0px 0px;
}

@media (max-width: 768px) {
#_vip-tagline h2 {
	font: 12px/18px 'Open Sans', Arial, sans-serif;
}
}



@media (max-width: 767px) {
	
#_vip-featured-images {
	margin-top: 10px;
}


#_vip-featured-tag {
	margin-bottom: 10px;
	text-align: center;
}

.featured-image {
	padding: 0px 2px;
}

div.featured-space {
    margin: 10px auto;
    width: 60%;
    height: 100px;
  border:1px solid #333;
    position:relative;
    text-align:center
}



#_vip-tagline h2 {
	text-align: center;
	margin: 20px 0px 0px 0px;
}

}


/* main h1 layout */

#main-tagline h1 {
	margin: 0px;
	padding: 0px;
}

#main-tagline h1 {
	font-family: 'Amaranth', sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	margin: 0px 0px;
	padding: 5px 0px 10px 0px;
	text-shadow: 2px 2px 2px #000000;
	width: 100%;
}

@media (max-width: 925px) { #main-tagline h1 { font-size: 24px; } }
@media (max-width: 810px) { #main-tagline h1 { font-size: 22px; } }
@media (max-width: 425px) { #main-tagline h1 { font-size: 20px; } }





/* column layout */


#_vip-bodyrow {
	background: url(../_images2/body-bg.png) top repeat-x;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 1000;
}

#_vip-bodyrow-b {
	background: url(../_images2/Meet-The-Team-Full.png) bottom left no-repeat;
	margin: 0px;
	padding: 0px;
  	background-size: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: -1;
}

@media (max-width: 767px) {
	#_vip-bodyrow-b {
	visibility: hidden;
}
}


#_vip-leftwocol {
	min-height: 400px;
	margin-top: 10px;
}

#_vip-leftcol {


}

#_vip-leftcol h2 {
	color: #ffe15c;
	font-family: 'Open Sans', Arial, sans-serif;
	
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align: center;
}

#_vip-leftcol img.lclubs {
	
	margin: 25px 0px;
}

#_vip-leftcol h3 {
	color: #ffe15c;
	font-family: 'Open Sans', Arial, sans-serif;
	
	font-weight: 600;
	font-size: 15px;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width: 768px) {
	#_vip-leftcol h2 {
	font-size: 15px;
	line-height: 22px;
}

#_vip-leftcol img.lclubs {
	
	margin: 35px 0px;
}

#_vip-leftcol h3 {
	font-size: 13px;
	margin: 30px 0px 0px 0px;
}
}

@media (max-width: 767px) {
	#_vip-leftcol img.lclubs {
	
	margin: 20px 0px;
}
}



#_vip-midcol {
		border-left: 2px dotted #555;
	

}

@media (max-width: 767px) {
	#_vip-midcol {
		border-left: none;
}
}


#_vip-midcol h2 {
	color: #ffffff;
	font-family: 'Open Sans', Arial, sans-serif;
	
	font-weight: 400;
	font-size: 18px;
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 10px 0px;
	text-align: left;
}

hr.dotted-hr {
margin-top: 15px;
margin-bottom: 20px;
border: 0;
border-top: 1px dotted #777;
}

#middle-bottom-space {
	min-height: 150px;
}

.more-row {
	margin-bottom: 17px;
}

@media (max-width: 768px) {
.more-row {
	margin-bottom: 13px;
}
#middle-bottom-space {
	min-height: 120px;
}
}


@media (max-width: 767px) {
.more-row {
	margin-bottom: 8px;
}
#middle-bottom-space {
	min-height: 0px;
}
}



.more-row h4 {
margin: 10px 0px 0px 0px;
font: 16px/22px 'Open Sans', Arial, sans-serif;

font-weight: 600;
color: #fd0008;
}

.more-row p {
padding: 0px 10px 0px 0px;
font: 14px/22px 'Open Sans', Arial, sans-serif;
font-style: normal;
font-weight: 400;
color: #f0f0f0;
}


.more-number {
	position: absolute;
	top: 12px;
	right: 0px;
	background-image: url(../_images2/more-number-bg.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 29px;
	height: 29px;
	font: 26px/26px 'OpenSansRegular', Arial, sans-serif;
	text-align: center;
	color: #FFF;
	padding-top: 1px;
}


@media (max-width: 768px) {
.more-row h4 {
font-size: 14px;
}

.more-row p {
padding: 0px 10px 0px 0px;
font: 13px/20px 'Open Sans', Arial, sans-serif;
font-style: normal;
font-weight: 400;
color: #f0f0f0;
}

.more-number {
	position: absolute;
	top: 12px;
	right: 0px;
	background-image: url(../_images2/more-number-bg.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 21px;
	height: 21px;
	font: 18px/18px 'OpenSansRegular', Arial, sans-serif;
	text-align: center;
	color: #FFF;
	padding-top: 1px;
}


}



#_vip-rightcol {
	padding: 0px;
	min-height: 400px;
	margin-top: 10px;

}

#_vip-rightcol hr {
	margin: 15px 0px 10px 0px;
	border-top: 1px solid #555;
}

#_vip-rightcol hr.dotted-hrr {
margin-top: 10px;
margin-bottom: 0px;
border: 0;
border-top: 1px dotted #777;
margin-right: 10px;
}

@media (max-width: 767px) {
	#_vip-rightcol hr {
	margin: 15px 0px 10px 0px;
	border-top: 1px solid #555;
}

#_vip-rightcol hr.dotted-hrr {
	visibility: hidden;
}
}



#_vip-rightform {
			border-left: 2px dotted #555;
			border-bottom: 2px dotted #555;
			padding-bottom: 0px;
			padding-right: 5px;
}

@media (max-width: 767px) {
	#_vip-rightform {
			border-left: none;
			border-bottom: none;
}
}

#_vip-rightform h2 {
	color: #ffe15c;
	font-family: 'Open Sans', Arial, sans-serif;
	
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	text-align: center;
}

@media (max-width: 768px) {
#_vip-rightform h2 {
	font-size: 16px;
	line-height: 22px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
}
	
	
#_vip-mainform {
	margin: 20px 10px 10px 0px;
}

#_vip-mainform .form-group {
	margin-bottom: 10px;
}

#_vip-mainform label {
	font-size: 12px;
}

@media (max-width: 767px) {
#_vip-mainform {
	margin: 0px 15px 10px 15px;
}

#_vip-mainform .form-group {
	margin-bottom: 8px;
}

}


#_vip-mainform label.toplabel {
	margin-right: 0px;
	padding-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	color: #fff;
}

#_vip-mainform select
{
border: 1px solid #BFBFBF;
background-color: #660000;
font-size: 12px;
color: #FFF;
margin: 0px 0px 5px 0px;
text-align: center;
}

#_vip-mainform .btn-group {
	margin-bottom: 25px;
}



@media (max-width: 768px) {
#_vip-mainform .btn-group {
	margin-bottom: 20px;
}
}


@media (max-width: 767px) {
#_vip-mainform label.toplabel {
	margin-left: 15px;
	margin-bottom: 5px;
}

#_vip-mainform select
{
border: 1px solid #BFBFBF;
background-color: #660000;
font-size: 12px;
color: #FFF;
margin: 0px 0px 5px 0px;
text-align: center;
}

#_vip-mainform .btn-group {
	margin-bottom: 25px;
}
}



#_vip-mainform label.radio-inline {
	margin-left: 15px;
	font-size: 14px;
	display: inline-block;
	padding-left: 15px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: 400;
	cursor: pointer;
	float: right;
	margin-right: 5px;
	margin-top: -10px;
	margin-bottom: 15px;
}

#_vip-mainform input[type="text"],#_vip-mainform input[type="number"],  #_vip-mainform input[type="email"], #_vip-mainform textarea {
border: 1px solid #BFBFBF;
background-color: #660000;
font-size: 12px;
color: #FFF;
}

#_vip-mainform p.vipform-question {
	color: #f0f0f0;
	font-size: 13px;
}

@media (max-width: 768px) {
#_vip-mainform p.vipform-question {
	font-size: 11px;
}
}

@media (max-width: 767px) {
#_vip-mainform p.vipform-question {
	text-align: center;
}
}

#_guys-girls .form-control {
	height: inherit;
	margin-bottom: 10px;
}

#_guys-girls {
	padding-right: 15px;
}

@media (max-width: 768px) {
#_guys-girls .form-control {
	height: inherit;
	margin-bottom: 5px;
}
}

@media (max-width: 767px) {

#_guys-girls {
	padding-left: 15px;
}
}




#_vip-mainform .btn-danger {
background-image: -webkit-linear-gradient(top, #880809 0, #660000 100%);
background-image: linear-gradient(to bottom, #880809 0, #660000 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff880809', endColorstr='#ff660000', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #BFBFBF;
}

#_vip-mainform .btn-danger.active {
background-color: #660000;
border-color: #BFBFBF;
}










#_vip-mainform .btn-danger {
  color: #fff;
  background-color: #660000;
  border-color: #BFBFBF;
}
#_vip-mainform .btn-danger:hover,
#_vip-mainform .btn-danger:focus,
#_vip-mainform .btn-danger:active,
#_vip-mainform .btn-danger.active,
#_vip-mainform .open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #660000;
  border-color: #BFBFBF;
}
#_vip-mainform .btn-danger:active,
#_vip-mainform .btn-danger.active,
#_vip-mainform .open .dropdown-toggle.btn-danger {
  background-image: none;
  font-weight: bold;
}
#_vip-mainform .btn-danger.disabled,
#_vip-mainform .btn-danger[disabled],
#_vip-mainform fieldset[disabled] .btn-danger,
#_vip-mainform .btn-danger.disabled:hover,
#_vip-mainform .btn-danger[disabled]:hover,
#_vip-mainform fieldset[disabled] .btn-danger:hover,
#_vip-mainform .btn-danger.disabled:focus,
#_vip-mainform .btn-danger[disabled]:focus,
#_vip-mainform fieldset[disabled] .btn-danger:focus,
#_vip-mainform .btn-danger.disabled:active,
#_vip-mainform .btn-danger[disabled]:active,
#_vip-mainform fieldset[disabled] .btn-danger:active,
#_vip-mainform .btn-danger.disabled.active,
#_vip-mainform .btn-danger[disabled].active,
#_vip-mainform fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
#_vip-mainform .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}


.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
cursor: text;
background-color: #eee;
opacity: 1;
}


p.vip-terms {
	font-size: 10px;
	color: #555;
	padding: 5px 20px;
}

@media (max-width: 768px) {
p.vip-terms {
	font-size: 9px;
	color: #555;
	padding: 5px 10px;
}
}


p.vip-terms a {
	color: #777;
	text-decoration: underline;
}

#small-phone {
	margin: 15px 0px 0px 0px;
}

#small-phone-a {
color: #ffcc00;
font-size: 12px;
font-family: Geneva, Verdana, sans-serif;
}

#small-phone-b {
	color: #ffffff;
font-size: 16px;
font-family: Geneva, Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
}

@media (max-width: 768px) {


#small-phone-a {
font-size: 11px;
}

#small-phone-b {
font-size: 14px;
}
}


@media (max-width: 767px) {
	
#small-phone {
	margin: 0px 0px 10px 0px;
	text-align: center;
}

}





/* about us */

#_vip-about-us {
	background-color: #3e0000;
	margin: 0px;
	padding: 0px;
}

#_vip-about-us h4 {
text-align: center;
padding: 15px 15px 0px 15px;
margin: 10px 0px;
color: #CCC;
font: 12px/20px 'Open Sans', Arial, sans-serif;
font-weight: 400;
}


hr.dotted-hrt {
margin-top: 10px;
margin-bottom: 20px;
border: 0;
border-top: 1px dotted #555;
}


#_vip-testimonials {
	margin: 0px;
	padding: 0px;
	
	background: #3e0000; 


background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzM3MDAwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNTAwMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  #3e0000 0%, #370001 50%, #250001 100%); 

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e0000), color-stop(50%,#370001), color-stop(100%,#250001)); 

background: -webkit-linear-gradient(top,  #3e0000 0%,#370001 50%,#250001 100%); 

background: -o-linear-gradient(top,  #3e0000 0%,#370001 50%,#250001 100%); 

background: -ms-linear-gradient(top,  #3e0000 0%,#370001 50%,#250001 100%); 

background: linear-gradient(to bottom,  #3e0000 0%,#370001 50%,#250001 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e0000', endColorstr='#250001',GradientType=0 ); 




}

#_vip-testimonials h2 {
	font-family: "Open Sans", Arial, Sans-Serif;
	font-size: 14px;
	line-height: 18px;
	color: #ffe15c;
	margin: 10px 0px 16px 0px;
	padding: 0px;
	text-transform: uppercase;
}



.panel {
margin-bottom: 25px;
margin-top: 10px;
background-color: transparent;
background: none;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}


.panel-primary {
border-color: #555;
}

.panel-body {
	padding: 10px 10px;
	color: #BBB;
	font-family: "Open Sans", Arial, Sans-Serif;
	font-weight: 300;
	font-size: 12px;
}

.panel-body span {
	color: #CCC;
	font-weight: 800;
	font-weight: bold;
	font-size: 14px;
}

.panel-footer {
	border-top: 1px solid #555;
	padding: 5px 10px;
	color: #ffe15c;
	font: 12px/16px "Open Sans", Arial, Sans-Serif;
	font-weight: 300;
}

@media (max-width: 768px) {
	
#_vip-testimonials h2 {
	margin: 10px 0px 8px 0px;
}

.panel-body {
	font-size: 10px;
}

.panel-body span {
	font-size: 11px;
}

.panel-footer {
	font: 10px/14px "Open Sans", Arial, Sans-Serif;
}

}

@media (max-width: 767px) {
#_vip-testimonials h2 {
	text-align: center;
	margin: 15px 0px;
}	
}


.alpha20 {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.2);
	
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}


.alpha40 {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.4);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}








/* custom footer */

#_vip-footer {
	background-color: #000;
	max-width: 1000px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;	
}

#_vip-footer p {
	color: #777;
	font-size: 10px;
}

#_vip-footer span {
	white-space: nowrap;
}

@media (max-width: 767px) {
	#_vip-footer {
	background-color: #000;
	max-width: 1000px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;	
}

#_vip-footer p {
	color: #777;
	text-align: center !important; 
	float: left !important;
	display: block !important;
	width: 100%;
	
}

}


/* Thank You Page */



.weblink {
color: #ff3333;
font-family: Geneva, Verdana, sans-serif;
font-size: 20px;
text-align: center;
padding: 5px 0px 8px 0px;
}


.weblink p {
	padding: 10px 0px 10px 0px;
}

.weblink a {
	text-decoration: underline;
}

.weblink a:link {
	color:#ffffff;
}
.weblink a:hover {
	color:#ffcc00;
	cursor: hand;
}
.weblink a:visited {
	color:#ffffff;
}
.weblink a:visited:hover {
	color:#ffcc00;
	cursor: hand;
}


.speak {
	color: #ff3333;
	font-family: Geneva, Verdana, sans-serif;
	font-size: 16px;
	text-align: center;
	padding: 8px 0px 8px 0px;
}

.sentemail {
	color: #ffcc00;
	font-size: 16px;
	font-family: Geneva, Verdana, sans-serif;
	text-align: center;
	padding: 8px 0px 8px 0px;
}


    iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}
