/*

---------------

/* ==== 1) General ==== */

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

::selection {
	background: #00a0dc;
	color:#fff;
}

::-moz-selection {
	background: #00a0dc;
	color:#fff;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	/*background: #EAEBEA;*/
	background: #fff;
	color: #000;
	overflow-x: hidden;
	margin: 0;
	text-rendering: geometricPrecision;
}

section {
	position: relative;
}

.img-responsive {
	display: inline-block;
}

/* ==== 2) Typography ==== */

.light {
	color: #fff;
}

.smoke, h5 small {
	color: #aaa;
	margin: 0;
}

p {
	margin: 0 0 15px 0;
}

p:last-child {
	margin: 0;
}

a {
	color: #000;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

a:hover {
	color: #999;
	text-decoration: none;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

a:focus, a:active {
	color: #999;
	outline: none;
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 0 0 15px 0;
}

h1 {
	font-size: 48px;
	letter-spacing: -1px;
}

h2 {
	font-size: 38px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h5 {
	font-family: 'Droid Serif', serif;
	font-size: 19px;
	font-style: italic;
	line-height: 1.48;
	margin: 0 0 15px 0;
}

@media only screen and (max-width: 768px) {
	h1 {
		font-size: 42px;
		letter-spacing: 0;
	}
	h2 {
		font-size: 32px;
	}
}

@media only screen and (max-width: 568px) {
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 26px;
	}
}


/* ==== Container Global Pages ==== */
.main-wrapper{border: 0px solid #f00; max-width: 1240px; margin: 0 auto;}



/* ==== 3) Backgrounds and buttons ==== */

.white-bg {
	background: #fff;
}

.smoke-bg {
	background: #DFDEE1;
	/*background: #f5f5f5;*/
}

.btn, .btn:hover, .btn:focus, .btn:active,  .btn:active:focus {
	background: #FE770B;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 15px;
	font-weight: 600 !important;
	line-height: 1;
	//padding: 8px 40px;
	padding: 8px 0px;
	width: 280px;
	border-radius: 2px;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.btn:hover {
	background: #FE770B;
	width: 280px;
}

.btn.btn-ghost, .btn.btn-ghost:hover, .btn.btn-ghost:focus, .btn.btn-ghost:active, .btn.btn-ghost:active:focus {
	background: transparent;
	color: #00a0dc;
	border: 1px solid #00a0dc;
}

.btn.btn-ghost:hover {
	background: #00a0dc;
	color: #fff;
}

/* ==== 4) Dividers ==== */

.top {/*margin-top: 50px;*/}

.divide-xs {
	padding-top: 7px;
	padding-bottom: 8px;
}

.divide-sm {
	padding-top: 30px;
	padding-bottom: 30px;
}

.divide-md {
	padding-top: 45px;
	padding-bottom: 45px;
}

.divide-lg {
	padding-top: 60px;
	padding-bottom: 60px;
}

.divide-xl {
	padding-top: 90px;
	padding-bottom: 90px;
}

@media only screen and (min-width: 768px) {
	.divide-md {
	padding-top: 40px;
	padding-bottom: 40px;
	}
	.divide-xs {
	padding-top: 47px;
	padding-bottom: 48px;
}
}

hr {
	margin-top: 15px;
	margin-bottom: 15px;
}

hr.no-margin {
	margin-top: 0;
	margin-bottom: 0;
}

hr.no-margin-top {
	margin-top: 0;
}

hr.no-margin-bottom {
	margin-bottom: 0;
}

hr.title-divider {
	border-width: 2px 0 0 0;
	max-width: 180px;
}

/* ==== 5) Intro & Sections Headers ==== */

#intro {
	-webkit-background-size: 100%;
	background-size:  100%;
	background-repeat: no-repeat;
    min-height: 505px;
	height: auto;
	}

@media only screen and (min-width: 1140px) { #intro {min-height: 695px !important;background-size:1240px; background-position: center -200px !important;}}
@media only screen and (min-width: 940px) { #intro {min-height: 605px !important;background-position: center -30px; }}
@media only screen and (max-width: 880px)  { #intro {min-height: 505px !important;background-position: center 0px;}}
@media only screen and (max-width: 768px)  { #intro {min-height: 385px !important;background-position: center 0px;}}
@media only screen and (max-width: 580px)  { #intro {min-height: 315px !important;background-position: center 0px;}}
@media only screen and (max-width: 480px)  { #intro {min-height: 240px !important;background-position: center 0px;}}
@media only screen and (max-width: 380px)  { #intro {min-height: 210px !important;background-position: center 0px;}}

#intro h3 {
	font-size: 17px;
	background: rgba(0, 0, 0, .2);
	padding: 5px ;
	max-width: 400px;
	margin: 0 auto;
}


.parallax {
	background-attachment: fixed;
}

@media screen and (max-device-width: 1024px) {
	.parallax {
		background-attachment: scroll;
	}
}

.float-content {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section-overlay {
	background: rgba(0, 0, 0, .1);
	position: absolute;
	width: 100%;
	height: 100%;

}

/* ==== 6) fronttext ==== */

.fronttext {padding-top:5px; padding-bottom: 5px;	text-align: center;}

.fronttext h4 {
	font-size: 15px;
    line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #4c4c4c;
	margin: 0;
	text-align: center;
	letter-spacing: -1.3px;
    text-transform: none;
}

@media only screen and (min-width: 767px) {
.fronttext h4 {
	font-size: 20px;
    line-height: 25px;}

    .fronttext {padding-top:20px; padding-bottom: 20px;}
}

/* ==== 7) games ==== */

 .adv_block_game {
	background-color: transparent;
	position: relative;
	padding: 0;
	margin: 0 ;
	border: 0;
	background-color: #f9f9f9;
	padding: 0px;
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
	border-bottom: 4px solid #fff;
}

.adv_content {padding: 10px; font-size: 12px;}
.adv_content h3 { margin-bottom: 5px; font-size: 15px;line-height: 16px;}



.media {
	margin: 0;
}

.media-left {
	padding-right: 20px;
}

img.media-object  {width: 120px; /*height: 120px;*/}

@media only screen and (min-width: 767px) {
 .adv_block_game { border-right: 10px solid #fff;	border-bottom:0px solid #ddd;
}

}


/* ==== More ==== */
#more {text-align: center;}

/* ==== 9) Testimonials ==== */

#testimonial .thumbnail, #testimonial .testimonial-img {
	background-color: transparent;
	position: relative;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 0;


}

.testimonial blockquote {
	font-size: 14px;
	position: relative;
	padding: 5px 0 5px 0;
	margin: 0;
	top: 0;
	border-left: 0;
	min-height: 250px;
	-webkit-transition: box-shadow .3s, top .5s ease;
	-moz-transition: box-shadow .3s, top .5s ease;
	-ms-transition: box-shadow .3s, top .5s ease;
	-o-transition: box-shadow .3s, top .5s ease;
	transition: box-shadow .3s, top .5s ease;
}

@media only screen and (min-width: 1025px) {
	.testimonial blockquote {
		min-height: 170px;
	}
}

@media only screen and (max-width: 767px) {
	.testimonial blockquote {
		min-height: 0;
	}
}

.testimonial:hover > blockquote {
	top: -5px;
	box-shadow: 0 5px 0 rgba(0, 140, 186, 1);
}

/* ==== 11) Footer ==== */
footer { /*border-top: 1px solid #ccc; */}

footer a {
	display: inline-block;
	padding: 6px;
}

footer h4 {
	margin: 0;
}

/* ==== 12) Navigation ==== */

.navbar-default {
	background-color: transparent;
	padding: 0px 0px;
	border: none;
	/*border-bottom: 1px solid #e8e8e8;*/
}

.navbar-default .navbar-collapse {
/*	border-color: #f8f8f8;*/
}

.navbar-fixed-top {
	position: fixed;
}

.navbar-brand {
	line-height: 0;

}

.nav a {
	color: #4c4c4c;
}

.nav a:hover {
	/*color: #fff !important;
	background-color: #008CC8 !important;*/
}

.nav .active a {
	/*color: #aaa !important;*/
}

.navbar li a {
	font-size: 17px;
	text-align: center;
	padding: 15px 15px !important;
	text-transform: uppercase !important;
}

.navbar-default { /*background-color: rgba(255, 255, 255, 0.95) !important; background-color: #EAEBEA !important; */}
.nav a {color: #4c4c4c !important;}
}
.navbar-default {
	border: 0px solid transparent !important;
}

.navbar-toggle {
	margin-top: 7px;
	margin-bottom: 7px;
	border: 0px solid transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	/*background-color: #008CC8;*/
	background-color: #4B4A46;	
	width: 32px;
	height: 3px;
	border: 0 !important;
	border-radius: 1 !important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

@media only screen and (max-width: 767px) {
	.navbar li a {
		padding: 10px 15px !important;
	}
	.navbar-default .navbar-collapse {
		/*background-color: #EAEBEA;*/
		background-color: #fff;
		border-color: #fff;
	}

}
.navbar a, .navbar .active a:hover, .navbar .active a:focus {
	background-color: transparent !important;
}

.navbar-brand {
	position: relative;
	padding: 6px 20px !important;
	height: auto;
	line-height: 0;
	background-color: transparent;
}

	.navbar-brand img {
		opacity: 1 !important;
		width: 265px}

@media only screen and (max-width: 480px) {
		.navbar-brand img {
		width: 225px;margin-top: 2px;}
		}

@media only screen and (max-width: 380px) {
		.navbar-brand img {
		width: 205px;margin-top: 2px;}
		}
@media only screen and (max-device-width: 380px) {
		.navbar-brand img {
		width: 205px;margin-top: 2px;}
		}

/* ==== 13) Carousels ==== */

@media not all, (-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-backface-visibility: initial;
		backface-visibility: initial;
	}
}

#carousel-intro .carousel-inner {
	overflow: inherit;
}

.carousel-control.left, .carousel-control.right {
	background-image: none;
	background: rgba(255, 255, 255, .3);
	opacity: 1;
	width: 10%;
	height: 10%;
	top: 45%;
	padding: 0;
	border: none;
	text-shadow: none;
	color: #4c4c4c;
	z-index: 3;
}
.carousel-control.btn:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.carousel {
	opacity: 1;

}

.carousel .item {
	border: 0 solid #f00 !important;
	position: absolute;
	display: block !important;
	width: 100%;
	top: 40px;
	min-height: 150px !important;
	left: 0 !important;
	opacity: 0;
	z-index: -1;
	-moz-transition: opacity ease-in-out .6s;
	-o-transition: opacity ease-in-out .6s;
	-webkit-transition: opacity ease-in-out .6s;
	transition: opacity ease-in-out .6s;
}

.carousel .item:first-child {
	position: relative;
	top: 40px;
	min-height: 150px !important;

}

.carousel .item.active {
	opacity: 1;
	z-index: 0;
	-moz-transition: opacity ease-in-out .4s;
	-o-transition: opacity ease-in-out .4s;
	-webkit-transition: opacity ease-in-out .4s;
	transition: opacity ease-in-out .4s;
}

.ps-intro-btn {
 bottom:20px;font-weight: 400;
 position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* ==== pagination hide ==== */
#pages {
	display: none;
}

/* ==== 14) Preloader ==== */
loader {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: left;
	opacity: .8;
	background-color: #FFFFFF;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 9999;
}

.spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	width: 70px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #aaa;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0.0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
	0%, 80%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 40% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

/* Paddings/Margins */
.padding-xs { padding: .25em; }
.padding-sm { padding: .5em; }
.padding-md { padding: 1em; }
.padding-lg { padding: 1.5em; }
.padding-xl { padding: 3em; }

.padding-x-xs { padding: .25em 0; }
.padding-x-sm { padding: .5em 0; }
.padding-x-md { padding: 1em 0; }
.padding-x-lg { padding: 1.5em 0; }
.padding-x-xl { padding: 3em 0; }

.padding-y-xs { padding: 0 .25em; }
.padding-y-sm { padding: 0 .5em; }
.padding-y-md { padding: 0 1em; }
.padding-y-lg { padding: 0 1.5em; }
.padding-y-xl { padding: 0 3em; }

.padding-top-xs { padding-top: .25em; }
.padding-top-sm { padding-top: .5em; }
.padding-top-md { padding-top: 1em; }
.padding-top-lg { padding-top: 1.5em; }
.padding-top-xl { padding-top: 3em; }

.padding-right-xs { padding-right: .25em; }
.padding-right-sm { padding-right: .5em; }
.padding-right-md { padding-right: 1em; }
.padding-right-lg { padding-right: 1.5em; }
.padding-right-xl { padding-right: 3em; }

.padding-bottom-xs { padding-bottom: .25em; }
.padding-bottom-sm { padding-bottom: .5em; }
.padding-bottom-md { padding-bottom: 1em; }
.padding-bottom-lg { padding-bottom: 1.5em; }
.padding-bottom-xl { padding-bottom: 3em; }

.padding-left-xs { padding-left: .25em; }
.padding-left-sm { padding-left: .5em; }
.padding-left-md { padding-left: 1em; }
.padding-left-lg { padding-left: 1.5em; }
.padding-left-xl { padding-left: 3em; }

.margin-xs { margin: .25em; }
.margin-sm { margin: .5em; }
.margin-md { margin: 1em; }
.margin-lg { margin: 1.5em; }
.margin-xl { margin: 3em; }

.margin-x-xs { margin: .25em 0; }
.margin-x-sm { margin: .5em 0; }
.margin-x-md { margin: 1em 0; }
.margin-x-lg { margin: 1.5em 0; }
.margin-x-xl { margin: 3em 0; }

.margin-y-xs { margin: 0 .25em; }
.margin-y-sm { margin: 0 .5em; }
.margin-y-md { margin: 0 1em; }
.margin-y-lg { margin: 0 1.5em; }
.margin-y-xl { margin: 0 3em; }

.margin-top-xs { margin-top: .25em; }
.margin-top-sm { margin-top: .5em; }
.margin-top-md { margin-top: 1em; }
.margin-top-lg { margin-top: 1.5em; }
.margin-top-xl { margin-top: 3em; }

.margin-right-xs { margin-right: .25em; }
.margin-right-sm { margin-right: .5em; }
.margin-right-md { margin-right: 1em; }
.margin-right-lg { margin-right: 1.5em; }
.margin-right-xl { margin-right: 3em; }

.margin-bottom-xs { margin-bottom: .25em; }
.margin-bottom-sm { margin-bottom: .5em; }
.margin-bottom-md { margin-bottom: 1em; }
.margin-bottom-lg { margin-bottom: 1.5em; }
.margin-bottom-xl { margin-bottom: 3em; }

.margin-left-xs { margin-left: .25em; }
.margin-left-sm { margin-left: .5em; }
.margin-left-md { margin-left: 1em; }
.margin-left-lg { margin-left: 1.5em; }
.margin-left-xl { margin-left: 3em; }
