@charset "utf-8";
/* CSS Document */
/*=================== Bootstrap CSS Start =====================*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body{
  margin:0;
  font-family: 'proxima_nova_rgregular'; 
  background:#f2f2f2; 
  font-size: 13px;
  line-height:1.428571429;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0; text-decoration:none;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/*=================== Bootstrap CSS End =====================*/

/*========================================*/

/*==== New CSS Code , Add By Designer ===*/
@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('fonts/proximanova-regular-webfont.eot');
    src: url('fonts/proximanova-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regular-webfont.woff') format('woff'),
         url('fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('fonts/proximanova-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_novasemibold';
    src: url('fonts/proximanova-semibold-webfont.eot');
    src: url('fonts/proximanova-semibold-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/proximanova-semibold-webfont.woff') format('woff'),
         url('fonts/proximanova-semibold-webfont.ttf') format('truetype'),
         url('fonts/proximanova-semibold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.main_bg{
	background:url(../images/body-bg.png) no-repeat center center; 
	background-attachment:fixed;
	float:left;
	width:100%;
	position:absolute;
	/*height:100%;*/
}
.container{
	width:970px; margin:0 auto;
}

/*==== Button Class Name ===*/
.orangebtn{
	background:#ff7f26; 
	padding:4px 15px; 
	font-family: 'proxima_nova_rgregular'; 
	text-transform:uppercase; 
	color:#fff; 
	text-decoration:none; 
	font-size:18px; 
	float:right;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
/*==== Button Class Name ===*/

/*==== Header ===*/
#header{
	width:100%; 
	background:url(https://dsdomination.com/themes/sp_3/images/top-bg.png) repeat-x; 
	float:left; 
	height:192px;
	position:relative;
	z-index:1;
}
#header a{
	float:left; 
	margin-top:20px;
}
.sponsername{
	float:left;
	width:318px;
	color:#ff7f26;
	font-size:18px;
	margin:40px 0 0 20px;
}
.sponsername label{
	color:#5ba11c; 
	font-size:18px;
	float:left;
	width:142px;
}
.welcomemsg{
	float:right; 
	width:300px; 
	font-size:18px; 
	margin:40px 0 0 0;
}
.welcomemsg p{
	width:auto; 
	font-size:18px; 
	float:left; 
	margin:4px 0;
}
.welcomemsg a{
	float:right !important; 
	margin:0 !important;
}
/*==== Header ===*/

/*=== Your Stats At a Glance start ===*/
.glancepart{
	float:left; width:100%;
}
.glancepart span{
	background:#494949; 
	padding:10px 17px; 
	float:left; 
	width:99.99%; 
	font-size:20px; 
	font-family: 'proxima_novasemibold'; 
	color:#fff;
}
.orangbg{
	float:left; 
	width:33.33%;
	background:#ff7f26;
	padding:20px 17px; 
}
.greenbg{
	float:left; 
	width:33.33%;
	background:#5ba11c;
	padding:20px 17px; 
}
.greybg{
	float:left; 
	width:33.33%;
	background:#494949;
	padding:20px 17px; 
}
.orangbg span, .greenbg span, .greybg span{
	float:left; 
	width:100%; 
	background:none; 
	padding:0;
}
.orangbg span label, .greenbg span label, .greybg span label{
	color:#fff; 
	font-size:20px; 
	float:left; 
	width:100%;
}
.orangbg span code, .greenbg span code, .greybg span code{
	color:#000; 
	font-size:16px; 
	font-family: 'proxima_novasemibold';
}
.orangbg span cite, .greenbg span cite, .greybg span cite{
	color:#ff7f26; 
	font-size:16px; 
	font-family: 'proxima_novasemibold'; 
	font-style:normal;
}
.shadow{
	float:left; 
	width:100%;
}
/*=== Your Stats At a Glance End ===*/

/*=== Categories List Start ===*/
.categories{
	float:left; 
	width:100%;
	background:#fff;
	position:relative;
}
.orangbg_left{
	float:left; 
	width:33.33%;
	background:#ff7f26;
	position:absolute;
	/*height:100%;*/
}
.whitebg_right{
	float:right; 
	width:66.67%;
	background:#fff;
	padding:10px 10px;
}
.banner_new{
	float:left; width:100%;
}
.first_video{
	width:100%; float:left;
}
.first_video h1{
	width:100%; text-align:center; float:left; text-transform:uppercase; font-family:'proxima_novasemibold'; font-size:30px;
}
.first_video h1 cite{
	color:#ff7f26; font-style:normal;
}
.video{
	float:left; width:100%; text-align:center;
}
/*=== Categories List End ===*/

/*=== Footer Start ===*/
.footer{
	float:left; width:100%; background:#fff;
}
.footer p{
	font-size:15px; color:#000; width:auto; float:left;
}
.fulink{
	float:right; margin:15px 0;
}
.fulink a{
	font-size:15px; color:#000;
}
.fulink a:hover{
	color:#ff7f26;
}
.fulink em{
	font-style:normal; margin:0 5px;
}

/*=== Footer End ===*/

/*==== New CSS Code , Add By Designer ===*/

/*========================================*/

p{
	text-align:justify;
}
#divContent{
	float:left;
	width:100%;
}

.panel .panel-collapse{
	display:none;
}
.panel-default .panel-collapse{
	display:block;
}
.table{font-family:sans-serif;margin:5px auto;width:98%;border-collapse:collapse;}
.table td{border:1px solid #ddd;font-size:14px;}
.table td{color:#555;padding:3px;vertical-align:middle;}
.table th{color:#555;padding:3px;text-align:center;vertical-align:middle;}
.table th{background:#fafafa;border:1px solid #ddd;font-size:14px;font-weight:700;}
.table tr:nth-child(even){background:#f9f9f9; font-family:sans-serif;}
.inner_right span.productStatusIndecator{
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	margin:2px;
}
#divContent span.productStatusActive{
	color:#0c0;
}
#divContent span.productStatusInactive{
	color:#aaa;
}
span.listHeadRight a, span.listHeadLeft a{
	color:#FFF;
}
a.aButton{
	display:block;
	padding:5px;
	margin:5px;
	background-color:#666;
	color:#FFF;
	text-decoration:none;
	float:left;
}
.glancepart a{
	color:#000;
	text-decoration:underline;
}
.inner_white_box{
	float:left; width:97%; background:#fff; border-radius:8px; padding:15px; -webkit-box-shadow: 0px 0px 20px 0px #b4b4b4; box-shadow: 0px 0px 20px 0px #b4b4b4; margin:0 0 40px 0;
}
.cent_call {
    margin: 0 auto;
    /*width: 985px;*/
}

/*=== Member Box Start ===*/

#divProgressLogContainer{
	width:20%;
	z-index:1;
	position:absolute;
	right:0px;
	top:180px;
}
.box1{
	width:96%; float:left;
	margin:2%;
}
.box1 h1{
	background:#ff7f26; border-radius:5px 5px 0 0; color:#fff; font-family: 'proxima_novasemibold'; font-size:14px; float:left; width:100%; text-align:center; padding:3px 0; margin:0;
}
.boxinner{
	float:left; width:100%; background:#fff; border-radius:0 0 5px 5px; padding:8px;
	-webkit-box-shadow: 0 0 5px 0 #c1c1c1; box-shadow: 0 0 5px 0 #c1c1c1;
}
.boxinner ul{
	margin:0; padding:0; list-style:none;
}
.boxinner li{
	background:url(../images/chek-img.png) no-repeat left 6px; font-size:12px; font-family: 'proxima_novasemibold'; color:#000; padding:0 0 0 30px; font-weight:normal; line-height:25px;
}
.unchek{
	background:url(../images/unchek-img.png) no-repeat left 6px !important;
}
.box1 h1 a {
    color: #FFFFFF;
}
/*=== Member Box End ===*/

/*=== Member Login Start ===*/
.login_form{
	margin:0 auto; 
	width:525px;
}
.form_bg{
	background:url(../images/login-form-bg.png) no-repeat; 
	width:523px; 
	height:860px; 
	float:left; 
	position:relative; 
	top:-42px;
}
.formmain{
	width:490px; 
	top:214px; 
	position:relative; 
	padding:0 27px;
	margin:85px 0;
}
.formmain h1{
	font-family: 'proxima_novasemibold'; 
	color:#ff7f26; 
	text-transform:uppercase; 
	text-align:center; 
	float:left; 
	width:100%; 
	margin:0;
}
.formmain h1 cite{
	color:#5ba11c; 
	font-style:normal;
}
.formmain span{
	width:100%; 
	float:left; 
	padding:0 48px;
}
.formmain span label{
	width:100%; 
	font-size:15px; 
	margin-bottom:5px; 
	width:340px; 
	float:left;
}
.formmain span input{
	border:#dadada solid 1px; 
	width:340px; 
	padding:10px; 
	margin-bottom:15px;
	-webkit-box-shadow: 0 0 5px 0 #e4e4e4;
	box-shadow: 0 0 5px 0 #e4e4e4;
}
.formmain h3{
	float:left; width:100%; text-align:center; margin:30px 0; font-weight:normal;
}
.formmain h3 a{
	color:#000;
	text-decoration:underline;
	font-size:25px;
	font-family: 'proxima_novasemibold';
	text-transform:uppercase;
	text-align:center;
}
.formmain p{
	text-align:center; margin:0 48px; width:340px; font-size:18px; color:#ff7f26;
}
.submit_btn{
	float:left; 
	padding:0 48px; 
	width:340px; 
	margin:5px 48px 0 48px; 
	background:#ff7f26;
	border:none;
	padding:8px 10px;
	font-size:25px;
	color:#fff;
	font-family: 'proxima_novasemibold';
	text-transform:uppercase;
	border-radius:4px;
}
/*=== Member Login End ===*/

/*=== Contact Us Start ===*/
#divContactUs .cent_video{
	height: 100%;
    margin-left: 20%;
    width: 100%;
}

#divContactUs .box{
	width:96%; 
	float:left;
	margin:2%;
	color:#4F5859;
    font-family: 'proxima_novasemibold';
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
}

#divContactUs .box_left{
	width:34%; 
	float:left;
	margin:2%;
}
#divContactUs .box_right{
	width:58%; 
	float:left;
	margin:2%;
}

/*=== Contact Us End ===*/

/*=== social links Start ===*/
.social {
    float: right;
    margin: 47px 0;
}
.facebook {
    background: url("../images/facebook.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 36px;
    width: 36px;
}
.facebook:hover {
    background: url("../images/facebook-hover.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.twitter {
    background: url("https://dsdomination.com/themes/sp_3/images/twitter.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 36px;
    width: 36px;
}
.twitter:hover {
    background: url("../images/twitter-hover.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
}
/*=== social links End ===*/

/*===home page=====*/
.video {
    background: none repeat scroll 0 0 #1b1b1b;
    margin: 0 auto;
    padding: 10px;
    width: 908px;
}

box4_main {
    background: url("https://dsdomination.com/themes/sp_3/images/box-4-bg.png") repeat scroll left center rgba(0, 0, 0, 0) !important;
    float: left;
    width: 100% !important;
}

#divCentCall {
    margin: 0 auto;
    width: 985px;
}

#divCentCall .box1 {
    float: left;
    margin: 27px 0;
    width: 19%;
}

#divCentCall .box1 p {
    color: #333333;
    font-family: 'open_sansregular';
    font-size: 13px;
    line-height: 22px;
    margin: 0;
    text-align: center;
    width: 90%;
}

#divCentCall .box1 span {
    float: left;
    text-align: center;
    width: 100%;
}

#divCentCall .box1 dd {
    color: #44b5e0;
    float: left;
    font-family: 'open_sansbold';
    font-size: 16px;
    margin: 20px 0 10px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.box1 dd small {
    color: #0e8c01;
    font-family: 'open_sansbold';
    font-size: 16px;
    text-transform: uppercase;
}

#divCentCall .join_title {
    float: left;
    width: 100%;
}

.join_title span {
    color: #0e8c01;
    float: left;
    font-family: 'pacificoregular';
    font-size: 45px;
    margin: 35px 0;
    text-align: center;
    width: 100%;
}

.join_title p {
    color: #31b2e5;
    float: left;
    font-family: 'Conv_comic_0';
    font-size: 25px;
    margin: 0;
    text-align: center;
    width: 100%;
}