@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap');
/*
font-family: 'Roboto', sans-serif;
font-family: 'Oswald', sans-serif;
*/
body {
	margin: 0 auto;
	padding: 0;
	width: 100%; 
	font-family: 'Roboto', sans-serif !important;
}
a.linkopac img {
	filter: alpha(opacity=100%);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color: transparent;
}
a.linkopac:hover img {
	filter: alpha(opacity=20%);
	-moz-opacity: 0.8;
	opacity: 0.8;
	border: 0px none;
}
a {
	transition: all 0.5s ease 0s;
	text-decoration: none;
}
a:hover {
	transition: all 0.5s ease 0s;
	text-decoration: none;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.listing_clear {
	clear: both;
}
.listing_wrap {
	width: 100%;
}
.listing_background {
	width: 100%;
	float: left;
	background-color: #FFF;
	margin: 0; 
	padding: 0;
}
.listing_main {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	display: table;
}
.listing_wrapcen {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
 margin:;
	position: relative;
	display: inline-block;
}
.listing_content {
	width: 100%;
	margin: 30px auto 0px;
	display: table;
}
/*============================================
			Top Header Css START 	
============================================*/
 .dezign_header_top{
	background:#FFF;	 
	padding:7px 0px;
}
.welcome_text{
	color: #333333;
	font-size:14px;
	background:url("../images/home_icon.png");
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:25px;
	line-height:15px;
	letter-spacing:0.50px;
 	text-align:left;
	padding-top:2px; 
	font-family: 'Roboto', sans-serif !important;
}
.welcome_text strong{
	font-weight:bold; 
	color:#C8102E;
	text-transform: uppercase;
}
.header_top {
	float: right;
	width: 100%;
	text-align: right;
	margin-bottom: 10px;
}
.top_menu_link {
	display: inline-block;
	vertical-align: middle; 
	text-align: right;
	float: right;
}
.top_menu_link ul {
	text-align: right;
	margin: 0px;
}
.top_menu_link li {
	display: inline-block;
	padding: 0 10px;
}
.top_menu_link li:last-child {
	padding-right: 0px;
}
.top_menu_link li a {
	color: #333333;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif !important;
	letter-spacing: 1px;
}
.top_menu_link li a:hover {
	color: #C8102E; 
}
.top_menu_link li a img{
	margin-top:-2px;
}
.dezign_header_top2{ 
	padding:0px 0px;
	background:url("../images/dezign_header_top2.png");
	background-repeat:no-repeat;
	background-position:center center; 
}
.top_dezign_menu{
	float:left;
}
.dezign_header_top2{
	background:#0D399D;
}
.dezign_header_top2 .top_dezign_menu li{
	float:left;
}
.dezign_header_top2 .top_dezign_menu li a{
	color: #FFF;
	font-size:13px;
	border: 0px;
	display:block;
	border-left: 1px solid #3157AC;
	padding: 10px 11px 10px;
	font-family: 'Roboto', sans-serif !important;
	letter-spacing:1px;
	text-transform:uppercase;
}
.dezign_header_top2 .top_dezign_menu li a img{
	margin-top: -1px;
	margin-right:2px;
}
.dezign_header_top2 .top_dezign_menu li a:hover{ 
	color:#FFF;
	background-color: #C80F2E;
}
.dezign_header_top2 .top_dezign_menu li:last-child a{
	border-right: 1px solid #3157AC;
}
.store_header{
	width: 100%;
	margin: 0 auto;
	padding:20px 0px;
	display: block;
	z-index: 9;
	background:url("../images/store_header_bg.png");
	background-repeat:no-repeat;
	background-position:center center;
}
#store_logo{
	float: none;
	margin: 0px 0 0;
	position: relative;
	text-align: left;
	width: auto;
}
#store_logo img {
	border: 0 none;
	left: 0;
	margin: 0;
	display: table;
	z-index: 1;
	max-width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	top: -112px;
}
.main_menu_wappper{
	background-color: #0D399C;
}
ul.main_menu {
	list-style: none;
	padding: 0; 
	margin-right: 0px;
	margin-bottom: 0px; 
}
ul.main_menu li {
	float: none;
	display: inline-block;
	padding: 0 15px;
}
ul.main_menu li:first-child {
	padding-left: 0px;
}
ul.main_menu li:last-child {
	padding-right: 0px;
}
ul.main_menu li a {
	display: block;
	color: #A8BEEF;
	font-size: 17px;
	letter-spacing:0.80px;
	font-weight: normal;
	position: relative;
	font-family: 'Roboto', sans-serif !important;
	padding:13px 0px; 
}
ul.main_menu li a:hover {
	color: #FFF;
}
ul.main_menu li a:after {
	border-top: 3px solid #FFF;
	content: "";
	bottom:6px;
	width: 0;
	transition: all 0.5s ease 0s;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
ul.main_menu li a:hover:after {
	width: 100%;
}
.store_prmotion {
	margin: 0px auto;
	padding:20px 0px;
	max-width: 100%;
	width: 100%;
	padding-bottom: 0px;
	text-align: center; 
}
#dezign_home_banner{
	width: 100%;
	display: table;
	height: auto;
	padding: 0;
	margin: 0px auto 0;
	position: relative;
}
@keyframes slider {
0% { left: 0%; }
15% { left: 0%; }
20% { left: -100%; }
35% { left: -100%; }
40% { left: -200%; }
55% { left: -200%; }
60% { left: -300%; }
75% { left: -300%; }
80% { left: -400%; }
100% { left: -400%; }
}
#maine_slider { overflow: hidden; }
#maine_slider figure img { width:20%; float: left; }
#maine_slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 25s slider infinite; 
}
/*============================================
			Top Header Css END 	
============================================*/

/*============================================
	Guarantees Css START
============================================*/ 
.guaranteed_wapper {
	padding-bottom: 50px;
	float: left;
	width: 100%;
}
.guaranteed_title {
	background: url("../images/title_bg.png");
	background-repeat: no-repeat;
	background-position: center left;
	text-align: left;
	    font-family: 'Roboto', sans-serif !important;
	font-size: 32px;
	font-weight: 300;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #000;
	position: relative;
	padding: 10px 0;
	padding-left: 55px;
}
.guaranteed_title .view_btn {
	font-size: 14px;
	letter-spacing:1px;
	color: #575757;
	font-weight: 500;
	text-transform: uppercase;
	background: url("../images/view_btn2.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:20px;
	position: absolute;
	right: 0;
	top: 20px;
	text-decoration:underline !important;
}
.guaranteed_title .view_btn:hover {
	color: #575757;
}
.guaranteed_box {
	border: 1px solid #000000;
	background:#FFF;
	box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.1); 
	text-align: center;
	padding: 22px 15px; 
}
.guaranteed_text {
	font-size: 20px;
	color: #575757;
	margin-bottom:10px;
}
.ebay_logo{
	margin-bottom:10px;
}
.guaranteed_name {
	font-size: 14px;
	color: #000;
	letter-spacing: 0.20px;
	font-weight: bold;
	margin-bottom: 12px;
}
/*============================================
	Guarantees Css END
============================================*/ 

/*============================================
			Footer Css START 	
============================================*/
 .btn01 {
 	color: #FFF !important;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight:normal;
	text-transform: uppercase;
	background: #0D399D;
	width: auto;
	font-family: 'Roboto', sans-serif !important;
	padding:10px 22px;
	line-height: 16px;
	display: inline-block;
	transition: all 0.5s ease 0s;
	text-decoration: none;
}
.btn01 span {
	border-left: 0px solid #000;
	padding-left: 0px;
	margin-left: 0px;
}
.btn01 span img {
	margin-top: -3px;
	display: inline-block;
	vertical-align: middle;
}
.btn01:hover {
	transition: all 0.5s ease 0s;
	background: #D40601;
}
.prom_bottom{
	background:#000;
	padding:0px 0px;	
}
.prom_bottom img{
	margin:0 auto;
	display:table;	
}
.dezign_our_newsleter{
	padding-bottom:35px;
	padding-top:35px;
	float: left; 
	width: 100%;
}
.our_newsleter_bg {
	background:url("../images/our_newsleter_bg.png");
	background-repeat:no-repeat;
	background-position:center center;
	padding:5px;
	display: block;
	background-size: cover;
	max-width: 1110px;
	margin: 0 auto;
	width: 100%;
}
.newsleter_inner_bg{ 
	background-size:cover;
	background:#FFF;
	padding:15px 25px;
}
.newsleter_inner_bg ul {
	padding: 0px;
	margin: 0;
}
.newsleter_inner_bg li {
	display: inline-block;
	list-style: none;
	vertical-align: middle;
}
.our_newsleter_titel {
	font-size: 22px;
	font-weight: normal;
	line-height: 35px;
	letter-spacing: 0.50;
	font-family: 'Roboto', sans-serif !important;
	color: #666666;
	text-transform: uppercase;
	padding-right: 20px;
	padding-left: 10px;
	text-align: left;
}
.our_newsleter_titel span {
	font-weight: bold;
	display: block;
	color: #333333;
	font-size: 34px;
}
.our_newsleter_text {
	font-size: 16px;
	line-height: 22px;
	text-align: left !important;
	letter-spacing: 0.25px;
	font-family: 'Roboto', sans-serif !important;
	color: #828282;
	padding-left:20px;
	background: url("../images/our_newsleter_text.png");
	background-repeat: no-repeat;
	max-width: 440px;
	margin-right:20px;
	background-position: left center;
}
.our_newsleter_btn .btn01 span {
	width: 5px;
	height: 8px;
	background-repeat: no-repeat;
	font-family: 'Roboto', sans-serif !important;
	background-position: center right;
}
.store_footer_wapper {
	padding: 50px 0px;
}
.dezign_footer_wapper {
	padding:25px 0;
	background:url("../images/footer_bg.png");
	background-repeat: no-repeat;
	background-size: cover; 
}
footer {
	float: left;
	width: 100%;
	background:#222222;
}
.footer_logo {
	margin: 0 auto 0px; 
}
.footer_payment{
	margin-top: 0px;
}
.footer_payment.text-left {
	margin-top: 30px;
}
.footer_payment.text-right {
    margin-top: 30px;
    display: block;
    float: right;
}
.footer_block_titel {
	font-size: 20px;
	font-family: 'Roboto', sans-serif !important;
	letter-spacing: 0.5px;
	color: #333;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 15px;
}
.footer_menu ul {
	list-style: none;
	margin: 0;
	padding: 0; 
	float:right;
	margin-top: 12px;
	display: table;
}
.footer_menu ul li{
	float: left;
	padding: 0 10px;
}
.footer_menu ul li:last-child{
	padding-right:0px;
}
.footer_menu ul li a {
	font-size:15px;
	color: #333333;
	font-family: 'Roboto', sans-serif !important; 
	line-height: 25px;
	letter-spacing: 0.85px;
	font-weight: normal;
	border: 1px solid rgba(0,0,0,0);
	padding: 6px 12px;
}
.footer_menu ul li a:hover {
	color: #0D399D;
	border-color: #0D399D;
	font-weight: bold;
}
.footer_bottom {
	background-color: #0D399D;
	margin-bottom:-1px;
	padding: 15px 0;
}
.dezign_copyright {
	text-align: left;
	font-size: 14px;
	font-family: 'Roboto', sans-serif !important;
	letter-spacing: 1px;
	color: #FFF;
	font-weight: normal;
}
.dezign_copyright span {
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Roboto', sans-serif !important;
	color: #FFF;
	font-size:16px;
}
.dezign_by {
	text-align: right;
	font-size: 13px;
	letter-spacing: 1px;
	color: #333;
}
/*============================================
			Footer Css END
============================================*/

/*============================================
			Listing CSS START
============================================*/
.listing_listinghead h1 {
	margin: 0 0 0px;
	padding: 0px 0px;
	font-family: 'Roboto', sans-serif !important;
}
#listingarea {
	width: 100%;
	position: relative;
	float: left;
	margin: 0px 0 10px 0;
	padding: 0;
	background: none;
}
.listing_listingarea-box {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
.listing_listinghead h1 {
	width: 100%;
	color: #FFF;
	float: left;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	line-height: normal;
	margin: 0 0 0px;
	padding: 10px 10px;
	text-align: center;
	background: #0D399D;
	letter-spacing:1px;
	text-transform: none;
	z-index: 1;
	font-family: 'Roboto', sans-serif !important;
	position: relative;
}
.desc-hedtitle {
	width: 100%;
	color: #FFF;
	float: left;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 0px;
	padding: 10px 10px;
	text-align: center;
	background: #0D399D;
	letter-spacing: 1px;
	text-transform: uppercase;
	z-index: 1;
	font-family: 'Roboto', sans-serif !important;
	position: relative;
}
.desc-rd {
	width: 100%;
	float: left;
	padding: 15px;
	font-family: 'Roboto', sans-serif !important;
	margin: 0;
	background: #FFF url("../images/left_line.png");
	background-repeat:repeat-x;
	background-position:bottom center;
	border: 1px solid #ccc;  
	border-bottom: 3px solid #0D399D;
	position: relative;
 }
.desc-text {
	font-size:18px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	letter-spacing:1px;
	line-height:30px;
	font-family: 'Roboto', sans-serif !important;
}
.desc-text p:last-child{
	margin-bottom:0px; 
}
.desc-rd ul {
	padding-left:0px;
	margin-bottom: 15px;
	list-style: disc inside;
}
.desc-rd table, .desc-rd table tr td, .desc-rd table tr th {
	border: 1px solid #CCC;
	padding: 8px 10px;
	text-align:center;
}
.desc-rd table h3 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}
table{
	margin-bottom: 30px;
}
/* Images Code Start */
.product_images_wappers {
	background: #FFF url("../images/left_line.png");
	background-repeat:repeat-x;
	background-position:bottom center;
	border: 1px solid #CCC;
	border-bottom: 3px solid #0D399D;
	border-top: 0px;
	box-sizing: border-box;
	float: left;
	height: auto;
	margin: 0;
	padding: 30px 0 20px;
 	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.product_images_gallery {
	float: none;
	width: 90%;
	max-width: 100%;
	padding: 0px 0px;
	margin-top: 0;
	margin: 0 auto;
}
.img-holder .lightbox:before {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.essWrap input[type="checkbox"], .essWrap input[type="radio"] {
	display: none;
}
.imgBox img {
	bottom: 0;
	height: auto;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	text-align: center;
}
.ess-gallery .img-box {
	border: 1px solid #ccc;
	background-color: #000;
	max-width: 600px;
	margin: 0 auto;
}
.img-holder {
	display: none;
}
.img-holder .imgBox {
	cursor: zoom-in;
	text-align: center;
	padding-bottom: 100%;
	overflow: hidden;
	background: #FFF;
	margin: 0;
	display: block;
	position: relative;
}
.img-popup {
	background-color: #FFF;
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.thumb {
	font-size: 0;
	margin-left: -7.5px;
	margin-right: -7.5px;
	text-align: center;
}
.thumb label {
	width: 12%;
	padding: 0 7.5px;
	display: inline-block;
	margin-top: 25px;
	margin-bottom:5px;
}
.thumb label .box {
	cursor: pointer;
	border: 1px solid #ccc;
	background-color: #FFF;
	overflow: hidden;
	text-align: center;
	position: relative;
	padding-bottom: 100%;
}
.thumb label img {
	display: inline-block;
	border: 0;
}
#imgView1:checked ~ .img-box #content1, #imgView2:checked ~ .img-box #content2, #imgView3:checked ~ .img-box #content3, #imgView4:checked ~ .img-box #content4, #imgView5:checked ~ .img-box #content5, #imgView6:checked ~ .img-box #content6, #imgView7:checked ~ .img-box #content7, #imgView8:checked ~ .img-box #content8, #imgView9:checked ~ .img-box #content9, #imgView10:checked ~ .img-box #content10, #imgView11:checked ~ .img-box #content11, #imgView12:checked ~ .img-box #content12, #imgView13:checked ~ .img-box #content13, #imgView14:checked ~ .img-box #content14, #imgView15:checked ~ .img-box #content15, #imgView16:checked ~ .img-box #content16, #imgView17:checked ~ .img-box #content17, #imgView18:checked ~ .img-box #content18, #imgView19:checked ~ .img-box #content19, #imgView20:checked ~ .img-box #content20 {
	display: block;
}
@-webkit-keyframes zoom {
 from {
-ms-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
to {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
}
@keyframes zoom {
 from {
-ms-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
to {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
}
.img-holder .lightbox:before {
	content: "";
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	z-index: 999;
}
.img-holder input:checked ~ .lightbox:before {
	position: fixed;
	opacity: 1;
	visibility: visible;
	top: 0;
}
.img-holder input:checked ~ .lightbox {
	position: static;
	cursor: zoom-out;
}
.img-popup {
	-webkit-animation: zoomOut 0.5s ease-out;
	animation: zoomOut 0.5s ease-out;
}
.img-holder input:checked ~ .lightbox .img-popup {
	border: 3px solid #000000;
	margin: 0 auto;
	z-index: 9999;
	max-width: 800px;
	max-height: 600px;
	-webkit-animation: zoom 0.5s ease-out;
	animation: zoom 0.5s ease-out;
	top: 5%;
}
.img-holder input:checked ~ .lightbox .img-popup::after {
	content: "x";
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 33px;
	color: red;
	background: #000000;
	width: 50px;
	height: 50px;
	border-radius: 0 0 0 10px;
	color: #FFF;
}
/* Images Code END */

/* Tab Code Start */
.tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	clear: both;
	padding: 0px;
	margin: 0px 0 0 0;
	background: #0D399D;
}
.tabs label {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	display: block;
	cursor: pointer;
	float: left;
	box-sizing: border-box;
	position: relative;
	letter-spacing:0.5px;
	color: #FFF;
	font-size:16px;
	font-weight:500;
	height: 45px;
	font-family: 'Roboto', sans-serif !important;
	line-height: 45px;
	margin: 0;
	transition: all 0.5s ease 0s;
	padding: 0px 0;
	text-align: center;
	text-decoration: none;
	background:url("../images/tab_line.png");
	background-repeat:no-repeat;
	background-position:right center;
	width: 185px;
	text-transform: uppercase;
}
.tabs label img {
	margin-top: -2px;
	margin-right: 3px;
}
label.nomarginright {
	background-image:none;
}
label.nomarginleft {
}
.tabs .nomarginright.none {
	margin-right: 0px;
}
.tabs label:hover {
	color: #FFF;
	background-color: #000;
}
.tabs label a {
	color: #fff;
	text-decoration: none;
	width: 100%;
	font-family: 'Roboto', sans-serif !important;
	display: block;
}
.tabs .tab {
	-moz-box-flex: 1;
	-moz-box-ordinal-group: 100;
	border: 1px solid #CCC;  
	border-bottom: 3px solid #0D399D;
 	border-top: 0px;
	box-sizing: border-box;
	color: #333;
	display: none;
	flex-grow: 1;
	font-family: 'Roboto', sans-serif !important;
	margin: 0px auto 0;
	order: 99;
	padding: 0 0px;
	width: 100%;
	background: #FFF url("../images/left_line.png");
	background-repeat:repeat-x;
	background-position:bottom center;
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height:26px;
	padding: 15px 15px 0;
}
.description_content h3 {
	font-size: 20px;
}
.description_content ul {
	margin-bottom: 15px;
	list-style: disclosure-closed inside;
}
.tabs .tab a {
	color: #1DAFEB;
	font-family: 'Roboto', sans-serif !important;
}
.tabs label:hover a {
	color: #ffffff;
}
.tabs input[type="radio"] {
	position: absolute;
	opacity: 0;
}
.tabs input[type="radio"]:checked + label {
	color: #FFF;
	background-color: #000;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}
/* Tab Code END */

/*============================================
			Listing CSS START
============================================*/
/*============================================
		Categories Css START	
============================================*/
.categories_wapper {
    padding: 40px 0px;
    float: left;
    width: 100%;
    padding-top: 0;
    margin-top: -10px;
}
.categories_title_wapper{
	margin: 0 auto 30px;
	display: table;
	text-align: center;
}
.categories_title{
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	text-transform: uppercase;
	position: relative;
	font-family: 'Roboto', sans-serif !important;
	letter-spacing: 0.80px;
	background:url("../images/title_arrow.png");
	background-repeat: no-repeat;
	background-position: center center;
} 
.categories_sub_title{
	font-size: 15px;
	font-weight: normal;
	color: #666666;
	margin-top: 5px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif !important;
	letter-spacing:1px;
}
.cat_boxs_wapper{
	border:2px solid #E4E4E4;
	position: relative;
	transition: all 0.8s ease 0s;
	margin-bottom: 30px;
}
.cat_names{
	width:100%;
	background-color: rgba(228,228,228, 0.75);
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	font-family: 'Roboto', sans-serif !important;
	font-size: 26px;
	font-weight: bold;
	color: #000;
	transition: all 0.8s ease 0s;
	text-align: center;
	padding: 7px 0px; 
	letter-spacing: 0.50px;
	text-transform: uppercase;
}
.cat_boxs_wapper:hover .cat_names{
	color: #FFF;
	bottom:40%;
	background-color: rgba(13,57,157, 0.85);
	transition: all 0.8s ease 0s;
}
.browser_button {
    margin: 0 auto;
    display: table;
}

/*============================================
		Categories Css END	
============================================*/
.promo_banner_wapper {
    float: left;
    width: 100%;
    padding: 40px 0;
    position: relative;
}
.promo_banner_contant {
    position: absolute;
    right: 0;
    left: 0;
    top: 40px;
    text-align: center;
}
.promo_banner_text{
	color: #FFF;
	font-size: 34px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.5px;	
	line-height: 36px;
	font-family: 'Roboto', sans-serif !important;	
}
.promo_banner_sub_text{
	color: #FFF;
	font-size:18px; 	
	margin-bottom: 15px;
	font-weight:400;
	letter-spacing:1px;	 
	font-family: 'Roboto', sans-serif !important;	
}