/*
** HTML, Body settings
*/
/*---------------*/
/*----------------------*/
/*@font-face {
    font-family: 'DBOzoneX';
    src: url('DBOzoneX.eot');
    src: url('DBOzoneX.eot?#iefix') format('embedded-opentype'),
         url('DBOzoneX.woff2') format('woff2'),
         url('DBOzoneX.woff') format('woff'),
         url('DBOzoneX.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.head_dbozonex{
  font-family: 'DBOzoneX';
  font-size:12px;
}*/
body {
	background: url(../images/bg_image.png) no-repeat center top;
	
	padding-top: 32px; /* Fixed Menu bar */
}
::selection {
	background-color: #ea5210;
	color: #ffffff;
}
::-moz-selection {
 background-color: #ea5210;
 color: #ffffff;
}
html {
	background: #050405 url(../images/bg.png) repeat;
}
body, label, button, select {
	color: #333333; /*color: #333333;*/
	font-size: 12px;
}
label.control-label {
	cursor: default;
	margin-bottom: 6px;
	display: block;
	font-size: 12px;
	text-transform: none;
	font-weight: 600;
}
button, input, select, textarea {
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
}
a, a:focus, a:hover, a:active {
	text-decoration: none;
}
a:focus, select:focus, input:focus, button:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 700;
}
h1 {
	font-size: 26px;
	color: #3db0c1;
}
h2 {
	font-size: 26px;
	color: #ea5210;
}
h3 {
	font-size: 20px;
	color: #000000;
}
h4 {
	font-size: 16px;
	color: #000000;
}
h5 {
	font-size: 12px;
	color: #000000;
}
h6 {
	font-size: 12px;
	color: #000000;
}
hr {
	margin: 5px 0;
	color: #a1d4d3;
}
p {
	margin: 0 0 10px;
}
ul, ol {
	padding-left: 0;
}
ol li, ul li {
	padding: 4px 0;
	list-style-position: inside;
}
ul ul, ul ol, ol ol, ol ul {
	color: #333333;
	padding-left: 10px;
}
dl {
	margin-top: 0;
	margin-bottom: 0;
}
dl dt {
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 6px;
}
dl dd {
	margin-bottom: 20px;
	margin-left: 0;
}
table {
	width: 100%;
}
table thead th, table thead td {
	text-align: center;
	padding: 9px 20px 9px;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	font-weight: 600;
	font-size: 12px;
	background-color: #f1f1f1;
	border: 1px solid #d9d9d9;
}
table tbody td, table tfoot td {
	text-align: center;
	line-height: 20px;
	border: 1px solid #d9d9d9;
	padding: 10px 20px;
	vertical-align: middle;
}
#customer_orders table td a, table tbody td a, table tbody td span {
	color: #000000;
}
.cart-items .title {
	vertical-align: top;
}
address {
	margin-bottom: 20px;
}
address .address-group {
	padding-left: 10px;
	font-family: 'Open Sans', sans-serif;
	max-width: 250px;
}
address .icon-user, address .icon-home, address .icon-phone, address .author {
	font-size: 16px;
	color: #000000;
	font-weight: 600;
}
address .email {
	color: #3db0c1;
	font-size: 12px;
}
address .info, address .address, address .phone {
	display: table;
	font-size: 12px;
	width: 100%;
	margin-bottom: 10px;
}
address .info .fa-user, address .address .fa-home, address .phone .fa-phone {
	padding: 12px 13px;
	border: 2px solid #000000;
	color: #000000;
	display: block;
	float: left;
}
address .address .fa-home {
	padding: 11px 12px;
}
address .phone {
	padding-bottom: 0;
	padding-bottom: 0;
}
address .icon-user, address .icon-home, address .icon-phone, address .address-group {
	display: table-cell;
	vertical-align: middle;
	float: left;
	max-width: 200px;
}
address .icon-user, address .icon-home, address .icon-phone {
	vertical-align: top;
}
address .email, address .city1, address .zip, address .phone-number {
	display: block;
}
form#address_form_new {
	margin: 0 20px;
}
.customer_address {
	border: 1px solid #d9d9d9;
	padding: 15px 0px 20px;
	border-radius: 3px;
	margin-top: 25px;
	-webkit-box-shadow: 1px 1px 9px 1px rgba(241,241,241,1);
	-moz-box-shadow: 1px 1px 9px 1px rgba(241,241,241,1);
	box-shadow: 1px 1px 9px 1px rgba(241,241,241,1);
}
.customer_address address .phone {
	border-bottom: 0;
}
blockquote {
	font-style: italic;
	background: #f1f1f1 url(../images/quote.png) no-repeat 20px center;
	padding: 29px 29px 30px 80px;
	border: none;
	color: #000000;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
blockquote p {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 1.3em;
}
.action_edit, .action_delete {
	position: relative;
	display: inline-block;
	margin-right: 7px;
}
.action_edit a, .action_delete a {
	vertical-align: top;
}
.status_authorized {
	text-transform: capitalize;
	color: #2e8900;
}
.status_unauthorized {
	text-transform: capitalize;
	color: #000000;
}
.status_fulfilled {
	text-transform: capitalize;
	color: #666666;
}
.status_unfulfilled {
	text-transform: capitalize;
	color: #d40107;
}
hr {
	border: 0;
	border-top: 1px solid;
}
.wrap-table {
	overflow-y: hidden;
	overflow-x: auto;
	clear: both;
	margin-bottom: 5px;
}
/*
** Input settings
*/
select {
    width: 120px;
    background-color: #ffffff;
    background-image: none;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    outline: none;
    height: 25px;
    line-height: 20px;
    padding-top: 0px;
    box-shadow: inset 0px 0px 5px -1px #e6e6e6;
    -webkit-box-shadow: inset 0px 0px 5px -1px #e6e6e6;
    -moz-box-shadow: inset 0px 0px 5px -2px #e6e6e6;
    margin: 5px 0;
}
select:focus {
	outline-offset: -2px;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border-color: #333333;
	outline: 0 !important;
}
/*
** Button settings
*/
.btn {
	filter: none;
	cursor: pointer;
	outline: none;
	border-radius: 4px;
	margin-bottom: 3px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4.5px;
	padding-bottom: 4.5px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: normal;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	border: 1px solid #d6d6d6;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 51%, #ffffff 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f9f9f9), color-stop(51%, #f2f2f2), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 51%, #ffffff 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 51%, #ffffff 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 51%, #ffffff 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 50%, #f2f2f2 51%, #ffffff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.btn a, a.btn {
	color: #333333;
}
.small.btn {
	padding-top: 3px;
	padding-bottom: 3px;
}
.btn:hover, .btn:focus, .btn:active {
	background: #a52e0a;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a52e0a', endColorstr='#a52e0a', GradientType=0);
	color: #ffffff;
	border-color: #982909;
	outline: none;
}
.btn_login {
	color: #000 !important;
	display: inline;
	filter: none;
	cursor: pointer;
	outline: none;
	border-radius: 4px;
	margin-bottom: 3px;
	padding-left: 25px !important;
	padding-right: 25px !important;
	padding-top: 2.5px !important;
	padding-bottom: 2.5px !important;
	font-weight: bold;
	text-transform: uppercase;
	line-height: normal;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	border: 1px solid #d6d6d6;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 51%, #ffffff 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f9f9f9), color-stop(51%, #f2f2f2), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 51%, #ffffff 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 51%, #ffffff 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f2f2f2 51%, #ffffff 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 50%, #f2f2f2 51%, #ffffff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.btn_login:hover {
	color: #FFF !important;
	border: 1px solid #44cfe4;
	background: #44cfe4;
	background: -moz-linear-gradient(top, #44cfe4 0%, #46b6c0 50%, #46b6c0 51%, #44cfe4 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #44cfe4), color-stop(50%, #46b6c0), color-stop(51%, #46b6c0), color-stop(100%, #44cfe4));
	background: -webkit-linear-gradient(top, #44cfe4 0%, #46b6c0 50%, #46b6c0 51%, #44cfe4 100%);
	background: -o-linear-gradient(top, #44cfe4 0%, #46b6c0 50%, #46b6c0 51%, #44cfe4 100%);
	background: -ms-linear-gradient(top, #44cfe4 0%, #46b6c0 50%, #46b6c0 51%, #44cfe4 100%);
	background: linear-gradient(to bottom, #44cfe4 0%, #46b6c0 50%, #46b6c0 51%, #44cfe4 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44cfe4', endColorstr='#44cfe4', GradientType=0 );
}
.touch .add-to-cart:hover, .touch .add-to-cart:focus, .touch .add-to-cart:active {
	background: #ececec;
	color: #333333;
	border-color: #d6d6d6;
}
.btn.disabled:hover, .btn[disabled]:hover {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #333333;
	background-color: #e6e6e6;
	border-color: #d6d6d6;
}
.btn-1 {
	background: #47b6c2;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#47b6c2), to(#1f8e9d));
	background: -webkit-linear-gradient(#47b6c2, #1f8e9d);
	background: -moz-linear-gradient(#47b6c2, #1f8e9d);
	background: -ms-linear-gradient(#47b6c2, #1f8e9d);
	background: -o-linear-gradient(#47b6c2, #1f8e9d);
	background: linear-gradient(#47b6c2, #1f8e9d);
	-pie-background: linear-gradient(#47b6c2, #1f8e9d);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47b6c2', endColorstr='#47b6c2', GradientType=0 );
	-webkit-box-shadow: inset 0px 1px 0px 0px #6adce3;
	-moz-box-shadow: inset 0px 1px 0px 0px #6adce3;
	box-shadow: inset 0px 1px 0px 0px #6adce3;
	color: #ffffff;
	border: 1px solid #2f99a6;
	font-size: 12px;
}
.small.btn-1 {
	padding-top: 3px;
	padding-bottom: 3px;
}
.btn-1:hover, .btn-1:focus, .btn-1:active {
	background: #a52e0a;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a52e0a', endColorstr='#a52e0a', GradientType=0 );
	color: #ffffff;
	border-color: #982909;
	-webkit-box-shadow: inset 0px 2px 0px 0px #982909;
	-moz-box-shadow: inset 0px 2px 0px 0px #982909;
	box-shadow: inset 0px 2px 0px 0px #982909;
}
.btn-2 {
	background: #ae340b;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ae340b), to(#862207));
	background: -webkit-linear-gradient(#ae340b, #862207);
	background: -moz-linear-gradient(#ae340b, #862207);
	background: -ms-linear-gradient(#ae340b, #862207);
	background: -o-linear-gradient(#ae340b, #862207);
	background: linear-gradient(#ae340b, #862207);
	-pie-background: linear-gradient(#ae340b, #862207);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae340b', endColorstr='#ae340b', GradientType=0 );
	-webkit-box-shadow: inset 0px 1px 0px 0px #d44b10;
	-moz-box-shadow: inset 0px 1px 0px 0px #d44b10;
	box-shadow: inset 0px 1px 0px 0px #d44b10;
	color: #ffffff;
	border: 1px solid #982909;
	font-size: 12px;
}
.btn-2:hover, .btn-2:focus, .btn-2:active {
	background-color: #000000;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	color: #ffffff;
	border-color: #262525;
	-webkit-box-shadow: inset 0px 2px 0px 0px #262525;
	-moz-box-shadow: inset 0px 2px 0px 0px #262525;
	box-shadow: inset 0px 2px 0px 0px #262525;
}
/*.btn-3 {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fafafa 51%, #efefef 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #fafafa), color-stop(100%, #efefef));
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fafafa 51%, #efefef 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fafafa 51%, #efefef 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fafafa 51%, #efefef 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #fafafa 51%, #efefef 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef', GradientType=0 );
	color: #333333;
	border-color: #d7dbde;
	font-size: 12px;
	padding: 4.5px 15px;
}*/
/*.btn-3:hover, .btn-3:focus, .btn-3:active {
	background: #131313;
	color: #ffffff;
	border-color: #131313;
	background: #4c4c4c;
	background: -moz-linear-gradient(top, #4c4c4c 0%, #131313 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #4c4c4c), color-stop(100%, #131313));
	background: -webkit-linear-gradient(top, #4c4c4c 0%, #131313 100%);
	background: -o-linear-gradient(top, #4c4c4c 0%, #131313 100%);
	background: -ms-linear-gradient(top, #4c4c4c 0%, #131313 100%);
	background: linear-gradient(to bottom, #4c4c4c 0%, #131313 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}*/
.btn-3 {
	background: #ccc;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#efefef));
	background: -webkit-linear-gradient(#ffffff, #efefef);
	background: -moz-linear-gradient(#ffffff, #efefef);
	background: -ms-linear-gradient(#ffffff, #efefef);
	background: -o-linear-gradient(#ffffff, #efefef);
	background: linear-gradient(#ffffff, #efefef);
	-pie-background: linear-gradient(#ffffff, #efefef);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef', GradientType=0 );
	-webkit-box-shadow: inset 0px 1px 0px 0px #d7dbde;
	-moz-box-shadow: inset 0px 1px 0px 0px #d7dbde;
	box-shadow: inset 0px 1px 0px 0px #d7dbde;
	color: #333333;
	border: 1px solid #d7dbde;
	font-size: 12px;
}
.btn-3:hover, .btn-3:focus, .btn-3:active {
	opacity: 0.85;
	background: #000000;
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#4c4c4c', GradientType=1 );
	color: #ffffff;
	border-color: #000000;
	-webkit-box-shadow: inset 0px 2px 0px 0px #000000;
	-moz-box-shadow: inset 0px 2px 0px 0px #000000;
	box-shadow: inset 0px 2px 0px 0px #000000;
}
.btn-4 {
	background: #000000;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#000000), to(#000000));
	background: -webkit-linear-gradient(#000000, #000000);
	background: -moz-linear-gradient(#000000, #000000);
	background: -ms-linear-gradient(#000000, #000000);
	background: -o-linear-gradient(#000000, #000000);
	background: linear-gradient(#000000, #000000);
	-pie-background: linear-gradient(#000000, #000000);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	font-size: 12px;
	color: #ffffff;
	border-color: #262525;
	-webkit-box-shadow: inset 0px 2px 0px 0px #262525;
	-moz-box-shadow: inset 0px 2px 0px 0px #262525;
	box-shadow: inset 0px 2px 0px 0px #262525;
}
.btn-4:hover, .btn-4:focus, .btn-4:active {
	background: #ae340b;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ae340b), to(#862207));
	background: -webkit-linear-gradient(#ae340b, #862207);
	background: -moz-linear-gradient(#ae340b, #862207);
	background: -ms-linear-gradient(#ae340b, #862207);
	background: -o-linear-gradient(#ae340b, #862207);
	background: linear-gradient(#ae340b, #862207);
	-pie-background: linear-gradient(#ae340b, #862207);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae340b', endColorstr='#ae340b', GradientType=0 );
	-webkit-box-shadow: inset 0px 1px 0px 0px #d44b10;
	-moz-box-shadow: inset 0px 1px 0px 0px #d44b10;
	box-shadow: inset 0px 1px 0px 0px #d44b10;
}
.btn-5 {
	background: #ececec;
	color: #333333;
	border-color: #d6d6d6;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	padding: 0;
	width: 34px;
	height: 34px;
}
.active .btn-5, .btn-5:hover, .btn-5:focus, .btn-5:active {
	background-color: #333333;
	color: #ececec;
	border-color: #333333;
}
.btn-8 {
	background: #47b6c2;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#47b6c2), to(#1f8e9d));
	background: -webkit-linear-gradient(#47b6c2, #1f8e9d);
	background: -moz-linear-gradient(#47b6c2, #1f8e9d);
	background: -ms-linear-gradient(#47b6c2, #1f8e9d);
	background: -o-linear-gradient(#47b6c2, #1f8e9d);
	background: linear-gradient(#47b6c2, #1f8e9d);
	-pie-background: linear-gradient(#47b6c2, #1f8e9d);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47b6c2', endColorstr='#47b6c2', GradientType=0 );
	-webkit-box-shadow: inset 0px 1px 0px 0px #6adce3;
	-moz-box-shadow: inset 0px 1px 0px 0px #6adce3;
	box-shadow: inset 0px 1px 0px 0px #6adce3;
	color: #ffffff !important;
	border: 1px solid #2f99a6;
	font-size: 12px;
}
.btn-8:hover, .btn-8:focus, .btn-8:active {
	opacity: 1; /*0.85*/
	background: #195e64;
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#195e64', endColorstr='#19626a', GradientType=1 );
	color: #ffffff;
	border-color: #195e64;
	-webkit-box-shadow: inset 0px 2px 0px 0px #195e64;
	-moz-box-shadow: inset 0px 2px 0px 0px #195e64;
	box-shadow: inset 0px 2px 0px 0px #195e64; /*46b6c0*/
}
.btn-9 {
	background: #ae340b;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ae340b), to(#862207));
	background: -webkit-linear-gradient(#ae340b, #862207);
	background: -moz-linear-gradient(#ae340b, #862207);
	background: -ms-linear-gradient(#ae340b, #862207);
	background: -o-linear-gradient(#ae340b, #862207);
	background: linear-gradient(#ae340b, #862207);
	-pie-background: linear-gradient(#ae340b, #862207);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae340b', endColorstr='#ae340b', GradientType=0 );
	-webkit-box-shadow: inset 0px 1px 0px 0px #d44b10;
	-moz-box-shadow: inset 0px 1px 0px 0px #d44b10;
	box-shadow: inset 0px 1px 0px 0px #d44b10;
	color: #ffffff;
	border: 1px solid #ae340b;
	font-size: 12px;
}
.btn-9:hover, .btn-9:focus, .btn-9:active {
	opacity: 1;/*0.85*/
	background: #5f2517;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f2517', endColorstr='#5f2617', GradientType=1 );
	color: #ffffff;
	border-color: #5f2517;
	-webkit-box-shadow: inset 0px 2px 0px 0px #5f2517;
	-moz-box-shadow: inset 0px 2px 0px 0px #5f2517;
	box-shadow: inset 0px 2px 0px 0px #5f2517; /*ad2c0c*/
}
.mini {
	padding: 0 10px!important;
	min-height: 35px!important;
}
/*
** Title, Heading
*/
.wrapper-title {
	position: relative;
	text-align: center;
	display: block;
	margin-bottom: 15px;
}
#shipping-calculator .wrapper-title, #checkout-addnote .wrapper-title {
	text-align: left;
}
.login-page .wrapper-title {
	text-align: left;
}
.wrapper-title span {
	font-size: 12px;
	color: #333333;
}
.reset-page #page-title-login, .login-page #page-title-login {
	margin-left: 40px;
	font-size: 13px;
	color: #3db0c1;
}
.title-1, .title-2, .title-3, .title-4 {
	/*font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;*/
}
.title-1 {
	color: #ffffff;
	font-size: 26px;
	/*border-top: 2px solid #ea5210;*/
	padding: 12px 0;
	position: relative;
	margin-bottom: 20px;
	margin-top: 20px;
}
.title-1 .sub-title {
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 2px;
	width: 200px;
	background-color: #2f99a6;
}
.title-1 .content-title {
	display: inline-block;
}
.title-2 {
	color: #000000;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.title-3 {
	font-size: 26px;
	color: #333; /*color: #3db0c1;*/
}
.wrapper-title .title-3 {
	display: inline-block;
	background-color: transparent;
	position: relative;
	z-index: 2;
	padding-left: 10px;
	padding-right: 10px;
}
.wrapper-title .line {
	border-top-color: #3db0c1;
	border-top-style: none;
	border-top-width: 1px;
	position: absolute;
	width: 100%;
	left: 0;
	top: 13px;
}
.title-5 {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 10px;
	font-weight: normal;
}
.title-5:hover {
	font-weight: normal;
}
.title-5 i.fa {
	margin: 0 0 0 10px;
	color: #ea5210;
}
/* Colour */
.color-1 {
	color: #46b5c0;
}
.color-2 {
	color: #ff6f6f;
}
.color-3 {
	color: #efefef;
}
.color-4 {
	color: #ffffff;
}
/*
** Background
*/
#content.container, #content .background {
	background-color: #000000;
}
/*
** Header settings
*/
#top {
	color: #969696;
}
#top a {
	text-shadow: none;
	color: #FFF;
}
#top a:hover, #top a:focus {
	text-shadow: none;
	color: #44cfe4;
	font-style: normal;
	background-color:transparent;
}
#top #search-submit {
	color: #969696;
}
#top #site-title {
	margin-left: -10px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
#top #site-title:hover {
	color: #a1d4d3;
	text-decoration: none;
}
/*
** Top settings
*/
#top-other {
	height: 32px;
	font-weight: 600;
	font-size: #969696;
	font-family: 'Open Sans', sans-serif;
	color: #969696;
	background-color: #000000;
	text-transform: uppercase;
	
	position: fixed;left: 0;top: 0; width:100%; z-index:99; /* Fixed Menu bar */
}
#top-other .welcome {
	margin: 6.5px 0;
	padding-left: 0;
	font-weight: bold;
	font-size: 10px;
}
.top-other ul {
	margin: 0px 0 0 0;
	font-size: 10px;
}
.top-other ul li span {
	font-weight: bold;
}
.customer-links {
	padding: 0;
}
.customer-links li, .customer-links li span, .customer-links li a {
	text-transform: uppercase;
}
/*
** Footer settings
*/
#footer, #footer label {
	font-size: 12px;
}
#footer a {
	color: #3db0c1;
	font-style: normal;
}
.article-extras h5.title a {
	font-weight: bold;
	color: #3db0c1!important;
}
.article-extras h5.title a:hover {
	color: #ea5210 !important;
}
#footer a:hover, #footer a:focus {
	color: #a0a0a0;
	font-style: normal;
}
#footer #email-submit {
	color: #a0a0a0;
}
.article-extras h5.title a {
	font-weight: bold;
	color: #3db0c1;
}
.article-extras h5.title a:hover {
	color: #ea5210;
}
/*
** Sidebar settings
*/
.sidebar {
	font-size: 12px;
	color: #333333;
	border-radius: 5px 0 0 5px;
	padding: 0 20px 17px 20px;
}
.sidebar .sb-title {
	color: #000000;
	background-color: #000000;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	border-bottom: 1px dotted #000000;
	text-transform: normal;
	margin: 0;
	color: #ffffff;
}
.sidebar .sb-title .fa {
	margin-right: 10px;
	font-size: 18px;
}
.sidebar .sb-content {
	margin-left: 0;
	margin-top: 10px;
}
.sidebar .sb-content .blogs-item .h5 a {
	color: #3db0c1;
	font-size: 12px;
	font-weight: bold;
	padding-left: 0px;
}
.sidebar .sb-content .blogs-item .h5 a:hover {
	color: #ea5210;
}
.sidebar a {
	color: #a0a0a0;
	font-style: normal;
	font-weight: normal;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bold;
}
.sidebar a:hover, .sidebar a:focus {
	color: #3db0c1; /*color: #202020;*/
	font-style: normal;
	font-weight: bold;
}
.sidebar a.btn:hover, .sidebar a.btn:focus {
	color: #FFF;
	font-style: normal;
	font-weight: bold;
}
/* MISC */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.float-none {
	float: none;
}
.bold {
	font-weight: bold;
}
.unbold {
	font-weight: normal;
}
.caroufredsel_wrapper {
	margin: 0!important;
}
.caroufredsel_wrapper li.items {
	float: left;
	height: auto!important;
}
.unmargin {
	margin: 0!important;
}
.unmargin-top {
	margin-top: 0!important;
}
.unmargin-bottom {
	margin-bottom: 0!important;
}
.unmargin-left {
	margin-left: 0!important;
}
.unmargin-right {
	margin-right: 0!important;
}
.unpadding {
	padding: 0!important;
}
.unpadding-top {
	padding-top: 0!important;
}
.unpadding-bottom {
	padding-bottom: 0!important;
}
.unpadding-left {
	padding-left: 0!important;
}
.unpadding-right {
	padding-right: 0!important;
}
.unborder {
	border: 0!important;
}
.img-responsive {
	display: inline-block!important;
	height: auto;
	max-width: 100%;
}
.margin-right-10 {
	margin-right: 10px;
}
.margin-left-10 {
	margin-left: 10px;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.mright-1 {
	margin-right: 1px;
}
.mleft-1 {
	margin-left: 1px;
}
.mright-3 {
	margin-right: 3px;
 *margin-right: 3px;
}
.mleft-3 {
	margin-left: 3px;
 *margin-left: 3px;
}
.mright-7 {
	margin-right: 7px;
}
.table-cell {
	display: table;
}
.table-cell li {
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
}
.alert-error, .alert-success {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 5px 20px 5px 20px;
	margin: 10px 0;
	text-shadow: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.alert .close {
	top: 4px;
}
.opacity_85 {
	opacity: 0.85;
	filter: alpha(opacity=85);
}
.opacity_93 {
	opacity: 0.93;
	filter: alpha(opacity=93);
}
.header_style {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.overlay-content {
	position: fixed;
	background: #000000 url(../images/loader.gif) no-repeat center;
	width: 100%;
	height: 100%;
	z-index: 1000;
	opacity: 0.9;
}
.uppercase {
	text-transform: uppercase;
}
.pos-relative {
	position: relative;
}
span.btn_down {
	background: url(../images/btn_down.png) no-repeat 0 0;
	width: 40px;
	height: 50px;
	display: block;
	float: left;
	margin-right: 10px;
}
/*fix*/
#recover-password {
	margin-left: 15px;
}
#recover-password .login-page .wrapper-title {
	margin-left: 10px;
}
#recover-password .wrapper-title .title-3 {
	width: 100%;
	padding: 10px 0;
	display: block;
}
#recover-password .wrapper-title .line {
	top: 33px;
}
#recover-form li {
	padding-left: 0;
}
#recover-form .alert {
	margin-left: 0 !important;
	margin-top: 10px;
}
.has-error label.control-label, label.control-label {
	color: #000000;
}
.customer-accounts label.control-label {
	color: #fff;
}
#customer-login .wrapper-title {
	margin-left: 10px;
}
/*TDP*/

/*TDP*/
