.overflow { 
	overflow: auto; 
	-webkit-overflow-scrolling: touch;
}

.loading { 
	background-image: url(../images/loader.gif); 
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: 32px; 
}

.loading.subview { 
	min-height: 300px; 
}

#container { 
	margin: 0px; 
	position: relative; 
	z-index: 2; 
	width: 110%;
	background: #e7e7e7 url(../images/bg-loop.png) repeat;

}

/*.content {
	float: left;
	width: 100%;
}*/

#container::-webkit-scrollbar {
    width: 2px;
}

#container::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}

#container::-webkit-scrollbar-thumb {
    background-color: #b30037;
}

#container:-webkit-scrollbar-thumb:hover {
	background-color: #aaa;
}

#cover { 
	display: none; 
	position: absolute; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0; 
	background: rgba(255,255,255,0); 
	z-index: 600; 
}

/*	Header
=========================== */
header.primary { 
	height: 49px; 
	color: #333; 
	background-color: #222; 
	position: relative; 
	border-bottom: solid 1px #f8f8f8; 
	border-radius: 3px 3px 0 0;
}

header.primary .icon { 
	z-index: 21; 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 49px; 
	width: 49px; 
	font-size: 26px; 
	line-height: 49px; 
	text-align: center; 
	color: #fff; 
	cursor: pointer;
}

header.primary .side { 
	left: auto; 
	right: 0; 
}

header.primary hgroup { 
	text-align: center;
}

header.primary hgroup h1 { 
	z-index: 20; 
	position: absolute; 
	top: 0; 
	left: 50px; 
	right: 50px; 
	color: #fff; 
	margin: 0; 
	line-height: 49px; 
	margin: 0; 
	font-size: 20px; 
}

/*	Navigation
=========================== */
.navigation { 
	background: #222; 
	color: #cbc4c5; 
	z-index: 1;
	position: absolute; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0;
	width: 220px;
	overflow-x: hidden;
}

.navigation::-webkit-scrollbar {
    width: 5px;
}

.navigation::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}

.navigation::-webkit-scrollbar-thumb {
    background-color: #b30037;
}

.navigation:-webkit-scrollbar-thumb:hover {
	background-color: #aaa;
}

.navigation ul { 
	list-style: none; 
	padding: 0; 
	margin: 0; 
	width: 220px; 
	position: relative; 
}

.navigation li { 
	font-size: 13px; 
	position: relative; 
	border-bottom: 1px solid #333;
}

.navigation ul li a ,
.navigation ul li a:hover ,
.navigation ul li a:visited ,
.navigation ul li a:focus { 
	text-decoration: none; 
	color: #fff; 
	background-color: transparent; 
	display: block; 
	padding: 4px 3px 4px 3px; 
	line-height: 13px;
}

#nav { 
  	display: block; 
  	float:left;
  	padding:0px;
  	margin:0px 0px 0px 0px;
  	text-decoration: none;
  	border-top: 1px solid #333;
}

#nav li a {
  	background-position: 5% 40%;
  	text-decoration: none;
	color: #fff;
}

#nav li a:hover {
 	background: #b30037;
  	background-position: 5% 40%; 
  	text-decoration: none;
}

#nav li {
	margin-bottom: 0px; 
	list-style:none; 
	text-decoration: none;
	background-position: 5% 40%; 
}

#nav li span {
	background: #fc3939;
	padding: 4px;
	margin-top: -3px;
	margin-right: -10px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	float: right;
	border: 2px solid #ffbcbc;
	color: #fff;
}

#nav li images {
	padding-top: -5px;
}

#nav > li > a { 
  	display: block; 
  	padding: 10px 30px 10px 10px;
  	color: #ccc;
  	text-decoration: none;
 	text-align: left;
  	border-bottom: #000 solid 1px;
  	/*background:url(images/side_menu_bg.jpg) repeat;*/
  	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  	text-decoration: none;
}

#nav > li > a:hover { 
  	color: #fff;
  	padding: 10px 30px 10px 10px;
  	text-decoration: none;
}

#nav > li > a.open { 
  	color: #fff;
  	/*background-color: #e0ce06;*/
  	text-decoration: none;
  	background: #b30037;
  	background-position: 5% 40%;
}

#nav li ul { 
 	display: none; 
 	background-color: #fff ;
 	color: #444; 
 	text-align: left;
 	padding: 0px 0px 0px 0px;
 	font-family: Arial, Helvetica, sans-serif;
 	border: none;
 	text-decoration: none;
}

#nav li ul li a { 
  	display: block; 
  	background-color: #000 ;
  	padding: 10px 0px 10px 36px;
  	text-decoration: none;
  	color: #999;
}

#nav li ul li a:hover {
	padding: 10px 0px 10px 36px;
	background: #000;
	background-position: 5% 40%; 
	color: #ccc;
}

#nav li ul li a:focus {
	padding-left: 30px;
	background: #b6df46;
	background-position: 5% 40%; 
	text-decoration: none;
	color: #fff;
}

#user {
	float: left;
	padding: 10px 10px 10px 10px;
	width: 205px;
}

#user .avatar images {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border: 3px solid #333;
	float: left;
}

#user .info {
	float: right;
	width: 120px;
	margin-top: 7px;
}

#user .info h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

#user .info h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

#user .info input {
	padding: 5px 16px;
	font-size: 11px;
	background: #333;
	border: 1px solid #444;
	color: #fff;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 10px;
}

#date {
	float: left;
	padding: 10px 10px 10px 10px;
	width: 220px;
	border-bottom: 1px solid #000;
	color: #fff;
}

#date h3 {
	font-size: 16px;
	font-weight: 100;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

#date h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

#quick {
	float: left;
	padding: 10px 10px 10px 10px;
	width: 220px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #333;
}

#quick h3 {
	font-size: 12px;
	font-weight: bold;
	color: #ffe400;
	margin: 0px;
	padding: 2px 0px 7px 23px;
	text-transform: uppercase;
	background: url(../images/icon-lighting.png) no-repeat;
}

#quick ul {
	margin: 0px 0px 0px 22px;
	padding: 0px;
	width: 160px;
}

#quick ul li {
	border: none;
	list-style: square;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 0px;
}

#quick ul li a {
	text-decoration: none;
	color: #ccc;
}

#quick ul li a:hover {
	color: #b30037;
	text-decoration: none;
}

/*#language {
	float: left;
	padding: 5px 10px 10px 10px;
	width: 220px;
	height: 50px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #333;
}

#language .dropdown,.dropdown div,#language .dropdown div::after,#language .dropdown li {
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

#language .dropdown .selected::after,#language .dropdown.scrollable div::after {
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
}

#language .dropdown {
	position: relative;
	width: 96%;
	top: 5px;
	border: none;
	cursor: pointer;
	float: left;
	border-radius: 5px;
	background: #333;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border: 1px solid #444;
}

#language .dropdown .carat {
	position: absolute;
	right: 10px;
	top: 35%;
	border: 4px solid transparent;
	border-top: 7px solid #666;
}

#language .dropdown .old {
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}

#language .dropdown select {
	left: 0;
	top: 0;
}

#language.dropdown.touch .old {
	width: 100%;
	height: 100%;
}

#language.dropdown.touch select {
	width: 100%;
	height: 100%;
	opacity: 0;
}

#language.dropdown .selected,#language .dropdown li {
	display: block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	color: #999;
	padding: 8px 10px 6px 8px;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 0px solid #ccc;
}

#language .dropdown.disabled .selected {
	color: #999;
}

#language .dropdown .selected::after {
	content:'';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60px;
}

#language .dropdown div {
	position: absolute;
	height: 0;
	left: -1px;
	right: -1px;
	top: 100%;
	margin-top: -1px;
	background: #fff;
	border: 0px solid #ccc;
	border-top: 0px solid #eee;
	overflow: hidden;
	opacity: 0;
}

#language .dropdown.open div {
	opacity: 1;
	z-index: 2;
	border-radius: 5px;
	margin-top: 3px;
}

#language .dropdown.scrollable div::after {
	content:'';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
}

#language .dropdown.scrollable.bottom div::after{
	opacity: 0;
}

#language .dropdown ul{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	list-style: none;
	overflow: hidden;
}

#language .dropdown.scrollable.open ul{
	overflow-y: auto;
}

#language .dropdown li{
	list-style:none;
	color: #666;
	padding: 8px 40px 8px 5px;
}

#language .dropdown li.focus{
	background: #b30037;
	position: relative;
	z-index: 3;
	color: #fff;
}*/

#footer {
	float: left;
	padding: 10px 10px 10px 10px;
	width: 220px;
	border-bottom: 1px solid #000;
}

#footer h6 {
	font-size: 10px;
	font-weight: 100;
	color: #666;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

/*	Quick Panel
=========================== */
.quick-links {
	margin-top: -10px;
}

.quick-links images {
	padding-right: 1%;
}

.quick-links a:first-child {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.quick-links a:last-child {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.quick-links a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	width: 20%;
	float: left;
	text-align: center;
	padding: 10px 0%;
	background-color: #333;
	background-image: -moz-linear-gradient(top,  #333 0%, #111 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#111));
	background-image: -webkit-linear-gradient(top,  #333 0%,#111 100%);
	background-image: -o-linear-gradient(top,  #333 0%,#111 100%);
	background-image: -ms-linear-gradient(top,  #333 0%,#111 100%);
	background-image: linear-gradient(to bottom,  #333 0%,#111 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333', endColorstr='#111',GradientType=0 );
	height: 40px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom: 3px solid #444;
}

.quick-links a:hover {
	background-color: #b30037;
	background-image: -moz-linear-gradient(top,  #b30037 0%, #7fad00 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b30037), color-stop(100%,#7fad00));
	background-image: -webkit-linear-gradient(top,  #b30037 0%,#7fad00 100%);
	background-image: -o-linear-gradient(top,  #b30037 0%,#7fad00 100%);
	background-image: -ms-linear-gradient(top,  #b30037 0%,#7fad00 100%);
	background-image: linear-gradient(to bottom,  #b30037 0%,#7fad00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30037', endColorstr='#7fad00',GradientType=0 );
	border-bottom: 3px solid #b30037;
}
	
/*	Presentation styles
=========================== */
#wrapper { 
	background: transparent;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

#topheader {
	width: 100%;
	height: 160px;
	margin-bottom: 15px;
	padding: 15px 0px;
	background: url(../images/topheader-default.jpg) #fff;
	/*Top Header Background Add In Here*/
}


#overflow {
	overflow: auto;
}

#overflow::-webkit-scrollbar {
    width: 2px;
    height: 10px;
}

#overflow::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}

#overflow::-webkit-scrollbar-thumb {
    background-color: #b30037;
}

#overflow:-webkit-scrollbar-thumb:hover {
	background-color: #aaa;
}

#topheader images {
	height: 70px;
	width: auto;
	margin-left: 20px;
	margin-top: 30px;
}

.round-shape {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.content h6 {
	font-size: 16px;
	font-weight: bold;
	/*Box Content Title*/
}

.page-title h2 {
	font-size: 22px;
	margin-bottom: 5px;
}

.page-title {
	border-bottom: 5px solid #999;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.box-padding {
	padding: 10px;
}

.box-padding2 {
	padding: 10px;
}

.box-shadow {
	box-shadow: 0px 0px 5px #999;
	margin-bottom: 10px;
}

.box-alert {
	border-left: 10px solid #444;
	float: left;
	width: 100%;
}

.box-alert h4 {
	margin-top: 10px;
}

.box-alert images {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 10px;
	border: 3px solid #fff;
	box-shadow: 0px 2px 5px #999;
}

.box-alert-close a {
	padding: 2px 7px;
	background: #fc3939;
	float: right;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: -6px -6px 10px 10px;
	text-decoration: none;
	box-shadow: 0px 0px 2px #999;
	text-shadow: 0px 0px 3px #d10e0e;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.box-alert-close a:hover {
	text-decoration: none;
	color: #fff;
	background: #d10e0e;
}

footer {
	width: 100%;
	padding: 10px 0px;
	float: left;
	text-align: center;
	color: #999;
	font-size: 10px;
}

/*	Dashboard Setup
	=========================== */
.dashboard input[type="button"] {
	background: #e7e7e7;
	color: #999;
	font-size: 10px;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 4px 8px;
	float: right;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-transform: uppercase;
}

.dashboard input[type="button"]:hover {
	background: #999;
	color: #fff;
}

video {
	width: 100%;
	height: auto;
	background: #000;
}

.dash-border {
	border-bottom: 1px solid #ccc;
	margin-bottom: 8px;
	padding-bottom: 4px;
}

.height-dash-r1 {
	height: 70px;
}

.height-dash-r1 a, .height-dash-r1 a:hover {
	text-decoration: none;
	color: #fff;
}

.height-dash-r2 {
	height: 109.5px;
}

#dash-table {
	width: 100%;
}

#dash-table th {
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 5px 0px;
}

#dash-table td {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0px;
	border-bottom: 1px solid #ccc;
}

#dash-table td .orange input[type=button] {
	background: #ff9900;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#dash-table tr:hover {
	background: #f7f7f7;
}

#dash-table td a {
	color: #5f90b2;
	text-decoration: none;
}

#dash-table td a:hover {
	color: #54b9ff;
}

#dash-table .label {
	padding: 2px 3px;
	width: 30px;
	text-align: center;
	font-size: 10px;
	font-style: italic;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0px;
}

.dash-icon {
	float: left;
	width: 45px;
}

.dash-icon images {
	width: 35px;
	height: 35px;
	float: left;
}

.dash-info {
	width: 110px;
	float: left;
}

.dash-info h5 {
	font-size: 14px;
	text-shadow: none;
	margin-bottom: 0;
	line-height: 1em;
	color: #fff;
}

.dash-info h3 {
	font-size: 18px;
	text-shadow: none;
	color: #fff;
}

/*	Tab Table
	=========================== */
#tab table {
	width: 100%;
}

#tab th {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #84c625;
	padding: 8px;
}

#tab td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	padding: 8px;
}

/*	My Wall
	=========================== */
#wall .padding {
	background: #efefef;
	padding: 10px;
	float: left;
	width: 100%;
}

#wall textarea {
	border: 3px solid #e7e7e7;
	width: 74%;
	font-size: 12px;
	height: 50px;
	margin-bottom: 5px;
	padding: 8px;
	float: left;
}

.love-icon images {
	margin-top: -2px;
}

#wall input[type="button"] {
	background-color: #b30037;
	background-image: -moz-linear-gradient(top,  #b30037 0%, #7fad00 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b30037), color-stop(100%,#7fad00));
	background-image: -webkit-linear-gradient(top,  #b30037 0%,#7fad00 100%);
	background-image: -o-linear-gradient(top,  #b30037 0%,#7fad00 100%);
	background-image: -ms-linear-gradient(top,  #b30037 0%,#7fad00 100%);
	background-image: linear-gradient(to bottom,  #b30037 0%,#7fad00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30037', endColorstr='#7fad00',GradientType=0 );
	width: 25%;
	padding: 5px 0px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	float: right;
	height: 50px;
}

#wall input[type="button"]:hover {
	background-color: #7fad00;
	background-image: -moz-linear-gradient(top,  #7fad00 0%, #668b00 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7fad00), color-stop(100%,#668b00));
	background-image: -webkit-linear-gradient(top,  #7fad00 0%,#668b00 100%);
	background-image: -o-linear-gradient(top,  #7fad00 0%,#668b00 100%);
	background-image: -ms-linear-gradient(top,  #7fad00 0%,#668b00 100%);
	background-image: linear-gradient(to bottom,  #7fad00 0%,#668b00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fad00', endColorstr='#668b00',GradientType=0 );
}

#wall .loadmore input[type="button"] {
	width: 100%;
	font-size: 12px;
	height: 30px;
	background: #999;
}

#wall .loadmore input[type="button"]:hover {
	width: 100%;
	font-size: 12px;
	height: 30px;
	background: #666;
}

#wallone {
	width: 100%;
	float: left;
	border-bottom: 1px solid #efefef;
	margin-top: 10px;
}

#wallone:last-child {
	border-bottom: none;
}

#wallone .avatar images {
	float: left;
	width: 10%;
	height: 10%;
	border: 3px solid #ccc;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

#wallone .message {
	float: right;
	width: 89%;
}

#wallone .message h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
}

#wallone .message h6 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	margin: 8px 0px;
	color: #999;
}

#wallone .message h6 a {
	color: #5f90b2;
	text-decoration: none;
}

#wallone .message h6 a:hover {
	color: #54b9ff;
	text-decoration: none;
}

#wallone .message p {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	margin: 5px 0px;
}

#wallone .reply {
	float: right;
	width: 100%;
	margin-top: 5px;
}

#wallone .reply textarea {
	height: 35px;
}

#wallone .reply input[type="button"] {
	height: 35px;
	font-size: 10px;
	background: #e7e7e7;
	color: #999;
}

#wallone .reply input[type="button"]:hover {
	background: #999;
	color: #fff;
}

#wallone .morereply input[type="button"] {
	float: left;
	background: none;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #b30037;
	width: 50%;
	text-align: left;
	height: auto;
}

#wallone .morereply input[type="button"]:hover {
	color: #7ba700;
}

/*	Info Page Setup
	=========================== */
.form {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.form h3 {
	font-size: 13px;
	font-weight: normal;
	color: #b30037;
}

.form h4 {
	font-size: 13px;
	font-weight: normal;
}

.button input[type="button"] {
	color: #fff;
	font-size: 13px;
	padding: 8px 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.label {
	margin: 5px 0px;
}

.data {
	margin: 5px 0px;
}

.data input[type="text"] {
	width: 100%;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 13px;
	padding: 5px;
}

.data input[type="text"]:focus {
	border: 1px solid #7fc7ff;
	box-shadow: 0px 0px 3px #7fc7ff;
}

.data textarea {
	width: 100%;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 13px;
	padding: 5px;
}

.data textarea:focus {
	border: 1px solid #7fc7ff;
	box-shadow: 0px 0px 3px #7fc7ff;
}

.date-label {
	float: left;
	width: auto;
	margin-right: 5px;
	padding-top: 5px;
}

.date {
	width: 40px;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}

.month {
	width: 45px;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}

.year {
	width: 60px;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}

.date-fromto {
	width: 100%;
	float: left;
}

.dropdown-form select {
    padding:7px 5px 5px 5px;
    margin: 0;
    background: url(../images/dropdown-arrow.png) no-repeat right 13px #fff;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    font-size: 12px;
    border: 1px solid #ccc;
    width: 100%;
}

.dropdown-form select:focus {
	border: 1px solid #7fc7ff;
	box-shadow: 0px 0px 3px #7fc7ff;
}

/*	Table Listing
	=========================== */
#listing {
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
}

#listing th {
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	border-bottom: 3px solid #fff;
	padding: 3px 5px;
	background: #b30037;
	color: #fff;
}

.total {
	background: #f6f6f6;
	color: #444;
	font-weight: bold;
	border-top: 10px solid #f6f6f6;
	border-bottom: 10px solid #f6f6f6;
}

#listing td {
	font-size: 13px;
	text-align: left;
	font-weight: normal;
	padding: 3px 5px;
	vertical-align: middle;
}

#listing td .orange input[type=button] {
	background: #ff9900;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#listing td .red input[type=button] {
	background: #fc3939;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#listing td .input input[type=text] {
	width: 40%;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 13px;
	padding: 5px;
}

#listing td .input input[type="text"]:focus {
	border: 1px solid #7fc7ff;
	box-shadow: 0px 0px 3px #7fc7ff;
}

#listing td textarea {
	width: 100%;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 13px;
	padding: 5px;
}

#listing td textarea:focus {
	border: 1px solid #7fc7ff;
	box-shadow: 0px 0px 3px #7fc7ff;
}

#listing td a {
	color: #5f90b2;
	text-decoration: none;
}

#listing td a:hover {
	color: #54b9ff;
}

#listing td images {
	width: auto;
	height: 60px;
	border: 5px;
	box-shadow: 0px 0px 4px #000;
	margin: 10px 0px;
}

.odd {
	background: #e7e7e7;
}

#listing .mail images {
	width: 20px;
	height: 20px;
	box-shadow: none;
}

#listing .label {
	padding: 2px 3px;
	text-align: center;
	font-size: 10px;
	font-style: italic;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0px;
}

#listing .delete input[type="button"] {
	background: #fc3939;
	color: #fff;
	padding: 2px 5px;
	font-size: 10px;
	font-weight: bold;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

#listing .btn input[type="button"] {
	background: #fc3939;
	color: #fff;
	padding: 2px 5px;
	font-size: 10px;
	font-weight: bold;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

/*	Paging */
#paging {
	width: 100%;
	text-align: center;
	float: left;
}

#paging ul {
	margin: 30px 0 10px 0;
	padding: 0px;
}

#paging li {
	list-style: none;
	display: inline-block;
	margin: 0 2px 0 2px;
	background: #666;
	width: 28px;
	height: 28px;
	text-align: center;
	padding: 6px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
}

#paging li a {
	color: #fff;
	text-decoration: none;
}

#paging li a:hover {
	color: #fff;
	text-decoration: none;
	background: #333;
	padding: 6px 11px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#paging .select {
	background: #b30037;
	color: #fff;
}

/*	Video Page Setup
	=========================== */
#video {
	width: 100%;
	padding: 2% 0px 0px 2%;
}

/*	eShop Page Setup
	=========================== */
#eshop {
	width: 100%;
	padding: 2% 0px 0px 2%;
}

#cart {
	float: right;
}

#eshop input[type="button"] {
	text-shadow: none;
}

#cart input[type="button"] {
	background: #ff6600;
	color: #fff;
	font-weight: bold;
	-webkit-border-top-left-radius: 100px;
	-webkit-border-bottom-left-radius: 100px;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-bottomleft: 100px;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	font-size: 16px;
	padding: 7px 10px;
}

#cart-item input[type="button"] {
	float: right;
	background: #ff9900;
	padding: 5px 15px;
	color: #fff;
	font-weight: bold;
	-webkit-border-top-right-radius: 100px;
	-webkit-border-bottom-right-radius: 100px;
	-moz-border-radius-topright: 100px;
	-moz-border-radius-bottomright: 100px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	font-size: 16px;
	padding: 7px 10px;
}

.product images {
	float: left;
	width: 40%;
	height: auto;
	margin: 0 5% 0 0;
}

.product-border {
	border: 1px solid #e7e7e7;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.product-info {
	float: left;
	width: 50%;
	height: 310px;
}

.product-info-pop {
	float: left;
	width: 50%;
	height: 260px;
}

.product-info a {
	color: #ff9900;
	margin: 0px;
	padding: 0px;
}

.product-info label {
	margin: 0px;
	padding: 2px 8px;
	border: 1px solid #ff9900;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.product-info h3 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
}

.product-info h4 {
	font-size: 13px;
	font-weight: bold;
}

.product-info h5 {
	font-size: 12px;
	font-weight: bold;
}

.product-info input[type="text"] {
	width: 35%;
	text-align: center;
}

.product-info input[type="button"] {
	width: 35%;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 8px;
}

/*	Placement Tree
	=========================== */
#legend ul {
	margin: 0px;
	padding: 0px;
	float: left;
}

#legend li {
	display: inline-block;
	list-style: none;
	font-size: 12px;
	margin: 0px 10px;
	width: 13%;
	float: left;
	text-align: center;
}

#legend h5 {
	text-align: center;
	/*width: 60px;*/
	font-size: 11px;
	font-weight: normal;
}

#legend images {
	width: 60px;
	height: auto;
}

/*	Placement Tree Leg */
.placement-line {
	width: 983px;
}

.placement-line ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.placement-line ul li {
	list-style: none;
	display: inline-block;
	width: 108px;
	height: 10px;
	border-top: 5px solid #000;
	border-left: 5px solid #000;
	border-right: 5px solid #000;
	text-align: center;
}

.placement-line ul li:first-child {
	margin-left: 0px;
}

.placement-line ul li:last-child {
	margin-right: 0px;
}

.level-1-line {
	margin: 0px 188px;
}

.level-2-line {
	margin: 0px 120px;
	width: 
}

.level-3-line {
	margin: 0px 66px;
}

.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid black;
	margin: 0 auto;
	margin-top: -10px;
}

/*	Placement Content */
.placement-row {
	width: 983px;
	margin-bottom: 5px;
}

.placement-row ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.placement-row ul li {
	list-style: none;
	display: inline-block;
	width: 108px;
	/*height: 220px;*/
	padding: 5px 0px;
	text-align: center;
}

.placement-row ul li:first-child {
	margin-left: 0px;
}

.placement-row ul li:last-child {
	margin-right: 0px;
}

.level-2 {
	margin: 0px 188px;
}

.level-3 {
	margin: 0px 66px;
}

.level-4 {
	margin: 0px 5px;
}

.placement-row .box-user {
	box-shadow: 0px 0px 10px #999;
	border: 1px solid #fff;
	background-color: #e7e7e7;
	background-image: -moz-linear-gradient(top,  #fff 0%, #e7e7e7 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#e7e7e7));
	background-image: -webkit-linear-gradient(top,  #fff 0%,#e7e7e7 100%);
	background-image: -o-linear-gradient(top,  #fff 0%,#e7e7e7 100%);
	background-image: -ms-linear-gradient(top,  #fff 0%,#e7e7e7 100%);
	background-image: linear-gradient(to bottom,  #fff 0%,#e7e7e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e7e7e7',GradientType=0 );
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.placement-row images {
	width: 50px;
	height: 50px;
}

.placement-row h2 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	line-height: 20px;
	/*height: 60px;*/
}

.placement-row h3 {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	background: #b30037;
	color: #fff;
}

.placement-row input[type="button"] {
	font-size: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 12px;
	cursor: pointer;
	margin-top: 15px;
}

.placement-row table {
	width: 100%;
	margin: 5px 0px;
}

.placement-row td {
	font-size: 12px;
	padding: 2px 2px;
	text-align: center;
}

/*	Sponsor Tree
	=========================== */
.sponsor-row {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

.sponsor-row ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.sponsor-row li {
	width: 100px;
	list-style: none;
	display: inline-block;
}

.main-sponsor h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

.main-sponsor h3 {
	font-size: 12px;
	font-weight: normal;
	background: #444;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 10px;
}

.sponsor-row .uplevel input[type="button"] {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #999;
	color: #fff;
	text-decoration: none;
	padding: 10px 18px;
	font-size: 12px;
	font-weight: bold;
	margin: 15px;
	cursor: pointer;
}

.main-sponsor images {
	width: 50px;
	height: 50px;
}

.main-line {
	width: 95%;
	margin: 0 auto;
	height: 20px;
	border-top: 5px solid #000;
	border-left: 5px solid #000;
	border-right: 5px solid #000;
}

.crsl-nav {
	width: 100%;
	text-align: center;
	padding: 10px 0px 0px 0px;
}

.crsl-nav a {
	background: #999;
	color: #fff;
	text-decoration: none;
	padding: 0px 10px;
	font-size: 30px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	margin: 15px;
}

.crsl-nav a:hover {
	background: 333;
	color: #fff;
	text-decoration: none;
}

.crsl-items {
	text-align: center;
}

.crsl-items input[type="button"] {
	color: #fff;
	padding: 5px 15px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	margin: 10px;
	background-color: #ff9900;
	background-image: -moz-linear-gradient(top,  #ff9900 0%, #ff6600 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9900), color-stop(100%,#ff6600));
	background-image: -webkit-linear-gradient(top,  #ff9900 0%,#ff6600 100%);
	background-image: -o-linear-gradient(top,  #ff9900 0%,#ff6600 100%);
	background-image: -ms-linear-gradient(top,  #ff9900 0%,#ff6600 100%);
	background-image: linear-gradient(to bottom,  #ff9900 0%,#ff6600 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#ff6600',GradientType=0 );
}

.crsl-items h2 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
}

.crsl-items h3 {
	font-size: 12px;
	font-weight: normal;
	background: #444;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 10px;
	text-align: center;
}

.crsl-items images {
	width: 50px;
	height: 50px;
	text-align: center;
}

/*	Horizontal Tree
	=========================== */
/* ul[class=tree] and every ul under it loses all alignment, and bullet
* style.
*/
ul.tree, ul.tree ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 500px;
}

/* Every ul under ul[class=tree] gets an indent of 1em, and a background
* image (vertical line) applied to all nodes under it (repeat-y)
*/
ul.tree ul {
	padding-left: 1em;
	background: url(../images/vline.png) repeat-y;
}

/* ... except the last ul child in every ul; so no vertical lines for
* the children of the last ul
*/
ul.tree ul:last-child {
	background: none;
}

/* Every li under ul[class=tree]
*  - gets styling to make it bold and blue, and indented.
*  - gets a background image (tilted T), to denote that its a node
*  - sets height to match the height of background image
*/
ul.tree li {
	margin: 0;
	padding: 0 1.2em;
	background: url(../images/node.png) no-repeat;
	line-height: 20px;
	color: #369;
	font-size: 13px;
	font-weight: bold;
}

/*  The last li gets a different background image to denote it as the
*  end of branch
*/
ul.tree li:nth-last-of-type(1) {
background: url(../images/lastnode.png) no-repeat;
}

ul.tree li a {
	color: #ff9900;
	text-decoration: none;
}

ul.tree li a:hover {
	color: #ff6600;
	text-decoration: none;
}

ul.tree li images {
	width: 18px;
	height: 18px;
	margin-left: -5px;
	margin-right: 3px;
	margin-top: -5px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.height-dash-r1 {
		height: 110px;
	}
}

@media only screen and (min-width: 768px) {

	/*	Bamboo
	=========================== */
	#container { 
		left: 220px; 
		width: auto; 
		overflow: auto; 
		-webkit-overflow-scrolling: touch; 
	}

	#scroller { 
		background:transparent; 
	}

	#video li {
		width: 47%;
		list-style: none;
		margin: 5px;
		display: inline-block;
	}

	/*	Header
	=========================== */
	header.primary { 
		height: auto; 
		background: transparent; 
		border: none 
	}

	header.primary .icon { 
		display: none;
	}

	header.primary hgroup { 
		text-align: left; 
		padding: 20px 20px 5px 20px;
	}

	header.primary hgroup h1 { 
		position: relative; 
		left: 0; 
		right: auto; 
		font-size: 30px; 
		line-height: 34px; 
	}

	header {
		display: none;
	}

	/*	Navigation
	=========================== */
	.navigation { 
		max-width: 220px;
	}
}

@media screen and (max-width:640px) {
    #topheader {
    	display: none;
    }

    .form h3 {
		font-size: 16px;
		font-weight: normal;
		color: #b30037;
	}

	.form h4 {
		font-size: 11px;
		font-weight: bold;
	}

	.label {
		width: 100%;
		margin: 5px 0px 0px 0px;
	}

	.data {
		width: 100%;
		margin: 0px 0px 5px 0px;
	}

	.data input[type="text"] {
		margin: 5px 0px 5px 0px;
	}

	.data textarea {
		margin: 5px 0px 5px 0px;
	}

	.dropdown-form select {
		margin: 5px 0px 5px 0px;
	}

	.date-label {
		float: left;
		width: 40px;
		margin-right: 5px;
		padding-top: 5px;
	}

	#video li {
		width: 97%;
		list-style: none;
		margin: 5px;
		display: inline-block;
	}

	.page-title {
		text-transform: uppercase;\
	}

	.date-fromto h4 {
		font-size: 14px;
		font-weight: bold;
		margin-top: 5px;
	} 

	#paging li {
		list-style: none;
		display: inline-block;
		margin: 0 1px 0 1px;
		background: #666;
		width: 22px;
		height: 22px;
		text-align: center;
		padding: 4px 0;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		font-size: 11px;
	}

	#paging li a {
		color: #fff;
		text-decoration: none;
	}

	#paging li a:hover {
		color: #fff;
		text-decoration: none;
		background: #333;
		padding: 5px 8px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	.product images {
		float: left;
		width: 100%;
		height: auto;
		margin: 0 5% 0 0;
	}

	.product-info {
		float: left;
		width: 100%;
		height: 260px;
	}
	
	.dash-icon {
		width: 35px;
		margin-right: 15px;
	}

	.dash-icon images {
		width: 35px;
		height: 35px;
		float: left;
	}
}

/* Pop Up Message
 * =============================== */
.popup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  background: url(../images/white-trans.png) repeat;
  transition: opacity .25s ease;
  background-size: cover;
  z-index: 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}

.popup h2 {
	width: 95%;
}

.popup__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.popup-state {
  display: none;
}

.popup-state:checked + .popup {
  opacity: 1;
  visibility: visible;
}

.popup-state:checked + .popup .popup__inner {
  top: 0;
}

.popup__inner {
  transition: top .25s ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  margin: auto;
  overflow: auto;
  background: #fff;
  border-radius: 5px;
  padding: 1em 2em;
  height: 50%;
  box-shadow: 0px 0px 10px #000;
}

.popup__close {
  position: absolute;
  right: 1em;
  top: 1em;
  cursor: pointer;
  background: #fc3939;
  padding: 4px 10px;
  font-size: 16px;
  color: #fff;
}

.popup__close:after,
.popup__close:before {
  position: absolute;
  width: 2px;
  height: 1.5em;
  background: #ccc;
  display: block;
  transform: rotate(45deg);
  left: 50%;
  margin: -3px 0 0 -1px;
  top: 0;
}

.popup__close:hover:after,
.popup__close:hover:before {
  background: #aaa;
}

.popup__close:before {
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
	
  	.popup__inner {
    	width: 60%;
    	height: 40%;
    	margin-left: 35%;
    	box-sizing: border-box;
  }

  	.popup__inner h2 {
  		font-size: 16px;
  	}

  	.date-label {
		float: left;
		width: 40px;
		margin-right: 5px;
		padding-top: 5px;
	}

	.dash-icon images {
		width: 45px;
		height: 45px;
		float: left;
	}

}

@media screen and (max-width: 767px) {
	
  	.popup__inner {
    	width: 90%;
    	height: 60%;
    	margin: auto;
    	box-sizing: border-box;
  }

  	.popup__inner h2 {
  		font-size: 16px;
  	}

  	.date-label {
		float: left;
		width: 40px;
		margin-right: 5px;
		padding-top: 5px;
	}

	.quick-links span {
		display: none;
	}
}


/*S-TREE*/
/* ————————————————————–
  Tree core styles
*/
.s-tree { margin: 1em; }

.s-tree input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  }

.s-tree input ~ ul { display: none; }

.s-tree input:checked ~ ul { display: block; }

/* ————————————————————–
  Tree rows
*/
ul .s-tree {
	margin:0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}

.s-tree ul{
	margin:0;
	padding: 0;
	list-style: none;
}
.s-tree li {
  line-height: 1.2;
  font-size: 14px;
  position: relative;
  padding: 0 0 1em 1em;
  }

.s-tree ul li { padding: 1em 0 0 1em; }

.s-tree > li:last-child { padding-bottom: 0; }

/* ————————————————————–
  Tree labels
*/
.tree_label {
  position: relative;
  display: inline-block;
  background: #fff;
  }

label.tree_label { cursor: pointer; }

label.tree_label:hover { color: #666; }

/* ————————————————————–
  Tree expanded icon
*/
label.tree_label:before {
  background: #07a6c7;
  color: #fff;
  position: relative;
  z-index: 1;
  float: left;
  margin: 0 1em 0 -2em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 1em;
  content: '+';
  text-align: center;
  line-height: 1.5em;
  }

:checked ~ label.tree_label:before { content: '–'; }

/* ————————————————————–
  Tree branches
*/
.s-tree li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -.29em;
  display: block;
  width: 0;
  border-left: 3px solid #333;
  content: "";
  }

.tree_label:after {
  position: absolute;
  top: 0;
  left: -1.28em;
  display: block;
  height: 0.5em;
  width: 1em;
  border-bottom: 3px solid #333;
  border-left: 3px solid #333;
  border-radius: 0 0 0 .3em;
  content: '';
  }

label.tree_label:after { border-bottom: 0; }

:checked ~ label.tree_label:after {
  border-radius: 0 .3em 0 0;
  border-top: 2px solid #333;
  border-right: 3px solid #333;
  border-bottom: 0;
  border-left: 0;
  bottom: 0;
  top: 0.5em;
  left: -1.1em;
  height: auto;
  }

.s-tree li:last-child:before {
  height: 1em;
  bottom: auto;
  }

.s-tree > li:last-child:before { display: none; }

.tree_custom {
  display: block;
  background: #eee;
  padding: 1em;
  border-radius: 0.3em;
}

.text-left {
	text-align: left;
}

.label {
	padding:0;
	margin:0;
	text-align: left;
}

.uppercase {
	text-transform:uppercase;
}

.sub-title h4{
	font-weight: bold;
	letter-spacing: 0;
	font-size: 1.1em;
	width:auto;
	border-bottom: 1px solid #ccc;
}

.lang-btn {
	background:none;
	border:none;
}

.heading {
	font-size: 1em;
	letter-spacing: 0;
}

p {
	font-size: 0.9em;
}

.agreement {
	width:100%;
	border:1px solid #999;
	padding:10px;
	overflow: scroll;
	max-height: 300px;
}

/*LOGIN AND PASSWORD*/


/* -------------------------------- 

xsigin/signup popup 

-------------------------------- */
.cd-user-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 54, 66, 0.9);
  z-index: 10;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.cd-user-modal.is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-user-modal.is-visible .cd-user-modal-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-user-modal-container {
  position: relative;
  width: 90%;
  max-width: 350px;
  background: #FFF;
  margin: 3em auto 4em;
  cursor: auto;
  border-radius: 0.25em;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-user-modal-container .cd-switcher:after {
  content: "";
  display: table;
  clear: both;
}
.cd-user-modal-container .cd-switcher li {
  width: 50%;
  float: left;
  text-align: center;
}
.cd-user-modal-container .cd-switcher li:first-child a {
  border-radius: .25em 0 0 0;
}
.cd-user-modal-container .cd-switcher li:last-child a {
  border-radius: 0 .25em 0 0;
}
.cd-user-modal-container .cd-switcher a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #d2d8d8;
  color: #809191;
}
.cd-user-modal-container .cd-switcher a.selected {
  background: #FFF;
  color: #505260;
}
@media only screen and (min-width: 600px) {
  .cd-user-modal-container {
    margin: 4em auto;
  }
  .cd-user-modal-container .cd-switcher a {
    height: 70px;
    line-height: 70px;
  }
}

ul.cd-switcher {
	font-size: 25px;
	font-weight: bold
	margin:0;
	padding:20px 10px 10px 10px;
	text-align: center;
}

.cd-form {
  padding: 1.4em;
}
.cd-form .fieldset {
  position: relative;
  margin: 1.4em 0;
}
.cd-form .fieldset:first-child {
  margin-top: 0;
}
.cd-form .fieldset:last-child {
  margin-bottom: 0;
}
.cd-form label {
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-form label.image-replace {
  /* replace text with an icon */
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  text-shadow: none;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.cd-form label.cd-username {
  background-image: url("../images/cd-icon-username.svg");
}
.cd-form label.cd-email {
  background-image: url("../images/cd-icon-email.svg");
}
.cd-form label.cd-password {
  background-image: url("../images/cd-icon-password.svg");
}
.cd-form input {
  margin: 0;
  padding: 0;
  border-radius: 0.25em;
}
.cd-form input.full-width {
  width: 100%;
}
.cd-form input.has-padding {
  padding: 12px 20px 12px 50px;
}
.cd-form input.has-border {
  border: 1px solid #d2d8d8;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-form input.has-border:focus {
  border-color: #343642;
  box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
  outline: none;
}
.cd-form input.has-error {
  border: 1px solid #d76666;
}
.cd-form input[type=password] {
  /* space left for the HIDE button */
  padding-right: 65px;
}
.cd-form input[type=submit] {
  padding: 16px 0;
  cursor: pointer;
  background: #b30037;
  color: #FFF;
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.no-touch .cd-form input[type=submit]:hover, .no-touch .cd-form input[type=submit]:focus {
  background: #3599ae;
  outline: none;
}
.cd-form .hide-password {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 15px;
  border-left: 1px solid #d2d8d8;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-size: 0.875rem;
  color: #343642;
}
.cd-form .cd-error-message {
  display: inline-block;
  position: absolute;
  left: -5px;
  bottom: -35px;
  background: rgba(215, 102, 102, 0.9);
  padding: .8em;
  z-index: 2;
  color: #FFF;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 0.25em;
  /* prevent click and touch events */
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
  -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
  transition: opacity 0.2s 0, visibility 0 0.2s;
}
.cd-form .cd-error-message::after {
  /* triangle */
  content: '';
  position: absolute;
  left: 22px;
  bottom: 100%;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(215, 102, 102, 0.9);
}
.cd-form .cd-error-message.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s 0, visibility 0 0;
  -moz-transition: opacity 0.2s 0, visibility 0 0;
  transition: opacity 0.2s 0, visibility 0 0;
}
@media only screen and (min-width: 600px) {
  .cd-form {
    padding: 2em;
  }
  .cd-form .fieldset {
    margin: 2em 0;
  }
  .cd-form .fieldset:first-child {
    margin-top: 0;
  }
  .cd-form .fieldset:last-child {
    margin-bottom: 0;
  }
  .cd-form input.has-padding {
    padding: 16px 20px 16px 50px;
  }
  .cd-form input[type=submit] {
    padding: 16px 0;
  }
}

.cd-form-message {
  padding: 1.4em 1.4em 0;
  font-size: 14px;
  /*font-size: 0.875rem;*/
  line-height: 1.4;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .cd-form-message {
    padding: 2em 2em 0;
  }
}

.cd-form-bottom-message {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -50px;
  text-align: center;
  font-size: 11px;
  /*font-size: 0.875rem;*/
}
.cd-form-bottom-message a {
  color: #FFF;
  text-decoration: underline;
}

.cd-close-form {
  /* form X button on top right */
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -40px;
  background: url("../images/cd-icon-close.svg") no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 1170px) {
  .cd-close-form {
    display: none;
  }
}

#cd-login, #cd-signup, #cd-reset-password {
  display: none;
}

#cd-login.is-selected, #cd-signup.is-selected, #cd-reset-password.is-selected {
  display: block;
}

.main-nav a {
	color: #fff;
}

.address-cont {
	margin-top: 30px;
}

.listing-cart tr {
	border-bottom: 1px solid #d6d6d6;
}

.text-right {
	text-align: right!important;
}

.text-justify {
	text-align: justify;
}

.deliver-address li {
	display: block;
}

.address-edit a{
	text-transform:capitalize;
	font-size:13px;
}

label {
	width: 100%;
}

.placement-tree img{
	width:50%;
}

footer {
	border-top: 1px solid #ddd;
	/*margin-top: 30px;*/
}

.quick {
	width: 100%;
	/*padding:10px 5px;*/
	background: #fff;
	/*border:1px solid #ddd;*/
	border-bottom:5px solid #b30037;
	/*border-radius: 8px;*/
}

.quick-title {
	background: #b30037;
	/*border-top-left-radius: 8px;*/
	/*border-top-right-radius: 8px;*/
	padding: 15px 0px 3px 15px;
	color: #fff;
}

.quick-title h4 {
	color: #fff;
	font-size: 18px;
}

.quick-content li {
	display: block;
	padding: 10px 15px;
}

.quick-content li a {
	color: #555;
	font-size: 1em;
}

.changing-title {
	width: 100%;
}
.changing-title li {
	padding: 5px 10px;
	display: inline-block;
	float: left;
	margin:0px 5px;
	width: auto;
	border:1px solid #ccc;
	font-size: 12px;
}

.changing-title li a {
	color: #666;
}
.changing-title li a:hover {
	color: #b30037;
	text-decoration: none;
}
.changing-title li:hover {
	border:1px solid #b30037;
	color: #b30037;
}


.changing-title li:after {
	clear: both;
}

.show-on-mobile {
	display: none !important;
}

@media screen and (max-width: 768px) {
    .res-nav {
    	padding: 10px 0;
    }

    .res-nav a {
        color:#6f6f6f;
        padding:10px 0;
    }

    .show-on-mobile {
    	display: block !important;
    }

    .hide-on-mobile {
    	display: none;
    }
    
}