@import url("font-awesome.min.css");
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700|Open+Sans:400,300,700|Lobster);

.email-content{
	padding:0px 0px;
/*	background-color:#999;*/
	margin-bottom:10px;
}
.slider{
	text-align:center
}
.slider img{
	width:80%;
	height:200px;
}
.bg_background{
	background:url('../images/bg2.jpg');
	background-repeat:no-repeat;
	background-size:100% 330px;
	height:330px;
	padding:30px 0;
}
.shadow_box{
	height:145px;
	margin-top:155px;
	padding:10px;
	color:#FFF;
	background-color:#000;
	opacity: 0.7;
    filter: alpha(opacity=40);
}

.title_box{
	position:relative;
	top:-137px;
	height:10px;
/*	display:flex;*/
}

body {
	margin: 0 auto;
	color: #746462;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	background-color: #000000;
	background: url('../images/background.jpg') no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
a {
	color: #a1498e;
	text-decoration: none;
}
a:hover {
	color: #622c56;
	text-decoration: underline;
	transition: all 0.20s linear 0s;
}
a img {
	border: 0;
}
h1, h1 a {
	color: #3b3332;
	font-family: 'Oswald', sans-serif;
	font-size: 33px;
	font-weight: normal;
	margin: 0;
}
h2, h2 a {
	color: #3b3332;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: normal;
	margin: 0;
}
h3, h3 a {
	color: #a1498e;
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	font-weight: normal;
	margin: 0;
}
h4, h4 a {
	color: #3b3332;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	margin-right: 5px;
}
h5, h5 a {
	color: #a1498e;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
}
h6, h6 a {
	color: #3b3332;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}
p, ul, ol {
	color: #746462;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
}
hr {
	background-color: #d2cacf;
    border: 0 none;
    height: 1px;
}
.button1, .button2 {
    display: inline-block;
}
.largeButton, .fullwidthButton {
    display: block;
}
.button1, .largeButton {
	background-color: #a1498e;
	border: 1px solid #622c56;
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	padding: 4px 33px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	margin-left: 5px;
}
.button1:hover, .largeButton:hover {
	background-color: #622c56;
	border: 1px solid #a1498e;
	color: #ffffff;
	cursor: pointer;
}
.button2, .fullwidthButton {
	background-color: #622c56;
	border: 1px solid #a1498e;
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	padding: 3px 33px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.button2:hover, .fullwidthButton:hover {
	background-color: #a1498e;
	border: 1px solid #622c56;	
	color: #ffffff;
	cursor: pointer;
}
.img-full {
    min-width: 100%;
}
.slide {
	margin: 0 0 43px 0;
}
.carousel-control {
	width: 6%
}
.carousel-control.left,
.carousel-control.right {
	background: none;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
	font-size: 73px;
}
.cta h2 {
	padding-bottom: 23px;
}
.cta h2 a:hover {
	text-decoration: none;
}
.newsletter .form-control {
/*	width: 423px !important;*/
	height: 36px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.form-control {
	height: 36px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.register {
	margin: 0 0 20px 0;
}
.register .form-inline {
	margin-bottom: 15px;
}
.register .form-inline-half {
	width: 49.6%;
}
/* Icon */
.icon {
	position: relative;
	text-decoration: none;
}
.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}
.icon > .label {
display: none;
}
.icon.major {
	text-align: center;
	cursor: default;
	background-color: #a1498e;
	color: white;
	border-radius: 100%;
	display: inline-block;
	width: 5em;
	height: 5em;
	line-height: 5em;
	box-shadow: 0 0 0 7px white, 0 0 0 8px #e0e0e0;
	margin: 0 0 1.3em 0;
}
.icon.major:before {
	font-size: 36px;
}
.box {
	padding: 0 13px;
}
.subscribe_profit h4 {
	margin: 0 0 23px 0;
}
.subscribe_profit ul {
	padding-left: 0px;
}
.subscribe_profit ul li {
	line-height: 30px;
	list-style-type: none;
}
.subscribe_profit ul li i {
	color: #a1498e;
	margin-right: 9px;
}
.alltime h2 {
	color: #a1498e;
	font-family: 'Lobster', cursive;
	font-size: 60px;
	font-weight: normal;
	line-height: normal;
	margin: 0;
}
.alltime h3 {
	color: #3b3332;
	font-family: 'Oswald', sans-serif;
	font-size: 33px;
	font-weight: normal;
	line-height: normal;
	margin: 0;
}
.alltime h4 {
	color: #a1498e;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: normal;
}
.quote {
	padding-top: 0px;
	position: relative;
}
.my-quote{
	width:100%;
}
.quote:before, .quote:after {
	border-bottom: #a1498e solid 2px;
	border-top: #a1498e solid 2px;
	content: '';
	height: 7px;
	position: absolute;
	top: 1.75em;
	width: 41%;
}
.quote:before {
	left: 23px;
}
.quote:after {
	right: 23px;
}
.quote .icon {
	cursor: default;
	color: #8f8d8e;
	height: 7em;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0em;
	width: 100%;
}
.quote .icon:before {
	font-size: 2.6em;
} 
.copyright {
	color: #3b3332;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.wrapper {
	width: 100%;
}
table {
    border-spacing: 0 !important;
}
/*-------------------------LE FORM STYLE START---------------------*/
.le_form label {
	color: #746462;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}
.le_form_name {
	color: #3b3332;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
}
.wrapper input[type="submit"] {
	background-color: #a1498e;
	border: 1px solid #622c56;
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	padding: 7px 33px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.wrapper input[type="submit"]:hover {
	background-color: #622c56;
	border: 1px solid #a1498e;
	color: #ffffff;
	cursor: pointer;
}
.wrapper input[type="text"],
.wrapper input[type="password"],
.wrapper textarea,
.wrapper select {
	background-color: #ffffff;
	border: 1px solid #bab7ba;
	padding: 5px;
	font-family: 'Open Sans', sans-serif;
	color: #bdb2b6;
}
.form-group textarea {
	min-height: 100px;
}
/*-------------------------LE FORM STYLE END-----------------------*/
/*-------------------------HEADER START----------------------------*/
.headerwide {
	margin-bottom: 10px;
	width: 100%;
}
.header {
	background: #fff;
    background: rgba(255,255,255,0.9);
	padding: 0px 10px 0px;
	text-align: center;	
}
.logo {
	padding: 0 0 0px;
	color:#000;
	font-size:40px;
	font-family:small-caption;
/*	margin-bottom:20px;*/
/*	margin-left:-30px;*/
}
.logo img {
	margin-bottom:25px;	
	height:60px;
	width:350px;
	display:inherit;
}
.header h6 a {
	color: #a1498e;
	text-decoration: none;
}
/*-------------------------HEADER END------------------------------*/
/*-------------------------CONTENT START---------------------------*/
.contentwide {
	margin-bottom: 10px;
	width: 100%;
}
.content {
	background: #fff;
    background: rgba(255,255,255,0.9);
	padding: 30px 0;
}
/*-------------------------SUBCONTENT START---------------------------*/
.subcontentwide {
	margin: auto;
	width: 100%;
}
.subcontent {
	background: #fff;
    background: rgba(255,255,255,0.9);
}
/*-------------------------SUB CONTENT END-----------------------------*/
/*-------------------------FOOTER START----------------------------*/
.footerwide {
	width: 100%;
}
.footer {
	background: #fff;
    background: rgba(255,255,255,0.9);
	padding: 7px 15px 7px;
}
.footer p {
	color: #746462;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 0px 0;
	line-height: 20px;
}
.footerMenu {
	padding: 0 0 0px;
}
.footerMenu ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.footerMenu ul li {
	display: block;
	float: left;
}
.footerMenu ul li a {
	border-right: 1px solid #9e9293;
	display: block;
	color: #746462;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	padding: 0 6px;
}
.footerMenu ul li a.active {
	color: #3b3332;
}
.footerMenu ul li a:hover {
	text-decoration: underline;
}
.footerMenu ul li:last-child a {
	border: none;
}
.footerleft {
	
}
.footerright {
	
}
/*-------------------------FOOTER END------------------------------*/
/*-------------------------CLEAR START-----------------------------*/
/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear {
    clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*-------------------------CLEAR END-------------------------------*/
@media (min-width:320px) and (max-width:768px) {
.shadow_box{
	height:200px;
}
.title_box{
	position:relative;
	top:-190px;
	height:10px
}


.header {
	padding: 0 16px 25px;
}
.slide {
	margin: 0 0 23px 0;
}
.carousel-control {
	display: none;
}
.newsletter .form-control {
	width: 333px !important;
	margin: 0 auto;
}
}
@media (max-width:800px) {
.quote:before, .quote:after {
	width: 27%;
/*	width: 39%;*/
}	
}
@media (max-width:320px) {

.newsletter .form-control {
	width: 233px !important;
	margin: 0 auto;
}
.footerMenu ul li {
	display: block;
	float: none;
	width: 100%
}
.footerMenu ul li a {
	border-right: none;
	line-height: 24px;
}
.quote:before, .quote:after {
	width: 33%;
}		
}
@media (max-width:480px) {
.footerMenu ul li {
	display: block;
	float: none;
	width: 100%
}
.footerMenu ul li a {
	border-right: none;
	line-height: 24px;
}	
}
@media (max-width:1024px) {
.register .form-inline-half {
	width: 49.5%;
}
}
@media (max-width:600px) {
.register .form-inline-half {
	width: 100%;
}
.extra_margin {
	margin: 0 0 15px 0;
}
}