
/* ===================================================================
 * 02. base style overrides - (_document-setup)
 *
 * ------------------------------------------------------------------- */
html {
	font-size: 10px;
}
@media only screen and (max-width:1024px) {
	html {
		font-size: 9.375px;
	}
}
@media only screen and (max-width:768px) {
	html {
		font-size: 10px;
	}
}
@media only screen and (max-width:400px) {
	html {
		font-size: 9.375px;
	}
}
html, body {
	height: 100%;
}
body {
	background: #FFFFFF;
	font-family: sans-serif;
	font-size: 1.6rem;
	line-height: 3rem;
	color: #333333;
}



/* ------------------------------------------------------------------- 
 * floated image - (_document-setup)  
 * ------------------------------------------------------------------- */
img.pull-right {
	margin: 1.5rem 0 0 3rem;
}
img.pull-left {
	margin: 1.5rem 3rem 0 0;
}

/* ------------------------------------------------------------------- 
 * block grids paddings
 * ------------------------------------------------------------------- */
.bgrid {
	padding: 0 20px;
}
@media only screen and (max-width:1024px) {
	.bgrid {
		padding: 0 18px;
	}
}
@media only screen and (max-width:768px) {
	.bgrid {
		padding: 0 15px;
	}
}
@media only screen and (max-width:600px) {
	.bgrid {
		padding: 0 10px;
	}
}
@media only screen and (max-width:400px) {
	.bgrid {
		padding: 0;
	}
}

 



/* ===================================================================
 * 09. home - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#home {
	background: #89afc9;
	width: 100%;
	height: 100%;
	z-index: 600;
	position: relative;
}
#home .shadow-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .9;
	background: -moz-linear-gradient(left, black 0%, black 20%, transparent 100%);  /* FF3.6-15 */
	background: -webkit-linear-gradient(left, black 0%, black 20%, transparent 100%);  /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, black 0%, black 20%, transparent 100%);  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);  /* IE6-9 */
}
#home .row {
	max-width: 1290px;
}

#home.home-static {
	background-image: url(../images/home-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

#home.home-particles {
	background: #020507;
	overflow: hidden;
}
#home.home-particles .pg-canvas {
	position: absolute;
	top: 0;
	left: 0;
	height: 100% !important;
	width: 100% !important;
	opacity: 0.7;
}
#home.home-particles .shadow-overlay {
	display: none;
}

#home.home-slides {
	height: 100% !important;
}

.content-wrap-table {
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
}
.main-content-tablecell {
	display: table-cell;
	vertical-align: middle;
	z-index: 700;
}
.main-content-tablecell .row {
	position: relative;
	padding-top: 4.2rem;
	padding-bottom: 15rem;
}

.main-content-tablecell #counter {
	margin-bottom: 4.2rem;
}
.main-content-tablecell #counter:before,
.main-content-tablecell #counter:after {
	content: "";
	display: table;
}
.main-content-tablecell #counter:after {
	clear: both;
}
.main-content-tablecell #counter .half {
	float: left;
}
.main-content-tablecell #counter span {
	float: left;
	text-align: right;
	color: #FFFFFF;
	font-family: "roboto-black", sans-serif;
	font-size: 12rem;
	line-height: 1;
	padding: 0;
	margin-bottom: 1.5rem;
}
.main-content-tablecell #counter span sup {
	font-family: "roboto-bold", sans-serif;
	font-size: .17em;
	color: rgba(255, 255, 255, 0.3);
	top: -3.6em;
	right: 1em;
}
.main-content-tablecell h1 {
	font-size: 4.2rem;
	line-height: 1.143;
	color: #FFFFFF;
	margin-bottom: 1.2rem;
	max-width: 1600px;
	position: relative;
}
.main-content-tablecell p {
	color: rgba(255, 255, 255, 0.3);
	font-family: "roboto-regular", sans-serif;
	font-size: 1.8rem;
	max-width: 400px;
}

.scroll-icon {
	position: absolute;
	width: 200px;
	height: 90px;
	padding-right: 3.5rem;
	bottom: 0;
	right: 20px;
	text-align: right;
	border-right: 1px dashed rgba(255, 255, 255, 0.3);
}
.scroll-icon .scroll-text {
	font-family: "roboto-bold", sans-serif;
	font-size: 1.5rem;
	color: #FFFFFF;
	margin-top: 1.5rem;
}
.scroll-icon .end-top {
	content: "";
	background-color: #FFFFFF;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: -6px;
	right: -4px;
}
.scroll-icon .mouse {
	position: absolute;
	height: 38px;
	width: 25px;
	border: 3px solid #FFFFFF;
	border-radius: 12px;
	right: -13px;
	top: 10px;
	display: block;
	text-align: center;
	z-index: 700;
	-webkit-animation: vertical 3s ease infinite;
	animation: vertical 3s ease infinite;
}
.scroll-icon .mouse::before {
	content: "";
	display: block;
	height: 5px;
	width: 3px;
	background-color: #FFFFFF;
	position: absolute;
	top: 6px;
	left: 50%;
	margin-left: -1.5px;
	border-radius: 2px;
}
@-webkit-keyframes vertical {
	0%, 60%, 80%, 100% {
		-webkit-transform: translateY(0);
	}
	20% {
		-webkit-transform: translateY(-5px);
	}
	40% {
		-webkit-transform: translateY(20px);
	}
}
@keyframes vertical {
	0%, 60%, 80%, 100% {
		-webkit-transform: translateY(0);
	}
	20% {
		-webkit-transform: translateY(-5px);
	}
	40% {
		-webkit-transform: translateY(20px);
	}
}

/* ------------------------------------------------------------------- 
 * responsive:
 * home section 
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
	.main-content-tablecell #counter {
		margin-bottom: 2.4rem;
	}
	.main-content-tablecell #counter span {
		font-size: 11rem;
	}
}
@media only screen and (max-width:1024px) {
	.main-content-tablecell h1 {
		font-size: 3.5rem;
	}
	.main-content-tablecell p {
		font-size: 1.7rem;
	}
}
@media only screen and (max-width:768px) {
	.main-content-tablecell #counter {
		margin-bottom: 1.2rem;
	}
	.main-content-tablecell #counter span {
		font-size: 10.4rem;
	}
	.main-content-tablecell .row {
		padding-bottom: 12rem;
	}
	.main-content-tablecell h1 {
		font-size: 3.2rem;
	}
	.main-content-tablecell p {
		font-size: 1.6rem;
	}
	.scroll-icon {
		right: 45px;
	}
	.scroll-icon .scroll-text {
		font-size: 1.4rem;
	}
}
@media only screen and (max-width:600px) {
	#home {
		min-height: 700px;
	}
	.main-content-tablecell #counter {
		margin-bottom: .9rem;
	}
	.main-content-tablecell #counter span {
		font-size: 8.4rem;
	}
	.main-content-tablecell h1 {
		font-size: 2.7rem;
	}
}
@media only screen and (max-width:500px) {
	.main-content-tablecell #counter span {
		font-size: 7.2rem;
	}
}
@media only screen and (max-width:400px) {
	#home {
		min-height: 600px;
	}
	.main-content-tablecell #counter {
		margin-bottom: 1.5rem;
	}
	.main-content-tablecell #counter span {
		font-size: 6rem;
		margin-bottom: .9rem;
	}
	.main-content-tablecell #counter span sup {
		font-size: .2em;
		top: -2.8em;
	}
	.main-content-tablecell h1 {
		font-size: 2.4rem;
	}
}


/* ===================================================================
 * 10. info - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#info {
	background: #FFFFFF;
	background-image: url(../images/info-bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	padding: 10.2rem 0 9rem;
	position: relative;
	color: rgba(17, 17, 17, 0.7);
}
#info .info-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	opacity: .7;
}

/* tabs 
 *-------------------------------------------- */
#info .tabs-wrap {
	margin: 3rem 0;
	text-align: center;
	position: relative;
}
#info .tabs-wrap ul.tabs {
	display: inline-block;
	margin: 0 0 6rem 0;
	padding: 0;
}
#info .tabs-wrap ul.tabs li {
	display: inline-block;
	font-family: "roboto-black", sans-serif;
	text-transform: uppercase;
	background: transparent;
	font-size: 1.4rem;
	letter-spacing: .2rem;
	color: rgba(17, 17, 17, 0.6);
	padding: .9rem 3rem;
	margin: 0 1rem 0 0;
	border: 1px solid rgba(0, 0, 0, 0.15);
	cursor: pointer;
}
#info .tabs-wrap ul.tabs li:last-child {
	margin-right: 0;
}
#info .tabs-wrap ul.tabs li:hover {
	background: rgba(255, 255, 255, 0.2);
	color: rgba(17, 17, 17, 0.8);
}
#info .tabs-wrap ul.tabs li.active {
	background: #151515;
	color: #FFFFFF;
	border: none;
}
#info .tabs-wrap ul.tabs li i {
	margin-right: 7px;
	font-size: 1.8rem;
	position: relative;
	top: .3rem;
}
#info .tabs-wrap .tab-container {
	clear: both;
	width: 100%;
	min-height: 20rem;
	height: auto;
}
#info .tabs-wrap .tab-content {
	padding: 3rem 0;
	display: none;
}
#info .tabs-wrap .tab-entry-intro {
	max-width: 700px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4.2rem;
}
#info .tabs-wrap .tab-entry-intro h1 {
	font-size: 4.5rem;
	line-height: 1.267;
}
#info .tabs-wrap .tab-entry-intro p.lead {
	color: rgba(17, 17, 17, 0.5);
}
#info .tabs-wrap .tab-entry-intro .with-bottom-line {
	position: relative;
	overflow: hidden;
}
#info .tabs-wrap .tab-entry-intro .with-bottom-line::after {
	display: block;
	background-color: rgba(17, 17, 17, 0.3);
	width: 120px;
	height: 3px;
	content: '\0020';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -60px;
}
#info .row .form-wrap {
	max-width: 700px;
	margin-top: 6rem;
	margin-right: auto;
	margin-left: auto;
}
#info .row .form-wrap .form-field {
	margin-bottom: 3.6rem;
}
#info .row .form-wrap input[type="email"],
#info .row .form-wrap input[type="number"],
#info .row .form-wrap input[type="search"],
#info .row .form-wrap input[type="text"],
#info .row .form-wrap input[type="tel"],
#info .row .form-wrap input[type="url"],
#info .row .form-wrap input[type="password"],
#info .row .form-wrap textarea,
#info .row .form-wrap select,
#info .row .form-wrap button,
#info .row .form-wrap .button {
	width: 100%;
	margin-bottom: 0;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * tabs
 * ------------------------------------------------------------------- */
@media only screen and (max-width:768px) {
	#info .tabs-wrap ul.tabs {
		margin: 0 0 4.8rem 0;
	}
	#info .tabs-wrap ul.tabs li {
		padding: 1.2rem 3rem;
	}
	#info .tabs-wrap ul.tabs li span {
		display: none;
	}
	#info .tabs-wrap ul.tabs li i {
		margin-right: 0;
		top: .3rem;
		font-size: 2.7rem;
	}
	#info .tabs-wrap .tab-entry-intro h1 {
		font-size: 4rem;
	}
}
@media only screen and (max-width:600px) {
	#info .tabs-wrap ul.tabs {
		margin: 0 0 3.6rem 0;
	}
	#info .tabs-wrap ul.tabs li i {
		font-size: 2.4rem;
	}
	#info .tabs-wrap .tab-entry-intro h1 {
		font-size: 3.8rem;
	}
}
@media only screen and (max-width:500px) {
	#info .tabs-wrap ul.tabs li {
		padding: 1.2rem 1.5rem;
	}
	#info .tabs-wrap ul.tabs li i {
		font-size: 2.1rem;
	}
	#info .tabs-wrap .tab-entry-intro h1 {
		font-size: 3.5rem;
	}
}

/* ------------------------------------------------------------------- 
 * tab about - (_layout.css)  
 * ------------------------------------------------------------------- */
.about-list {
	margin-top: 1.2rem;
	text-align: center;
}
.about-list .item {
	margin-bottom: 1.2rem;
	padding: 0 32px;
}
.about-list .icon {
	display: inline-block;
	margin-bottom: 2.1rem;
	color: #034e4a;
}
.about-list .icon i {
	font-size: 5.4rem;
}
.about-list .h05 {
	font-size: 1.7rem;
	line-height: 1.765;
	margin-bottom: 1.8rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * tab about 
 * ------------------------------------------------------------------- */
@media only screen and (max-width:768px) {
	.row .row.about-content {
		max-width: 600px;
		margin: 0 auto;
	}
	.about-list .item {
		padding: 0 15px;
	}
}
@media only screen and (max-width:600px) {
	.about-list .item {
		padding: 0 10px;
	}
}
@media only screen and (max-width:400px) {
	.about-list .item {
		padding: 0;
	}
}

/* ------------------------------------------------------------------- 
 * tab contact - (_layout.css)  
 * ------------------------------------------------------------------- */
#tab-contact .form-field {
	position: relative;
}

#tab-contact .form-field:before,
#tab-contact .form-field:after {
	content: "";
	display: table;
}

#tab-contact .form-field:after {
	clear: both;
}

#tab-contact .form-field label {
	font-family: "roboto-bold", sans-serif;
	font-size: 1.1rem;
	line-height: 2.4rem;
	text-transform: uppercase;
	letter-spacing: .1rem;
	position: absolute;
	bottom: -1.2rem;
	right: 0;
	padding: 0 2rem;
	margin: 0;
	color: #FFFFFF;
	background: #034e4a;
}

#tab-contact .form-field label::after {
	position: absolute;
	left: -5px;
	top: 50%;
	margin-top: -6px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #034e4a;
	content: "";
}

#tab-contact #message-warning,
#tab-contact #message-success {
	display: none;
	background: #dedede;
	border-radius: 3px;
	padding: 3rem;
	margin-bottom: 3.6rem;
	width: 100%;
	text-align: left;
	box-shadow: 0 1px 3px rgba(17, 17, 17, 0.1);
}

#tab-contact #message-warning {
	color: #fa0003;
}

#tab-contact #message-success {
	color: #034e4a;
}

#tab-contact #message-warning i,
#tab-contact #message-success i {
	margin-right: 10px;
}

/* form loader */
#submit-loader {
	display: none;
	position: relative;
	left: 0;
	top: 1.8rem;
	width: 100%;
	text-align: center;
}

#submit-loader .text-loader {
	display: none;
	font-family: "roboto-black", sans-serif;
	color: #034e4a;
	letter-spacing: .3rem;
	text-transform: uppercase;
}

.oldie #submit-loader .s-loader {
	display: none;
}

.oldie #submit-loader .text-loader {
	display: block;
}

/* ------------------------------------------------------------------- 
 * loader animation - (_layout.scss) 
 * ------------------------------------------------------------------- */
.s-loader {
	margin: 1.2rem auto 3rem;
	width: 70px;
	text-align: center;
	-webkit-transform: translateX(0.45rem);
	-ms-transform: translateX(0.45rem);
	transform: translateX(0.45rem);
}
.s-loader > div {
	width: 1rem;
	height: 1rem;
	background-color: #034e4a;
	border-radius: 100%;
	display: inline-block;
	margin-right: .9rem;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.s-loader .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.s-loader .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

/* ------------------------------------------------------------------- 
 * tab subscribe - (_layout.css)  
 * ------------------------------------------------------------------- */
#tab-subscribe .form-field input {
	text-align: center;
}
#tab-subscribe label {
	color: #000000;
	font-size: 1.7rem;
}


/* ===================================================================
 * 11. cta - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#cta {
	background: #034e4a;
	padding-top: 9rem;
	padding-bottom: 7.8rem;
	text-align: center;
}
#cta p.lead {
	color: rgba(255, 255, 255, 0.5);
}
#cta .button {
	background: #02312e;
	color: #FFFFFF;
}
#cta .button:hover {
	background: #151515;
}
.cta-wrap {
	max-width: 670px;
}
.cta-thumb {
	display: inline-block;
	margin-bottom: 1.2rem;
}
.cta-thumb img {
	height: 7.8rem;
	width: 7.8rem;
	border-radius: 50%;
}
.cta-content h2 {
	position: relative;
	padding-bottom: 2.1rem;
	color: #FFFFFF;
}
.cta-content h2::after {
	content: "";
	display: block;
	height: 3px;
	width: 80px;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -40px;
}
.cta-content h2 a, .cta-content h2 a:visited {
	color: #FFFFFF;
}
.cta-content span {
	color: #FFFFFF;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * cta  
 * ------------------------------------------------------------------- */
@media only screen and (max-width:650px) {
	.cta-wrap {
		max-width: 650px;
	}
	.cta-wrap h2 {
		font-size: 2.7rem;
	}
}


/* ===================================================================
 * 12. footer - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
footer {
	text-align: center;
	padding-bottom: 12rem;
	position: relative;
}

footer .social-wrap {
	background: #151515;
	margin-bottom: 4.8rem;
}

footer .footer-social-list {
	display: inline-block;
	list-style: none;
	margin: 0;
}

footer .footer-social-list a,
footer .footer-social-list a:visited {
	color: #FFFFFF;
}

footer .footer-social-list a:hover,
footer .footer-social-list a:focus {
	color: #057f78;
}

footer .footer-social-list li {
	display: inline-block;
	padding: 0;
}

footer .footer-social-list li a {
	display: block;
	padding: 4.8rem 3rem 4.8rem;
}

footer .footer-social-list li i {
	display: block;
	font-size: 3.6rem;
}

footer .footer-social-list li span {
	display: block;
	margin-top: .9rem;
	font-size: 1.5rem;
}

footer .footer-bottom {
	position: relative;
}

footer .footer-bottom a,
footer .footer-bottom a:visited {
	color: #000000;
}

footer .footer-bottom a:hover,
footer .footer-bottom a:focus {
	color: #034e4a;
}

footer .footer-bottom .footer-logo {
	display: inline-block;
	width: 150px;
}

footer .copyright {
	display: block;
	position: relative;
	padding-top: 3.6rem;
	margin-top: 1.5rem;
}

footer .copyright::before {
	content: "";
	width: 120px;
	height: 3px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -60px;
	background: rgba(17, 17, 17, 0.3);
}

footer .copyright span {
	display: inline-block;
}

footer .copyright span::after {
	content: "";
	display: inline-block;
	padding: 0 1rem 0 1.2rem;
	color: rgba(17, 17, 17, 0.5);
}

footer .copyright span:last-child::after {
	display: none;
}

footer .back-to-top {
	font-family: "roboto-black", sans-serif;
	font-size: 1.3rem;
	text-transform: uppercase;
	letter-spacing: .2rem;
	color: #FFFFFF;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

footer .back-to-top a {
	display: block;
	background: #034e4a;
	padding: 1.2rem 3rem 1.5rem;
	color: #FFFFFF;
}

footer .back-to-top a:hover,
footer .back-to-top a:focus {
	background: #151515;
}

footer .back-to-top a i {
	margin-left: 15px;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * footer  
 * ------------------------------------------------------------------- */
@media only screen and (max-width:768px) {
	footer .footer-social-list li a {
		padding: 4.8rem 2rem 4.8rem;
	}
	footer .footer-social-list li i {
		font-size: 3.3rem;
	}
	footer .footer-social-list li span {
		font-size: 1.4rem;
	}
	footer .footer-bottom .footer-logo {
		width: 140px;
	}
}
@media only screen and (max-width:600px) {
	footer {
		padding-bottom: 10.2rem;
	}
	footer .footer-social-list li a {
		padding: 4.8rem 1.3rem 4.8rem;
	}
	footer .footer-social-list li i {
		font-size: 3rem;
	}
	footer .footer-social-list li span {
		font-size: 1.3rem;
	}
	footer .footer-bottom .footer-logo {
		width: 130px;
	}
	footer .copyright span {
		display: block;
	}
	footer .copyright span::after {
		display: none;
	}
}
@media only screen and (max-width:500px) {
	footer .footer-social-list li a {
		padding: 4.8rem 1.2rem 4.8rem;
	}
	footer .footer-social-list li span {
		display: none;
	}
}
@media only screen and (max-width:400px) {
	footer .footer-social-list li a {
		padding: 4.8rem 1.1rem 4.8rem;
	}
	footer .footer-bottom .footer-logo {
		width: 120px;
	}
	footer .back-to-top a {
		padding: 1.2rem 2.3rem 1.5rem;
	}
}