*
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-height:1000000px;
}

body
{
	margin: 0 auto;
	text-align: -moz-center;
	text-align: center;
	font-family: arial, tahoma;
	font-size: 12pt;
	background: #fff;
}

.holder
{
	display: none;
}

.headercont
{
	margin: 0 auto;
	display: block;
	width: 100%;
}

#bannerimg
{
	display: block;
	width: 100%;
}

.coname
{
	display: inline-block;
	float: right;
	font-family: arial, tahoma;
	font-style: italic;
	font-weight: bold;
	color: #fff;
}

.cophone
{
	position: absolute;
	font-family: arial, tahoma;
	font-style: italic;
	font-weight: bold;
	color: #ffa;
	-webkit-text-stroke: 1px black;
}

.container
{
	margin: 0 auto;
	display: block;
	width: 100%;
}

.navholder
{
	float: left;
	display: block;
	width: 100%;
	background: #13132f;
	margin-bottom: 10px;
}

.menuholder
{
	display: block;
	width: 100%;
}

.menucol
{
	width: 100%;
	text-align: left;
	margin-top: 10px;
}

.menulink
{
	display: block;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	margin: 5px 0 5px 0;
	text-decoration: none;
	color: #fff;
}

.menucolblock
{
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #fff;
}

nav
{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
}

nav a
{
	font-weight: bold;
	padding: 2px 10px 12px 10px;
	margin-top: 10px;
}

nav a:link, nav a:visited, nav a:active
{
	text-decoration: none;
	text-align: center;
	color: #13132f;
}

.active
{
	background: #fff;
	border-radius: 5px 5px 0 0;
	padding-top: 5px;
	margin-top: 7px;
}

.menubar
{
    width: 20px;
    height: 3px;
    background-color: #fff;
    margin: 2px 0;
}

.maincol
{
	float: left;
	display: block;
	width: 100%;
}

.callback
{
	width: 100%;
}

.picture
{
	width: 100%;
}

.divblock
{
	display: inline-block;
	width: 100%;
}

.theoryimg
{
	width: 80%;
}

.htext
{
	position: relative;
}

.slideshow-container
{
	max-width: 100%;
	position: relative;
	margin: auto;
}

.mySlides
{
	display: none;
}

.fade
{
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade
{
	from {opacity: .4} 
	to {opacity: 1}
}

@keyframes fade
{
	from {opacity: .4} 
	to {opacity: 1}
}

footer
{
	padding: 30px 10px 30px 10px;
}

.foottext
{
	font-style: italic;
	font-weight: bold;
	color: #666;
	margin-top: 20px;
	margin-bottom: 20px;
}

.chevron
{
	display: block;
	width: 30px;
	height: 30px;
	float: right;
	background-image: url(../images/link-chevron.png);
	margin-right: 20px;
}

.homelink
{
	display: inline-block;
	width: 80%;
	background: #480;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 10px 10px;
	margin-bottom: 10px;
}

.publist
{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
}

.twitter-follow-button[style] { vertical-align: text-bottom !important; }
.twitter-share-button[style] { vertical-align: text-bottom !important; }

.email-share-button
{
	display: block;
	vertical-align: text-bottom !important;
	width: 60px;
	height: 20px;
	border-radius: 3px;
	border: 1px solid #f00;
	background: #f00;
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding: 3px 0 0 23px;
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

.email-share-button:hover
{
	background: #a00;
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}

.price-holder
{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-around;
}

.price
{
	position: relative;
	margin-bottom: 10px;
	text-align: left;
	display: block;
	float: left;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 10px;
	min-height: 200px;
	background-image: linear-gradient(-45deg, #f3f3b0, #fff);
	overflow: hidden;
	box-shadow: 5px 10px 15px #eee;
}

.price h1
{
	position: absolute;
	z-index: 1;
	top: 0%;
	left: 5%;
	font-style: italic;
}

.priceamount
{
	position: absolute;
	z-index: 0;
	background-image: url(../images/price-star.png);
	background-position: 5% 50%;
	background-repeat: no-repeat;
	width: 120px;
	height: 120px;
	left: 20px;
	top: 60px;
	padding-top: 45px;
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
}

.priceinfo
{
	position: absolute;
	left: 150px;
	top: 35%;
	padding-right: 5px;
	overflow: hidden;
}

.pricerate
{
	position: absolute;
	top: 5%;
	right: 3%;
	color: #060;
	font-weight: bold;
}

.callbackform
{
	text-align: left;
	padding: 10px;
}

.button
{
	display: inline-block;
	position: relative;
	text-align: right;
	border-radius: 8px;
	height: 25px;
	background: linear-gradient(to bottom, rgba(120, 120, 200, 1), rgba(20, 20, 80, 1), rgba(150, 150, 250, 1));
	padding: 4px 10px 0 10px;
	margin-top: 20px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	font-size: 10pt;
	cursor: pointer;
}

.button img
{
	position: absolute;
	left: 10px;
}

.newsitem
{
	padding: 20px;
	text-align: left;
}

.newsitem h1
{
	padding: 0;
	margin: 0;
	font-size: 4vh;
}

.newsitem a
{
	text-decoration: none;
}

.terms
{
	padding: 10px;
	text-align: left;
}

.termsol li
{
	margin-top: 5px;
	font-size: 10pt;
}

.vpic
{
	width: 25%;
	border-radius: 10%;
}

.vpicl
{
	width: 100%;
	border-radius: 10%;
}

.buttonblock
{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	margin-bottom: 10px;
}

#nameholder
{
	float: none;
	color: #13132f;
	font-weight: bold;
	font-style: italic;
	font-size: 32pt;
}

.slidebutton
{
	display: block;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background-image: url(../images/testimonialbtn.png);
	padding-top: 3px;
	font-size: 24pt;
	font-weight: bold;
	color: #13132f;
}

.slidebutton img
{
	width: 50px;
	height: 50px;
}
