html{
	height: 100%;

}
body{
	background-color: #ffffff;
	height: 100%;
	font-family: 'Hind', sans-serif;
}
#site{

}



#header-home{
	float: left;
	width: 100%;
	background: url('../img/banner.jpg');
	height: 800px;
}

#header-page{
	float: left;
	width: 100%;
	background: url('../img/banner.jpg') bottom center;
}
.clear{
	clear: both;
}

#div-error{
	height:130px;
	background-color: red;
	display: none;
}
.div-error{
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	padding-top: 40px;
}

#menu{
	margin-top: 30px;
}
#menu .navbar{
	background: transparent;
	border: 0px;
}
#menu .navbar .navbar-header{
}
#menu .navbar .navbar-header button{
}
#menu .navbar .navbar-header h1{
}
#menu .navbar .navbar-header h1 a{
	background: url('../img/logo.png');
	display: block;
	overflow: hidden;
	width: 208px;
	height: 34px;
	text-indent: -9999em;
	padding: 0px;
	float: left;
}
#menu .navbar #menu-primary{
}
#menu .navbar #menu-primary ul{
}
#menu .navbar #menu-primary ul li{
}
#menu .navbar #menu-primary ul li a{
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 26px;
	font-size: 13px;
	transition: ease-in-out all 0.3s;
}
#menu .navbar #menu-primary ul li a:hover{
	color: #F3A81C;
}

#header-home-content{
	text-align: center;
	color: #FFFFFF;
}
#header-home-content #header-home-content-txt{
	margin-top: 100px;
}
#header-home-content #header-home-content-txt h3{
	font-size: 36px;
}
#header-home-content #header-home-content-txt span{
	font-size: 17px;
}
#header-home-content #header-home-content-form{
	margin: 52px 0;
}
#header-home-content #header-home-content-form form{
	position: relative;
}
#header-home-content #header-home-content-form input{
	border: none;
	padding: 25px;
	font-size: 20px;
	color: #000000;
	width: 60%;
	position: relative;
	border-radius: 60px;
	z-index: 999;
	left: -90px;
}
#header-home-content #header-home-content-form select{
	border: none;
	padding: 22px;
	font-size: 20px;
	color: #000000;
	width: 60%;
	position: relative;
	border-radius: 60px;
	z-index: 999;
	left: -90px;
}
#header-home-content #header-home-content-form span{
	font-size: 20px;
	color: #FFFFFF;
	text-align: left;

}

#header-home-content #header-home-content-form button{
	background: #F3A81C;
	border: 0px;
	padding: 23px;
	padding-left: 9%;
	position: absolute;
	font-size: 22px;
	text-transform: uppercase;
	border-radius: 100px;
	right: 11%;
}
#header-bar{
	background: #F59F28;
	color: #FFFFFF;
	padding: 30px;
	width: 100%;
	overflow: hidden;
}
#header-bar #header-bar-1{
	padding: 0px !important;
}
#header-bar #header-bar-1 strong {
	font-size: 48px;
	background: url('../img/mine-icon.png') no-repeat left center;
	padding-left: 80px;
}
#header-bar #header-bar-2{
	padding: 0px !important;
	text-align: left;
}
#header-bar #header-bar-2 #header-bar-2-left{

	display: inline-block;
	margin-right: 50px;
}
#header-bar #header-bar-2 #header-bar-2-left span{
	display: block;
	font-size: 16px;

}
#header-bar #header-bar-2 #header-bar-2-left strong{
	display: block;
	font-size: 30px;
}
#header-bar #header-bar-2 #header-bar-2-right{
	display: inline-block;
}
#header-bar #header-bar-2 #header-bar-2-right span{
	display: block;
	font-size: 16px;
}
#header-bar #header-bar-2 #header-bar-2-right strong{
	display: block;
	font-size: 30px;
}
#header-home-content a{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: underline;
	display: inline-block;
	margin-top: 40px;
}


#header-content{
	text-align: center;
	color: #FFFFFF;
	margin: 30px 0;
}


.purple-bar{
	background-color: #593891 !important;

}



.left-bar-2 .left-fix {
	padding: 0px !important;
	width: 38% !important;
}

.left-bar-2 #header-bar-2 #header-bar-2-left {
	display: inline-block;
	margin-right: 25px;
}

.left-bar-2 #header-bar-3-btn{
	float: right;
}
.left-bar-2 #header-bar-1{
	width: 40%;
}
.left-bar-2 #header-bar-2-left {
	display: inline-block;
	margin-right: 25px !important;
}
#header-bar-4{
}
#header-bar-4 span {
	display: block;
	font-size: 16px;
}
#header-bar-4 strong {
	display: block;
	font-size: 30px;
}

.relative{
	position: relative;
}
.btn-white{
	background-color: #FFFFFF !important;
	color: #593891 !important;
}
.btn-purple{
	background-color: #593891 !important;
	color: #f3a81c !important;
}
.btn-blue2{
	background-color: #4047ff !important;
	color: #fff !important;
}








.bg-grey {
	background-color: #F2F2F2;
	padding: 30px 0px;
}
#modal{
	color: #737373;
	font-size: 18px;
	height: 460px;
	padding-top: 50px;
	position: relative;
	float: left;
	width: 100%;
}
#modal-bar {
	position: absolute;
	bottom: 0px;
	width: 100%;
}
#modal-bar p{
	margin-bottom: 0px;
}
#modal .row-btn-waiting{
	margin: 60px 0;
}
#modal #btn-waiting{
	color: #262626;
	font-size: 14px;
	background-color: #E5E5E5;
	padding: 10px 70px;
	display: inline-block;
}




#page{
	background-color: #f1f1f1;
	float: left;
	padding-bottom: 100px;
	width: 100%;
}
#pages{
	margin-top: 100px;
	margin-bottom: 100px;
	font-size: 18px;
}
.margin-topbottom{
	margin: 10px 0px 15px 0;
}

#header-bar-3-btn{
	display: inline-block;
}
#header-bar-3-btn button{
	display: inline-block !important;
	float: right;
	padding: 10px 15px;
}

#header-bar #header-bar-4{
}
#header-bar #header-bar-4 strong {

}

.fix-boxes{
	padding: 50px 0px 100px 0px;
	background-color: #F2F2F2;
	font-size: 18px;
}
.default-margin{
	margin: 50px 0;
}


.box-price{
	text-align: center;
}
.box-price .box-price-content{
	background-color: #FFFFFF;
	padding: 30px 0px;
	position: relative;
	border-radius: 7px;
	border: 1px solid #e4e4e4;
	padding-bottom: 15px;
}
.box-price strong{
	display: block;
	font-size: 72px;
	color: #593891;
	font-weight: 700;
	line-height: 62pt;
}
.box-price span {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #ff9503;
}
.box-price p{
	display: block;
	margin: 0px;
	color: #737373;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 10px;
}
.box-price p strong {
	font-size: 22px;
	display: inline-block;
	color: #737373;
	line-height: 25px;
}
.box-price button{
	background-color: #ff9402;
	border: 0px;
	display: inline-block;
	width: auto;
	padding: 10px 16%;
	border-radius: 5px;
	transition: ease-in-out all 0.3s;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
}
.box-price a:hover{
	text-decoration: none;
}
.box-price a.upgrade{
	background-color: #ff9402;
	border: 0px;
	display: inline-block;
	width: auto;
	padding: 10px 16%;
	border-radius: 5px;
	transition: ease-in-out all 0.3s;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
}
.box-price a.upgrade:hover{
	text-decoration: none;
}
.box-price .discount {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #ff9402;
	border-radius: 100px;
	padding: 11px;
}
.box-price .discount em {
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 20px;
	display: inline-block;
}
.box-price .discount span {
	display: inline-block;
	color: #FFFFFF;
	font-size: 13px;
	margin-left: -4px;
	line-height: 10px;
}
.box-price .discount strong {
	font-size: 13px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 10px;
}
#home-content-text{
	text-align: center;
	margin: 60px 0px;
}
#home-content-text h4{
	font-size: 46px;
	color: #593891;

}
#home-content-text p{
	font-size: 16px;
}

#home-content-text-inter{
	text-align: center;
	margin: 20px 0px;
}
#home-content-text-inter h4{
	font-size: 46px;
	color: #593891;

}
#home-content-text-inter p{
	font-size: 16px;
}




#header-content{
}
#header-content span {
	display: block;
	font-size: 36px;
}
#header-content strong {
	display: block;
	color: #ff9503;
	font-size: 70px;
	line-height: 70px;
}
#header-content strong.small{
	font-size: 20px;
	display: unset !important;
}
#header-content p{
	font-size: 20px;
}

#pages{
	color: #6d6d6d;
	font-weight: 100;
}
#pages h2{
	font-weight: 100;
}
#pages strong{
}

em.icon-affiliate{
	background: url('../img/icon-affiliate.png') no-repeat center center;
	display: inline-block;
	width: 142px;
	height: 105px;
}
#content-text{
	font-size: 18px;
	margin-bottom: 50px;
	font-size: 18px;
}
.purple{
	color: #593891;
}
.orange{
	color: #ff9503;
}


table.pages-table thead tr th{
	color: #262626;
}
table.pages-table tbody{
}
table.pages-table tbody tr{
}
table.pages-table tbody tr td {
	font-weight: 100;
}
table.pages-table thead tr{
}
table th {
	text-align: unset;
}
table.pages-table tbody tr td:nth-child(2){
	color: #ff9503;
	font-weight: 700;
}


table.pages-table{
	font-size: 18px;
	color: #666666;
}



.btn-stadart{
	background-color: #ff9402;
	border: 0px;
	display: inline-block;
	width: auto;
	padding: 10px 50px;
	border-radius: 5px;
	transition: ease-in-out all 0.3s;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
}


.accordion{
}
.accordion h3{
	margin-bottom: 0px;
	padding: 15px;
	cursor: default;
	border-radius: 5px 5px 5px 5px;
	background: #e6e6e6 url(../img/drop.png) no-repeat 99% 17px;
}
.accordion h3.ui-state-active{
	background: #e6e6e6 url(../img/drop.png) no-repeat 99% -24px;
	border-radius: 5px 5px 0px 0px;
}
.accordion div{
	background: #e6e6e6;
	padding: 15px;
	border-radius: 0px 0px 5px 5px;
}
.accordion div p{
}

#logout {
	background-color: #FFAD42;
	position: absolute;
	top: -39px;
	right: -175%;
	height: 135px;
	width: 200%;
}
#logout a {
	display: block;
	padding: 51px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}
#logout a:hover{
	text-decoration: none;
}
.margin-top-btn{
	margin-top: 10px;
}

#footer{
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	text-align: center;
	padding: 30px 0px;
	overflow: hidden;
	border-top: 1px solid #cccccc;
}
#footer footer{
}
#footer #footer-content{
}
#footer #footer-content img{
	margin-bottom: 15px;
}
#footer #footer-content p{
	margin: 0px;
	color: #666666;
	font-size: 13px;
}



.white{
	color: #FFFFFF;
}

.orange-fullwidth{
	background-color: #ff9402;
	padding: 20px 0;
	margin: 15px 0;
}
.orange-fullwidth span{
	display: block;
}













.orange2{
	background-color: #FF9503 !important;
}
.btn-fix-width {
	margin: 0 10px;
	width: 240px;
}
a.btnlink {
	background-color: #ff9402;
	border: 0px;
	display: inline-block;
	width: auto;
	padding: 10px 20px;
	border-radius: 5px;
	transition: ease-in-out all 0.3s;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
}
a.btnlink:hover{
	text-decoration: none;
}




@media screen and (max-width: 1002px){
	#header-home{
		height: 900px;
	}
	#header-home-content #header-home-content-txt{
		margin-top: 60px;
	}

	#header-bar {
		display:block;
	}
	/**/
	#header-bar #header-bar-1{
		padding: 0px !important;
		margin-bottom: 15px;
	}
	#header-bar #header-bar-1 strong {
		font-size: 28px;
		background: url('../img/mine-icon.png') no-repeat left center;
	}
	#header-bar #header-bar-2{
		padding: 0px !important;
		text-align: left;
	}
	#header-bar #header-bar-2 #header-bar-2-left{

		display: inline-block;
		margin-right: 25px;
	}
	#header-bar #header-bar-2 #header-bar-2-left span{
		display: block;
		font-size: 8px;

	}
	#header-bar #header-bar-2 #header-bar-2-left strong{
		display: block;
		font-size: 15px;
	}
	#header-bar #header-bar-2 #header-bar-2-right{
		display: inline-block;
	}
	#header-bar #header-bar-2 #header-bar-2-right span{
		display: block;
		font-size: 8px;
	}
	#header-bar #header-bar-2 #header-bar-2-right strong{
		display: block;
		font-size: 15px;
	}
	#header-bar #logout{
		position: unset;
		width: 100px;
        height: 50px;
	}
	#header-bar #logout a{
		padding: 15px;
	}
	/**/

	#header-home-content #header-home-content-form input {
		float: left;
		font-size: 20px;
		width: 76%;
		left: 0px;
	}
	#header-home-content #header-home-content-form select{
		float: none;
		background-color: aliceblue;
		font-size: 20px;
		width: 76%;
		left: 0px;
		border-radius: 60px;
		min-width:95%;
		height: 60px;

	}
	#header-home-content #header-home-content-form span{
		font-size: 18px;
		color: #FFFFFF;
		text-align: left;

	}
	#header-home-content #header-home-content-form button{
		right: 0px;
		padding-left: 13%;
	}

}

@media screen and (max-width: 782px){
	#menu .navbar #menu-primary {
		background: #FFFFFF;
		position: absolute;
		width: 100%;
		z-index: 9999;
		border: 0px;
		top: 80px;
	}
	#menu .navbar #menu-primary ul li a {
		color: #f3a81c;
	}
	#header-home-content #header-home-content-form {
		margin: 70px 0;
	}
	.box-price .box-price-content{
		margin-bottom: 15px;
	}
	#header-home-content #header-home-content-form button {
		background: #f3a81c;
		border: 0px;
		padding: 33px;
		padding-left: 13%;
		font-size: 16px;
	}


	#header-home-content #header-home-content-form button {
		right: 0px;
		padding-left: 13%;
		position: relative;
		width: 100%;
		margin-top: 10px;
		padding: 20px !important;
	}
	#header-home-content #header-home-content-form input {
		width: 100%;
	}

}

#widthsum {
	background-color:#FFFFFF;
	border:#f7941e;
	border-radius: 4px;
	color: #000;
	text-transform: uppercase;
	height: 46px;
	width: 240px;
	margin-left: 0px;
	margin-top: 11px;
	text-decoration: none;
	padding: 5px 0 0 0px;
	margin-bottom: 0px;
	display:none;
	font-size: 40px;
	letter-spacing: -.54px;
	text-align: left;
	float: left;

}

#alert-withdraw{
	/*	display:none; */
	background-color: #FFAD42;
	font-size: 18px;
	width: 500px;
}

#alert-withdraw a {
	text-decoration: none;
}

#alert-withdraw a:hover{
	text-decoration:underline;

}
