/****************************** ****************************** 
   					Home Style CSS
					font-family: 'Open Sans', sans-serif;
					font-family: 'Lato', sans-serif;
****************************** *****************************/
.clear {
	clear: both;
}
a[href^="tel"], a[href^="fax"] {
	color: inherit;
	text-decoration: none;
}

/*== MAIN CSS ==*/
section {
	position: relative;
}
.wrapperCommon {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
	min-width: 98vw;
	padding: 2% 4%;
}
.wrapper {
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100vh;
}
.wrapper2 {
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 70.1vh;
}

/*******************************
Section: 1: Intro
********************************/
body {
	overflow-y: auto;
	overflow-x: hidden;
}
.section1 {
	background-image: url(../images/intro-bg.jpg);
	background-position: 50% 50%;
}
.logo {
	display: block;
}
.logo img {
	max-width: 351px;
	width: 100%;
}
.head-right {
	text-align: right;
}
.start-btn {
	background-color: transparent;
	border: 2px solid #6d6f71;
	border-radius: 3px;
	color: #6d6f71;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	margin-right: 20px;
	padding: 11px 22px;
	text-transform: uppercase;
	vertical-align: middle;
}
.start-btn:hover {
	background-color: #542580;
	border: 2px solid #542580;
	color: #ffffff;
}
.social-part {
	display: block;
	margin-top: 4px;
}
.social-part a {
	display: inline-block;
	color: #6d6f71;
	font-size: 24px;
	margin-left: 18px;
}
.social-part a:hover .fa-facebook {
	color: #285fc2;
}
.social-part a:hover .fa-twitter {
	color: #55acee;
}
.social-part a:hover .fa-instagram {
	color: #161616;
}
.scrollToNext {
	bottom: 27px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
}
.mouse-black, .mouse-white {
	background: rgba(0, 0, 0, 0) url("../images/mouse-black.png") no-repeat scroll 50% 0;
	color: #353535;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	padding-top: 70px;
}
.mouse-white {
	background: rgba(0, 0, 0, 0) url("../images/mouse-white.png") no-repeat scroll 50% 0;
	color: #ffffff;
}
.intro-text {
	margin: 15% 3% 4%;
}
.intro-text h1 {
	color: #542580;
	font-family: "Lato", sans-serif;
	font-size: 42px;
	font-weight: 400;
	margin: 0 0 7%;
}
.intro-text a {
	font-weight: 600;
	font-size: 28px;
	color: #5d3187;
}
.intro-text img {
	margin-right: 15px;
	margin-top: -5px;
}
.dots {
	position: absolute;
	right: 4%;
	width: 17px;
	bottom: 38%;
	height: auto;
	text-align: center;
	line-height: 1;
	float: left;
}
.dots a span {
	display: none;
}
.dots a {
	border-radius: 50px;
	width: 4px;
	height: 4px;
	display: inline-block;
	vertical-align: middle;
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	transform: scale(0.5);
}
.dots a:hover, .dots a.active {
	border-radius: 50%;
	width: 12px;
	height: 12px;
	background-color: transparent;
	transform: scale(1);
}
.dotsa a {
	background-color: #515151;
	border: 2px solid #515151;
	box-sizing: content-box;
	width: 12px;
	height: 12px;
	margin: 1px 0;
	transform: scale(0.5);
}
.dotsa a:hover {
	border: 2px solid #515151;
	transform: scale(1);
}
.dotsb a {
	border: 2px solid #fff;
	background-color: #fff;
	box-sizing: content-box;
	width: 12px;
	height: 12px;
	margin: 1px 0;
	transform: scale(0.5);
}
.dotsb a:hover, .dotsb a.active {
	border: 2px solid #fff;
	transform: scale(1);
}

/*******************************
Section: 2: Why
********************************/
.section2 {
	background-image: url(../images/section-bg-2.jpg);
	background-position: 50% 50%;
}
.section-2-content {
	display: block;
	text-align: center;
	padding-bottom: 110px;
}
.section-2-content h1 {
	color: #ffffff;
	font-family: "Lato", sans-serif;
	font-size: 46px;
	margin-bottom: 3%;
	margin-top: 0;
	font-weight: 400;
}
.section-2-content p {
	color: #fefefe;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	margin: 0 auto 6%;
	width: 60%;
}

/*******************************
Section: 3: What
********************************/
.section3 {
	background-image: url(../images/section-bg-3.jpg);
	background-position: 50% 50%;
}
.section-3-content {
	display: block;
	padding-left: 6%;
	padding-right: 3%;
	padding-bottom: 110px;
}
.section-3-content h1 {
	color: #5d3187;
	font-family: "Lato", sans-serif;
	font-size: 38px;
	font-weight: 400;
	margin-bottom: 2%;
	margin-top: 3%;
}
.section-3-content p {
	color: #6c6f71;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	margin: 0 0 2%;
}
.section-3-content .btn {
	margin-top: 25px;
}
.section-3-content ul {
	list-style: none;
	margin: 0 0 2%;
	padding: 0;
}
.section-3-content ul li {
	color: #6c6f71;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	margin: 5px 0;
	padding-left: 35px;
	position: relative;
}
.section-3-content ul li:before {
	background: rgba(0, 0, 0, 0) url("../images/tick-icon.png") no-repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 19px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 24px;
}

/*******************************
Section: 4: How
********************************/
.section4 {
	background-image: url(../images/section-bg-4.jpg);
	background-position: 50% 50%;
	background-color: #f6f6f6;
}
.section-4-content {
	display: block;
	padding-left: 3%;
	padding-bottom: 80px;
}
.section-4-content h1 {
	color: #5d3187;
	font-family: "Lato", sans-serif;
	font-size: 34px;
	font-weight: 400;
	margin-bottom: 4%;
	margin-top: 2%;
}
.section-4-content h4 {
	color: #5d3187;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 5px;
}
.section-4-content p {
	color: #6c6f71;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	margin: 0 0 4%;
}

/*******************************
Section: 5: Who
********************************/
.section5 {
	background-image: url(../images/section-bg-5.jpg);
	background-position: 50% 40%;
}
.section5 .for-center {
	top: 20%;
	-webkit-transform: translateY(-30%);
	-moz-transform: translateY(-30%);
	-ms-transform: translateY(-30%);
	-o-transform: translateY(-30%);
	transform: translateY(-30%);
}
.section-5-content {
	display: block;
	text-align: center;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 110px;
}
.section-5-content h1 {
	color: #5d3187;
	font-family: "Lato", sans-serif;
	font-size: 46px;
	margin-bottom: 2%;
	margin-top: 4%;
	font-weight: 400;
}
.section-5-content p {
	color: #6c6f70;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
}
.section-5-content .btn {
	margin-top: 30px;
}

/*******************************
Section: 6: Contact
********************************/
.section6 {
	background-image: url(../images/section-bg-6.jpg);
	background-position: 50% 15%;
}
.section-6-content {
	display: block;
	padding-left: 3%;
}
.section-6-content h1 {
	color: #ffffff;
	font-family: "Lato", sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 2%;
	margin-top: 3%;
}
.section-6-content h1 span {
	font-weight: 400;
	font-style: italic;
	font-size: 28px;
}
.section-6-content h4 {
	color: #f6f6f6;
	font-size: 30px;
	font-weight: 300;
	margin: 0 0 2%;
}
.section-6-content h4 span {
	font-size: 16px;
}
.section-6-content h4 span a {
	color: #fff;
	text-decoration: underline;
}
.paypal-btn {
	min-width: auto;
	margin-left: 15px;
}
.social-bottom {
	display: block;
	margin-top: 3%;
}
.social-bottom p {
	color: #f6f6f6;
	font-size: 15px;
	font-weight: 300;
	margin: 0 0 4%;
}
.social-bottom p a {
	text-decoration: underline;
	color: #ffffff;
}
.social-bottom p a:hover {
	color: #ffffff;
}
.social-icon {
	display: block;
}
.social-icon a {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 4px;
	color: #552882;
	display: inline-block;
	font-size: 24px;
	margin-right: 6px;
	text-align: center;
	width: 42px;
}
.paypal-form {
	display: block;
	text-align: center;
	width: 75%;
}
#dp_swf_engine {
	display:none;
}

/***** MODAL PROPERTIES *****/
.modal-content iframe {
	border: none;
	padding: 0;
	margin: 0;
}

/***** MEDIA QUERIES *****/
@media only screen and (max-width:641px) {

	/***** MODAL PROPERTIES *****/
	.modal-body {
		height: 100px;
		padding: 0;
		margin: 0;
	}
	.modal-content iframe {
		height: 93.5vh;
	}
	.modal-dialog {
		position: relative;
		width: auto;
		margin: 15px;
	}
}
.for-center {
	position: absolute;
	top: 50%;
	width: 92%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/***** Terms Page *****/
.terms-section {
   background: #ffffff none repeat scroll 0 0;
    border: 1px solid #f6f6f6;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
    margin: 25px auto;
    padding: 25px;
    width: 800px;
}
.terms-section .logo {
	text-align: center;
	margin-bottom: 25px;
}
.terms-text {
	display: block;
}
.terms-text h1 {
	color: #363636;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: left;
}
.terms-text p {
	color: #4f4f4f;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
}
.terms-text h3 {
	color: #363636;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 25px;
	text-align: left;
}
.terms-text ol {
	margin: 0;
	padding: 0 0 0 16px;
}
.terms-text ol li {
	padding: 4px 0;
	color: #4f4f4f;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

.section-6-content h2.plusheading {
  color: #ffffff;
  font-family: "Lato",sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 4%;
  margin-top: 3%;
}