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



/* Typography */
@import url('https://fonts.googleapis.com/css?family=Oswald');
* {
	outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
	font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
h1 {
	font-size: 40px;
	line-height: 40px;
}
h2 {
	font-size: 30px;
	line-height: 30px;
}
h3 {
	font-size: 25px;
	line-height: 25px;
}
h4 {
	font-size: 20px;
	line-height: 20px;
}
h5 {
	font-size: 15px;
	line-height: 15px;
}
h6 {
	font-size: 12px;
	line-height: 15px;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	color: #FC0;
}
a, a:hover {
	text-decoration: none;
	transition: color linear 0.25s;
	-ms-transition: color linear 0.25s;
	-moz-transition: color linear 0.25s;
	-webkit-transition: color linear 0.25s;
	-o-transition: color linear 0.25s;
}
.margin-bottom {
	margin-bottom: 40px;
}
.margin-top {
	margin-top: 40px;
}
/* General */
html {
	overflow-x: hidden;
}
body {
	background: #fff;
	/*background-image:url(../img/wall3.jpg);
	background-repeat:no-repeat;
	background-position:center top;*/
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	
}


.inner-list {	
	
	
	font-weight: normal;
	
	list-style-type: none;
	
}

.inner-list li {
	padding-bottom:5px;
	background-image: url(../images/bullet-icon.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	
}

.addbox{
    width:100%;
	position: absolute;
}
.addbox .leftadd{
	position: absolute;
	left: -140px;
    top: 10px;
}
.addbox .rightadd{
	position: absolute;
	right: -105px;
    top: 10px;
}
.addbox .leftadd img,.addbox .rightadd img{
	width: 150px;
	height:auto;
	max-width:inherit;
}
/* Breadcrumb */
.breadcrumb {
	margin-top:20px;
	margin-bottom: 0;
	padding: 0;
	background: none;
	border-radius: 0;
}
.breadcrumb li {
	text-shadow: none;
}
.breadcrumb li .divider {
	color: #E5E5E5;
}
.breadcrumb li a {
	color: #333;
}
.breadcrumb li a:hover {
	color: #0CC;
}
.breadcrumb .active {
	color: #999;
}
.p404 {
	padding: 50px 0;
	text-align: center;
}
.btn.p404 {
	margin-bottom: 40px;
	padding: 10px;
	background: #0CC;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-shadow: none;
	text-transform: uppercase;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.btn.p404:hover {
	background: #FC0;
	color: #FFF;
}
/* Logo */
#logo {
	margin: 0px auto;
	text-align: center;
	display: block;
	position: absolute;
    left: -3px;
    top: 0px;
}
#logo img {
	display: inline-block;
	height: 302px;
}
/* Header */
.header {
	background: #F9F9F9;
	line-height: 40px;
}
.header .nav {
	margin-bottom: 0;
	width: auto;
}
.header .nav li a {
	margin: 0;
	padding: 0 10px;
	border-radius: 0;
	line-height: 40px;
	color: #999;
	display: block;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.header .nav li a:hover, .header .nav li.active a, .header .nav li.active a:hover {
	background: #F0F0F0;
	color: #333;
}
/* Header Currency */
.header .currency {
	margin-left: 20px;
	float: right;
}
.header .currency li {
	margin: 0;
	padding: 0;
}
.header .currency li a {
	padding: 0;
	width: 40px;
	color: #999;
	text-align: center;
}
/* Header Login */
.header .log-reg {
	margin-bottom: 0;
	float: right;
}
.header .log-reg a {
	margin-left: 20px;
	color: #999;
	display: block;
	float: left;
}
.header .log-reg a:hover {
	color: #0CC;
}
/* Header Cart */
.header .cart {
	padding-left: 20px;
	border-left: 1px solid #F0F0F0;
	position: relative;
	float: right;
}
.header .cart:hover {
	background: #FFF;
}
.header .cart p {
	margin: 0;
	font-weight: bold;
	float: right;
}
.header .cart p span {
	font-weight: normal;
	color: #999;
}
.header .cart i {
	margin-left: 15px;
	width: 40px;
	height: 40px;
	background: #F0F0F0;
	font-size: 15px;
	line-height: 40px;
	color: #CCC;
	text-align: center;
	float: right;
}
.header .cart.on i {
	background: #FC0;
	color: #FFF;
}
.header .cart .cart-content {
	padding: 20px 19px 19px 19px;
	width: 260px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	border-top: none;
	box-shadow: 0 5px 0 rgba(0,0,0,0.1);
	opacity: 0;
	position: absolute;
	top: 30px;
	right: 9999px;
	z-index: 9999;
	transition: top linear 0.25s, opacity linear 0.25s;
	-ms-transition: top linear 0.25s, opacity linear 0.25s;
	-moz-transition: top linear 0.25s, opacity linear 0.25s;
	-webkit-transition: top linear 0.25s, opacity linear 0.25s;
	-o-transition: top linear 0.25s, opacity linear 0.25s;
}
.header .cart:hover .cart-content {
	padding: 20px 19px 19px 19px;
	width: 260px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	border-top: none;
	box-shadow: 0 5px 0 rgba(0,0,0,0.1);
	opacity: 1;
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 9999;
}
.header .cart .cart-content .mini-cart-info h3 {
	margin-bottom: 20px;
}
.header .cart .cart-content .mini-cart-info p {
	font-weight: normal;
	float: left;
}
.header .cart .cart-content .mini-cart-info ul {
	margin: 0;
	list-style: none;
}
.header .cart .cart-content .mini-cart-info li {
	margin-bottom: 10px;
	padding-bottom: 9px;
	height: 70px;
	border-bottom: 1px dotted #E5E5E5;
	text-align: left;
}
.header .cart .cart-content .mini-cart-info li a img {
	margin-right: 10px;
	padding: 9px;
	width: 65px;
	height: 50px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	float: left;
}
.header .cart .cart-content .mini-cart-info li a img:hover {
	opacity: 0.5;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.header .cart .cart-content .mini-cart-info li .mini-cart-detail {
	padding: 5px 0;
	width: 165px;
	text-align: left;
	float: left;
}
.header .cart .cart-content .mini-cart-info li h5 a {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	display: block;
}
.header .cart .cart-content .mini-cart-info li h5 a:hover {
	color: #0CC;
}
.header .cart .cart-content .mini-cart-info li em {
	color: #CCC;
	display: block;
}
.header .cart .cart-content .mini-cart-info li p {
	color: #0CC;
}
.header .cart .cart-content .mini-cart-info li p span {
	margin-right: 5px;
	color: #CCC;
	text-decoration: line-through;
}
.header .cart .cart-content .mini-cart-total ul {
	margin: 0;
	list-style: none;
}
.header .cart .cart-content .mini-cart-total li {
	color: #999;
	text-align: right;
}
.header .cart .cart-content .mini-cart-total li span {
	width: 70px;
	font-weight: bold;
	color: #333;
	display: block;
	float: right;
}
.header .cart .cart-content .mini-cart-total .total {
	margin: 10px 0 20px 0;
	padding-top: 19px;
	border-top: 1px solid #CCC;
	font: normal 17px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #999;
	text-align: right;
	text-transform: uppercase;
	float: none;
}
.header .cart .cart-content .mini-cart-total .total span {
	color: #333;
}
.header .cart .cart-content .checkout .btn {
	padding: 0;
	width: 50%;
	height: 40px;
	background: #FC0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font: normal 14px/40px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-shadow: none;
	text-transform: uppercase;
	float: left;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.header .cart .cart-content .checkout .btn-checkout {
	background: #333;
}
.header .cart .cart-content .checkout .btn:hover {
	background: #0CC;
}
.bordered {
	margin: 0;
	border-top: 1px dashed #E5E5E5;
	border-bottom: 1px dashed #FFF;
}
/* Navbar */
.navbar-cont {
	margin: 18px 0;
	background: #333;
}
.navbar {
	margin-bottom: 0;
}
.navbar-inner {
	padding: 0;
	background: none;
	filter: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.navbar-inner .btn-navbar {
	margin: 0 auto;
	padding: 10px 0;
	height: 20px;
	background: #F9F9F9;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #999;
	text-shadow: none;
	text-transform: uppercase;
	float: none;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.navbar-inner .btn-navbar i {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
}
.navbar-inner .btn-navbar:hover {
	color: #333;
}
.navbar-inner .btn-navbar:hover i {
	opacity: 1;
}
.navbar-inner .nav {
	margin: 0;
	float: left;
}
.navbar-inner .nav li {
	filter: none;
	position: relative;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.navbar-inner .nav li:hover {
	background: #0CC;
	filter: none;
}
.navbar-inner .nav li a {
	margin-bottom: 0;
	padding: 0 10px;
	height: 60px;
	border-radius: 0;
	font: normal 14px/60px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	text-shadow: none;
	text-transform: uppercase;
	display: block;
	float: left;
	transition: padding linear 0.25s;
	-ms-transition: padding linear 0.25s;
	-moz-transition: padding linear 0.25s;
	-webkit-transition: padding linear 0.25s;
	-o-transition: padding linear 0.25s;
}
.navbar-inner .nav li a:hover {
	color: #FFF;
}
.navbar-inner .nav li.active a, .navbar-inner .nav li.active a:hover {
	background-image: linear-gradient(to bottom, #8d3f00, #ef0008)!important;
	border-radius: 0;
	box-shadow: none;
	color: #FFF;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	color: #FFF;
	background-color: inherit;
}
.navbar-inner .nav li i {
	margin-right: -20px;
	width: 40px;
	height: 60px;
	font-size: 14px;
	line-height: 60px;
	color: #FFF;
	text-align: center;
	float: right;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.navbar-inner .nav li:hover i {
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.navbar-inner .nav li.dropdown .dropdown-toggle:hover {
	background: none;
	box-shadow: none;
}
.navbar-inner .nav li.dropdown.active .dropdown-toggle {
	background: #FC0;
	color: #FFF;
}
.navbar-inner .nav li .dropdown-menu {
	padding: 20px;
	margin: 0;
	width: 180px;
	background: #FFF;
	border: none;
	border-radius: 0;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	list-style: none;
	opacity: 0;
	display: inherit;
	position: absolute;
	top: 30px;
	left: -9999px;
	float: none;
	transition: top linear 0.25s, opacity linear 0.25s;
	-ms-transition: top linear 0.25s, opacity linear 0.25s;
	-moz-transition: top linear 0.25s, opacity linear 0.25s;
	-webkit-transition: top linear 0.25s, opacity linear 0.25s;
	-o-transition: top linear 0.25s, opacity linear 0.25s;
}
.navbar-inner .nav li:hover .dropdown-menu {
	opacity: 1;
	top: 60px;
	left: 0;
}
.navbar-inner .nav li .dropdown-menu:before, .navbar-inner .nav li .dropdown-menu:after {
	display: none;
}
.navbar-inner .nav li .dropdown-menu li a, .navbar-inner .nav li.active .dropdown-menu li a {
	padding: 0;
	height: 29px;
	background: none;
	filter: none;
	border-top: 1px dotted #E5E5E5;
	font: normal 12px/29px Arial, Helvetica, sans-serif;
	color: #999;
	text-align: left;
	text-transform: none;
	float: none;
}
.navbar-inner .nav li .dropdown-menu li:first-child a, .navbar-inner .nav li.active .dropdown-menu li:first-child a {
	height: 30px;
	border-top: none;
	line-height: 30px;
}
.navbar-inner .nav li .dropdown-menu li:hover {
	background: none;
	filter: none;
}
.navbar-inner .nav li .dropdown-menu li:hover a, .navbar-inner .nav li .dropdown-menu li.active a {
	color: #333;
}
/* Header Search */
.header-search {
	margin: 0;
	float: right;
}
.header-search input[type=text] {
	margin: 0;
	height: 28px;
	border: 1px solid #CCCCCC;
	border-radius: 0;
	box-shadow: none;
	color: #333333;
	text-transform: uppercase;
	float: left;
	/*width:200px !important;*/
	background-color: #FFFFFF;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.header-search button {
	padding: 0;
	width: 40px;
	height: 40px;
	background: #111;
	border: none;
	border-left: none;
	color: #CCC;
	float: left;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.header-search button:hover {
	color: #FFF;
}
.date {
	margin: 10px 0;
	padding: 10px;
	background: #F9F9F9;
	color: #999;
	display: block;
}
.date a {
	color: #0CC;
}
.date a:hover {
	color: #333;
}
/* Lists */
.list-desc {
	margin: 0 0 35px 0;
	list-style: none;
}
.list-desc li {
	margin-bottom: 5px;
	font: italic 14px/30px Arial, Helvetica, sans-serif;
	color: #333;
}
.list-desc li i {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	background: #F9F9F9;
	line-height: 30px;
	color: #999;
	text-align: center;
	display: inline-block;
}
.small-desc {
	margin-bottom: 40px;
	color: #333333;
}
strong{
	color:#3C409B;
	font-size: 14px;
}
.small-desc a {
	color: #0CC;
}
.small-desc a:hover {
	color: #333;
}
/* About Lists */	
.about-list li {
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.about-list li .thumbnail {
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	text-align: center;
}
.about-list li .thumbnail .about-thumb {
	margin-bottom: 20px;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.about-list li .thumbnail:hover .about-thumb {
	border-radius: 100%;
}
.about-list li .thumbnail .icon-service {
	margin: 0 auto 10px;
	width: 160px;
	height: 160px;
	border-radius: 100%;
	font-size: 100px;
	line-height: 160px;
	text-align: center;
	display: block;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.about-list li .thumbnail:hover .icon-service {
	background: #FC0;
	font-size: 80px;
	color: #FFF;
}
.about-list li .thumbnail .caption {
	padding: 0;
}
.about-list li .thumbnail .caption h3 a {
	color: #0CC;
}
.about-list li .thumbnail .caption h3 a:hover {
	color: #333;
}
.about-list li .thumbnail .caption .footer-social {
	margin: 10px 55px;
	height: 40px;
}
.about-list li .thumbnail p {
	margin-bottom: 0;
}
.about-list li .thumbnail .progress {
	margin-bottom: 0;
}
/* Progress Bar */
.progress {
	margin-top: 10px;
	background: #F0F0F0;
	border-radius: 0;
	box-shadow: none;
}
.progress .bar {
	margin: auto;
	text-shadow: none;
	background: #333;
	box-shadow: none;
	float: none;
}
/* Address */
address a {
	color: #0CC;
}
address a:hover {
	color: #333;
}
/* Contact Forum and Map */
.map-form input, .map-form textarea {
	border-color: #E5E5E5;
	border-radius: 0;
	box-shadow: none;
}
.map-form button {
	padding: 0 10px;
	height: 30px;
	background: #0CC;
	border: none;
	border-radius: 0;
	box-shadow: none;
	line-height: 30px;
	color: #FFF;
	text-shadow: none;
}
.map-form button:hover {
	background: #FC0;
	color: #FFF;
}
/* Products Filter */
.products-filter {
	margin-bottom: 20px;
	margin-left: 0;
	padding: 14px 0;
	border-top: 1px dashed #E5E5E5;
	border-bottom: 1px dashed #E5E5E5;
	line-height: 30px;
}
.products-filter p {
	margin-bottom: 0;
	float: left;
}
.products-filter p a {
	margin-right: 20px;
	font-size: 14px;
	font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #333;
	text-transform: uppercase;
}
.products-filter p a:hover, .products-filter p a.active {
	color: #0CC;
}
.products-filter p a i {
	margin-right: -22px;
	width: 30px;
	height: 30px;
	background: #E5E5E5;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	display: inline-block;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.products-filter p a.active i {
	background: #FC0;
}
.products-filter p a i:hover, .products-filter p a.active i:hover {
	background: #0CC;
}
.products-filter select {
	margin-bottom: 0;
	margin-left: 20px;
	padding: 5px;
	width: 150px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 0;
	font: normal 12px/30px Arial, Helvetica, sans-serif;
	color: #999;
	float: right;
}
.select-option h5 {
	margin-bottom: 10px;
}
.select-option fieldset {
	margin: 0 0 20px 0;
	padding-bottom: 19px;
	border-bottom: 1px dashed #E5E5E5;
}
.select-option label {
	margin-bottom: 0;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #999;
}
.select-option select {
	margin-bottom: 0;
	padding: 5px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 0;
	font: normal 12px/30px Arial, Helvetica, sans-serif;
	color: #999;
}
/* Accordion */
.accordion {
	margin-bottom: 40px;
}
.accordion-group {
	margin-bottom: 0;
	border: 1px solid #E5E5E5;
	border-radius: 0;
}
.accordion-heading .accordion-toggle {
	padding: 10px 15px;
	font: normal 14px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #0CC;
	text-transform: uppercase;
}
.accordion-heading .accordion-toggle:hover {
	color: #333333;
}
.accordion-inner {
	padding: 14px 19px;
	background: #F9F9F9;
}
.accordion-inner ul {
	margin-bottom: 0;
}
.accordion-inner ul li {
	margin-bottom: 20px;
	padding-bottom: 19px;
	border-bottom: 1px solid #E5E5E5;
}
.accordion-inner ul li p {
	margin-bottom: 0;
}
.accordion-inner h5 {
	margin-bottom: 10px;
}
/* Pagination */
.pagination {
	margin-top: 0;
	margin-bottom: 40px;
	height: 30px;
}
.pagination ul {
	margin: 0;
	height: 30px;
	border-radius: 0;
	box-shadow: none;
}
.pagination ul li a {
	padding: 0;
	width: 29px;
	height: 28px;
	line-height: 28px;
	color: #999;
	text-align: center;
	border: 1px solid #F0F0F0;
	border-left: none;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.pagination ul li a:hover {
	background: #F9F9F9;
	color: #333;
}
.pagination ul li.active a, .pagination ul li.active a:hover {
	background: #FC0;
	border-color: #FC0;
	color: #FFF;
}
.pagination ul li a i {
	line-height: 28px;
	color: #CCC;
	display: block;
}
.pagination ul li:first-child a {
	width: 28px;
	border-left: 1px solid #F0F0F0;
	border-radius: 0;
}
.pagination ul li:last-child a {
	border-radius: 0;
}
/* Alert */
.alert {
	margin-bottom: 40px;
	padding: 9px 34px 9px 19px;
	text-shadow: none;
	border-radius: 0;
}
.alert .close {
	top: 0px;
	right: -25px;
}
/* Sidebar */
.sidebar {
	margin-top: 20px;
	margin-bottom: 20px;
}
.sidebar h3 {
	margin-bottom: 20px;
}
.sidebar .nav-stacked {
	margin-bottom: 20px;
	list-style: none;
}
.sidebar .nav-stacked li a {
	border-bottom: 1px dotted #E5E5E5;
	line-height: 29px;
	color: #999;
	float: none;
}
.sidebar .nav-stacked li a:hover, .sidebar .nav-stacked li.active a {
	background: none;
	color: #0CC;
}
.sidebar select {
	border-color: #E5E5E5;
	border-radius: 0;
}
.sidebar p a {
	color: #0CC;
}
.sidebar p a:hover {
	color: #333;
}
/* Media Galler */
.media-gallery {
	margin: 40px 0;
	list-style: none;
	overflow: auto;
}
.media-gallery li {
	margin-left: 0;
	padding: 9px;
	width: 115px;
	border: 1px dotted #E5E5E5;
	border-radius: 0;
	box-shadow: none;
	float: left;
}
.media-gallery li:first-child {
	padding: 9px;
	width: 250px;
	border: 1px solid #E5E5E5;
	border-radius: 0;
	box-shadow: none;
}
/* Product List */
.products-list {
	padding-top: 40px;
	background: #F9F9F9 url(../img/bg-line-vert.png);
	box-shadow: 0 -10px 0 rgba(0,0,0,0.1);
	position: relative;
}
.products-list-small {
	background: #FFF;
	box-shadow: none;
}
.products-list-simple {
	padding-top: 0;
	background: none;
	box-shadow: none;
}
.products-list-small .nav-tabs {
	line-height: 25px;
	border-bottom: none;
	text-align: center;
}
.products-list-small .nav-tabs a {
	margin-left: 20px;
	padding-left: 20px;
	height: 25px;
	border-left: 1px solid #E5E5E5;
	font: normal 25px/25px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #E5E5E5;
	text-transform: uppercase;
	display: inline-block;
}
.products-list-small .nav-tabs a:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
.products-list-small .nav-tabs a span {
	color: #E5E5E5;
	display: inline-block;
}
.products-list-small .nav-tabs a.active {
	color: #666;
}
.products-list-small .nav-tabs a.active span {
	color: #FC0;
}
.products-list h3 {
	margin-bottom: 20px;
	text-align: center;
}
.products-list ul {
	margin-bottom: 0;
}
.products-list li {
	margin-bottom: 40px;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.products-list li .thumbnail {
	padding: 9px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	border-radius: 0;
	box-shadow: 0 10px 0 rgba(0,0,0,0.1);
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.products-list-small li .thumbnail {
	padding-bottom: 0;
	border: 1px dotted #E5E5E5;
	box-shadow: none;
}
.products-list-simple li .thumbnail {
	box-shadow: none;
}
.products-list li .thumbnail a.thumb {
	margin-bottom: 10px;
	display: block;
}
.products-list li .thumbnail a.thumb img {
	margin: auto;
	display: block;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.products-list li:hover .thumbnail a.thumb img {
	transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
}
.products-list li .thumbnail a.folio {
	display: block;
}
.products-list li .thumbnail .folio-detail {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.25);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.products-list li .thumbnail:hover .folio-detail {
	opacity: 1;
}
.products-list li .thumbnail .folio-detail a {
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px;
	background: #FC0;
	border-radius: 100%;
	line-height: 50px;
	color: #FFF;
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.products-list li .thumbnail .folio-detail a:hover {
	margin: 0;
	width: 100%;
	height: 100%;
	background: #0CC;
	border-radius: 0;
	line-height: 100%;
	opacity: 0.5;
	top: 0;
	left: 0;
}
.products-list li .thumbnail .folio-detail a:hover i {
	margin-top: -25px;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
}
.products-list li .thumbnail p {
	margin-bottom: 0;
	text-align: center;
}
.products-list li .thumbnail p a {
	font: normal 14px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #333;
	text-transform: uppercase;
	display: block;
}
.products-list-small li .thumbnail p a {
	min-height: 40px;
}
.products-list li .thumbnail p a:hover {
	color: #0CC;
}
.products-list li p.rating {
	margin-bottom: 10px;
	width: 100%;
	height: 20px;
	text-align: center;
}
.products-list li .rating i {
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #FC0;
	text-align: center;
	display: inline;
}
.products-list li .rating span {
	display: none;
}
.products-list li .thumbnail .price {
	margin-bottom: 10px;
	font-size: 14px;
	color: #0CC;
}
.products-list li .thumbnail .price span {
	margin-right: 5px;
	font-weight: normal;
	color: #CCC;
	text-decoration: line-through;
}
.products-list li .thumbnail input[type=button] {
	margin: 0 0 0 -55px;
	padding: 0;
	width: 110px;
	height: 110px;
	background: #0CC;
	border: 5px solid #FFF;
	border-radius: 100%;
	box-shadow: none;
	font: normal 14px/100px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-shadow: none;
	text-transform: uppercase;
	display: block;
	position: absolute;
	top: -110px;
	left: 50%;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.products-list li:hover .thumbnail input[type=button] {
	top: -20px;
}
.products-list li:hover .thumbnail input[type=button]:hover {
	background: #FC0;
}
.products-list-small li .thumbnail input[type=button] {
	margin: 0 auto;
	padding: 0 10px;
	width: inherit;
	height: 40px;
	background: #F0F0F0;
	border: none;
	border-radius: 0;
	line-height: 40px;
	color: #FFF;
	position: inherit;
	top: inherit;
	left: inherit;
}
.products-list-small li:hover .thumbnail input[type=button] {
	top: inherit;
}
.products-list-small li:hover .thumbnail input[type=button]:hover {
	background: #0CC;
	color: #FFF;
}
.add-list-detail, .add-comp-detail {
	margin-bottom: 40px;
	width: 40px;
	height: 40px;
	background: #CCC;
	font: normal 14px/40px Roboto Condensed, Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	opacity: 1;
	display: block;
	float: left;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.add-list-detail i, .add-comp-detail i {
	color: #FFF;
}
.add-list-detail:hover, .add-comp-detail:hover {
	background: #FC0;
}
.add-list-detail:hover i, .add-comp-detail:hover i {
	color: #FFF;
}
.products-list li .thumbnail .add-list, .products-list li .thumbnail .add-comp {
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0.25);
	font: normal 14px/40px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	opacity: 0;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 100px;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.products-list li .thumbnail .add-list {
	left: 5px;
}
.products-list li .thumbnail .add-comp {
	right: 5px;
}
.products-list li .thumbnail:hover .add-list {
	opacity: 1;
	left: 0;
}
.products-list li .thumbnail:hover .add-comp {
	opacity: 1;
	right: 0;
}
.products-list li .thumbnail:hover .add-list:hover, .products-list li .thumbnail:hover .add-comp:hover {
	width: 100%;
	background: #FC0;
	z-index: 2;
}
.products-list li .thumbnail .add-list i, .products-list li .thumbnail .add-comp i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	opacity: 0.5;
}
.products-list li .thumbnail .add-list:hover i, .products-list li .thumbnail .add-comp:hover i {
	opacity: 0.75;
}
.products-list-small li .thumbnail .add-list, .products-list-small li .thumbnail .add-comp {
	display: none;
}
.products-list li .thumbnail .new {
	padding: 0 10px;
	background: #AD0;
	font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: 20px;
	left: 0;
}
.products-list li .thumbnail .sale {
	padding: 0 10px;
	background: #F33;
	font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: 20px;
	right: 0;
}
.product-info {
	margin: 20px 0;
}
/* Blog List */
.blog-list {
	margin: 40px 0 0 0;
	list-style: none;
}
.blog-list li {
	margin: 0 0 40px 0;
	padding-bottom: 39px;
	border-bottom: 1px dashed #E5E5E5;
}
.blog-list li a {
	color: #0CC;
}
.blog-list li a:hover {
	color: #333;
}
.blog-list li .thumbnail {
	margin: 0 20px 0 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	position: relative;
}
.blog-list li .blog-thumb {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.25);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.blog-list li:hover .blog-thumb {
	opacity: 1;
}
.blog-list li .blog-thumb a {
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px;
	background: #FC0;
	border-radius: 100%;
	line-height: 50px;
	color: #FFF;
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.blog-list li .blog-thumb a:hover {
	margin: 0;
	width: 100%;
	height: 100%;
	background: #0CC;
	border-radius: 0;
	line-height: 100%;
	opacity: 0.5;
	top: 0;
	left: 0;
}
.blog-list li .blog-thumb a:hover i {
	margin-top: -25px;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
}
.blog-list li h3 a {
	margin-bottom: 15px;
	display: block;
}
.blog-list li .btn {
	padding: 10px;
	background: #0CC;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-shadow: none;
	text-transform: uppercase;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.blog-list li .btn:hover {
	background: #FC0;
	color: #FFF;
}
/* Media List */
.media-list {
	margin-bottom: 40px;
}
.media-list a {
	color: #0CC;
}
.media-list a:hover {
	color: #333;
}
.media-list .media {
	margin-top: 10px;
}
.media-list .media:first-child {
	margin-top: 0px;
}
.media-list .media.simple {
	margin-top: 20px;
	padding-top: 19px;
	border-top: 1px dotted #CCC;
}
.media-list .media.simple:first-child {
	margin-top: 0px;
	padding-top: 0px;
	border-top: none;
}
.media-list a.thumb, .media-list a.thumb img, .forum-thumb, .forum-thumb img {
	width: 100px;
	height: 100px;
	transition: all linear 0.15s;
	-ms-transition: all linear 0.15s;
	-moz-transition: all linear 0.15s;
	-webkit-transition: all linear 0.15s;
	-o-transition: all linear 0.15s;
}
.media-list .media .media a.thumb, .media-list .media .media a.thumb img {
	width: 50px;
	height: 50px;
}
.media-list a.thumb:hover {
	opacity: 0.5;
}
.media-list .media .media-body {
	padding: 19px;
	background: #FFF;
	border: 1px dotted #CCC;
}
.media-list .media .media-body:first-child {
	padding: 20px;
	border: none;
}
.media-list .media.simple .media-body {
	padding: 0px;
	background: none;
	border: none;
}
.media-list .media .media {
	margin-left: 85px;
}
.media-list .media .media:first-child {
	margin-top: 10px;
}
.media-list .media .media .media-body {
	background: #F9F9F9;
}
.media-list .media .media-body h4 {
	margin: 0px 10px 0px 0px;
	width: auto;
	min-height: 20px;
	color: #C06;
	float: left;
}
.media-list .media .media-body p {
	margin-bottom: 0px;
}
.media-list .media .media-body a.reply {
	margin-top: 10px;
	background: #0CC;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-shadow: none;
	text-transform: uppercase;
	opacity: 0.15;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.media-list .media .media-body a.reply:hover {
	background: #FC0;
}
.media-list .media-body a.reply-forum {
	opacity: 0.25;
}
.media-list .media-body:hover a.reply-forum {
	opacity: 1;
}
.media-list .media .media-body:hover a.reply {
	opacity: 1;
}
.media-list .media .media-body a.reply i {
	margin: 2px 5px 3px 0px;
}
.submit-comment input, .submit-comment textarea {
	border-color: #E5E5E5;
	border-radius: 0;
	box-shadow: none;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #666;
}
/* Product Price */
.main-price {
	margin: 20px 0 0 0;
	padding: 9px 0;
	border-top: 1px dashed #E5E5E5;
	border-bottom: 1px dashed #E5E5E5;
	font: normal 14px/30px Arial, Helvetica, sans-serif;
	color: #999;
	text-align: right;
}
.main-price span {
	text-decoration: line-through;
}
.main-price strong {
	margin-left: 10px;
	font: normal 26px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #333;
}
.main-rating {
	margin: 20px 0;
	height: 20px;
	color: #CCC;
	text-align: right;
}
.main-rating.review {
	margin: 0;
	text-align: left;
}
/* Review Comment */
.write-review {
	margin-bottom: 0;
}
.write-review input[type=text] {
	padding: 0 9px;
	width: 200px;
	height: 28px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 0;
	box-shadow: none;
	font: normal 12px/28px Arial, Helvetica, sans-serif;
	color: #999;
	display: block;
}
.write-review textarea {
	margin-bottom: 10px;
	padding: 9px;
	min-width: 200px;
	width: 200px;
	max-width: 200px;
	min-height: 100px;
	height: 100px;
	max-height: 100px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 0;
	box-shadow: none;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #999;
	display: block;
}
.write-review label {
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #999;
}
.write-review input[type=radio] {
	margin: 0;
}
.write-review input[type=submit] {
	margin-top: 10px;
	width: 80px;
	height: 30px;
	background: #FC0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	display: block;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.write-review input[type=submit]:hover {
	background: #0CC;
}
.main-rating i {
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #FC0;
	text-align: center;
	display: inline;
}
.main-rating span {
	display: none;
}
.main-rating a {
	margin-left: 20px;
	line-height: 20px;
	color: #CCC;
}
.main-rating a:hover {
	color: #333;
}
/* Input Quantity */
.input-quantity {
	margin: 5px 10px;
	width: 48px;
	height: 38px;
	background: #FC0;
	border: none;
	font: normal 12px/38px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	float: right;
}
.input-quantity-text {
	line-height: 40px;
	float: right;
}
.btn-add-cart {
	margin-bottom: 40px;
	padding: 0 20px;
	height: 40px;
	background: #0CC;
	border: none;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	font: normal 16px/40px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	float: right;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.btn-add-cart:hover {
	background: #333;
	color: #FFF;
}
/* Small Banners */
.banner-small {
	margin-bottom: 40px;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.banner-small a, .banner-small a img {
	margin: auto;
	display: block;
}
.banner-small:hover {
	opacity: 0.5;
}
/* Brands */
.brands {
	margin-bottom: 40px;
}
.brands ul {
	margin-bottom: 0;
}
.brands li {
	margin-bottom: 0;
	background: #F9F9F9;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.brands li:hover {
	background: #F0F0F0;
}
.brands li .thumbnail {
	margin: auto;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
/* Table */
.table {
	margin-bottom: 40px;
}
.table th, .table td {
	text-align: right;
	vertical-align: middle;
}
.table th.p-name, .table td.p-name {
	text-align: left;
}
.table th {
	padding: 0;
	font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #999;
	text-transform: uppercase;
}
.table td {
	padding: 0;
}
.table td a {
	color: #0CC;
}
.table td a:hover {
	color: #333;
}
.table .thumb-cart {
	width: 50px;
	height: 50px;
}
.table .thumb-cart a img {
	width: 50px;
	height: 50px;
}
/* Table Cart */
.main-cart-total ul {
	margin: 0;
	list-style: none;
}
.main-cart-total li {
	color: #999;
	text-align: right;
}
.main-cart-total li span {
	width: 70px;
	font-weight: bold;
	color: #333;
	display: block;
	float: right;
}
.main-cart-total .total {
	margin: 10px 0 20px 0;
	padding-top: 19px;
	border-top: 1px solid #CCC;
	font: normal 17px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #999;
	text-align: right;
	text-transform: uppercase;
	float: none;
}
.main-cart-total .total span {
	color: #333;
}
.main-checkout .btn {
	margin-bottom: 40px;
	padding: 0;
	width: 140px;
	height: 40px;
	background: #FC0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font: normal 14px/40px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-shadow: none;
	text-transform: uppercase;
	float: right;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.main-checkout .btn-checkout {
	background: #333;
}
.main-checkout .btn:hover {
	background: #0CC;
}
/* Footer */
.footer {
	padding: 39px 0 40px 0;
	border-top: 0px solid #F0F0F0;
	background:url(../img/footerbg.png);
}
.footer h5 {
	margin-bottom: 10px;
	line-height: 30px;
	color: #fff;
	font-size:22px;
	text-transform:capitalize;
}
.footer h5 i {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	display: inline-block;
	float: left;
}
.footer p {
	margin-bottom: 0;
	color: #999;
}
.footer p a {
	color: #0CC;
}
.footer p a:hover {
	color: #333;
}
.footer .footer-contact {
	margin: 0;
	list-style: none;
	color:#fff;
}
.footer .footer-contact li a {
	color: #0CC;
}
.footer .footer-contact li a:hover {
	color: #333;
}
.footer-contact li:first-child{
	padding-right:20px;
	height:100px;
}
.footer .footer-contact li i {
	margin: 0 10px 5px 0;
	width: 30px;
	height: 30px;
	/*background: #E5E5E5;*/
	font-size: 16px;
	line-height: 30px;
	color: #f5d302;
	text-align: center;
	display: inline-block;
}
.footer .span3{
	border-right:0px solid #06631d;
}
.footer .span3:last-child{
	border-right:none;
}
.footer [class*="span"]{
	margin-left:27px;
}
.footer-social a {
	width: 36px;
	height: 36px;
	border-radius:18px;
	font-size: 20px;
	line-height: 36px;
	color:#fff;
	/*background-color:#f5d302;
	color: #0e7e2a;*/
	text-align: center;
	display: block;
	overflow: hidden;
	float: left;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
	margin:0px 8px 10px 0px;
}
.footer-social a:hover {
	font-size: 24px;
	color: #000;
	background-color:#f5d302!important;
}
.footer-social a.icon-facebook{
	background: #3B5998;
}
.footer-social a.icon-twitter {
	background: #03ABEA;
}
.footer-social a.icon-google-plus {
	background: #D34836;
}
.footer-social a.icon-pinterest {
	background: #C92228;
}
.footer-social a.icon-linkedin {
	background: #4393BB;
}
.footer-links {
	padding-top: 40px;
	background: #F9F9F9 url(../img/bg-line-vert.png) repeat;
}
.footer-links h5 {
	margin-bottom: 10px;
	line-height: 30px;
	color: #666;
}
.footer-links h5 i {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	color: #CCC;
	text-align: center;
	display: inline-block;
	float: left;
}
.footer-links ul {
	margin: 0 0 38px 0;
	padding: 9px 19px;
	border: 1px solid #E5E5E5;
	list-style: none;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.footer-links ul:hover {
	background: rgba(0,0,0,0.01);
}
.footer-links ul li a {
	height: 29px;
	border-top: 1px solid #E5E5E5;
	line-height: 29px;
	color: #999;
	display: block;
}
.footer-links ul li:first-child a {
	height: 30px;
	border-top: none;
	line-height: 30px;
}
.footer-links ul li a:hover {
	color: #0CC;
}
.pickclass tr th{
	background-color:#FCA10A;
	color:#fff;
	padding:5px 0px;
}
.pickclass tr th strong{
	color:#fff;
}
.pickclass tr td strong{
	color:#fff;
}
/* Copy */
.copyrightbox{
	background-color:#005e9e;
}
.copy {
	padding: 40px 0;
	/*background: #F9F9F9 url(../img/bg-line-vert.png) repeat;*/
}
.copy img {
	margin: 0 auto 15px;
	display: block;
}
.copy p {
	margin-bottom: 0;
	color: #fff;
}
.copy p i{
	color:#f4800f;
}
.copy p a {
	color:#f3d302!important;
}
.copy p a:hover {
	color: #fff;
}
/* Scrollbar */
.nicescroll-rails {
	width: 5px !important;
}
.nicescroll-rails div {
	width: 5px !important;
	background: rgba(0,0,0,0.5) !important;
	border: none !important;
	border-radius: 0 !important;
}
/* Change Color */
.colorSw {
	margin-top: -90px;
	width: 30px;
	height: 180px;
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 9999;
}
.colorSw a {
	width: 30px;
	height: 30px;
	color: #666;
	display: block;
}
.colorSw a.change-css-multicolor {
	background: #333;
	color: transparent;
}
.colorSw a.change-css-red {
	background: #F33;
	color: transparent;
}
.colorSw a.change-css-yellow {
	background: #FC0;
	color: transparent;
}
.colorSw a.change-css-green {
	background: #AD0;
	color: transparent;
}
.colorSw a.change-css-blue {
	background: #0CC;
	color: transparent;
}
.colorSw a.change-css-violet {
	background: #B7B;
	color: transparent;
}
/* toTop */
#toTop {
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0.25);
	line-height: 50px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	display: none;
	position: fixed;
	bottom: 0px;
	right: 25px;
	z-index: 9999;
	transition: all linear 0.15s;
	-ms-transition: all linear 0.15s;
	-moz-transition: all linear 0.15s;
	-webkit-transition: all linear 0.15s;
	-o-transition: all linear 0.15s;
}
#toTop:hover {
	margin-right: -25px;
	width: 100px;
	height: 100px;
	background: rgba(0,0,0,0.75);
	line-height: 100px;
}
#toTop i {
	margin: 0;
	transition: all linear 0.15s;
	-ms-transition: all linear 0.15s;
	-moz-transition: all linear 0.15s;
	-webkit-transition: all linear 0.15s;
	-o-transition: all linear 0.15s;
}
#toTop:hover i {
	line-height: 100px;
}
/*@-webkit-keyframes blink {
    0% { color  : #FCA10A; }
    49% { color : #FFF; }
    50% { color : #71e6ff }
    100% { color: #faff71; }
}

@-moz-keyframes blink {
    0% { color  : #FCA10A; }
    49% { color : #FFF; }
    50% { color : #71e6ff }
    100% { color: #faff71; }
}

@keyframes blink {
    0% { color  : #FCA10A; }
    49% { color : #FFF; }
    50% { color : #71e6ff }
    100% { color: #faff71; }
}*/


.textblink a{
   /* -webkit-animation: blink 3s linear infinite;
    -moz-animation: blink 3s linear infinite;
    animation: blink 3s linear infinite;
	background-color:#3F42AB;*/
	font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
	font-weight: 400;
	height:36px;
	background-color:#1498a7;
	text-align:center; 
	padding:12px 25px; 	
	text-align:center;
	border:1px solid #fff;
	text-align:center;
	margin-left:30px;
	color:#fff;
	white-space:nowrap;
	position: relative;
	z-index: 999;
}
.textblink a:hover{
	background-color:#af1f24;
}
.subblinbox{
	margin:0px auto; 
	padding:25px 25px 25px 25px; /*background:#3F42AB;*/
	/*background:url(../img/topstrip.gif) repeat-x;
	height:77px;*/
	text-align:center;
	display:block;
	background-image: linear-gradient(to right, #b62025 , #f5aa1f);
	position: relative;
}
.subblinbox:after{
	width: 100%;
	height: 1px;
	background-color: #fff;
	content: "";
	position: absolute;
	top:35px;
	left:0px;
}
.bghead{
	background:url(../img/headerbg.png) no-repeat;
	width:100%;
	height:100%;
	padding:15px 0px;
	position: relative;
}
.pickupbg{
	/*background:url(../img/pickupbg.png) no-repeat;
	background-size:100%;*/
	background-image:linear-gradient(to bottom, #65b078, #209cba); 
	width:100%;
	height:120px;
}
.sppackages .table{
	width:97%;
}
.sppackages .table td{
	text-align:left;
}
.menubg{
	background-image: linear-gradient(to bottom, #48b8db , #005e9e);
}
.wrservibox{
	width:100%;
	max-width:244px; 
	height:71px; 
	border:3px solid #f78210;
	border-radius:10px; 
	padding:18px 10px 20px 10px;
	margin-bottom:10px;
}
.wrservibox img{
	width:74px;
	height:74px;
	float:left;
}
.wrtxtcontent{
	width:160px;
	overflow:hidden;
	float:right;
}
.wrtxtcontent h3{
	margin:0px;
	padding:12px 0px 0px 0px;
	color:#f78210;
	font-size:20px;
	font-weight:700;
	letter-spacing:2px;
}
.wrtxtcontent h4{
	margin:0px;
	padding:0px;
	color:#005e9e;
	font-weight:700;
}
.allspeed{
	width:100%;
	height:160px;
	background:url(../img/allspeed.jpg) no-repeat;
	padding:20px 0px;
}
.allspeed h2{
	margin:0px;
	padding:20px 0px 15px 0px;
	font-size:50px;
	font-weight:700;
	text-align:center;
	color:#fff;
}
.speedconbtn{
	width:230px; 
	height:63px;
	border:1px solid #f78210; 
	border-radius:5px; 
	margin:10px auto; 
	padding:6px;
}
.speedconbtn img{
	position:relative;
	margin-top:-20px;
	margin-right:-20px;
}
.speedconbtn a{
	width:200px; 
	height:63px;
	padding-left:30px;
	display:block;
	background-color:#f78210;
	color:#fff;
	font-size:20px;
	text-align:center;
	line-height:63px;
	border-radius:5px; 
}
.speedconbtn a:hover{
	background-color:#005E9E;
}
.speedconbtn:hover{
	border:1px solid #fff;
}
.pkgbanner{
	width:100%;
	height:340px;
	background-image:linear-gradient(to bottom, #000b34, #2090f1);
	/*background:url(../img/pkgbanner.jpg) no-repeat;*/
	padding:30px 0px 20px 0px;
}
.webwidget_slideshow_common li{
	color:#fff!important;
}
.slides_box ul li{
	color:#fff!important;
}
.homepricetable{
	border-radius:10px;
	margin-top:25px;
	padding:15px;
margin-bottom:25px;
	box-shadow:7px 5px 10px rgba(0,0,0,0.3);
	background: #F00B82;
}
.homepricetable h4{
	color:#fff!important;
	margin-bottom:10px;
	font-size:22px!important;
	text-align:center;
	line-height: 25px;
}
.homepricetable h4 img{
	margin-right:5px;	
}
.homepricetable h4 span{
	color:#FFE141!important;
	font-weight:300!important;
}
.scrolltable{
	overflow-x:auto;
}
.homepricetable table tr th{
	color:#000;
	font-size:17px;
	padding:10px 15px;
	white-space:nowrap;
	font-weight:normal;
	border-color:#F00B82;
}
.homepricetable table tr td{
	color:#fff;
	text-align:center;
	padding-right:5px;
}
.homepricetable table tr td{
	border-color:#fff;
}
.homepricetable table tr td:first-child{
	text-align:center;
}
.homepricetable table tr:nth-child(even){
	/* background-color:#4277b8; */
}
.btntrackship{
	position:fixed; top:280px; right: -87px;
    transform: rotate(-90deg);
    z-index: 9;
}
/* Desktop large layout */
@media (min-width: 1200px) {
.header-search input[type=text] {
	width: 240px;
}
}

/* Desktop small layout */
@media (min-width: 980px) and (max-width: 1199px) {
.header .nav {
	margin-left: 20px;
}
.header-search input[type=text] {
	width: 240px;
}
.about-list li .thumbnail .caption .footer-social {
	margin: 10px 30px;
}
.media-gallery li {
	width: 90px;
}
.media-gallery li:first-child {
	width: 200px;
}
.textblink a{ 
	padding:12px 15px; 	
	margin-left:15px;
}
.jm-healines-inner h4{
	font-size:20px!important;
}
.wrservibox{
	width:95%;
}
.wrservibox img{
	width:54px;
	height:54px;
	float:left;
}
.wrtxtcontent{
	width:130px;
	overflow:hidden;
	float:right;
}
.wrtxtcontent h3{	
	font-size:18px;
}
.wrtxtcontent h4{
	font-size:16px;
}
.subblinbox{
	background:#F78210;
}
}

/* Tablet layout */
@media (min-width: 768px) and (max-width: 979px) {
.subblinbox{
	background:#F78210;
}
.subblinbox a{
	margin-left:5px;
}
body {
	padding-right: 20px;
	padding-left: 20px;
}
.row-main {
	margin-left: 0;
}
.header {
	padding: 10px 0;
}
.header .container {
	margin-right: 0;
}
.header .nav {
	display: none;
}
.header .nav.currency {
	display: inherit;
}
.navbar-cont {
	background: none;
}
.navbar-cont .row {
	margin-left: 0;
}
.navbar-cont .span12 {
	margin: 0 auto;
	width: 100%;
	height: inherit;
	position: inherit;
	float: none
}
.navbar-inner {
	background: #333;
}
.navbar-inner .nav {
	float: none;
}
.navbar-inner .nav li a {
	padding: 0;
	height: 39px;
	border-bottom: 1px solid #444;
	line-height: 39px;
	text-align: center;
	float: none;
}
.navbar-inner .nav li:hover, .navbar-inner .nav li:hover a {
	background: #0CC;
}
.navbar-inner .nav li i {
	margin: 0;
	display: inline-block;
	position: absolute;
	right: 0;
	float: none;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.navbar-inner .nav li.dropdown.open .dropdown-toggle, .navbar-inner .nav li.dropdown.active.open .dropdown-toggle {
	background: #FC0;
	color: #FFF;
}
.navbar-inner .nav li.dropdown .dropdown-toggle:focus {
	background: none;
	color: #FFF;
}
.navbar-inner .nav li.dropdown.active .dropdown-toggle {
	box-shadow: none;
	color: #FFF;
}
.navbar-inner .nav li.dropdown .dropdown-menu {
	display: none;
}
.navbar-inner .nav li .dropdown-menu, .navbar-inner .nav li:hover .dropdown-menu {
	position: inherit;
	top: 0;
	left: 0;
}
.navbar-inner .nav li.open .dropdown-menu {
	width: auto;
	opacity: 1;
	position: inherit;
	top: 0;
	right: 0;
	display: block;
}
.navbar-inner .nav li.open .dropdown-menu li a {
	margin-bottom: 0;
	border-bottom: none;
}
.header-search {
	margin: 20px 0;
	float: none;
}
.header-search fieldset {
	margin: auto;
	width: 400px;
}
.header-search input[type=text] {
	width: 220px;
}
.about-list li .thumbnail .caption .footer-social {
	margin: 10px 3px;
}
.media-gallery li {
	width: 63px;
}
.media-gallery li:first-child {
	width: 146px;
}
.wrservibox{
	width:90%;
	height:inherit;
	overflow:hidden;
}
.wrservibox img{
	width:74px;
	height:74px;
	float:none;
	text-align:center;
	margin:0px auto;
	display:block;
}
.wrtxtcontent{
	width:130px;
	overflow:hidden;
	float:right;
}
.wrtxtcontent h3{	
	font-size:22px;
}
.wrtxtcontent h4{
	font-size:20px;
}
.footer .span3{
	width:327px;
	height:230px;
	margin-bottom:20px;
}
.jm-healines-inner h4{
	font-size:20px!important;
}
.jm-healines-inner{
	background:none!important;
}
.jm-healines-inner h4,.jmnewsticker{
	line-height:60px!important;
}
.textblink a { line-height:60px;}
}

/* Mobile landscape layout */
@media (min-width: 480px) and (max-width: 767px) {
.subblinbox{
	background:#F78210;
}
.subblinbox a{
	margin-left:5px;
	line-height:60px;
}
.jm-healines-inner h4{
	font-size:20px!important;
}
.jm-healines-inner{
	background:none!important;
}
.jm-healines-inner{
	background:none!important;
}
.jm-healines-inner h4,.jmnewsticker{
	line-height:60px!important;
}
.jm-healines-inner h4{
	padding-right:0px!important;
}
.pickupbg{
	background:url(../img/pickupbg.png) no-repeat;
	background-size:100% 150px;
}
.jm-healines-inner h4,.jmnewsticker{
	line-height:40px!important;
}
.header {
	padding: 10px;
}
.header .nav {
	display: none;
}
.header .nav.currency {
	display: inherit;
}
.navbar-inner .nav {
	float: none;
}
.navbar-inner .nav li a {
	padding: 0;
	height: 39px;
	border-bottom: 1px solid #444;
	line-height: 39px;
	text-align: center;
	float: none;
}
.navbar-inner .nav li:hover, .navbar-inner .nav li:hover a {
	background: #0CC;
}
.navbar-inner .nav li i {
	margin: 0;
	display: inline-block;
	position: absolute;
	right: 0;
	float: none;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.navbar-inner .nav li.dropdown.open .dropdown-toggle, .navbar-inner .nav li.dropdown.active.open .dropdown-toggle {
	background: #FC0;
	color: #FFF;
}
.navbar-inner .nav li.dropdown .dropdown-toggle:focus {
	background: none;
	color: #FFF;
}
.navbar-inner .nav li.dropdown.active .dropdown-toggle {
	box-shadow: none;
	color: #FFF;
}
.navbar-inner .nav li.dropdown .dropdown-menu {
	display: none;
}
.navbar-inner .nav li .dropdown-menu, .navbar-inner .nav li:hover .dropdown-menu {
	position: inherit;
	top: 0;
	left: 0;
}
.navbar-inner .nav li.open .dropdown-menu {
	width: auto;
	opacity: 1;
	position: inherit;
	top: 0;
	right: 0;
	display: block;
}
.navbar-inner .nav li.open .dropdown-menu li a {
	margin-bottom: 0;
	border-bottom: none;
}
.header-search {
	margin: 20px 0;
	float: none;
}
.header-search fieldset {
	margin: auto;
	width: 400px;
}
.header-search input[type=text] {
	width: 220px;
}
.about-list li .thumbnail .caption .footer-social {
	margin: 10px auto;
	width: 160px;
}
.media-gallery {
	margin: 40px auto;
	width: 270px;
}
.products-list {
	background: none;
}
.footer .span3 {
	margin-bottom: 20px;
}
.btntrackship{
	 top:250px;
}
}

/* Mobile portrait layout */
@media (max-width: 479px) {
.subblinbox{
	background:#F78210;
}
.subblinbox a{
	margin-left:5px;
	line-height:60px;
}
.jm-healines-inner h4{
	font-size:20px!important;
}
.jm-healines-inner{
	background:none!important;
}
.jm-healines-inner{
	background:none!important;
}
.jm-healines-inner h4,.jmnewsticker{
	line-height:60px!important;
}
.jm-healines-inner h4{
	padding-right:0px!important;
}
.pickupbg{
	background:url(../img/pickupbg.png) no-repeat;
	background-size:100% 150px;
}
.header {
	padding: 10px;
}
.header .nav {
	display: none;
}
.header .nav.currency {
	margin: 0;
	display: inherit;
}
.header .log-reg {
	display: block;
	float: right;
	clear: both;
}
.header .cart:hover .cart-content {
	right: -20px;
}
.navbar-inner .nav {
	float: none;
}
.navbar-inner .nav li a {
	padding: 0;
	height: 39px;
	border-bottom: 1px solid #444;
	line-height: 39px;
	text-align: center;
	float: none;
}
.navbar-inner .nav li:hover, .navbar-inner .nav li:hover a {
	background: #0CC;
}
.navbar-inner .nav li i {
	margin: 0;
	display: inline-block;
	position: absolute;
	right: 0;
	float: none;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.navbar-inner .nav li.dropdown.open .dropdown-toggle, .navbar-inner .nav li.dropdown.active.open .dropdown-toggle {
	background: #FC0;
	color: #FFF;
}
.navbar-inner .nav li.dropdown .dropdown-toggle:focus {
	background: none;
	color: #FFF;
}
.navbar-inner .nav li.dropdown.active .dropdown-toggle {
	box-shadow: none;
	color: #FFF;
}
.navbar-inner .nav li.dropdown .dropdown-menu {
	display: none;
}
.navbar-inner .nav li .dropdown-menu, .navbar-inner .nav li:hover .dropdown-menu {
	position: inherit;
	top: 0;
	left: 0;
}
.navbar-inner .nav li.open .dropdown-menu {
	width: auto;
	opacity: 1;
	position: inherit;
	top: 0;
	right: 0;
	display: block;
}
.navbar-inner .nav li.open .dropdown-menu li a {
	margin-bottom: 0;
	border-bottom: none;
}
.header-search {
	margin: 20px 0;
	float: none;
}
.header-search fieldset {
	margin: auto;
	width: 240px;
}
.header-search input[type=text] {
	width: 170px;
}
.about-list li .thumbnail .caption .footer-social {
	margin: 10px auto;
	width: 80px;
	height: 80px;
}
.media-gallery {
	margin: 40px auto;
	width: 270px;
}
.products-list {
	background: none;
}
.footer .span3 {
	margin-bottom: 20px;
}
}
@media (max-width: 800px) {
.sppackages{
	overflow-x:scroll;
}
.sppackages tr td{
	padding:0px 10px;
}
}

.greencol{
	color:#005e9e;
}
h1.welcometitle{
	font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:600;
	text-transform:uppercase;
	line-height:35px;
}
/* my stuff(sivendra) starts here*/
.my_well span{color:#fff !important}
.my_well{padding-top:10px !important;margin-top: 5px;border-radius: 10px;    background-image: linear-gradient(to bottom, #65b078, #209cba); !important;box-shadow:7px 5px 10px rgba(0, 0, 0, 0.3)!important}
.my_title strong{color:#fff !important;}
.my_title span  a{color:#fff !IMPORTANT}
.my_title span  a:hover{color:#F1147D !IMPORTANT}
.my_title h1{text-shadow:5px 5px 5px rgba(0,0,0,0.4)}
.box_shdw .sidebar img{border-radius:0px;box-shadow:7px 5px 10px rgba(0, 0, 0, 0.3)!important}
table.trkdet{
	margin-bottom: 10px;
}
table.trkdet tr td{
	border:1px solid #ccc;
}
.trknonew{
	cursor: pointer;
}
.trkdigit{
	display: none;
	transition: all ease .5s;
}
.trkdet i,.trkdetbot i{
	font-size: 10px;
	color: #ff0000;
}
.trkdet,.trkdet strong{
	font-size: 11px;
	line-height: 18px;
}
.trkdet p{
	margin:0px;
	padding:0px;
}
.trkdet a{
	color: #ff0000;
}
.trkdet tr{
	background: #e8e8e4;
}
.trkdet a:hover{
	color: #000;
}
table.trkdetbot tr td{
	border:1px solid #ccc;
}
.trkdetbot tr.bghead{
	background: #e8e8e4;
	color: #000;
	font-weight: bold;
}
.trkdetbot tr td a{
	color: #ff0000;
}
.panel{
	display: none;
}
button.trknonew{
	background: none;
	color: #ff0000;
	border:none;
	font-size: 11px;
	transition: all ease .5s;
}
.trknonew i{
	font-weight: normal;
}


@media only screen and (max-width: 1366px){
.homecolorbox .span5{
	width: 400px;
}

}
.offers_table.table th, .table td {
    text-align: left;
    padding: 5px 10px;
}
.img-thumbnail {
    display: inline-block;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    max-width: 100%;
    height: auto;
    /* padding: 4px; */
    line-height: 1.42857143;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.offers_title{
    color: #fff;
    background: #fd1d7e;
    border: 2px dotted yellow;
    padding: 5px 10px;
    box-shadow: 4px 5px 5px #d0cfcf;
    border-radius: 0px 20px 0px 20px;
}
.address_block {
    background: #fafafa;
    border: 1px solid #ddd;
    padding: 15px;
    box-shadow: 4px 5px 5px #d0cfcf;
}
.address_block {
    background: #fafafa;
    border: 1px solid #ddd;
    padding: 15px;
    box-shadow: 4px 5px 5px #d0cfcf;
    margin-bottom: 20px;
}

.btntrackship a{
	width: 140px;
	background-image: linear-gradient(to bottom, #6b0e04, #b62025);
	font-size: 16px;
	padding: 15px 10px;
    color: #fff;
    border: 5px solid #5c0700;
    border-bottom: 0px;
}
.btntrackship a:hover{
	background-image: linear-gradient(to bottom, #b62025, #6b0e04);
}
.calltagpic{
	float: left;
}
.calltagpic img{
	height: 120px;
	position: relative;
	top:-10px;
	left:-48px;
}
.addressiconblock{
	background-image: linear-gradient(to right, #b62025 , #f5aa1f);
	padding:20px 0px 20px 0px;
	font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 16px;
	line-height: 22px;
}
.addressiconblock a{
	color:#fff;
	text-decoration: none;
}
.addressiconblock a:hover{
	color:#000;
}

.my_well p strong.weaccept{
	color:#fff;
	text-align: center!important;
	font-size: 24px!important;
	font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
	font-weight: 400;
	display: block;
	padding-bottom: 10px;
}
.seemoretxt{
	    background-image: linear-gradient(to right, #65b078, #209cba);
	width: 103%;
	display: block;
	color:#ffd800;
	font-size: 20px;
	margin-top: 10px;
    padding: 30px 10px;
    position: relative;
    top: 32px;
    left: -20px;
    text-align: center;
    border-radius: 0px 0px 15px 15px!important;
}
.seemoretxt a{
	color:#fff;
	text-decoration: none;
}
.offersscroll{
	padding-bottom: 20px;
	height: 220px;
}
.offersscroll .item{
	border:1px solid #ccc;
}
.offersscroll .span2{
	width: 100px;
}
.offersscroll .span5{
	width: 225px;
}
.offersscroll .table tr td{
	font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 16px;
}
.offersscroll h3.offers_title{
	font-size: 24px!important;
	font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
	text-align: left;
	background-image: linear-gradient(to right, #005e9e, #58cbe9);
	border-radius: 0px;
	border:0px;
	padding:8px 5px 8px 10px;
	margin-bottom: 15px;
}
.offermainbox{
	padding:3px;
	margin-bottom: 10px;
}


