/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@font-face {
	font-family: SofiaProSemiBold;
	font-weight: 400;
	src: url(../fonts/2BBA9F_C_0.eot);
	src: url(../fonts/2BBA9F_C_0.eot?#iefix) format("embedded-opentype"),
	url(../fonts/2BBA9F_C_0.woff) format("woff"),
	url(../fonts/2BBA9F_C_0.ttf) format("truetype")
}

@font-face {
	font-family: SofiaProRegular;
	src: url(../fonts/2BBA9F_F_0.eot);
	src: url(../fonts/2BBA9F_F_0.eot?#iefix) format("embedded-opentype"),
	url(../fonts/2BBA9F_F_0.woff) format("woff"),
	url(../fonts/2BBA9F_F_0.ttf) format("truetype")
}

body {
	overflow-x: hidden;
}

html{ background: #0056a2;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.mb-50{margin-bottom: 50px;}


p {
	font-size: 13px;
}

p.small {
	font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
	color: #FFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	font-family: SofiaProSemiBold;
	font-weight: 400;
}

hr.star-light,
hr.star-primary {
	margin: 25px auto 30px;
	padding: 0;
	max-width: 250px;
	border: 0;
	border-top: solid 5px;
	text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
	content: "\f005";
	display: inline-block;
	position: relative;
	top: -.8em;
	padding: 0 .25em;
	font-family: FontAwesome;
	font-size: 2em;
}

hr.star-light {
	border-color: #fff;
}

hr.star-light:after {
	color: #fff;
	background-color: #18bc9c;
}

hr.star-primary {
	border-color: #2c3e50;
}

hr.star-primary:after {
	color: #2c3e50;
	background-color: #fff;
}

.img-centered {
	margin: 0 auto;
}

header {
	text-align: center;
	color: #fff;

}

header .container {
	padding-top: 100px;
	padding-bottom: 50px;
}

header img {
	display: block;
	margin: 0 auto 20px;
}

header .intro-text .name {
	display: block;
	text-transform: uppercase;
	font-family: SofiaProSemiBold;
	font-size: 2em;
	font-weight: 400;
}

header .intro-text .skills {
	font-size: 1.25em;
	font-weight: 300;
}

@media (min-width: 768px) {
	header .container {
		padding-top: 20px;
		padding-bottom: 30px;
	}

	header .intro-text .name {
		font-size: 4.75em;
	}

	header .intro-text .skills {
		font-size: 1.75em;
	}
}

@media (min-width: 768px) {
	.navbar-fixed-top {
		padding: 25px 0;
		-webkit-transition: padding .3s;
		-moz-transition: padding .3s;
		transition: padding .3s;
	}

	.navbar-fixed-top .navbar-brand {
		font-size: 2em;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
	}

	.navbar-fixed-top.navbar-shrink {
		padding: 10px 0;
	}

	.navbar-fixed-top.navbar-shrink .navbar-brand {
		font-size: 1.5em;
	}
}

.navbar {
	text-transform: uppercase;
	font-family: SofiaProSemiBold;
	font-weight: 400;
}

.navbar a:focus {
	outline: 0;
}

.navbar .navbar-nav li a:focus {
	outline: 0;
}

.navbar-default,
.navbar-inverse {
	border: 0;
}

section {
	padding: 5px 0;
}

section h2 {
	margin: 0;
	font-size: 3em;
}

section.success {
	color: #fff;
	background: #18bc9c;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
	outline: 0;
	color: #2c3e50;
}

@media (max-width: 767px) {
	section {
		padding: 75px 0;
	}

	section.first {
		padding-top: 75px;
	}
}

#portfolio .portfolio-item {
	right: 0;
	margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(24, 188, 156, .9);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
	opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
	margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
	margin: 0;
}

#portfolio * {
	z-index: 2;
}

@media (min-width: 767px) {
	#portfolio .portfolio-item {
		margin: 0 0 30px;
	}
}

.btn-outline {
	margin-top: 15px;
	border: solid 2px #fff;
	font-size: 20px;
	color: #fff;
	background: 0 0;
	transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
	border: solid 2px #fff;
	color: #18bc9c;
	background: #fff;
}

.floating-label-form-group {
	position: relative;
	margin-bottom: 0;
	padding-bottom: .5em;
	border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
	z-index: 1;
	position: relative;
	padding-right: 0;
	padding-left: 0;
	border: 0;
	border-radius: 0;
	font-size: 1.5em;
	background: 0 0;
	box-shadow: none !important;
	resize: none;
}

.floating-label-form-group label {
	display: block;
	z-index: 0;
	position: relative;
	top: 2em;
	margin: 0;
	font-size: .85em;
	line-height: 1.764705882em;
	vertical-align: middle;
	vertical-align: baseline;
	opacity: 0;
	-webkit-transition: top .3s ease, opacity .3s ease;
	-moz-transition: top .3s ease, opacity .3s ease;
	-ms-transition: top .3s ease, opacity .3s ease;
	transition: top .3s ease, opacity .3s ease;
}

.floating-label-form-group::not(:firResst-child) {
	padding-left: 14px;
	border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
	top: 0;
	opacity: 1;
}

.floating-label-form-group-with-focus label {
	color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
	border-top: 1px solid #eee;
}

footer {
	color: #fff;
	background: #0056a2;
}

footer h3 {
	margin-bottom: 30px;
}

footer .footer-above {
	background-color: #0056a2;
}

footer .footer-col {
	margin-bottom: 50px;
}

footer .footer-below {
	padding: 25px 0;
	background-color: #0056a2;
}

.btn-social {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
	outline: 0;
}

.scroll-top {
	z-index: 1049;
	position: fixed;
	right: 2%;
	bottom: 2%;
	width: 50px;
	height: 50px;
}

.scroll-top .btn {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	font-size: 20px;
	line-height: 28px;
}

.scroll-top .btn:focus {
	outline: 0;
}

.portfolio-modal .modal-content {
	padding: 100px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.portfolio-modal .modal-content h2 {
	margin: 0;
	font-size: 3em;
}

.portfolio-modal .modal-content img {
	margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
	margin: 30px 0;
}

.portfolio-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}

.portfolio-modal .close-modal:hover {
	opacity: .3;
}

.portfolio-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: #2c3e50;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: #2c3e50;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
	display: none;
	opacity: 0;
}

/* Slide Show */
body {
	font-family: SofiaProRegular;
	color: #4c4c4c;
}

img {
	border: 0;
}

#slideshow-main {
	max-width: 860px;
	float: left;
	margin-right: 0px;
	width: 100%
}

#slideshow-main ul {
	margin: 0;
	padding: 0;
	max-width: 860px;
	width: 100%;
}

#slideshow-main li {
	max-width: 860px;
	height: 500px;
	display: none;
	position: relative;
	width: 100%;
}

#slideshow-main li img {
	width: 100%;
}

#slideshow-main li.active {
	display: block !important;
}

#slideshow-main li span.opacity {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 60px;
	background: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index: 500;
}

#slideshow-main li span.content {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 60px;
	z-index: 1000;
}

#slideshow-main li span.content h1 {
	font-size: 14px;
	margin: 5px 0;
	padding: 0 10px;;
	color: #42e2e8;
}

#slideshow-main li span.content p {
	font-size: 11px;
	margin: 5px 0;
	padding: 0 10px;;
	color: #42e2e8;
}

#slideshow-carousel {
	float: left;
	width: 100px;
	position: relative
}

#slideshow-carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slideshow-carousel li {
	background: #fff;
	height: 100px;
	position: relative;
}

#slideshow-carousel li .arrow {
	right: -20px;
	top: 28px;
	position: absolute;
	width: 20px;
	height: 40px;
	background: url(../img/arrow_white.png) no-repeat 0 0;
	display: block;
	z-index: 9999999;
}

#slideshow-carousel li a {
	background: #0056a2;
	display: block;
	width: 100px;
	height: 99px;
	padding-top: 6px;
}

#slideshow-carousel li a:hover {
	background: #EE365D;
}

#slideshow-carousel .active {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

#slideshow-carousel .faded {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.home {
	padding: 0px;
}

@media screen and (min-width: 768px) {
	.navbar-brand-centered {
		position: absolute;
		left: 50%;
		display: block;
		width: 291px;
		text-align: center;

	}

	.navbar > .container .navbar-brand-centered,
	.navbar > .container-fluid .navbar-brand-centered {
		margin-left: -145px;
		margin-top: -100px;
	}
}

#top_bar {
	background: #0056a2;
	overflow: hidden;
	padding: 0px;
}

#second_bar {
	background: #01afec;
	height: 60px;
	padding: 0px;
}

#mobile_search {
	background: #01afec;
	height: 60px;
	padding: 0px;
	display: none;
}

#mobile_search .second_bar_right {
	float: none;
	width: 250px;
	margin: 0 auto;
}

#mobile_search input#keyword{
	height: 38px;
}

.newsletter label {
	float: left;
	width: 100px;
	text-align: left;
	font-weight: 400;
	font-size: 13px;
	font-family: SofiaProRegular;
}

.newsletter input[type=text], .newsletter input[type=mail] {
	color:#5b5858;
	font-size: 13px;
	padding-left: 5px;
	float: left;
	width: 204px;
	border-radius: 5px;
	border: none;
	height: 20px;
}

.newsletter input[type=submit] {
	float: right;
	background: transparent;
	border: 1px solid #fff;
	padding: 4px 18px 2px;
	margin-right: 0px;
	font-family: SofiaProSemiBold;
}

.newsletter input[type=submit]:hover {
	background: #669ac7;
	border-color: #669ac7;
}

.newsletter input[type=submit]:active {
	background: #fff;
	border-color: #fff;
	color: #0056a2;
}

.newsletter p {
	overflow: hidden;
	clear: both;
}

.navbar-default {
	background-color: #fff;
}

.navbar-default .navbar-nav > li > a {
	color: #0056a2;
	padding: 3px;
	text-transform: uppercase;
	font-size: 15px;
	font-family: SofiaProSemiBold;
	font-weight: 400;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: #ee365d;
	color: #fff;

}

.navbar-default .navbar-nav > li {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 10px;
}

.navbar-default .navbar-nav > li:last-child {
	margin-right: 0px;
}

#navbar-brand-centered {
	padding: 0;
}

.navbar-right {
	margin-right: 0;
}

/* Top Bar Left Side */

.top_left {
	float: left;
}

a.top_left_link {
	background-image: url(../img/icon_top.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-bottom: 12px;
	padding-top: 12px;
	display: block;
	font-family: SofiaProSemiBold;
	font-weight: 400;
}

a.top_left_link:hover {
	text-decoration: none;
}

/* Top Bar Right Side */

.top_right {
	float: right;
}

ul.top_bar_menu {
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
}

ul.top_bar_menu li {
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right: 1px solid #fff;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul.top_bar_menu li:last-child {
	border: none;
}

ul.top_bar_menu li a.account {
	background-image: url(../img/account.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	font-size: 0px;
	padding-top: 26px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
}

ul.top_bar_menu li a.wish {
	background: url(../img/wish.png) no-repeat center center;
	text-indent: -9999px;
	font-size: 0px;
	padding: 26px 25px 15px;
}

ul.top_bar_menu li a.cart {
	background: url(../img/cart.png) no-repeat center center;
	text-indent: -9999px;
	font-size: 0px;
	padding: 26px 25px 15px;
	position: relative;
}

ul.top_bar_menu li a.location {
	padding: 0px 0px 15px 40px;
	background: url(../img/locate.png) no-repeat 5% 0%;
	font-family: SofiaProSemiBold;
	font-weight: 400;
}

/* Second Bar Search */

.second_bar_right {
	float: right;
}

input#keyword {
	color: #5b5858;
	border-radius: 9px 0 0 9px;
	border: none;
	padding-left: 10px;
	padding-bottom: 8px;
	padding-top: 9px;
	width: 242px;
	float: left;
	font-family: SofiaProRegular;

}

input#submit_search {
	border: none;
	padding: 12px 30px 5px 12px;
	background: transparent url(../img/search_input.png);
	float: left;
	border-radius: 0;
}

#search {
	margin-top: 10px;
}

/* Footer Widgets */

.footer-below
{
	font-size: 13px;
}

ul.footer_menu {
	list-style-type: none;
	padding-left: 0px;
	float: left;
	text-align: left;
	font-family: SofiaProRegular;
}

.footer-bottom a {
	font-family: SofiaProRegular;
}

.footer-bottom .social-icon{
	padding: 0 5px;
}

p.copyright {
	font-size: 13px;
	margin-bottom: 4px;
	margin-top: 5px;
	font-family: SofiaProRegular;
}

p.widget_title {
	text-align: left;
	padding: 10px 0;
	font-size: 18px;
	font-family: SofiaProSemiBold;
	font-weight: 400;
	text-transform: uppercase;
}

.footer-bottom {
	margin-top: 20px;
	display:: block;
}

.footer-bottom .col-md-4:last-child img {
	float: right;
}

.footer-bottom .col-md-4:last-child {
	padding-right: 0px;
}

.footer-bottom .col-md-4:first-child {
	padding-left: 0px;
	text-align: left;
	font-family: SofiaProRegular;
}

.widget_footer {
	overflow: hidden;
}

.widget_footer:first-child {
	padding-left: 0px;
}

.widget_footer:last-child {
	padding-right: 0px;
}

/* Carousel Tweaks */

.jcarousel-prev-vertical, .jcarousel-next-vertical {
	display: none !important;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
	overflow: initial !important;
}

ul#carousel {
	height: 500px !important;
	overflow: initial;

}

#slideshow-carousel li a img {
	margin: 0 auto;
}

/* Main Content Section */

.main_content {
	padding-top: 15px;
	padding-bottom: 20px;
	font-size: 13px;
}

/* Main Category Template */

.categories .col-md-4:nth-child(3n) {
	margin-right: 0px;
}

.categories .col-md-4 {
	border: 1px solid #dadada;
	padding: 0px;
	margin-right: 13px;
	width: 32%;
	margin-bottom: 13px;

}

.categories .image img {
	padding-top: 10px;
}

.categories .col-md-4 a.categ_title {
	width: 80%;
	max-width: 80%;
	margin: -0 auto;
	text-align: center;
	color: #fff;
	background-color: #0056a2;
	border-radius: 5px;
	font-size: 14px;
	margin-bottom: 15px;
	margin-top: 10px;
	display: block;
	border: 1px solid #0056a2;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: SofiaProSemiBold;
	font-weight: 400;
}

.categories .col-md-4 a.categ_title:hover {
	text-decoration: none;
	background-color: #669ac7;
	border: 1px solid #669ac7;
}

.categories .col-md-4 a.categ_title:active, .categories .col-md-4 a.categ_title:focus {
	text-decoration: none;
	background-color: #fff;
	color: #0056a2;
}

/* Main Category Products */

.products .col-md-4:nth-child(3n) {
	margin-right: 0px;
}

.products .col-md-4 {
	border: 1px solid #dadada;
	padding: 0px;
	margin-right: 14px;
	width: 32%;
	margin-bottom: 13px;
	height: 290px;
}

.products .image img {
	padding: 10px;
	height: 200px;
	/*border-bottom: 1px solid #dadada;*/
	margin: 0 auto;
	display: block;
}

.info {
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	padding-bottom: 15px;
	overflow: hidden;
}

.related .info
{
	padding-bottom: 10px;
}

span.price {
	font-size: 15px;
	float: left;
	font-weight: 400;
	font-family: SofiaProSemiBold;
}

.products .info span.price {
	bottom: 13px;
	position: absolute;
}

.products .info span.new_price
{
	bottom: 13px;
	font-size: 15px;
	display: block;
	padding: 0;
}

.products .info .old_price
{
	position: absolute;
	bottom: 13px;
	left: 35%;
	font-weight: 400;
	font-family: SofiaProSemiBold;
	font-size: 13px;
	padding:0;
}

a.more_link {
	text-align: center;
	color: #fff;
	background-color: #0056a2;
	border-radius: 3px;
	font-size: 14px;
	border: 1px solid #0056a2;
	padding: 1px 7px;

	/*float:right;*/
	font-family: SofiaProSemiBold;
	font-weight: 400;
	text-transform: uppercase;
}

.products a.more_link
{
	position: absolute;
	right: 10px;
	bottom: 10px;
}

a.more_link:hover {
	text-decoration: none;
	background-color: #669ac7;
	border: 1px solid #669ac7;
}

a.more_link:active, a.more_link:focus {
	text-decoration: none;
	background-color: #fff;
	color: #0056a2;
}

a.prod_title {
	color: #4c4c4c;
	font-size: 15px;
	display: block;
	/*max-height: 42px;*/
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: SofiaProRegular;
}

.products a.prod_title
{
	border-top: 1px solid #dadada;
}

a.prod_title:hover {
	color: #4c4c4c;
	text-decoration: none;

}

/* Middle Bar */
.middle_bar {
	background-color: #cccccc;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.styled-select select {
	background: transparent;
	width: 115px;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 24px;
	-webkit-appearance: none;
}

.styled-select {
	width: 115px;
	height: 24px;
	overflow: hidden;
	background: url(../img/down_arrow_select.png) no-repeat right #f2f2f2;
	border: 1px solid #ccc;
	background-position: 90% 50%;
	border-radius: 7px;
}

.styled-select_long select {
	background: transparent;
	width: 2 -5px;
	padding: 5px;

	font-size: 14px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 24px;
	-webkit-appearance: none;

}

.styled-select_long {
	width: 205px;
	height: 24px;
	overflow: hidden;
	background: url(../img/down_arrow_select.png) no-repeat right #f2f2f2;
	border: 1px solid #ccc;
	background-position: 90% 50%;
	border-radius: 7px;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 0;
	border-radius: 4px;
	float: right;
}

.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 3px 2px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #4c4c4c;
	background-color: transparent;
	border: none;
	margin-right: 8px;
	font-family: SofiaProSemiBold;
	font-weight: 400;
}

.pagination li {
	margin-right: 3px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 2;
	color: #0056a2;
	background-color: transparent;
	border-color: transparent;
	cursor: default;
	border-bottom: 1px solid #0056a2;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	z-index: 3;
	color: #0056a2;
	background-color: transparent;
	border-color: transparent;
	border-bottom: none;
}

.content_left {
	padding: 0;
}

/* Filters */

.sidebar {
	padding-left: 0px;
}

.open {
	float: right;
	background-color: #ccc;
	border: none;
	outline: none;
	margin-right: 12px;
	margin-top: -5px;
	font-size: 17px;
	font-weight: bold;
}

.filter_content {
	padding-bottom: 0px;
	font-family: SofiaProRegular;
}

.filter {
	background-color: #f2f2f2;
	margin-bottom: 10px;

}

.colors ul li img {
	border: 1px solid #F2F2F2;
	width: 40px;
	padding: 1px;
}

.colors ul li img:hover, .colors ul li.selected img:hover {
	border: 1px solid #c7c7c7;
}

.filter a {
	color: #4c4c4c;
	font-size: 13px;
	font-family: SofiaProRegular;
}

.filter ul {
	list-style-type: none;
}

.filter ul.options {
	padding-left: 15px;
	padding-bottom: 10px;
}

.filter ul ul {
	padding-left: 15px;
}

h3.filter_name {
	font-size: 16px;
	text-transform: uppercase;
	background-color: #cccccc;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	font-family: SofiaProSemiBold;
	font-weight: 400;
}

.colors ul {
	padding-left: 10px;
	overflow: hidden;
}

.colors ul li {
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
	border: 1px solid #F2F2F2;
	border-radius: 5px;
}

.colors ul li.selected {
	border: 1px solid #BDBDBD;

}

input#min_price {
	max-width: 70px;
	height: 25px;
	border-radius: 4px;
	border: 1px solid #a6a6a6;
}

input#max_price {
	max-width: 70px;
	height: 25px;
	border-radius: 4px;
	border: 1px solid #a6a6a6;
}

input#filter_submit {
	background-color: transparent;
	border: 1px solid #a6a6a6;
	border-radius: 4px;
	font-size: 13px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 0px;
	margin-top: 7px;
}

input#filter_submit:hover {
	background-color: #d5d5d5;
}

input#filter_submit:active {
	background-color: #ffffff;
}

#filter {
	padding-left: 15px;
	padding-bottom: 10px;
}

/* Product Page */
.quantity {
	padding-left: 30px;
}

#quantity {
	padding: 5px;
	width: 55px;
	border: 1px solid #555;
}

.order_column {
	background-color: #f2f2f2;
	overflow: hidden;
	padding-bottom: 7px;
}

.old_price {
	color: #4c4c4c;
	text-decoration: line-through;
	display: block;
	font-size: 13px;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 10px;
}

.new_price.rrp-available {
	color: #ef4c6c;
	padding-top: 5px;
}

.price_span {
	background-color: #fff;
	margin-top: 10px;
	overflow: hidden;
	font-family: SofiaProSemiBold;
	font-weight: 400;
}

.order_column .price_span {padding: 15px 25px;}
.order_column span.price {font-size: 19px; float: left;}
.order_column .old_price {float: right; font-size: 15px; padding-right: 20px;}


.tax {
	padding-bottom: 7px;
	padding-top: 7px;
	font-family: SofiaProRegular;
	font-weight: 400;
	font-size: 13px;
}

.quantity label {
	font-family: SofiaProSemiBold;
	font-weight: 400;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {

	opacity: 1;

}

input::-webkit-inner-spin-button {
	-webkit-appearance: inner-spin-button;
	display: inline-block;
	cursor: default;
	flex: none;
	align-self: stretch;
	-webkit-user-select: none;
	-webkit-user-modify: read-only !important;
	opacity: 0;
	pointer-events: none;
}

input:enabled:read-write:-webkit-any(:focus,:hover)::-webkit-inner-spin-button {
	opacity: 1;
	pointer-events: auto;
}

#quantity {
	font-family: SofiaProRegular;
}

#slider-thumbs {
	background-color: #cccccc;
	padding-bottom: 0px;
	padding-top: 5px;
}

#slider-thumbs ul {
	text-align: center;
	margin-bottom: 0px;
}

#slider-thumbs a img {
	border: 1px solid #cccccc;
}

#slider-thumbs a.selected img {
	border: 1px solid #ee365d;
}

.product_title, .related_title {
	color: #0056a2;
	text-transform: uppercase;
	font-size: 19px;
	font-family: SofiaProSemiBold;
	font-weight: 400;
}

.related_title {
	padding-bottom: 10px;
}

.related .col-md-3 {
	border: 1px solid #dadada;
	padding: 0px;
	margin-right: 14px;
	width: 23.5%;
	margin-bottom: 13px;
}

.related .col-md-3:last-child {
	margin-right: 0px;
}

.related .prod_title {
	font-weight: bold;
	text-align: center;
	color: #0056a2;
	font-family: SofiaProSemiBold;
	font-weight: 400;
	padding-top: 0;
	padding-bottom: 0;
}

.related span.price {
	width: 100%;
	text-align: center;
	float: none;
	display: block;
	font-family: SofiaProSemiBold;
	font-weight: 400;
}

.related a.more_link {
	text-align: center;
	color: #fff;
	background-color: #0056a2;
	border-radius: 3px;
	font-size: 14px;
	border: 1px solid #0056a2;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 1px;
	padding-bottom: 1px;
	float: none;
	margin: 0 auto;
	display: block;
	max-width: 80%;
	margin-top: 10px;
	font-family: SofiaProRegular;
}

.related a.more_link:hover {
	text-decoration: none;
	background-color: #669ac7;
	border: 1px solid #669ac7;
}

.related a.more_link:active, a.more_link:focus {
	text-decoration: none;
	background-color: #fff;
	color: #0056a2;
}

.related .image>img
{
	margin-top:5px;
	margin-bottom:5px;
}

.separator {
	height: 1px;
	background-color: #dadada;
	display: block;
	margin: 30px;
}


.unfilled {
	margin-top: 0;
}

.unfilled>label{
	font-family: SofiaProSemiBold;
	font-weight: 400;
}

.unfilled>label>input{
	height: 20px;
	width: 20px;
	margin-top: 3px;
}

a.add_to_cart {
	background-color: #0056a2;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 5px;
	border: 1px solid #fff;
	margin-top: 10px;
	font-family: SofiaProSemiBold;
	font-weight: 400;
}

a.add_to_cart:hover {
	background-color: #669ac7;
	text-decoration: none;
}

a.add_to_cart:active {
	background-color: #fff;
	border-color: #0056a2;
	color: #0056a2;
	text-decoration: none;
}

a.add_to_cart:focus {
	text-decoration: none;
}

a.wishlist {
	background-color: #1ab7ee;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 5px;
	border: 1px solid #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../img/star.png);
	background-position: 95% 50%;
	background-repeat: no-repeat;
	font-family: SofiaProSemiBold;
	font-weight: 400;
}

a.wishlist:hover {
	background-color: #8fdcf7;
	text-decoration: none;
}

a.wishlist:active {
	background-color: #fff;
	border-color: #1ab7ee;
	color: #1ab7ee;
	text-decoration: none;
	background-image: url(../img/stara.png);
	background-position: 95% 50%;
	background-repeat: no-repeat;
}

a.wishlist:focus {
	text-decoration: none;
	background-image: url(../img/starc.png);
	background-position: 95% 50%;
	background-repeat: no-repeat;
}

p.under_bears {
	font-family: SofiaProRegular;
	font-size: 13px;
	color: #4c4c4c;
}

p.details_title {
	color: #ee365d;
	font-size: 14px;
	margin-top: 20px;
	font-family: SofiaProSemiBold;
	font-weight: 400;
}

.product_details ul {
	font-family: SofiaProRegular;
	padding-left: 15px;
}

.availability {
	text-align: center;
}

.availability .bear {
	display: inline-block;
	width: 35px;
	height: 25px;
	text-align: center;
	color: #FFF;
	background: url(../img/bear.png) no-repeat;
	font-size: 30px;
	margin-right: 2px;
	line-height: 30px;
	-webkit-border-radius: 50%;
}

.availability .active {
	background: url(../img/bearh.png) no-repeat;
	color: #FFF;
}

.bears {
	display: block;
	text-align: center;
	margin-top: 23px;
}

img.header_img {
	max-width: 100%;
	margin-bottom: 15px;
}

/* Offer Bar */
.offer {
	background-color: #fdebee;
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;

}

.first {
	float: left;
	color: #fff;
	background-color: #ee365d;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 15px;
	font-size: 19px;
	text-transform: uppercase;
	padding-right: 40px;
	border-top-right-radius: 60px;
	font-family: SofiaProSemiBold;
	font-weight: 400;
}

.second {
	float: left;
	padding-left: 55px;
	color: #ee365d;
	padding-bottom: 4px;
	padding-top: 4px;
	font-size: 20px;
	font-weight: bold;
	font-family: SofiaProSemiBold;
	font-weight: 400;
}

.description {
	font-family: SofiaProRegular;
}

/*  Rating System */

.rating {
	width: 100%;
	display: block;
	overflow: hidden;

}

.rating span {
	position: relative;
}

.rating span input {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}

.rating span label {
	display: inline-block;
	width: 35px;
	height: 30px;
	text-align: center;
	color: #FFF;
	background: url(../img/bear.png) no-repeat;
	font-size: 30px;
	margin-right: 2px;
	line-height: 30px;

	-webkit-border-radius: 50%;
}

.rating span:hover ~ span label,
.rating span:hover label,
.rating span.checked label,
.rating span.checked ~ span label {
	background: url(../img/bearh.png) no-repeat;
	color: #FFF;
}

.categ_header {
	margin-bottom: 15px;
	width: 100%;
}

.content_left .title {
	text-transform: uppercase;
	color: #0056a2;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-family: SofiaProSemiBold;
	font-weight: 400;
}

.navbar .container {
	padding-left: 0px;
	padding-right: 0px;

}

#slideshow-carousel li a:hover {
	background: rgb(238, 54, 93) !important;
}

.navbar {
	margin-bottom: 0px;
}

.product_images {
	padding-left: 0;
	padding-right: 0;
}

.product_images #slider
{
	padding: 30px 0;
}

select.category {
	height: 23px;
	padding: 0;
	/*margin-top: 3px;*/
	font-family: SofiaProRegular;
	font-size: 13px;
	color: #4c4c4c;
}

.mobile_section {
	display: none;
}

.search_button {
	background: url('../img/search_input.png');
	background-repeat: no-repeat;
	padding: 16px;
	float: left;
	margin-top: 13px;
	border-left: 1px solid #fff;
	cursor: pointer;
}

.record-count {
	display: none;
	float: left;
}

.mobile-filters {
	display: none;
}

.page-list {
	padding: 1em;
	font-weight: 400;
	background: #ccc;
	text-align: right;
}

.carousel {
	display: none;
}

.link-bar {
	display: none;
}

#myCarousel {
	display: block;
}

.mobile-filters-off {
	display: none;
}

.nav > li.mobile_only {
	display: none;
}

.close_menu {
	display: none;
}

.product_images .carousel-inner>.item.active
{
	height:325px;
}

.product_images .carousel-inner>.item>img
{
	max-height:325px;
}

/* Responsive Tricks */

@media (max-width: 990px) {

	#slideshow-main {
		width: 90%;
		z-index: 99999;
		position: relative;
		height: auto;
		margin-left: 5%;
		height: 0px;

	}

	.navbar-default .navbar-nav > li:last-child {
		margin-right: 10px;
	}

	.navbar-default .navbar-nav > li:first-child {
		margin-top: 0px;
	}

	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
		background-color: transparent;
		color: #0056a2;
	}

	.nav > li.mobile_only {
		display: none;
	}

	ul.sub_menu {
		list-style-type: none;
		background-color: #fff3e4;
		display: none;
	}

	ul.sub_menu li {
		display: block;
	}

	ul.sub_menu a {
		color: #0056a2;
		padding-top: 5px;
		padding-bottom: 5px;
		display: block;
		font-family: SofiaProRegular;
		text-transform: none;
		font-size: 15px;
		letter-spacing: none;
	}

	.link-bar .link-bar-elem {
		margin-bottom: 1px;
		border-bottom: 1px solid #001526;
		font-size: 1.16em;
		list-style-type: none;
	}

	.link-bar .link-bar-link:after {
		float: right;
		font-family: FontAwesome;
		content: '\f105';
	}

	.link-bar .link-container {
		margin: 0;
		padding: 0;
		border-top: 1px solid #001526;
	}

	.link-bar {
		display: block;
	}

	.link-bar .link-bar-link {
		display: block;
		line-height: 3em;
		color: #091326;
		text-decoration: none;
		overflow: hidden;
		vertical-align: middle;
		margin: 0 1em;
	}

	.carousel {
		display: block;
	}

	#slideshow-main li {
		height: auto;
	}

	footer {
		z-index: 999;
		position: relative;
	}

	header .container {
		padding-top: 10px
	}

	.jcarousel-skin-tango {
		position: absolute;
		background: transparent;
		z-index: 1;
	}

	#slideshow-carousel li a {
		visibility: hidden;
	}

	.offer {
		display: none;
	}

	.navbar-collapse.collapse {
		margin-top: 60px;
		overflow: hidden;
		margin-left: 0px;
	}

	#navbar-brand-centered {
		padding-left: 0px;
	}

	.categories .col-md-4 {

		width: 48%;
		margin: 0 auto;
		margin-bottom: 10px;
		float: left;
		margin-right: 4px;
		margin-left: 2px;
	}

	.categories .col-md-4 img {
		margin: 0 auto;
		display: block;
		max-width: 100%;
	}

	.categories .col-md-4 a.categ_title {
		max-width: 200px;
	}

	.categories .col-md-4:nth-child(3n) {
		margin: 0 auto;
		margin-bottom: 10px;
	}

	.products .col-md-4 {
		width: 50%;
		margin: 0 auto;
		margin-bottom: 10px;
	}

	.products .col-md-4 img {
		margin: 0 auto;
		display: block;
		max-width: 100%;
	}

	.products .col-md-4:nth-child(3n) {
		margin: 0 auto;
		margin-bottom: 10px;
	}

	.categ_header {
		max-width: 100%;
	}

	.sidebar {
		padding-left: 15px;
	}

	.content_left .title {
		padding-left: 15px;
	}

	.styled-select_long, .styled-select {
		margin: 0 auto;
		margin-bottom: 15px;
	}

	.pagination {
		float: none;
		margin: 0 auto;
		display: block;
		text-align: center;
	}

	.pagination li {
		text-align: center;
	}

	.pagination > li > a {
		float: none;
	}

	.navbar-nav {
		margin: 0;
	}

	.navbar-toggle {

		background-color: #01AFEC;
	}

	.related .col-md-3 {
		border: 1px solid #dadada;
		padding: 0px;
		margin: 0 auto;
		width: 90%;
		margin-bottom: 20px;
	}

	.related .col-md-3 img {
		margin: 0 auto;
		display: block;
	}

	.related a.more_link {
		max-width: 200px;
	}

	.related .col-md-3:last-child {
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.product_title, .related_title {

		padding-left: 20px;
	}

	.carousel-inner > .item > img {
		margin: 0 auto;
	}

	#slider-thumbs {
		margin-bottom: 20px;
	}

	.header_img {
		margin: 0 auto;
		display: block;
	}

	a.add_to_cart, a.wishlist {
		max-width: 100%;
		margin: 0 auto;
		margin-bottom: 10px;
		margin-top: 15px;
	}

	ul.footer_menu {
		float: none;
		display: inline-block;
	}

	p.widget_title {
		text-align: center;
		padding-left: 0;
	}

	form.newsletter {
		margin: 0 auto;
		max-width: 283px;
	}

	.home {
		visibility: hidden;
	}

	.newsletter input[type=text], .newsletter input[type=mail] {
		width: 135px;
	}

	.footer-bottom .col-md-4:first-child
	{
		text-align: center;
		margin-bottom: 15px;
	}

	.footer-bottom .col-md-4:last-child img
	{
		float: none;
		margin-bottom: 15px;
	}

	.footer-bottom .col-md-4:last-child
	{
		margin-top: 15px;
	}
}

@media screen and (max-width: 768px) {
	.main_content
	{
		padding-top: 0;
		/*padding-bottom: 0;*/
	}

	#mobile_search .second_bar_right {
		width: 100%;
	}

	.navbar .navbar-nav {
		padding-top: 0px;
	}

	.navbar .navbar-right {
		padding-top: 0px;
	}

	.navbar-collapse.collapse {
		margin-top: 35px;
	}

	.navbar-default .navbar-nav > li > a {
		text-transform: capitalize;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 35px;
		font-size: 17px;
	}

	.navbar-default .navbar-nav > li > a.account {
		background: url(../img/accountb.png) no-repeat left center;
		padding-left: 35px;
		padding-right: 25px;
	}

	.navbar-default .navbar-nav > li > a.wish {
		background-image: url(../img/wishb.png);
		background-repeat: no-repeat;
		padding-left: 35px;
		padding-right: 25px;
	}

	.navbar-default .navbar-nav > li > a.cart {
		background-image: url(../img/cartb.png);
		background-repeat: no-repeat;
		padding-left: 35px;
		padding-right: 25px;
		background-position: 1% 50%;
	}
	
	.navbar-default .navbar-nav > li > a.party{
		background-image: url(../img/partyb.png);
		background-repeat: no-repeat;
		padding-left: 35px;
		padding-right: 25px;
	}
	
	.navbar-default .navbar-nav > li > a.storefinder {
		background-image: url(../img/locateb.png);
		background-repeat: no-repeat;
		padding-left: 35px;
		padding-right: 25px;
		background-position: center left;
	}
	
	.mobile_only .cart .basket-quantity{
		line-height: 14px; border-color: #fff3e4; left: 15px;
	}

	.categories .col-md-4:nth-child(3n) {
		margin-right: 4px;
		margin-left: 2px;
	}

	span.price {
		position: relative;
		float: left;
	}

	header .container {
		padding-bottom: 0px;
	}

	.mobile_home {
		padding-top: 10px;
	}

	#search {
		width: 100%;
	}

	input#keyword {
		width: 87%;
	}

	footer .footer-above {
		display: none;
	}

	.footer-bottom {
		margin-top: 0px;
	}

	footer .footer-below {
		padding: 10px 0;
	}

	.navbar-brand-centered {
		position: absolute;
		left: 10%;
		display: block;
		width: 291px;
		text-align: center;
		margin-top: -100px;
	}

	#second_bar {
		display: none;
	}

	.top_left .top_left_link {
		display: none;
	}

	.navbar > .container .navbar-brand-centered img, .navbar > .container-fluid .navbar-brand-centered img {
		max-width: 100%;
	}

	.navbar > .container .navbar-brand-centered, .navbar > .container-fluid .navbar-brand-centered {
		margin-left: 100px;
		width: 50%;
		max-width: 200px;
		left: 20%;
		margin-top: -67px;
	}

	ul.top_bar_menu li a.location {
		background-image: url(../img/locate.png);
		background-repeat: no-repeat;
		padding-top: 5px;
		margin-right: 5px;
		padding-left: 30px;
		padding-bottom: 15px;
		background-position: center center;
	}


	ul.top_bar_menu li a.account
	{
		background-size: 23px;
		padding-top: 20px;
		padding-bottom: 15px;
		padding-left: 15px;
		padding-right: 25px;
	}

	ul.top_bar_menu li a.cart
	{
		background-size: 23px;
		padding: 20px 23px 14px 13px;
	}

	ul.top_bar_menu li a.location
	{
		padding-top: 5px;
	}

	.navbar-toggle {
		float: left;
		margin-left: 0px;
		margin-right: 0px;
		background-color: #0056a2;
	}

	.mobile_section {
		display: block;
	}

	.navbar-toggle .icon-bar {
		background-color: #fff;
	}

	.products a.prod_title
	{
		border: none;
	}

	.products .info span.price
	{
		bottom: auto;
		position: relative;
	}

	.products .info .new_price
	{
		bottom: auto;
		position: relative;
	}

	.products .info .old_price
	{
		bottom: auto;
		position: relative;
		left: 6%;
		float:left;
		padding-top:2px;
	}

	.products a.more_link
	{
		position: relative;
		bottom: auto;
		right: auto;
	}

	.product_images #slider
	{
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.related .col-md-3 {
		overflow: hidden;
		border: none;
		border-bottom: 1px solid #ccc;
		margin: 0;
		padding:15px;
	}

	.related .col-md-3 .image {
		float: left;
	}

	.related span.price {
		text-align: left;
	}

	.related .prod_title {
		text-align: left;
	}

	.related .col-md-3 .info {
		text-align: left;
		float: left;
		padding-top: 0px;
	}

	.related a.more_link {
		float: left;
	}

	.categories .col-md-4:nth-child(3n) {
		margin: 0 auto;
		margin-bottom: 10px;
	}

	.widget_footer {
		display: none;
	}

	.products .col-md-4 {
		width: 100%;
		overflow: hidden;
		border: none;
		border-bottom: 1px solid #ccc;
		height: auto;
	}

	.related .col-md-3 {
		width: 100%;
		overflow: hidden;
		border: none;
		border-bottom: 1px solid #ccc;
	}

	.related .col-md-3 .image {
		max-width: 35%;
	}

	.related .col-md-3 img {
		width: 100%;
	}

	.products .col-md-4 .image {
		float: left;
		/*max-*/width: 35%;
	}

	.products .image img {
		border: none;
		height: auto;
	}

	a.more_link {
		float: left;
		clear: both;
		margin-top: 10px;
		position: relative;
	}

	.info {
		padding-top: 0px;
	}

	.footer-bottom .col-md-4:first-child {
		display: none;
	}

	/*.footer-bottom .col-md-4:last-child {
		display: none;
	}*/

	.record-count {
		display: block;
		font-weight: 700;
	}

	.category {
		display: none;
	}

	.pagination {
		display: none;
	}

	.mobile-filters {
		color: #4c4c4c;
		background: #fff;
		border: 1px solid #999;
		display: block;
		float: right;
		font-family: SofiaProRegular;
	}

	.mobile-filters-off {
		color: #4c4c4c;
		background: #fff;
		border: 1px solid #999;
		display: block;
		float: right;
		margin-top: 3px;
		margin-right: 3px;
		padding-top: 5px;
		font-family: SofiaProRegular;
	}

	.sidebar {
		display: none;
	}

	.page-list {
		text-align: center;
	}

	.page-list a {
		color: #595959;
		background: #fff;
		border: 1px solid #999;
		padding: 7px 5px 3px;
		text-transform: uppercase;
		font-family: SofiaProRegular;
	}

	.page-list a:hover {
		text-decoration: none;
	}

	.page-list li {
		display: inline-block;
		margin-right: 20px;
	}

	.previouspage .page-select-link:before {
		font-family: FontAwesome;
		content: '\f053';
		display: inline-block;
		font-size: 13px;
		visibility: visible;
		margin-right: .25em;
	}

	.nextpage .page-select-link:after {
		font-family: FontAwesome;
		content: '\f054';
		display: inline-block;
		font-size: 13px;
		visibility: visible;
		margin-left: .25em;
	}

	.navbar-default .navbar-nav > li {
		padding-top: 3px;
		padding-bottom: 3px;
		border-bottom: 1px solid #d8cec1;
	}

	.navbar-default .navbar-nav li:first-child {
		margin-top: 0px;
	}

	.product_images {
		padding-right: 0px;
	}

	a.add_to_cart, a.wishlist {
		padding-top: 7px;
		padding-bottom: 7px;
		font-size: 17px;
	}

}

@media screen and (max-width: 610px) {
	.navbar-brand-centered {
		position: relative;
		margin: 0 auto;
		display: block;
		max-width: 291px;
		width: 100%;
		left: 10%;
		text-align: center;
		margin-top: 0px;
		height: auto;
	}

	.navbar-brand-centered img {
		max-width: 100%;
	}

	.navbar > .container .navbar-brand-centered, .navbar > .container-fluid .navbar-brand-centered {
		left: 10%;
	}
}

@media screen and (max-width: 570px) {

	.navbar > .container .navbar-brand-centered, .navbar > .container-fluid .navbar-brand-centered {
		left: 10%;
		width: 150px;
		margin-top: -55px;
	}
}

@media screen and (max-width: 475px) {

	ul.top_bar_menu li
	{
		margin-top: 10px;
	}

	ul.top_bar_menu li a.account
	{
		background-size: 23px;
		padding-top: 20px;
		padding-bottom: 15px;
		padding-left: 15px;
		padding-right: 25px;
	}

	ul.top_bar_menu li a.cart
	{
		background-size: 23px;
		padding: 20px 23px 14px 13px;
	}

	ul.top_bar_menu li a.location
	{
		padding-top: 5px;
	}



	.navbar > .container .navbar-brand-centered, .navbar > .container-fluid .navbar-brand-centered {
		left: 5%;
		width: 150px;
		margin-top: -53px;
	}

	.categories .col-md-4 {
		width: 90%;
		margin: 0 auto;
		float: none;
		margin-bottom: 10px;
	}

	.navbar .navbar-nav.navbar-right{
		padding-top: 0;
	}

	.navbar
	{
		min-height:50px;
	}

}

.carousel-indicators {
	bottom: -10px;
}


@media screen and (max-width: 768px) {
	.mobile_responsive > .container .navbar-brand-centered, .mobile_responsive > .container-fluid .navbar-brand-centered
	{
		margin-top: 15px;
	}
	
	.mobile_responsive {
		position: absolute;
		z-index: 9999;
		display: block;
		max-width: 100%;
		top: -35px;
		width: 100%;
		background: rgba(0,0,0,0.25);
		padding: 0;
	}
	
	.mobile_responsive  #navbar-brand-centered{
	border-right: 1px solid #d8cec1;
	min-height: 3000px;
	width: 260px;
	background: #fff3e4;
	}
	
	.mobile_responsive .navbar-nav > li{margin-right: 0px !important;}

	.mobile_responsive .navbar-brand{display: none;}

	.mobile_responsive .cloud{ display: block;}
	
	@-webkit-keyframes cloud-background-slide {
    0% { background-position: 0}
    100% {background-position: 1100px}
	}
	
	@keyframes cloud-background-slide {
		0% {background-position: 0}
		100% {background-position: 1500px}
	}
	.cloud {
		display: none;
		-webkit-animation:cloud-background-slide 60s infinite linear;
		animation:cloud-background-slide 60s infinite linear;
		background:#fff3e4 url(data:image/png;base64,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) repeat-x;
		height:48px;
		width:100%;
	}
	
	.close_menu {
		display: block;
		float: right;
		margin: 5px;
		z-index: 999999;
		background: #fff3e4;
		font-size: 36px;
		padding: 0px;
		line-height: 36px;
		border-radius: 36px;
		color: #0056a2;
	}
	
	.nav > li{ background: #fff;}
	.nav > li.mobile_only {
		display: block;
		background: #fff3e4;
	}
	.mobile_responsive .opacityClose{display: block;}
	
	.hidden-xs{ display: none;}
}

.clear {
	clear: both;
}

button {
	border: none;
	background-color: #ccc;
	color: #4c4c4c;
}

.open_menu_parent{
	background-color: #fff3e4;
}

.open_menu {
	float: right;
	z-index: 999999;
	position: relative;
	top: -33px;
	margin-right: 20px;
}

#top_bar .col-md-12, #second_bar .col-md-12 {
	padding-left: 0px;
	padding-right: 0px;
}

.navbar-default .navbar-right > li:nth-child(3) {
	margin-right: 0px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait){

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-collapse.in {
		display: block !important;
	}

	.navbar-nav {
		float: none;
	}

	.navbar-nav > li {
		display: block;
		float: none;
	}

	.navbar-right {
		float: none !important;
	}
	
	.mobile_responsive  #navbar-brand-centered{ margin-left: -10px;}
	.mobile_responsive .opacityClose{display: block;}
}

[data-plenty-checkout-form="customerLogin"] .form-control {
	height: 45px;
}

span.basket-quantity {
	position: absolute;
	background-color: #ee365d;
	color: #FFF;
	font-size: 12px;
	text-indent: initial;
	border: 2px solid #0056a2;
	top: 2px;
	right: 5px;
	border-radius: 10px;
	width: 20px;
	height: 20px;
	padding-right: 1px;
	text-align: center;
}

/*iphone 5 hacks */
@media screen and (device-aspect-ratio: 40/71)
{
	input#keyword {
		width: 85%;
	}

	.navbar > .container .navbar-brand-centered, .navbar > .container-fluid .navbar-brand-centered {
		left: 0;
	}

	ul.top_bar_menu li a.account
	{
		background-size: 23px;
		padding-top: 20px;
		padding-bottom: 15px;
		padding-left: 15px;
		padding-right: 25px;
	}

	ul.top_bar_menu li a.cart
	{
		background-size: 23px;
		padding: 24px 23px 14px 13px;
	}
}

.opacityClose{
			background: rgba(0,0,0,0.25);
			position: absolute;
			left: 260px;
			top: 0;
			display:none;
			width: 100%; height: 100%;
		}

.main_content p > a, .main_content div.p > a{ color: #0056a2;}
.main_content p > a:hover, .main_content div.p >a:hover{ color: #01afec;}
.cta-btn{
background-color: #0056a2;
    border: 1px solid #0056a2;
    border-radius: 3px;
    color: #fff;
    font-family: SofiaProSemiBold;
    font-size: 15px;
    font-weight: 400;
    padding: 5px 40px;
    text-align: center;
    text-transform: uppercase;
	margin-top: 10px; 
	display: inline-block;}