
body {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	color: #ffffff;
	font-size: 16px;
	line-height: 22px;
	background: #060036;
}
p {
	text-align: justify;
	margin: 0 0 20px
}
a {
	color:#FF9509;
	outline: none;
	text-decoration: none;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
a:hover, a:active, a:focus {
	    color: #ff9600;
	text-decoration: none;
	outline: none
}
img {
	max-width: 100%
}
label {
	font-weight: 400
}
input[type="text"], input[type="password"], input[type="email"] {
    color: #ffffff;
    width: 100%;
    height: 40px;
    border: 1px solid #032e6d;
    background: #000f34;
    padding: 0 15px;
    border-radius: 4px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
textarea {
    width: 100%;
    color: #ffffff;
    width: 100%;
    height: 125px;
    border: 1px solid #032e6d;
    background: #000F34;
    padding: 10px;
    border-radius: 4px;
    resize: none;
    font-size:14px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #e39903;
}
input[type="submit"], input[type="button"] {
	background: #713EB7;
	border: 0px;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 35px;
	display: inline-block;
	padding: 5px 40px;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
input[type="submit"]:hover, input[type="button"]:hover {
	background: #5D1FB2;
}
select {
    padding: 8px 20px 8px 10px;
    background: #00255b url(images/select_arrow.png) no-repeat center right 5px;
    border: 1px solid #033173;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.wrapper, .header_wrap, .header_top, .header_banner, .navbar, .inside_wrap {
	width: 100%;
	float: left;
}
.header_top {
    background: #060036;
    border-bottom: 1px solid #101963;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    padding: 5px 0 8px;
}

.header_top span {
    color: #FF8607;
    padding-right: 20px;
}

.header_top img {margin-right:8px;}

.social {
	float: left;
	width: 100%;
}
.social .fb, .social .twitter {
	padding: 4px 0 4px 30px;
}
.social .fb a, .social .twitter a {
	color: #f9b329;
	font-weight: 500;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 33px;
}
.social .fb a:hover, .social .twitter a:hover {
	color: #fdb717;
}
.social .fb {
	background: url(images/facebook.png) no-repeat left center;
	margin: 0 10px 0 0;
}
.social .twitter {
	background: url(images/twitter.png) no-repeat left center
}
.payment_proof {
	float: right;
	width: 100%;
	    text-align: right;
}

.language {
	float: right;
	width: 100%;
	text-align: right;
}
.language label {
	margin: 0 15px 0 0;
	color: #b77b36;
	font-weight: 500;
}
.dropdown {
	position: relative;
	float: right;
	margin: 0
}
.dropdown dd, .dropdown dt, .dropdown ul {
	margin: 0px;
	padding: 0px;
	font-weight: 500;
}
.dropdown dd {
	position: relative;
}
.dropdown a, .dropdown a:visited {
	color: #b77b36;
	text-decoration: none;
	outline: none;
}
.dropdown a:hover {
	color: #fff;
}
.dropdown a img {
	margin: 0 10px 0 0;
}
.dropdown dt a span:hover {
	color: #003f8e;
}
.dropdown dt a {
	display: block;
	text-align: left;
	text-transform: uppercase;
	line-height: 36px;
}
.dropdown dt a span {
	display: inline-block;
	float: right;
	line-height: 36px;
	margin-left: 10px;
}
.dropdown dt a i {
	display: inline-block;
	float: left;
	margin-top: 0;
	line-height: 36px;
	margin-right: 10px;
}
.dropdown dd ul {
	background: #150c05;
	color: #fff !important;
	display: none;
	left: -10px;
	padding: 5px 0px;
	position: absolute;
	top: 6px;
	width: auto;
	border-radius: 2px;
	min-width: 150px;
	list-style: none;
	z-index: 1;
}
.dropdown dd ul li a {
	display: block;
	padding: 8px 0 5px 10px;
	color: #fff !important;
	text-align: left;
}
.dropdown dd ul li a:hover {
	background-color: #fdb40c;
	color: #fff;
}
.dropdown img.flag {
	display: inline-block;
	border: none;
	vertical-align: middle;
	margin-right: 6px;
}
.flagvisibility {
	display: none;
}
.navbar-default {
    background-color: #060036;
    border-bottom: 0px;
    padding: 8px 0;
    margin: 0;
    border-top: none;
    border-radius: 0;
    border: 0;
}
.navbar-nav {
	text-align: right;
	float: right;
}
.nav > li {
	padding: 0 10px;
	float: none;
	display: inline-block
}
.navbar-default .navbar-nav > li > a {
    color: white;
    padding: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    line-height: 63px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #fff;
}
.navbar-collapse {
	padding: 0 !important
}
.login_wrap {
	float: right;
	text-align: right;
	width: 100%;
	padding: 12px 0 0 0;
}
.login, .signup {
	float: right;
	line-height: 32px;
	border-radius: 30px;
	margin:0 2px;
	background:#101964;
	font-weight:400;
}
.signup {
	background: #713EB7;
	margin: 0 0 0 10px;
}
.login:hover, .signup:hover {
	background: #e39903;
}
.login a, .signup a {
	padding: 0 25px;
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
	color: #ffffff;
}
.banner_wrap {
	width: 100%;
	float: left;
	background: url(images/banner_bg.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom:195px;
}


.banner_wrap2 {
	padding-bottom:15px;
}

.banner_left {
	width: 100%;
	float: left;
	text-align: center;
}
.banner_left h1 {
	font-size: 60px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	margin: 110px 0 20px;
}

.banner_left h1 span {
	color:#F7AE1D;
}

.banner_left p {
	text-align: center
}
.banner_left a {
    font-size: 18px;
    color: #060036;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    border-radius: 40px;
    font-weight: 400;
    text-transform: uppercase;
    background: #fcc40f;
    background: -moz-linear-gradient(top, #fcc40f 0%, #f3972d 100%);
    background: -webkit-linear-gradient(top, #fcc40f 0%,#f3972d 100%);
    background: linear-gradient(to bottom, #fcc40f 0%,#f3972d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc40f', endColorstr='#f3972d',GradientType=0 );
    padding: 0px 36px;
}
.banner_left a:hover {
	 background: #fcc40f;
	color: #060036;
}


.profit-container {
    background: #060036 url(images/steps-bg.jpg) no-repeat center bottom;
    float: left;
    width: 100%;
}


.security-container {
    background: #060036;
    border-radius: 8px 8px 0px 0px;
    padding: 20px;
    margin-top: -70px;
    font-size: 18px;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    overflow: hidden;
    text-align: left;
}


.profit-container h1 {
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 48px;
    margin: 30px 0px;
}


.howto {
    background: url(images/howto-bg.png) no-repeat center top;
    text-align: center;
    font-size: 18px;
    color: white;
    padding-top: 30px;
    padding-bottom:30px;
}

.howto .img1 {
	margin-top:35px;
}


.howto .img3 {
	margin-top:55px;
}

.howto p {
	text-align:center;
}

.howto h4 {
	color:#FF9E0A;
	font-size:20px;
	text-transform: uppercase;
}


.security-container img {
    float: left;
    vertical-align: middle;
}

.security-container p {
    text-align: left;
    float: left;
    width: 50%;
    padding-left: 10px;
    padding-top: 20px;
}

.plans-container {
    background: #07125B url(images/plans-bg.png) no-repeat center top;
    float: left;
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
}


.plan_wrap {
	width: 100%;
	float: left;
	margin: 80px 0 20px 0;
}
.plan_box {
    background: #fcc40f;
    background: -moz-linear-gradient(top, #fcc40f 0%, #f3972d 100%);
    background: -webkit-linear-gradient(top, #fcc40f 0%,#f3972d 100%);
    background: linear-gradient(to bottom, #fcc40f 0%,#f3972d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc40f', endColorstr='#f3972d',GradientType=0 );
    border-radius: 30px;
    padding: 20px 10px;
    position: relative;
    text-align: center;
    box-shadow: 0 0 10px #091d4e;
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    overflow: hidden;
}

.plan_box2 {



    padding: 20px;
    position: relative;
    text-align: left;
    color:white;
}


.plan_box2 a {
    background: #6d3e88;
    background: -moz-linear-gradient(top, #6d3e88 0%, #1266bc 100%);
    background: -webkit-linear-gradient(top, #6d3e88 0%,#1266bc 100%);
    background: linear-gradient(to bottom, #6d3e88 0%,#1266bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d3e88', endColorstr='#1266bc',GradientType=0 );
    color: white;
    padding: 10px 30px;
    border-radius: 36px;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.plan_box2 p {
	font-size:18px;
}

.plan_box2 h2 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: -20px;
}


.plan_box:last-child {
	margin-right: 0
}
.plan_box .icon {
	height: 150px;
	width: 150px;
	text-align: center;
	display: inline-block;
	margin: -120px 0 0 0;
	border: 8px solid #e8ed4f;
	background: #150c05;
	border-radius: 50%;
}
.plan_box h2 {
    font-weight: 700;
    color: #060036;
    font-size: 64px;
    margin: 0px 0 6px;
    line-height: 80px;
    text-transform: uppercase;
}
.plan_box p {
	font-size: 18px;
	color: #ffffff;
	line-height: 37px;
	width: 160px;
	height: 37px;
	text-align: center;
	display: inline-block;
	border-radius: 40px;
	font-weight: 700;
	text-transform: uppercase;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#08125a+0,0f104a+100 */
	background: #08125a; /* Old browsers */
	background: -moz-linear-gradient(top, #08125a 0%, #0f104a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #08125a 0%,#0f104a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #08125a 0%,#0f104a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08125a', endColorstr='#0f104a',GradientType=0 ); /* IE6-9 */
	margin-bottom:0px;
}
.plan_box ul {
	width: 100%;
	float: left;
	padding: 10px;
	text-align: center;
}
.plan_box ul li {
	font-size: 15px;
	color: #060036;
	text-align: center;
	line-height: 27px;
	border-bottom:1px solid #DE5901;
	font-weight:400;
}

.enter-amount {
	margin-top:10px;
}

.calculator_wrap {
	background: #060036;
	color: #ffffff;
	padding: 15px 15px;
	width: 100%;
	float: left;
	text-transform: uppercase;
	font-size: 18px;
	position: relative;
	border-radius:6px;
	    box-shadow: 0 0 15px #011033;
}
.calc_heading {
    background: url(images/calculator_icon.png) no-repeat left center;
    padding: 12px 0 12px 112px;
    line-height: 25px;
    font-size: 18px;
}

.calc_heading, .calculator_wrap  h2 {
	font-size:18px;
	margin-top:0px;
}

.calc_heading span {
	font-weight: 700;
	display: block;
}
#amount {
background: #07125B;
    border: 1px solid #18299c;
    border-radius: 6px;
    text-align: right;
    padding: 0px 12px;
    font-size: 24px;
    color: white;
    height: 44px;
    line-height: 44px;
    margin-top: 25px;
}
.calc_result {
    padding: 0 0 0 18px;
    font-size: 18px;
    line-height: 25px;
    text-transform: none;
    padding-top: 20px;
}
.calc_result span {
	font-size: 18px;
	display: block;
	color:#FF8907;
}
.welcome_wrap {
	    background: #060036 url(images/about-bg.png) repeat-y left center;
	width: 100%;
	float: left;

}

.about-right {	
	background: #080142;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
        padding-left: 30px;
}

.about-right:after, .about-right:before {
	 background: #080142;
}

.welcome_wrap h1 {
    color: #FFA40B;
    font-size: 26px;
    font-weight: 400;
    margin: 40px 0 20px;
}
.welcome_wrap p {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
}
.welcome_right {
	width: 100%;
	float: left;
}
.welcome_right h2 {
	color: #e39903;
	font-size: 18px;
	line-height: 33px;
	text-transform: uppercase;
	margin: 0;
	float: left;
}
.welcome_right a {
	background: rgba(64, 89, 19, 1);
	background: -moz-linear-gradient(top, rgba(64, 89, 19, 1) 0%, rgba(48, 66, 13, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(64, 89, 19, 1)), color-stop(100%, rgba(48, 66, 13, 1)));
	background: -webkit-linear-gradient(top, rgba(64, 89, 19, 1) 0%, rgba(48, 66, 13, 1) 100%);
	background: -o-linear-gradient(top, rgba(64, 89, 19, 1) 0%, rgba(48, 66, 13, 1) 100%);
	background: -ms-linear-gradient(top, rgba(64, 89, 19, 1) 0%, rgba(48, 66, 13, 1) 100%);
	background: linear-gradient(to bottom, rgba(64, 89, 19, 1) 0%, rgba(48, 66, 13, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#405913', endColorstr='#30420d', GradientType=0 );
	margin: 0 0 0 10px;
	display: inline-block;
	padding: 0 25px;
	float: right;
	line-height: 29px;
	border: 2px solid #aca33d;
	border-radius: 30px;
	color: #e4c890;
	font-weight: 700;
	text-transform: uppercase;
}
.welcome_right a:hover {
	background: #e39903;
}
.home_security {
	width: 100%;
	float: left;
	padding: 25px 0 0 0;
}
.home_security a {
	border: 1px solid #2b4e19;
	width: 49%;
	margin: 0 2% 20px 0;
	float: left;
	display: block;
	text-align: center;
}
.home_security a:nth-child(even) {
 margin-right: 0
}

.about-right h2 {
font-size: 18px;
    line-height: 26px;
}

.about-right h2 span {
	color:#F6AA20;
}

.about-right a {
	background: #6d3e88;
    background: -moz-linear-gradient(top, #6d3e88 0%, #1266bc 100%);
    background: -webkit-linear-gradient(top, #6d3e88 0%,#1266bc 100%);
    background: linear-gradient(to bottom, #6d3e88 0%,#1266bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d3e88', endColorstr='#1266bc',GradientType=0 );
    color: white;
    padding: 10px 30px;
    border-radius: 36px;
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    margin-bottom:8px;
    text-transform: uppercase;
}

.about-right a:hover {
	background: #6d3e88;
}

.about-right a.link2 {
	background: #fcc40f;
    background: -moz-linear-gradient(top, #fcc40f 0%, #f3972d 100%);
    background: -webkit-linear-gradient(top, #fcc40f 0%,#f3972d 100%);
    background: linear-gradient(to bottom, #fcc40f 0%,#f3972d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc40f', endColorstr='#f3972d',GradientType=0 );
    color: #060036;
}

.about-right a.link2:hover {
	background: #fcc40f;
}

.about-address {
    background: url(images/address-about.png) no-repeat left center;
    padding-left: 70px;
    margin-top: 20px;
    padding-top: 5px;
        margin-bottom: 10px;
}

.referral_wrap {
	width: 100%;
    float: left;
    padding: 25px 0;
    background: #07125B;
    border-top: 0px;
    border-bottom: 0px;
    line-height: 26px;
    font-size: 15px;

}
.ref_box {
	border: 1px solid #a6dffe;
	padding: 20px;
	width: 100%;
	float: left;
}

.stat_wrap {
	background:#07125B;
}

.img-levels {
	 margin-top: 20px;
}

.stat-middle {
    background: url(images/stats-wrap.png) no-repeat left center;
    padding: 25px 20px;
    border-radius: 6px;
    box-shadow: 0 0 10px #01132f;
}

.referral_block {
    background: url(images/referral_icon.png) no-repeat left center;
    padding: 0 0 0 200px;
}
.referral_block h3 {
    line-height: 48px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 48px;
    font-weight: 300;
    margin: 0;
    letter-spacing: .03em;
    padding-top: 45px;
    padding-bottom: 45px;
}
.referral_block h3 span {

	font-weight: 700;
}
.stat_wrap {
width: 100%;
    float: left;
       padding: 25px 0 25px;
}
.stat {
	width: 100%;
	float: left;
	text-align: center;
	padding: 15px 0;
}
.stat h3 {
	color: #FFAD0C;
	margin: 10px 0 15px 0;
	font-size: 28px;
	font-weight: 500;
	line-height: 24px;
	font-weight: 300;
}
.stat p {
	margin: 0;
	font-weight: 500;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
}
footer {
    background: #060036;
    width: 100%;
    float: left;
    padding: 35px 0 25px;
    font-size: 13px;
    color: white;
    border-top: 1px solid #060036;
    font-weight: 300;
    line-height: 24px;
}
.copyright {
	line-height: 42px;
	text-transform: uppercase;
}
.footer_links {
	text-align: right;
	color: #8ad93d;
}
.footer_links a {
    color: white;
    margin: 0 10px;
    line-height: 30px;
    font-weight: 500;
    display: block;
    text-align: left;
    text-transform: uppercase;
}
.footer_links a:hover {
	color: #f9b329;
}

.footer-contacts p {
	font-size:16px;
	margin-bottom:10px;
	text-align:left;
}

.footer_logo {
	text-align: right;
	float: right;
}

.footer_logo img {
	margin-left:5px;
}

.payment_processors {
	padding-top:20px;
}


footer .social {
	padding: 5px 0 0 0;
	float: left;
	width: auto;
}
.banner_left.inside h1 {
	margin: 50px 0;
	font-weight:300;
	font-size:55px;
}
.about_left {
	border: 1px solid #2b4e19;
	float: left;
}
.company_th {
	width: 30%;
	float: left;
	padding: 15px 0;
}
.company_infos {
	width: 70%;
	float: left;
	padding: 15px;
}
.company_infos h4 {
	color: #e39903;
	font-size: 18px;
	line-height: 33px;
	text-transform: uppercase;
	margin: 0;
}
.company_infos p {
	line-height: 30px;
}
.company_buttons {
	padding: 25px 0 0 0;
}
.company_buttons a {
	background: rgba(64, 89, 19, 1);
	background: -moz-linear-gradient(top, rgba(64, 89, 19, 1) 0%, rgba(48, 66, 13, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(64, 89, 19, 1)), color-stop(100%, rgba(48, 66, 13, 1)));
	background: -webkit-linear-gradient(top, rgba(64, 89, 19, 1) 0%, rgba(48, 66, 13, 1) 100%);
	background: -o-linear-gradient(top, rgba(64, 89, 19, 1) 0%, rgba(48, 66, 13, 1) 100%);
	background: -ms-linear-gradient(top, rgba(64, 89, 19, 1) 0%, rgba(48, 66, 13, 1) 100%);
	background: linear-gradient(to bottom, rgba(64, 89, 19, 1) 0%, rgba(48, 66, 13, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#405913', endColorstr='#30420d', GradientType=0 );
	margin: 0 0 0 10px;
	display: inline-block;
	padding: 0 25px;
	line-height: 29px;
	border: 2px solid #aca33d;
	border-radius: 30px;
	color: #e4c890;
	font-weight: 700;
	text-transform: uppercase;
}
.company_buttons a:hover {
	background: #e39903;
}
.why_choose, .affiliate_wrap_page {
    background: #080142;
    padding: 45px 0;
    width: 100%;
    float: left;
    border-top: 1px solid #031b4e;
    border-bottom: 1px solid #031b4e;
}
.why_choose h1 {
	color: #FF8607;
	text-transform: uppercase;
	margin: 0 0 30px;
	font-size: 36px;
	font-weight: 300;
}
.aboutpage.home_security {
	padding: 40px 0
}
.aboutpage.home_security a {
	width: 23%;
	margin: 0 1%;
}
.inside_wrap {
	padding: 50px 0;
	width: 100%;
	float: left;

}
.news_block {
    border: 1px solid #ff8500;
    padding: 2px;
    width: 100%;
    float: left;
    margin: 0 0 20px;
}
.news_title {
    color: #000f34;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    display: block;
    border-bottom: 1px solid #f9972c;
    background: #FF8607;
}
.news_infos {
	width: 100%;
	padding: 20px 20px 10px;
	display: block;
}
.news_time {
    width: 100%;
    padding: 7px 20px 7px 20px;
    display: block;
    font-size: 12px;
    color: #8ad93d;
    text-align: left;
    border-top: 1px solid #1d2356;
}

.faq {
    font-size: 16px;
    border: 1px solid #003372;
    background: #000f34 url(images/question.png) no-repeat 10px center;
    padding: 8px 15px;
    display: block;
    margin-top: 10px;
    color: white;
    padding-left:42px;
}
.faq:hover, .faq:focus, .faq:active {
	color: #fff;
	background:#120A52 url(images/question.png) no-repeat 10px center;
}
.collapse {
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
	padding: 10px 0
}
.collapse a, .collapse a:hover {
	color: #e39903;
}
.affliateblock {
    padding: 20px 20px 20px 120px;
    width: 100%;
    float: left;
    border: 0px;
    min-height: 200px;
    border-radius: 6px;
}
.affliateblock.one {
    background: url(images/affiliate1.png) #07125B no-repeat 20px 25px;
}
.affliateblock.two {
    background: url(images/affiliate2.png) #07125B no-repeat 20px 25px;
}
.affliateblock h4 {
	color: #ff8d00;
    text-transform: uppercase;
    margin: 10px 0 10px;
    font-size: 22px;
    font-weight: 500;
}
.affliateblock p {
	margin: 0;
}
.address, .emailblock, .phone {
    border: 1px solid #003372;
    margin: 0 0 15px;
    width: 100%;
    float: left;
}
.address h2, .emailblock h2, .phone h2 {
    font-size: 20px;
    line-height: 40px;
    padding: 0 15px 0 54px;
    width: calc(100% - 4px);
    float: left;
    color: #FF9409;
    text-transform: uppercase;
    font-weight: 500;
    margin: 2px;
    border-bottom: 2px solid #ff8500;
}
.address h2 {
    background: #0E165F url(images/location_icon.png) no-repeat 15px center;
}
.emailblock h2 {
	background: #0E165F url(images/email_icon.png) no-repeat 15px center;
}
.phone h2 {
	background: #0E165F url(images/phone_icon.png) no-repeat 15px center;
}
.address p, .emailblock p, .phone p {
	margin: 0;
	padding: 11px 15px;
	width: 100%;
	float: left;
}
.emailblock p a {
	    color: #51e637;
}
.emailblock p a:hover {
	color: #f9b329
}
.form-container-support {
	width: 100%;
	float: left;
	padding: 15px 0 0 0;
}
.form-container-support h2, h4.section-head {
	font-size: 30px;
	margin: 0 0 28px;
	line-height: 30px;
	color: #f18f0b;
	text-transform: uppercase;
	font-weight: 400;
}
.login_redirect {
	background: #060036
}
.logo-container {
	margin: 200px auto;
	max-width: 600px;
	width: 100%;
	border: 0px;
	border-radius:6px;
	padding: 40px;
	background:#141F71;
}
.logo-container h3 {
	color: #f9b329;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 400
}
.loginlogo {
	width: 100%;
	float: left;
	padding: 50px 0 30px;
	text-align: center;
}
.loginfooter {
	width: 100%;
	float: left;
	padding: 0 0 30px;
	font-size: 13px;
	text-align: center;
}
.form_wrap {
	padding: 20px 0 30px;
	width: 100%;
	float: left;
}
.form-container.loginpage, .form-container.forgot_pw, .form-container.signuppage {
    margin: 30px auto;
    overflow: hidden;
    width: 100%;
    padding: 30px;
    border: 1px solid #002e6b;
    background: #07125B;
    border-radius: 6px;
}

.form-content {
	margin-bottom:20px;
}

.logo_animation {
    animation: swing 3s infinite;
}


@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}


.form-container.signuppage  {
    width: 100%;
    padding: 20px;
}

.affiliate-top {
	font-size:18px;
	line-height:30px;
	text-align:center;
}


.sign1, .sign2 {
    background: #00428c;
    border-radius: 4px;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 16px;
}

.form-container.loginpage h2, .form-container.forgot_pw h2, .form-container.signuppage h2 {
    color: #e39903;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0 0 30px;
    text-align: center;
    margin-top: 20px;
}
.form-container.loginpage td, .form-container.signuppage td, .form-container.forgot_pw td {
	padding: 8px;
}
.form-container.loginpage input.sbmt, .form-container.signuppage input.sbmt, .form-container.forgot_pw input.sbmt {
	width: 100%
}
.form-container.loginpage a, .form-container.signuppage a, .form-container.forgot_pw a {
    color: #ffa800;
    font-size: 14px;
    font-weight: 600;
}
.form-container.loginpage a:hover, .form-container.signuppage a:hover, .form-container.forgot_pw a:hover {
	color: #f9b329
}
.form-container.loginpage form, .form-container.signuppage form, .form-container.forgot_pw form {
	margin: 0;
}
.existing_user {
	margin: 35px 0 0 0;
	text-align: center;
	border: 1px solid #ff8500;
	padding: 10px;
	text-transform: uppercase;
	border-radius: 4px;
}
.member_wrap {
	width: 100%;
	float: left;
	padding: 0;
}
.member_inside {
    max-width: 1170px;
    margin: 20px auto;
    clear: both;
    overflow: hidden;
    position: relative;
    border: 0px;
    background: #07125B;
    border-radius: 6px;
    padding-bottom: 30px;
}
.mem_wrapper {
	width: 26%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	color: #fff;
	text-align: center;
	background: #0c0702;
	border-right: 1px solid #593b1f;
}
.big-stats {
    background: #060036;
    width: 100%;
    float: left;
    color: #fff;
    padding: 25px 0 20px;
    border-bottom: 0px;
    margin: -50px auto 0px;
    border-top: 0px;
    border-radius: 6px 6px 0px 0px;
}
.membersidebar {
	width: 100%;
	float: left;
}
.membersidebar ul {
	width: 100%;
	float: left;
	text-align: center
}
.membersidebar ul li {
    line-height: 40px;
    padding: 8px 20px 8px 15px;
    display: inline-block;
    position: relative;
    background: #6d3e88;
    background: -moz-linear-gradient(top, #6d3e88 0%, #1266bc 100%);
    background: -webkit-linear-gradient(top, #6d3e88 0%,#1266bc 100%);
    background: linear-gradient(to bottom, #6d3e88 0%,#1266bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d3e88', endColorstr='#1266bc',GradientType=0 );
    border-radius: 4px;
    margin: 0px 4px;
}
.membersidebar ul li:hover ul {
	display: block;
}
.membersidebar ul li ul {
	position: absolute;
	top: 24px;
	left: 35px;
	width: 240px;
	background: #150c05;
	display: none;
	z-index: 999;
	border: 1px solid #593b1f;
}
.membersidebar ul li ul li {
	width: 100%;
	padding: 5px 10px;
	border-bottom: 1px solid #593b1f;
	float: left;
}
.membersidebar ul li ul li a {
	color: #f9b329;
}
.membersidebar ul li ul li:last-child {
	border-bottom: none
}
.membersidebar ul li a {
    line-height: 24px;
    font-size: 13px;
    color: #ffffff;
    float: left;
    text-transform: uppercase;
    font-weight: 500;
}
.membersidebar ul li span {
	float: left;
	margin: 0 8px 0 0;
	width: 24px;
	height: 24px;
}
.membersidebar ul li span.one {
	background: url(images/accleft1.png) repeat scroll 0 0
}
.membersidebar ul li span.two {
	background: url(images/accleft2.png) repeat scroll 0 0
}
.membersidebar ul li span.three {
	background: url(images/accleft3.png) repeat scroll 0 0
}

.membersidebar ul li span.four {
	background: url(images/accleft4.png) repeat scroll 0 0
}

.membersidebar ul li span.five {
	background: url(images/accleft5.png) repeat scroll 0 0
}

.membersidebar ul li span.ten {
	background: url(images/accleft10.png) repeat scroll 0 0
}

.membersidebar ul li span.eleven {
	background: url(images/accleft11.png) repeat scroll 0 0
}

.membersidebar ul li span.twelve {
	background: url(images/accleft12.png) repeat scroll 0 0
}


.membersidebar ul li:hover a {
	color:#FFA10A;
	text-decoration: none
}
.member-container {

	padding: 15px;

}


.alert-warning {
    background-color: #fdd8d0;
    border-color: #fbc1b4;
    color: #ca4626;
}

.member_left .left, .member_left .right, .member_left .mid1, .member_left .mid2 {
    background: #fcc40f;
    background: -moz-linear-gradient(top, #fcc40f 0%, #f3972d 100%);
    background: -webkit-linear-gradient(top, #fcc40f 0%,#f3972d 100%);
    background: linear-gradient(to bottom, #fcc40f 0%,#f3972d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc40f', endColorstr='#f3972d',GradientType=0 );
    text-align: center;
    padding: 10px;
    overflow: hidden;
    border-radius: 10px;
        margin-bottom: 15px;
}
.member_left .right {
	border: none
}
.member_left .left h2, .member_left .right h2, .member_left .mid1 h2, .member_left .mid2 h2 {
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 0;
	border-radius:4px;
	color:#fff;
	text-transform: uppercase;
	font-weight: 500;
	width: 100%;
	float: left;
	margin: 5px 0 0 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9b329+0,f9b329+50,e39903+50,e08c04+100 */
	background:#060036;
}
.member_left .left span, .member_left .right span, .member_left .mid1 span, .member_left .mid2 span {
	float: left;
	width: 100%;
	padding: 7px 0;
}
.member_left .left p, .member_left .right p, .member_left .mid1 p, .member_left .mid2 p {
    margin: 0;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 40px;
    text-align: center;
    float: left;
    width: 100%;
    color: #060036;
    font-weight: 500;
}
.account_mid .mem_mid {
    margin: 0 2% 0 0;
    float: left;
    width: 32%;
    box-shadow: 0 0 15px #011033;
    background: #060036;
    border-radius: 6px;
    border: 3px solid #FF9208;
}
.account_mid .mem_mid:last-child {
	margin-right: 0
}
.one .mem_mid_left, .two .mem_mid_left, .three .mem_mid_left {
	width: 100%;
	float: left;
}
.one .mem_mid_right, .two .mem_mid_right, .three .mem_mid_right {
	width: 100%;
	float: left;
	text-align: center;
}
.one .mem_mid_right strong, .two .mem_mid_right strong, .three .mem_mid_right strong {
    font-size: 16px;
    float: left;
    width: 100%;
    font-weight: 400;
    line-height: 38px;
    color: #ffffff !important;
    text-transform: uppercase;
    padding: 7px 0 20px 0;
}
.account_mid p.big {
    font-size: 30px;
    float: left;
    width: 100%;
    color: #ffb400;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 0px;
    text-align: center;
}


#btc_form {
	padding:5px 0px;
}

#placeforstatus {	padding:5px 0px;}

.acc-bal, .ear-tot, .acc-dep {
	width: 100%;
	height: 90px;
	margin:10px 0 0 0;
	float: left;
}
.acc-bal {
	background: url(images/acc-bal.png) no-repeat center center
}
.ear-tot {
	background: url(images/ear-tot.png) no-repeat center center
}
.acc-dep {
	background: url(images/acc-dep.png) no-repeat center center
}
.member-right, .account-bottom, .detailed-stats {
	width: 100%;
	float: left
}
.member-right .top {
    width: 100%;
    float: left;
    border: 1px solid #695ba0;
    background: #373284;
    color: #feb000;
    border-radius: 4px;
}
.member-right .top p {
    float: left;
    width: 20%;
    margin: 0;
    line-height: 30px;
    font-size: 18px;
    text-transform: uppercase;
    color: #feb100;
    padding: 10px 10px 10px 65px;
    background: url(images/affiliate_icon.png) no-repeat 15px center;
    font-weight: 600;
}
.member-right .top h2 {
    margin: 0;
    float: right;
    line-height: 30px;
    width: 78%;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    background: #302C72;
    padding-left:30px;
}
.member-right .top h2 a {
	color: #fff;
}
.member-right .top h2 a:hover {
	color: #e8ed4f;
}
.btn-info {
    color: white;
    background-color: #351c77;
    border-color: #553e9a;
}
.btn-info:hover {
	background-color: #e39903;
}
.detailed-stats-box {
    width: 100%;
    float: left;
    margin: 0 0 18px;
    border: 1px solid #1e2e7d;
    padding: 20px 10px 20px 20px;
    background: #000f34;
    border-radius: 6px;
}
.detailed-stats-box p {
    margin: 0 0 6px;
    text-transform: uppercase;
    color: white;
}
.detailed-stats-box p.detailed-stats-img {
	float: left;
	margin: 0 20px 0 0;
	background: #fcc40f;
    background: -moz-linear-gradient(top, #fcc40f 0%, #f3972d 100%);
    background: -webkit-linear-gradient(top, #fcc40f 0%,#f3972d 100%);
    background: linear-gradient(to bottom, #fcc40f 0%,#f3972d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc40f', endColorstr='#f3972d',GradientType=0 );
    padding: 10px;
    border-radius: 6px;
}
.detailed-stats-box h3, .my_accont h2, .member_right h3, h3.refheader, .member-right h3, .account_header, .section-title {
    margin: 0 0 15px;
    color: #ffb400;
    font-size: 23px;
    font-weight: 500;
    text-transform: uppercase;
}
.account_mid {
	padding: 30px 0 25px 0;
	width: 100%;
	float: left
}
.acc_button_wrap {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0;
    overflow: hidden;
    margin: 0 0 15px;
}
.acc_button_wrap a.one, .acc_button_wrap a.two {
    background: #6d3e88;
    background: -moz-linear-gradient(top, #6d3e88 0%, #1266bc 100%);
    background: -webkit-linear-gradient(top, #6d3e88 0%,#1266bc 100%);
    background: linear-gradient(to bottom, #6d3e88 0%,#1266bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d3e88', endColorstr='#1266bc',GradientType=0 );
    border-radius: 4px;
	margin: 0 10px;
	display: inline-block;
	padding: 0 25px;
	line-height: 42px;
	border: 0px;
	border-radius: 30px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	width:45%;
}
.acc_button_wrap a.one:hover, .acc_button_wrap a.two:hover {
	 background: #6d3e88;
}
.aff_box {
	color: white;
}
.paidout_top select {
	width:100%;
}
.member-right table, .paidout_mid, .paidout_top {
    border-left: 1px solid #033173;
    border-top: 1px solid #033173;
	margin-bottom: 10px;
	width: 100%;
}
.member-right table tr, .paidout_mid tr, .paidout_top tr {
	    background: #000f34;
}
.member-right table td, .member-right table th, .paidout_mid td, .paidout_mid th, .paidout_top td, .paidout_top th {
border-bottom: 1px solid #033173;
    border-right: 1px solid #033173;
    padding: 8px 10px;
    font-size: 14px;
}
.member-right table td a, .member-right table th a, .paidout_mid td a, .paidout_mid th a {
	color: #edac2a
}
.member-right table td a:hover, .member-right th a:hover, .paidout_mid td a:hover, .paidout_mid th a:hover {
	color: #2ea1b8
}
.member-right table tr:nth-child(even) {
    background: #00163c;
}
.member-right td.inheader, table.paidout_mid td.inheader {
    color: white;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    background: #393482;
    border: 1px solid #514bab;
}

.account-message {
	margin-top:10px;
}

 .member-right table th {
	color:#F49C29;
 }

input[type="radio"], input[type="checkbox"] {
	margin:0px 4px;
	vertical-align:middle;
}

.member-right b, .member-right strong {
    color: #ff9d00;
    font-weight: 400;
    font-size: 16px;
}
.account_deposit {
	width: 100%;
	float: left;
	margin: 0 0 35px;
	border-bottom: 1px solid #593b1f;
	padding: 0 0 15px;
}
.account_deposit .plan_wrap {
margin-bottom: 0;
    margin-top: 20px;
}
.account_deposit .plan_box:hover {
	-webkit-transform:inherit;
	-moz-transform:inherit;
	transform:inherit;
}
.account_deposit .plan_box ul li {
	font-size: 15px;
}

.account_deposit .plan_box h2 {
	font-size:42px;

}

.alert-info {
    background-color: #00428c;
    border-color: #095ab5;
    color: white;
    font-size: 16px;
}

.account-message {
    background: #000F34;
    border-radius: 4px;
    border: 1px solid #101F81;
    padding: 15px 20px;
}

.account_deposit .radio {
    background-color: #DE5901;
    display: inline-block;
    width: 100%;
    color: white;
    text-align: center;
    padding: 8px 0px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
    width: 200px;
    border-radius: 30px;
	
}
.account_deposit input[type=radio] {
	display: none
}
.account_deposit input[type=radio]:checked + .radio {
    background-color: #453ca7;
    color: white;
}
.detailed-stats .pull-left, .detailed-stats .pull-right {
	width: 49%
}
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
.payment_proof span {
 display: none
}
.navbar-default .navbar-nav > li > a {
 font-size: 11px;
}
.plan_box ul li {
 font-size: 13px;
}
.nav > li {
 padding: 0 6px;
}
.calc_result {
 font-size: 11px;
}
.welcome_right h2 {
 font-size: 15px;
}
.referral_block h3 {
 font-size: 20px;
}
.footer_links a {
 font-size: 11px;
 margin: 0 5px;
}
}
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
 .about_left {
width:100%
}
.banner_left h1 {
 font-size: 55px;
 margin: 35px 0 20px;
}
.referral_block h3 {
 font-size: 15px;
}
}
 @media screen and (max-width: 1024px) {
.copyright, .footer_links {
 text-align: center;
}
footer .social {
 padding: 0;
 width: 100%;
 text-align: center;
}
.footer_logo {
 text-align: center;
 float: left;
 width: 100%;
 padding: 10px 0;
}
.stat {
 margin: 7px 0
}
}
@media screen and (max-width: 768px) {
.welcome_right {
 padding: 15px 0 0 0
}
.navbar-default .navbar-toggle {
 margin: 4px 0 0 0;
 border-color: #F6A622;
 background: #F6A622;
 color: #060036;
 text-transform: uppercase;
}
.navbar-nav {
 text-align: center;
 background: #3e5713;
}
.navbar-nav {
 text-align: center;
 float: right;
 background: #3e5713;
 z-index: 99;
 position: absolute;
 left: 0;
 margin: 0
}
.nav > li {
 width: 100%;
 border-bottom: 1px solid #fdb717;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li:hover a {
 color: #fff;
 line-height: 45px;
}
.navbar-default .navbar-nav > li:hover {
 background: #f9b329;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
 background-color: #f9b329;
 border-color: #f9b329;
}
.navbar-toggle {
 margin: 0
}

.security-container {
margin-top:-120px;
	}

}
@media screen and (max-width: 767px) {
.plan_box {
 width: 100%;
 margin: 0 0 55px
}

.stat-middle {
    background: #07125B;
    }

.copyright p {
	text-align:center;
}


.calc_result, #amount {
    margin-top: 10px;
    text-align: center;
    padding-left: 0px;
}
.dropdown dd ul li a {
 text-align: left
}
.header_top, .navbar-default, .login_wrap {
 text-align: center;
}
.navbar-toggle {
 float: none
}
.date, .btcrate, .language, .login, .signup {
 float: none;
 padding: 0 10px;
 display: inline-block;
}
.payment_proof {
 float: none;
 display: inline-block;
 text-align: center;
}
}
@media screen and (max-width: 736px) {
.banner_left h1 {
 font-size: 48px;
 margin: 30px 0 20px;
}
.language {
 text-align: center
}
.dropdown {
 float: none;
 max-width: 130px;
 margin: 0 auto;
}
.payment_proof span, .language label {
 display: none
}
.referral_wrap {
 background: url(images/ref_bg.jpg) repeat center center;
}
.referral_block {
    background: url(images/referral_icon.png) no-repeat top center;
    padding: 160px 0 0 0;
    text-align: center;
}
.referral_block h3 {
 line-height: 46px;
}
.referral_block h3 span {
 display: block;
}
}
@media screen and (max-width: 667px) {
	.form-container-support td, .member-right td.inheader, table.paidout_mid td.inheader, .member-right table td, .member-right table th, .paidout_mid td, .paidout_mid th, .paidout_top td, .paidout_top th {
		display:block;
		width:100%;
		text-align:left
	}
	.mem_wrapper {
	width: 100%;
	position: relative;
	left: 0;
	border-left:none
}
.member-container, .detailed-stats .pull-left, .detailed-stats .pull-right {
	width: 100%;
	min-height:inherit
}
}
@media screen and (max-width: 568px) {
}
@media screen and (max-width: 480px) {
	.member-right .top p, .member-right .top h2, .membersidebar ul li {
	width: 90%;
}
.membersidebar ul li ul {
	position: relative;
	top: auto;
	left: 30px;
	width: 100%;
	display: block;
	border-left: none;
	border-bottom: none;
	border-right: none;
}
.account_mid .mem_mid {
	margin: 0 0 10px;
	width: 100%;
}
 .news_time {
text-align:left
}
.welcome_right {
 text-align: center
}
.welcome_right h2 {
 width: 100%;
}
.welcome_right a {
 margin: 10px auto 0;
 float: none;
}
.referral_block h3 {
 font-size: 20px;
}
.banner_left h1, .why_choose h1 {
 font-size: 38px;
}
.plan_box {
 width: 100%;
 margin: 0 0 40px;
}
}
@media screen and (max-width: 414px) {
	.plan_box h2{font-size:26px}
	.acc_button_wrap a.one, .acc_button_wrap a.two {
	margin: 0 5px;
	padding: 0 15px;
	font-size: 11px;
}
 .affliateblock {
 padding: 120px 20px 20px;
 min-height:inherit
}
.affliateblock.one, .affliateblock.two {
 background-position:center 20px
}
.affliateblock h4 {
text-align:center
}
 .company_th, .company_infos {
 width: 100%;
 text-align: center;
}
.company_infos p {
 text-align: center;
}
.footer_links a {
 margin: 0 5px;
 font-size: 12px
}
.login a, .signup a {
 font-size: 9px;
}
.banner_left h1, .why_choose h1, .form-container-support h2, h4.section-head {
 font-size: 32px;
}
.ref_box .right h3, .stat .right h3 {
 font-size: 18px;
 margin: 5px 0 0;
}
.ref_box .right h4, .news_title {
 font-size: 16px;
}
.stat .right p {
 font-size: 12px
}
}
@media screen and (max-width: 375px) {
.banner_left h1, .why_choose h1, .form-container-support h2, h4.section-head {
 font-size: 29px;
}
.welcome_right h1 {
 font-size: 22px;
}
}
@media screen and (max-width: 360px) {
.welcome_right h1, .why_choose h1, .form-container-support h2, h4.section-head, .detailed-stats-box h3, .my_accont h2, .member_right h3, h3.refheader, .member-right h3, .account_header, .section-title {
 font-size: 20px;
}
.plan_box ul li {
 font-size: 11px;
}
}
@media screen and (max-width: 320px) {
.banner_left h1, .welcome_wrap h1, .why_choose h1, .form-container-support h2, h4.section-head, .detailed-stats-box h3, .my_accont h2, .member_right h3, h3.refheader, .member-right h3, .account_header, .section-title {
 font-size: 19px;
}
}
