@charset "utf-8";
/* CSS Document */

/* general*/
div, h1, h2, h3, h4, h5, p, ol, form, input, textarea, img,
html, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
    margin:0;
	padding:0;
	border: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
}

*{
	margin:0 auto;
	padding:0;	
}

ol, ul {
   margin:0 !important;
}

body {
  background: #fff;
  font-family: 'Raleway', sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	
}
img{
    border:none;
	-ms-interpolation-mode: bicubic;
	outline:none;
	height:auto;
}
blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
ul{
    margin:0; 
    padding:0 0 12px 0; 
    list-style-type:none;
}

ul li{
	background:url(../images/listico.png) no-repeat 0 7px;
	padding:0;	
}
h2{
	color:#eca700;
	background-color:transparent;
	padding:0 0 48px 0;	
}
h3{
	padding:0 0 11px 0;	
}
p{
	padding:0 0 20px 0;
}
a{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	outline:none; 
	text-decoration:none;		
}
	
.spacer{
    clear:both; 
    font-size:0; 
    line-height:0;
}
.nomar{
	margin-right:0 !important;		
}
.nopadd{
	padding-right:0 !important;	
}
.alignleft {
	float: left;
	margin:0 10px 10px 0;
}
.alignright {
	float: right;
	margin:0 0 10px 10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	cursor:pointer;
	outline:none;
}
button[disabled],
input[disabled],
ubmit[disabled] {
    cursor: default;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}

/*button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}*/
input[type="text"],
input[type="email"]{
	border:1px solid #666;
	color:#000;
	padding:0 5px 0 5px;	
	margin:0 0 8px 0;
	background-color:#fff;
	height:22px;
	outline:none;
}
textarea{
	border:1px solid #666;
	color:#000;
	padding:5px;	
	margin:0 0 8px 0;
	background-color:#fff;
	height:130px;
	outline:none;
}
textarea:focus{
	border:1px solid #000;	
}
input[type="password"]:focus{
	outline:none;
}
input[type="text"]:focus,
input[type="email"]:focus{
	border:1px solid #000;
}
p.success {
    background: #6DB76C;
    border-radius: 3px;
    text-align: center;
    padding: 5px 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 10px 0;
}
p.error {
    background: #DC3232;
    border-radius: 3px;
    text-align: center;
    padding: 5px 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 10px 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
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;
	resize:vertical;
}
/* general*/

.wrapper{
	width:100%;
}

.wrap{
	width:1000px;
	margin:0 auto;
	padding:0;
	position:relative;
}
.header{
	width:100%;
	background-color:#141a3e;
	background:url(../images/header-bg.png) repeat;
	float:left;
}
.top-nav{
	width:100%;
	height:57px;
	display:block;	
}
.bottom-nav{
	width:100%;
	height:38px;
	display:block;
	background-color:#2034ad;
	border-bottom: 3px solid #000;	
}

.logo{
	float:left;
	width:auto;
	padding:5px 0;	
}
.menu{
	    float: right;
    width: auto;
    height: 50px;	
}
.menu ul{
	list-style:none;
	padding:16px 0;
}
.menu ul li{
	display:inline;
	padding:22px 14px;
	margin:0;
	font-weight:700;
	font-size:14px;
}

.menu ul li img {
        vertical-align: middle;
    margin: -7px 8px 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}



.menu ul li a{
	color:#fff;	
}
.menu ul li a:hover{
	text-decoration:underline;	
}

.menu ul li a.signup{
	color:#e80000;
	position:relative;
	    margin-right: 10px;	
}

a.signup:after {
    position: absolute;
    content: "▼";
    color: #fff;
    right: -13px;
    top: 3px;
    bottom: 0;
    font-size: 9px;
}

ul.drop_box {
    width: auto;
    height: auto;
    background: #0D1337;
    position: absolute;
    right: 12px;
    top: 48px;
    text-align: left;
    z-index: 9999;
	display:none;
    padding: 5px 10px;
    min-width: 122px;
    box-shadow: 0px 1px 3px #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	
}
.menu ul li:hover ul.drop_box{
	display:block;
}
.bx-wrapper {
    max-width: 766px !important;
}

.slide {
    margin-right: 32.5px !important;
    margin-top: 6px;
}

.listing_slider {
    margin-left: 6px;
}

/*.drop_box:after {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid white;
    content: "";
    top: -5px;
    right: 47px;
}*/

ul.drop_box li {
    font-size: 13px;
    margin: 0;
    padding: 0;
    color: #666;
    border-bottom: 1px solid #333A65;
    font-weight: 500;
    display: inline-block;
    width: 100%;
}

ul.drop_box li:last-child {
	 border-bottom: none;	
}

ul.drop_box li a {
		color: #56609C;
    font-weight: bold;
    padding: 9px 0;
    float: left;
    width: 100%;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
ul.drop_box li a:hover{
	text-decoration:none;
	color: #fff;
}
.menu ul li a.signin {
    color: #e80000;
}

.link{
	float:right;
	width:auto;	
}
.link ul{
	list-style:none;
	padding:9px 0;
}
.link ul li{
	display:inline;
	padding:0 14px 0 0;
	margin:0;
	font-weight:700;
	font-size:14px;
}

.link ul li a{
	color:#fff;
	text-transform:uppercase;	
}
.link ul li a:hover{
	color:#e80000;	
}
.slider-top{
	width:100%;
	text-align:center;	
}
.slider-top a{
	font-size:30px;
	color:#fff;
	font-weight:700;
	padding:45px 0;
	display:block;
	text-shadow:0px 2px 1px #000;
}
.slider{
	width:100%;
	height:auto;
	float:left;
	padding-bottom:54px;	
}
.slider-left{
	width:713px;
	height:auto;
	float:left;
}
.slider-right{
	width:274px;
	height:auto;
	float:right;
}
h1.section-header{
	font-size:24px;
	text-transform:uppercase;	
	padding:28px 0;
	float:left;
	width:100%;
	height:auto;
}
ul.product-grid{
	padding:0;
	list-style:none;	
}
ul.product-grid li{
	    display: inline;
    padding: 0;
    float: left;
    margin: 0px 43px 43px 0px;
    position: relative;
    width: 217px;
    overflow: hidden;
    height: 300px;
    text-align: center;
}
.product-grid li img {
    height: 300px;
	width:auto;
}
ul.product-grid li:nth-child(4n){
	margin:0px 0px 43px 0px;
}

.footer{
	width:100%;
	height:auto;
	background-color:#f9f9f9;	
	float:left;
	padding:46px 0 0 0;
	margin: 43px 0 0 0;
}
.footer-left{
	width:685px;
	height:auto;
	float:left;	
}
ul.ch245{
	border-bottom:1px dashed #adadad;
	border-top:1px dashed #adadad;
	padding:35px 0;
	float:left;
	width:100%;	
}
ul.ch245 li{
	list-style:none;
	width:33%;
	padding: 0;	
	float:left;
	border-right:1px dashed #adadad;
	text-align:center;
	height:27px;
	font-size:18px;
	letter-spacing:-2px;
	font-weight:600;
	font-family: raleway;
	    color: #000;
}
span.prsbt{
	font-size:24px;
	font-weight:700;
}

ul.ch245 li:first-child{
	text-align:left;
	font-size:24px;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:-2px;
	line-height:18px;	
}
span.ckhbt{
	font-size:14px;
	letter-spacing:-1px;
}


ul.ch245 li:last-child{
	text-align:right;
	border-right:none;
}	
ul.ch245 li input{
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:-1px;
	color:#000;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cfcfcf+0,ffffff+100 */
background: #cfcfcf; /* Old browsers */
background: -moz-linear-gradient(top,  #cfcfcf 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfcfcf), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cfcfcf 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cfcfcf 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cfcfcf 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cfcfcf 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
ul.ch245 li input:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,cfcfcf+100 */
	color:#000;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #cfcfcf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#cfcfcf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#cfcfcf 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#cfcfcf 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */
}
.f-row1{
	width:100%;
	height:auto;
	float:left;
	padding:23px 0;	
}
.news-letter{
	float:left;
	width:243px;	
}
.news-letter p{
	font-size:14px;
	font-weight:600;
	color:#000;
	padding:0;
	margin:0;
	padding: 0 0 10px 0;
	font-family: raleway;	
}
.news-letter input.text-fild{
	height:32px;
	width:194px;
	background-color:#e7e7e7;
	border:none;
	float:left;
	color:#7f7f7f;
	font-size:14px;
}
.news-letter input.btn{
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:-1px;
	color:#000;
	float:left; 
	width:36px;
	height:32px;
	border:1px solid #b7b7b7;
	text-align:center;
	padding:0;
	margin-left:3px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cfcfcf+0,ffffff+100 */
background: #cfcfcf; /* Old browsers */
background: -moz-linear-gradient(top,  #cfcfcf 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfcfcf), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cfcfcf 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cfcfcf 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cfcfcf 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cfcfcf 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.news-letter input.btn:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,cfcfcf+100 */
	color:#000;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #cfcfcf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#cfcfcf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#cfcfcf 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#cfcfcf 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */
}
ul.footer-menu{
	padding:0;
	list-style:none;	
	float:left;
}
ul.footer-menu li{
	float:left;
	font-size:14px;
	font-weight:700;
}
ul.footer-menu li a{
    color:#000;
	padding-right:15px;
}
ul.footer-menu li:last-child  a{
	padding-right:0;	
}
ul.footer-menu li a:hover{
    text-decoration:underline;
}
.footer-right{
	float:right;
}
.f-row2{
	width:100%;
	height:auto;
	float:left;
	padding:0;
	margin:0;
}
.f-row2 ul{
	padding:0;
	float:left;	
}
.f-row2 ul li{
	float:left;
	padding:0 2px;	
}
.footer-btm{
	width:100%;
	background-color:#c2c2c2;
	height:21px;
	float:left;
	margin:36px 0 0 0;
}
.footer-btm h6{
	float:left;
	color:#4d4d4d;
	font-size:12px;
	padding:3px 0;
	margin:0;
	font-weight:600;
	font-family: raleway;
}

span.mask{ 
	background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
	}
span.mask:hover{
	opacity:1;
}

span.mask strong{
	    color: #ffffff;
    display: block;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    transform: translateY(-50%);
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 46%;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ccc;
    width: 63%;
    margin: 0 auto;
    padding-bottom: 5px;
}

span.mask p{
	color: #ffffff;
    display: block;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    transform:translateY(-50%);
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 59%;
	left:0;
	right:0;
	padding-top:5px;
	cursor: pointer;
}

.bk_top{
	position: relative;
    right: 0;
    bottom: 20px;
    width: 123px;
    height: auto;
    float: right;	
}

/*INNER PAGE*/
.poster_outer {
    margin-top: 55px;
}

.left_panel{
	width:216px;
	height:auto;
	padding:0;
	margin-right:42px;
	float:left;
}
.right_panel{
	width:742px;
	height:auto;
	float:left;
	padding:0;
	margin:0;
}
.inner-section-header{
	margin:26px 0 3px 0;
	height:auto;
	display:block;
	width:100%;
	position: relative;
}
.inner-section-header ul{
	padding:0 0 7px 0;
	border-bottom:1px solid #b4b4b4;	
}
.inner-section-header ul li{
	display:inline;
	margin:0 5px 0 0;
}
.inner-section-header ul li a{
	color:#828282;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	text-transform:uppercase;
}
.inner-section-header ul li a:hover{
	text-decoration:underline;
	color:#000;
}
.inner-section-header ul li a:after{
	content:" >";	
}
.inner-section-header ul li:last-child a:after {
    content: "";
}

.inner-section-header h1{
	font-weight:600;
	font-size:24px;
	color:#010101;
	margin:14px 0 16px 0; 
}
.inner-section-header h2{
	background-color: #1a1b1e;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 12px 8px;
    margin: 0;
	font-family: raleway;
    letter-spacing: .5px;
}
.fee_btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
}

ul.listing-grid{
	padding:0;
	list-style:none;	
}
ul.listing-grid li{
	display:inline;
	padding:0;	
	float:left;
	margin:0px 43px 43px 0px;
	position:relative;
}
ul.listing-grid li:nth-child(3n){
	margin:0px 0px 43px 0px;
}

a.add_to_fav{
	position:absolute;
	right:5px;
	top:5px;
	z-index:99;
	background:url(../images/add-fav.png) no-repeat;
	width:33px;
	height:33px;	
}
a.add_to_fav:hover{
	position:absolute;
	right: -5px;
    top: -5px;
	z-index:99;
	background:url(../images/add-fav-hover.png) no-repeat;
	width:33px;
	height:33px;	
}

.recently-viewed-header{
	width:100%;
	padding:0;
	margin:0;	
}
.recently-viewed-header h2{
    font-size: 16px;
    font-weight: 600;
    color: #010101;
    padding: 12px 0;
    margin: 0;
	text-transform:uppercase;
	border-top:1px solid #b4b4b4;
}

.rela_pos h2 {
    font-size: 16px;
    font-weight: 600;
    color: #010101;
    padding: 15px 0;
    margin: 0;
    text-transform: uppercase;
    border-top: 1px solid #b4b4b4;
}
.recent_pic{
		width: 58px;
    height: 77px;
    float: left;
}
.recent_pic_title{
	float: left;
    width: 130px;
    padding-left: 10px;
}
.recent_pic_title a{
	color:#010101;
	font-size:12px;
	font-weight:600;
}
.recent_pic_title a:hover{
	text-decoration:underline;
}
.recently-viewed ul li{
	float:left;
	margin-bottom:10px;
}
.recently-viewed ul{
	height: 239px;
    overflow-x: hidden;
    overflow-y: scroll;
}

/*DETAILS PAGE STYLE*/

.detl-left-panel{
	width:436px;
	float:left; 
	height:auto;
	overflow:hidden;
	padding:0px;
	margin:0 20px 0 0;
}
.detl-right-panel{
	width:544px;
	float:left; 
	height:auto;
	    position: relative;
}
.detl-right-panel h1{
	font-weight:600;
	font-size:24px;
	color:#010101;
	margin:0 0 25px 0; 
}
.detail-inner-section-header{
	margin:36px 0;
	height:auto;
	float:left;
	width:100%;
}
.detail-inner-section-header ul{
	padding:0 0 7px 0;
}
.detail-inner-section-header ul li{
	display:inline;
	margin:0 5px 0 0;
}
.detail-inner-section-header ul li a{
	color:#828282;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	text-transform:uppercase;
}
.detail-inner-section-header ul li:last-child a:after {
    content: "";
}

.detail-inner-section-header ul li a:hover{
	text-decoration:underline;
	color:#000;
}
.detail-inner-section-header ul li a:after{
	content:" >";	
}
.gap{
	clear:both;
}
.product-info{
	width:100%;	
	padding:0 10px;
}
.product-info tr{
	border:1px solid #b4b4b4;		
}
.product-info th{
	width:29%;
	font-size:14px;
	font-weight:600;
	color:#020306;
	padding:10px;
}
.product-info th p{
	font-size:10px;
	color:#7c7c7d;
	text-transform:uppercase;
	padding:0;	
}
.product-info td{
	width:80%;
	color:#020306;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;	
}
.price{
	background-color:#eeeeee;
}
.price td{
	font-size:22px;
	color:#de0000;	
}
.price-type{
	font-size: 10px;
    color: #7c7c7d;
    background-color: #e1e1e1;
    float: left;
    width: 99.8%;
    padding: 15px 0;
    border: 1px solid #b4b4b4;
    margin-top: -1px;
}
.price-type ul li{
    float: left;
    width: 30%;
    padding-left: 2%;	
}
.price-type ul li span{
	font-size:18px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}
.price-type ul li div{    
	width: 64%;
    float: left;
	font-weight:600;
}
.price-type ul li:last-child  div{    
	width: 78%;
    float: left;
	font-weight:600;
}
.price-type ul li:last-child{
	width: 33%;	
}

.add_this img {
    position: absolute;
    left: 0;
    top: 73%;
    z-index: 99;
}

.favorite{
	float:left;
	width:100px;
	height:33px;	
}
.favorite a{
	background:url(../images/add-fav.png) no-repeat;
	width:33px;
	height:33px;	
	display:block;
	float:left;
}
.favorite a:hover{
	background:url(../images/add-fav-hover.png) no-repeat;
	width:33px;
	height:33px;
	display:block;
	float:left;
}
.favorite p{
	font-size:10px;
	color:#6e6e6e;
	font-weight:600;
	text-transform:uppercase;
	float:left;
	margin-left:8px;
	margin-top: 5px;	
}
.cnt{
	height: 34px;
    float: left;
    padding: 6px 0;
	font-size:14px;
	color:#000000;
	font-weight:600;
	padding-left:18px;	
}
.btn_next{
  background-image: -webkit-linear-gradient(top, #ffd600, #ff9f02);
  background-image: -moz-linear-gradient(top, #ffd600, #ff9f02);
  background-image: -ms-linear-gradient(top, #ffd600, #ff9f02);
  background-image: -o-linear-gradient(top, #ffd600, #ff9f02);
  background-image: linear-gradient(to bottom, #ffd600, #ff9f02);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  color: #000;
  font-size: 14px;
  border: solid #ffa302 1px;
  text-decoration: none;
  padding: 5px 18px;
  text-transform:uppercase;
  position:relative;
      margin: 10px 0;
}
.btn_next:focus{
  background-image: -webkit-linear-gradient(top, #ffd600, #ff9f02);
  background-image: -moz-linear-gradient(top, #ffd600, #ff9f02);
  background-image: -ms-linear-gradient(top, #ffd600, #ff9f02);
  background-image: -o-linear-gradient(top, #ffd600, #ff9f02);
  background-image: linear-gradient(to bottom, #ffd600, #ff9f02);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  color: #000;
  font-size: 14px;
  border: solid #ffa302 1px;
  text-decoration: none;
  padding: 5px 18px;
  text-transform:uppercase;
  position:relative;
  outline:none;
}


.btn_next:hover{
  background: url(../images/btn-arw.png) no-repeat #ff9f02;
  background-image: -webkit-linear-gradient(top, #ff9f02, #ffd600);
  background-image: -moz-linear-gradient(top, #ff9f02, #ffd600);
  background-image: -ms-linear-gradient(top, #ff9f02, #ffd600);
  background-image: -o-linear-gradient(top, #ff9f02, #ffd600);
  background-image: linear-gradient(to bottom, #ff9f02, #ffd600);
  text-decoration: none;
  color:#000;
}	

/*.modal-dialog.fix_wid {
    width: 484px;
    height: auto;
}*/

.pop_outer {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
	text-align:center;
}

.pop_outer img {
    width: 100%;
}

.pop_txt {
    width: 73%;
    display: inline-block;
    vertical-align: middle;
}

.pop_btn {
width: 21%;
    display: inline-block;
    vertical-align: top;
    margin-top: 11px;
}

.pop_txt p {
    margin: 13px 0;
    padding: 0;
    font-family: raleway;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

input.buy_btn {
    background-image: -webkit-linear-gradient(top, #ffd600, #ff9f02);
    background-image: -moz-linear-gradient(top, #ffd600, #ff9f02);
    background-image: -ms-linear-gradient(top, #ffd600, #ff9f02);
    background-image: -o-linear-gradient(top, #ffd600, #ff9f02);
    background-image: linear-gradient(to bottom, #ffd600, #ff9f02);
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    color: #000;
    font-size: 14px;
    border: solid #ffa302 1px;
    text-decoration: none;
    padding: 5px 16px;
    /* float: right; */
    text-transform: uppercase;
    font-family: raleway;
    letter-spacing: -1px;
    font-weight: 500;
	margin-left: 24px;
}
input.buy_btn:hover{
background-image: -webkit-linear-gradient(top, #ff9f02, #ffd600);
    background-image: -moz-linear-gradient(top, #ff9f02, #ffd600);
    background-image: -ms-linear-gradient(top, #ff9f02, #ffd600);
    background-image: -o-linear-gradient(top, #ff9f02, #ffd600);
    background-image: linear-gradient(to bottom, #ff9f02, #ffd600);
    text-decoration: none;
	color:#000;
}
img.arrow1 {
position: absolute;
    right: 4%;
    top: 87%;
}
/* REGISTER PAGE */
.client {
    width: 106px;
    height: 106px;
	margin: 0 auto;
}
.client img{
	-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;	
}
.register-left-panel{
	width:536px;
	float:left; 
	height:auto;
	overflow:hidden;
	padding:0px;
	margin:0 20px 0 0;
	text-align:center;
}
.register-right-panel{
	width:441px;
	float:left; 
	height:auto;
	position: relative;
}
.testi_carsoule{
	width:464px;
	height:auto;
	padding:212px 0 0 0;
}
.client_name{
	font-size:12px;
	color:#000;
}
.client_name h1{
	font-size:24px;
	font-weight:700;
	color:#000;
	padding:16px;
}

.client_name p{
	font-family:Arial, Helvetica, sans-serif;
}
.signup_main{
	width:441px;
	height:auto;
	background:#e9e9e9;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin:80px 0 0 0;
float:left;
}
.signup_main h1 {
    font-size: 30px;
    color: #000;
    padding: 16px 0 16px 22px;
    float: left;
    width: 95%;
    border-bottom: 2px solid #fff;
}
.signup_head{
	width:100%;
	float:left;
	padding: 0;
}

.order_head{
	width:100%;
	float:left;
	padding: 0;
	    margin: 50px 0 2px 0 !important;
}

.order_head li{
	float:left;
    border-right: none;
}

.order_head .active li{
    padding: 10px 5.5px;
}
ul.order_head li img{
	float:left;	
}
.order_head li a {
    padding: 14px 35.6px;
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #9A9A9A;
    border: 1px solid #FFF;
    border-right: none;
    background: #F1F1F1;
}
.tab_div {
    background: #FFFFFF;
    float: left;
    width: 99.8%;
    padding: 20px 15px;
    margin: -3px 0px;
    border: 1px solid #ccc;
    border-top: none;
}
ul.order_head li div{
	float:left;
	width: auto;
    padding: 2px 22px;
	color:#636363;
	font-size:12px;
	text-transform:uppercase;	
	font-weight:700;
	line-height:16px;
}
ul.order_head li strong{
	font-size:24px;	
	text-transform:uppercase;
	font-weight:700;	
}

.signup_head li{
	float:left;
	padding:10px 20.4px;
	background:#d4d4d4;
}
.active li{
    padding: 10px 20.4px;
}


/*ul.signup_head li:first-child{
	border-right:2px solid #fff;
}*/
ul.signup_head li img{
	float:left;	
}

ul.signup_head li div{
	float:left;
	width: auto;
    padding: 10px 10px;
	color:#636363;
	font-size:12px;
	text-transform:uppercase;	
	font-weight:700;
	line-height:16px;
}
ul.signup_head li strong{
	font-size:24px;	
	text-transform:uppercase;
	font-weight:700;	
}
.signup_form{
	float:left;
	width:90.2%;
	padding:30px 22px;	
}
.signup_form input[type="text"],
.signup_form input[type="password"]{
	width: 94.5%;
    background: #e9e9e9;
    border: 1px solid #b4b4b4;
    padding: 0 9px;
    float: left;
    margin-bottom: 15px;
    height: 40px;
	color:#7c7c7c !important;
}
p.sign_policy{
	font-weight:700;
	color:#363636;
	font-size:12px;
	float:left;
	margin: 0;
    padding: 10px 0 20px 0;	
}
.signup_form input[type="checkbox"]{
	margin-right:5px;
	vertical-align: middle;	
}

.flt_right{
	float:right !important;
	clear:both;	
}
.flt_left{
	float:left !important;	
}
.login_form{
	width: 91%;
    height: auto;
    padding: 139px 15px;
}
p.lost_pass {
    text-align: left;
    float: left;
    width: 100%;
    padding: 10px 0;
}
.login_form h1{
	font-size:24px;
	color:#000;
	padding:15px 0;
	margin:0;
	font-family: 'Raleway', sans-serif;	
}

.login_form input[type="text"],
.login_form input[type="password"]{
	width: 94.5%;
    background: #e9e9e9;
    border: 1px solid #b4b4b4;
    padding: 0 9px;
    float: left;
    margin-bottom: 15px;
    height: 40px;
	color:#7c7c7c !important;
}

.modal_close {
        float: right;
    margin-right: 7px;
    margin-top: 7px;
    background: #fff;
    border-radius: 50%;
    padding: 2px 4px;
	font-size:12px;
	color:#262626;
}
.modal_close:hover{
	color:#F00;	
}
p.remember_me{
    color: #363636;
    font-size: 12px;
    float: left;
    margin: 0;
    padding: 7px 0 5px 15px;
    text-transform: uppercase;
	font-weight:700;
	
}
.remember_me input[type="checkbox"]{
	margin-right: 5px;
    vertical-align: sub;	
}
a.fgp{
	font-weight: 700;
    color: #363636;
    font-size: 12px;
    margin: 0;
    padding: 10px 0;
	text-decoration:underline;
	 font-family: 'Raleway', sans-serif;
	 float:left;
}

.welcome_msg{
	font-size:12px;
	color:#000;
}
.welcome_msg h1{
	font-size:24px;
	font-weight:700;
	color:#3AAE0B;
	padding:16px;
}
.welcome_msg strong{
	color:#000;
}
.welcome_msg p{
	font-family:Arial, Helvetica, sans-serif;
}
.welcome_pic {
    width: 106px;
    height: 106px;
	margin: 0 auto;
}


/* //////////////////// PROFILE PAGE ///////////////////////// */

.profile_menu{
	max-width: 300px;
	margin: 3px auto;
	background:#e9e9e9;
	padding:0;
}	
.profile_menu ul{
	padding:0 8px;
	margin:0;	
}
.profile_menu ul li{
	padding:0;
	margin:0;
	border-bottom: 1px solid #b4b4b4;
}
.profile_menu ul li:last-child{
	border-bottom:none;	
}

.profile_menu ul li a{
	text-transform: uppercase;
    font-size: 12px;
    color: #656565;
    padding: 10px 0;
    display: block;	
	font-weight:400;
}
.profile_menu ul li a:hover{
	color:#1a1b1e;	
}
.active{
	color:#1a1b1e !important;	
}
.order_head a.active {
        color: #1a1b1e !important;
    background: #FFFFFF;
    border-bottom: none !important;
    border: 1px solid #ccc;
    margin: 1px 0 0 0;
    z-index: 999;
    position: relative;
}
.profile_pic{
	width:100%;
	background:#d4d4d4;
	text-align:center;
}
.profile_pic img{
	border-radius:50%;
	border:3px solid #fff;
	margin:14px 0;	
}
#progressbar{
	width: 92%;
    height: 20px;
    background: #fff;
    position: relative;
    text-align: center;
    margin: 0 auto;
    border-radius: 3px;
	overflow:hidden;
}
#green_bar{
	width: 25%;
    height: 20px;
    background: #5ea700;
    position: absolute;
}
#progressbar span{
	text-transform: uppercase;
    font-size: 11px;
    color: #1a1b1e;
    width: 100%;
    position: relative;
		
}
.profile_pic p{
	color:#535353;
	font-size:12px;
	text-transform:uppercase;	
	text-align:left;
	padding:15px 8px;
}
.profile_pic strong{
	color:#1a1b1e;
	font-size:14px;
	text-transform:none;
	font-weight:600;
}
.inner-section-header h3{
	    background: #ebebeb;
    font-weight: 600;
    font-size: 24px;
    color: #010101;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    padding: 7px; 	
}
a.edit_details{
	    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    float: right;
    margin:2px 14px 0 0;
    padding: 6px 0 2px 20px;
    background: url(../images/edit-ico.png) no-repeat 0 3px;
}
a.edit_details:hover{
	background:url(../images/edit-ico-hover.png) no-repeat 0 3px;
	color:#5ea700;
}
a.edit_details:focus{
	background:url(../images/edit-ico-hover.png) no-repeat 0 3px;
	color:#5ea700;
}
.prf_frm_col1{
	width: 100%;
    float: left;
	margin: 15px 0 0 0;
}
.prf_frm_col2{
	width: 48.5%;
    float: left;
    margin: 15px 20px 0 0;	
}
.prf_frm_col2:nth-child(2n+1){
    margin: 15px 0 0 0;	
}
 div#reports {
    margin: 15px 0 0 0;
}
div#positions {
    margin: 15px 20px 0 0;
}

div#position_report {
    padding: 0 10px;
    font-size: 12px;
    line-height: 18px;
    background: #ECECEC;
}
div#position_report h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 14px 0;
    margin: 5px 0 0 0;
    border-top: 1px dashed #ccc;
}
div#position_report h3:first-child {
    border-top: none;
}
div#position_report p {
    padding: 0 0 10px 0;
}

label.position_report {
    font-size: 13px;
    color: #FFFFFF;
    padding: 6px 10px;
    margin: 0;
    background: #568CDE;
    width: 100%;
}
div#position_report h2 {
    width: 102.87%;
    background: #FD7B7B;
    font-size: 11px;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    color: #823232;
    margin: 0 -10px;
    float: left;
}

.prf_frm_col4{
	width: 22.7%;
    float: left;
    margin: 15px 22px 0 0;	
}
.prf_frm_col4:nth-child(4n+4){
    margin: 15px 0 0 0;	
}
.prf_frm label{
	font-size: 10px;
    text-transform: uppercase;
    color: #7c7c7c;
    padding-left: 10px;
    margin: 0;
}
.prf_frm input{
	    box-shadow: 0px 1px 0px #b4b4b4;
    color: #1a1b1e;
    padding: 10px;
    border: none;
    height: 35px;
    margin: 0;
    display: block;
	    width: 100%;
}
.prf_frm select {
    color: #1a1b1e;
    padding: 5px 10px !important;
    height: 35px;
    margin: 0;
    display: block;
}
.prf_frm input:focus{
	outline:none;
	border:none;	
}
.prf_frm_textarea{
	width: 100%;
    float: left;
    margin: 15px 0 0 0;	
}
.prf_frm_textarea textarea{
	box-shadow: 0px 1px 0px #b4b4b4;
    color: #1a1b1e;
    padding: 10px;
    border: none;
    height: 100px;
    margin: 0 0 25px 0;
    display: block;
	width: 100%;
}
.prf_frm textarea:focus{
	outline:none;
	border:none;	
}
 .prf_frm_textarea label {
    font-size: 14px;
    text-transform: uppercase;
    color: #272727;
    padding-left: 10px;
    margin: 0;
}
.deactivate,
.deactivate:hover,
.deactivate:focus{
	cursor:default;
	opacity:0.5;
	background: rgba(235,235,235,1);
background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(171,171,171,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,235,235,1)), color-stop(100%, rgba(171,171,171,1)));
background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(171,171,171,1) 100%);
background: -o-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(171,171,171,1) 100%);
background: -ms-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(171,171,171,1) 100%);
background: linear-gradient(to bottom, rgba(235,235,235,1) 0%, rgba(171,171,171,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ababab', GradientType=0 );
border:none;
    clear: both;
}

a.add_players{
	text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    float: right;
    margin: 2px 0 0 0;
    padding: 6px 0 2px 25px;
    background: url(../images/add-player-ico.png) no-repeat 0 3px;
}
a.add_players:hover,
a.add_players:focus{
	background:url(../images/add-player-ico-hover.png) no-repeat 0 3px;
	color:#5ea700;
}

.player_cont{
	width:135px;
	height:auto;
	border:1px solid #b4b4b4;
	border-radius:3px;
	background:#fff;
	margin:15px 16.5px 0 0;
	padding:0 0 8px 0;	
	float:left;
}
.player_pic{
	width: 100%;
    height: 107px;
    overflow: hidden;
    text-align: center;
    background: #fff;
    padding: 0;
    border: 4px solid #fff;
    -webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.player_pic img{
	height:100%;
	width:auto;	
}
.player_cont ul{
	padding:2px;	
}
.player_cont ul li{
	color:#626262;
	font-size:10px !important;
	text-transform:uppercase;
	padding: 1px 5px !important;	
}
.player_cont ul li:first-child{
	font-size:12px !important;
}
.player_cont ul li.name_title{
	color:#1a1b1e;
	font-size:12px;
	text-transform:none;	
}
.player_cont ul li.nik_name{
	color:#1a1b1e;
}
a.q_edit {
    color: #626262;
    font-size: 10px;
    text-transform: uppercase;
    padding: 3px 0 3px 19px;
    background: url(../images/edit-ico.png) no-repeat 0 0;
    margin-left: 8px;
    font-weight: 600;
}
a.q_edit:hover,
a.q_edit:focus{
	color:#5ea700;
	background:url(../images/edit-ico-hover.png) no-repeat 0 0;
}

a.q_delete {
    color: #626262;
    font-size: 10px;
    text-transform: uppercase;
    padding: 3px 0 3px 19px;
    background: url(../images/del-ico.png) no-repeat 0 0;
    margin-left: 8px;
    font-weight: 600;
}
a.q_delete:hover,
a.q_delete:focus{
	color:#ff0000;
	background: url(../images/del-ico-hover.png) no-repeat 0 0;
}
.player_cont:hover {
    background: #D4D4D4;
} 
.player_cont:hover a.q_edit{
	background:url(../images/edit-ico-box-hover.png) no-repeat 0 0;
	color:#898989;
}
.player_cont:hover a.q_delete{
	background:url(../images/del-ico-box-hover.png) no-repeat 0 0;
	color:#898989;
}
.player_cont:hover .player_cont ul li{
	color:#898989;
}
.player_cont:hover li.name_title {
    color: #1A1B1E;
} 
.player_cont:hover li.nik_name {
    color: #1A1B1E;
}
.player_cont:hover a.q_edit:hover,
.player_cont:hover a.q_edit:focus{
	color:#5ea700;
	background: url(../images/edit-ico-hover.png) no-repeat 0 0;
}

.player_cont:hover a.q_delete:hover,
.player_cont:hover a.q_delete:focus{
	color:#ff0000;
	background: url(../images/del-ico-hover.png) no-repeat 0 0;
}
/*.player_cont:nth-child(5n+1){
	margin:15px 0 0 0;	
}*/
.player-slider{
	width: 189px;
    float: left;
    background: #FFF;
    height: 189px;
    overflow: hidden;
    padding: 4px;
    border: 1px dotted #949494;
   
}
ul.bxslider li {
    float: left;
    margin: 0 5px 0 0 !important;
}
.player-slider img {
        width: auto;
    height: 180px;
}
.players_manage{
    float: left;
    padding: 10px 10px;
    width: 233px !important;
}	

.players_manage a.edit_details{
	text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    float: left;
    margin: 0 0 15px 0;
    padding: 0px 0 0px 20px;
    background: url(../images/edit-ico.png) no-repeat 0 0px;
}
.players_manage a.edit_details:hover{
	background:url(../images/edit-ico-hover.png) no-repeat 0 0;
	color:#5ea700;
}
.players_manage a.edit_details:focus{
	background:url(../images/edit-ico-hover.png) no-repeat 0 0;
	color:#5ea700;
}


a.delete_profile{
	text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    float: left;
    margin: 0 0 15px 0;
    padding: 0px 0 0px 20px;
    background: url(../images/del-ico.png) no-repeat 0 0px;
}
a.delete_profile:hover{
	background:url(../images/del-ico-hover.png) no-repeat 0 0;
	color:#ff0000;
}
a.delete_profile:focus{
	background:url(../images/del-ico-hover.png) no-repeat 0 0;
	color:#ff0000;
}


a.add_players_pic{
	text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    float: left;
    margin: 0 0 15px 0;
    padding: 0px 0 0px 20px;
    background:url(../images/player-picl-ico.png) no-repeat 0 0px;
}
a.add_players_pic:hover{
	background:url(../images/player-picl-ico-hover.png) no-repeat 0 0;
	color:#1f34ac;
}
a.add_players_pic:focus{
	background:url(../images/player-picl-ico-hover.png) no-repeat 0 0;
	color:#1f34ac;
}
.player_detail-head{
	width:100%;
	float:left;
	color:#1a1b1e;
	border-bottom:1px solid #d4d4d4	;
	font-size:14px;
	font-weight:600;
}

.per_head {
    background: #7c7c7e;
    padding-left: 6px;
	    height: 37px;
}

.left_txt{
	width:24%;
	vertical-align:middle;
	display:inline-block;
	    padding: 5px 0;
}
.left_txt h1 {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    margin-bottom: 0;
}

.right_txt{
	    width: 18%;
    vertical-align: middle;
    display: inline-block;
    float: right;
    padding: 2px;
}

.right_txt h3 {
    color: #fff;
    font-size: 14px;
    padding-top: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0;
}

.personalize_outer {
    padding-top: 133px;
}
.row.no-marg {
    margin: 0;
    padding-top: 6px;
}

.player_name {
	background: #ebebeb;
    padding-top: 10px;
    width: 32% !important;
    margin-right: 6px;
    padding-left: 6px !important;
    padding-right:5px !important;
	    padding-bottom: 12px;
}

.player_detail {
   padding-bottom:0;
   padding-left:0 !important;
   padding-right:0 !important;
   padding-top:0;
}

.primary_detail {
    background: #fafafa;
    padding: 7px;
    border: 1px solid #ccc;
    width: 100% !important;
	margin-left:8px;
}

.secondary_detail {
    background: #fafafa;
    padding: 10px;
    border: 1px solid #ccc;
    width: 100% !important;
	margin-left:8px;
	margin-top: 8px;
}

.tercery_detail {
    background: #fafafa;
    padding: 10px;
    border: 1px solid #ccc;
    width: 100% !important;
	margin-left:8px;
	margin-top: 8px;
}

.select_team {
    width: 50%;
    vertical-align:middle;
	display:inline-block;
}

.select-player {
    width: 48%;
    vertical-align:middle;
	display:inline-block;
}

.select_team h3 {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
}

.select-player h3{
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
}

select.team_slct {
    width: 100%;
    padding: 2px;
    font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	 border: 1px solid #bbb;
	appearance:none;
		-webkit-appearance:none;
			-moz-appearance:none;
				-o-appearance:none;
					-ms-appearance:none;
    background-image:url(../images/arw.png);
	background-position:97% center;
	background-repeat:no-repeat;
}
select.player_slct {
    width: 100%;
    padding: 2px;
	 border: 1px solid #bbb;
    font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	appearance:none;
		-webkit-appearance:none;
			-moz-appearance:none;
				-o-appearance:none;
					-ms-appearance:none;
   background-image:url(../images/arw.png);
	background-position:97% center;
	background-repeat:no-repeat;
}

.player_img_slider {
        width: 311px;
    margin-top: 7px;
    height: 311px;
    overflow: hidden;
	text-align:center;
}
.player_img_slider img {
    height: 311px !important;
    width: auto !important;
	margin: 0 auto;
	}
.player_img_slider li {
    background: #ccc;
}
.player_img_slider img {
    width: 99.1%;
}

.prev_nxt {
    background: #5ea700;
    width: 99.1%;
	height: 30px;
	border-radius: 0 0 4px 4px;
		-webkit-border-radius: 0 0 4px 4px;
			-moz-border-radius: 0 0 4px 4px;
				-o-border-radius: 0 0 4px 4px;
					-ms-border-radius: 0 0 4px 4px;
}

.prev {
    width: 10%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-top: 9px;
    margin-left: 4px;
    float: left;
    height: 21px;
}
.name {
    width: 77%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-top: 9px;
    height: 21px;
}
.next {
    width: 10%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    float: right;
    height: 21px;
    margin: 9px 5px 0 0;
}
.prev h2 a, .next h2 a{
    margin: 0;
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}

.prev h2, .next h2{
    margin: 0;
}

.name h3 {
    margin: 0;
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}

.shadow img {
    width: 100%;
}
.shadow {
    text-align: center;
    margin-top: -9px;
    width: 100%;
    float: left;
}

.player {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
}

.jursey {
    width: 38%;
    display: inline-block;
    vertical-align: middle;
}

.player h5{
    text-transform: uppercase;
    font-size: 11px;
    color: #000;
    margin: 0;
		font-family: 'Open Sans', sans-serif;
}

.jursey h5 {
    text-transform: uppercase;
    font-size: 11px;
    color: #000;
    margin: 0;
	text-align:right;
		font-family: 'Open Sans', sans-serif;
}

.player h1{
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
    color: #000;
		font-family: 'Open Sans', sans-serif;
}

.jursey h1  {
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
    color: #000;
	text-align:right;
		font-family: 'Open Sans', sans-serif;
}

.player_in {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.add_player {
    width: 48%;
    display: inline-block;
    vertical-align: top;
	text-align:right;
}

.player_in h2 {
    font-size: 30px;
    float: left;
    color: #000;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    width: 29%;
	padding: 0;
}

.player_in p {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
    margin: 2px 0;
    padding: 0;
    float: left;
    width: 50%;
}
.add_player h4 a{
    font-size: 11px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
	 font-family: 'Open Sans', sans-serif;
}

.border {
    margin-top: 20px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 7px;
    padding-bottom: 7px;
}

.btn_grp {
    margin-top: 18px;
}
button.save_detail {
        background: #1f34ad;
    border: none;
    padding: 7px;
    border-radius: 5px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    float: left;
    margin-right: 24px;
}

button.save_detail:hover{
	background:#000;
}
.primary_subject {
        border-bottom: 1px solid #d9d9d9;
    padding-bottom: 0px;
    height: 40px;
}
.primary_txt {
    width: 65%;
    float: left;
}

.primary_select {
    width: 33%;
    float: right;
}

img.btr {
    width: 3.6%;
    display: inline-block;
    vertical-align: middle;
}

.primary_txt h2 {
    width: 50%;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    font-weight: bold;
		 font-family: 'Open Sans', sans-serif;
}

.activty {
    width: 21%;
    display: inline-block;
    vertical-align:top;
}

.image {
    width: 21%;
    display: inline-block;
    vertical-align:top;
}

.view {
    width: 21%;
    display: inline-block;
    vertical-align:top;
}

.note {
    width: 35%;
    display: inline-block;
    vertical-align:top;
}

.back {
    position: absolute;
    left: -83px;
    top: 0;
}

.activty h2{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #656565;
    padding: 0;
    margin: 0 0 12px 0;
	font-family: 'Open Sans', sans-serif;
}

.image h2{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #656565;
    padding: 0;
    margin: 0 0 12px 0;
	font-family: 'Open Sans', sans-serif;
}

.view h2{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #656565;
    padding: 0;
    margin: 0 0 12px 0;
	font-family: 'Open Sans', sans-serif;
}
.note h2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #656565;
    padding: 0;
    margin: 0 0 16px 0;
	font-family: 'Open Sans', sans-serif;
}

.activity_devider {
    margin-top: 18px;
}

.squaredTwo {
	width: 14px;
	height: 14px;
	position: relative;
	    float: left;
	/*background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	margin: 20px auto;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	*/
}

.dfnces {
    float: left;
    margin: 0;
}
.dfnces h2 {
    font-size: 12px;
        margin: 3px 0 0 12px;
    color: #7c7c7c;
    text-transform: capitalize;
    font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}


.squaredTwo label {
	cursor: pointer;
	position: absolute;
	width: 12px;
	height: 12px;
	left: 0px;
	top: 4px;
	border:1px solid #A2A2A2;
	background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
	background: -moz-linear-gradient(top, #fff 0%, #fff 100%);
	background: -o-linear-gradient(top, #fff 0%, #fff 100%);
	background: -ms-linear-gradient(top, #fff 0%, #fff 100%);
	background: linear-gradient(top, #fff 0%, #fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=0 );
}

.squaredTwo label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
opacity: 0;
    content: '';
    position: absolute;
    width: 7px;
    height: 4px;
    background: transparent;
    top: 2px;
    left: 2px;
    border: 2px solid #737373;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.squaredTwo label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squaredTwo input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

ul.align_dwn li {
    list-style-type: none;
    display: inline-block;
	padding: 2px 0;
	width:100%;
}
ul.align_dwn {
    margin: 0 !important;
    padding: 0;
}

.roundedOne {
	width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    margin: 0px auto;
    float: left;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius:0px;
    /* -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5); */
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    /* box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5); */
    position: relative;
    top: 12px;
}

.roundedOne label {
    cursor: pointer;
    position: absolute;
    width: 11px;
    height: 11px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    left: 1px;
    top: 1px;
    /* -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1); */
   /* -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);*/
    /* box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1); */
    background: -webkit-linear-gradient(top, #ccc 0%, #ccc 100%);
    background: -moz-linear-gradient(top, #ccc 0%, #ccc 100%);
    background: -o-linear-gradient(top, #ccc 0%, #ccc 100%);
    background: -ms-linear-gradient(top, #ccc 0%, #ccc 100%);
    background: linear-gradient(top, #ccc 0%, #ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#ccc',GradientType=0 );
}

.roundedOne label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
opacity: 0;
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #808080;
    background: -webkit-linear-gradient(top, #808080 0%, #808080 100%);
    background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
    background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
    background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
    background: linear-gradient(top, #00bf00 0%, #009400 100%);
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    /* -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5); */
    /* -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5); */
    /* box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5); */
}

.roundedOne label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.roundedOne input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	
}

input[type=radio].css-checkbox {
position:absolute;
 z-index:-1000; 
 left:-1000px; 
 overflow: hidden; 
 clip: rect(0 0 0 0); 
 height:1px; 
 width:1px; 
 margin:-1px; 
 padding:0; 
 border:0;   
}

input[type=radio].css-checkbox + label.css-label {
	height: 0px;
    display: block;
    line-height: 22px;
    background-repeat: no-repeat;
    font-size: 12px;
    color: #7c7c7c;
    text-transform: capitalize;
    font-weight: 600;
    vertical-align: middle;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    background-position: -7px 3px;
}

input[type=radio].css-checkbox:checked + label.css-label {
	background-position: -7px -16px;
	
}
label.css-label {
	background-image:url(../images/tick.png);
	background-size:30px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: .4s ease-in-out all;
		-webkit-transition: .4s ease-in-out all;
			-moz-transition: .4s ease-in-out all;
				-ms-transition: .4s ease-in-out all;
					-o-transition: .4s ease-in-out all;
}

.radio {
    position: relative;
    display: block;
    margin-top: 1px !important;
    margin-bottom: 0px !important;
}

textarea.notes {
    width: 100%;
    border: 1px solid #ccc;
    resize: none;
    height: 107px;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#666;
}

/*----------------------LOG IN POPUP---------------------*/
#loginform
{
   width:500px;
   height:330px;
   margin-top:100px;
   background-color:#585858;
   border-radius:3px;
   box-shadow:0px 0px 10px 0px #424242;
   padding:10px;
   box-sizing:border-box;
   font-family:helvetica;
   visibility:hidden;
}
#loginform #close_login
{
   position:absolute;
   top:140px;
   left:735px;
   width:15px;
   height:15px;
}
#loginform p
{
   margin-top:40px;
   font-size:22px;
   color:#E6E6E6;
}
#loginform #login
{
   width:250px;
   height:40px;
   border:2px solid silver;
   border-radius:3px;
   padding:5px;
}
#loginform #password
{
   margin-top:5px;
   width:250px;
   height:40px;
   border:2px solid silver;
   border-radius:3px;
   padding:5px;
}
#loginform #dologin
{
   margin-left:-5px;
   margin-top:10px;
   width:250px;
   height:40px;
   border:none;
   border-radius:3px;
   color:#E6E6E6;
   background-color:grey;
   font-size:20px;
}
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

.popupContainer{
    background: url(../images/login-bg.png) no-repeat left top #fff;
    height: auto;
    left: 52% !important;
    position: absolute !important;
    top: 20% !important;
    width: 26.3%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.btn {padding:10px 20px; background: #F4F4F2;}
.btn_red {background: #ED6347; color: #FFF;}

.btn:hover {background: #E4E4E2;}
.btn_red:hover {background: #C12B05;}

a.btn {color:#666; text-align: center; text-decoration: none;}
a.btn_red {color: #FFF;}

.one_half {width:50%; display: block; float:left;}
.one_half.last {width:45%; margin-left:5%;}

/* Popup Styles*/
.popupHeader {font-size:16px; text-transform: uppercase;}
.popupHeader {background:#F4F4F2; position:relative; padding:10px 20px; border-bottom:1px solid #DDD; font-weight:bold;}
.popupHeader .modal_close {position: absolute; right: 0; top:0; padding:10px 15px; background:#E4E4E2; cursor: pointer; color:#aaa; font-size:16px;}

.popupBody {padding:20px;}

input.num {
    width: 100%;
}

.bating_title H3 {
    MARGIN: 0;
    TEXT-TRANSFORM: uppercase;
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.para{
    height: auto;
    float: left;
	    width: 100%;
}

.accordion {
    margin-top: 200px;
}
.accor{
}
.accor .accordion {
	width: 100%;
    margin: 3px auto !important;
    background: #e9e9e9;
    padding: 10px 8px;
    float: left;
}
.image_radio input.css-checkbox[type="radio"] {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: relative;
    left: -17px;
    top: -202px;
    width: 1px;
    z-index: 9999;
}

.image_radio label.css-label {
    -moz-user-select: none;
    background-image: url("../images/tick.png");
    background-size: 30px auto;
    transition: all 0.4s ease-in-out 0s;
}


.image_radio input.css-checkbox[type="radio"]:checked + label.css-label {
    background-position: -7px -16px;
}

.theme_outer .bx-wrapper {
    max-width: 100% !important;
    background: #fff;
    padding: 8px 23px 8px 23px;
    border: 1px solid #ccc;
}

.theme_outer .slide1 {
    width: auto !important;
    height: 111px;
    margin-right: 10px !important;
	overflow:hidden;
}
ul.slider_theme li {
    z-index: 9999;
}
.theme_outer  .bx-wrapper .bx-viewport {
    left: 0px;
}

.theme_outer .bx-wrapper .bx-prev {
    left: 7px;
    background: url(../images/slide_btn.png);
    background-repeat: no-repeat;
    top: 70px;
}
.theme_outer .bx-wrapper .bx-next {
    right: -18px;
    background:url(../images/slide_btn1.png);
	background-repeat:no-repeat;
	top: 70px;
}
.theme_outer .bx-wrapper .bx-next:hover {
    background-position: inherit;
}

.theme_outer {
    background: #ebebeb;
    padding: 7px;
    margin-top: 5px;
}

.theme_name h3 {
    font-size: 14px;
    margin: 10px 0;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
}
.overlay label.css-label.radGroup1 {
        float: right;
    right: 0;
    top: -6px;
    position: relative;
}

.overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	border:3px solid #9d9d9d;
    opacity: 0;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}

.overlay:hover {
    opacity: 1;
	border:3px solid #9d9d9d;
}

.staf_banner {
    margin: 20px 0;
}

ul.staff {
	margin: 0 !important;
    padding: 0;
    overflow-y: scroll;
    height: 200px;
    overflow-x: hidden;
}
ul.staff li img:hover {
    border: 1px solid #ccc;
	height: 54px;
    width: 54px;
}
ul.staff li img {
    border: 1px solid transparent;
	height: 54px;
    width: 54px;
}
ul.staff li:hover {
    background: transparent !important;
}
ul.staff li {
    display: inline-block;
	padding: 3px 3px !important;
	position:relative;
}



.hover:hover{
	opacity:1;
	    border: 1px solid #ccc;
}
.hover {
    width: 54px;
    height: 54px;
    position: absolute;
    right: 3px;
    top: 3px;
    opacity: 0;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
	border:1px solid transparent;
}

.hover .radio {
    right: -40px;
    top: -13px;
}

.btn-per {
    margin-top: 20px;
}

.btn-per button.save_detail {
    margin-bottom: 9px;
}

.banner_detail h2 {
    margin: 0;
    padding-bottom: 12px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    width: 100%;
    border-bottom: 1px solid #ccc;
	 font-family: 'Open Sans', sans-serif;
}
input.bnr_tit, input.bnr_sub_tit {
    box-shadow: 0px 1px 0px #b4b4b4;
    color: #1a1b1e;
    padding: 10px;
    border: none;
    height: 35px;
    margin: 0;
    display: block;
    width: 100%;
}
input.quest{
    box-shadow: 0px 1px 0px #b4b4b4;
    color: #1a1b1e;
    padding: 10px;
    border: none;
    height: 35px;
    margin: 0;
    display: block;
    width: 100%;
}

input.bnr_tag{
    box-shadow: 0px 1px 0px #b4b4b4;
    color: #1a1b1e;
    padding: 10px;
    border: none;
    height: 35px;
    margin: 0;
    display: block;
    width: 100%;
}
textarea.bnr_cont{
    box-shadow: 0px 1px 0px #b4b4b4;
    color: #1a1b1e;
    padding: 10px;
    border: none;
    height: 100px;
    margin: 0 0 25px 0;
    display: block;
    width: 100%;
	resize:none;
}

.dwn {
      width: 100%;
    float: left;
    margin: 20px 0 0 0;
}

.midl {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}

.baneer_form {
    margin-top: 20px;
}
.time_schdl h2 {
    margin-top:30px;
    padding-bottom: 12px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
	clear:both;
}

.time_detail h2 {
    margin-top: 0px;
    padding-bottom: 12px;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    margin-right: 13px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #b4b4b4;
}

.up label, .up1 label, .midl label, .dwn label  {
    font-size: 10px;
    text-transform: uppercase;
    color: #7c7c7c;
    padding-left: 10px;
    margin: 0;
}

.up1{
    width: 37%;
    float: left;
    vertical-align: middle;
}

.up{
    width: 30%;
    float: left;
    vertical-align: middle;
    margin-right: 10px;
}

.up_sec {
    margin-bottom: 12px;
}


.filediv {
    width: 100%;
}
.abcd {
        float: left;
    margin: 0 0 5px 0;
    position: relative;
    width: 100%;
    height: 56px;
    border-bottom: 1px solid #ccc;
    padding: 0 0;
}
.default {
    left: 57px;
    position: absolute;
    top: 15px;
}
.delete {
    right: 2px;
    position: absolute;
    top: 20px;
}
 .prf_frm_col5 {
    width: 20.7%;
    float: left;
    margin: 15px 22px 0 0;
    font-size: 12px;
}
.prf_frm_col6 {
    width: 30.5%;
    float: left;
    margin: 15px 16px 0 0;
    font-size: 12px;
}
 .prf_frm2 input {
    box-shadow: 0px 1px 0px #b4b4b4;
    color: #1a1b1e;
    padding: 5px;
    border: none;
    height: 35px;
    margin: 0;
    display: block;
    width: 100%;
}
 .prf_frm2 label {
    font-size: 10px;
    text-transform: uppercase;
    color: #7c7c7c;
    padding-left: 5px;
    margin: 0;
}
 .prf_frm_col7 {
    width: 43.5%;
    float: left;
    margin: 15px 0px 0 0;
    font-size: 12px;
}
 a.q_edit {
    color: #626262;
    font-size: 10px;
    text-transform: uppercase;
    padding: 3px 0 3px 19px;
    background: url(../images/edit-ico.png) no-repeat 0 0;
    margin-left: 8px;
    font-weight: 600;
}
a.q_edit:hover,
a.q_edit:focus{
 color:#5ea700;
 background:url(../images/edit-ico-hover.png) no-repeat 0 0;
}

a.q_delete {
    color: #626262;
    font-size: 10px;
    text-transform: uppercase;
    padding: 3px 0 3px 19px;
    background: url(../images/del-ico.png) no-repeat 0 0;
    margin-left: 8px;
    font-weight: 600;
}
a.q_delete:hover,
a.q_delete:focus{
 color:#ff0000;
 background: url(../images/del-ico-hover.png) no-repeat 0 0;
}
.action{
float: right;
}
.btng_cat_col-10 {
    float: left;
    margin: 0 4px;
    width: 10%;
}
.btng_cat_col-10 input{
	border-bottom:1px solid #D2D2D2;
	border-top:none;
	border-left:none;
	border-right:none;
}
.btng_cat_col-10 label {
    font-size: 12px;
    color: #666;
}
.accordion-content h2 {
    width: 100%;
    float: left;
    padding: 0;
}
.accordion-content h2 a {
    padding: 5px 8px;
    font-size: 12px;
    font-weight: bold;
    background: #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    margin-left: 0;
    clear: both;
}
.accordion-content h2 a:hover {
    background:#2034AD;
}
input#add_more {
    padding: 6px 10px;
    height: 27px;
    font-size: 12px;
}
div#addedRows {
    height: 145px !important;
    margin-bottom: 5px;
}
img.glass {
       position: absolute;
    top: 20%;
    left: 45%;
}

.leauge_outer {
    margin-top: 25px;
    margin-bottom: 40px;
}


.leauge_id h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 700;
    width:48%;
    display:inline-block;
    vertical-align: top;
    margin: 7px 0;
	color:#000;
}

.leauge_id h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    width: 45%;
    display:inline-block;
    vertical-align: middle;
    margin: 7px 0;
	color:#000;
}

.leauge_name h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 700;
    width:35%;
    display:inline-block;
    vertical-align: middle;
    margin: 7px 0;
	color:#000;
}

.leauge_name h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    width: 60%;
    display:inline-block;
    vertical-align: middle;
    margin: 7px 0;
	color:#000;
}

.discount {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(205,205,205,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(205,205,205,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(205,205,205,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(205,205,205,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(205,205,205,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(205,205,205,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cdcdcd', GradientType=0 );
    border: 1px solid #ccc;
	position:relative;
	    width: 95%;
	padding: 12px 0px 12px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
		-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
				-ms-border-radius: 3px;
					-o-border-radius: 3px;
}

.save {
    margin-top: 15px;
}

.discount h3 {
    color: #5ea700;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
	    padding-bottom: 5px;
    font-family: 'Raleway', sans-serif;
}

img.offer {
    position: absolute;
    top: -15px;
    right: -20px;
}

.discount h4 {
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
	color: #414141;
}

.paid_top {
    background: rgba(233,233,233,1);
    background: -moz-linear-gradient(top, rgba(233,233,233,1) 0%, rgba(203,203,203,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(233,233,233,1)), color-stop(100%, rgba(203,203,203,1)));
    background: -webkit-linear-gradient(top, rgba(233,233,233,1) 0%, rgba(203,203,203,1) 100%);
    background: -o-linear-gradient(top, rgba(233,233,233,1) 0%, rgba(203,203,203,1) 100%);
    background: -ms-linear-gradient(top, rgba(233,233,233,1) 0%, rgba(203,203,203,1) 100%);
    background: linear-gradient(to bottom, rgba(233,233,233,1) 0%, rgba(203,203,203,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#cbcbcb', GradientType=0 );
	padding:5px 0 5px 7px;
}

.paid_top ul {
    margin: 0;
    padding: 0;
}
.paid_top ul li {
    display: inline-block;
    padding-right: 10px;
}
.paid_top label {
    color: #000 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
	font-family: 'Raleway', sans-serif;
}

.amount_outer {
    margin: 18px 0;

    height: 370px;
}


.col-lg-4.nopadd{
    padding:0;
}
.col-lg-2.nopadd{
    padding:0;
}

.col-lg-2.pad{
    padding-right:0;
}

label.heading {
    color: #7c7c7c;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    display: inline-block;
    max-width: 100%;
    margin-left: 5px;
    font-weight: 700;
}

input.amnt {
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 13px;
	 height: 30px;
	text-transform:uppercase;
}

.paid_btn {
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
    width: 89%;
}

input.paid {
    margin-top: 8px;
    width: 83%;
    padding:6px;
    border-radius: 3px;
    background: #66b600;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    border: none;
	transition:all .3s ease-in-out;
		-webkit-transition:all .3s ease-in-out;
			-o-transition:all .3s ease-in-out;
				-moz-transition:all .3s ease-in-out;
					-ms-transition:all .3s ease-in-out;
}
input.paid:hover{
	background:#2a2b2c;
	color:#fff;s
}

input.exempt{
	margin-top: 8px;
    width: 83%;
    padding:6px;
    border-radius: 3px;
    background: rgba(136,63,254,1);
background: -moz-linear-gradient(top, rgba(136,63,254,1) 0%, rgba(126,6,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(136,63,254,1)), color-stop(100%, rgba(126,6,255,1)));
background: -webkit-linear-gradient(top, rgba(136,63,254,1) 0%, rgba(126,6,255,1) 100%);
background: -o-linear-gradient(top, rgba(136,63,254,1) 0%, rgba(126,6,255,1) 100%);
background: -ms-linear-gradient(top, rgba(136,63,254,1) 0%, rgba(126,6,255,1) 100%);
background: linear-gradient(to bottom, rgba(136,63,254,1) 0%, rgba(126,6,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#883ffe', endColorstr='#7e06ff', GradientType=0 );
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    border: none;
	transition:all .3s ease-in-out;
		-webkit-transition:all .3s ease-in-out;
			-o-transition:all .3s ease-in-out;
				-moz-transition:all .3s ease-in-out;
					-ms-transition:all .3s ease-in-out;
}

input.exempt:hover{
	background:#2a2b2c;
	color:#fff;
}

input.no_paid{
	margin-top: 8px;
    width: 83%;
    padding:6px;
    border-radius: 3px;
    background: rgba(252,65,68,1);
background: -moz-linear-gradient(top, rgba(252,65,68,1) 0%, rgba(255,5,38,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,65,68,1)), color-stop(100%, rgba(255,5,38,1)));
background: -webkit-linear-gradient(top, rgba(252,65,68,1) 0%, rgba(255,5,38,1) 100%);
background: -o-linear-gradient(top, rgba(252,65,68,1) 0%, rgba(255,5,38,1) 100%);
background: -ms-linear-gradient(top, rgba(252,65,68,1) 0%, rgba(255,5,38,1) 100%);
background: linear-gradient(to bottom, rgba(252,65,68,1) 0%, rgba(255,5,38,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc4144', endColorstr='#ff0526', GradientType=0 );
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    border: none;
	transition:all .3s ease-in-out;
		-webkit-transition:all .3s ease-in-out;
			-o-transition:all .3s ease-in-out;
				-moz-transition:all .3s ease-in-out;
					-ms-transition:all .3s ease-in-out;
}

input.no_paid:hover{
	background:#2a2b2c;
	color:#fff;
}

.save .btn_next {
    background-image: -webkit-linear-gradient(top, #ffd600, #ff9f02);
    background-image: -moz-linear-gradient(top, #ffd600, #ff9f02);
    background-image: -ms-linear-gradient(top, #ffd600, #ff9f02);
    background-image: -o-linear-gradient(top, #ffd600, #ff9f02);
    background-image: linear-gradient(to bottom, #ffd600, #ff9f02);
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    color: #000;
    font-size: 14px;
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    border: solid #ffa302 1px;
    text-decoration: none;
    padding: 5px 5px;
    text-transform: uppercase;
    position: relative;
}
img.arw {
    margin-left: 10px;
    vertical-align: baseline;
}

.save .btn_next:hover {
    background: url(../images/btn-arw.png) no-repeat #ff9f02;
    background-image: -webkit-linear-gradient(top, #ff9f02, #ffd600);
    background-image: -moz-linear-gradient(top, #ff9f02, #ffd600);
    background-image: -ms-linear-gradient(top, #ff9f02, #ffd600);
    background-image: -o-linear-gradient(top, #ff9f02, #ffd600);
    background-image: linear-gradient(to bottom, #ff9f02, #ffd600);
    text-decoration: none;
    color: #000;
}
input#pro_pic {
    width: 121px;
    font-size: 12px;
    height: 34px;
    background: url(../images/profile-pic-ico.png) no-repeat 10px 9px #1A1B1E;
    color: #fff;
    padding: 0 33px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.spy img {
    width: 14px !important;
    height: auto !important;
}
.spy {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.total {
        border: 1px dashed #959ED6;
    padding: 8px 8px 0px 8px;
    margin: 20px 0;
    border-radius: 5px;
    background: #DBDBFF;
}
span.price {
    font-size: 26px;
    color: #2034AD;
    background: none;
    font-weight: bold;
}
.total p {
    padding: 0;
    margin: 0 0 8px 0;
    border-bottom: 1px solid #fff;
}
.total p:last-child{
    margin: 0 0 0 0;
	border-bottom:0;
}
.total h3 {
    padding: 0;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}
input#qty {
    padding: 0 3px;
    border: 1px solid #ccc;
    width: 44px;
}
.total h2 {
    font-size: 20px;
    padding: 5px 0 10px 0;
    margin: 0 0 8px 0;
    border-bottom: 1px solid #fff;
}



.orders-list {
    width: 100%;
    height: auto;
}
.orders-list tr:nth-child(odd) {
    background: #D8D8D8;
}
.orders-list tr:nth-child(even) {
    background: #ECECEC;
}

.orders-list th {
    padding: 10px 9px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    width: 30%;
    color: #2D2D2D;
    border: 2px solid #ECECEC;
}
.orders-list tr:first-child {
    background: none;
}


.orders-list td:first-child {
    width: 15%;
	font-weight: bold;
}
.orders-list td {
       padding: 10px 9px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    border-right: 2px solid #fff;
    width: 28.333333%;
}
.orders-list td:last-child {
    border-right: none;
	    text-align: center;
}
table.orders-list td a {
    font-size: 10px;
    font-weight: bold;
}
.orders-main {
    width:  100%;
    min-height: 100px;
    height: auto;
}
.orders-main p {
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: #DE0000;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 6px;
    padding: 21px;
    margin-top: 105px;
    border: 1px dashed #DE0000;
    height: 100%;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.order-left {
    width: 70%;
    float: left;
    padding-right: 15px;
}
.order-right {
    width: 30%;
    float: left;
}
.order-comment textarea {
    width: 100%;
    height: 90px;
    margin-bottom: 15px;
    border: 1px solid #B1AFAF;
}
.order-title h1 {
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
    background: #E4E4E4;
}
.order-right h2 {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    margin: 0;
    color: #333333;
}
.radio_slide{
    position: relative;
    top: -24px;
	    text-align: left;
    left: 10px;	
}

.radio label {
    min-height: 17px !important;
}

.radio_li {
    min-height: 0px !important;
    padding-top: 0px !important;
}
.order-progress {
    width: 100%;
    background: #e9e9e9;
    height: 80px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	margin: 30px 0;
}
#progressbar2{
	width: 92%;
    height: 22px;
    background: #afafaf;
    position: relative;
    text-align: center;
    margin: 0 auto;
   -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
	overflow:hidden;
}
#green_bar1{
	width: 25%;
    height: 22px;
    background: #5ea700;
    position: absolute;
}
#green_bar2{
	width: 50%;
    height: 22px;
    background: #5ea700;
    position: absolute;
}
#green_bar3{
	width: 75%;
    height: 22px;
    background: #5ea700;
    position: absolute;
}
#green_bar4{
	width: 100%;
    height: 22px;
    background: #5ea700;
    position: absolute;
}
.thankyou {
    text-align: center;
    width: 100%;
    padding: 25px 0;
}
.thankyou h3{
	font-size:30px;
	font-weight:bold;
	color:#348200;
	padding:0;
	margin:0;
}
.thankyou p{
	text-transform:uppercase;
	font-size:18px;
	color:#348200;
	padding:0;
	margin:0;
}
.order-progress ul{
	    width: 92%;
    padding: 10px 0;
    margin: 0 auto !important;
		
}
.order-progress ul li{
	float: left;
    width: 25%;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 3px 0;
    border-right: 1px solid #AFAFAF;
    margin: 10px 0 0px 0;
}
.order-progress ul li:last-child{
	border-right: none;
}
.design_temp{
	width:auto;
	float:left;
	height:auto;
	padding:10px 10px 0 10px;	
	border:1px solid #ccc;
	margin:10px 10px 0 0;
	webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.design_temp:hover{
	    box-shadow: 0px 0px 25px #A2A2A2;
    border: 1px solid #fff;
}
.design_temp h3{
	font-size:14px;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	padding:10px;
	margin:0;	
	color: #000;
}
.fee_btn span {
    font-size: 14px;
    font-weight: bold;
    color: #4C4D4E;
}
span input.no_paid {
    width: 91px;
    margin: 6px 4px;
}
span input.paid {
    width: 91px;
    margin: 6px 4px;
}