/* Timeless Under Construction Template by Web Tech Gadgetry */

/* === GENERAL === */

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: 'Lato', sans-serif;
	color: #95a5a6;
}

input[type=text] {
	-webkit-appearance: none;
  	border-radius: 0;
  	font-weight: 400;
}

input[type=submit] {
	-webkit-appearance: none;
	border-radius: 0;
	font-weight: 400;
}

li {
	display: list-item;
}

a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
}

a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

a:hover {
	color: #EA100A; /*BSOEDIT*/
	border-bottom: 1px dotted #e74c3c;
}

:focus {
	outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #707070;
}

.backstretch:after {
	content: ' ';
    position: absolute;
	background-color: rgba(0,0,0,0.4);
	left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
}

.mbYTP_wrapper:after {
	content: ' ';
    position: absolute;
	background-color: rgba(0,0,0,0.4);
	left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
}

.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #e74c3c;
	z-index: 3000;
	text-align: center;
}

.loading .preloader {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -50px;
}

/* === SIDEBAR === */

.sidebar {
	width: auto;
	background: rgba(0,0,0,0.6);
	height: auto;
	position: fixed;
	z-index: 2999 !important;
}

.sidebar i {
	display: block;
	position: relative;
	color: rgba(255,255,255,0.6);
	font-size: 18px;
	padding: 15px;
	transition: 0.3s color;
	-webkit-transition: 0.3s color;
	-moz-transition: 0.3s color;
	-o-transition: 0.3s color;
	cursor: pointer;
}

.sidebar i:hover {
	color: rgba(255,255,255,0.8);
}

/* === HEADER === */

.main {
	width: 100%;
	height: 100%;
	background-color: transparent;
	position: relative;
	text-align: center;
	z-index: 2000;
}

.main .title .logo img {
	text-align: center;
	margin-bottom: 40px;
}

.main .title {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
}

.main .title h1 {
	color: #fff;
	font-size: 54px;
	display: inline-block;
	padding: 0;
	margin:0;
	margin-bottom: 40px;
	position: relative;
	font-weight: 300;
	text-transform: uppercase;
}

.main .title h1 span {
	font-weight: 700;
	color: #FFFFFF; /*BSOEDIT*/
	text-decoration: none;
}

.main .title p {
	color: #fff;
	font-size: 16px;
	margin:0;
	font-weight: 300;
	opacity: 0.7;
}

.main i {
	color: #fff;
	font-size: 36px;
	position: absolute;
	width: 100%;
	bottom: 0;
	display: block;
	opacity: 0.6;
	-webkit-transition: 0.4s opacity;
	-o-transition: 0.4s opacity;
	-moz-transition: 0.4s opacity;
	transition: 0.4s opacity;
	cursor: pointer;
	margin-bottom: 40px;
	-webkit-animation: arrowBounce 1.5s linear infinite alternate; /* Chrome, Safari, Opera */
    animation: arrowBounce 1.5s linear infinite alternate;;
}

.main i:a {
	text-decoration: none;
}

.main i:hover {
	opacity: 0.8;
}

/* === COUNTERS === */

.counters {
	width: 85%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 32px;
	z-index: 2000;
}

.counters p {
	text-align: center !important;
	position: relative;
	bottom: 25px;
}

.counter {
	width: 25%;
	height: auto;
	position: relative;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	max-width: 240px;
}

.counter h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 46px;
	position: relative;
}

/* === NEWSLETTER === */

.newsletter {
	width: 100%;
	height: auto;
	padding: 0 0 50px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
}

.email {
	width: 80%;
	height: 45px;
	font-family: 'Lato', sans-serif;
	padding: 10px 15px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: rgba(255,255,255,0.9);
	color: #000;
	font-size: 16px;
	-webkit-transition: 0.3s background;
	transition: 0.3s background;
	-o-transition: 0.3s background;
	-moz-transition: 0.3s background;
	display: inline-block;
	float: left;
	border: 0;
}

.email:focus {
	background: rgba(255,255,255,1);
	color: #000;
}

.register {
	width: 20%;
	border: 0;
	min-width: 130px;
	background: rgba(231, 76, 60,0.9);
	border-left: 0;
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 16px;
	height: 45px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	-0-transition: 0.3s all;
	-moz-transition: 0.3s all;
	float: right;
	font-weight: 300;
}

.register:hover {
	background: rgba(231, 76, 60,1);
	color: #fff;
}

.signup-response {
	text-align: center;
	width: 100%;
	float: right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.signup-response i {
	color: #e74c3c;
	opacity: 0.8;
	margin-right: 15px !important;
	font-size: 15px;
}

/* === CONTENT === */

.container-services {
	width: 100%;
	height: auto;
	background: #fafafa;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 100px 60px 50px 60px;
}

.container-services p {
	font-size: 15px;
	text-align: justify;
	line-height: 27px;
	font-weight: 300;
}

.container {
	width: 100%;
	height: auto;
	background: #fff;
	color: #606060;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 100px 60px 100px 60px;
}

.container h1 {
	margin: 0px;
	text-align: center;
	font-size: 27px;
	margin-bottom: 100px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
}

.container p {
	font-size: 15px;
	color: #000;
	text-align: justify;
	line-height: 27px;
	font-weight: 400;
}

.transparent-container {
	width: 100%;
	height: auto;
	color: #fff;
	background-color: rgba(40,40,40,0.6);
	padding: 100px 60px 100px 60px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.transparent-container h1 {
	margin: 0px;
	text-align: center;
	font-size: 27px;
	margin-bottom: 50px;
	font-weight: 700;
	text-transform: uppercase;
}

.mini-container {
	max-width: 1000px;
	position: relative;
	margin: 0 auto;
}

/* === VIDEO === */

.twitter-container {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: table;
	background: #fafafa;
	padding: 100px 60px 100px 60px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.twitter-container h1 {
	text-transform: uppercase;
	color: #000;
	font-size: 27px;
	text-align: justify;
	display: inline-block;
	margin-bottom: 10px;
}

.twitter-container i {
	font-size: 27px;
	color: #e74c3c;
	display: inline-block;
	margin-right: 20px;
}

.twitter-container p {
	color: #000;
	font-size: 14px;
	line-height: 27px;
	font-weight: 300;
}

.twitter-container a {
	font-weight: 700;
	border: 0;
}

.twitter-container a:visited {
	font-weight: 700;
	border: 0;
}

.twitter-container .tweet-social {
	display: table-cell;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	width: 40%;
	text-align: justify;
	vertical-align: middle;
}

.twitter-container .tweet {
	display: table-cell;
	position: relative;
	width: 40%;
	font-weight: 300;
}

.social-divider {
	width: 10%;
	display: table-cell;
}

.twitter-timeline {
	text-align: center;
	max-width: 520px;
	max-height: 260px;
	width: 100%;
	height: 260px;
	overflow: initial;
}

/* === SERVICES === */

.services {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: left !important;
}

.service {
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
}

.services .service h3 {
	margin-top: 25px;
	margin-bottom: 25px;
	color: #000;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
}

.services .service p {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 25px;
	color: #000;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}

.services .service i {
	font-size: 38px;
	color: #e74c3c;
}

.services .service a {
	font-weight: 700;
	color: #000;
	border: 0;
	font-size: 15px;
}

.services .service a:hover {
	color: #e74c3c;
}

.divider {
	width: 6%;
}

/* === CONTACT === */

.contact {
	display: table;
	width: 100%;
}

.contact .col {
	display: table-cell;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	width: 45%;
	text-align: justify;
}

.contact-divider {
	width: 8%;
	display: table-cell;
}

.contact .col h1 {
	text-align: justify;
	font-size: 27px;
	margin: 0;
}

.contact .col h3 {
	font-size: 17px;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 30px;
	opacity: 0.7;
}

.contact .col p {
	font-size: 15px;
	color: #fff;
	margin-bottom: 40px;
	line-height: 27px;
	font-weight: 400;
}

.contact .col ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	margin-bottom: 5px;
}

.contact .col ul li {
	position: relative;
}

.contact .col ul li p {
	font-size: 17px !important;
	margin-left: 20px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 0;
	color: rgba(255,255,255,0.8);
}

.contact .col ul li p a {
	color: rgba(220,220,220,1);
	border-bottom: 2px solid rgba(255,255,255,0.8);
	cursor: pointer;
}

.contact .col ul li p a:hover {
	color: rgba(255,255,255,1);
	border-bottom: 2px solid rgba(255,255,255,1);
}

.contact .col ul li i {
	font-size: 24px;
	opacity: 0.5;
}

.map {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: none;
	text-align: center;
}

.map i {
	font-size: 38px;
	margin-bottom: 100px;
	opacity: 0.6;
	cursor: pointer;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
}

.map i:hover {
	opacity: 0.8;
}

.map iframe {
	width: 100%;
	min-height: 400px;
	border: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.input {
	width: 100%;
	height: 45px;
	font-family: 'Lato', sans-serif;
	padding: 10px 15px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: rgba(255,255,255,0.9);
	color: #000;
	font-size: 15px;
	-webkit-transition: 0.3s background;
	transition: 0.3s background;
	-o-transition: 0.3s background;
	-moz-transition: 0.3s background;
	display: inline-block;
	margin-bottom: 25px;
	border: 0;
}

.input:nth-child(1) {
	margin-top: 5px;
}

.input:focus {
	background: rgba(255,255,255,1);
	color: #000;
}

.message {
	width: 100%;
	height: 200px;
	font-family: 'Lato', sans-serif;
	padding: 15px 15px 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: rgba(255,255,255,0.9);
	color: #000;
	font-size: 15px;
	-webkit-transition: 0.3s background;
	transition: 0.3s background;
	-o-transition: 0.3s background;
	-moz-transition: 0.3s background;
	border: 0;
	min-width: 100%;
	resize: vertical;
	border-radius: 0;
	margin-bottom: 20px;
	font-weight: 400;
}

.message:focus {
	background: rgba(255,255,255,1);
	color: #000;
}

.send {
	width: 100px;
	background: rgba(231, 76, 60,0.9);
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 16px;
	height: 45px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	border: 0;
	margin-top: 20px;
}

.send:hover {
	background: rgba(231, 76, 60,1);
	color: #fff;
}

.contact-response {
	position: relative;
	color: #e74c3c;
	padding: 0;
	margin: 0 !important;
	font-size: 15px !important;
}

.contact-response i {
	color: #e74c3c;
	opacity: 0.8;
	margin-right: 15px !important;
	font-size: 15px;
}

/* === FOOTER === */

.footer {
	width: 100%;
	height: auto;
	background-color: rgba(20,20,20,0.9);
	color: #474747;
	padding: 70px 30px 70px 30px;
	position: relative;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
}

.footer a img {
	border-style:none;
}

.footer a {
	text-decoration: none;
	color: rgba(50,50,50,1);
	border: none;
}

.footer .social {
	width: 100%;
}

.footer img {
	margin-bottom: 15px;
}

.footer i {
	margin: 15px;
	margin-bottom: 0;
	cursor: pointer;
	font-size: 16px;
	-webkit-transition: 0.3s color;
	transition: 0.3s color;
	-moz-transition: 0.3s color;
	-o-transition: 0.3s color;
	display: inline-block;
}

.footer i:hover {
	color: rgba(70,70,70,1);
}

/* === PRELOADER CSS === */

#bowlG {
	position:relative;
	width:64px;
	height:64px;
}

#bowl_ringG {
	position:absolute;
	width:64px;
	height:64px;
	border:6px solid #FFFFFF;
	-moz-border-radius:64px;
	-webkit-border-radius:64px;
	-ms-border-radius:64px;
	-o-border-radius:64px;
	border-radius:64px;
}

.ball_holderG {
	position:absolute;
	width:17px;
	height:64px;
	left:23px;
	top:0px;
	-moz-animation-name:ball_moveG;
	-moz-animation-duration:1.3s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-timing-function:linear;
	-webkit-animation-name:ball_moveG;
	-webkit-animation-duration:1.3s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
	-ms-animation-name:ball_moveG;
	-ms-animation-duration:1.3s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-timing-function:linear;
	-o-animation-name:ball_moveG;
	-o-animation-duration:1.3s;
	-o-animation-iteration-count:infinite;
	-o-animation-timing-function:linear;
	animation-name:ball_moveG;
	animation-duration:1.3s;
	animation-iteration-count:infinite;
	animation-timing-function:linear;
}

.ballG {
	position:absolute;
	left:0px;
	top:-15px;
	width:26px;
	height:26px;
	background:#FFFFFF;
	-moz-border-radius:21px;
	-webkit-border-radius:21px;
	-ms-border-radius:21px;
	-o-border-radius:21px;
	border-radius:21px;
}

@-moz-keyframes ball_moveG{
0%{
-moz-transform:rotate(0deg)}

100%{
-moz-transform:rotate(360deg)}

}

@-webkit-keyframes ball_moveG{
0%{
-webkit-transform:rotate(0deg)}

100%{
-webkit-transform:rotate(360deg)}

}

@-ms-keyframes ball_moveG{
0%{
-ms-transform:rotate(0deg)}

100%{
-ms-transform:rotate(360deg)}

}

@-o-keyframes ball_moveG{
0%{
-o-transform:rotate(0deg)}

100%{
-o-transform:rotate(360deg)}

}

@keyframes ball_moveG{
0%{
transform:rotate(0deg)}

100%{
transform:rotate(360deg)}

}

/* === RESPONSIVENESS === */

@media (max-height: 799px) {
	.counter {
		margin: 0;
	}
}

@media (max-width: 1199px) {
	.counter {
		width: 20%;
	}
}

@media (max-width: 799px) {
	.newsletter {
		width: 100%;
		padding-bottom: 100px;
	}
	
	.register {
		width: 100%;
		display: inline-block;
		margin-top: 10px;
	}
	.counter {
		width: 45%;
		border: 0;
	}
	.email {
		width: 100%;
	}
	.address {
		width: 100%;
		margin-bottom: 40px;
	}
	.contact {
		width: 100%;
	}
	.input {
		width: 100%;
	}
	.contact-response {
		width: 65%;
	}
	.counter h2 {
		font-size: 42px;
	}
	.main .title h1 {
		font-size: 36px;
	}
	.contact .col {
		width: 100%;
		display: inline-block;
	}

	.contact-divider {
		display: none;
	}

	.contact .col h1 {
		text-align: center;
		margin-bottom: 90px;
	}
	.contact .col ul:last-child {
		margin-bottom: 40px;
	}
	.twitter-container h1 {
		display:block;
		text-align: center;
		margin-bottom: 100px;
	}
	.twitter-container p {
		font-size: 15px;
		text-align: center;
		margin-bottom: 30px;
	}
	
	.twitter-container a {
		font-size: 18px;
	}
	.twitter-container iframe {
		margin: 0 auto;
		position: relative;
		display: block !important;
		text-align: center !important;
	}
	.twitter-container p:last-child {
		margin-bottom: 30px !important;
	}
	.twitter-container .tweet-social {
		width: 100%;
		display: inline-block;
	}

	.twitter-container .tweet {
		width: 100%;
		display: inline-block;
	}
}

/* Chrome, Safari, Opera */
@-webkit-keyframes arrowBounce {
    from {bottom:0;}
    to {bottom:10px;}
}

/* Standard syntax */
@keyframes arrowBounce {
    from {bottom:0;}
    to {bottom:10px;}
}

@media (max-width: 599px) {
	.counter {
		font-size: 27px;
		margin: 0;
	}
	.service {
		text-align: center;
	}
	.service p {
		text-align: center !important;
	}
	.counter h2 {
		font-size: 36px;
	}
	.counters p {
		font-size: 13px !important;
	}
	.contact-response {
		width: 60%;
	}
	.main .title .logo img {
		text-align: center;
		margin-bottom: 30px;
	}
}

@media (max-width: 499px) {
	.main .title h1 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.main i {
		margin-bottom: 20px;
		font-size: 27px;
	}
	.send {
		width: 100%;
	}
	.contact-response {
		width: 100%;
		margin: 0;
		margin-top: 25px;
		text-align: center;
	}	
	.container {
		padding: 100px 40px 100px 40px;
	}
	.transparent-container {
		padding: 100px 40px 100px 40px;
	}
	.container-services {
		padding: 100px 40px 50px 40px;
	}
	.twitter-container {
		padding: 100px 40px 100px 40px;
	}
}