@charset "utf-8";

/* 
	++++ 1. Reset ++++
	++++ 2. Preloading Effect ++++
	++++ 3. Home Text Rotator ++++
	++++ 4. Home Page ++++
	++++ 5. Contact Us ++++
	++++ 6. Navigation color ++++
	++++ 7. Mediaqueries ++++
	

*/

/*****************************************************/
/* 1. Reset */
/*****************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, input {
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
.form-control {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
body {
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
}

::-webkit-input-placeholder {
 color: #fff;
 opacity:1;
 vertical-align:middle;
 font-weight:300;
 letter-spacing: 1px;
}

:-moz-placeholder { /* Firefox 18- */
 color: #fff;
 opacity:1;
 font-weight:300;
 vertical-align:middle;
 letter-spacing: 1px;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #fff;
 opacity:1;
 font-weight:300;
 vertical-align:middle;
 letter-spacing: 1px;
}

:-ms-input-placeholder {
 color: #fff;
 opacity:1;
 font-weight:300;
 vertical-align:middle;
 letter-spacing: 1px;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	outline: none;
}
a:focus, a:hover {
	text-decoration: none;
	outline: none;
}
.nopadding-left {
	padding-left: 0;
}
.nopadding-right {
	padding-right: 0;
}
input, button, select, textarea {
	letter-spacing: 1px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	font-size: 100%;
	color: #fff;
	margin: 0;
	padding: 0;
}
body {
	position: absolute;
	top: 0;
	left: -0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background:url(../images/background.jpg) no-repeat left top fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section {
}
#fullpage h1 {
	font-size: 2.5em;
	font-weight: 300;
	margin-bottom: 0.7%;
	font-weight: 300;
	line-height: 1;
	background-color: #fbd22c;
	color: #000;
	padding: 1.6% 0 2%;
}
#fullpage h1.align-center {
	margin-bottom: 5%;
}
h2 {
	font-size: 1em;
	font-weight: 300;
	letter-spacing: 2px;
	margin: 0 0 1% 0;
	text-transform: uppercase;
}
.features h2 {
	margin-top: 10%;
	text-transform: uppercase;
}
p {
	text-align: center;
	color: #fff;
	margin: auto;
	font-weight: 300;
}
.align-center {
	text-align: center;
	float: none;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}
.tableCell {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
}
#section0 {
}
#section1 {
}
#section2 {
}
/*****************************************************/
/* 2. Preloader Effect */
/*****************************************************/
.preloader {
	background-color: #FEFEFE;
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden!important;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 99999;
}
.status {
	background-image: url("../images/loading.gif");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 17px;
	left: 47.7%;
	position: absolute;
	top: 46%;
	width: 50px;
	margin: -20px 0 0 -20px;
}
/*****************************************************/
/* 3. Home Text Rotator */
/*****************************************************/
.rotating {
	display: inline-block;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
	-moz-transform: rotateX(0) rotateY(0) rotateZ(0);
	-ms-transform: rotateX(0) rotateY(0) rotateZ(0);
	-o-transform: rotateX(0) rotateY(0) rotateZ(0);
	transform: rotateX(0) rotateY(0) rotateZ(0);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform-origin-x: 50%;
}
.rotating.flip {
	position: relative;
}
.rotating .front, .rotating .back {
	left: 0;
	top: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
.rotating .front {
	position: absolute;
	display: inline-block;
	-webkit-transform: translate3d(0, 0, 1px);
	-moz-transform: translate3d(0, 0, 1px);
	-ms-transform: translate3d(0, 0, 1px);
	-o-transform: translate3d(0, 0, 1px);
	transform: translate3d(0, 0, 1px);
}
.rotating.flip .front {
	z-index: 1;
}
.rotating .back {
	display: block;
	opacity: 0;
}
.rotating.spin {
	-webkit-transform: rotate(360deg) scale(0);
	-moz-transform: rotate(360deg) scale(0);
	-ms-transform: rotate(360deg) scale(0);
	-o-transform: rotate(360deg) scale(0);
	transform: rotate(360deg) scale(0);
}
.rotating.flip .back {
	z-index: 2;
	display: block;
	opacity: 1;
	-webkit-transform: rotateY(180deg) translate3d(0, 0, 0);
	-moz-transform: rotateY(180deg) translate3d(0, 0, 0);
	-ms-transform: rotateY(180deg) translate3d(0, 0, 0);
	-o-transform: rotateY(180deg) translate3d(0, 0, 0);
	transform: rotateY(180deg) translate3d(0, 0, 0);
}
.rotating.flip.up .back {
	-webkit-transform: rotateX(180deg) translate3d(0, 0, 0);
	-moz-transform: rotateX(180deg) translate3d(0, 0, 0);
	-ms-transform: rotateX(180deg) translate3d(0, 0, 0);
	-o-transform: rotateX(180deg) translate3d(0, 0, 0);
	transform: rotateX(180deg) translate3d(0, 0, 0);
}
.rotating.flip.cube .front {
	-webkit-transform: translate3d(0, 0, 100px) scale(0.9, 0.9);
	-moz-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
	-ms-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
	-o-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
	transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
}
.rotating.flip.cube .back {
	-webkit-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
	-moz-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
	-ms-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
	-o-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
	transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}
.rotating.flip.cube.up .back {
	-webkit-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
	-moz-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
	-ms-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
	-o-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
	transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}
/*****************************************************/
/* 4. Home Page */
/*****************************************************/
.email-add, .email-add:hover, .email-add:focus {
	border-radius: 0 !important;
	height: 2.7em;
	outline: medium none;
	border-right: none;
}
.notify-button {
	color: #000;
	height: 2.7em;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-left: none;
	background-color: transparent;
	border-radius: 0 !important;
}
.notify-button span {
	background-color: #FFF;
	padding: 4px 15px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -1px;
}
#notifyMe button {
	margin-left: 0;
	outline: 0 none;
	padding: 5px;
}
#notifyMe button:focus {
	background-color: transparent;
	color: #000;
}
#notifyMe #message {
	margin-top: 2%;
	font-size: 13px;
}
.notify-button:hover {
	background-color: transparent;
	color: #000;
}
.notify-button:hover span {
	background-color: #fbd22c;
	color: #000
}
.notify-button i {
	font-size: 1.3em;
	line-height: 1.7;
}
.form-notify {
	margin-top: 1.7%;
}
.fa-spin, .fa-check-circle, .fa-exclamation-circle, .fa-spinner {
	display: none;
}
#message {
	color: #FFFFFF;
}
.logo {
	margin: 0 0 6% 0
}
.under-construction {
	width: 46%;
	margin: 0 auto;
	margin-bottom: 1.5%;
	font-size: 18px;
	line-height: 24px;
    text-align: justify;
}

.social {
}
.social ul {
	margin: 8% 0 0 0
}
.social ul.contact {
	margin: 3.2% 0 0 0
}
.social ul li {
	display: inline-block;
	margin: 0 23px 0 0
}
.social ul li a {
	color: #FFF;
	font-size: 20px;
	display: inline-block;
	float: left
}
.social ul li a:hover {
	opacity: 0.5;
	color: #fbd22c
}
.main {
	width: 60%;
	margin: 0 auto
}

/*  Home Page Counter */

#counter {
	color: #fff;
	overflow: hidden;
	margin: 0% 0;
}
.counter-container {
	display: table;
	margin: 0 auto;
}
#counter .counter-box {
	display: block;
	width: 140px;
	text-align: center;
	overflow: hidden;
	padding: 15px 35px;
	float: left;
	margin: 0px 35px 0 0;
	border-left: 1px solid rgba(251, 210, 44, .2);
	border-right: 1px solid rgba(251, 210, 44, .2);
}
#counter .last {
	border-right: 0px solid #fff;
	width: 105px;
}
#counter .first {
	border-left: 0px solid #fff;
}
#counter .number {
	font-size: 60px;
	text-align: center;
	font-weight: 700;
	line-height: 60px;
}
#counter span {
	display: block;
	font-size: 16px;
	text-align: center;
	font-weight: 400;
}

/***************************************************************/
/* 5. Contact Us  */
/***************************************************************/
#contact_form {
	margin-top: 2.4%;
	padding: 0;
}
#contact_form input {
	background: url(../images/input-bg.png);
	border: 1px solid rgba(255, 255, 255, 0.2);
	height: 2.8em;
	color: #fff;
	margin-bottom: 1.3%;
	text-align: left;
	display: block;
	padding-left: 2%;
	border-radius: 0 !important;
	box-shadow: none !important;
	-webkit-appearance: none;
	padding-left: 15px;
}
#contact_form textarea {
	color: #fff;
	height: 10.5em;
	text-align: left;
	margin-bottom: 1.3%;
	padding-top: 15px;
	padding-left: 2%;
	border-radius: 0 !important;
	-webkit-appearance: none;
	padding-left: 15px;
	background: url(../images/input-bg.png);
	border: 1px solid rgba(255, 255, 255, 0.2);
	resize: none;
}
#contact_form input {
	margin-bottom: 2.5%;
	width: 100%;
}
#contact_form textarea {
	margin-bottom: 4%;
	width: 100%;
}
#submit_btn {
	background-color: #fff;
	border: 1px solid #fff;
	color: #000;
	cursor: pointer;
	margin-bottom: 1%;
	outline: 0 none;
	height: 2.5em;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 110px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}
#submit_btn .fa {
	margin-left: 8px;
}
#submit_btn:hover {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	color: #FFF;
}
#submit_btn i.fa {
	font-size: 0.8em
}
.social-icons a {
	color: #fff;
	font-weight: 600;
	letter-spacing: 2px;
	margin-right: 1%;
	text-transform: uppercase;
}
.contact-email {
	min-height: 5em;
	padding: 0;
	position: relative;
}
.contact-email input {
	padding-left: 15px;
	width: 100%;
}
#result {
	color: #fff;
}
#email_error {
	color: #FFF;
	font-size: .8em;
	font-weight: 300;
	position: absolute;
	top: 50px;
}
/***************************************************************/
/* 6. Navigation color */
/***************************************************************/
#fullPage-nav li .active span circle#poly, .fullPage-slidesNav .active span circle#poly {
	fill: #ffffff;
}
#fullPage-nav span, .fullPage-slidesNav span {
	border: none;
}
#fullPage-nav li .active span polygon#poly, .fullPage-slidesNav .active span polygon#poly {
	fill: #ffffff;
}
#fullPage-nav li, .fullPage-slidesNav li {
	margin-bottom: 27px;
	margin-right: 10px;
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5)
}


/*****************************************************/
/* 7. Mediaqueries  */
/*****************************************************/
@media only screen and (max-width: 1600px) {
body {
	font-size: 12.5px;
}
.panel {
	left: 1.4em;
}
}
@media only screen and (max-width: 1400px) {
.main {
	width: 80%;
}
}
@media only screen and (max-width: 1024px) {
.show-panel {
	display: none;
}
#fullPage-nav.right {
	right: 15px;
}
.fullPage-tooltip, div#right {
	opacity: 0;
}
.main {
	width: 80%;
}
.under-construction {
	width: 60%;
	font-size: 14px;
	line-height: 20px;
}
}
 @media only screen and (max-width: 991px) {
#fullPage-nav.right {
	right: 20px;
}
.main {
	width: 90%;
}
#counter .counter-box {
	display: block;
	width: 100px;
	padding: 15px 20px;
}
#counter .number {
	font-size: 40px;
	line-height: 40px;
}
#counter span {
	font-size: 14px;
}
}
 @media only screen and (max-width: 800px) {
#contact_form textarea {
	margin-bottom: 5%;
}
#submit_btn {
	margin-bottom: 2%;
}
#fullpage h1.align-center {
	margin-bottom: 10%;
}
h2 {
	margin: 6% 0 4% 0;
}
}
 @media only screen and (max-width: 600px) {
#fullPage-nav.right {
	display: none;
}
#counter .counter-box {
	display: block;
	width: 100%;
	border-left: none;
	border-right: none;
}
}
 @media only screen and (max-width: 568px) {
#section1 li {
	margin-right: 2%;
}
p {
	width: 80%;
}
.col-xs-6 {
	width: 90%
}
}
 @media only screen and (max-width: 384px) {
body {
	font-size: 12px;
}
#fullpage h1 {
	font-size: 1.8em;
	padding: 3%;
}
#notifyMe.col-xs-6 {
	width: 83.3333%;
}
.status {
	left: 44.5%;
}
img {
	max-width: 50%;
	height: auto
}
.col-xs-6 {
	width: 90%
}
}
 @media only screen and (max-width: 320px) {
#submit_btn {
	width: 140px;
}
.under-construction {
	width: 80%;
	margin-bottom: 20px;
}
#section1 .tableCell {
	padding-top: 30px;
	padding-bottom: 30px;
}
#section2 .tableCell {
	padding-top: 30px;
	padding-bottom: 30px;
}
}
 @media only screen and (max-height: 365px) {
.tableCell {
	padding-top: 30px;
	padding-bottom: 30px;
}
}
 @media only screen and (max-width: 240px) {
body {
	font-size: 8px;
}
#submit_btn {
	width: 140px;
}
.section {
	margin-top: 20px;
}
}
