

::selection {
	background: #95b1e7; /* Safari */
	}
::-moz-selection {
	background: #95b1e7; /* Firefox */
}


html, body {
	height: 100%;
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #f6edf2;
	font-weight: normal;
	color: rgba(0,0,0,0.7);
	font-size: 14px;
	letter-spacing: 0.5px;
}

.wrapper {
	width: 900px;
	height: auto;
	text-align: left;
	margin: 0px auto;
}
.clear,
.clear-desktop {
	clear: both;
}
.hidden,
.clear-responsive {
	display: none;
}
.not-visible {
	visibility: hidden;
}
b,strong {
	font-weight: bold;
}
i,em {
	font-style: italic;
}
.align-left {
	text-align: left !important;
}
.message {
	display: block;
	width: auto;
	height: auto;
	background-color: #cc1d00;
	border-radius: 0;
	padding: 7px 10px;
	color: #fff;
	font-size: 15px;
	margin: 0 0 15px 0;
}
.message-green {
	background-color: #00b827;
}
.message-inline {
	display: inline-block;
	padding: 2px 10px;
	margin: 4px 0;
}

input[type=text],
input[type=email],
input[type=date],
input[type=number],
textarea,
select {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 50px;
	margin: 0 0 15px 0;
	padding: 6px 16px;
	background-color: #fff;
	border-radius: 0;
	border: 1px solid #a5a7a3;
	font-weight: 300;
	color: rgba(0,0,0,0.5);
	letter-spacing: 1px;
	font-size: 14px;
	outline: none;
	-webkit-appearance:none;
	transition: all 0.2s ease;
}

input[type=text],
textarea {
	-webkit-appearance:none;
}

textarea {
	height: 180px;
	resize: none;
	padding: 16px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
	border: 1px solid #797d76;
}


.g-recaptcha {
	float: left;
}

input[type=text].error,
input[type=email].error,
input[type=date].error,
input[type=number].error,
textarea.error,
select.error,
.g-recaptcha-error {
	border: 2px solid rgba(196,57,65, 0.9);
}

input[type=submit] {
	outline: none;
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0px;
	border-radius: 0;
	background-color: #a71c6e;
	padding: 11px 20px;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	border: none;
  	cursor: pointer;
  	-webkit-appearance:none;
	transition: all 0.2s ease;
	opacity: 1;
}
input[type=submit]:hover {
	opacity: 0.85;
}
input[type=submit]:active {
	opacity: 0.6;
}




.col-4,
.col-8 {
	width: 33%;
	height: auto;
	float: left;
	box-sizing: border-box;
}
.col-8 {
	width: 67%;
	padding-left: 15px;
}





.black-bg {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 10;
	background-color: rgba(0,0,0,0.7);
	display: none;
}


.header-bg {
	display: block;
	height: 60px;
	width: auto;
}


header {
	width: 100%;
	height: 60px;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	background-color: #fff;
	text-align: center;
}


header nav {
	display: inline-block;
	width: auto;
	height: auto;
}

header nav ul {
	width: auto;
	height: auto;
}

header nav ul li {
	width: auto;
	height: auto;
	float: left;
}

header nav ul li a {
	display: inline-block;
	width: auto;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	font-size: 15px;
	font-weight: 300;
	color: #0a2850;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.2s ease;
	padding: 0px 10px;
	letter-spacing: 1.5px;
	border-right: 2px solid #fff;
}

header nav ul li.active a,
header nav ul li a:hover {
	color: #fff;
	background-color: #a71c6e;
}








.photo-box {
	position: relative;
	overflow: auto;
	width: 100%;
	height: 500px;
	background-color: #e0e0e0;
	text-align: left;
	z-index: 10;
}

.photo-box a.logo {
	position: absolute;
	left: 50%;
	top: 20px;
	z-index: 15;
	display: block;
	width: 300px;
	height: auto;
	float: left;
	margin: 0 0 0 -150px;
	padding: 0;
}

.photo-box a.logo img {
	width: 100%;
	height: auto;
}

.photo-box a.arrow-down {
	position: absolute;
	left: 50%;
	bottom: 76px;
	z-index: 15;
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 0 0 -25px;
	padding: 0;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
	border: 3px solid #fff;
	border-radius: 100%;
	background-color: transparent;
	transition: all 0.2s ease;
}
.photo-box a.arrow-down:hover {
	background-color: #fff;
}
.photo-box a.arrow-down i.fa {
    font-size: 36px;
    line-height: 44px;
    color: #a71c6e;
}

.photo-box li {
	list-style: none;
	width: auto;
	height: 500px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.photo-box ul li {
	float: left;
	width: 100%;
	overflow: hidden;
}

.photo-box ul li:nth-child(1) img {
	transform-origin: 20% 80%;
}
.photo-box ul li:nth-child(2) img {
	transform-origin: 80% 80%;
}
.photo-box ul li:nth-child(3) img {
	transform-origin: 20% 40%;
}
.photo-box ul li:nth-child(4) img {
	transform-origin: 80% 40%;
}
.photo-box ul li:nth-child(5) img {
	transform-origin: 40% 80%;
}
.photo-box ul li:nth-child(6) img {
	transform-origin: 20% 20%;
}
.photo-box ul li:nth-child(7) img {
	transform-origin: 20% 40%;
}
.photo-box ul li:nth-child(8) img {
	transform-origin: 40% 40%;
}


.photo-box ul li img {
	width: 100%;
	height: auto;
	transform-origin: 20% 80%;
	-webkit-transform-origin: 20% 80%;
	-moz-transform-origin: 20% 80%;
	-o-transform-origin: 20% 80%;
	
	transition: all 7s linear;
	-webkit-transition: all 7s linear;
	-moz-transition: all 7s linear;
	-o-transition: all 7s linear;
	
}

.photo-box-single ul li img {
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
}

.photo-box ul li.unslider-active img {
	transform: scale(1.12);
	-moz-transform: scale(1.12);
	-webkit-transform: scale(1.12);
	-o-transform: scale(1.12);
}


.photo-box ul li .overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-repeat: repeat-x;
	background-position: center top;
	background-size: auto;
	opacity: 0.7;
}

.photo-box .dots {
	position: absolute;
	right: 60px;
	top: 40px;
	text-align: center;
	z-index: 90;
}

.photo-box .dots:after {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	top: 26px;
	bottom: 26px;
	left: 3px;
	background-color: rgba(255,255,255,0.5);
}

.photo-box .dots li {
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 4px;
	margin: 26px 0;
	text-indent: -999em;
	cursor: pointer;
	background-color: #fff;
	transition: all 0.2s ease;
}

.photo-box .dots li.active::after {
	transition: all 0.2s ease;
	position: relative;
	margin-left: -8px;
	margin-top: -22px;
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 20px;
	border: 8px solid rgba(236,110,0,0.8);
}


.photo-box .dots li.active {
	opacity: 1;
}

.photo-box::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: rgba(255,255,255,0.5);
	z-index: 15;
}






.main-box {
	display: block;
	width: auto;
	height: auto;
	position: relative;
	z-index: 50;
}



.content-box {
	width: auto;
	height: auto;
	display: block;
	position: static;
	border-bottom: 10px solid #f2e7ed;
}
.content-box:nth-child(2n) {
	background-color: #efe1e9;
}
.main-box .content-box:last-child {
	border-bottom: 0;
}

.content-box > .wrapper > .inner {
	position: relative;
	min-height: 100px;
	padding-bottom: 80px;
}

form#subscribe .content-box > .wrapper > .inner,
form#refer .content-box > .wrapper > .inner {
	padding-bottom: 30px;
}




.text-box {
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	font-weight: 600;
}

.text-box h1,
.text-box h2,
.text-box h3,
.text-box h4,
.text-box h5,
.text-box h6 {
	width: auto;
	display: block;
	text-align: center;
	font-weight: 300;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #a71c6e;
	padding: 6px 0px 2px 0px;
}
.text-box h2 {
	max-width: 450px;
	box-sizing: border-box;
	font-size: 24px;
	color: #fff;
	border-radius: 100px;
	padding: 28px 30px;
	margin: 15px auto 5px auto;
	background-color: #0a2850;	
}
.text-box > div.title {
	position: absolute;
	margin-top: -48px;
	width: 100%;
	text-align: center;
}
.text-box > div.title h2 {
	margin: 0;
	display: inline-block;
}
.text-box > div.title-after {
	height: 50px;
}
.text-box h3 {
	display: inline-block;
	box-sizing: border-box;
	font-size: 24px;
	color: #a71c6e;
	border-radius: 100px;
	margin: 15px auto 5px auto;
	padding: 12px 24px;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.text-box h4 {
}
.text-box h5 {
	color: #a71c6e;
}
.text-box h6 {
	color: #000;
	font-size: 18px;
	text-transform: none;
	font-weight: 300;
}


.text-box a {
	color: #a71c6e;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}
.text-box a:hover {
	text-decoration: underline;
}

.text-box a.blue {
	display: block;
	width: auto;
	background-color: #a71c6e;
	height: auto;
	margin: 10px 0;
	padding: 11px 20px;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	opacity: 1;
	transition: all 0.2s ease;
}
.text-box a.orange:hover {
	opacity: 0.85;
	text-decoration: none;
}
.text-box a.orange:active {
	opacity: 0.6;
}

.text-box a.anchor {
	position: absolute;
	margin-top: -120px;
}

.text-box p {
	margin: 0;
	padding: 8px 0;
}

.text-box ul,
.text-box ol {
	text-align: left;
	margin: 10px 0 10px 100px;
	padding: 0 0 0 70px;
	border-left: 1px solid rgba(0,0,0,0.2);
}
.text-box ul li {
	list-style: disc;
}
.text-box ol li {
	list-style: decimal;
}

.text-box ul.tabs {
	margin: 0 0 15px 0;
	padding: 0;
	border: none;
}
.text-box ul.tabs li {
	display: inline-block;
	margin: 0 10px 0 0;
}
.text-box ul.tabs li a {
	display: inline-block;
	width: auto;
	box-sizing: border-box;
	margin: 15px auto 5px auto;
	padding: 14px 24px;
	background-color: #fff;
	text-align: center;
	font-weight: 300;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #0a2850;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	border-radius: 100px;
	transition: all 0.2s ease;
}
.text-box ul.tabs li a.active,
.text-box ul.tabs li a:hover {
	color: #fff;
	background-color: #a71c6e;
}


.text-box img {
	max-width: 100%;
	height: auto;
}

.text-box hr {
	display: block;
	width: 160px;
	height: 2px;
	border: 0;
	padding: 0;
	margin: 20px auto;
	border-bottom: 2px dashed #cadfc7;
}

.content-box:nth-child(2n) .text-box hr {
	border-bottom: 2px dashed #0a2850;
}


.text-box table tr td {
	vertical-align: top;
}




.worker-box {
    width: auto;
    height: auto;
    margin: 35px -15px 0 -15px;
}

.worker-box .item {
    display: block;
    width: 270px;
    height: auto;
    float: left;
    text-align: center;
    margin: 0 20px 35px 20px;
}
.worker-box .item .image {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    overflow: hidden;
    margin: 0 auto 15px auto;
}
.worker-box .item .image img {
    width: 100%;
    height: 100%;
}
.worker-box .item i {
    display: block;
    line-height: 1.4em;
    padding: 5px 0 0 0;
    color: #7ca078;
    font-weight: 500;
}
.worker-box .item p {
    display: block;
    line-height: 24px;
    padding: 5px 0;
}




/* HTML5 Boilerplate accessible hidden styles */
[type="radio"] {
  border: 0; 
  clip: rect(0 0 0 0); 
  height: 1px; margin: -1px; 
  overflow: hidden; 
  padding: 0; 
  position: absolute; 
  width: 1px;
}

/* One radio button per line */
label {
  display: block;
  cursor: pointer;
}

[type="radio"] + span {
  display: block;
}

/* the basic, unchecked style */
[type="radio"] + span:before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.25em;
  border-radius: 1em;
  background-color: #fff;
  box-shadow: 0 0 0 0.15em #fff;
  margin-right: 0.75em;
  transition: 0.5s ease all;
}

/* the checked style using the :checked pseudo class */
[type="radio"]:checked + span:before {
  background: #0a2850;
  box-shadow: 0 0 0 0.2em #fff;
}

/* never forget focus styling */
[type="radio"]:focus + span:after {
  content: '\0020\2190';
  font-size: 1.5em;
  line-height: 1;
  vertical-align: -0.125em;
}




.file-upload {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: auto;
	box-sizing: border-box;
	margin: 15px auto 5px auto;
	background-color: #fff;
	text-align: center;
	font-weight: 300;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #0a2850;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	border-radius: 100px;
	transition: all 0.2s ease;
}
.file-upload:hover {
	color: #fff;
	background-color: #0a2850;
}
.file-upload span {
	display: inline-block;
	padding: 14px 24px;
}


.file-upload input[type="file"] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}










footer {
	width: auto;
	height: auto;
	min-height: 500px;
	color: #fff;
	box-sizing: border-box;
	padding: 40px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
}

footer:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: rgba(242,239,233,0.5);
	z-index: 3;
}

footer .wrapper > div {
	width: 35%;
	height: auto;
	display: block;
	float: left;
	text-align: right;
	line-height: 20px;
}
footer .wrapper > div:first-child {
	width: 30%;
}
footer .wrapper > div:last-child {
	float: right;
	text-align: right;
}

footer .wrapper > div.logo a {
	display: block;
	width: 160px;
	height: auto;
}
footer .wrapper > div.logo a img {
	width: 100%;
	height: auto;
}

footer .wrapper > div p {
	padding: 4px 0;
}


footer iframe {
    width: 100%;
    height: 300px;
    border: 0;
}


