@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,latin-ext);

*{
	margin: 0; 
    padding: 0; 
    border: 0; 
    text-decoration: none; 
    outline: 0;
}
body {
	font-family: "Open Sans";
	font-size: 12px;
	color: #686868;
	word-wrap: break-word;
}

hr {
	color: #d9d9d9;
}

.logo {
	padding-top: 50px;
}

.navbar-default {
	border: none;
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin-bottom: 0px;
}

.navbar-default .navbar-nav > li > a {
	font-weight: 300;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #fab485;
	text-decoration: none;
}

.top_home {
    background: url("../img/top.jpg") no-repeat scroll center top;
    height: 519px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.top_page {
    background: url("../img/top2.jpg") no-repeat scroll center top;
    height: 333px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@media (min-width: 768px) {
	.navbar-default .navbar-nav > li > a {
	background: none;
	padding-right: 0px;
	padding-top: 0px;
	}
    .navbar-default li {
	background: none;
	height: auto;
	}
	.slogans {
	padding-top: 100px;
	}
	.buttonmain {
	position: relative;
	top: 188px;
}
}

@media (min-width: 992px){
	.navbar-default li {

	}
	.navbar-default .navbar-nav > li > a {
	background: none;
	padding-right: 0px;
	padding-top: 47px;
	}
	.slogans {
	padding-top: 120px;
}
}
@media (min-width: 1200px){
	.navbar-default li {
	background: url("../img/divider.png") no-repeat scroll left top;
	height: 120px;
	}
	.navbar-default .navbar-nav > li > a {
	background: none;
	padding-right: 15px;
	padding-top: 47px;
	}
	.slogans {
	padding-top: 120px;
}
}

.slogans h1 {
	font-weight: 700;
	font-size: 48px;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: 0 5px 3px rgba(0,0,0,0.5);
}

.slogans h2 {
	font-weight: 300;
	font-size: 30px;
	color: #a4b6d8;
}

.titles {
	padding-top: 65px;
}

.advert {
	margin-top: 5px;
	margin-bottom: 5px;
}

.titles h1 {
	font-weight: 700;
	font-size: 36px;
	color: #ffffff;
	text-shadow: 0 5px 3px rgba(0,0,0,0.5);
}

.titles h2 {
	font-weight: 300;
	font-size: 24px;
	color: #a4b6d8;
}

.buttonmain {
	position: relative;
	top: -33px;
	z-index: 1;
}

.description {
	background: url("../img/bgcontent.png") no-repeat scroll center top;
	font-size: 16px;
	text-align: justify;
}

.description_page {
	font-size: 14px;
	text-align: justify;
}

.conds {
	font-size: 14px;
	text-align: justify;
}

.conds h1 {
	color: #f66e38;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 0;
}

.stats h1 {
	color: #666666;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	text-align: right;
	margin-top: 0;
}

.stats li {
	font-size: 14px;
	font-weight: 500;
}

.stats .badge {
	font-size: 14px;
	font-weight: 500;
	background-color: #e99002;
	color: #fff;
}

.stats .badge a {
	color: #fff;
}

label.error {
background: url('check.gif') no-repeat;
color: #FF0000;
}
label.valid {
background: url('check.gif') no-repeat !important; 
color: #339900 !important;
}
label.invisiblevalid {
display: none !important;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a {
	font-size: 14px;
	color: #686868;
}

.sidebar ul li a:hover{
	font-size: 14px;
	color: #008cba;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
	padding: 5px 0px 5px 37px;
}

.form-control[readonly], .ptp {
	cursor: copy;
}

.form-control .payout {
	cursor: help;
}


.Modal {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	padding-top: 250px;
	background-color: black;
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-transition: 0.5s;
	overflow: auto;
	transition: all 0.3s linear;
}

.Modal-content {
	background-color: #222C36;
	background-size: 600px;
	color: white;
	margin: auto;
	padding: 20px;
	border-radius: 4px;
	max-width: 600px;
	max-height: 300px;
	overflow: scroll;
}

.ModalOpen { overflow: hidden; }

.is-hidden { display: none; }

.is-visuallyHidden { opacity: 0; }

.Close {
	color: #aaaaaa;
	float: right;
	font-size: 16px;
}

.Close:hover, .Close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.is-blurred {
	filter: blur(2px);
	-webkit-filter: blur(2px);
}
