/* -------------------------------- 

Themes: FWLLI
 
-------------------------------- */



/* -------------------------------- 

Times New Roman Web Font

-------------------------------- */

@font-face {
    font-family: 'times_new_romanregular';
    src: url('../times-new/times-webfont.woff2') format('woff2'),
         url('../times-new/times-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'times_new_romanbold';
    src: url('../times-new/timesbd-webfont.woff2') format('woff2'),
         url('../times-new/timesbd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'times_new_romanbold_italic';
    src: url('../times-new/timesbi-webfont.woff2') format('woff2'),
         url('../times-new/timesbi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'times_new_romanitalic';
    src: url('../times-new/timesi-webfont.woff2') format('woff2'),
         url('../times-new/timesi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* -------------------------------- 

Default Css

-------------------------------- */
body {
	color: #050505;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	font-family: 'Roboto', sans-serif;
}
a {
    color: #0b8fb5;
}
a, 
a:hover, 
a:active, 
a:focus,
input,
button,
textarea {
  outline: 0;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}
sup {
	font-size: 12px;
}
select {
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}


/* -------------------------------- 

Header Login

-------------------------------- */
.login { 
	height: 34px;
	padding: 7px 0;
	background-color: #0b8fb5;
	background-image: url(../../img/us-flag.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}
.top-bar {
    padding-right: 25px;
    position: relative;
	float: right;
}
.login-inner {
    float: left;
}
.login-inner > a {
    display: none;
}
.login .form-group {
	float: left;
	margin-bottom: 0;
	padding-left: 10px;
}
.login .control-label {
	color: #f1f1f1;
	font-size: 12px;
	font-weight:400;
	text-transform: uppercase;
	padding-right: 4px;
	padding-top: 2px;
}
.login .control-label,
.login .login-input,
.login .go-btn {
	float: left;
	margin-bottom:0;
}
.login .form-control,
#search_block_top #search_query_top {
	height: 20px !important;
	padding: 1px 8px !important;
	font-size: 12px !important;
	line-height: 14px !important;
	border: 0;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}
.go-btn {
    border: 0;
    height: 20px;
    color: #fff;
    font-size: 13px;
    padding: 1px 5px;
    background: #f04d34;
    text-transform: uppercase;
}
.go-btn:focus, 
.go-btn:hover {
    color: #fff;
	background: #1d2c45;
}
#search_block_top #search_query_top {
	float: left;
	width: 154px;
	color: #858585;
	font-size: 12px;
	margin-right:0 !important;
	background-color: #f1f1f1 !important;
}
.search .form-control::-webkit-input-placeholder {
	color: #858585;
	text-transform: uppercase;
}
.search .form-control::-moz-placeholder {
	color: #858585;
	text-transform: uppercase;
}
.search .form-control:-ms-input-placeholder { 
	color: #858585;
	text-transform: uppercase;
}
.search .form-control:-moz-placeholder { 
	color: #858585;
	text-transform: uppercase;
}
.search .search-btn,
#search_block_top .btn.button-search {
	float: left;
	position: static !important;
	width:22px !important;
	height: 20px !important;
	padding: 2px !important;
	border-radius: 0 !important;
	background-color: #0dacda !important;
	background-image: url(../../img/search-icon.png) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
#search_block_top .btn.button-search:before {
	display: none !important;
}
.shopping_cart > a:first-child {
	text-decoration: none;
}
 .shopping_cart span.badge {
    position: absolute;
    top: 50%;
    color: #fff;
    text-align: center;
    line-height: 9px;
    margin-top: -15px;
    left: 10px;
    font-size: 10px;
    padding: 0 2px;
    min-width: 15px;
    max-width: 50px;
    height: 15px;
    padding-top: 2px;
    background-color: #ce3d3d;
    border: 1px solid #ce3d3d;
    display: none !important;
}
.shopping_cart > a:hover span.badge {
display: block !important;
}
.submit > button#SubmitLogin {
    padding: 8px 20px !important;
}
.bt_compare{
	display:none !important;
}
.checkout_msg {
    background: #274168;
    padding: 10px 0px;
    color: #fff;
    text-align: center;
    margin: 20px;
    margin-top: 0px;
display:none;
}
.checkout_msg a {
    color: #fff;
    font-weight: 800;
    text-decoration: underline;
}

/* -------------------------------- 

Header

-------------------------------- */
.lnk_view{margin: 7px 0px !important;}
.header {
	background-image: url(../../img/header-bg.png);
	background-repeat: no-repeat;
	background-position: 20% 20%;
	background-size: cover;
	padding: 20px 0;
}
.logo {
	float: left;
}
.logo img {
	max-width: 100%;
}
.header .contact {
	float: right;
	width: 250px;
	text-align: right;
}
.header .contact,
.header .contact a {
	cursor: pointer;
	color: #000;
	font-size:20px;
	text-decoration: none;
	font-family: 'times_new_romanregular';
}
.header .contact .live-chat {
	position: relative;
	display: inline-block;
	width: 118px;
}
.header .contact .live-chat a {
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	display: inline-block;
	padding: 4px 10px 4px 20px;
    border-radius: 0 12px 12px 0;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	border: 2px solid #fff;
	background: #044e27;
	background: -moz-linear-gradient(top,  #044e27 0%, #1a9655 47%, #044e27 100%);
	background: -webkit-linear-gradient(top,  #044e27 0%,#1a9655 47%,#044e27 100%);
	background: linear-gradient(to bottom,  #044e27 0%,#1a9655 47%,#044e27 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#044e27', endColorstr='#044e27',GradientType=0 );
}
.header .contact .live-chat span {
	position: absolute; 
	top: -4px;
    left: 0;
	width: 39px;
	height: 39px;
	background:url(../../img/live-chat.png) no-repeat 0 0;
}
.header .contact .toll-free,
.header .contact .phn {
	display: inline-block;
	padding: 9px 0 8px 40px;
	background-image:url(../../img/fwlli-sprite-sheet.png);
	background-repeat: no-repeat;
}
.header .toll-free {
	background-position: 0 -88px;
	margin-bottom: -5px;
}
.header .phn {
	background-position: -91px -120px;
}
.list_states{
	width:100%;
}
p.payment_module {
    padding: 10px 0px !important;
}
.cart_navigation a {
    margin: 0px 10px;
    background-color: #09507A !important;
    color: #fff !important;
}
.cart_navigation button{
	margin: 0px 10px;
    background-color: #09507A !important;
    color: #fff !important;
}
.delivery_option_radio {
    margin-left: 0 !important;
}
td.delivery_option_radio {
    width: 7%;
}
td.delivery_option_logo {
    width: 15%;
    text-align: center;
}
td.delivery_option_price {
    width: 17%;
}
td.delivery_option_radio {
    vertical-align: middle !important;
}
.delivery_option_radio>.radio {
    text-align: center;
    margin-top: 0px !important;
    margin-bottom: 20px;
    margin-right: 14px;
}
.fedex_preview_container_cart{
		display: none !important;
}
.total_price_container, #total_price_container{
	display: none !important;
}
.adresses_bloc{
	padding:17px 0px;
}

.left_poster{float:left; width:140px; position:relative;}
.left_poster img{width:100%;}
.left_poster .poster-specialty {
    top: 0;
    left: 159px;
    font-size: 14px;
    line-height: 20px;
}
.left_poster1{float:left; position:relative;}
.left_poster1 img{width:100%;}
.left_poster1 .left-poster-desc {
    position: absolute;
    top: 68px;
    left: 15px;
    right: 0;
    width: 70%;
    overflow: auto;
font-size:12px;
}

dt{margin-top:10px;}
/* -------------------------------- 

Banner

-------------------------------- */
#banner {
	overflow: hidden;
}
#index #banner img, #index .inner-banner img {
	width: 100%;
        height: auto;
}
#banner .carousel-indicators li {
    width: 15px;
    height: 15px;
    border: 2px solid #1D2C45;
}
#banner .carousel-indicators .active {
	width: 17px;
    height: 17px;
}
.banner-control {
    position: absolute;
    top: 40%;
    font-size: 40px;
	color: #1D2C45;
}
a.left.banner-control {
    left: -50px;
}
a.right.banner-control {
    right: -50px;
}
#banner:hover a.left.banner-control {
    left: 10px;
}
#banner:hover a.right.banner-control {
    right: 10px;
}

/* -------------------------------- 

Content Wrapper

-------------------------------- */
.content-wrapper {
    padding: 20px 0;
}
.home-content > .row {
    margin-right: -6px;
    margin-left: -6px;
}

/* -------------------------------- 

Services

-------------------------------- */
#cmsinfo_block.row {
    margin-left: -6px;
    margin-right: -6px;
}
#cmsinfo_block .col-xs-12 {
	padding-right: 6px;
	padding-left: 6px;
}
#cmsinfo_block .row,
#subcategories .row {
    margin-right: -4px;
    margin-left: -4px;
}
#cmsinfo_block .col-sm-4,
#subcategories .col-sm-4 {
	padding-right: 4px;
	padding-left: 4px;
}
.services-heading {
	margin-bottom: 20px;
	padding: 11px 15px;
	position: relative;
}
.services-heading:after,
.sidebar-heading:after {
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 41%;
    box-sizing: border-box;
    border: 16px solid black;
    transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
    transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.services-heading.heading1 {
	box-shadow: inset 0 0 8px 0 rgba(1,29,49,0.2);
	-webkit-box-shadow: inset 0 0 8px 0 rgba(1,29,49,0.2);
	background: #0b658b;
	background: -moz-linear-gradient(top,  #0b658b 0%, #3492b9 44%, #137aa5 100%);
	background: -webkit-linear-gradient(top,  #0b658b 0%,#3492b9 44%,#137aa5 100%);
	background: linear-gradient(to bottom,  #0b658b 0%,#3492b9 44%,#137aa5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b658b', endColorstr='#137aa5',GradientType=0 );
}
.services-heading.heading2 {
	box-shadow: inset 0 0 4px 0 rgba(9,71,57,0.45);
	-webkit-box-shadow: inset 0 0 4px 0 rgba(9,71,57,0.45);
	background: #087e64;
	background: -moz-linear-gradient(top,  #087e64 0%, #2ca88c 44%, #08775e 100%);
	background: -webkit-linear-gradient(top,  #087e64 0%,#2ca88c 44%,#08775e 100%);
	background: linear-gradient(to bottom,  #087e64 0%,#2ca88c 44%,#08775e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#087e64', endColorstr='#08775e',GradientType=0 );
}
.services-heading.heading3 {
	box-shadow: inset 0 0 4px 0 rgba(81,60,4,0.45);
	-webkit-box-shadow: inset 0 0 4px 0 rgba(81,60,4,0.45);
	background: #b7440c;
	background: -moz-linear-gradient(top,  #b7440c 0%, #e1672a 59%, #b7440c 100%);
	background: -webkit-linear-gradient(top,  #b7440c 0%,#e1672a 59%,#b7440c 100%);
	background: linear-gradient(to bottom,  #b7440c 0%,#e1672a 59%,#b7440c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7440c', endColorstr='#b7440c',GradientType=0 );
}
.services-heading.heading1:after {
	border-color: transparent transparent #1b80aa #1b80aa;
	box-shadow: inset 0 0 8px 0 rgba(1,29,49,0.2);
	-webkit-box-shadow: inset 0 0 8px 0 rgba(1,29,49,0.2);
}
.services-heading.heading2:after {
	border-color: transparent transparent #11836a #11836a;
	box-shadow: inset 0 0 4px 0 rgba(9,71,57,0.45);
	-webkit-box-shadow: inset 0 0 4px 0 rgba(9,71,57,0.45);
}
.services-heading.heading3:after {
	border-color: transparent transparent #C65117 #C65117;
	box-shadow: inset 0 0 4px 0 rgba(81,60,4,0.45);
	-webkit-box-shadow: inset 0 0 4px 0 rgba(81,60,4,0.45);
}
.services-heading span {
	font-family: 'times_new_romanbold';
}
.services-heading h2,
.services-heading h2 a{
    color: #fff;
    font-size: 18px;
	margin: 0;
	line-height: 21px;
	font-family: 'times_new_romanregular';
	text-decoration: none;
}

.services-image img , .services-image .category_image img {
	width: 100%;
}
.services-text h2{
	color: #050505;
	font-size: 22px;
	font-weight: 700;	
}
.services-text p {
	margin-bottom: 15px;
}
.read-more a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
	text-decoration: none;
    background: #e13f3f;
    padding: 7px 12px 5px;
}
.read-more a:hover {
	background: #1d2c45;
}
/* -------------------------------- 

Sidebar

-------------------------------- */
.sidebar-heading {
	background: #e3e3e3;
	padding: 10px 15px;
	margin-bottom: 15px;
	text-align: center;
	position: relative;
}
.sidebar-heading:after {
	border-color: transparent transparent #e3e3e3 #e3e3e3;
	left: 44%;
}
.sidebar-heading h2,
.sidebar-heading h2 a {
	margin: 0;
	color: #050505;
	font-size: 25px;
	font-family: 'times_new_romanbold';
}
.labor-law h3 {
	margin:0 0 5px;
}
.labor-law h3 a{
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	padding: 11px 15px;
}
.color01 {
	background-color: #0c8fb5;
}
.color02 {
	background-color: #08876b;
}
.color03 {
	background-color: #b7440c;
}
.color04 {
	background-color: #e13f3f;
}
.news-alert img {
	max-width: 100%;
}
.pad_none{padding:0px;}
.pad_none_right{padding-right:0px;}
/* -------------------------------- 

Footer

-------------------------------- */
a{cursor: pointer;}
.footer {
    border-top: 4px solid #274168;
	margin-top: 20px;
}
.footer-top {
	background-image:url(../../img/footer-bg1.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	background-color: #f1f1f1;
	padding: 25px 0 0px;
}
.footer-col01 {
	position: relative;
	margin-top: 20px;
}
.poster-specialty {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	line-height: 25px;
    width: 255px;
    position: absolute;
	top: 25px;
    left: 250px;
	padding: 15px 20px 20px;
	border: 3px solid #fff;
	background-image:url(../../img/poster-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #274168;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.75);
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.75);
}
.poster-specialty:after {
	content: '';
	display: block;
	position: absolute;
	top: 39%;
	left: -22px;
	width: 29px;
	height: 30px;
	background:url(../../img/triangle.png);
	background-repeat: no-repeat;
}

.poster-specialty h3 {
	margin:0 0 5px;
	color: #ebcb06;
	font-size: 30px;
	font-family: 'times_new_romanregular';
}
.footer-top h2 {
	color: #000;
	font-size: 25px;
	font-family: 'times_new_romanregular';
}
.footer-menu ul li {
	margin-bottom: 5px;
	padding-left: 10px;
	background:url(../../img/fwlli-sprite-sheet.png) no-repeat 0 7px;
}
.footer-menu ul li a {
	color: #000;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}
.footer-address {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}
.footer-address span a{color:#000;}
.footer-address p {
	color: #be0404;
	display:inline;
}
.newsletter .form-control {
	color: #aeadad;
	font-size: 12px;
	height: 30px;
	border-radius: 0;
	padding: 4px 12px;
	border: 1px solid #719eb0;
}
.newsletter .btn {
    color: #fff;
    font-size: 16px;
    background-color: #ce3d3d;
    padding: 4px 25px;
    margin-top: 10px;
}
.newsletter .btn:hover {
    background-color: #1d2c45;
}
.social h2 {
    font-size: 20px;
}
.social a {
	width: 60px;
	height: 60px;
	display: inline-block;
	margin-right: 2px;
	background:url(../../img/fwlli-sprite-sheet.png) no-repeat;
}
.social a.fb {
	background-position: 0px -203px;
}
.social a.tw {
	background-position: -66px -201px;
}
.social a.ld {
	background-position: -132px -200px;
}

.footer-bottom {
	color: #fff;
	font-size: 12px;
	padding: 16px 0;
	background-color: #274168;
	margin-top: 17px;
}
.copyright sup {
    font-size: 8px;
}

.bx-controls .bx-has-controls-direction { display:none !important;}
.cms_image img {
    padding-right: 17px;
    padding-top: 8px;
}
.rte h1{
	padding: 0px;
    margin: 0px;
    margin-bottom: 15px !important;
	font-size: 30px;
	font-family: 'times_new_romanbold';
}
#center_column p {
	margin-bottom: 18px;
}
#cms #center_column img {
	margin: 10px 15px 10px 0 !important;
}
p.sub-heading {
    margin-bottom: 10px !important;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
.inner-banner {
    position: relative;
    overflow: hidden;
}
.inner-banner-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 50px;
    line-height: 52px;
    text-align: center;
    font-family: 'times_new_romanregular';
}
.banner-text {
    display: table;
    width: 100%;
    height: 100%;
}
.v-align {
    display: table-cell;
    vertical-align: middle;
}
/************************  Contact Us  *************************/

.contact_details div {
    line-height: 27px;
}
.brwn_color{
	color:#be0404;
}
.name_contact{
	font-size: 16px;
    font-weight: bold;
	margin-bottom: 5px;
}

/************************  Recent Changes  *************************/
.rec_cont{ background-image: url(../../img/header-bg.png); background-repeat:no-repeat; padding-top: 17px;}
#recent { 
	line-height: 22px;
}
#recent h2 {
    font-size: 24px;
     color: #be0404;
	 font-family: 'times_new_romanbold';
}
#recent h3 {
     color: #1D2C45;
	 font-size: 20px;
	 margin-top: 0;
	 padding: 0px !important;
	 font-family: 'times_new_romanbold';
}
#recent p {
	margin-bottom:0px;
}
.desc {
    padding-bottom: 7px;
}
#recent .change {
    padding: 20px;
    min-height: 100px;
    border: solid 1px #8d8d8d;
    margin-bottom: -1px;
    overflow: hidden;
}
#recent .alt {
    background: #efefef;
}
#recent .cat {
    float: right;
    text-align: right;
    font-weight: bold;
    color: #9e0000;
}
#recent .date {
	font-size: 16px;
	font-weight: 700;
    margin: 0;
    padding: 0;
	padding-bottom: 10px;
}
.rec_cont a {
    color: #0B8FB5;
}
.error_newsletter {
    color: #be0404;
}

/************************ Checout Page  *************************/
.page-heading {
    color: #000000;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    font-size: 30px;
    font-family: 'times_new_romanbold';
	
}
ul.step {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
ul.step li.step_current {
    background: #09507A;
    border-color: #09507A;
}
ul.step li.step_current span {
    color: #fff;
}
ul.step li.first span, ul.step li.first a {
    z-index: 5;
}
ul.step li.step_todo {
    background: #f7f7f7;
    background-image: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
    background-repeat: repeat-x;
}
ul.step li {
    float: left;
    text-align: left;
    border: 1px solid;
    border-color: #cacaca;
	position: relative;
}
ul#order_step {
    margin-bottom: 17px;
	overflow: hidden;
}
ul.step li a:after, ul.step li span:after, ul.step li.step_current span:after, ul.step li.step_current_end span:after,ul.step li.step_done:after {
    content: "";
    position: absolute;
    top: 0;
    right: -31px;
    z-index: 23;
    width: 31px;
    height: 100%;
}
ul.step li#step_end span:after {
	display: none;
}
ul.step li.step_done {
    background: #696969;
}
ul.step li em {
	font-style: normal;
}
ul.step li.step_done a {
	color: #fff;
	text-decoration: none;
}
.heading-counter{
	float: right;
}
#summary_products_quantity {
    color: #1D2C45;
}
.cart_last_product {
    display: none;
}
.order_delivery {
    display: none;
}
.cart_navigation {
    float: right;
}
.cart_navigation .button-exclusive.btn.btn-default {
    float: left;
}
.standard-checkout {
    float: right;
    color: #fff;
	margin-left: 10px;
    background-color: #1D2C45;
}
.multishipping-checkout{
	float: right;
    color: #fff;
	margin-left: 10px;
    background-color: #1D2C45;
}
.multishipping-checkout:hover, .multishipping-checkout:active {
    color: #fff;
    background-color: #1D2C45;
}
.standard-checkout:hover, .standard-checkout:active {
    color: #fff;
    background-color: #1D2C45;
}
.cart_quantity_button {
    padding-top: 7px;
}
.fa-trash{
	font-size: 36px;
    padding-top: 17px;
}
ul.address.brd {
    width: 100%;
}
.brd {
    border: 1px solid gray;
    padding: 0px 20px 20px;
}
.brd li {
    line-height: 25px;
}
li.address_title {
    border-bottom: 2px solid gray;
    margin-bottom: 13px;
}
li.address_update a, li.address_update a:hover, li.address_update a:active {
    background-color: #1D2C45;
    color: #fff;
    padding: 7px 17px;
}
p.address_add {
    margin-top: 17px;
}
.address_add a,.address_add a:hover, .address_add a:active {
    background: #1D2C45;
    color: #fff;
	border-color: #1D2C45;
}
.checker{display:inline;}
.checked input[type=checkbox],
.checker input[type=checkbox],
.checked input[type=radio] {
    margin-left: 0;
}
.order_carrier_content {
    border: 1px solid gray;
    padding: 12px 24px;
    margin-bottom: 17px;
}
#HOOK_PAYMENT {
    border: 1px solid #ddd;
    padding: 17px;
	margin-bottom: 10px;
	text-align: left !important;
}
div.checker span {
	top: 0 !important;
}
#quantity_wanted_p input{height:33px !important;}
button#SubmitLogin {
    background-color: #1D2C45;
    color: #fff;
    padding: 0 20px;
}
button#SubmitCreate {
    background-color: #1D2C45;
    color: #fff;
    padding: 10px 17px;
}
.logout a{
	display:inline;
	color:#fff;	
	text-decoration:none;
	    padding: 0px 7px;
}
.selector {
    width: 100% !important;
	position: relative;
}
.selector span {
    font-size: 0;
}
.list-dropdown {
	position: relative;
	display: block;
}
.list-dropdown:after {
	content:'';
}
.selector span,
.list-dropdown:after {
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px !important;
    height: 100%;
    background-color: #7ec1d4;
    border: 1px solid #1781a0;
    pointer-events: none;
    -webkit-pointer-events: none;
    background-image: url(../../img/list-dropdown.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.form-control {
	border-radius:0;
	-webkit-border-radius:0;
}
.email_us{
	text-decoration:none;
	cursor:pointer;
	color:#be0404;
	padding-left:4px;
}
.email_us:hover, .email_us:active, .email_us:visited{
	text-decoration:none;
	color:#be0404;
}
.cart_banner {
    top: -20px;
}
.scroll_top {
    position: fixed;
    bottom: 70px;
    right: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #1d2c45;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	display: none;
    color: #fff;
    font-size: 25px;
	padding: 11px 10px;
	cursor: pointer;
}
#map-container {
    width: 87%;
    margin: 0px auto;
}

/****** 	Product and category page desgin 	*******/
.sortPagiBar ul {
    float: right;
}
.sortPagiBar ul, .sortPagiBar li {
    display: inline-block;
    padding-right: 5px;
}
.sort_div{
    float: left;
}
.sort_div label {
	margin-right: 10px;
	font-family: 'times_new_romanbold';
}
.sortPagiBar {
    margin-bottom: 10px;
}
.new-label {
    font-family: 'times_new_romanbold';
    font-size: 25px;
    margin-top: 10px;
    display: inline-block;
}
ul.product_list .product-name {
    font-family: 'times_new_romanbold';
    line-height: 22px;
    font-size: 16px;
}
.price.product-price {
    font-size: 24px;
    font-weight: 500;
    color: #0b8fb5;
    margin-bottom: 10px;
    font-family: 'times_new_romanbold';
}
.unvisible {
    margin-left: 6px;
    font-size: 16px;
    
    padding-left: 10px;
    
}
ul.product_list.grid > li .product-container h5 {
    margin-bottom: 0px;
}
.select.selector1.sort_div div#uniform-selectProductSort {
    width: 228px !important;
    display: inline-block;
}
.swap a {
    font-size: 34px;
    display: block;
}
.swap li.selected a {
    color: #1d2c45;
}
#pagination_bottom {
	display: block;
}
#pagination_bottom .showall{
    float: right;
	margin: 20px 0;
}
.availability{ 
	display:none;
}
.top_pade_none{
	top:-20px;
}
.rec-poster-label { 
	line-height: 26px;
	text-align: center; 
	font-size: 24px;
	font-family: 'times_new_romanbold';
}
.rec-poster-link {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.rec-poster-link a {
    display: inline-block;
    color: #fff;
    background: #1d2c45;
    padding: 10px 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    text-decoration: none;
}
.about p {
    margin-bottom: 20px;
}
.left-image {
    float: left;
    margin-right: 15px;
}
div#sub_categories {
    width: 85%;
    margin: 0 auto;
}
#sub_categories li {
    width: 20%;
    float: left;
}
#sub_categories li a {
    color: #be0404;
    font-weight: 400;
    text-decoration: none;
}
#sub_categories li a:hover {
    color: #274168;
}
.poster_div{margin:10px 0px;}
#map-container1 {
    width: 87%;
    margin: 0px auto;
}
.new_poster {
    border: 1px solid #274168;
    padding: 0px 30px 20px;
    float: right;
    line-height: 15px;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}
.new_poster a {
    color: #be0404;
}
.new_poster_heading{
	color: #fff;
}
.new_poster h3.new_poster_heading {
    margin: 0 -30px 10px;
    padding: 10px 10px 10px 30px;
    background: #274168;
}


/************************ Newsletter Popup  *************************/
.newsletter-inner {
	max-width: 372px;
	width: 100%;
	margin: 0 auto;
	padding: 15px 60px;
	border: 4px solid #1d2c45;
	background-color: #fff;
	background-image: url(../images/newslettter-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.newsletter-logo {
	text-align: center;
}
.news-heading {
	margin: 15px 0 5px;
	color: #010101;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'times_new_romanbold';
}
#newsletter .control-label {
	margin-bottom: 3px;
	text-align: left;
	color: #111111;
	font-size: 15px;
	font-family: 'times_new_romanbold';
}
#newsletter .form-control {
	height: 27px;
	border: 1px solid #a4a4a4;
	padding: 3px 12px;
}
#newsletter .form-group {
    margin-bottom: 0;
}
.newsletter-btn {
    border: 0;
    outline: none;
    width: 100%;
    color: #fff;
    font-size: 25px;
    margin: 15px 0;
    background: #1d2c45;
    padding: 10px 10px;
    border-radius: 4px;
	-webkit-border-radius: 4px;
    text-transform: uppercase;
    font-family: 'times_new_romanregular';
}
.thankyou-message {
	color: #000;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'times_new_romanregular';
}
.button-container > a,
#submitMessage {
	color: #fff !important;
    font-size: 12px;
	text-transform: uppercase;
	width: 100px;
	border: 1px #0b8fb5 solid;
	background: #7db9e8;
	background: -moz-linear-gradient(top,  #7db9e8 0%, #0b8fb5 100%);
	background: -webkit-linear-gradient(top,  #7db9e8 0%,#0b8fb5 100%);
	background: linear-gradient(to bottom,  #7db9e8 0%,#0b8fb5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#0b8fb5',GradientType=0 );
}
.button-container > a:hover,
.button-container > a:focus,
#submitMessage:hover {
	border: 1px #7db9e8 solid;
	background: #0b8fb5;
	background: -moz-linear-gradient(top,  #0b8fb5 0%, #7db9e8 100%);
	background: -webkit-linear-gradient(top,  #0b8fb5 0%,#7db9e8 100%);
	background: linear-gradient(to bottom,  #0b8fb5 0%,#7db9e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b8fb5', endColorstr='#7db9e8',GradientType=0 );
}
p.cart_block_no_products.unvisible {
    display: none;
}
.home-content .row.contact-form {
    margin-right: -15px;
    margin-left: -15px;
	margin-top: 20px;
}
.contact-form-box fieldset,
.contact_details {
    border-top: 6px solid #0b8fb5;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset !important;
    margin: 0 0 30px !important;
    padding: 23px 20px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ul.footer_links li:first-child {
    float: right;
}
.main-page-indent {
    float: right;
    margin-left: 10px;
}
.addresses {
    margin-bottom: 20px;
}
#uniform-id_gender1 .checked input[type=radio],
#uniform-id_gender2 .checked input[type=radio] {
    margin-left: -20px;
}
#uniform-id_gender2,
#uniform-id_gender1 {
	margin-top: 8px;
}
#uniform-newsletter .checked input[type=checkbox], .checker input[type=checkbox]{margin-left:-20px;}

.checkbox label, .radio label{display:block;}
.page-heading{text-transform:capitalize;}

.toggle-footer a {
    color: #000;
}
div#block-history {
    overflow-x: auto;
}
#uniform-cgv input[type=checkbox] {margin-left:0;}
#login_form .form-group.lost_password a {
	text-decoration: none !important;
	    border-bottom: 1px solid #0b8fb5;
	}
#login_form .form-group.lost_password a:hover {
	border: 0;
}
.tel-number a,
	.contact_details a,
	.address_phone a,
	.address_phone_mobile a {
		color: #050505;
	}
input#addressesAreEquals {
    margin-left: 0;
	margin-top: 3px;
}
div#HOOK_SHOPPING_CART {
	position: relative;
}
#uniform-enable-multishipping {
    padding-left: 20px;
    position: absolute;
	top: -1px;
	left: 0;
}
div#HOOK_SHOPPING_CART label {
    padding-left: 20px;
}
.nb_item-text {
    float: left;
    padding: 8px 0 3px;
	font-family: 'times_new_romanbold';
}
.product-select-counter {
    float: left;
    width: 228px;
    margin: 0 10px 0 25px;
}
.selector1.nbr_product {
    margin-top: 10px;
}
#add_address .unvisible{margin-left:0 ; padding-left:0;}

/******  26-10-2016	*******/
ul.footer_links.clearfix {
    margin-top: 10px;
}

@media only screen and (min-width: 1200px) {
	
	
}

@media only screen and (min-width: 992px) {
button.btn.btn-default.button-search.toggle-search {
    display: none !important;
}
#search_block_top {
	float: left !important;
	width: auto !important;
	margin-right: 20px;
}
.main-nav {
z-index:  99;
}
}

@media only screen and (min-width: 768px) {
	ul.step li.step_current span:after {
		background: url(../../img/order-step-a.png) right 0 no-repeat;
	}
	ul.step li.step_todo span:after {
		background: url(../../img/order-step-current.png) right 0 no-repeat;
	}
	ul.step li.step_done:after {
		background: url(../../img/order-done.png) right 0 no-repeat;
	}
	ul.step li {
		padding: 16px 10px 16px 40px;
	}
	.heading-counter{
		font-size: 18px;
		padding-top: 13px;
	}
	ul.step li {
		border-left-width: 0px;
		width: 20%;
	}
	ul.step li.first {
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}
#banner img, .inner-banner img {
	width: 100%;
        height: auto;
}
}


@media only screen and (max-width: 1199px) {
	.footer-col01 img {
		max-width: 100%;
	}
	.poster-specialty {
    	top: -195px;
    	left: 0;
		display: none;
	}
	.footer-col01:hover .poster-specialty {
		display: block;
	}
	.poster-specialty:after {
		top: initial;
		left: 44%;
		bottom: -23px;
		transform: rotate(270deg);
		-webkit-transform: rotate(270deg);
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.login {
    background-position: 70% 0px;
}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.inner-banner-text {
		font-size: 35px;
	}
}
@media only screen and (max-width: 991px) {
	body {
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}
	.address {
		float: left !important;
	}
	.services {
		margin-bottom: 20px;
	}
	#cmsinfo_block .col-xs-12 {
		margin-bottom: 20px;
	}
	.login-inner > a {
		display: block;
		float: right;
		color: #fff;
		font-size: 13px;
		text-decoration: none;
		background-color: #0dacda;
		padding: 1px 10px;
		border-radius: 2px;
		margin-left: 5px;
	}
	.login-inner form {
		background: #0b8fb5;
		position: absolute;
		top: 27px;
		right: 15px;
		width: 190px;
		padding: 10px 10px 15px;
		z-index: 9;
		display: none;
		border-radius: 0px 0px 5px 5px;
	}
	.go-btn {
		margin-top: 10px;
	}
	.sidebar-collapsed-back {
		margin-top: 50px;
	}
	#search_block_top #searchbox {
		position: fixed;
		left: 0;
		right: 0;
		top: -50px;
		padding-right: 70px;
		background: #1d2c45;
    	padding: 5px;
		z-index: 9;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}
	.sidebar-collapsed-back #search_block_top #searchbox {
		top: 0;
	}
	.address {
		margin-top: 10px;
	}
	#search_block_top #search_query_top {
		width: 100%;
		height: 40px !important;
	}
	#search_block_top #searchbox .btn.button-search {
		position: absolute !important;
		width: 70px !important;
		height: 40px !important;
		right: 5px;
    	top: 5px;
	}
	#search_block_top #search_query_top {
		font-size: 16px !important;
	}
	#search_block_top {
		margin-left: 10px;
	}
	#search_block_top .btn.button-search.toggle-search {
		width: 30px !important;
		border-radius: 3px !important;
		-webkit-border-radius: 3px !important;
	}
	#sub_categories {
		width: 100% !important;
	}
	#sub_categories li {
		width: 25%;
	}
}
@media only screen and (max-width: 800px) {
	
	.menu-button .touch-button .navicon{ 
	font-size: 0px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid #fff;
    top: 35%;
    position: absolute;
    right: 25%;
  }
  .flexnav .touch-button .navicon{
	  font-size: 0px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #fff;
    top: 38%;
    position: absolute;
    right: 36%;
	  
	  }
}

@media only screen and (max-width: 767px) {
	h1 {
		font-size: 25px;
	}
	.services-heading h2 {
		font-size: 16px;
		line-height: 18px;
	}
	.newsletter .form-control {
		max-width: 230px;
	}
	.inner-banner-text {
		font-size: 30px;
	}
	.page-heading {
		font-size: 20px;
	}
	ul.product_list.list > li .right-block {
		width: 100%;
	}
	#sub_categories li {
		width: 33.33333333%;
	}
	ul.step li {
		padding: 15px;
		width: 50%;
	}
	.heading-counter{
		font-size: 14px;
		padding-top: 6px;
	}
	.contact-form .last {
		margin-top: 15px;
	}
	.mylivechat_sprite {
    background-position: -4px -148px !important;
    left: 128px !important;
	}
	
	.rec-poster-link {
		width: 100%;
	}
	.margin-bottom15 {
		margin-bottom: 15px;
	}
	select.list_states {
    max-width: 230px;
}
.product_cat {
	width: 100% !important;
}
.sidebar-x {
	width: 100% !important;
}
.ac_results {
    width: 75% !important;
}
.inner-banner-text {
    line-height: 34px;
}
}

@media only screen and (min-width:480px) and (max-width: 767px) {
	
.header .contact{
	width:220px;
	font-size:16px;
}
.header .contact, .header .contact a{font-size:16px;}
}
@media only screen and (min-width:480px) and (max-width: 666px) {
.logo {
    width: 230px;
}
}

@media only screen and (max-width: 479px) {
	.inner-banner-text {
		font-size: 24px;
	}
	#cmsinfo_block .col-xs-4,
	#subcategories .col-sm-4 {
		width: 100%;
		margin-bottom: 20px;
	}
	#sub_categories li {
		width: 50%;
	}
	#my-account ul.myaccount-link-list li a span{
		font-size:12px;
		}
	.logo {
    margin-bottom: 10px;}
	.page-subheading {
    font-size: 20px;
}
#cart_navigation a {
    margin: 0 0px;
}
.main-page-indent {
	margin-bottom: 10px;
}
ul.footer_links{
    float: left;
	width: 100%;
}
ul.footer_links li:first-child {
	margin-bottom: 10px;
}
.main-page-indent a.btn.btn-default.button.button-medium {
    width: 158px;
}
div#subcategories .col-xs-4 {
    width: 100%;
}
.product-select-counter {
    margin: 0 0 0 25px;
}
span.per-page {
    float: left;
    padding-left: 229px;
}
.footable {
	min-width: 400px !important;
}
.left_poster1 .left-poster-desc {
    top: 40%;
    font-size: 11px;
    line-height: 12px;
}
}

#ba_newsletter{display:none;}
