@import url("http://cssksw.com/flahoo");
@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('../fonts/nemesis-webfont.eot');
    src: url('../fonts/nemesis-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nemesis-webfont.woff') format('woff'),
         url('../fonts/nemesis-webfont.ttf') format('truetype'),
         url('../fonts/nemesis-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('../fonts/nemesisbold-webfont.eot');
    src: url('../fonts/nemesisbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nemesisbold-webfont.woff') format('woff'),
         url('../fonts/nemesisbold-webfont.ttf') format('truetype'),
         url('../fonts/nemesisbold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_rgitalic';
    src: url('../fonts/nemesisitalic-webfont.eot');
    src: url('../fonts/nemesisitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nemesisitalic-webfont.woff') format('woff'),
         url('../fonts/nemesisitalic-webfont.ttf') format('truetype'),
         url('../fonts/nemesisitalic-webfont.svg#proxima_nova_rgitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'proxima_nova_ltbold';
    src: url('../fonts/nemesissemibold-webfont.eot');
    src: url('../fonts/nemesissemibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nemesissemibold-webfont.woff') format('woff'),
         url('../fonts/nemesissemibold-webfont.ttf') format('truetype'),
         url('../fonts/nemesissemibold-webfont.svg#proxima_nova_ltbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_ltregular';
    src: url('../fonts/nemesislight-webfont.eot');
    src: url('../fonts/nemesislight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nemesislight-webfont.woff') format('woff'),
         url('../fonts/nemesislight-webfont.ttf') format('truetype'),
         url('../fonts/nemesislight-webfont.svg#proxima_nova_ltregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
a{color:#313131}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
} 
.shop_head .dropdown{margin-top:15px}

*{
	outline: none !important;
}

ul {margin:0;padding:0; list-style:none}
ul li {padding-left:9px;}
ul li a {font-size:12px;} 
.default_country{display:none}
#first_time_here{display:none}
#header li {float:left}
#header #login {text-align:center}
#header .pinns_saved div{display:inline}  
.last_searches{
	padding: 4px;
	position: absolute;
	top: 100%;
	background: #efefef;
	display: none;
	border: 1px solid #c3c3c3;
	border-top: none;
	z-index: 9;
	left: 5px;
	right: 5px;
}

.last_searches li {
	color: #666666;
	font-family: 'proxima_nova_rgregular';
	font-size: 13px;
	text-shadow: none;
}

#header {
	position: relative;
}

#header .header_bg_1 {
	height: 40px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f8f8f8));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f8f8f8 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f8f8f8 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f8f8f8 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f8f8f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 );
	
	position: absolute;
	width: 100%;
}

#header .header_bg_2 { 
	top: 40px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
	border-top: 1px solid #e6e6e6;
	
	position: absolute;
	bottom: 0px;
	width: 100%;
}

#header .logo img {
	padding-top: 40px;
	max-width: 150px;
	position: relative;
	top: -20px;
}

#login {
	position: relative;
	min-height: 140px;
}

.top_background3 { 
	background: #434343;
	background: -moz-linear-gradient(top, #434343 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#434343), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top, #434343 0%,#000000 100%);
	background: -o-linear-gradient(top, #434343 0%,#000000 100%);
	background: -ms-linear-gradient(top, #434343 0%,#000000 100%);
	background: linear-gradient(to bottom, #434343 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#000000',GradientType=0 );
} 

#login_box {
	height: 114px;
	width: 70px;
	color: #fff;
	text-align: center;
	font-family: proxima_nova_rgregular;
	padding-top: 34px;
	background-image: url('../img/login_70.png');
	position: absolute;
	right: 0px;
	background-repeat: no-repeat;
}

#login_box  a {
	color: #fff;
}

#login #login_text{
	position: absolute;
	top: 108px;
	width: 70px;
	text-align: center;
	right: 0px;
	margin-top: -6px;
}

#login #login_text a {
	color: #fb2d58;
	font-family: proxima_nova_rgregular;
}

ul.navbar a{
	text-decoration: none;
color: #666666;
font-family: 'proxima_nova_ltbold';
font-size: 14px;
}



#header ul.navbar li {
	float: right;
}
.force_fullwidth_xs_sm{
	width: 100% ;
}

#search_field {
	position: relative;
	margin-top: 15px; 
}

#search_field input[type="text"] {
	height: 50px;
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-family: 'proxima_nova_rgregular';
	color: #666666;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 100%;
	
	position: absolute;
	left: 0px;
	right: 0px;
	padding-left: 135px;
	
	position: relative;
	padding-left: 5px;
	margin-top: 15px;
	padding-right: 50px;
}


#search_field input[type="text"]:focus{
	background-color: #fff;
}

#search_field  [type="submit"]{
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: transparent;
	border: 0;
	background: url('../img/search.png') no-repeat center center;
	width: 50px;
	
	width: 50px;
	top: auto;
	height: 50px;

}

#search_field [type="submit"]:hover{ 
	background-color: rgba(0,0,0,0.2);
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}


.navbar-form {
	display: inline;
	padding: 0;
}


.sselect_wrapper{ 
	z-index: 999;
	float: none;
	width: 100%;
}

.sselect_wrapper .sselect_screen {
	width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.navbar {
	min-height: 0px;
}


.disable_select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}



 
#first_time_here {
	display: none;
	position: relative;
	top: 0;
	width: 100%;

	background:#000;
	color:#fff;
	padding-top: 5px;
	z-index:999
}
#first_time_here .first_center{font-size: 10px;
padding-bottom: 7px;}

#first_time_here  #close_{top:4px}
#close_ {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 9px;
}
#first_time_here img {
	float: left;
}

#first_time_here .text_fp{
	font-size: 10px; 
	padding-bottom: 7px;
	text-align: center;
}
#first_time_here .text_fp a {
	color:#fff;
	text-decoration: underline;
}

.default_country{
	display:none;
	position: relative;
	top: 0;
	width: 100%;

	background:#000;
	color:#fff;
	padding-top: 5px;
	z-index:999

}
.default_country .first_center{
	overflow: hidden;
	padding-bottom: 6px;
	width:700px
}
.default_country span{
	text-transform:uppercase
}
.middle_ctr,.yes_country,.no_country{
	float:left;
	margin-right:5px;
	padding:3px 6px;
}
.yes_country,.no_country{
	cursor:pointer;
}
.yes_country:hover,.no_country:hover{
	background:#fff;
	color:#cecece
}

.yes_country, .no_country {
	display: inline-block;
	float: none; 
	margin-bottom: 5px;
}


#footer {
	width: 100%;
	background: #282828;
	background: -moz-linear-gradient(top, #282828 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#282828), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top, #282828 0%,#000000 100%);
	background: -o-linear-gradient(top, #282828 0%,#000000 100%);
	background: -ms-linear-gradient(top, #282828 0%,#000000 100%);
	background: linear-gradient(to bottom, #282828 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#000000',GradientType=0 );
	margin-top: 40px;
	z-index: 2;
	padding-bottom: 15px;
}

#footer .top_row{
	height: 173px;
	font-family: proxima_nova_rgregular;
	font-size: 11px;
	border-bottom: solid 1px #383838;
	position: relative;
}


#footer .copyright_col{
	font-family: proxima_nova_rgregular;
	font-size: 11px;
	display: block;
	padding-top: 35px;
	color: #fff;
	border-bottom: solid 1px #383838;
}


#footer .copyright_col a {
	color: #fb2d58;
	text-decoration: none;
	font-family: proxima_nova_rgregular;
	font-size: 16px;
}

#footer .footer_logo {
	position: absolute;
	top: -13px;
	left: 50%;
	margin-left: -50px;
	width: 100px;
}


#footer .footer_icon{
	width: 71px;
	height: 80px;
	margin: 0 auto;
	background: url('../img/footer_buttons.png') no-repeat center bottom;
	text-align: center;
	padding-top: 10px;
	top: 45px;
	position: relative;
}

#footer .footer_icon a {
	color: #000;
	font-family: proxima_nova_rgbold;
	font-size: 14px;
	display: block;
	height: 70px;
	widht: 70px;
	text-decoration: none;
}

#footer .footer_icon:hover {
	background: url('../img/footer_buttons.png') no-repeat center top;
}

#footer .bot_row{
	height: 245px;
	font-family: proxima_nova_rgregular;
	font-size: 11px;
	border-bottom: solid 1px #383838;
	position: relative; 
	padding-top: 24px;
}

#footer .bot_row .pink_link {
	pading: 0;
	margin: 0;
	color: #fff;
	font-family: proxima_nova_rgitalic;
	font-size: 14px;
	color: #fb2d58;
	text-decoration: none;
	position: absolute;
	bottom: 15px;
	right: 0px;
}

#footer .bot_row iframe {
	width: 100% !important;
}


#footer .bot_row .footer_blog a {
	color: #bababa;
	text-decoration: none;
	font-size: 16px;
	font-family: proxima_nova_ltbold;
	margin-bottom: 8px;
	display: block;
}

#footer .bot_row .footer_text{
	margin-left: 24px;
	float: left;
	font-family: proxima_nova_rgregular;
	font-size: 14px;
	line-height: 20px;
	color: #bababa;
}

#footer .bot_row:hover .footer_text{
	color: #fff;  
}

#footer .bot_row .flickr_text{
	font-size: 16px;
	font-family: proxima_nova_ltbold;
	color: #bababa;
}

#footer .bot_row .flickr img{
	float: left;
	border: solid 2px #656565;
	border-right: 0 !important; 
}


#footer .bot_row .flickr img:hover  {
	border: solid 2px #FB2D58;
}
.footer_set_store {
	color: #fb2d58;  
	font-sizE: 28px;
}

.footer_set_store span {
	text-transform: uppercase;
}

.set_store {
	cursor: pointer;
	padding-top: 10px;
	clear: both;
	text-align: left;
}


.middle_store_down {
	padding: 10px;
	float: left;
}

#post_footer{
	background-color: #fff;
}

#post_footer .footer_shadow{
	width: 100%;
	vertical-align: top;
	max-width: 970px;
	margin: 0 auto;
	display: block;
}

#footer_nav_container li {
	text-align: center;
}

#footer_nav_container li{
	float: left;
	margin-right:57px; 
	padding-top: 24px;
	
	margin-bottom: 20px;
}

#footer_nav_container ul {
	margin-top: -8px;
}

#footer_nav_container ul li a{
	text-decoration: none;
	font-size: 16px;
	font-family: proxima_nova_ltbold;
	color: #000;
}

#footer_nav_container ul li a:hover{
	color: #FB2D58;
}

.sidebar{
	background-color: #f7f7f7; 
}

.ad200x200{
	background-color: #e7e7e7;
	margin: 16px;
	height: 200px;
	width: auto;
}

.sidebar h1 {
	margin: 0 auto;
	text-align: center;
	font-family: proxima_nova_ltbold;
	font-size: 18px;
	color: #fb2d58;
}

.sidebar .pr {
	padding: 16px;
	border-bottom: solid 1px #dbdbdb;
}

.sidebar .pr .image_wrapper {
	height: 148px;
	border: solid 1px #e4e4e4;
	background-color: #fff;
	text-align: center;
}


.sidebar .pr .image_wrapper img{ 
	max-height: 147px;
}

.sidebar .pr_description{
	display: block;
	color: #000;
	font-size: 12px;
	font-family: proxima_nova_rgregular;
	text-decoration: none;
	font-weight: normal;
}

.sidebar .pr_price {
	font-family: proxima_nova_ltbold;
	color: #fb2d58;
	font-size: 16px;
	font-weight: normal;
	padding-right: 5px;
	text-align: left;
}

.sidebar .pr_store {
	color: #000000;
	font-family: proxima_nova_rgregular;
	font-size: 10px;
	font-weight: normal;
}
.item_image {
height: 350px;
border: solid 1px #E4E4E4;
position: relative;
overflow: hidden;
text-align: center;
display: table-cell;
vertical-align: middle;
width: 232px;
}
.favourite_container {
	position: absolute;
	bottom: 0px;
	height: 40px;
	width: 229px;
	background-color: #FFF;
	opacity: 0.90;
	padding: 12px;
}
.addthis {
padding: 12px;
float: left;
width: 168px;
}
.star{
	float: right;
	width: 22px;
	height: 22px;
	margin-top: 9px;
	margin-bottom: 9px;
	margin-right: 12px;
}
.star .unclicked_star {
	width: 100%;
	height: 100%;
	background: url('../img/unclicked_star.png') no-repeat center top rgba(0, 0, 0, 0);
	cursor: pointer;
	display: none;
}
.star .unclicked_star:hover {
	background: url('../img/unclicked_star.png') no-repeat center bottom rgba(0, 0, 0, 0);
}

.sidebar .sidebar-heading{
	clear: both;
	color: #666666;
	font-family: proxima_nova_ltbold;
	font-size: 14px;
	padding-top: 25px;
	display: block;
	
}


.sidebar .dropdown { 
	margin-top: 25px;
} 

.dropdown .active{color:#666}

/*
	the dropdown
*/

.dropdown{
	border: 1px solid #dedede;
	border-left: 5px solid #dedede;
	box-shadow: 1px 1px 2px #FFFFFF;
	font-family: proxima_nova_rgregular;
	font-size: 12px;
	
	
	position: relative;
	margin: 0 auto;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #666666;
	font-size: 12px;
	background: #fff;
	cursor: pointer;
	outline: none;
}

.dropdown:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -3px;
	border-width: 6px 4px 0 4px;
	border-style: solid;
	border-color: grey transparent;
}

.dropdown > ul {
	position: absolute;
	top: 100%;
	left: -4px;
	right: -1px;
	background: white;
	transition: all 0.3s ease-out;
	list-style: none;
	
	overflow-x: hidden;
	overflow-y: scroll;
	height: 150px;
	border: 1px solid #dedede;
	
	display: block;
	pointer-events: auto;
	border-left: 0px;
	display: none;
	opacity: 1;
	z-index: 99;
}


.dropdown.red_inline {
	display: inline-block;
	min-width: 140px;
	
}


.dropdown.red_inline ul {
	height: auto;
	left: -5px;
}

.dropdown.red_inline ul li:nth-child(1) a{
	border-left-color: #ff3366;
}

.dropdown.red_inline ul li:nth-child(2) a{
	border-left-color: #ed0707;
}

.dropdown.red_inline ul li:nth-child(3) a{
	border-left-color: #b50707;
}



.dropdown.active  > ul{
	opacity: 1;
	display: block;
	pointer-events: auto;
}


.dropdown > ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	border-left: 5px solid;
	padding: 5px;
	transition: all 0.3s ease-out;
	border-left-color: #d5d5d5;
}

.dropdown > ul li  {
	padding-left: 0px;
}


.dropdown > ul li:hover a {
	color: #FB2D58;
	border-left-color: #fb2d58;
	
}
.button_reset a {
	color: #FFF;
	font-family: proxima_nova_rgregular;
	font-size: 12px;
	text-decoration: none;
	display: block; 
	font-weight: normal;
	padding: 0;
}
.button_reset:hover {
	background: url('img/buy.png') no-repeat center top rgba(0, 0, 0, 0);
}
.button_reset {
clear: both;
width: 90px;
height: 20px;
margin: 0 auto;
text-align: center;
font-family: proxima_nova_rgregular;
line-height: 20px;
background: url('img/buy.png') no-repeat center bottom rgba(0, 0, 0, 0);
margin-top: 13px;
margin-bottom: 13px;
display: inline-block;

}
/*/the dropdown*/

.social_flahoo {
	background: #fa2e5b;
	background: -moz-linear-gradient(top,  #fa2e5b 0%, #c80f19 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa2e5b), color-stop(100%,#c80f19));
	background: -webkit-linear-gradient(top,  #fa2e5b 0%,#c80f19 100%);
	background: -o-linear-gradient(top,  #fa2e5b 0%,#c80f19 100%);
	background: -ms-linear-gradient(top,  #fa2e5b 0%,#c80f19 100%);
	background: linear-gradient(to bottom,  #fa2e5b 0%,#c80f19 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2e5b', endColorstr='#c80f19',GradientType=0 );
	height:95px;
	width: 100%;
	text-align: center;
}


.social_flahoo:hover {
	background: #434343;
	background: -moz-linear-gradient(top,  #434343 0%, #010101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#434343), color-stop(100%,#010101));
	background: -webkit-linear-gradient(top,  #434343 0%,#010101 100%);
	background: -o-linear-gradient(top,  #434343 0%,#010101 100%);
	background: -ms-linear-gradient(top,  #434343 0%,#010101 100%);
	background: linear-gradient(to bottom,  #434343 0%,#010101 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#010101',GradientType=0 );

}

.social_flahoo a {
	padding: 0;
	color: #000;
	font-weight: normal;
	font-size: 10px;
	margin-left: 16px;
	margin-right: 16px;
}

.social_flahoo .sf_title {
	text-align: center;
	font-family: proxima_nova_ltbold;
	font-size: 18px;
	color: #fff;
	padding: 8px; 
}

.sidebar>.sidebar-heading, .sidebar > ul, .sidebar > .dropdown {
	margin-left: 16px;
	margin-right: 16px; 
}
.nested_list li {padding-left:0;display:block;float:left;width:100%}
.nested_list li a{
	float: left;
	clear: left;
	font-family: proxima_nova_rgregular;
	border-bottom: solid 1px #fff;
	line-height: 27px;
	display: block;
	background-color: #f5f5f5;
	text-align: left;
	
	padding-top: 1px;
	background: url('../img/right.png') no-repeat center right #f5f5f5;
	color: #313131;
	text-decoration: none;	
	padding-left:10px;
	border-left: 0px;
	border-right: 0px; 
	width: 100%;   
	padding-left:15px;  
} 

 .nested_list li li a{
	padding-left:20px
 }
 .nested_list li li li a{
	padding-left:25px
 }
 .nested_list li li li li a{
	padding-left:30px
 } 
 .nested_list li li li li li a{
	padding-left:35px
 } 
 .nested_list li a:hover, .nested_list li a.active {
	
	background-color: #fff;
	color: #313131; 
}

.nested_list{ 
	margin: 0 !important;
	border-top: 1px solid #FFF;
	margin-top: 22px !important;
}
#header .last_searches li {
	float: none;
}

#header .last_searches li a{
	color: #666666;
	font-family: 'proxima_nova_rgregular';
	font-size: 13px;
	text-shadow: none;
}

#header .last_searches li .dismiss_search{
	color: #fb2d58;
	cursor: pointer;
	text-decoration: underline;  
}


.bot_row iframe {
	max-height: 175px;
	
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
 
.error_btm{margin:0}
/***********************************
	sales
***********************************/
.full_banner {
height: 400px;
margin: 0 auto;
background: url('img/banner.jpg') no-repeat center center;
}
.logo_column img{
	height:110px;
	margin:0 auto;
}
.banner_content {
	padding-top: 218px;
	width: 1000px;
	position: relative;
	margin: 0 auto;
	max-width: 100%;
}
.banner_title p {
	font-family: proxima_nova_ltregular;
	font-size: 36px;
	color: #000;
	line-height: 25px;
	text-transform: uppercase;
}
.banner_title span {
	font-family: proxima_nova_rgbold;
	font-size: 52px;
}
.banner_title {
	height: 100px;
	position: absolute;
	left: 0;
	line-height: 33px;
}
.button_column {
	width: 140px;
	height: 30px;
	text-align: center;
	font-family: proxima_nova_rgregular;
	line-height: 30px;
	background: url('img/shop.png') no-repeat center top rgba(0, 0, 0, 0);
	margin-top: 13px;
	margin: 0 auto;
}
.button_column a {
	color: #FFF;
	font-family: proxima_nova_rgregular;
	font-size: 15px; 
	text-decoration: none; 
	display: block;
	font-weight: normal;
	padding: 0;
}
.button_column:hover {
	background: url('img/shop.png') no-repeat center bottom rgba(0, 0, 0, 0);
}
.column_div {  
height:495px;
margin-top: 24px;
border-bottom: 1px solid #DBDBDB;
}
.logo_column_title {
font-family: proxima_nova_ltbold;
font-size: 18px;
text-align: center;
color: #000; 
height: auto;
}
.column_div .p_cc{color:#CCC;text-align:center;font-size:11px;margin-top:0;font-weight:bold}
.column_div .text_column{height:90px} 
/******************************
	Login page
********************************/

.login_space {
	background-color: #f7f7f7;
	color: #666666;
	font-family: proxima_nova_ltbold;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 24px;
	border: 1px solid #dedede;
	padding-bottom: 10px;
}

.login_title {
	font-family: proxima_nova_ltbold;
	font-size: 30px;
	color: #000000;
	text-align: center;
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}
 
.errors_reg {
	color: #fb2d58;
}


.login_space input[type="text"],.login_space input[type="password"],
.register_space input[type="text"], .register_space input[type="password"] {
	width: 100%;
	border: none;
	outline: none;
	height: 30px;
	padding-left: 10px;
	font-family: proxima_nova_rgregular;
	font-size: 15px;
	background-color: white;
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #dedede;
}

.login_space input[type="text"]:-webkit-autofill,.login_space input[type="password"]:-webkit-autofill{
	background: #fff;
}

.forgot_password a {
	font-family: proxima_nova_rgregular;
	font-size: 10px;
	text-decoration: none;
	color: #666666;
}

.login_space input[type="submit"], .register_space input[type="submit"] {
	height: 30px;
	text-align: center;
	font-family: proxima_nova_rgregular;
	line-height: 30px; 
	background: url('../img/shop.png') no-repeat center top transparent;
	margin-top: 13px;
	margin: 0 auto;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	display: block;
	font-weight: normal;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	border: 0;  
	
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
 

.login_space input[type="submit"]:hover, .register_space input[type="submit"]:hover {
	background-position: bottom center; 
}

.login_space .forgot_password {
	text-align: right;
	margin-bottom: 10px; 
	margin-top: -10px;
}
 
.register_space input[type="submit"] {
	margin-top: 24px;
}


.register_features_text {
	border: 1px solid #dedede;
	margin-top: 40px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 40px;
	text-align: center;
}

.register_features_text span {
	color: #fb2d58;
}
.register_features_text a {
	color: #fb2d58;
}
.errors_reg {color:#fb2d58}
.register_features .subtitle_register{
	font-size: 15px;
	color: #666666;
	font-family: proxima_nova_rgregular;
}

.register_features .features_text{
	font-size: 16px;
	color: #000000;
	font-family: proxima_nova_ltbold;
	padding-left: 30px; 
	background: url('../img/star.png') no-repeat;
	margin-top: 20px;
}

.register_features_text #stars_features {
	text-align: left;
	padding: 25px;
	
	padding: 40px;
}


.register_features_text p {
	font-family: proxima_nova_ltbold;
	color: #666666;
	font-size: 24px;
	line-height: 20px;
}

.register_features {
	position: relative;
}

.register_features .red_bot_strip{
	background: #c10d14;
	background: -moz-linear-gradient(left,  #c10d14 0%, #ed0707 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c10d14), color-stop(100%,#ed0707));
	background: -webkit-linear-gradient(left,  #c10d14 0%,#ed0707 100%);
	background: -o-linear-gradient(left,  #c10d14 0%,#ed0707 100%);
	background: -ms-linear-gradient(left,  #c10d14 0%,#ed0707 100%);
	background: linear-gradient(to right,  #c10d14 0%,#ed0707 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c10d14', endColorstr='#ed0707',GradientType=1 );
	
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: 0px;
	height: 15px;
}



.register_space {
	/*height: 248px;*/
	border: 1px solid #dedede;
	color: #666666;
	font-family: proxima_nova_ltbold;
	font-size: 12px;
	padding-left: 20px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom:10px;
}

.login_page_container {
	margin-top: 90px;
	margin-bottom: 72px;
}


.register_space input[type="checkbox"] {
	margin-right: 10px;
	position: relative;
	top: 3px;
	
	cursor: pointer;
}

#check_register a {
	color: #666666;
	text-decoration: underline; 
}


#sale_items {
	font-family: 'proxima_nova_rgregular';
	font-size: 13px;
	color: #666666;
	padding-top: 6px;
	display: block;
	padding: 10px; 
	text-align: right;
}

#sale_items span {
	font-family: 'proxima_nova_rgbold';
	color: #fb2d58;
}

#sale_items a {
	text-decoration: none;
	color: #fb2d58;
}


.dark_grey_box {
	background-color:#808080;
	color: #ffffff;
	padding: 10px;
}



#navigation .arrow_nav {
	margin-left: 10px;
}

li.departments a,li.brands a{	color: #e4e4e4; font-size:14px;}
li.departments:hover a,li.brands:hover a{	color: #000; font-size:14px;}
li.departments {
	float:left; 
	line-height: 40px;
	width: 290px;
	color: #e4e4e4;
	font-size: 14px;
	font-family: 'proxima_nova_rgregular';
	text-align: center;
	margin-left: -72px;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out; 
	transition: opacity 1s ease-in-out;
}


li.departments:hover {
	color: #000000;
	background: url('img/bg_nav.png') no-repeat;
	cursor: pointer;
}

li.stores a {
	float:left; 
	line-height: 40px;
	width: 290px;
	color: #e4e4e4;
	font-size: 14px;
	font-family: 'proxima_nova_rgregular';
	text-align: center;
	margin-left: -72px;
}
 
li.stores a:hover {
	color: #000000;
	background: url('img/bg_nav.png') no-repeat;
	cursor: pointer;	
	text-decoration:none;
}
li.stores a{width:235px}
li.stores a:hover{background:none;color:#fff}



li.brands {
	float:left; 
	line-height: 40px;
	width: 290px;
	color: #e4e4e4;
	font-size: 14px;
	font-family: 'proxima_nova_rgregular';
	text-align: center;
	margin-left: -72px;
}

li.brands:hover {
	color: #000000;
	background: url('img/bg_nav.png') no-repeat;
	cursor: pointer;
}

ul.sub_departments,
.sub_stores,
.sub_brands{
	width: 1000px;
	background-color: #fff;
	margin-left: 57px;
	padding: 0;
	display: none;
	-webkit-box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 4px 5px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 4px 5px rgba(50, 50, 50, 0.25);
	cursor: default;
	overflow:hidden;
	position: absolute;
	z-index: 99; 
}

 li.departments:hover ul.sub_departments,
 li.stores:hover .sub_stores,
 li.brands:hover .sub_brands{ 
	display: block 
}

.sub_stores {
	width: 1000px;
	background-color: white;
	margin-left: -151px;
	padding: 0;
	display: none;
	-webkit-box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 4px 5px rgba(50, 50, 50, 0.25);
	height:390px;
	box-shadow:         0px 4px 5px rgba(50, 50, 50, 0.25);
	cursor: default;
}

 li.stores:hover .sub_stores { 
	display: block 
}

.sub_brands {
	width: 1000px;
	background-color: white;
	margin-left: -369px;
	padding: 0;
	display: none;
	-webkit-box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 4px 5px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 4px 5px rgba(50, 50, 50, 0.25);
}

 li.brands:hover .sub_brands { 
	display: block; 
}

#navigation ul li ul li {
	float: left;
	clear: left;
	font-family: proxima_nova_rgregular;

	padding-left: 10px;
	line-height: 27px;
	display: block;
	background-color: #f5f5f5;
	width: 200px;
	text-align: left;
	border: solid 1px #fff;
	padding-top: 1px;

	background: url('img/right.png') no-repeat 180px center #f5f5f5;
}
#navigation ul li ul li{ 
	font-size: 12px;
	color: #313131;
	text-decoration:none;
}
#navigation ul li ul li ul li a{ 
	font-size: 14px;
	color: #313131;
	text-decoration:none;
}
#navigation ul li ul li ul li a:hover{ 
	text-decoration: underline;
	color: #FB2D58;
}
#navigation ul li.departments ul li:hover {
	background: url('img/righthover.png') no-repeat 180px center #fff;
	border-bottom: solid 1px #efefef;
	border-top: solid 1px #efefef;
}


/*---General list Style--*/
.departments_list {
	width: 770px;
	float: right;
	display: none;
	position: absolute;
	padding-left: 30px;
	padding-top: 30px;
	left: 200px;
	top: 0;
	height: 100%;
	background:#fff;
}

#navigation ul li.departments .departments_list ul li{
	color: #666666;
	font-size: 14px;
	font-family: proxima_nova_rgregular;
	background: none;
	border: none;
	line-height: 22px;
	min-height: 23px;
}

.departments_list ul{
	overflow: hidden;
	width: 246px;
	float: left;
	padding-right: 10px;
	padding-bottom: 30px;
}
li.women .departments_list{display:block}
#navigation .departments_list ul li:hover{

	color: #fb2d58;
	background: none;
	border: none;
}

#navigation .departments_list ul li.title:hover{
	text-decoration: none;
	background: none;
	border: none;
}

#navigation ul li.departments .departments_list ul li.title{
	color: 313131;
	background: none;
	border: none;
	font-family: proxima_nova_rgbold;
	font-size: 18px;
	color: #666666;
	cursor: default;
}

/*---End General list Style--*/

/*---Women---*/

li.women:hover .departments_list {
	display: block;
}

.departments_list #photo_women {
	float: right;
	width: 241px;
	height: 385px;
	border: solid 2px #fff;
	margin-top: -29px;
	background: url('img/departments/women.jpg') no-repeat #fff;
	cursor: default;
}
.departments_list #photo_jewellry {
	float: right;
	width: 326px;
	height: 354px;
	border: solid 2px #fff;
	margin-top: -2px;
	background: url('img/departments/jewellery.png') no-repeat #fff;
	cursor: default;
}
.departments_list #photo_accessories{
	float: right;
	width:334px;
	height: 385px;
	border: solid 2px #fff;
	margin-top: -29px;
	background: url('img/departments/accessories.png') no-repeat #fff;
	cursor: default;
}
/*--End Women--*/

/*---Men---*/

li.men:hover .departments_list {
	display: block;
}

.departments_list #photo_men {
	float: right;
	width: 241px;
	height: 385px;
	border: solid 2px #fff;
	margin-top: -29px;
	background: url('img/departments/men.jpg') no-repeat #fff;
	cursor: default;
}

/*--End Men--*/

/*---Books---*/

li.books:hover .departments_list {
	display: block;
}

.departments_list #photo_books {
	float: right;
	width:540px;
	height: 355px;
	border: solid 2px #fff;
	margin-top: -149px;
	background: url('img/departments/books.jpg') no-repeat #fff;
	cursor: default;
}

/*--End Books--*/

/*---Children---*/

li.children:hover .departments_list {
	display: block;
}

.departments_list #photo_children {
	float: right;
	width: 320px;
	height: 210px;
	border: solid 2px #fff;
	margin-top: -125px;
	margin-left: 5px;
	background: url('img/departments/children.jpg') no-repeat #fff;
	cursor: default;
}

/*--End Children--*/

/*---Electrical---*/

li.electrical:hover .departments_list {
	display: block;
}

.departments_list #photo_electrical {
	float: right;
	width: 241px;
	height: 385px;
	border: solid 2px #fff;
	margin-top: -10px;
	margin-left: 5px;
	background: url('img/departments/electrical.jpg') no-repeat #fff;
	cursor: default;
}

/*--End Electrical--*/

/*---Food---*/

li.food:hover .departments_list {
	display: block;
}

.departments_list #photo_food {
	float: right;
	width: 341px;
	height: 389px;
	border: solid 2px #fff;
	margin-top: -33px;
	margin-left: 5px;
	background: url('img/departments/food.jpg') no-repeat #fff;
	cursor: default;
}

/*--End Food--*/

/*---Gifts---*/

li.gifts:hover .departments_list {
	display: block;
}

.departments_list #photo_gifts {
	float: right;
	width: 290px;
	height: 355px;
	border: solid 2px #fff;
	margin-top: -5px;
	margin-left: 5px;
	background: url('img/departments/gifts.jpg') no-repeat #fff;
	cursor: default;
}

/*--End Gifts--*/

/*---Health---*/

li.health:hover .departments_list {
	display: block;
}

.departments_list #photo_health {
	float: right;
	width: 326px;
	height: 355px;
	border: solid 2px #fff;
	margin-top: -10px;
	margin-left: -99px;
	background: url('img/departments/health.jpg') no-repeat #fff;
	cursor: default;
}

/*--End Health--*/

/*---Home---*/

li.home:hover .departments_list {
	display: block;
}

.departments_list #photo_home {
	float: right;
	width: 326px;
	height: 355px;
	border: solid 2px #fff;
	margin-top: -20px;
	margin-left: -107px;
	background: url('img/departments/home.jpg') no-repeat #fff;
	cursor: default;
}

/*--End Home--*/

/*---Footwear---*/

li.footwear:hover .departments_list {
	display: block;
}

.departments_list #photo_footwear {
	float: right;
	width: 326px;
	height: 355px;
	border: solid 2px #fff;
	margin-top: -33px;
	margin-left: 5px;
	background: url('img/departments/footwear.jpg') no-repeat #fff;
	cursor: default;
}

/*--End Footwear--*/

/*---Sports---*/

li.sports:hover .departments_list {
	display: block;
}

.departments_list #photo_sports {
	float: right;
	width: 257px;
	height: 355px;
	border: solid 2px #fff;
	margin-top: -363px;
	margin-left: 5px;
	background: url('img/departments/sports.jpg') no-repeat #fff;
	cursor: default;
}

/*--End sports--*/

/*---Tools---*/

li.tools:hover .departments_list {
	display: block;
}

.departments_list #photo_tools {
	float: right;
	width: 341px;
	height: 389px;
	border: solid 2px #fff;
	margin-top: -33px;
	margin-left: 5px;
	background: url('img/departments/tools.jpg') no-repeat #fff;
	cursor: default;
}

/*--End tools--*/

/*---Tools---*/

li.tools:hover .departments_list {
	display: block;
}

.departments_list #photo_tools {
	float: right;
	width: 341px;
	height: 389px;
	border: solid 2px #fff;
	margin-top: -226px;
	margin-left: 5px;
	background: url('img/departments/tools.jpg') no-repeat #fff;
	cursor: default;
}

/*--End tools--*/

/*---Travel---*/

li.travel:hover .departments_list {
	display: block;
}

.departments_list #photo_travel {
	float: left;
	width: 776px;
	height: 386px;
	border: solid 2px #fff;
	margin-top: -30px;
	margin-left: -10px;
	background: url('img/departments/travel_events.png') no-repeat #fff;
}
.departments_list #photo_travel .trav{ width:256px; margin-right:3px;height:100%;float:left}
.departments_list #photo_travel .trav.last{ margin-right:0px}
.departments_list #photo_travel .trav a{width:100%;height:100%;display:block}

/*--End travel--*/



/*---------------------Browes Stores-----------------------*/

#navigation .sub_stores li {
	background: none;
	border: none;
	line-height: 22px;
	min-height: 23px;
}

#navigation .sub_stores li:hover{
	background: none;
	border: none;
}
#navigation .sub_stores li span{
	font-size:11px;
	font-family: proxima_nova_rgregular;
	margin-left:5px;
	color: #FB2D58;
}


#navigation .sub_stores a{
	color: #666666;
	text-decoration:none;
	font-size: 14px;
	font-family: proxima_nova_rgregular;
}
#navigation .sub_stores a:hover{
	text-decoration:underline;
	color: #fb2d58;
}
#navigation .sub_stores li.title:hover{
	text-decoration: none;
	background: none;
	border: none;
}

#navigation .sub_stores li.title{
	color: 313131;
	background: none;
	border: none;
	font-family: proxima_nova_rgbold;
	font-size: 18px;
	color: #666666;
	cursor: default;
}

#navigation .sub_stores ul{
	overflow: hidden;
	width: 190px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 30px;
	padding-top: 10px;
}

.title_top_sub_stores{
	display: table-cell;
	vertical-align: middle;
	height: 60px;
}

a.button_all_stores {
	height: 20px;
	background: url('img/button.png') no-repeat center top transparent;
	display: block;
	font-family: proxima_nova_rgregular;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	line-height: 30px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-left: 10px;
	width: 120px;
	text-align: center;
}

a.button_all_stores:hover {
	background: url('img/button.png') no-repeat center bottom transparent;
}

/*--End Browse Stores--*/




/*---------------------Browes Brands-----------------------*/
	
.sub_brands	{
	width: 1000px;
	background-color: white;
	margin-left: -369px;	margin-left:-455px;
	padding: 0;
	display: none;
	-webkit-box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 4px 5px rgba(50, 50, 50, 0.25);
	height:390px;
	box-shadow:         0px 4px 5px rgba(50, 50, 50, 0.25);
	cursor: default;
}

#navigation .sub_brands li {
	font-family: proxima_nova_rgregular;
	background: none;
	border: none;
	line-height: 22px;
	min-height: 23px;
}

#navigation .sub_brands li:hover{
	background: none;
	border: none;
}
#navigation .sub_brands li span{
	font-size:11px;
	font-family: proxima_nova_rgregular;
	margin-left:5px;
	color: #FB2D58;
}
	
#navigation .sub_brands li a{	
	color: #666666;
	font-size: 14px;
	text-decoration:none;
}
#navigation .sub_brands li a:hover{	
	color: #fb2d58;
	text-decoration:underline;
}


#navigation .sub_brands li.title:hover{
	text-decoration: none;
	background: none;
	border: none;
}

#navigation .sub_brands li.title{
	color: 313131;
	background: none;
	border: none;
	font-family: proxima_nova_rgbold;
	font-size: 18px;
	color: #666666;
	cursor: default;
}

#navigation .sub_brands ul{
	overflow: hidden;
	width: 190px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 30px;
	padding-top: 10px;
}

a.button_all_brands {
	height: 20px;
	background: url('img/button2.png') no-repeat center top transparent;
	display: block;
	font-family: proxima_nova_rgregular;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	line-height: 30px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-left: 10px;
	width: 120px;
	text-align: center;
}

a.button_all_brands:hover {
	background: url('img/button2.png') no-repeat center bottom transparent;
}

/*--End Browse Brands--*/
	


.box_shadow{
	width: 100%;
	vertical-align: top;
	min-height: 20px;  
}

.dark_grey_box.g_message{
	margin-top: 90px;
	margin-bottom: 90px;  
}

.dark_grey_box.g_message a{
	color: #fff;
	text-decoration: underline;
}  

.wrapper_90 {
	margin-top: 90px;
	margin-bottom: 90px;
}

/**************************************
	slider
***************************************/

#full-width-slider {
	width: 100%;
	max-height: 400px;
	background-color: #000;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	/*background-image: url(../img/preloader.gif);*/
}



.big_sale_title{
	font-family: 'proxima_nova_ltregular';
	font-size:36px;
	color:#000;
	text-transform:uppercase;
}

.percent_off{
	font-family: 'proxima_nova_ltbold';
	font-size:57px;
	color:#000;
}

.save_now{
	background:url('../img/buton_slider.png') no-repeat center top transparent;
	height:71px;
	width:258px;
	display:block
}
.save_now:hover{
	background:url('../img/buton_slider.png') no-repeat center bottom transparent; 
}

.coloredBlock {
	padding: 12px;
	background: rgba(255,0,0,0.6);
	color: #FFF;
	width: 200px;
	left: 20%;
	top: 5%;
}
.infoBlock {
	position: absolute;
	top: 90px; 
	right: 30px;
	left: 13%;
	max-width: 30%;
	padding-bottom: 0;
	padding: 20px; 
}
.infoBlockLeftBlack {
	color: #FFF;
	right: auto; 
}
.infoBlock h4 {
	font-size: 20px;
	line-height: 1.2;
	margin: 0;
	padding-bottom: 3px;
}
.infoBlock p {
	font-size: 14px;
	margin: 4px 0 0;
}
.infoBlock a {
	color: #FFF;
	text-decoration: underline;
}
.photosBy {
	position: absolute;
	line-height: 24px;
	font-size: 12px;
	background: #FFF;
	color: #000;
	padding: 0px 10px;
	position: absolute;
	left: 12px;
	bottom: 12px;
	top: auto;
	border-radius: 2px;
	z-index: 25; 
} 
.photosBy a {
	color: #000;
}
.fullWidth {
	max-width: 1400px;
	margin: 0 auto 24px;
}

 
.rsABlock {
	position: relative;
	z-index: 15;
	-webkit-backface-visibility: hidden;
	margin: 0 auto;
	width: 383px;
	margin-top: -340px;
	margin-left: 13%;
	

}

.infoBlock   {
	-webkit-transform: translate3d(0px, 0px, 0px);
	opacity: 1;
	-webkit-transition: -webkit-transform 0ms cubic-bezier(0.39, 0.575, 0.565, 1), opacity;
	transition: -webkit-transform 0ms cubic-bezier(0.39, 0.575, 0.565, 1), opacity;
}
 
.rsMinW .rsArrow {
	visibility: hidden;
}

.top_background3 .navbar li{
	float: right;
	color: #fff;
}

.top_background3 .navbar  {
	display: inline-block;
	margin-bottom: 0px;
	margin-top: 5px; 
} 

.top_background3 .navbar li  a{
	color: #fff; 
	font-size: 10px; 
}

.top_background3 .navbar li a img {
	width: 25px;
	position: relative;
	top: -1px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
	.shop_head .dropdown {
		margin-top: 34px;
	} 
	.shop_head h2 { 
		margin-top: 33px !important;
	}
	.three_col_prodlist .item_title {
		min-height: 85px !important;
	}
	.three_col_prodlist .button_store {
		top: -21px;
		position: absolute;
		right: 0;
		margin-bottom: 0; 
	}	
	.three_col_prodlist .item_price{position:relative}
	.social_flahoo a {
		margin-left: 5px;
		margin-right: 5px;
	}
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.sidebar{margin-top:20px}
	
	.pagination.generated-pagination{
		width: 100%;
		overflow: hidden;
	}
	.pagination{
		 
		margin: 0 auto !important;
		display: block;
	}
	.pagination>li {
		float: left;
		padding-left: 0;
	}	
	.royalSlider.heroSlider, 
	.royalSlider.heroSlider .rsOverflow {
		/*height: 300px !important;*/ 
	}
	.infoBlock {
		top: 20px;
		width: 150px;
		max-width: none; 
		padding: 0; 
	}
	.infoBlock h3 {
		font-size: 14px;
		line-height: 17px; 
	}
	
	.big_sale_title{
		font-size: 13px;
		padding: 10px;;
	}
	
	.save_now {
		background-image: url(../img/buton_slider_h.png) !important;
		height: 35px;
		width: 129px;
	}
	.pagination>li>a{padding:6px}
	.table-hover .span4{padding-left: 10px;} 
	form[name="alphachoose"]{margin-top:20px}
} 
/**************************************
	/slider
***************************************/

 
 
.merchant-small-image {
	max-width: 100%;
}

.fullwidth_table {
	width: 100%;
}

.color_links a{
	font-family: 'proxima_nova_rgregular';
	color: #fb2d58;
}


.color_links  h3 a {
	color: #000;
}


.red_nav {
	
	background-position: center center;
	margin-top: 3px;
	
	
	background: #1e5799;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmEzMjVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2MjY0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #1e5799 0%, #fa325e 0%, #e62644 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#fa325e), color-stop(100%,#e62644));
	background: -webkit-linear-gradient(top,  #1e5799 0%,#fa325e 0%,#e62644 100%);
	background: -o-linear-gradient(top,  #1e5799 0%,#fa325e 0%,#e62644 100%);
	background: -ms-linear-gradient(top,  #1e5799 0%,#fa325e 0%,#e62644 100%);
	background: linear-gradient(to bottom,  #1e5799 0%,#fa325e 0%,#e62644 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#e62644',GradientType=0 );
	margin-bottom: 40px;
}

.black_divider {
	height: 10px;
	width: 100%;
	background-color: #000;
}

.red_nav .title_promo .title{
	font-family: 'proxima_nova_rgbold';
	font-size: 30px;
	color: #fff;
	width: 36%;
	padding-top: 8px;
	text-align: center;
	float: left;
	
	width: 100%;
}


.red_nav .title_promo .promo{
	float: left;
	padding-top: 9px;
	font-family: 'proxima_nova_rgitalic';
	font-size: 13px;
	color: #333333;
	padding-right: 10px;
	padding-right: 0;
	text-align: center; 
	margin-top: 1px;
	
	color: #fff;
	width: 100%;
	margin-bottom: 20px;
} 



.red_nav .title_promo  .button {
	border: solid 1px #E4E4E4;
	 
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px 20px;
	
	font-family: proxima_nova_rgbold;
	color: #666;
	text-decoration: none;
	float: right;
}


.red_nav .title_promo  .button:hover {
	color: #FB2D58;
	
	background: #f0f0f0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f0f0f0 0%, #fefefe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#fefefe));
	background: -webkit-linear-gradient(top,  #f0f0f0 0%,#fefefe 100%);
	background: -o-linear-gradient(top,  #f0f0f0 0%,#fefefe 100%);
	background: -ms-linear-gradient(top,  #f0f0f0 0%,#fefefe 100%);
	background: linear-gradient(to bottom,  #f0f0f0 0%,#fefefe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#fefefe',GradientType=0 );
}

.nav-tabs>li {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 0px;
}

.nav-tabs>li>a {
	color: #fff;
	padding: 5px; 
	font-size: 14px;
	text-transform: uppercase;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus  {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.nav-tabs>li>a:hover {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #555;
}
.nav-tabs { 
	border: 0; 
}

/********************************************
	product
*******************************************/

.product_page .p_image { 
	border:solid 1px #f2f2f2;
	padding-top: 30px;
	padding-bottom: 30px;
	display: block;
}

.product_page .p_image  img {
	margin: 0 auto;
}

.product_spacer {
	width: 100%;
	height: 30px;
}

.product_page .p_title {
	padding: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.product_page  h2 {
	margin: 0;
	font-size: 18px; 
	font-family: proxima_nova_rgbold;
}

.product_page  h3 {
	margin: 0px;
	font-weight: normal;
	font-size: 16px;
	font-family: 'proxima_nova_rgregular';
	margin-top: 5px;
}

.product_page .p_title hr {
	margin-top: 20px;
	margin-bottom: 0px;
}

.p_price{ 
	color: #336E7B;
	font-weight: bold; 
	font-family: proxima_nova_rgbold;
}


.p_price sup {
	top: -3px;
	font-size: 70%;
}


.product_page  .p_description {
	padding: 30px;
	display: block;
}





.p_offer_table th{ 
	font-weight: normal;
	font-family: proxima_nova_rgbold;
	font-size: 11px;
	border-bottom: solid 1px #e6e6e6;	
}

.product_page table td {
	border-bottom: solid 1px #e6e6e6; 
	border-top: solid 1px #e6e6e6;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #fff; 
}


.product_page table td  .offer-condition{
	font-weight: bold;
	font-family: proxima_nova_rgbold;
}

.p_offer_table {
	width: 100%;
}

.offer-store-button {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: 0;
	
	
	font-family: proxima_nova_rgbold;
	padding: 5px 15px;
	color: #fff;
	font-size: 11px;
	
	background-image:  url(../img/shop.png);
	max-width: 140px;
	height: 30px;
	line-height: 22px;
	background-color: transparent;
}

.offer-store-button:hover {
	background-position: 0px -30px;
}

.offer-store-button:active{
	background:  url(../img/shop.png);
	background-position: 0px -30px;
}

.p_sidebar  .well{
	background: #fff;
	border: solid 1px #f2f2f2;
	
	-webkit-box-shadow: none;
	box-shadow: none;
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
	padding: 15px;
}

.deal-sidebar-redeem { 
	background: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 0;
	
	
	font-family: proxima_nova_rgbold;
	padding: 5px 15px;
	color: #fff;
	font-size: 11px;
	
	background: #F9BF3B; 
	width: 80px;
	height: 30px;
	line-height: 22px;
	
	margin-top: 15px;
	margin-bottom: 15px; 
	
}

.deal-sidebar-redeem:hover {
	background: #fb2d58;
}
.deal-sidebar-redeem:active{
	background: #fb2d58;
}

.deal-sidebar-expires {
	font-size: 11px;
}
 
.deal-sidebar-name {
	font-size: 11px; 
	margin-top: 13px;
}

.three_col_prodlist .item_title{
	min-height: 50px;
	padding: 10px 0 0 0;
	line-height: 15px;
	text-align: left;
}
.three_col_prodlist .item_title a {
	color: #000;
	font-size: 14px;
	font-family: proxima_nova_rgregular;
	text-decoration: none;
	font-weight: normal;
}

.three_col_prodlist .item_price {
	padding-top: 5px;
	color: #808080;
	font-family: proxima_nova_rgregular;
	font-size: 12px;
	font-weight: normal;
	text-align: left; 
	float: left;
	line-height: 20px;
	margin-bottom: 10px;
	width:100%;
}

.three_col_prodlist .item_price  span{
	font-family: proxima_nova_ltbold;
	color: #fb2d58;
	font-size: 13px;
	font-weight: normal;
	padding-right: 5px;
}

.three_col_prodlist .button_store {
	float: right;
	width: 90px;
	height: 20px;
	margin: 0;
	text-align: center;
	font-family: proxima_nova_rgregular;
	line-height: 19px;
	background: url('../img/buy.png') no-repeat center top transparent;
	margin-top: 13px;
}

.three_col_prodlist .button_store:hover {
	background-position: center -20px; 
}

.three_col_prodlist .button_store a{
	color: #fff;
	font-family: proxima_nova_rgregular;
	font-size: 12px;
	text-decoration: none;
	display: block;
	font-weight: normal;
	padding: 0;
}

.three_col_prodlist .item {
	display: block;
	margin: 0 auto;
	text-align: center;
}


.three_col_prodlist  .item_image {
	line-height: 350px;
	display: inline-block;
	width: 100%;
}

.three_col_prodlist .favourite_container {
	width: 100%;
}


.three_col_prodlist .item_image .img-responsive{
	display: inline-block;
}

.three_col_prodlist .star {
	position: absolute;
	right: 0px;  
	right: 0px;  
	top: 0px;
}

.three_col_prodlist  .item_store{
	clear: both;
	text-align: left;
	margin-top: 35px;
	margin-bottom: 20px;
}

.three_col_prodlist .ribbon {
	width: 88px;
	height: 66px;
	position: absolute;
	background: url('../img/ribbon.png') no-repeat transparent;
	z-index: 33;
	top: -5px;
	left: 11px;
	
}

.three_col_prodlist .discount_ribbon {
	color: #fff;
	font-family: proxima_nova_rgbold;
	font-size: 14px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	writing-mode: lr-tb;
	margin-top: 18px;
	margin-left: -40px;
}

.banner_title span {
	font-family: proxima_nova_rgbold;
	font-size: 42px;
	line-height: 35px;
}

/************************************************************
	shop head
******************************************************************/


.shop_head {
	background-color: #f7f7f7;
	color: #666666;
	margin-bottom: 20px; 
}

.overflow_hidden {
	overflow: hidden;
}

.shop_head  .hot-products-text {
	color: #fb2d58;
}


.p_head_drowpdown_positioner {
	margin-top: 15px;
	margin-bottom: 14px;
}

.shop_head   h2 {
	margin-top: 14px;
	margin-bottom: 13px;
}

.p_head_drowpdown_positioner  form,.p_head_drowpdown_positioner  fieldset{
	display: inline-block; 
}

.p_head_drowpdown_positioner.small {
	font-family: proxima_nova_rgregular;
	font-size: 16px;
	padding-top: 19px;
	color: #666666;
	display: block; 
	float: left;
	display: inline-block;
	max-width: 100%;
	max-height: 60px;
	
	height: 31px; 
	padding-top: 0px;
	line-height: 38px; 
}

.p_head_drowpdown_positioner  input[type="text"]{
	margin-right: 10px;
	height: 30px;
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-family: 'proxima_nova_rgregular';
	color: #666666;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	outline: none;
	padding-left: 10px;
}


.p_head_drowpdown_positioner  input[type="text"]:focus{
	border: 1px solid #fabecb;
}


.p_head_drowpdown_positioner button {
	padding: 0px 10px;
	background: #dedede;
	border: 1px solid #d1d1d1;
	height: 30px;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
	border-right: 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #666;
	width: 71px;
}
.p_head_drowpdown_positioner button:hover,.p_head_drowpdown_positioner button:focus  {
	color: #fff;
	background: #dedede;
	border: 1px solid #d1d1d1;
}

.pagination { 
	margin: 0;
}

.pagination>li>a, .pagination>li>span {
	color: #313131;
}


.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: #313131;
	color: #fff;
	border-color: #313131;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	color: #313131;
	background-color: #f5f5f5;
	border-color: #ddd;
}

form[name="alphachoose"] {
	margin-bottom: 20px;  
}

form[name="alphachoose"] select {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	font-size: 12px;
}

h2{
	font-family: proxima_nova_rgbold;
}

	
.banner_title p { font-size: 20px;} 
.banner_title span {font-family: proxima_nova_rgbold; font-size: 32px; max-width: 20px; display: inline-block;  line-height: 28px;}

.merchant-small-image {
	height: 30px;
	margin: 5px; 
}

.stores_table a{
	color: #313131;
}


.back_to_top {
	float: right;
	font-family: proxima_nova_ltregular;
	text-align: right;
	font-size: 24px;
	color: #000000;
	width: 100px;
	height: 13px;
	line-height: 14px;
	background: url('../img/back_to_top.png') no-repeat 15px top transparent;
	margin-top: 80px; 
	margin-right: 10px;
}

.back_to_top:hover {
	background: url('../img/back_to_top.png') no-repeat 15px bottom transparent;
}

.back_to_top a {
	text-decoration: none;
	display: block;
	width: 100px;
	height: 20px;
	color: #000000;
}
.back_to_top:hover a {
color: #FB2D58;
}

.help_popup .big_sale_title {
	font-family: 'proxima_nova_ltregular';
	font-size: 36px;
	color: #000;
	text-transform: uppercase;
}




/* ==================================================================
   ABOUT
================================================================== */
.full_banner_about{
	width: 100%px;
	height: 200px;
	margin: 0 auto;
	background: url('img/banner2.jpg') no-repeat center center;
}

.banner_content_about {
	padding-top: 66px;
	position: relative;
	margin: 0 auto;
}

.banner_title_about {
	height: 100px;
	position: absolute;
	left: 0;
}

.banner_title_about p {
	font-family: proxima_nova_ltregular;
	font-size: 20px;
	color: #000;
	line-height: 25px;
}

.banner_title_about span {
	font-family: proxima_nova_rgbold;
	font-size: 52px;
}

.about_container {
	margin: 0 auto;
	padding: 0;
	padding-bottom: 20px;
	overflow: hidden;
}

.text_about1 {
	color: #666666;
	font-family: proxima_nova_rgregular;
	font-size: 14px;
	padding-top: 20px;
	float: left;
}

.text_about2 {
	color: #666666;
	font-family: proxima_nova_rgregular;
	font-size: 14px;
	padding-top: 20px;
	float: left;
}

.text_about1 p{
	padding-top: 20px;
	line-height: 25px;
	text-align: justify;
}

.text_about2 p{
	padding-top: 20px;
	line-height: 25px;
	text-align: justify;
}

.text_about2 span{
	color: #fb2d58;
	font-size: 24px;
	font-family: proxima_nova_ltbold;
}

.flahoo_tagline {
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}

.middle_about {
	font-family: proxima_nova_ltregular;
	clear: both;
	padding: 40px 10px 0px 10px;
}

.middle_about p{
	font-size: 40px;
	color: #666666;
	line-height: 30px;
}

.middle_about a{
	text-decoration: none;
	color: #fb2d58;
	font-family: proxima_nova_rgbold;
}

.about_content {
	background: url('img/gradient.png') repeat-x bottom;
	margin: 0 auto;
	padding: 0;
}

.about_container2 {
	margin: 0 auto;
	padding: 0;
	padding-bottom: 40px;
	overflow: hidden;
}

.about_shadow {
	margin: 0 auto;
	margin-top: -6px;
	text-align: center;
}

.about_shadow  img{
	max-width: 100%;
}

.grey_row {
	padding: 10px;
	background-color: #f7f7f7;
	
}

.white_row {
	padding: 10px;
	background-color: #ffffff;
	
}

#sales_table {
	padding-top: 50px;
}
.head_title{
text-transform:uppercase;
font-size: 18px;

}
.row_title {
	color: #666666;
	line-height: 30px;
	font-family: proxima_nova_rgregular;
	font-size: 16px;
	float: left;
	
	width: 50%;
}

.row_title span {
	color: #fb2d58;
	font-family: proxima_nova_rgbold;
}

#sales_table .button_column{
	float: left;
	clear: both;
}

.row_number {
	float: left;
	width: 90px;
	color: #fb2d58;
	text-align: left;
	font-family: proxima_nova_rgbold;
	line-height: 30px;
	font-size: 18px;
	
	clear: both;
	margin: 10px 0;
}



.banner_title_about span{ font-size: 25px; }


.text_about1 img{
	max-width: 100%;
}


 /* ==================================================================
	End About */

	
	
/* ==================================================================
   Privacy
   ================================================================== */
.privacy_container {
	margin: 0 auto;
	padding: 0;
	padding-bottom: 20px;
	overflow: hidden;
	color:#666;
	padding-top:20px;
	font-size: 14px;
	text-align: justify;
	font-family:"proxima_nova_rgregular";
	line-height:21px
}
.privacy_container a{color:#FB2D58;text-decoration:none}
.privacy_container a:hover{color:#FB2D58}
.privacy_container p u{font-family:"proxima_nova_rgbold";text-decoration:none;font-size:16px;}
.privacy_container h1{
	background:none; border-bottom: 1px solid #666; text-transform: uppercase;  font-size: 2em;padding: .5em 0;
	margin-top: 20px;
	margin-bottom: 10px;
}

.privacy_container a:hover {
color: #FB2D58;
}
.privacy_container a {
color: #FB2D58;
text-decoration: none;
}


 /* ==================================================================
	End PRIVACY	*/

#search_field{margin-bottom:20px}


@media (min-width: 768px) {
	#login_box {	background-image: url('../img/login.png'); width: 114px;}
	#login #login_text{ 	width: 114px;}
	.force_fullwidth_xs_sm{	width: auto;}
	.sselect_wrapper{ float: left; width: auto;}
	.sselect_wrapper .sselect_screen {-webkit-border-top-right-radius: 0px; -webkit-border-bottom-right-radius: 0px; -moz-border-radius-topright: 0px; -moz-border-radius-bottomright: 0px; border-top-right-radius: 0px; border-bottom-right-radius: 0px;}
	#search_field input[type="text"] {position: absolute;padding-left: 135px; margin-top: 0; }
	#search_field  [type="submit"] {height: auto; top: 0px;}
	#footer_nav_container li{ padding-top: 0px;}
	
	.register_features_col{	padding-right: 0px !important;}
	
	.registe_col { padding-left: 0px !important;	}
	 
	.register_space {padding-bottom: 35px;}
	
	.register_features_text { border-right: 0px; }
	.big_sale_title { font-size: 25px; }
	
	.rsMinW .rsArrow { visibility: visible;}
	
	ul.sub_departments, .sub_stores, .sub_brands {
		width: 716px;
	}
	.departments_list { width: 100%; }
	
	
	.departments_list #photo_women {	
		display: none;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
	}
	
	.departments_list ul { width: 200px; }
	
	.departments_list #photo_accessories { position: absolute; right: 227px; }
	.departments_list #photo_books { display: none; }
	.departments_list #photo_jewellry { position: absolute; right: 200px; }
	.departments_list #photo_electrical { display: none; }
	.departments_list #photo_health { display: none; }
	.departments_list #photo_home { display: none;}
	.departments_list #photo_footwear { position: absolute; right: 200px; }
	.departments_list #photo_sports { display : none;}
	.departments_list #photo_tools { display: none; }
	.departments_list #photo_gifts { position: absolute; right: 200px; }
	.departments_list #photo_food  { position: absolute; right: 200px; }
	.departments_list #photo_travel { background-image: none;}
	li.sports .departments_list { padding: 0px; width: 528px;}
	#photo_travel img {width: 100%; top: 1px;position: absolute;}	
	.departments_list #photo_travel .trav {width: 33.3%; height: 100%; float: left;  position: relative; z-index: 99;}
	#navigation .sub_stores ul { width: 143px; }
	#navigation ul li ul li { width: auto;}
	a.button_all_brands { margin-left: auto; margin-right: auto; }
	 
	#navigation ul li.departments ul li { width: 200px;}
	.title_top_sub_stores { height: 42px; }
	#navigation .sub_brands ul { width: 140px; }
	
	.red_nav { background: url(../img/red_nav.png) center top;  height: 100px; 	margin-bottom: 40px;} 
	.red_nav .title_promo .title{ width: 36%; font-size:23px;text-align:left }
	
	
	.red_nav .title_promo .promo{ color: #333333; width: 64%; margin-bottom: 0px; }
	.nav-tabs>li { width: auto; }
	.nav-tabs>li>a  {padding: 10px;}
	
	.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
		height: 43px;
		-webkit-border-bottom-left-radius: 0px;
		-webkit-border-bottom-right-radius: 0px;
		-moz-border-radius-bottomleft: 0px;
		-moz-border-radius-bottomright: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		border: 0;
	}
	
	.nav-tabs>li>a:hover {
		color: #ffb3b3;
		border: 0;
		background: transparent;
		padding: 11px;
	}
	.nav-tabs>li.active >a:hover {
		padding: 10px; 
	}
	
	.three_col_prodlist .button_store  {   margin-top: 0px; margin-bottom: 20px; }
	
	
	.banner_title span { font-size: 52px; }
	.banner_title p { font-size: 36px;}
	.banner_title span{ font-family: proxima_nova_rgbold; font-size: 42px; line-height: 35px; max-width: none;}
	.banner_title_about span{ font-size: 52px; }
	
	
	.about_shadow {  margin-top: -2px;}
	
	
	.row_number { clear: none; margin: 0;}
	
	
	#sales_table .button_column{ float: right; clear: none; } 
	
	.banner_title_about p { font-size: 36px; }
	
	#search_field{margin-bottom:30px}
} 

@media (min-width: 992px) {
	.red_nav .title_promo .title{ font-size:30px;text-align:left }
	li.stores a{width:290px}
	li.stores a:hover {
		color: #000000;
		background: url('img/bg_nav.png') no-repeat;
		cursor: pointer;
		text-decoration: none;
	}


	#header .logo img { 	max-width: none;top: -23px;	} 
	ul.navbar{ top: 8px;}
	.set_store {clear: none; text-align: right;}
	.register_space {padding-bottom: 10px;}
	
		
	.register_features_text p {
		line-height: 10px; 
	}
	.login_space input[type="submit"], .register_space input[type="submit"] { min-width: 140px; } 
	
	.big_sale_title { font-size: 30px; }
	
	.departments_list #photo_women {	
		display: block;
		right: 198px;
		position: absolute;
		top: 36px;
	}
	
	ul.sub_departments, .sub_stores, .sub_brands {
		width: 936px;
	}
	.departments_list #photo_books { 
		display: block;
		position: absolute;
		right: 198px;
		bottom: -2px;
	}
	.departments_list #photo_electrical {
		display: block;
		position: absolute;
		right: 198px;
		bottom: 0px;
	}
	
	.departments_list #photo_health {
		display: block;
		right: 199px;
		position: absolute;
	}
	
	.departments_list #photo_home {
		display: block;
		right: 200px;
		position: absolute;
	}
	
	.departments_list #photo_sports {
		display: block;
		position: absolute;
		right: 200px;
		bottom: 0;
	}
	
	.departments_list #photo_tools {
		display: block;
		right: 200px;
		bottom: 0px;
		position: absolute;
	}
	
	li.sports .departments_list { 
		width: 744px;
	}
	.departments_list #photo_travel .trav{
		width: 32.3%;  
	}
	
	#navigation .sub_stores ul { 
		width: 187px;
	}
	
	#navigation .sub_brands ul { width: 186px; }
	
	.red_nav {  /*background-position: 47% top;*/ }  
	
	.three_col_prodlist .button_store  { width: 90px; margin-top: 0px; margin-bottom: 0px; }
	
	.about_content .tagline_wrapper  {
		padding-right: 60px;
		background-image: url(img/check_flahoo.png);
		background-repeat: no-repeat;
		background-position: right center;
	}
	.banner_content_about { width: 900px;}
}


@media (min-width: 1200px) {
	
	#footer .copyright_col{
		padding-top: 75px;
	}
	
	
	#footer .footer_logo {
		position: absolute;
		top: -26px; 
		left: 50%;
		margin-left: -103px;
		width: auto;
	}
	
	#sale_items { padding: 6px;}
	.big_sale_title { font-size: 36px; }
	
	ul.sub_departments, .sub_stores, .sub_brands {
		width: 1000px;
	}
	
	li.sports .departments_list {
		width: 770px;
	}
	
	#navigation .sub_stores ul { width: 200px; }
	
	#navigation .sub_brands ul { width: 200px; }
	.red_nav { /* background-position: 64% top;*/ }
	.red_nav .title_promo .promo { padding-top: 17px; }
	.red_nav .title_promo .button { float: none; margin-right: 10px; }
	
	.departments_list #photo_travel{
		width: 810px;
		height: 420px;
	}
	
	
	.middle_about p{ line-height: 20px; }
	#search_field{margin-bottom:0px}
}

