body{ margin:0; padding:0; text-align:center; font-family: 'Roboto', sans-serif;}
.clr{ clear:both;}
.header{ float:left; width:100%; background:#fff; padding:15px 0;box-shadow: 0 0 7px #cecece; 
    box-shadow: 0 5px 0 rgba(0,0,0,0.05);
    border-top: solid 1px #e0e0e0;}
.navbar{ min-height:100%; margin:0; background:none; border:none;}
.navbar-brand{ padding:0; height:100%;}
.navbar-nav>li>a{ padding:8px 15px;}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{ background:#eee; color:#F60;}
.navbar-right {
    float: right!important;
    margin-right: -15px;
    margin-top:10px;
}

.box_new_step{ float:left; width:100%; position:relative; margin:30px 0; min-height:300px;}
.box_new_step h1{ font-size:20px; margin:0; padding:15px 0; color:#fff;}
.box_new_step p{ text-align:center; color:#fff; font-size:15px; padding:41px 15px;}
.box_new_step i{    position: absolute;
    top: 129px;
    right: -22px;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: #c88622;
    font-size: 1.5em;
    padding: 13px 9px;
    border: solid 2px #eee;}

.modal-body label{ float:left; width:100%; text-align:left;}

.modal-body button{ border:none; float:left;
    padding: 10px 10px;
    font-size: 18px;
    color: #fff;
    background: #F60;
    text-decoration: none;}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown:hover > .dropdown-menu{
    display: block;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.content_div{ float:left; width:100%;}

.slider{ float:left; width:100%; margin:0px 0 20px;}
.marque_div{ float:left; width:100%; border:solid 1px #eee; margin-bottom:20px;border-radius:35px;}
.marque_div h1{ float:left; background:#e2e2e2; margin:0; font-size:17px; padding:17px 10px; display:block; width:100%;}
.marque_div p{    float: left;
    padding: 10px 0;
    font-size: 18px;
    color: #F00;
    margin: 0;
    <!--text-transform:uppercase;-->
}
	.left_content_box{ float:left; background:#f7941e; width:100%; padding:10px; border:solid 1px #eee; border-radius:3px; margin-bottom:20px; color:#000; cursor:pointer; border-radius:15px;}
	.left_content_box:hover{ background:#1a0082; color:#fff; }
	.content{ text-align:left; font-size:15px; color:#000;}
	.title{ margin:0; font-size:35px; color:#000; font-weight:300;}
	
	.pricing{ float:left; width:100%; margin:30PX 0;}
	.head{ background:#000; padding:10px;}
	.head p{ font-size:18px; color:#fff;}
	.head h1{ margin:0; padding:0; color:#fff;}
	.pricing ul{ padding:15px 20px; margin:0; background:#fff;}
	.pricing ul li{ display:block; padding:10px 0; text-align:center; font-size:15px; border-bottom:dotted 1px #eee;}
	.pricing a{ display:block; padding:15px 10px; font-size:18px; color:#fff; background:#F60; text-decoration:none;}
	.pricing a:hover{ background:#000;}
	.footer{ background:#1d1d1d; float:left; width:100%; padding:1px 0;}
	.footer p{ margin:-1px; color:#eee;}
	.help_line{ font-size:28px; font-weight:bold; color:#fff; background:#1a0082; padding:5px; border:solid 1px #eee; margin:0; border-radius:5px;}
	.help_line a{ color:#fff;}
	.slider_main{ float:left; width:100%;}
.content strong{     margin-bottom: 30px;
    float: left;
    width: 100%;
    font-size: 22px;
    font-weight: 400;}
.slider h1{ background:#f7941e; color:#fff; font-weight:400; margin:0; font-size:20px; padding:12px 0;border-radius:30px;}	
.carousel-control.right{ background:none;}
.carousel-control.left{ background:none;}
.bg2{ background:#f7941e; padding-top:30px; padding-bottom:30px;}
.bg2 h1{ font-size:32px; color:#fff; text-align:left; margin:10px 0;}
.bg2 p{ font-size:16px; color:#fff; text-align:left; margin-bottom:10px;}

.bg2 a{ float: right;
    padding: 12px 38px;
    background: #666;
    margin-right: 15px;
    margin-top: 22px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;}
	
	.footer_link{ float:left; width:100%; text-align:left; padding:0;}
	.footer_link li{ display:block; list-style:none;}
	.footer_link li:first-child{ margin:10px 0; font-size:22px; color:#fff;}
	.footer_link li a{ display:block; list-style:none; font-size:13px; color:#ddd; padding:5px 0;}
	.bg_greay{ float:left; width:100%; background:#eee; padding-top:20px; padding-bottom:20px; border-top:solid 3px #ccc;}
	.page_title{ text-align:left; margin:0; font-size:22px; color:#000;}
	.breadcrumb{    float: left;
    background: none;
    padding: 0 0;
    margin: 13px 0 0 0;}
	.breadcrumb li a{ color:#000; font-size:13px; padding:0 0px;}
	.contact_us{ float:left; width:100%; margin:0px 0;}
	.contact_us h1{ text-align:left; font-size:22px; font-weight:300; margin-bottom:20px; color:#000;}
	.contact_us label{ float:left; font-size:14px; font-weight:400; color:#000;}
	.contact_us input{border-radius:0px; box-shadow:none; background:#eee;}
	.contact_us select{border-radius:0px; box-shadow:none; background:#eee;}
	.contact_us textarea{border-radius:0px; box-shadow:none; background:#eee;}
	.form-group{ float:left; width:100%; margin-bottom:20px;}
	.contact_us button{float: left;
    padding: 12px 38px; 
    background: #bf0202;
    margin-right:0px;
    margin-top: 10px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none; border:none;}
	
	.address{ float:left; width:100%;}
	.address h1{text-align:left; font-size:22px; font-weight:300; margin-bottom:20px; color:#000; margin-top:20px;}
	.address p{ text-align:left; font-size:15px; color:#000; font-weight:300;}
	.address a{ color:#000;}
	
	.box{ float:left; width:100%; margin-top:50px; padding:15px; border-radius:5px;     background: #7082ff !important; color:#FFF;}
	.box:hover{ background:#1a0082 !important;}
	.box i{ font-size: 2.5em;
    margin-bottom: 20px;
    background: #f7941e;
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    line-height: 76px;}
	.box h1{ text-align:center; font-size:30px;  font-weight:300; margin-top:0px;}
	.box p{ text-align:center; font-size:14px; font-weight:300; }
	
	.text{text-align: left;
    font-size: 18px;
    color: #fff;
    background: #f7941e;
    padding: 15px;
    border: solid 1px #eee;}

.title{ background:#f7941e; color:#fff; margin-bottom:20px; text-align:left; font-size:22px; font-weight:bold; padding:10px 10px;}	

.content{ text-align:left; font-size:14px; color:#484848; font-weight:400; line-height:29px;}
.orange{ background:#f7941e; font-size:18px; width:100%; text-align:center; padding:15px; color:#fff; line-height:29px; border-radius:3px;}	
.how_to_download{ margin-bottom:20px; float:left; width:100%; cursor:pointer; border:dashed 1px #FF0004; padding:10px; background:#7082ff;}
.how_to_download:hover{ color:#fff; background:#1a0082;}
.how_to_download h1{ background:#f7941e; color:#fff; margin-bottom:20px; text-align:center; font-size:22px; font-weight:bold; padding:15px 10px; margin-top:0;}
.how_to_download p{ text-align:left; font-size:18px; color:#fff; line-height:29px;}

#loading1235{ position:fixed; top:0; padding:19% 0;
 left:0; right:0; z-index:999; background:#000; height:100%;}
#loading1235 span{ float:left; width:100%; text-align:center; font-size:20px; color:#fff;}


.top_header{ float:left; width:100%; background:#F0F0F0; padding:6px 0;} 
.top_info_list{ float:left; margin:4px 0 0 0; padding:0;}
.top_info_list li{ display:inline-block; list-style:none;}
.top_info_list li a{display: block;
    font-size: 13px;
    color: #717171;
    padding: 0 10px;
    text-decoration: none;}

.social_link{ float:left; padding:4px 0px 0px 4px; margin:0;}
.social_link li{ display:inline-block; list-style:none;}
.social_link li i{ color:#C800FF; font-size:14px;}
.social_link li a{ display:block; text-decoration:none; padding:0 5px; font-size:13px; color:#000000;}
.social_link li a:hover{ color:#000;}

.social_link_3 { float:left; padding:0; margin:0;}
.social_link_3  li{ display:inline-block; list-style:none;}
.social_link_3 li a{     display: block;
    font-size: 13px;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    background: #4a4a4a;
    color: #fff;
    line-height: 23px;}
.panel-heading{ padding:0;}
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a{ display:block; padding:10px; text-align:left; text-decoration:none; background:#f7941e; color:#fff;}
.panel-default>.panel-heading{}

.fb a{background:#666; color:#fff;}
.fb a:hover{background:#3b5998; color:#fff;}

.google_plus a{background:#666; color:#fff;}
.google_plus a:hover{background:#d34836; color:#fff;}


.twitter a{ background:#666; color:#fff;}
.twitter a:hover{ background:#0084b4; color:#fff;}


.youtube a{background:#666; color:#fff;}
.youtube a:hover{background:#c4302b; color:#fff;}

.photo{ float:left; width:100%; height:233px; overflow:hidden; margin-bottom:20px;}
.photo img{ height:233px;}

.download_box{ float:left; width:100%; margin:30px 0 50px; border:solid 1px #eee; padding:10px; border-radius:5px;}
.download_box a{ display:block; padding:10px 20px; border-radius:5px; background:#FF5F00; color:#fff; text-decoration:none; margin:20px 0 10px;}
.download_box a:hover{ background:#1a0082;}
.download_box span{ text-align:center; font-size:16px; color:#000;}

.bottom_btn{ position:fixed; bottom:0; left:10px; border-radius:8px 8px 0px 0px; background:#011EC4; padding:7px 10px; font-size:13px; color:#fff; text-decoration:none;}
.bottom_btn:hover{ text-decoration:none; color:#fff;}

.bottom_btn2{    margin: -44px 0 0 0; float:left;border-radius:10px 10px 0px 0px; background:#011EC4; padding:5px 5px; font-size:11px; color:#fff; text-decoration:none;}
.bottom_btn2:hover{ text-decoration:none; color:#fff;}

.city_list{background:#011EC4; position:fixed; bottom:0; right:0;left:0; padding:20px;}
.city_holder{ float:left; width:100%;}

.login_form{ float:left; width:100%; border:solid 1px #eee; padding:15px;}
.login_form label{ float:left;}
.login_form h1{ text-align:left; font-size:22px; margin-bottom:20px; background:#ccc; padding:8px;}
.login_form button{float: left;
    padding: 8px 38px;
    background: #bf0202;
    margin-right: 0px;
    margin-top: 10px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    border: none;}

.scrollup {
    width: 40px;
    height: 40px; border-radius:100%; color:#fff; font-size:1.5em;     line-height: 35px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
    background:#FF7600;
}

.news_box{ float:left; width:100%; border:solid 1px #eee; padding:5px; margin-bottom:30px;}
.news_box h1{ margin:0; text-align:left; font-size:22px; color:#000; margin-bottom:5px;}
.news_box span{ float:left; margin-bottom:10px; font-size:15px; color:#adadad;}
.news_box p{ float:left; width:100%; font-size:14px; color:#000; text-align:left;}
.buy_proxy{ float:left; width:100%;}
.buy_proxy table{ float:left; width:100%; margin-bottom:30px;}
.buy_proxy td{ border:solid 1px #ccc; padding:12px; font-size:15px;}
.bgnew{ padding:10px; background:#ff7800; line-height:45px; font-size:16px; color:#fff;}


#sod-drawer-plugin.top .content .sod-drawer-inner, #sod-drawer-plugin.bottom .content .sod-drawer-inner {
    width: 100&;
}
#sod-drawer-plugin .sod-drawer-inner {
    margin: 0 auto;
}
#sod-drawer-inner .quarter {
    width: 24%;
    margin-left: 1%;
    float: left;
    display: block;
}
.quarter{ float:left; width:24%;}
#sod-drawer-plugin, #sod-drawer-plugin h1, #sod-drawer-plugin h2, #sod-drawer-plugin h3, #sod-drawer-plugin h4, #sod-drawer-plugin h5, #sod-drawer-plugin h6, #sod-drawer-plugin p, #sod-drawer-plugin span, #sod-drawer-plugin li {
    color: #e6e6e6;
    font-family: Arial, HelveticaNeue, Helvetica, sans-serif; text-align:left; font-size:20px;
}
.quarter td{ padding-left:15px;}
.quarter ul{ padding:0; margin:0;}
.quarter ul li{ text-align:left; font-size:14px !important; color:#fff;}
.quarter ul li a{ color:#fff; text-decoration:none;}
#sod-drawer-plugin.top .content .sod-drawer-inner, #sod-drawer-plugin.bottom .content .sod-drawer-inner {
    width: 100%;
}
#sod-drawer-plugin .sod-drawer-inner {
    margin: 0 auto;
}
