/* ****************************************************************************
		RESET / GENERAL
**************************************************************************** */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
	border: 0;
	outline: 0;
}

article,
aside,
figure,
figure img,
hgroup,
footer,
header,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit
}

del,
ins {
	text-decoration: none
}

caption,
th {
	text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%
}

q:before,
q:after {
	content: ''
}

abbr,
acronym {
	border: 0;
	font-variant: normal
}

sup {
	vertical-align: baseline
}

legend {
	color: #000
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit
}

input,
button,
textarea,
select {
	font-size: 100%
}

.clearfix:before,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}

.clearfix:after {
	clear: both
}

.clearfix {
	zoom: 1
}

ol,
ul {
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

.floatright {
	float: right
}

article,
aside,
figure,
figure img,
hgroup,
footer,
header,
nav,
section {
	display: block;
}

a img {
	border: 0;
}

:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: none;
}

img,
embed,
object,
video {
	max-width: 100%
}

.hide {
	display: none
}

.clear {
	clear: both
}

td.unit,
td.td_last {
	white-space: nowrap
}

html {
	color: #000;
}

body {
	background: #FFF;
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	line-height: 1;
	color: #333;
	font-family: 'Source Sans Pro', Arial;
	overflow: hidden;
}

body,
td,
th,
input,
textarea,
select,
a {
	font-size: 12px;
}

h1,
.welcome {
	font-family: 'Gochi Hand', Times;
	font-size: 28px;
	color: #205e75;
	font-weight: normal;
	float: left;
	width: 100%;
	text-align: left;
	background: url(../image/title_prod_list.png) repeat-x right center;
	margin-top: 20px;
}

h1 span,
.welcome span {
	background: #e9f5fa;
	float: left;
	padding-right: 20px
}

h2 {
	font: 18px 'Source Sans Pro', Arial;
	color: #205E75;
	font-weight: 600;
	border-bottom: 1px solid #BDE2EA;
	margin-bottom: 18px;
	margin-top: 15px;
}

h3 {
	font: 16px 'Source Sans Pro', Arial;
	color: #205E75;
	font-weight: 600;
	border-bottom: 1px solid #BDE2EA;
	margin-bottom: 3%;
}

h4 {
	font: 14px 'Source Sans Pro', Arial;
	color: #205E75;
	font-weight: 600;
	border-bottom: 1px solid #BDE2EA;
	margin-bottom: 3%;
}

p {
	margin-top: 0;
	margin-bottom: 2.5%;
	line-height: 20px;
	font-size: 14px;
}

a,
a:visited,
a:link,
a b {
	color: #1A4A5C;
	font-family: 'Source Sans Pro', Arial;
	font-size: 14px;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

a:hover {
	color: #187da0;
}

a.large_button,
a.medium_button {
	color: #8a5c00 !important;
}

form {
	padding: 0;
	margin: 0;
	display: inline;
}

input[type='text'],
input[type='password'],
textarea {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 4px;
	border: 1px solid #d3ae66;
	border-radius: 8px;
	width: 97.5%;
	min-width: 300px;
	line-height: 26px;
	height: 28px;
	padding: 0 6px;
	overflow: hidden;
	background: #fef7e9;
	background: -webkit-gradient(linear, left top, left bottom, from(#fdedce), to(#fef7e9));
	background: -moz-linear-gradient(top, #fdedce, #fef7e9);
	background: -ms-linear-gradient(top, #fdedce, #fef7e9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdedce', endColorstr='#fef7e9');
	font-size: 14px;
}

.login-content input[type='text'],
.login-content input[type='password'] {
	min-width: 0;
	width: 95%;
}

.searchinput {
	width: 50% !important;
	margin-top: 10px !important;
}

.options input[type='text'],
.options textarea {
	width: 96%;
	min-width: 200px;
}

.one-half input[type='text'],
.one-half input[type='password'],
.one-half textarea,
.one input[type='text'],
.one input[type='password'],
.one textarea {
	width: 100%;
}

input.smallerinput {
	width: 100px;
	min-width: 100px;
}

textarea {
	min-height: 200px;
}

select {
	background: #f9ca6b;
	background: -webkit-gradient(linear, left top, left bottom, from(#fdeec3), to(#f9ca6b));
	background: -moz-linear-gradient(top, #fdeec3, #f9ca6b);
	background: -ms-linear-gradient(top, #fdeec3, #f9ca6b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdeec3', endColorstr='#f9ca6b');
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
	-moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
	box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
	font-family: 'Source Sans Pro', Arial;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	padding: 0 20px;
	text-shadow: #ffffff 0 1px 0;
	color: #8a5c00;
	border: 1px solid #e8aa2f;
	line-height: 22px;
	font-size: 14px;
	font-weight: 600;
	height: 29px;
}

.checkout select.flat {
	background: #FFF;
	height: auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-align: left;
	padding: 0;
	text-shadow: none;
	color: #333;
	border: 1px #666 solid;
	line-height: normal;
	font-size: 13px;
	font-weight: normal;
}

label {
	cursor: pointer;
}

.blockquote,
p.blockquote {
	padding: 3% 6%;
	background: #bee3ea;
	background: -webkit-gradient(linear, left top, left bottom, from(#d5edf6), to(#bee3ea));
	background: -moz-linear-gradient(top, #d5edf6, #bee3ea);
	background: -ms-linear-gradient(top, #d5edf6, #bee3ea);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5edf6', endColorstr='#bee3ea');
	border: 1px dashed #3393B8;
	border-radius: 10px;
	color: #133845;
	font-style: italic
}

.greenrect ul,
.greenrect2 ul,
.tab-content ul {
	padding-left: 3%;
	margin-bottom: 2%;
}

.greenrect ul li,
.tab-content ul li {
	padding-left: 3%;
	line-height: 22px;
}

.greenrect2 ul li {
	padding-left: 3%;
	line-height: 22px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.ml {
	margin-left: 15px;
}

.mr {
	margin-right: 15px;
}

.selectBox-dropdown {
	position: relative;
	border: solid 1px #D3AE66;
	text-decoration: none;
	text-align: left;
	color: #895c00;
	outline: none;
	vertical-align: middle;
	border-radius: 10px;
	cursor: pointer;
	font-size: 13px;
	height: 26px;
	background: #f9ca6b;
	background: -webkit-gradient(linear, left top, left bottom, from(#fdeec3), to(#f9ca6b));
	background: -moz-linear-gradient(top, #fdeec3, #f9ca6b);
	background: -ms-linear-gradient(top, #fdeec3, #f9ca6b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdeec3', endColorstr='#f9ca6b');
}

.searchp .selectBox-dropdown {
	margin-top: -5px;
}

.searchp {
	margin-top: 60px;
}

.searchp2 {
	margin-left: 45px;
}

.selectBox-dropdown span.selectBox-label {
	background: none;
	padding: 0 0 0 10px;
	float: left;
	font-style: normal;
	font-family: Source sans Pro;
	line-height: 25px;
	height: 26px;
	color: #895C00;
}

.selectBox-dropdown .selectBox-label {
	padding: 2px 8px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
}

.selectBox-dropdown .selectBox-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 23px;
	height: 100%;
	border-left: solid 1px #BBB;
	color: #895c00;
}

.selectBox-dropdown .selectBox-arrow:hover {
	color: #895c00;
}

.selectBox-arrow:before {
	display: inline-block;
	padding-left: 7px;
	padding-top: 3px;
	font-family: FontAwesome;
	content: "\f0d7";
}

.selectBox-options,
.selectBox-options li,
.selectBox-options li a {
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
	margin: 0;
}

.selectBox-dropdown-menu {
	position: absolute;
	z-index: 99999;
	max-height: 200px;
	min-height: 1em;
	border: solid 1px #BBB;
	background: #FFF;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	overflow: auto;
}

.selectBox-options,
.selectBox-options li,
.selectBox-options li a {
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
	margin: 0;
}

.selectBox-options li a {
	line-height: 25px;
	padding: 0 0 0 10px;
	white-space: nowrap;
	overflow: hidden;
	background: url(../image/123.png) no-repeat 7px center;
	font-family: Source Sans Pro;
	font-size: 13px;
	color: #895C00;
}

.selectBox-options li.selectBox-hover a {
	color: #c30;
	cursor: pointer;
}

.one-half {
	width: 47.8%;
	float: left;
	display: block;
	margin-right: 20px;
}

.last {
	margin-right: 0;
}

.one {
	width: 98%;
	clear: both;
}

/* ****************************************************************************
		BUTTONS
**************************************************************************** */

.submit {
	float: left;
	text-align: center;
	clear: none;
	margin-bottom: 0
}

a.button,
input.button,
input[type='button'],
.post_item .short_content+.short_content a {
	background: #f9ca6b;
	background: -webkit-gradient(linear, left top, left bottom, from(#fdeec3), to(#f9ca6b));
	background: -moz-linear-gradient(top, #fdeec3, #f9ca6b);
	background: -ms-linear-gradient(top, #fdeec3, #f9ca6b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdeec3', endColorstr='#f9ca6b');
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
	-moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
	box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
	font-family: 'Source Sans Pro', Arial;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	padding: 0 20px;
	text-shadow: #ffffff 0 1px 0;
	color: #8a5c00;
	border: 1px solid #e8aa2f;
	line-height: 22px;
	font-size: 14px;
	font-weight: 600;
	height: 29px;
	transition: background .2s;
}

a.button,
.post_item .short_content+.short_content a {
	padding: 5px 20px;
}

a.button:hover,
input.button:hover,
input.hover,
.post_item .short_content+.short_content a:hover {
	text-shadow: #ffffff 0 1px 0;
	background: #f5b128;
	background: -webkit-gradient(linear, left top, left bottom, from(#fef2cb), to(#f5b128));
	background: -moz-linear-gradient(top, #fef2cb, #f5b128);
	background: -ms-linear-gradient(top, #fef2cb, #f5b128);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fef2cb', endColorstr='#f5b128');
	color: #8a5c00;
}

.buttons {
	overflow: auto;
	height: 40px;
	padding-top: 10px;
	margin-bottom: 20px;
}

.buttons .left {
	float: left;
	text-align: left;
}

.buttons .right {
	float: right;
	text-align: right;
}

.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.htabs {
	height: 30px;
	line-height: 16px;
	width: 100%;
	border-bottom: 1px solid #ADD4E2;
}

.htabs a {
	border: 1px solid #ADD4E2;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	padding: 7px 15px 6px 15px;
	float: left;
	color: #205E75;
	font-size: 16px;
	font-family: 'Source Sans Pro', Arial;
	font-weight: 400;
	text-align: center;
	margin-right: 2px;
	display: none;
	background: #e2f2f9;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2f2f9));
	background: -moz-linear-gradient(top, #ffffff, #e2f2f9);
	background: -ms-linear-gradient(top, #ffffff, #e2f2f9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9ca6b');
}

.htabs a.selected {
	padding-bottom: 7px;
	border-bottom: none;
}

.tab-content {
	float: left;
	width: 96%;
	padding: 2.5%;
	border-left: 1px solid #ADD4E2;
	z-index: 2;
}


/* ****************************************************************************
		LAYOUT
**************************************************************************** */

.snap-drawers {
	visibility: hidden;
}

#pre-container {
	width: 100%;
	height: auto;
	background: #e9f5fa url(../image/bg-texture.png) repeat-x top center;
}

#container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#column-left {
	float: left;
	width: 220px;
	padding-top: 30px;
}

#column-right {
	float: right;
	width: 220px;
	padding-top: 30px;
}

#content {
	min-height: 400px;
	/*margin-top:65px;*/
	padding: 0;
	padding-bottom: 50px;
	position: relative;
	z-index: 1;
}

#column-left+#column-right+#content,
#column-left+#content {
	margin-left: 240px;
}

#column-right+#content {
	margin-right: 240px;
}


/* ****************************************************************************
		HEADER
**************************************************************************** */

#header {
	width: 100%;
	height: 172px;
	position: relative;
}

#header #logo {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}

#header_right {
	float: right;
	width: 60%;
	height: auto;
	font-family: 'Source Sans Pro', Arial;
	font-size: 14px;
}

#currency,
#language {
	float: right;
	margin-top: 15px;
}

#currency ul,
#language ul {
	float: left;
	margin-left: 10px;
	border: 1px solid #B3B3B3;
	border-radius: 10px;
	overflow: hidden;
}

#currency ul li,
#language ul li {
	float: left;
	height: 28px;
	line-height: 28px;
	background: #e7e7e7;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e7e7e7));
	background: -moz-linear-gradient(top, #f2f2f2, #e7e7e7);
	background: -ms-linear-gradient(top, #f2f2f2, #e7e7e7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#e7e7e7');
	width: 30px;
	text-align: center;
	border-right: 1px solid #B3B3B3;
	border-left: 1px solid #fff;
}

#currency ul li a,
#language ul li a {
	color: #808080;
	font: 14px 'Source Sans Pro', Arial;
	font-weight: 400;
	text-transform: uppercase;
}

#currency ul li.last_item,
#language ul li.last_item {
	border-right: none;
}

#currency ul li.first_item,
#language li.first_item {
	border-left: none;
}

#currency ul li a.selected,
#language ul li a.selected {
	color: #333000
}

#currency ul li a:hover,
#language ul li a:hover {
	color: #333000;
	cursor: pointer
}

#header #search,
.m-center #search {
	text-align: right;
	margin: 8px 0 0;
	float: right;
	border-radius: 10px;
	width: 350px;
	clear: both;
	height: 29px;
	background: #fef7e8;
	background: -webkit-gradient(linear, left top, left bottom, from(#fdeed0), to(#fef7e8));
	background: -moz-linear-gradient(top, #fdeed0, #fef7e8);
	background: -ms-linear-gradient(top, #fdeed0, #fef7e8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdeed0', endColorstr='#fef7e8');
	border: 1px solid #d3ae66;
	border-radius: 6px;
	overflow: hidden
}

.m-center #search {
	height: 26px;
	margin-top: 0 !important;
	border: 1px solid #333333;
	background: #E1F2F9;
}

#header .button-search,
.m-center .button-search {
	float: right;
	width: 32px;
	height: 29px;
	padding-top: 7px;
	text-align: center;
	color: #8a5c00;
	background: #f9ca6b;
	background: -webkit-gradient(linear, left top, left bottom, from(#fdeec3), to(#f9ca6b));
	background: -moz-linear-gradient(top, #fdeec3, #f9ca6b);
	background: -ms-linear-gradient(top, #fdeec3, #f9ca6b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdeec3', endColorstr='#f9ca6b');
	border-left: 1px solid #d3ae66;
	border-right-top-radius: 6px;
	border-right-bottom-radius: 6px;
	cursor: pointer;
}

.m-center .button-search {
	height: 25px;
	padding-top: 6px;
	-moz-box-shadow: inset 0px 1px 0px 0px #2e7e99;
	-webkit-box-shadow: inset 0px 1px 0px 0px #2e7e99;
	box-shadow: inset 0px 1px 0px 0px #2e7e99;
	background: #246980;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #246980), color-stop(1, #1b4e61));
	background: -moz-linear-gradient(center top, #246980 5%, #1b4e61 100%);
	background: -ms-linear-gradient(top, #246980, #1b4e61);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#246980', endColorstr='#1b4e61');
	border-left: 1px solid #333333 !important;
	color: #FFF;
	text-shadow: none;
}

#header #search input {
	margin: 0;
	font-size: 14px;
	color: #666;
	border: none;
	height: 29px;
	line-height: 30px;
	padding: 0px;
	min-width: 310px;
	width: 310px;
}

#header #cart {
	clear: both;
	float: right;
	position: relative;
	z-index: 30;
	min-width: 350px;
}

#header #cart .heading {
	background: #bfcf0a;
	background: -webkit-gradient(linear, left top, left bottom, from(#d6e063), to(#bfcf0a));
	background: -moz-linear-gradient(top, #d6e063, #bfcf0a);
	background: -ms-linear-gradient(top, #d6e063, #bfcf0a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6e063', endColorstr='#bfcf0a');
	float: right;
	width: 350px;
	font-weight: normal;
	clear: both;
	padding: 0;
	border: 1px solid #8e9a00;
	border-radius: 5px;
	margin-top: 10px;
	height: 29px;
	line-height: 31px;
	overflow: hidden
}

#header #cart .heading .cart_top_in {
	float: left;
	min-width: 317px;
	line-height: 29px;
	font-size: 1em;
	cursor: pointer;
}

#header #cart .heading h4 {
	font: 14px 'Source Sans Pro', Arial;
	color: #333000;
	font-weight: normal;
	float: left;
	font-style: normal;
	padding-left: 10px;
	line-height: 29px;
	position: relative;
	margin-bottom: 0;
	border-bottom: none;
}

#header #cart .heading a {
	color: #333000;
	text-decoration: none;
}

#header #cart .heading a span {
	float: right;
	padding-right: 10px;
	color: #474D00;
	font-size: 12px;
	font-family: 'Source Sans Pro', Arial;
}

#header .button-cart {
	float: right;
	width: 32px;
	height: 29px;
	padding-top: 0px;
	text-align: center;
	color: #474D00;
	border-left: 1px solid #8e9a00;
	cursor: pointer;
}

#header #cart .content {
	display: none;
	position: absolute;
	float: right;
	clear: both;
	width: 362px;
	background: #fffef7;
	border-radius: 8px;
	border: 1px solid #E8AA2F;
	padding: 6%;
	top: 41px;
	box-shadow: 0px 0px 3px #999;
	-webkit-box-shadow: 0px 0px 3px #999;
	-moz-box-shadow: 0px 0px 3px #999;
	right: 0px;
}

#header #cart.active .content {
	display: block;
}

.mini-cart-info table {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.mini-cart-info td {
	vertical-align: middle;
	padding: 0 2px;
}

.mini-cart-info td.name {
	text-align: left;
}

.mini-cart-info .image {
	max-width: 55px;
	max-height: 55px;
	display: block;
}

.mini-cart-info .image img {
	max-height: 50px;
	max-width: 50px;
	border: 1px solid #EEEEEE;
	text-align: left;
}

.mini-cart-info .quantity {
	text-align: right;
}

.mini-cart-info td.total {
	text-align: right;
}

.mini-cart-info .remove {
	text-align: right;
}

.mini-cart-info .remove img {
	cursor: pointer;
}

.mini-cart-total {
	text-align: right;
	border-top: 1px dashed #f5a100;
	padding-top: 10px;
	line-height: 25px;
	font-size: 12px;
}

.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
	width: auto;
}

.mini-cart-total td {
	line-height: 25px;
	padding: 4px;
}

.mini-cart-total tr.last_item td {
	color: #133845;
	padding-top: 20px;
	font-size: 15px;
	font-weight: bold;
}

#header #cart .checkout {
	float: right;
	text-align: right;
	clear: both;
}

#header #cart .empty {
	padding-top: 30px;
	text-align: center;
}

#header #bottom_right {
	clear: both;
	text-align: right;
	margin-top: 15px;
	line-height: 22px;
	margin-right: 10px;
	float: right;
	width: 100%;
}

#header #welcome {
	padding-top: 2px;
	font-size: 12px;
	font-family: 'Source Sans Pro', Arial;
	float: left;
	margin-bottom: 0;
}

#header #welcome a {
	color: #1A4A5C;
	text-decoration: none;
	font-weight: 600;
	font-size: 12px;
}

#header .links {
	position: absolute;
	right: 0px;
	bottom: 9px;
	padding-right: 10px;
}

#header .links a {
	font-family: 'Source Sans Pro', Arial;
	font-weight: 600;
	float: left;
	display: block;
	padding: 0px 0px 0px 5px;
	text-decoration: none;
	font-size: 12px;
	color: #1A4A5C;
}

#header .links a+a {
	margin-left: 4px;
}


/* ****************************************************************************
		MENU
**************************************************************************** */

.mobile_menu {
	display: none;
	position: fixed;
	width: 100%;
	height: 38px;
	z-index: 1001;
	border-bottom: 1px solid #fff;
	background-color: #205e75;
}

.mobile_menu .button {
	-moz-box-shadow: inset 0px 1px 0px 0px #2e7e99;
	-webkit-box-shadow: inset 0px 1px 0px 0px #2e7e99;
	box-shadow: inset 0px 1px 0px 0px #2e7e99;
	background: #246980;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #246980), color-stop(1, #1b4e61));
	background: -moz-linear-gradient(center top, #246980 5%, #1b4e61 100%);
	background: -ms-linear-gradient(top, #246980, #1b4e61);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#246980', endColorstr='#1b4e61');
	border: 1px solid #333333;
	color: #FFF;
	text-shadow: none;
	text-transform: uppercase;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-weight: 200;
}

.mobile_menu .button:hover {
	-moz-box-shadow: inset 0px 1px 0px 0px #2e7e99;
	-webkit-box-shadow: inset 0px 1px 0px 0px #2e7e99;
	box-shadow: inset 0px 1px 0px 0px #2e7e99;
	background: #246980;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #246980), color-stop(1, #1b4e61));
	background: -moz-linear-gradient(center top, #246980 5%, #1b4e61 100%);
	background: -ms-linear-gradient(top, #246980, #1b4e61);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#246980', endColorstr='#1b4e61');
	color: #FFF;
	text-shadow: none;
	font-weight: 200;
}

.mobile_menu .right {
	float: right;
	padding-right: 3px;
	width: 11%;
	margin-top: 8px;
	background-color: #205e75;
}

.mobile_menu .left {
	float: left;
	padding-left: 3px;
	width: 11%;
	margin-top: 8px;
	background-color: #205e75;
}

.mobile_menu .m-center {
	float: left;
	display: block;
	padding-top: 5px;
	height: 32px;
	width: 48.7111918%;
	background-color: #205e75;
}

.mobile_menu .m-center .slides {
	display: none;
}

.mobile_menu .m-center a.button {
	padding: 6px 0px;
	font-size: 12px;
	display: block;
	height: 14px;
	line-height: 10px;
	width: 49%;
	float: left;
}

.mobile_menu .left a.button,
.mobile_menu .right a.button {
	padding: 6px 15px;
	font-size: 14px;
}

.mobile_menu .open-left {
	padding-left: 15px;
}

.mobile_menu .open-right {
	padding-right: 15px;
}

.menucaroussel .flex-direction-nav a::before {
	font-size: 20px !important;
}

.menucaroussel .flex-direction-nav a {
	width: 20px;
	height: 20px;
	margin: 0;
	position: relative;
	top: -23px;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #1b4e61;
}

.menucaroussel .flex-direction-nav .flex-next {
	float: right;
	padding-right: 2px;
	right: 0px;
	top: -43px;
}

.menucaroussel .flex-direction-nav .flex-prev {
	left: 0px;
	padding-left: 2px;
}

.menucaroussel .flex-viewport {
	margin-left: 18px;
	margin-right: 18px;
}

.menucaroussel .flex-direction-nav .flex-disabled {
	opacity: 1 !important;
	filter: alpha(opacity=1);
}

.sf-menu {
	list-style: none;
	clear: both;
	height: auto;
	min-height: 43px;
	width: 99.1%;
	margin-bottom: 18px;
	padding-left: 7px;
	-moz-box-shadow: inset 0px 2px 1px 0px #fee5b7;
	-webkit-box-shadow: inset 0px 2px 1px 0px #fee5b7;
	box-shadow: inset 0px 2px 1px 0px #fee5b7;
	background: #f7b532;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f7b532), color-stop(1, #e19601));
	background: -moz-linear-gradient(center top, #f7b532 5%, #e19601 100%);
	background: -ms-linear-gradient(top, #f7b532, #e19601);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7b532', endColorstr='#e19601');
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	text-indent: 0;
	border: 1px solid #b87800;
}

.sf-menu li {
	position: relative;
}

.sf-menu>li {
	float: left;
}

.sf-menu li:hover>ul,
.sf-menu li.sfHover>ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu ul ul {
	left: 95%;
	margin-top: 0;
	top: -1px;
}

.sf-menu {
	float: left;
}

.sf-menu ul {
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
	background: #fffef7;
	border-radius: 8px;
	border: 1px solid #E1B356;
	box-shadow: 0px 0px 3px #999;
	-webkit-box-shadow: 0px 0px 3px #999;
	-moz-box-shadow: 0px 0px 3px #999;
	margin-top: 10px;
	position: absolute;
	padding: 0px 20px;
	min-width: 12em;
	/* allow long menu items to determine submenu width */
	*width: 12em;
	/* no auto sub width for IE7, see white-space comment below */
}

.sf-menu .bubble {
	position: absolute;
	background: url(../image/bg_top_cart.png) -50px top repeat-x;
	top: -10px;
	height: 11px;
	width: 190px;
	left: 0px;
	clear: both;
	display: block;
	z-index: 23;
}

.sf-menu a {
	font-family: 'Source Sans Pro', Arial;
	font-size: 18px;
	color: #FFF;
	float: left;
	font-weight: 600;
	border-right: #b87800 1px solid;
	border-left: #FC6 1px solid;
	margin-top: 12px;
	margin-bottom: 11px;
	padding: 1px 13px;
	text-shadow: -1px -1px 0px #cc9f52;
	z-index: 6;
}

.sf-menu li {
	white-space: nowrap;
	/* no need for Supersubs plugin */
	*white-space: normal;
	/* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #e19601;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

.sf-menu ul li a {
	line-height: 18px;
	font-size: 14px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 6px 16px;
	float: none;
	font-family: 'Source Sans Pro', Arial;
	font-weight: normal;
	text-shadow: none !important;
	color: #4d4c4b;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	min-width: 200px;
	width: 100%;
	border: none;
	background: none;
}

.sf-menu ul {
	padding: 0;
}

.sf-menu ul li a:hover {
	color: #895c00;
	background: none;
}

.sf-menu ul li:hover,
.sf-menu ul li ul li:hover,
.sf-menu ul li.sfHover,
.sf-menu ul li ul li.sfHover {
	background: none;
}

.sf-menu ul li:hover,
.sf-menu ul li ul li:hover {
	background: #fdeec3;
	color: #8a5c00;
}

.sf-menu .extra {
	color: #895c00;
	text-shadow: none;
}

/* ****************************************************************************
		IMAGE SLIDER & CAROUSEL
**************************************************************************** */

.left-banner {

	float: left;
	width: 25%;

}


.central-banner {

	float: left;
	width: 50%;

}

.right-banner {

	float: left;
	width: 25%;

}


.flex-container {
	height: 319px;
	position: relative;
	float: left;
	border: 1px solid #f5a100;
	border-radius: 10px;
	overflow: hidden;
	visibility: visible;
	display: block;
	margin-bottom: 8px;
}

.flex-container ul {
	/*width:696px;*/
	height: 319px;
}

.flex-container a {
	border: none;
	color: #FFF;
	text-decoration: none;
}

.border_on_img {
	float: left;
	width: 97.5%;
	height: 95%;
	position: absolute;
	top: 2.2%;
	left: 1.2%;
	border: 1px dashed #fff;
	z-index: 100;
	border-radius: 10px;
}

.content_slider {
	width: 100%;
	position: absolute;
	background: #fada99;
	height: 40px;
	right: 0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	bottom: 0;
	opacity: 0.8;
	text-align: center;
}

.content_slider p {
	color: #6e4900;
	font-size: 1.8em;
	font-family: 'Gochi Hand', Times;
	text-align: center;
	padding: 0 1em;
	float: left;
	line-height: 40px
}

.flex-container img {
	border-radius: 10px;
}

.flex-container li,
.flex-container li img {
	width: 100% !important;
	height: 100% !important;
}

.flexslider {
	margin: 0 0 60px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.carousel li {
	margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
	height: 0 !important;
	width: auto !important;
}

.flex-direction-nav a {
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
	left: -50px;
}

.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}

.flexslider:hover .flex-prev {
	opacity: 0.7;
	left: 10px;
}

.flexslider:hover .flex-next {
	opacity: 0.7;
	right: 10px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
}

.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
	content: '\f001';
}

.flex-direction-nav a.flex-next:before {
	content: '\f002';
}

/* Control Nav */
.flex-control-nav {
	height: 20px;
	position: absolute;
	z-index: 100;
	margin-left: 3%;
	top: 2%;
	right: 3%;
	text-align: right;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 10px !important;
}

.flex-control-paging li a {
	width: 10px;
	height: 10px;
	display: block;
	background: #fbda99;
	color: #fbda99;
	font-size: 2px;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 8px;
	border: 1px solid #c0cf0f;
}

.flex-control-paging li a:hover {
	background: #f5a100;
}

.flex-control-paging li a.flex-active {
	background: #f5a100;
	cursor: default;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

.flexcarousel,
.productcaroussel {
	width: 100%;
	overflow: hidden;
	height: 98px;
	margin-top: 20px;
	padding: 0;
}

.flexcarousel .flex-viewport,
.productcaroussel .flex-viewport {
	height: 96px;
	border: 1px solid #fada99;
	background: #fff;
	margin-left: 31px;
	margin-right: 31px;
}

.productcaroussel .flex-viewport {}

.image-additional img {
	width: 76px;
}

.flexcarousel .flex-viewport li,
.productcaroussel .flex-viewport li {
	padding-top: 12px;
}

.flexcarousel .flex-viewport li:first-child,
.productcaroussel .flex-viewport li:first-child {
	margin-left: 35px;
}

.flexcarousel .flex-viewport li:last-child,
.productcaroussel .flex-viewport li:last-child {
	margin-right: 35px;
}

.flexcarousel .flex-direction-nav a,
.productcaroussel .flex-direction-nav a {
	width: 22px;
	height: 56px;
	margin: 0;
	border: 1px solid #E8AA2F;
	position: relative;
	top: -98px;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #8a5c00;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	opacity: 100;
	padding-top: 40px;
}

.flexcarousel .flex-direction-nav .flex-prev,
.productcaroussel .flex-direction-nav .flex-prev {
	padding-left: 8px;
	left: 0px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background: #f9ca6b;
	background: -webkit-gradient(linear, right top, left bottom, from(#fdeec3), to(#f9ca6b));
	background: -moz-linear-gradient(right, #fdeec3, #f9ca6b);
	background: -ms-linear-gradient(right, #fdeec3, #f9ca6b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdeec3', endColorstr='#f9ca6b');
}

.flexcarousel .flex-direction-nav .flex-next,
.productcaroussel .flex-direction-nav .flex-next {
	padding-right: 8px;
	float: right;
	right: 0px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #f9ca6b;
	background: -webkit-gradient(linear, left top, right bottom, from(#fdeec3), to(#f9ca6b));
	background: -moz-linear-gradient(left, #fdeec3, #f9ca6b);
	background: -ms-linear-gradient(left, #fdeec3, #f9ca6b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdeec3', endColorstr='#f9ca6b');
}

.flexcarousel .flex-direction-nav .flex-prev:hover,
.productcaroussel .flex-direction-nav .flex-prev:hover {
	background: #f9ca6b;
}

.flexcarousel .flex-direction-nav .flex-next:hover,
.productcaroussel .flex-direction-nav .flex-next:hover {
	background: #f9ca6b;
}

.flexcarousel .flex-direction-nav li,
.productcaroussel .flex-direction-nav li {
	height: 0;
}

.flexcarousel .flex-direction-nav a::before,
.productcaroussel .flex-direction-nav a::before {
	font-size: 20px;
}

/* ****************************************************************************
		BREADCRUMBS
**************************************************************************** */

.breadcrumb {
	font-size: 12px;
	color: #3394b8;
	padding-top: 30px;
	margin-bottom: 10px;
}

.breadcrumb a {
	color: #3394b8;
	font-size: 12px;
}


/* ****************************************************************************
		TABLES
**************************************************************************** */

.required {
	color: #C00;
}

table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.form>*>*>td {
	color: #000000;
}

table.form td {
	padding: 4px;
}

table.form td.desc {
	padding: 0;
	padding-left: 5px;
}

table.form td.txtinput {
	padding-top: 0;
	padding-bottom: 10px;
}

table.form input[type='text'],
table.form input[type='password'] {
	margin-top: 0;
	min-width: 70%;
}

table.form input.smallerinput {
	width: 100px;
	min-width: 100px;
}

input.large-field,
select.large-field {
	width: 300px;
}

#shipping-new input.large-field,
#shipping-new select.large-field,
#payment-new input.large-field,
#payment-new select.large-field {
	width: 70%;
}

table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}

table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

table.list thead td {
	background-color: #FFF;
	padding: 0px 5px;
}

table.list thead td a,
.list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}

table.list tbody td {
	padding: 0px 5px;
}

table.list .left {
	text-align: left;
	padding: 7px;
}

table.list .right {
	text-align: right;
	padding: 7px;
}

table.list .center {
	text-align: center;
	padding: 7px;
}

table.radio {
	width: 100%;
	border-collapse: collapse;
}

table.radio td {
	padding: 5px;
}

table.radio td label {
	display: block;
}

table.radio tr td:first-child {
	width: 1px;
}

table.radio tr td:first-child input {
	margin-top: 1px;
}

table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}


/* ****************************************************************************
		BOX
**************************************************************************** */

.box {
	margin-bottom: 20px;
	clear: both;
}

.box-heading,
#column-left .title_module,
#column-right .title_module {
	font-family: 'Gochi Hand', Times;
	font-weight: normal;
	color: #665F00;
	font-size: 22px;
	background: url(../image/title_sidebar.png) no-repeat left center;
	text-align: left;
	padding-left: 21px;
	padding-top: 7px;
	padding-right: 30px;
	margin-bottom: 0;
	height: 36px;
}

#column-left .title_module,
#column-right .title_module {
	margin-top: 0;
	float: none;
	width: auto;
}

#column-left .title_module span,
#column-right .title_module span {
	background: none;
	padding: 0;
	float: none;
}

.box .box-content {
	float: left;
	width: 100%;
	margin-top: 20px;
}

#column-left .box-content,
#column-right .box-content {
	margin-top: 10px;
}


/* ****************************************************************************
		BOX PRODUCTS
**************************************************************************** */

.box-product {
	float: left;
	width: 220px;
	height: auto;
	background: #FFF;
	padding: 0;
	border: 1px solid #fada99;
	border-radius: 10px;
	border-bottom: none;
	overflow: hidden;
	margin-bottom: 18px;
	z-index: 1000;
}

.box-product+.box-product {
	margin-left: 17px;
}

.row-first {
	margin-left: 0 !important;
}

#column-left .box-product,
#column-right .box-product {
	border: none;
	background: none;
	border-radius: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #FADA99;
	font-size: 14px;
	font-family: 'Source Sans Pro', Arial;
	width: 90%;
	margin-bottom: 6px;
	margin-left: 10px;
	margin-top: 15px;
}

#column-left .last-item,
#column-right .last-item {
	border: none;
	padding-bottom: 10px;
}

#column-left+#column-right+#content .box-product>div {
	width: 119px;
}

.box-product .image {
	float: left;
	text-align: center;
	width: 100%;
	margin-top: 0;
	height: auto;
	position: relative;
	overflow: hidden;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 10px;
	z-index: 999;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	-ms-transition: opacity .2;
	transition: opacity .2s;
	opacity: 1;
}

.box-product .image:hover {
	opacity: 0.5;
}

#column-left .image,
#column-right .image {
	width: 28%;
	border-radius: 0;
	overflow: hidden;
	background: #FFF;
	margin-right: 10px;
	text-align: left;
}

.box-product .image img {
	max-height: 100%;
	max-width: 100%;
}

.box-product .name {
	clear: both;
	font-family: 'Source Sans Pro', Arial;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	height: 35px;
	overflow: hidden;
	padding: 0 15px;
	line-height: 15px;
	text-transform: uppercase;
	border-bottom: none;
	margin-bottom: 0;
}

#column-left .name,
#column-right .name {
	clear: none;
	text-transform: none;
	font-weight: normal;
	text-align: left;
	padding: 0;
	height: auto;
	overflow: visible;
}

.box-product .name a {
	color: #4d4d4d;
	font-size: 12px;
}

.box-product .name a:hover {
	color: #4d4d4d;
}

.box-product .wrap_price {
	text-align: center;
	padding: 0;
	font-size: 16px;
	float: left;
	line-height: 29px;
	height: 31px;
	width: 134px;
	border: 1px solid #E8AA2F;
	border-right: none;
	border-bottom-left-radius: 10px;
	background: #f9ca6b;
	background: -webkit-gradient(linear, left top, left bottom, from(#fdeec3), to(#f9ca6b));
	background: -moz-linear-gradient(top, #fdeec3, #f9ca6b);
	background: -ms-linear-gradient(top, #fdeec3, #f9ca6b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdeec3', endColorstr='#f9ca6b');
	margin-bottom: 0;
}

#column-left .wrap_price,
#column-right .wrap_price {
	text-align: left;
	height: 20px;
	width: auto;
	border: none;
	background: none;
	border-bottom-left-radius: 0;
}

.box-product .price {
	padding-left: 15px;
	padding-top: 1px;
	color: #b87a00;
	font-family: 'Source Sans Pro', Arial;
	font-size: 14px;
	font-weight: 600;
	float: left;
}

#column-left .price,
#column-right .price {
	padding-left: 0;
}

.box-product .price-old {
	color: #666;
	padding-top: 1px;
	text-decoration: line-through;
	font-family: 'Source Sans Pro', Arial;
	font-weight: normal;
	float: left;
	font-size: 0.7em;
	margin-left: 10px;
}

#column-left .price-old,
#column-right .price-old {
	margin-left: 0;
}

.box-product .price-new {
	font-weight: 600;
	padding-top: 1px;
	padding-left: 5px;
	color: #900;
	font-family: 'Source Sans Pro', Arial;
	float: left;
}

.box-product .new {
	display: block;
	position: absolute;
	top: 22px;
	padding: 0px 4px;
	width: 110px;
	font-size: 17px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	background-color: #C1272C;
	z-index: 999;
	right: -25px;
	height: 22px;
	line-height: 22px;
	box-shadow: 0px 1px 2px #666;
	-webkit-box-shadow: 0px 1px 2px #666;
	-moz-box-shadow: 0px 1px 2px #666;
	font-weight: 700;
	font-family: 'Source Sans Pro', Arial;
}

#column-left .new,
#column-right .new {
	display: none;
}

.box-product .submit {
	float: left;
	text-align: center;
	clear: none;
	margin-bottom: 0;
}

#column-left .submit,
#column-right .submit {
	display: none;
}

.box-product .submit input {
	height: 33px;
	width: 85px;
	border-radius: 0;
	border: 1px solid #e8aa2f;
	border-bottom-right-radius: 10px;
	border-right: none;
	line-height: 31px;
	font-size: 14px;
	padding: 0;
	text-shadow: #ffffff 0 1px 0;
	color: #8a5c00;
	font-weight: 600;
	transition: background .2s;
}

.box-product .rating {
	display: block;
	margin-bottom: 4px;
}


/* ****************************************************************************
		BOX CATEGORY
**************************************************************************** */

#column-right .box-content,
#column-left .box-content {
	float: left;
	border: 1px solid #FADA99;
	border-radius: 10px;
	background: #FFF;
	margin-bottom: 50px;
	margin-top: 10px;
	font-size: 14px;
	font-family: 'Source Sans Pro', Arial;
	width: 218px;
}

ul.box-category,
.box-content ul {
	display: inline-block;
	list-style: none;
	margin-left: 12px;
	margin-top: 10px;
	padding: 0;
}

ul.box-category ul,
.box-content ul ul {
	list-style: none;
	margin-left: 12px;
	font-size: 12px;
}

ul.box-category>li,
.box-content li {
	line-height: 35px;
	float: left;
	width: 94%;
}

ul.box-category>li+li,
.box-content li+li,
.box-content li {
	border-bottom: 1px solid #FCEBCC;
}

ul.box-category>li>a,
.box-content li>a {
	font-size: 14px;
	text-decoration: none;
	color: #4d4d4d;
}

ul.box-category>li>a:hover,
.box-content li>a:hover {
	color: #4d4d4d;
}

ul.box-category>li ul {
	display: none;
}

ul.box-category>li a.active {
	color: #000;
}

ul.box-category>li a.active+ul {
	display: block;
}

ul.box-category>li ul>li {
	padding: 0;
	line-height: 25px;
}

ul.box-category>li ul>li>a {
	color: #000;
	border: none;
	padding-left: 15px;
}

ul.box-category>li ul>li>a.active,
ul.box-category>li ul>li>a {
	color: #4d4d4d;
}

ul.box-category>li ul>li>a:hover {
	color: #8a5c00;
}


/* ****************************************************************************
		CONTENT
**************************************************************************** */

#content .content {
	padding: 10px 0;
	overflow: auto;
	margin-bottom: 20px;
}

#content .content .left {
	float: left;
	width: 49%;
}

#content .content .right {
	float: right;
	width: 49%;
}


/* ****************************************************************************
		CATEGORY INFO
**************************************************************************** */

.h1-top {
	background: #e2f2f9;
}

.h2-cat {
	margin-top: 30px;
}

.category-info {
	margin-top: 15px;
	margin-bottom: 20px;
	display: block;
	float: left;
	width: 100%;
}

.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
	background: #FFF;
}

.category-list {
	overflow: hidden;
	height: auto;
	margin-bottom: 30px;
}

/* ****************************************************************************
		MANUFACTURER
**************************************************************************** */

.manufacturer-list {
	border: 1px solid #BDE2EA;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}

.manufacturer-heading {
	background: #FFF;
	font-size: 14px;
	font-weight: 400;
	padding: 5px 8px;
	margin-bottom: 6px;
}

.manufacturer-content {
	padding: 8px;
}

.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}


/* ****************************************************************************
		PRODUCT LIST
**************************************************************************** */

.product-filter {
	font-size: 1em;
	float: left;
	width: 100%;
	line-height: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	background: url(../image/title_prod_list.png) repeat-x center 23px;
	font-weight: normal;
}

.product-filter .display {
	float: left;
	margin-right: 3%;
	background: #E1F2F9;
	padding: 1.4%;
	padding-left: 0;
}

.product-filter label {
	font-family: 'Source Sans Pro', Arial;
	color: #133845;
	font-size: 12px;
	font-weight: 700;
	float: left;
	font-style: normal;
	padding-left: 0;
	text-transform: uppercase;
	margin-right: 5px;
	line-height: 30px;
}

.display p {
	float: left;
	border: 1px solid #D3AE66;
	border-radius: 10px;
	background: #f9ca6b;
	background: -webkit-gradient(linear, left top, left bottom, from(#fdeec3), to(#f9ca6b));
	background: -moz-linear-gradient(top, #fdeec3, #f9ca6b);
	background: -ms-linear-gradient(top, #fdeec3, #f9ca6b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdeec3', endColorstr='#f9ca6b');

}

.display span {
	display: inline-block;
	width: 24px;
	height: 22px;
	cursor: pointer;
}

.display #list,
.display #grid {
	float: left;
	color: #895c00;
	border-right: 1px solid #D3AE66;
	opacity: 0.5;
	padding: 4px 0 0 7px;
}

.display #grid {
	border-right: none;
}

.display #list:hover,
.display .list_on,
.display #grid:hover,
.display .grid_on {
	opacity: 1 !important;
}

.product-filter .display a {
	font-weight: bold;
}

.product-filter .sort {
	float: left;
	margin-right: 3%;
	background: #E1F2F9;
	width: 250px;
	padding: 1.4%;
}

.sort select {
	width: 190px;
}

.product-filter .limit {
	float: left;
	margin-right: 3%;
	background: #E1F2F9;
	width: 112px;
	padding: 1.4%;
}

.limit select {
	width: 65px;
}

.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}

.product-compare a {
	text-decoration: none;
	font-weight: bold;
}

.product-list .box-product {
	overflow: auto;
	border: 1px solid #fada99;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 2%;
	background: #fff;
	box-shadow: 1px 1px #CCC;
	-webkit-box-shadow: 1px 1px #CCC;
	-moz-box-shadow: 1px 1px #CCC;
	position: relative;
}

.product-list .list_grid_right {
	float: left;
	width: 62%;
	margin-left: 2%;
}

.product-list>.box-product+.box-product {
	margin-left: 0;
}

.product-list .row-first {
	clear: none !important;
}

.product-list .image {
	float: left;
	margin: 0 1%;
	width: 30%;
	border: none;
	box-shadow: none;
	height: 184px;
	padding: 1.5%;
	background: #FFF
}

.product-list .image img {
	max-width: 100%;
}

.product-list .name {
	text-align: left;
	height: auto;
	overflow: hidden;
	padding: 3% 0 0;
	line-height: 19px;
	border-bottom: none;
	margin-bottom: 0;
}

.product-list .name a {
	font-family: 'Gochi Hand', Times;
	font-size: 21px;
	font-weight: normal;

	color: #333333;
}

.product-list .description {
	font-size: 14px;
	color: #4D4D4D;
	line-height: 22px;
	font-family: 'Source Sans Pro', Arial;
	height: 65px;
	overflow: hidden;
	float: left;
	margin: 7px 0 20px;
	width: 100%;
}

.product-list .rating {
	color: #7B7B7B;
}

.product-list .new2 {
	display: none;
}

.product-list .new {
	display: block;
	position: absolute;
	top: 22px;
	padding: 0px 4px;
	width: 110px;
	text-align: center;
	right: -25px;
	height: 22px;
	line-height: 22px;
	font-weight: 700;
	font-family: 'Source Sans Pro', Arial;
}

.product-list .wrap_price {
	width: 100%;
	background: none;
	border: none;
	height: auto;
}

.product-list .price {
	padding-left: 0;
	font-family: 'Source Sans Pro', Arial;
	font-size: 18px;
	color: #c1272d;
}

.product-list .price-old {
	margin-left: 0;
}

.product-list .price-new {
	font-weight: bold;
}

.product-list .price-tax {
	float: left;
	padding-left: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}

.product-list .cart {
	margin-bottom: 3px;
}

.cart input[type='text'] {
	width: 20px;
	min-width: 20px;
}

.product-list .links_add {
	float: left;
	text-align: center;
	line-height: 15px;
}

.product-list .links_add a {
	float: left;
	width: 100%;
	color: #205E75;
	font-weight: 600;
	font-size: 12px;
	font-family: 'Source Sans Pro', Aria
}

.product-list .submit input {
	border-radius: 10px;
	border: 1px solid #e8aa2f;
	line-height: 22px;
	font-size: 14px;
	font-weight: 600;
	height: 29px;
}

.product-grid {
	width: 100%;
	overflow: auto;
}

.product-grid .row-first {
	margin-left: 0;
}

.product-grid>div {
	display: inline-block;
	margin-left: 0;
	margin-bottom: 15px;
}

#column-left+#column-right+#content .product-grid>div {
	width: 125px;
}

.product-grid .description {
	display: none;
}

.product-grid .rating {
	display: none;
}

.product-grid .price-tax {
	display: none;
}

.product-grid .links_add {
	display: none;
}

.product-grid .new {
	display: none;
}

.product-grid .new2 {
	display: block;
	position: absolute;
	top: 22px;
	padding: 0px 4px;
	width: 110px;
	font-size: 17px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	background-color: #C1272C;
	z-index: 999;
	right: -25px;
	height: 22px;
	line-height: 22px;
	box-shadow: 0px 1px 2px #666;
	-webkit-box-shadow: 0px 1px 2px #666;
	-moz-box-shadow: 0px 1px 2px #666;
	font-weight: 700;
	font-family: 'Source Sans Pro', Arial;
}


/* ****************************************************************************
		PRODUCT DETAILS
**************************************************************************** */

.product-info {
	overflow: auto;
	margin-bottom: 20px;
	margin-top: 80px;
	max-width: 100%;
}

.product-info>.left {
	float: left;
	margin-right: 15px;
	width: 335px;
	position: relative;
}

.product-info>.right {
	float: left;
	color: #333333;
	position: relative;
}

.product-info .image {
	float: left;
	border: 1px solid #D3AE66;
	border-radius: 15px;
	overflow: hidden;
	width: 100%;
	background: #FFF;
	position: relative;
	z-index: 1000;
}

.product-info .image .zoom {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 20px;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 9999;
}

.product-info .image .zoom a {
	font-size: 12px;
	color: #205e75;
	text-transform: uppercase;
	padding: 5px 5px 0px 10px;
}

.product-info .image-additional {
	width: 100%;
	clear: both;
	overflow: hidden;
	position: relative;
	height: 123px;
}

.product-info .description {
	border-bottom: 1px solid #bde2ea;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}

.product-info .desc2 {
	font-size: 14px;
	border-bottom: 1px solid #bde2ea;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
	padding-left: 43px;
}

.desc2 span {
	color: #1A4A5C;
	font-weight: 600
}

.desc2 .reward {
	color: #4D4D4D;
	font-weight: normal
}

.desc2 a {
	font-size: 14px;
}

.product-info .price {
	background: url(../image/bg_price.png) no-repeat left top;
	width: 202px;
	height: 58px;
	padding: 4px 2% 2% 12%;
}

.product-info #line_s {
	background: url(../image/line_s.png) no-repeat center center;
	width: 54px;
	height: 25px;
	position: absolute;
	left: -39px;
}

.product-info .wrap_price {
	font-size: 18px;
	text-align: left;
	font-family: 'Source Sans Pro', Arial;
	margin-bottom: 0;
}

.product-info .price-old {
	line-height: 28px;
	font-weight: normal;
	color: #666;
	text-decoration: line-through;
	float: left;
	margin-right: 7%;
	font-weight: normal;
}

.product-info .price-new {
	line-height: 28px;
	color: #C1272D;
	font-weight: 600;
}

.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}

.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}

.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}

.product-info .options {
	font-size: 14px;
	border-bottom: 1px solid #bde2ea;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
	padding-left: 43px;
}

.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}

.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}

.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}

.product-info .cart {
	border-bottom: 1px solid #bde2ea;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 14px;
	color: #4D4D4D;
	padding-left: 43px;
}

.product-info .cart div>span {
	color: #999;
}

.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
	margin-top: -6px;
}

.product-info .cart .links a {
	font-size: 12px;
}

.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}

.product-info .review {
	border-bottom: 1px solid #bde2ea;
	padding-bottom: 3px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
	padding-left: 43px;
}

.product-info .review>div {
	padding-bottom: 5px;
	line-height: 20px;
}

.product-info .review>div>span {
	color: #38B0E3;
}

.product-info .review .share {
	overflow: auto;
	line-height: normal;
}

.product-info .review .share a {
	text-decoration: none;
}

.review-list {
	line-height: 20px;
	color: #4D4D4D;
	font-size: 14px;
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border-bottom: 1px solid #bde2ea;
}

.review-list .author {
	float: left;
	margin-bottom: 20px;
	font-weight: 600;
}

.review-list .rating {
	float: right;
	margin-bottom: 20px;
}

.review-list .text {
	clear: both;
}

#review {
	/*padding-bottom:20px;*/
}

.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #BDE2EA;
	border-left: 1px solid #BDE2EA;
	margin-bottom: 20px;
}

.attribute thead td,
.attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	background: #FFF;
	text-align: left;
}

.attribute tr td:first-child {
	color: #000000;
	font-weight: 400;
	text-align: right;
	width: 20%;
}

.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #BDE2EA;
	border-bottom: 1px solid #BDE2EA;
}

.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}

.compare-info thead td,
.compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #FFF;
	text-align: left;
}

.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}

.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.compare-info img {
	max-width: 220px;
}

.compare-info .name a {
	font-weight: bold;
}

.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}

.compare-info .price-new {
	font-weight: bold;
}

.cloud-zoom img {
	width: 100%;
}

.qtydrop {
	display: none;
}

.h1-accordeon {
	display: none;
}

.htabs {
	display: block;
}


/* ****************************************************************************
		WISHLIST
**************************************************************************** */

.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}

.wishlist-info td {
	padding: 7px;
}

td.action a {
	float: right;
}

.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #FFF;
	border-bottom: 1px solid #DDDDDD;
}

.wishlist-info thead .image {
	text-align: center;
}

.wishlist-info thead .name,
.wishlist-info thead .model,
.wishlist-info thead .stock {
	text-align: left;
}

.wishlist-info thead .quantity,
.wishlist-info thead .price,
.wishlist-info thead .total,
.wishlist-info thead .action {
	text-align: right;
}

.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}

.wishlist-info tbody .image img {
	max-width: 100px;
	border: 1px solid #DDDDDD;
}

.wishlist-info tbody .image {
	text-align: center;
}

.wishlist-info tbody .name,
.wishlist-info tbody .model,
.wishlist-info tbody .stock {
	text-align: left;
}

.wishlist-info tbody .quantity,
.wishlist-info tbody .price,
.wishlist-info tbody .total,
.wishlist-info tbody .action {
	text-align: right;
}

.wishlist-info tbody .price s {
	color: #F00;
}

.wishlist-info tbody .action img {
	cursor: pointer;
}

.login-content {
	margin-bottom: 20px;
	overflow: auto;
}

.login-content .left {
	float: left;
	width: 48%;
}

.login-content .right {
	float: right;
	width: 48%
}

.login-content .left .content,
.login-content .right .content {
	min-height: 190px;
}


/* ****************************************************************************
		ORDERS
**************************************************************************** */

.order-list {
	margin-bottom: 10px;
}

.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}

.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}

.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

.order-list .order-content div {
	float: left;
	width: 33.3%;
}

.order-list .order-info {
	text-align: right;
}

.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}


/* ****************************************************************************
		CART
**************************************************************************** */

.cart-info {
	float: left;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 4%;
	font: 14px 'Source Sans Pro', Arial;
	line-height: 20px;
	color: #4D4D4D;
}

.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
}

.cart-info td {
	padding: 7px;
	font-size: 14px;
}

.cart-info thead td {
	font-size: 14px;
	vertical-align: middle;
	font-family: 'Source Sans Pro', Arial;
	font-weight: 400;
	color: #665f00;
	line-height: 12px;
	background: #bfcf0a;
	background: -webkit-gradient(linear, left top, left bottom, from(#d6e063), to(#bfcf0a));
	background: -moz-linear-gradient(top, #d6e063, #bfcf0a);
	background: -ms-linear-gradient(top, #d6e063, #bfcf0a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6e063', endColorstr='#bfcf0a');
	border-top: 1px solid #8e9a00;
	border-bottom: 1px solid #8e9a00;
	padding: 10px;
}

.cart-info thead .image {
	width: 17.1%;
	border-left: 1px solid #8e9a00;
}

.cart-info thead .total {
	border-right: 1px solid #8e9a00;
}

.cart-info thead .name {
	width: 33%;
}

.cart-info thead .model,
.cart-info thead .quantity,
.cart-info thead .price {
	width: 12%;
}

.cart-info thead .name,
.cart-info thead .model,
.cart-info thead .quantity {
	text-align: left;
}

.cart-info thead .price,
.cart-info thead .total {
	text-align: right;
	padding-right: 20px;
}

.cart-info tbody td {
	vertical-align: top;
	padding: 1.5em 0 1.5em 1.5em;
	border-top: 1px solid #fada99;
	border-bottom: 1px solid #fada99;
	background: #fffbdd;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fffbdd));
	background: -moz-linear-gradient(top, #ffffff, #fffbdd);
	background: -ms-linear-gradient(top, #ffffff, #fffbdd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fffbdd');
	overflow: hidden;
	margin-bottom: 10px;
}

.cart-info tbody .image img {
	width: 100%;
	max-width: 100%;
}

.cart-info tbody .image {
	background: #ffffff;
	border-left: 1px solid #fada99;
	width: 17.1%;
}

.cart-info tbody .name,
.cart-info tbody .model,
.cart-info tbody .quantity {
	text-align: left;
	padding-left: 10px;
}

.cart-info tbody .quantity input[type='text'] {
	width: 20px;
	min-width: 20px;
	margin-top: -3px;
}

.cart-info tbody .quantity input[type='image'],
.cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}

.cart-info tbody .price,
.cart-info tbody .total {
	text-align: right;
	padding-right: 20px;
	padding-bottom: 0;
}

.cart-info tbody .emptyrow {
	background: none;
	border: none;
	height: 10px;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.cart-info tbody .total {
	border-right: 1px solid #fada99;
}

.cart-info tbody .total .reload {
	margin-top: 20px;
	margin-right: -4px;
	float: right;
}

.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}

.cart-module>div {
	display: none;
}

.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}

.cart-total table {
	float: right;
}

.cart-total td {
	padding: 3px;
	text-align: right;
	font-size: 14px;
}

.cart-total td.last {
	padding-left: 30px;
}

.cart-total td.lastrow {
	border-top: 1px solid #DDDDDD;
	padding-top: 18px;
	font-size: 16px;
	font-weight: 600;
}


/* ****************************************************************************
		CHECKOUT
**************************************************************************** */

.checkout {
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 4%;
	font: 14px 'Source Sans Pro', Arial;
	line-height: 20px;
	color: #4D4D4D;
}

.checkout-heading {
	color: #665f00;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	height: 32px;
	line-height: 32px;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 8px;
	background: #bfcf0a;
	background: -webkit-gradient(linear, left top, left bottom, from(#d6e063), to(#bfcf0a));
	background: -moz-linear-gradient(top, #d6e063, #bfcf0a);
	background: -ms-linear-gradient(top, #d6e063, #bfcf0a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6e063', endColorstr='#bfcf0a');
	border: 1px solid #8e9a00;
	border-radius: 5px;
}

.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}

.checkout-content {
	margin-top: 1%;
	border-radius: 10px;
	border: 1px solid #fada99;
	background: #fff;
	box-shadow: #d2d1c8 2px 2px 5px;
	-webkit-box-shadow: #d2d1c8 2px 2px 5px;
	-moz-box-shadow: #d2d1c8 2px 2px 5px;
	overflow: hidden;
	padding-left: 15px;
	padding-top: 10px;
	margin-bottom: 18px;
	display: none;
}

#payment-address .checkout-content,
#shipping-address .checkout-content,
#shipping-method .checkout-content,
#payment-method .checkout-content,
#confirm .checkout-content {
	background: #fffbdd;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fffbdd));
	background: -moz-linear-gradient(top, #ffffff, #fffbdd);
	background: -ms-linear-gradient(top, #ffffff, #fffbdd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fffbdd');
	padding: 15px;
}

.checkout-content h2 {
	border: none;
}

.checkout-content .left {
	float: left;
	width: 48%;
}

.checkout-content .right {
	float: left;
	width: 48%;
	background: #fffbdd;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fffbdd));
	background: -moz-linear-gradient(top, #ffffff, #fffbdd);
	background: -ms-linear-gradient(top, #ffffff, #fffbdd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fffbdd');
	border-left: 1px solid #fada99;
	padding-left: 15px;
	padding-right: 15px;
}

.checkout-content .buttons .right {
	width: 100%;
	padding: 0;
}

#login {
	float: right;
}

.checkout-content .buttons {
	clear: both;
	float: right;
	width: 100%;
}

.buttons .right {
	background: none;
	border: none;
	/*width:98%;*/
}

.checkout-content .buttons .button {
	float: right;
}

.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}

.checkout-product td {
	padding: 7px;
}

.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}

.checkout-product thead .name,
.checkout-product thead .model {
	text-align: left;
}

.checkout-product thead .quantity,
.checkout-product thead .price,
.checkout-product thead .total {
	text-align: right;
}

.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}

.checkout-product tbody .name,
.checkout-product tbody .model {
	text-align: left;
}

.checkout-product tbody .quantity,
.checkout-product tbody .price,
.checkout-product tbody .total {
	text-align: right;
}

.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}

/* ****************************************************************************
		ABOUT US, CONTACT
**************************************************************************** */

.information_content {
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 4%;
	font: 14px 'Source Sans Pro', Arial;
	line-height: 20px;
	color: #4D4D4D;
}

.information_content2 {
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 4%;
	font: 14px 'Source Sans Pro', Arial;
	line-height: 20px;
	margin-bottom: 0;
}

.information_content a {
	font-size: 14px;
	font-weight: 600;
}

.imageborder {
	float: left;
	padding: 8px;
	background: #FFF;
	border-radius: 8px;
	border: 1px solid #BDE2EA;
	padding-bottom: 3px;
}

.information_content .imageborder {
	margin-right: 10px;
	margin-bottom: 5px;
}

.blockquote {
	padding: 3% 6%;
	background: #bee3ea;
	background: -webkit-gradient(linear, left top, left bottom, from(#d5edf6), to(#bee3ea));
	background: -moz-linear-gradient(top, #d5edf6, #bee3ea);
	background: -ms-linear-gradient(top, #d5edf6, #bee3ea);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5edf6', endColorstr='#bee3ea');
	border: 1px dashed #3393B8;
	border-radius: 10px;
	color: #133845;
	font-style: italic;
}

ul.greenrect,
#tab-description ul,
.category-list ul {
	margin-bottom: 2%;
}

ul.greenrect li,
#tab-description ul li,
.category-list ul li {
	padding-left: 3%;
	line-height: 22px;
}

ul.greenrect li:before,
#tab-description ul li:before,
.category-list ul li:before {
	font-family: "FontAwesome";
	content: "\f005";
	padding-right: 5px;
	color: #9C0;
}

#googlemap {
	float: left;
	background: #FFF;
	border-radius: 8px;
	border: 1px solid #BDE2EA;
	margin: 0 2.5% 0.5% 0;
	width: 62%;
	height: 275px;
	margin-bottom: 20px;
}

/* Css Map Fix*/
#google-map img,
#googlemap img {
	max-width: none;
}

/* Css Map Fix*/
#google-map label,
#googlemap label {
	width: auto;
	display: inline;
}

.contact-info {
	overflow: hidden;
	width: 32.8%;
	height: 183px;
}

.contact-info ul {
	line-height: 19px;
	color: #4d4d4d;
}

.contact-info ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.contact-info ul li span.txt {
	display: block;
	float: left;
	width: 180px;
}

.contact-info ul li span.txt2 {
	line-height: 28px;
}

.social-info {
	overflow: auto;
	width: 32.8%;
}

.social-info span {
	display: block;
	margin-bottom: 3%;
}

.social-info li {
	float: left;
}

.small {
	font-size: 12px;
}


/* ****************************************************************************
		FOOTER
**************************************************************************** */

#footer {
	background: #FFF url(../image/bg_footer.png) repeat-x center bottom;
	font-family: 'Source Sans Pro', Arial;
	/*margin-top: 50px;*/
	height: auto;
	padding-bottom: 127px;
	position: relative;
	font-size: 100%;
	clear: both;
}

#footer_top_content,
#footer_bottom {
	margin: 0 auto;
	width: 940px;
	overflow: hidden;
}

.footer_wrapper {
	width: auto;
	margin: 0 auto;
	border-width: 1px 0;
	padding: 0.6em 0;
}

#footer_top .footer_wrapper {
	border-top: 1px dashed #f1a41a;
}

.footer_top_item,
.footer_bottom_item {
	float: left;
	width: 23.5%;
	margin: 0;
	padding: 0 0.7%;
	font-size: 12px;
	line-height: 18px;
}

.last_footer_item {
	margin-right: 0;
	padding-right: 0;
	overflow: hidden;
}

.footer_top_item h3 {
	font-size: 1.7em;
	line-height: 1.6em;
	text-align: left;
	font-family: 'Gochi Hand', Times;
	color: #4d4d4d;
	font-weight: normal;
	border-bottom: none;
}

#footer_top_content a {
	font-size: 11px;
}

.footer_top_item h3 a {
	font-size: 1.1em !important;
	line-height: 1.6em;
	font-family: 'Gochi Hand', Times;
	color: #4d4d4d;
	font-weight: normal;
}

#footer_top .text_item {
	display: block;
}

.info_contact {
	padding-bottom: 20px;
	float: left;
	width: 100%
}

.info_contact span,
.online_contact span {
	float: left;
	width: 100%
}

.online_contact span {
	display: block;
	padding-left: 20px
}

.online_contact .phone {
	background: url(../image/icon_5.png) no-repeat left center
}

.online_contact .fax {
	background: url(../image/icon_6.png) no-repeat left center
}

.online_contact .mail {
	background: url(../image/icon_7.png) no-repeat left center
}

.color {
	color: #1a4a5c;
	font-family: 'Source Sans Pro', Arial;
	font-weight: 600;
}

a.color:hover {
	color: #187da0;
	text-decoration: none;
}

#facebook p {
	padding-bottom: 5px;
}

#footer_bottom {
	padding-top: 3em;
}

.footer_bottom_item h3 {
	padding-bottom: 10px;
	text-align: left;
	border-bottom: none;
	margin-bottom: 0;
}

.footer_bottom_item h3 a {
	font-family: 'Source Sans Pro', Arial;
	font-size: 16px;
	font-weight: 600;
	color: #1A1A1A;
}

.footer_bottom_item h3 a:hover {
	color: #1A1A1A;
}

.menu_footer_item {
	margin-left: 5%;
}

.menu_footer_item li a {
	color: #111;
	font-family: 'Source Sans Pro', Arial;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 24px;
	padding-left: 3px;
}

.menu_footer_item li a:hover {
	color: #187da0
}

.footer_top_item p {
	text-align: left;
	line-height: 20px;
	font-size: 12px;
}

#twitter_update_list {
	padding: 0 !important;
	list-style: none !important;
	margin-top: -4px !important;
	text-align: left;
}

#twitter_update_list li {
	padding-bottom: 10px;
	padding-top: 5px;
}

#twitter_update_list li a {
	color: #1a4a5c;
	font-family: 'Source Sans Pro', Arial;
	font-weight: 600;
}

#twitter_update_list li a:hover {
	color: #187da0;
	text-decoration: none;
}

#footer_top {
	background: #fef7e5;
	height: auto;
	padding: 0.6em 0;
	-webkit-box-shadow: 0px 6px 15px #d9d9d9;
	-moz-box-shadow: 0px 6px 15px #d9d9d9;
	background: #ffffff;
	box-shadow: 0px 6px 15px #d9d9d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbf5e5), to(#ffffff));
	background: -moz-linear-gradient(top, #fbf5e5, #ffffff);
	background: -ms-linear-gradient(top, #fbf5e5, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbf5e5', endColorstr='#ffffff');
}

#footer-text a {
	color: #8e9a00;
	font-size: 1em;
}

#footer-text {
	color: #8e9a00;
	position: absolute;
	font-size: 0.65em;
	bottom: 0.4em;
	width: 100%;
}

#footer-text p {
	width: 940px;
	margin: 0 auto;
	font-size: 12px;
}


/* ****************************************************************************
		BANNER
**************************************************************************** */

.banner div {
	text-align: center;
	width: 100%;
}

.banner div img {
	/*margin-left:14px;*/
	margin-bottom: 11px;
	width: 225px
}


/* ****************************************************************************
		ICONS
**************************************************************************** */

.icon {
	padding: 0;
	border-radius: 50%;
	color: #FFF;
	background-color: #b87900;
	font-size: 14px;
	display: block;
	height: 30px;
	width: 30px;
	text-align: center;
	border: 1px solid #895c00;
	float: left;
	margin-right: 8px;
	line-height: 28px;
}

.icon-nomargin {
	margin-right: 2px;
	margin-bottom: 2px;
}

.icon-floatright {
	float: right;
}

.icon-list {
	font-size: 11px;
	display: block;
	float: left;
	color: #895c00;
	padding-top: 3px;
}

.box-category .icon-list {
	padding-top: 0;
}

ul.box-category>li ul>li:before,
ul.menu_footer_item>li:before {
	color: #895c00;
	font-family: "FontAwesome";
	content: "\f105";
	font-size: 14px;
}

ul.menu_footer_item>li {
	float: left;
	width: 94%;
}



/* **********************************************************************************************************************
		RESPONSIVE LAYOUT
********************************************************************************************************************** */




/* ****************************************************************************
		BIG
**************************************************************************** */

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

	#container,
	#footer_top_content,
	#footer_bottom,
	#footer-text p {
		width: 1200px;
	}

	#pre-container {
		background: #e9f5fa url(../image/bg-texture-1200.png) repeat-x top center;
	}

	#footer {
		background: #FFF url(../image/bg_footer-1200.png) repeat-x center bottom;
	}

	.flex-container ul {
		/*width: 892px;*/
		height: 409px;
	}

	.flex-container {
		height: 409px;
	}

	.content_slider p {
		font-size: 2.4em;
	}

	.box-product,
	#column-right .box-content,
	#column-left .box-content,
	#column-left,
	#column-right {
		width: 285px;
	}

	#column-left+#column-right+#content,
	#column-left+#content {
		margin-left: 305px;
	}

	#column-right+#content {
		margin-right: 305px;
	}

	.banner div img {
		/*margin-left:13px;*/
		margin-bottom: 13px;
		width: auto;
	}

	.box-product .image img {
		width: 100%;
	}

	.box-product .name a {
		font-size: 14px;
	}

	.box-product .wrap_price {
		width: 149px;
	}

	.box-product .submit input {
		width: 135px;
	}

	.box-product .price-old {
		font-size: 14px;
	}

	.box-product .price {
		font-size: 16px;
	}

	.product-list .image {
		height: auto;
	}

	.product-info>.left {
		width: 57.5%;
	}

	.qtydrop {
		display: none;
	}

	.box-heading,
	#column-left .title_module,
	#column-right .title_module {
		background: url(../image/title_sidebar-1200.png) no-repeat left center;
	}

	.post_item .imageborder {
		width: 98.3%;
		margin-right: 0;
	}

	.post_item .imageborder img {
		min-width: 100%;
	}

	.contact-info ul li span.txt {
		width: 250px;
	}

	.flexcarousel,
	.productcaroussel {
		height: 130px;
	}

	.flexcarousel .flex-viewport {
		height: 128px;
	}

	.flexcarousel img {
		height: 108px;
		max-width: none;
	}

	.flexcarousel .flex-direction-nav a {
		height: 71px;
		top: -130px;
		padding-top: 57px;
	}

	#footer_top .text_item {
		display: block;
	}
}




/* ****************************************************************************
		TABLET
**************************************************************************** */

@media only screen and (min-width: 750px) and (max-width: 991px) {

	.left-banner {

		float: left;
		width: 100%;

	}

	.left-banner .banner div,
	.right-banner .banner div {

		width: 50%;
		float: left;

	}

	.left-banner .banner div img,
	.right-banner .banner div img {

		width: 80%;


	}

	.central-banner {

		float: left;
		width: 100%;

	}

	.right-banner {

		float: left;
		width: 100%;

	}




	#pre-container {
		background: #e9f5fa url(../image/bg_repeat_mobile.png) repeat-x 0 35px;
		padding-top: 35px;
	}

	.mobile_menu .m-center {
		display: none;
	}

	.mobile_menu .left,
	.mobile_menu .right {
		width: 20%;
	}

	.mobile_menu .left a span,
	.mobile_menu .right a span,
	.mobile_menu .m-center-title {
		visibility: visible;
		display: inherit;
	}

	.mobile_menu .m-center-title {
		width: 59%;
		height: 24px;
		padding-top: 12px;
		font-size: 14px;
		float: left;
		display: block;
		text-align: center;
		color: #E1F2F9;
		text-transform: uppercase;
	}

	.snap-drawers {
		visibility: visible;
	}

	.mobile_menu {
		display: block;
	}

	#container,
	#footer_top_content,
	#footer_bottom,
	#footer-text p {
		width: 740px;
	}

	#tfc-menu>ul>li>a,
	#tfc-menu>ul>li ul>li>a {
		font-size: 14px;
	}

	#header #bottom_right {
		margin-top: 4px;
		margin-right: 0;
	}

	#header #welcome {
		float: none;
		clear: both;
		font-size: 11px;
	}

	#header #welcome a {
		font-size: 11px;
	}

	#header .links {
		bottom: 4px;
		padding-right: 1px;
	}

	#header .links a {
		font-size: 11px;
	}

	.flex-container {
		margin: 0;
		height: auto;
		position: relative;
		width: 74.35%;
	}

	.flex-container ul {
		width: auto;
		height: auto;
	}

	.flex-container li {
		width: 100%;
		height: auto !important;
	}

	.flex-container .slides img {
		width: 100%;
		height: auto !important;
		display: block;
	}

	.content_slider p {
		font-size: 1.6em;
	}

	.product-info>.left {
		width: 43%;
	}

	#content-snap #column-left,
	#content-snap #column-right {
		display: none;
	}

	#column-left {
		padding-top: 60px;
		padding-left: 20px;
	}

	.box-heading,
	#column-left .title_module,
	#column-right .title_module,
	#column-left .box-content,
	#column-right .box-content {
		text-align: left !important;
		width: 220px !important;
		padding-right: 0;
	}

	.banner div img {
		width: 23.4%;
	}

	#content {
		margin-top: 20px;
	}

	#column-left+#column-right+#content,
	#column-left+#content {
		margin-left: 5px;
		margin-right: 5px;
	}

	#column-right+#content {
		margin-right: 0;
	}

	.box-product {
		margin-left: 0px;
		width: 234px;
		margin-right: 15px;
	}

	.box-product+.box-product {
		margin-left: 0px;
	}

	.box-product+.box-product+.box-product {
		margin-right: 0;
	}

	.box-product .wrap_price {
		width: 120px;
	}

	.box-product .submit input {
		width: 113px;
	}

	.qtydrop {
		display: none;
	}

	.footer_top_item,
	.footer_bottom_item {
		overflow: hidden;
	}

	.checkout-content .left {
		width: 46%;
	}

	.compare-info img {
		max-width: 100px;
	}

	.buttons {
		overflow: auto;
		height: 60px;
		padding-top: 5px;
		margin-bottom: 10px;
	}

	.map {
		width: 58.5%;
	}

	.product-list>div {
		margin-left: 0;
	}

	.product-grid>div {
		margin-left: 0;
		width: 231px;
	}

	.product-grid .box-product .wrap_price {
		width: 117px;
	}

	.product-filter .display,
	.product-filter .sort,
	.product-filter .limit {
		background-color: #E9F4F9;
	}

	.cart-info tbody .price,
	.cart-info tbody .total,
	.cart-info thead .price,
	.cart-info thead .total {
		padding-right: 10px;
	}

	.cart-info tbody .name,
	.cart-info tbody .model,
	.cart-info tbody .quantity {
		padding-left: 10px;
	}

	.footer_top_item p,
	.footer_top_item a {
		font-size: 11px;
	}

	#footer_top .text_item {
		display: block;
	}

	.sf-menu a {
		font-size: 14px;
		font-weight: normal;
	}

	.post_item .imageborder {
		width: 98%;
	}

	.post_item .imageborder img {
		width: 100%;
	}
}


/* ****************************************************************************
		MOBILE
**************************************************************************** */

@media only screen and (max-width: 750px) {


	.left-banner {

		float: left;
		width: 100%;

	}

	.left-banner .banner div,
	.right-banner .banner div {

		width: 100%;


	}

	.left-banner .banner div img,
	.right-banner .banner div img {

		width: 80%;


	}

	.central-banner {

		float: left;
		width: 100%;

	}

	.right-banner {

		float: left;
		width: 100%;

	}





	.snap-drawers {
		visibility: visible;
	}

	#pre-container {
		background: #e9f5fa;
	}

	h1,
	.welcome {
		text-align: center;
	}

	h1 span,
	.welcome span {
		float: none;
		padding-left: 20px;
	}

	.h1-top {
		background-color: #e9f5fa;
	}

	#header {
		background: #E1F2F9;
		position: relative;
		width: 100%;
		height: 215px;
		text-align: center;
		padding-top: 30px;
	}

	#header #logo {
		width: 100%;
		height: 100px;
		position: relative;
		top: 0px;
		left: 0px;
	}

	#header #logo img {
		height: 100%;
	}

	#header #header_right {
		text-align: center;
		width: 100%;
		top: 0px;
		left: 0px;
	}

	.nologo {
		height: 110px !important;
	}

	.nologo #logo {
		display: none;
	}

	.nologo #language,
	.nologo #currency {
		top: 90px;
	}

	.nologo #cart {
		width: 100% !important;
		margin-top: 8px !important;
	}

	.nologo #cart .heading {
		border-radius: 0 !important;
		border-left: none;
		border-right: none;
		width: 100% !important;
	}

	.nologo #cart .content {
		border-left: none;
		border-right: none;
		border-radius: 0 !important;
	}

	#currency {
		position: absolute;
		left: 0px;
		top: 190px;
	}

	#language {
		position: absolute;
		right: 10px;
		top: 190px;
	}

	#header #search,
	#header #cart,
	.m-center #search {
		text-align: center;
		float: none;
		margin-top: 9px;
		margin-left: auto;
		margin-right: auto;
		width: 99%;
	}

	#header #search {
		display: none;
		visibility: hidden;
	}

	#header #cart .heading {
		width: 99.8%;
		margin-top: 0;
	}

	#header #search input,
	.m-center #search input {
		padding-left: 5px;
		width: 90%;
	}

	#header #cart .content {
		width: 88%;
		top: 31px;
	}

	#header #cart .heading .cart_top_in {
		width: 85%;
		min-width: 100px;
	}

	#header #bottom_right {
		margin: 0;
		margin-top: 5px;
		text-align: center;
	}

	#header #welcome {
		float: none;
		padding-top: 5px;
	}

	#header .links {
		display: none;
	}

	#header .links a {
		float: none;
		display: inline;
	}

	#tfc-menu {
		display: none;
	}

	.mobile_menu {
		display: block;
	}

	.mobile_menu .m-center {
		border-right: 1px solid #000;
		border-left: 1px solid #000;
		background-color: #33748C;
		width: 75.5%;
		padding-left: 2px;
		padding-right: 2px;
	}

	.mobile_menu .left a span,
	.mobile_menu .right a span,
	.mobile_menu .m-center-title {
		visibility: hidden;
		display: none;
	}

	.mobile_menu .left a.button,
	.mobile_menu .right a.button {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: none;
		filter: none;
		border: none;
		padding: 4px;
		font-size: 16px;
	}

	#container,
	#footer-text p {
		width: auto !important;
	}

	#menu,
	#footer_bottom,
	#slide-wrapper,
	#container #column-left,
	#container #column-right {
		display: none;
	}

	.banner {
		display: block;
		float: left;
		padding-top: 15px;
		/*width:47.8%;*/
		padding-right: 11px
	}

	.banner div img {
		/*margin-left:6px;*/
		width: 100%;
	}

	#content {
		padding-left: 5px;
		padding-right: 5px;
		margin-top: 10px;
	}

	.breadcrumb {
		padding-top: 10px;
	}

	#column-left+#column-right+#content,
	#column-left+#content {
		margin-left: auto;
		margin-right: auto;
		width: 97%;
	}

	#column-right+#content {
		margin-right: 0;
	}

	.box-product,
	.product-grid .row-first,
	.footer_top_item,
	.footer_bottom_item {
		margin-left: 85px !important;
	}

	.box-product+.box-product,
	.product-list>div {
		margin-right: 0;
	}

	.product-list .box-product {
		margin-left: 0 !important;
	}

	.product-info>.left {
		float: none;
		margin-right: 0;
		width: auto;
	}

	.product-info .image {
		width: 99.6%;
	}

	.product-info #wrap {
		text-align: center;
	}

	.product-info>.right {
		width: 100%;
	}

	.product-info .price {
		padding: 20px 10px 10px 40px;
		background: url(../image/bg_price.png) no-repeat left 15px;
	}

	.product-info .image-additional {
		width: 99.4%;
	}

	.product-info .image-additional img {
		max-width: 65px;
		max-height: 65px;
	}

	.product-info .desc2,
	.product-info .cart,
	.product-info .review {
		padding-left: 0px;
	}

	.product-list .links_add a {
		font-size: 11px;
	}

	.product-info .cart div>span {
		display: none;
	}

	.product-info .cart .qtyinput {
		display: none;
	}

	.product-info .cart .qtydrop {
		display: block;
	}

	.product-info .cart .cartbtn {
		display: block;
		margin-top: -5px;
		margin-bottom: 14px;
	}

	.product-info .cart .cartbtn input.button,
	.product-info .cart .cartbtn input.button input[type='button'] {
		width: 100%;
	}

	.product-info .cart .or {
		display: none;
	}

	.product-info .cart .links {
		display: block;
	}

	.product-info .cart .links a {
		border: 1px solid #ADD4E2;
		color: #205E75;
		background: #e2f2f9;
		background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2f2f9));
		background: -moz-linear-gradient(top, #ffffff, #e2f2f9);
		background: -ms-linear-gradient(top, #ffffff, #e2f2f9);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9ca6b');
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		-webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
		-moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
		box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
		font-family: 'Source Sans Pro', Arial;
		text-decoration: none;
		cursor: pointer;
		text-align: center;
		text-shadow: #ffffff 0 1px 0;
		line-height: 28px;
		font-size: 14px;
		font-weight: 600;
		height: 29px;
		width: 99.5%;
		transition: background .2s;
		display: block;
		margin-top: -10px;
	}

	.product-info .cart .selectBox-dropdown {
		border: 1px solid #ADD4E2;
		background: #ffffff;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		font-family: 'Source Sans Pro', Arial;
		text-decoration: none;
		cursor: pointer;
		text-shadow: #ffffff 0 1px 0;
		height: 29px;
		width: 99.5% !important;
	}

	.product-info .cart .selectBox-dropdown span.selectBox-label {
		width: 80% !important;
		color: #205E75 !important;
		line-height: 28px !important;
	}

	.product-info .cart .selectBox-arrow::before {
		padding-left: 6px;
		padding-top: 8px;
		font-size: 18px;
		color: #205E75 !important;
	}

	.product-filter {
		background: #E1F2F9;
		margin-bottom: 20px;
		padding-top: 20px;
	}

	.product-filter label {
		width: 55px;
	}

	.product-filter .sort,
	.product-filter .display,
	.product-filter .limit {
		width: auto;
		padding-left: 5px;
		clear: left;
	}

	.box-product .image {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
		transition: none;
	}

	.box-product .image:hover {
		opacity: 1;
	}

	.cart-info thead td,
	.cart-info tbody a,
	.cart-info td {
		font-size: 11px;
	}

	.cart-info thead .price,
	.cart-info thead .total,
	.cart-info tbody .price,
	.cart-info tbody .total {
		padding-right: 5px;
	}

	.cart-info tbody .name,
	.cart-info tbody .model,
	.cart-info tbody .quantity {
		padding-left: 10px;
	}

	.compare-info img {
		max-width: 100px;
	}

	#googlemap {
		width: 100%;
		float: none;
		clear: both;
	}

	.contact-info {
		width: 220px;
		float: left;
		padding-right: 20px;
	}

	.social-info {
		width: auto;
	}

	.comment_content {
		width: 85%;
	}

	#content .content .left input.large-field,
	#content .content .left select.large-field,
	#content .content .right input.large-field,
	#content .content .right select.large-field {
		width: 90%;
		min-width: 90%;
	}

	input[type='text'],
	input[type='password'],
	textarea {
		width: auto !important;
		min-width: 96% !important;
	}

	#header #search input {
		width: 90% !important;
		min-width: 310px !important;
	}

	.m-center #search input {
		width: 60% !important;
		min-width: 60% !important;
		margin: 0;
		border: none;
		background: none;
		border-radius: 0;
		height: 25px;
		line-height: 26px;
	}

	.cart input[type='text'],
	.cart-info tbody .quantity input[type='text'] {
		width: 20px !important;
		min-width: 20px !important;
		padding: 0 3px;
		margin-top: 0;
		font-size: 11px;
		height: 20px;
		line-height: 20px;
	}

	input.smallerinput {
		width: 100px !important;
		min-width: 100px !important;
	}

	textarea {
		width: 96% !important;
	}

	.footer_top_item,
	.footer_bottom_item {
		overflow: hidden;
	}

	#footer_top_content {
		width: auto;
	}

	#footer_top_item {
		width: 80%;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.footer_top_item {
		width: 100%;
		clear: both;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #f5b128;
	}

	.checkout-content .left,
	.checkout-content .right {
		width: 95%;
	}

	.checkout-content .left {
		margin-bottom: 20px;
	}

	.checkout-content .right {
		border-left: none;
		background: none;
		border-top: 1px solid #fada99;
		padding: 0;
		padding-top: 20px;
	}

	.buttons .right {
		/*width:100%;*/
	}

	.buttons .smaller {
		width: auto;
		margin-top: -4px;
	}

	#login {
		float: left;
	}

	.buttons {
		overflow: auto;
		height: 70px;
		padding-top: 5px;
		margin-bottom: 10px;
	}

	.map {
		width: 58.5%;
	}

	.flex-container {
		margin: 0;
		height: auto;
		position: relative;
	}

	.flex-container ul {
		width: auto;
		height: auto;
	}

	.flex-container li {
		width: 100%;
		height: auto !important;
	}

	.flex-container .slides img {
		width: 100%;
		height: auto !important;
		display: block;
	}

	.content_slider p {
		font-size: 1.4em;
	}

	#footer-text {
		padding-left: 10px;
		width: 80%;
	}

	#footer_top .text_item {
		display: block;
	}
}


/* ****************************************************************************
		MOBILE WIDE
**************************************************************************** */

@media only screen and (max-width: 749px) and (min-width: 480px) {

	.left-banner {

		float: left;
		width: 100%;

	}

	.left-banner .banner div,
	.right-banner .banner div {

		width: 100%;


	}

	.left-banner .banner div img,
	.right-banner .banner div img {

		width: 80%;


	}

	.central-banner {

		float: left;
		width: 100%;

	}

	.right-banner {

		float: left;
		width: 100%;

	}


	.box-product,
	.product-grid .row-first,
	.footer_top_item,
	.footer_bottom_item {
		margin-left: 10px !important;
	}

	.box>div {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.box-product,
	.product-grid .row-first {
		width: 46.5%;
	}

	.box-product .wrap_price {
		width: 50%;
	}

	.box-product .submit {
		width: 49%;
	}

	.box-product .submit input {
		width: 102%;
	}

	.box-content {
		width: 480px;
	}

	.box-heading,
	#column-left .title_module,
	#column-right .title_module,
	#column-left .box-content,
	#column-right .box-content {
		text-align: left !important;
		width: 220px !important;
		padding-right: 0;
	}

	#column-left {
		padding-top: 60px;
		padding-left: 20px;
	}

	#column-right {
		padding-top: 60px;
		padding-right: 20px;
	}

	.mobile_menu {
		display: block;
	}

	.mobile_menu .m-center a.button {
		width: 47.1%;
	}

	.cart-info thead td {
		padding: 5px;
	}

	#tfc-menu {
		display: none;
	}

	.flex-container {
		margin: 0;
		height: auto;
		position: relative;
	}

	.flex-container ul {
		width: auto;
		height: auto;
	}

	.flex-container li {
		width: 100%;
		height: auto !important;
	}

	.flex-container .slides img {
		width: 100%;
		height: auto !important;
		display: block;
	}

	.content_slider p {
		font-size: 1.2em;
	}

	#footer_top .text_item {
		display: block;
	}
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 16px;
	}

	.footer_top_item,
	.footer_bottom_item {
		margin-left: 0px !important;
		width: 99.5%;
		padding-bottom: 0;
	}

	.box-product,
	.product-grid .row-first {
		margin-left: 3px !important;
		width: 97%;
	}

	.box-product .price-old {
		display: none;
	}

	.box-product .price-new {
		padding-left: 14px;
	}

	.box>div {
		text-align: center;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.box-content {
		width: 320px;
	}

	.box-product .image img {
		min-width: 100%;
	}

	.box-product .wrap_price {
		width: 50%;
	}

	.box-product .submit {
		width: 49%;
	}

	.box-product .submit input {
		width: 103%;
		font-size: 12px;
	}

	.product-list .box-product .new {
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		-ms-transform: none;
		top: 32px;
		text-align: left;
		width: 80px;
		padding-left: 5px;
	}

	.product-list .name a {
		font-size: 16px;
	}

	.product-list .links_add {
		width: 90px;
	}

	.box-heading,
	#column-left .title_module,
	#column-right .title_module,
	#column-left .box-content,
	#column-right .box-content {
		text-align: left !important;
		width: 220px !important;
		padding-right: 0;
	}

	.snap-drawer #column-left .title_module {
		width: 200px !important;
	}

	.wishlist-info td {
		padding: 3px;
	}

	.wishlist-info tbody .image img {
		max-width: 50px;
	}

	.htabs a {
		font-size: 14px;
		padding: 7px 10px 6px 10px;
	}

	#column-left {
		padding-top: 60px;
		padding-left: 20px;
	}

	#column-right {
		padding-top: 60px;
		padding-right: 20px;
	}

	.compare-info img {
		max-width: 50px;
	}

	.compare-info a.button,
	.compare-info input.button,
	.compare-info input[type='button'] {
		padding: 5px;
		font-size: 10px;
		line-height: 10px;
	}

	.compare-info td,
	.cart-info td {
		padding: 3px !important;
	}

	.mobile_menu {
		display: block;
	}

	.mobile_menu .m-center {
		border-right: 1px solid #000;
		border-left: 1px solid #000;
		background-color: #33748C;
		width: 74%;
		padding-left: 2px;
		padding-right: 2px;
	}

	.mobile_menu .right {
		width: 11%;
	}

	#tfc-menu {
		display: none;
	}

	.comment_content {
		width: 75%;
	}

	.flex-container {
		margin: 0;
		height: auto;
		position: relative;
	}

	.flex-container ul {
		width: auto;
		height: auto;
	}

	.flex-container li {
		width: 100%;
		height: auto !important;
	}

	.flex-container .slides img {
		width: 100%;
		height: auto !important;
		display: block;
	}

	.banner {
		width: 50%;
		padding-right: 0;
	}

	.banner-holder {
		width: 100%;
	}

	.banner div img {
		min-width: 100%;
		margin-left: -2px;
		margin-bottom: 0;
	}

	.content_slider p {
		font-size: 1.2em;
	}

	#header .links {
		display: none;
	}

	#header #cart {
		min-width: 300px;
	}

	#currency ul {
		margin-left: 2px;
	}

	#language {
		right: 2px;
	}

	#footer-text {
		padding-left: 10px;
		width: 90%;
	}

	#footer_top .text_item {
		display: none;
	}

	.footer_top_item h3 {
		cursor: pointer;
	}

	#footer {
		padding-bottom: 70px;
	}

	.checkout-content {
		display: block !important;
	}
}





/* **********************************************************************************************************************
		PLUGINS
********************************************************************************************************************** */


/* ****************************************************************************
		CLOUD ZOOM
**************************************************************************** */

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	margin: 0;
	cursor: move;
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute !important;
	background-color: #000;
	color: #fff;
	padding: 3px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	top: 0px;
}

/* cloud zoom wrapper styles */
.cloud-zoom-wrap {
	top: 0;
	position: relative;
	border-radius: 15px;
}

.mousetrap {
	border-radius: 15px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	overflow: hidden;
	left: 0px !important;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color: white;
	background: #222;
	padding: 3px;
	border: 1px solid #000;
}


/* ****************************************************************************
		Flexi Slider
**************************************************************************** */

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flex-direction-nav {
	z-index: 50;
}

.slides {
	z-index: 49;
}

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

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides>li:first-child {
	display: block;
}

@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}

	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
}


/* ****************************************************************************
		Font Awesome
**************************************************************************** */

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}

.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.3333333333333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.2857142857142858em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.142857142857143em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.142857142857143em;
	width: 2.142857142857143em;
	top: .14285714285714285em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.8571428571428572em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg)
	}

	100% {
		-moz-transform: rotate(359deg)
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg)
	}
}

@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg)
	}

	100% {
		-o-transform: rotate(359deg)
	}
}

@-ms-keyframes spin {
	0% {
		-ms-transform: rotate(0deg)
	}

	100% {
		-ms-transform: rotate(359deg)
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1)
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-bars:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-asc:before {
	content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-desc:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-reply-all:before {
	content: "\f122"
}

.fa-mail-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158"
}

.fa-won:before,
.fa-krw:before {
	content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}


/* ****************************************************************************
		Snap
**************************************************************************** */

.snap-content {
	background: #FFF;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto;
	overflow: scroll;
	z-index: 1;
}

.snap-drawers {
	background: #FFF;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto;
	z-index: 0;
}

.snap-drawer {
	position: absolute;
	top: 39px;
	bottom: 0;
	width: 265px;
	height: auto;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	-ms-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;
}

.snap-drawer-left {
	left: 0;
	background-color: #205e75;
}

.snap-drawer-right {
	right: 0;
	background-color: #205e75;
}

.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
	display: none;
}

.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
	width: 100%;
}

.snap-drawers {
	background-color: #FFF;
}

.snap-drawers .box>div {
	width: 200px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.snap-drawers .box-product {
	margin-left: 10px !important;
}

.snap-drawers .box-heading,
.snap-drawers .title_module {
	width: 200px !important;
}

.scrollable {
	-webkit-overflow-scrolling: touch;
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	-ms-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;
}


/* ****************************************************************************
		Colorbox
**************************************************************************** */

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}

#cboxWrapper {
	max-width: none;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background: url(../image/overlay.png) repeat 0 0;
}

#colorbox {
	outline: 0;
}

#cboxTopLeft {
	width: 21px;
	height: 21px;
	background: url(../image/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
	width: 21px;
	height: 21px;
	background: url(../image/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
	width: 21px;
	height: 21px;
	background: url(../image/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
	width: 21px;
	height: 21px;
	background: url(../image/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
	width: 21px;
	background: url(../image/controls.png) left top repeat-y;
}

#cboxMiddleRight {
	width: 21px;
	background: url(../image/controls.png) right top repeat-y;
}

#cboxTopCenter {
	height: 21px;
	background: url(../image/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
	height: 21px;
	background: url(../image/border.png) 0 -29px repeat-x;
}

#cboxContent {
	background: #fff;
	overflow: hidden;
}

.cboxIframe {
	background: #fff;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxLoadedContent {
	margin-bottom: 28px;
}

#cboxTitle {
	position: absolute;
	bottom: 4px;
	left: 0;
	text-align: center;
	width: 100%;
	color: #949494;
}

#cboxCurrent {
	position: absolute;
	bottom: 4px;
	left: 58px;
	color: #949494;
}

#cboxLoadingOverlay {
	background: url(../image/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
	background: url(../image/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
	outline: 0;
}

#cboxSlideshow {
	position: absolute;
	bottom: 4px;
	right: 30px;
	color: #0092ef;
}

#cboxPrevious {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../image/controls.png) no-repeat -75px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

#cboxPrevious:hover {
	background-position: -75px -25px;
}

#cboxNext {
	position: absolute;
	bottom: 0;
	left: 27px;
	background: url(../image/controls.png) no-repeat -50px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

#cboxNext:hover {
	background-position: -50px -25px;
}

#cboxClose {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../image/controls.png) no-repeat -25px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

#cboxClose:hover {
	background-position: -25px -25px;
}

@media only screen and (max-width: 749px) and (min-width: 0px) {

	#cboxTopLeft,
	#cboxTopRight,
	#cboxBottomLeft,
	#cboxBottomRight,
	#cboxMiddleLeft,
	#cboxMiddleRight,
	#cboxTopCenter,
	#cboxBottomCenter {
		height: 0;
		background: none;
		width: 0;
	}

	#cboxContent {
		background: #000;
	}

	.cboxPhoto {
		width: auto !important;
		height: auto !important;
	}

	#cboxClose,
	#cboxPrevious,
	#cboxNext {
		position: absolute;
		bottom: 0;
		right: 0;
		border: 1px solid #ADD4E2;
		color: #205E75;
		background: #e2f2f9;
		background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2f2f9));
		background: -moz-linear-gradient(top, #ffffff, #e2f2f9);
		background: -ms-linear-gradient(top, #ffffff, #e2f2f9);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9ca6b');
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		-webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
		-moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
		box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
		font-family: 'Source Sans Pro', Arial;
		text-decoration: none;
		cursor: pointer;
		text-align: center;
		text-shadow: #ffffff 0 1px 0;
		line-height: 28px;
		font-size: 12px;
		text-transform: uppercase;
		height: 29px;
		width: 60px;
		text-indent: 0;
		margin: 5px 3px;
	}

	#cboxPrevious,
	#cboxNext {
		width: 60px;
	}

	#cboxNext {
		left: 65px;
	}

	#cboxTitle {
		top: 4px;
		height: 20px;
	}

	#cboxCurrent {
		display: none !important;
	}
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}



/* ****************************************************************************
		ATH
**************************************************************************** */


.ath-viewport * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ath-viewport {
	position: relative;
	z-index: 2147483641;
	pointer-events: none;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

.ath-modal {
	pointer-events: auto !important;
	background: rgba(0, 0, 0, 0.6);
}

.ath-mandatory {
	background: #000;
}

.ath-container {
	pointer-events: auto !important;
	position: absolute;
	z-index: 2147483641;
	padding: 0.7em 0.6em;
	width: 18em;

	background: #eee;
	background-size: 100% auto;

	box-shadow: 0 0.2em 0 #d1d1d1;

	font-family: sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	text-align: center;
}

.ath-container small {
	font-size: 0.8em;
	line-height: 1.3em;
	display: block;
	margin-top: 0.5em;
}

.ath-ios.ath-phone {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em;
}

.ath-ios6.ath-tablet {
	left: 5em;
	top: 1.8em;
}

.ath-ios7.ath-tablet {
	left: 0.7em;
	top: 1.8em;
}

.ath-ios8.ath-tablet {
	right: 0.4em;
	top: 1.8em;
}

.ath-android {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em;
}

/* close icon */
.ath-container:before {
	content: '';
	position: relative;
	display: block;
	float: right;
	margin: -0.7em -0.6em 0 0.5em;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAAeHAAAHhwFd+hRDAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAHVQTFRFAAAAOTk5MzMzOzs7Nzc3QUFBQEBAPz8/Pj4+QUFBQEBAPz8/Pj4+QUFBQEBAPz8/QUFBPj4+Pz8/Pz8/Pj4+Pz8/Pz8/Pz8/Pj4+Pz8/Pj4+Pz8/Pz8/Pz8/Pz8/Pz8/Pj4+Pz8/Pz8/Pz8/Pz8/QEBAPz8/n3QmjwAAACZ0Uk5TAAkKDQ4zODk6OzxBQkNERUusrbG0tba7vL3Excbu8fL19fb3+PgucqJgAAACqklEQVR42sXc23LCIBAGYKy2pgft0WpP2vTA+z9i0+goCZAs7O7P3oWZTL5ZYAh7sca0MXmYG3jM7yfu4/TV1jdow01tX6cdg4UrGoN1FNM3a+GK1nBSzPYGrOJgsPZt1hrerYUrjoa9wjHgFI7B2veZWVk3tpCdWm07H30y8+4AIhedPFj7cW7wioABrggawIqIAaroGbYXzlGCUvQNnc0IUgwaQIoRA0QxagAoCAZ1BcmgrCAaVBVkg6IiwaCmSDIoKRINKopkg4IiwyCuyDIIKzINoopsg6CCYRBTsAxCCqZBRLGo2RcrtkLAwFaIGJgKIQNLIWZgKAQN2QpRg1dKoCmEDVkKcUOGQsGQrFAxJCqUDEkKNUOCQtFAVqgaiAplg69YFDAQFADDqAJiGFGADI1iF1XADAOKvqHSLApHFFBDRAE2BBVwQ0BRwOApfn8LGDxFEcOQAmeIK5CGmAJrCCvQBq8A8r9Zrw08qp6irvAGs/zpIr4XBQxf3nQsyhvwipABrQgbsIqYAamIG3CKnqH+LKDoGXbVwD84zDB4E4AZ4IqgAayIGKCKqMGYS5RiwOArlgUMnuJrWcAAUYwaAAqCQV1BMigriAZVBdmgqEgwqCmSDEqKRIOKItmgoMgwiCv6hkvaa6KKTIOoItsgqGAYxBQsg5CCaRBRsA0CCgEDWyFiYCqEDCyFmIGhEDRkK0QNmQphQ5ZC3JChUDAkK1QMiQolQ5JCzZCguNUzkBV3P4oGokLZQFKoGwgKgGFUATGMKECGQQXMYMxVTAE0RBVQQ0QBNgQVcENI8QwoBo8cUiszWYPz4OVi3bQ9cBQoQ0exblsvTDZwg6PYHNo/tE0XmvVwa4BxWBentgtnL+A8HHPxcnYaaBRoQ6twDY3iEW5oFI8Hwx/QxSE448b+MwAAAABJRU5ErkJggg==);
	background-color: rgba(255, 255, 255, 0.8);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 2.7em;
	height: 2.7em;
	text-align: center;
	overflow: hidden;
	color: #a33;
	z-index: 2147483642;
}

.ath-container.ath-icon:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	float: none;
}

.ath-mandatory .ath-container:before {
	display: none;
}

.ath-container.ath-android:before {
	float: left;
	margin: -0.7em 0.5em 0 -0.6em;
}

.ath-container.ath-android.ath-icon:before {
	position: absolute;
	right: auto;
	left: 0;
	margin: 0;
	float: none;
}


/* applied only if the application icon is shown */
.ath-container.ath-icon {}

.ath-action-icon {
	display: inline-block;
	vertical-align: middle;
	background-position: 50%;
	background-repeat: no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}

.ath-ios7 .ath-action-icon,
.ath-ios8 .ath-action-icon {
	width: 1.6em;
	height: 1.6em;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAACtCAYAAAB7l7tOAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAABa5AAAWuQBuyxkRwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAZoSURBVHja7d1ZbFRlGIfxzxVwl809goLgghrRoEaNSzQagrsRt8QYgzEG443SOQNSA0QTXHALcY2KMe7EuCB6YbxwiUtwA0VwQRSxqMimUNt5vOg5OEPL9Ew705m2zz95L5rOvOfr+8s3nZ6TOQ2hNyXiyhDxQpjADr3q5+4VyTIhRORCBCHijTCRPg6lZ+3c5hg3qZfdyT0D9/IQ0bQFblIvhnq2d0jdF3d8Edyknhe5O6aOs0PExnZwk3ooBLZxaN0lWcaFiE0pcVsqy+Ohnm0dXq0nYmzJuP8jPypyLSfDySFifYdwk8ow00HWYiZzeojY0Cnc/2uWA60t3FPLiJvU3Q62FpLl2BCxusy4SU1xwNVMhjEhYk2FcJOqd9DVSB3HhYi/KozrTq4S7ui0L8v9ppYJOUPk4LsiUxgVIlalQRl5D4x+oPhjrniuJOQ6ASqZiCNCREMajIPuhOV/wfGziz/uuz9gwtySdvPNQlQiGQ4LGX5LgzB0JixbDdA+8Pd/QnMOrnw+NXAuRNwgSDkzmUNDxMo0AENmwo8xLsCY2Zsv8m8VGKCpGS5/rgTkDNcLUx7cg0PE8jSD3/cOWPI7+fnj6PuLnwBZ1MCnyYObmmH8syUhXydQ53CHhoif0uIuXlWA+ydwzJH3sa7Y825/l7OAd5InNTbBeXNSIzeHDFcJ1ZHUMSRELEsz6L1vh28KcdcCJ4QQQnvAk+ZzCrAz8G7y5E1NMO6p1MhNIcsVgpWSLPuFiCVpBjxwOnyxshXuiUmrNMAhhADsBnyYjzz2yZKQLxMuTW5h3xDxbZrBDpgOn60owF0HnJTfLi1wjLw78FHS7O9GOOOxkpAvFbBYIvYJEYvTDLT/NFhQiLseOHnLlqUAx8h7AB8nTTc0wmmPpkZuDBnOFbKt3MzeIeLrNIPccxp8+ksB7j/AmW21LRU4D/mTfORTH0mNvClkGSdofjIMCBGfpxngrrfB+8ta4Z61tdYdAY6RBwFfbn552ASnPFwCcsRYYUMIoZ7+IWJBmsHtUg/vFeJuBM4u1r6jwDHyYOCr5GBrNsKY2amR/w6TOV3giKlpBtbnVnjz2wLcRuD89tp3BjgPeWFy0FUbYNS9qZEXhkvYrrfv4G1Dlsfbu+T39tJWuBemad9Z4Bh5L2BRcvDV/8DoB9vFXRKyHOAODiEsX06/8c+2fcaq760wv3Dn/gtcnLZ3OYBj5P2BpWl28oh7aHpmQdtv+npdgL7A/FwOJr7a+mV53uJWuJeU0r9cwPFaDwC+SxbTsB4On1XY7/BZsHJdy7eBIwSGqcnAcjm46bWWQe0wBeYuLMDNARNK7V9O4Hi9w4HNf6T9th4Oi5FH3dvydV4WQS//HQz0A97KR574Kjz9WcGgmoGrO9K/3MDxmg8EfkgWt2w1nPMErFhbsOZVwNG9fgfHA+sDvELbaQau6WjvSgDHax6Wv5O3yK/AocoWDmxHYO4Wg8oB13amb6WA4zUf0gbyL8BIRbeO/FIe7o2d7VlJ4HjNI4DkrPjPwAgliw9sO+Bp4KZy9Ks0cLzmkfEFiuEKphtY2T7C2RXA5V6zqUFgI7AR2AhsBBZYYIGNwEZgI3DFk+X1blX1DK4acD2Du928uugmJuWrOoZUDbjlA3Hda14CCyywwF1XF8zhqGoBXzCHowSucE2aV/jx0K4EnjSPkwQWWGCBawS4/7SW2yPUUi1tYFi1gJc2MKzW5tF/WieAB82gFlO1d9HAkFobxqAZAgsscC8FHjiDHHBRjdVOVQTeqdbmMXBG8Vs1FgUeMJ3m0M3T068mDZje6n8yCiywwAILLLDAAgsssMACCyywwAILLLDAAgsssMACCyywwAILLLDAAgsssMACCyywwAILLLDAAgsssMACCyywwAILLLDAAgsssMACCyywwAILLLDAAgsssMACCyywwAILLLDAHc+KtXz88xrYWjWsKe3+0wLXWIAP2rlh61CBBRZYYIGrBXwMcFqR6iuwEdgIbAQ2AhuBBRZYYIEFNgIbgY3ARmCBBRZYYIGNwEZgI7AR2AgssMACG4GNwEZgI7ARWGCBBRZYYCOwEdgIbAQWWGCBBRbYCGwENgIbgY3AAgsssMACG4GNwEZgI7DAHQGup69Vu9UpYKsHlEMQ2BLYEtgS2BLYKrWG3wVWz62A6dERWGAjsKnZ/Af2wMWISv7RmgAAAABJRU5ErkJggg==);
	margin-top: -0.3em;
	background-size: auto 100%;
}

.ath-ios6 .ath-action-icon {
	width: 1.8em;
	height: 1.8em;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAAB0CAQAAADAmnOnAAAAAnNCSVQICFXsRgQAAAAJcEhZcwAAWwEAAFsBAXkZiFwAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAGaklEQVR42u3cfUxVZRwH8O8FRERRfNfKt4zM2UzNMszZFPMPW5KWzizJ0JJWitOU3mYs54ZuNRk6zblSaebUnKllSpopaRorJiqmtjRNK4sNEBR5+fbH45ELwrnn5Tnn3gPP7/cv9/7O/eyc5zyvAF6PrlgAFTrRHcQmtFIQekDEYXRRFA3GzP4gCOI39FcaDcQ7g24BEUUYrTz0gIhKvKZE9IAIIhNhSkUPiNiGaOWiB0Tko4eS0QMi/sQQZaMHRJRivNLRAyKqkKZ89IAIYg1aKCDq5l60U0D6WYDeCkg/r2KEAtLPG5iqgPSzBukKKFB+ikgFpJ+56KyA9PMcHjBXYYwjGRmyQMR/GGWmAqVnNV4N4TuIICowPXhA1ZgR0o+Y6Yk1uTyVeD7E26Da3GpsYk0iTwQ3kSS5nbLboAj0wnBMwGwsRhaysRO5yEMe8iJP2bjig+joIlALbhE86xguCWUgXkYmduMMbjrQVhLEWfRzCagldwmelfTZhOmM8ViGXJQ7hFI3iwK906SUieLXgifTFs9DeA/HUOMKjP87LdlhoFb8RvB8ZJHHhxHIxEWXYfzzY0Q4BtSG3wueDyzhxCAFvwSRJuA7zeYXx/CQ4LEy/3sPlqMkBHBEHkN36UBt+YPgWWgapzfWoiJkcERewECpQB2YR5I1nG/6PbUcN0IMR2QJxhkEWsi0gPkjSVYzxRROS6SjLCRxGplYa+QPq2goqjnTFM8wFIQwjpZZCJcDVMmppu6dTNf7OFbzEDoFAKrcx5yA+ZIJnh444hEckcfRUxcoXe5wMwH/eIqHIK7gUbeAklHlOR4xCElyA2iWR3mIGixyHijDoziMqRw8xflH7H2v8vTjKfIyhzoLNNurPM+xVHRksp0EesabbU84M1hDklVMo885oMdcmhGUnO25W9w7xUx0sh8Ui/Ne5InjCcFTwL4BetI2gbZ5kedZreXZwjYBx2K2gKZ7DydMa3mqRcvjJFAcrnmNJ5ZfiXunlBMNzgfZAPrSazx9eVzwnOB9hmcULQM96TWeCSwRPFv9Wx6ngMKQ3zRaHqeAXvQSTzttNfgaJ5leOLQE5EOhd3j6MF/wnGSchZVVS0Bj5f6ELhzKiZzLdC7nOm7nAebzPIvqZKHF7x7DfwXPNsZYWpu3BLTD/iptPFO4mnt5muWGVg0uW6ozj5UBWh4ngPpYHZxG8nGmcTPPsJpmwzxQK34mPlrGKTY2UFkAWmJ+y8wopnM/y/QEilnAQ9zJbGZxMedzBif559EF5mr24s/ie3/nIFtb8CwAnTV+md04hzm83hBIFQu5mUv5Op/mQMbK3YKXyGJR5Vt2NPqzZAH1N3aJrTmNu1lRn6WUOVzGJA5hlHN7FFNFy0N+yAjbu1xNA70duFOWwPXaeFmLIu7gmxxm5oKtAUVxvahYzhfMVZAFdES/GU7m6bo0Z7mMw2n7jLsxoB78SVQ9T9OHfeUARfluNv5QzeNFf5pCvssBbm4DHsm/ReXvaOGkhhyg+MbeU3N4pZamhGs53O190m/wprZ/0tKDLAdo7p3f4GMSL9Ti/MpZbO32RvIofiKqX2eS1QpSgMI+r//5+7mvFucgE+nQf9TQA7qbR0X9PzjUegUpQG1O1F04eau2j3OAw4JzFGGE9nDvYQc7FaQARRf7rwwc1nDOcbLtbeUWgVK0vtYK2jw5LwMo2nf7c8navVPORWY7fbKAorlRXMMNJtuvIAMoTusKLhXzc2QO74UrcSfQXdodfEnOwy0D6GGxY3qPNj+XBNeiPlCCNs+TY3y05ThQ7EiwK4+JCztjdJTsBFCaNtpaJe9AlgSgsVN6aQOJzWwLBAcokqu1lucVmRUkAC2eeElsKE+F66EBdWOuyXkeF4EYT7LCzZanPtBoXtXmeTrJriAD6AmW8SkgWEC3W541bCm/ggygRxiPIMWSB1cInAqTRyJcnw8KUrD7rXmewY5VaAJA++W3PE0JKMPUPE8MEpoXkLnBcBL+wqpmBWQiemIXCCqghiIcadoxvvYbFFD9GIDDtb9s3EkF5B9RyKj7jy0UkH+MvnNBXAFp0QEbGjoCqoC0mNPwL1NACshYhKUqIN2YvFEB6ca0LxSQAlJACkgBKSAFpICsADXdVEAKSAEpIAWkgBSQAlJACkgBKaDgA41hc8vUXHM3UPOLVQpIAbkH9D87oz0rvnJrOgAAAABJRU5ErkJggg==);
	margin-bottom: 0.4em;
	background-size: 100% auto;
}

.ath-android .ath-action-icon {
	width: 1.4em;
	height: 1.4em;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkE2ODRFM0VGNDc0NTExRTRCNEUxODAyMzVCNkM5RTU5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkE2ODRFM0YwNDc0NTExRTRCNEUxODAyMzVCNkM5RTU5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTY4NEUzRUQ0NzQ1MTFFNEI0RTE4MDIzNUI2QzlFNTkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTY4NEUzRUU0NzQ1MTFFNEI0RTE4MDIzNUI2QzlFNTkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7bs1dGAAABKElEQVR42uyXywnCQBRFxyCxCFsQ/CzUGtQGdOfGuBJbcWcqsAGtwY2Iii1YgbhQF/EOvEAQ/ARnkhHug7NwvJC5hDBzClEUqV8nCILkTx+MQR9UZO0IFmAObnEwDMOfn11UZqcMlqD2tN4WhqAHTqYe6BncvP9i88nR/61AycUCwYfNx1MFIxcLDCxlMyvQSJGtu1ggzdxdLLBNkT26WGBhKZtZAX0q7b/IHSTrXIEr6ILdm4wu2JGskx+xPmFbYAo24CJsZK1p8hS2cZVQcteZCdanYOIyl+d46s+HBfIeIx/xk9B8f3AYEBobb0B7wQSswVlYy5rv5BugkdHIaGQ0MhoZjYxGRiOjkdEHWIBGRiOjkdHIaGQ0MhoZjYxGRiPL1sgeAgwApeJtJOoNgAYAAAAASUVORK5CYII=);
	background-size: 100% auto;
}

.ath-container p {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2147483642;
	text-shadow: 0 0.1em 0 #fff;
	font-size: 1.1em;
}

.ath-ios.ath-phone:after {
	content: '';
	background: #eee;
	position: absolute;
	width: 2em;
	height: 2em;
	bottom: -0.9em;
	left: 50%;
	margin-left: -1em;
	-webkit-transform: scaleX(0.9) rotate(45deg);
	transform: scaleX(0.9) rotate(45deg);
	box-shadow: 0.2em 0.2em 0 #d1d1d1;
}

.ath-ios.ath-tablet:after {
	content: '';
	background: #eee;
	position: absolute;
	width: 2em;
	height: 2em;
	top: -0.9em;
	left: 50%;
	margin-left: -1em;
	-webkit-transform: scaleX(0.9) rotate(45deg);
	transform: scaleX(0.9) rotate(45deg);
	z-index: 2147483641;
}

.ath-application-icon {
	position: relative;
	padding: 0;
	border: 0;
	margin: 0 auto 0.2em auto;
	height: 6em;
	width: 6em;
	z-index: 2147483642;
}

.ath-container.ath-ios .ath-application-icon {
	border-radius: 1em;
	box-shadow: 0 0.2em 0.4em rgba(0, 0, 0, 0.3),
		inset 0 0.07em 0 rgba(255, 255, 255, 0.5);
	margin: 0 auto 0.4em auto;
}

@media only screen and (orientation: landscape) {
	.ath-container.ath-phone {
		width: 24em;
	}

	.ath-android.ath-phone {
		margin-left: -12em;
	}

	.ath-ios.ath-phone {
		margin-left: -12em;
	}

	.ath-ios6:after {
		left: 39%;
	}

	.ath-ios8.ath-phone {
		left: auto;
		bottom: auto;
		right: 0.4em;
		top: 1.8em;
	}

	.ath-ios8.ath-phone:after {
		bottom: auto;
		top: -0.9em;
		left: 68%;
		z-index: 2147483641;
		box-shadow: none;
	}
}


/* ****************************************************************************
		Apprise
**************************************************************************** */


.apprise-overlay {
	background-color: rgba(255, 255, 255, 0.76);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 998;
}

div.apprise {
	background: #fff;
	border: 1px solid #aaa;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
	-mox-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
	color: #111;
	display: none;
	font-family: Arial, sans-serif;
	font-size: 14px;
	left: 40%;
	max-height: 90%;
	overflow: hidden;
	position: fixed;
	top: -50%;
	width: 20%;
	z-index: 999;
}

div.apprise .apprise-inner {
	padding: 20px;
}

div.apprise .apprise-input {
	margin-top: 10px;
	padding: 10px 0;
}

div.apprise .apprise-input input {
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.1);
	-mox-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.1);
	display: block;
	font-size: 13px;
	margin: 0 auto;
	padding: 5px 10px;
	width: 90%;
}

div.apprise .apprise-input input:focus {
	border-color: #01AEF0;
	outline: none;
}

div.apprise .apprise-buttons {
	background: #eee;
	border-top: 1px solid #aaa;
	box-shadow: inset 0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 0px #fff;
	-webkit-box-shadow: inset 0px 1px 0px #fff;
	padding: 10px 20px;
	text-align: right;
}

div.apprise .apprise-buttons button {
	background: #ededed;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
	-mox-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
	cursor: pointer;
	font-size: 13px;
	margin: 0 2px;
	overflow: hidden;
	padding: 5px 12px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
}

div.apprise .apprise-buttons button.blue {
	background: #01AEF0;
}

div.apprise .apprise-buttons button.red {
	background: #D23A30;
}

div.apprise .apprise-buttons button.blue,
div.apprise .apprise-buttons button.red {
	color: #fff;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
}

div.apprise .apprise-buttons button:hover {
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 3px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 3px rgba(0, 0, 0, 0.4);
}

div.apprise .apprise-buttons button:active {
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.8);
	-moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.8);
}

div.apprise .symbol {
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 40px;
	float: left;
}




/* **********************************************************************************************************************
		RESPONSIVE LAYOUT
********************************************************************************************************************** */



/* ****************************************************************************
		BIG
**************************************************************************** */

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

	#container,
	#footer_top_content,
	#footer_bottom,
	#footer-text p {
		width: 1200px;
	}

	#pre-container {
		background: #e9f5fa url(../image/bg-texture-1200.png) repeat-x top center;
	}

	#footer {
		background: #FFF url(../image/bg_footer-1200.png) repeat-x center bottom;
	}

	.flex-container ul {
		/*width: 892px;*/
		height: 409px;
	}

	.flex-container {
		height: 409px;
	}

	.content_slider p {
		font-size: 2.4em;
	}

	.box-product,
	#column-right .box-content,
	#column-left .box-content,
	#column-left,
	#column-right {
		width: 285px;
	}

	#column-left+#column-right+#content,
	#column-left+#content {
		margin-left: 305px;
	}

	#column-right+#content {
		margin-right: 305px;
	}

	.banner div img {
		/*margin-left:13px;*/
		margin-bottom: 13px;
		width: auto;
	}

	.box-product .image img {
		width: 100%;
	}

	.box-product .name a {
		font-size: 14px;
	}

	.box-product .wrap_price {
		width: 149px;
	}

	.box-product .submit input {
		width: 135px;
	}

	.box-product .price-old {
		font-size: 14px;
	}

	.box-product .price {
		font-size: 16px;
	}

	.product-list .image {
		height: auto;
	}

	.product-info>.left {
		width: 480px;
	}

	.product-info>.right {
		width: 397px;
	}

	.qtydrop {
		display: none;
	}

	.box-heading,
	#column-left .title_module,
	#column-right .title_module {
		background: url(../image/title_sidebar-1200.png) no-repeat left center;
	}

	.pavcol1 .imageborder {
		width: 98.3%;
		margin-right: 0;
	}

	.pavcol1 .imageborder img {
		min-width: 100%;
	}

	.contact-info ul li span.txt {
		width: 250px;
	}

	.flexcarousel,
	.productcaroussel {
		height: 130px;
	}

	.flexcarousel .flex-viewport {
		height: 128px;
	}

	.flexcarousel img {
		height: 108px;
		max-width: none;
	}

	.flexcarousel .flex-direction-nav a {
		height: 71px;
		top: -130px;
		padding-top: 57px;
	}

	#footer_top .text_item {
		display: block;
	}

	#googlemap {
		height: 243px;
		margin-bottom: 40px;
	}
}




/* ****************************************************************************
		TABLET
**************************************************************************** */

@media only screen and (min-width: 750px) and (max-width: 991px) {
	#pre-container {
		background: #e9f5fa url(../image/bg_repeat_mobile.png) repeat-x 0 35px;
		padding-top: 35px;
	}

	.mobile_menu .m-center {
		display: none;
	}

	.mobile_menu .left,
	.mobile_menu .right {
		width: 20%;
	}

	.mobile_menu .left a span,
	.mobile_menu .right a span,
	.mobile_menu .m-center-title {
		visibility: visible;
		display: inherit;
	}

	.mobile_menu .m-center-title {
		width: 59%;
		height: 24px;
		padding-top: 12px;
		font-size: 14px;
		float: left;
		display: block;
		text-align: center;
		color: #E1F2F9;
		text-transform: uppercase;
	}

	.snap-drawers {
		visibility: visible;
	}

	.mobile_menu {
		display: block;
	}

	#container,
	#footer_top_content,
	#footer_bottom,
	#footer-text p {
		width: 740px;
	}

	#tfc-menu>ul>li>a,
	#tfc-menu>ul>li ul>li>a {
		font-size: 14px;
	}

	#header #bottom_right {
		margin-top: 4px;
		margin-right: 0;
	}

	#header #welcome {
		float: none;
		clear: both;
		font-size: 11px;
	}

	#header #welcome a {
		font-size: 11px;
	}

	#header .links {
		bottom: 4px;
		padding-right: 1px;
	}

	#header .links a {
		font-size: 11px;
	}

	.flex-container {
		margin: 0;
		height: auto;
		position: relative;
		width: 74.35%;
	}

	.flex-container ul {
		width: auto;
		height: auto;
	}

	.flex-container li {
		width: 100%;
		height: auto !important;
	}

	.flex-container .slides img {
		width: 100%;
		height: auto !important;
		display: block;
	}

	.content_slider p {
		font-size: 1.6em;
	}

	.product-info>.left {
		width: 43%;
	}

	#content-snap #column-left,
	#content-snap #column-right {
		display: none;
	}

	#column-left {
		padding-top: 30px;
		padding-left: 20px;
	}

	.box-heading,
	#column-left .title_module,
	#column-right .title_module,
	#column-left .box-content,
	#column-right .box-content {
		text-align: left !important;
		width: 220px !important;
		padding-right: 0;
	}

	.banner div img {
		width: 23.4%;
	}

	#content {
		margin-top: 20px;
	}

	#column-left+#column-right+#content,
	#column-left+#content {
		margin-left: 5px;
		margin-right: 5px;
	}

	#column-right+#content {
		margin-right: 0;
	}

	.box-product {
		margin-left: 0px;
		width: 234px;
		margin-right: 15px;
	}

	.box-product+.box-product {
		margin-left: 0px;
	}

	.box-product .wrap_price {
		width: 120px;
	}

	.box-product .submit input {
		width: 113px;
	}

	.qtydrop {
		display: none;
	}

	.footer_top_item,
	.footer_bottom_item {
		overflow: hidden;
	}

	.checkout-content .left {
		width: 46%;
	}

	.compare-info img {
		max-width: 100px;
	}

	.buttons {
		overflow: auto;
		height: 60px;
		padding-top: 5px;
		margin-bottom: 10px;
	}

	.map {
		width: 58.5%;
	}

	.product-list>div {
		margin-left: 0;
	}

	.product-grid>div {
		margin-left: 0;
		width: 231px;
	}

	.product-grid .box-product .wrap_price {
		width: 117px;
	}

	.product-filter .display,
	.product-filter .sort,
	.product-filter .limit {
		background-color: #E9F4F9;
	}

	.cart-info tbody .price,
	.cart-info tbody .total,
	.cart-info thead .price,
	.cart-info thead .total {
		padding-right: 10px;
	}

	.cart-info tbody .name,
	.cart-info tbody .model,
	.cart-info tbody .quantity {
		padding-left: 10px;
	}

	.footer_top_item p,
	.footer_top_item a {
		font-size: 11px;
	}

	#footer_top .text_item {
		display: block;
	}

	.sf-menu a {
		font-size: 14px;
		font-weight: normal;
	}

	.post_item .imageborder {
		width: 98%;
	}

	.post_item .imageborder img {
		width: 100%;
	}
}


/* ****************************************************************************
		MOBILE
**************************************************************************** */

@media only screen and (max-width: 750px) {

	.left-banner {

		float: left;
		width: 100%;

	}

	.left-banner .banner div,
	.right-banner .banner div {

		width: 50%;
		float: left;

	}

	.left-banner .banner div img,
	.right-banner .banner div img {

		width: 80%;


	}

	.central-banner {

		float: left;
		width: 100%;

	}

	.right-banner {

		float: left;
		width: 100%;

	}


	.snap-drawers {
		visibility: visible;
	}

	#pre-container {
		background: #e9f5fa;
	}

	h1,
	.welcome {
		text-align: center;
	}

	h1 span,
	.welcome span {
		float: none;
		padding-left: 20px;
	}

	.h1-top {
		background-color: #e9f5fa;
	}

	#header {
		background: #E1F2F9;
		position: relative;
		width: 100%;
		height: 215px;
		text-align: center;
		padding-top: 30px;
	}

	#header #logo {
		width: 100%;
		height: 100px;
		position: relative;
		top: 0px;
		left: 0px;
	}

	#header #logo img {
		height: 100%;
	}

	#header #header_right {
		text-align: center;
		width: 100%;
		top: 0px;
		left: 0px;
	}

	.nologo {
		height: 110px !important;
	}

	.nologo #logo {
		display: none;
	}

	.nologo #language,
	.nologo #currency {
		top: 90px;
	}

	.nologo #cart {
		width: 100% !important;
		margin-top: 8px !important;
	}

	.nologo #cart .heading {
		border-radius: 0 !important;
		border-left: none;
		border-right: none;
		width: 100% !important;
	}

	.nologo #cart .content {
		border-left: none;
		border-right: none;
		border-radius: 0 !important;
	}

	#currency {
		position: absolute;
		left: 0px;
		top: 190px;
	}

	#language {
		position: absolute;
		right: 10px;
		top: 190px;
	}

	#header #search,
	#header #cart,
	.m-center #search {
		text-align: center;
		float: none;
		margin-top: 9px;
		margin-left: auto;
		margin-right: auto;
		width: 99%;
	}

	#header #search {
		display: none;
		visibility: hidden;
	}

	#header #cart .heading {
		width: 99.8%;
		margin-top: 0;
	}

	#header #search input,
	.m-center #search input {
		padding-left: 5px;
		width: 90%;
	}

	#header #cart .content {
		width: 88%;
		top: 31px;
	}

	#header #cart .heading .cart_top_in {
		width: 85%;
		min-width: 100px;
	}

	#header #bottom_right {
		margin: 0;
		margin-top: 5px;
		text-align: center;
	}

	#header #welcome {
		float: none;
		padding-top: 5px;
	}

	#header .links {
		display: none;
	}

	#header .links a {
		float: none;
		display: inline;
	}

	#tfc-menu {
		display: none;
	}

	.mobile_menu {
		display: block;
	}

	.mobile_menu .m-center {
		border-right: 1px solid #000;
		border-left: 1px solid #000;
		background-color: #33748C;
		width: 75.5%;
		padding-left: 2px;
		padding-right: 2px;
	}

	.mobile_menu .left a span,
	.mobile_menu .right a span,
	.mobile_menu .m-center-title {
		visibility: hidden;
		display: none;
	}

	.mobile_menu .left a.button,
	.mobile_menu .right a.button {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: none;
		filter: none;
		border: none;
		padding: 4px;
		font-size: 16px;
	}

	#container,
	#footer-text p {
		width: auto !important;
	}

	#menu,
	#footer_bottom,
	#slide-wrapper,
	#container #column-left,
	#container #column-right {
		display: none;
	}

	.banner {
		display: block;
		float: left;
		padding-top: 15px;
		/*width:47.6%;*/
		width: 100%;
		padding-right: 11px
	}

	.banner div img {
		margin-left: 6px;
		width: 100%;
	}

	#content {
		padding-left: 5px;
		padding-right: 5px;
		margin-top: 10px;
	}

	.breadcrumb {
		padding-top: 10px;
	}

	#column-left+#column-right+#content,
	#column-left+#content {
		margin-left: auto;
		margin-right: auto;
		width: 97%;
	}

	#column-right+#content {
		margin-right: 0;
	}

	.box-product,
	.product-grid .row-first,
	.footer_top_item,
	.footer_bottom_item {
		margin-left: 85px !important;
	}

	.box-product+.box-product,
	.product-list>div {
		margin-right: 0;
	}

	.product-list .box-product {
		margin-left: 0 !important;
	}

	.product-info>.left {
		float: none;
		margin-right: 0;
		width: 99.5%;
	}

	.product-info .image {
		width: 99.6%;
	}

	.product-info #wrap {
		text-align: center;
	}

	.product-info>.right {
		width: 100%;
	}

	.product-info .price {
		padding: 20px 10px 10px 40px;
		background: url(../image/bg_price.png) no-repeat left 15px;
	}

	.product-info .image-additional {
		/*width:99.4%;*/
	}

	.product-info .image-additional img {
		max-width: 65px;
		max-height: 65px;
	}

	.product-info .cart,
	.product-info .review {
		padding-left: 0px;
	}

	.product-info .desc2,
	.product-info .options {
		padding-left: 3px;
	}

	.product-list .links_add a {
		font-size: 11px;
	}

	.product-info .cart div>span {
		display: none;
	}

	.product-info .cart .qtyinput {
		display: none;
	}

	.product-info .cart .qtydrop {
		display: block;
	}

	.product-info .cart .cartbtn {
		display: block;
		margin-top: -5px;
		margin-bottom: 14px;
	}

	.product-info .cart .cartbtn input.button,
	.product-info .cart .cartbtn input.button input[type='button'] {
		width: 100%;
	}

	.product-info .cart .or {
		display: none;
	}

	.product-info .cart .links {
		display: block;
	}

	.product-info .cart .links a {
		border: 1px solid #ADD4E2;
		color: #205E75;
		background: #e2f2f9;
		background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2f2f9));
		background: -moz-linear-gradient(top, #ffffff, #e2f2f9);
		background: -ms-linear-gradient(top, #ffffff, #e2f2f9);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9ca6b');
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		-webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
		-moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
		box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
		font-family: 'Source Sans Pro', Arial;
		text-decoration: none;
		cursor: pointer;
		text-align: center;
		text-shadow: #ffffff 0 1px 0;
		line-height: 28px;
		font-size: 14px;
		font-weight: 600;
		height: 29px;
		width: 99.5%;
		transition: background .2s;
		display: block;
		margin-top: -10px;
	}

	.product-info .cart .selectBox-dropdown {
		border: 1px solid #ADD4E2;
		background: #ffffff;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		font-family: 'Source Sans Pro', Arial;
		text-decoration: none;
		cursor: pointer;
		text-shadow: #ffffff 0 1px 0;
		height: 29px;
		width: 99.5% !important;
	}

	.product-info .cart .selectBox-dropdown span.selectBox-label {
		width: 80% !important;
		color: #205E75 !important;
		line-height: 28px !important;
	}

	.product-info .cart .selectBox-arrow::before {
		padding-left: 6px;
		padding-top: 8px;
		font-size: 18px;
		color: #205E75 !important;
	}

	.h1-accordeon {
		display: block;
		border: 1px solid #ADD4E2;
		background: #ffffff;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		font-family: 'Source Sans Pro', Arial;
		text-decoration: none;
		cursor: pointer;
		text-shadow: #ffffff 0 1px 0;
		height: 32px;
		width: 96.7%;
		line-height: 32px;
		font-size: 14px;
		font-weight: 600;
		margin-top: 0;
		text-align: left;
		padding-left: 10px;
	}

	.tab-content {
		border-right: 1px solid #ADD4E2;
		border-bottom: 1px solid #ADD4E2;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		width: 94%;
		background: #E1F2F9;
	}

	.htabs {
		display: none;
	}

	.product-filter {
		background: #E1F2F9;
		margin-bottom: 20px;
		padding-top: 20px;
	}

	.product-filter label {
		width: 55px;
	}

	.product-filter .sort,
	.product-filter .display,
	.product-filter .limit {
		width: auto;
		padding-left: 5px;
		clear: left;
	}

	.box-product .image {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
		transition: none;
	}

	.box-product .image:hover {
		opacity: 1;
	}

	.cart-info thead td,
	.cart-info tbody a,
	.cart-info td {
		font-size: 11px;
	}

	.cart-info thead .price,
	.cart-info thead .total,
	.cart-info tbody .price,
	.cart-info tbody .total {
		padding-right: 5px;
	}

	.cart-info tbody .name,
	.cart-info tbody .model,
	.cart-info tbody .quantity {
		padding-left: 10px;
	}

	.compare-info img {
		max-width: 100px;
	}

	#googlemap {
		width: 100%;
		float: none;
		clear: both;
	}

	.contact-info {
		width: 220px;
		float: left;
		padding-right: 20px;
	}

	.social-info {
		width: auto;
	}

	.comment_content {
		width: 85%;
	}

	#content .content .left input.large-field,
	#content .content .left select.large-field,
	#content .content .right input.large-field,
	#content .content .right select.large-field {
		width: 90%;
		min-width: 90%;
	}

	input[type='text'],
	input[type='password'],
	textarea {
		width: auto !important;
		min-width: 96% !important;
	}

	#header #search input {
		width: 90% !important;
		min-width: 310px !important;
	}

	.m-center #search {
		text-align: left;
	}

	.m-center #search input {
		width: 80% !important;
		min-width: 0 !important;
		margin: 0;
		border: none;
		background: none;
		border-radius: 0;
		height: 25px;
		line-height: 26px;
		padding: 0;
		padding-left: 5px;
	}

	.cart input[type='text'],
	.cart-info tbody .quantity input[type='text'] {
		width: 20px !important;
		min-width: 20px !important;
		padding: 0 3px;
		margin-top: 0;
		font-size: 11px;
		height: 20px;
		line-height: 20px;
	}

	input.smallerinput {
		width: 100px !important;
		min-width: 100px !important;
	}

	textarea {
		width: 96% !important;
	}

	.footer_top_item,
	.footer_bottom_item {
		overflow: hidden;
	}

	#footer_top_content {
		width: auto;
	}

	#footer_top_item {
		width: 80%;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.footer_top_item {
		width: 100%;
		clear: both;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #f5b128;
	}

	.checkout-content .left,
	.checkout-content .right {
		width: 95%;
	}

	.checkout-content .left {
		margin-bottom: 20px;
	}

	.checkout-content .right {
		border-left: none;
		background: none;
		border-top: 1px solid #fada99;
		padding: 0;
		padding-top: 20px;
	}

	.buttons .right {
		/*width:100%;*/
	}

	.buttons .smaller {
		width: auto;
		margin-top: -4px;
	}

	#login {
		float: left;
	}

	.login-content .left {
		float: none;
		clear: both;
		width: 100%;
	}

	.login-content .right {
		float: left;
		width: 100%;
	}

	.login-content .left .content,
	.login-content .right .content {
		min-height: 0;
	}

	.buttons {
		overflow: auto;
		height: 70px;
		padding-top: 5px;
		margin-bottom: 10px;
	}

	.map {
		width: 58.5%;
	}

	.flex-container {
		margin: 0;
		height: auto;
		position: relative;
	}

	.flex-container ul {
		width: auto;
		height: auto;
	}

	.flex-container li {
		width: 100%;
		height: auto !important;
	}

	.flex-container .slides img {
		width: 100%;
		height: auto !important;
		display: block;
	}

	.content_slider p {
		font-size: 1.4em;
	}

	#footer-text {
		padding-left: 10px;
		width: 80%;
	}

	#footer_top .text_item {
		display: block;
	}

	.searchp .selectBox-dropdown {
		margin-top: 10px;
	}

	.searchp2 {
		margin-left: 62px;
	}

	#blogArticle .box-content {
		width: auto;
	}

	#commentRespond td.captcha span {
		float: none !important;
	}

	#commentRespond .captcha input[type="text"] {
		margin-bottom: 15px !important;
	}

	#blogArticle .articleHeader h1,
	#blogArticle .articleHeader h1 a,
	#blogCatArticles .articleHeader h3,
	#blogCatArticles .articleHeader h3 a {
		font-size: 18px !important;
		margin: 0 !important;
		text-decoration: none !important;
		color: #205E75;
	}
}


/* ****************************************************************************
		MOBILE WIDE
**************************************************************************** */

@media only screen and (max-width: 749px) and (min-width: 480px) {

	.box-product,
	.product-grid .row-first,
	.footer_top_item,
	.footer_bottom_item {
		margin-left: 10px !important;
	}

	.box>div {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.box-product,
	.product-grid .row-first {
		width: 46.5%;
	}

	.box-product .wrap_price {
		width: 50%;
	}

	.box-product .submit {
		width: 49%;
	}

	.box-product .submit input {
		width: 102%;
	}

	.box-content {
		width: 480px;
	}

	#blogArticle .box-content {
		width: auto;
	}

	#commentRespond td.captcha span {
		float: none !important;
	}

	#commentRespond .captcha input[type="text"] {
		margin-bottom: 15px !important;
	}

	.box-heading,
	#column-left .title_module,
	#column-right .title_module,
	#column-left .box-content,
	#column-right .box-content {
		text-align: left !important;
		width: 220px !important;
		padding-right: 0;
	}

	#column-left {
		padding-top: 30px;
		padding-left: 20px;
	}

	#column-right {
		padding-top: 30px;
		padding-right: 20px;
	}

	.mobile_menu {
		display: block;
	}

	.mobile_menu .m-center a.button {
		width: 49%;
	}

	.cart-info thead td {
		padding: 5px;
	}

	#tfc-menu {
		display: none;
	}

	.flex-container {
		margin: 0;
		height: auto;
		position: relative;
	}

	.flex-container ul {
		width: auto;
		height: auto;
	}

	.flex-container li {
		width: 100%;
		height: auto !important;
	}

	.flex-container .slides img {
		width: 100%;
		height: auto !important;
		display: block;
	}

	.content_slider p {
		font-size: 1.2em;
	}

	#footer_top .text_item {
		display: block;
	}
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 16px;
	}

	.footer_top_item,
	.footer_bottom_item {
		margin-left: 0px !important;
		width: 99.5%;
		padding-bottom: 0;
	}

	.box-product,
	.product-grid .row-first {
		margin-left: 3px !important;
		width: 97%;
	}

	.box-product .price-old {
		display: none;
	}

	.box-product .price-new {
		padding-left: 14px;
	}

	.box>div {
		text-align: center;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.box-content {
		width: 320px;
	}

	.box-product .image img {
		min-width: 100%;
	}

	.box-product .wrap_price {
		width: 50%;
	}

	.box-product .submit {
		width: 49%;
	}

	.box-product .submit input {
		width: 103%;
		font-size: 12px;
	}

	.product-list .box-product .new {
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		-ms-transform: none;
		top: 32px;
		text-align: left;
		width: 80px;
		padding-left: 5px;
	}

	.product-list .name a {
		font-size: 16px;
	}

	.product-list .links_add {
		width: 90px;
		padding-left: 10px;
	}

	.product-list .submit {
		width: 40%;
	}

	.product-filter .display {
		visibility: hidden;
		display: none;
	}

	.box-heading,
	#column-left .title_module,
	#column-right .title_module,
	#column-left .box-content,
	#column-right .box-content {
		text-align: left !important;
		width: 220px !important;
		padding-right: 0;
	}

	.snap-drawer #column-left .title_module {
		width: 200px !important;
	}

	.wishlist-info td {
		padding: 3px;
	}

	.wishlist-info tbody .image img {
		max-width: 50px;
	}

	.htabs a {
		font-size: 12px;
		padding: 7px 4px 6px 4px;
	}

	#column-left {
		padding-top: 30px;
		padding-left: 20px;
	}

	#column-right {
		padding-top: 30px;
		padding-right: 20px;
	}

	.compare-info img {
		max-width: 50px;
	}

	.compare-info a.button,
	.compare-info input.button,
	.compare-info input[type='button'] {
		padding: 5px;
		font-size: 10px;
		line-height: 10px;
	}

	.compare-info td,
	.cart-info td {
		padding: 3px !important;
	}

	.mobile_menu {
		display: block;
	}

	.mobile_menu .m-center {
		border-right: 1px solid #000;
		border-left: 1px solid #000;
		background-color: #33748C;
		width: 74%;
		padding-left: 2px;
		padding-right: 2px;
	}

	.mobile_menu .right {
		width: 11%;
	}

	#tfc-menu {
		display: none;
	}

	.comment_content {
		width: 75%;
	}

	.flex-container {
		margin: 0;
		height: auto;
		position: relative;
	}

	.flex-container ul {
		width: auto;
		height: auto;
	}

	.flex-container li {
		width: 100%;
		height: auto !important;
	}

	.flex-container .slides img {
		width: 100%;
		height: auto !important;
		display: block;
	}

	.banner {
		width: 100%;
		padding-right: 0;
	}

	.banner-holder {
		width: 100%;
	}

	.banner div img {
		min-width: 100%;
		margin-left: -2px;
		margin-bottom: 0;
	}

	.content_slider p {
		font-size: 1.2em;
	}

	#header .links {
		display: none;
	}

	#header #cart {
		min-width: 300px;
	}

	#currency ul {
		margin-left: 2px;
	}

	#language {
		right: 2px;
	}

	#footer-text {
		padding-left: 10px;
		width: 90%;
	}

	#footer_top .text_item {
		display: none;
	}

	.footer_top_item h3 {
		cursor: pointer;
	}

	#footer {
		padding-bottom: 70px;
	}

	#blogArticle .box-content {
		width: auto;
	}

	#commentRespond td.captcha span {
		float: none !important;
	}

	#commentRespond .captcha input[type="text"] {
		margin-bottom: 15px !important;
	}
}



.fb-like-box,
.fb-like-box span,
.fb-like-box.fb_iframe_widget span iframe {
	width: 100% !important;
}

.twitter-timeline {
	width: 100% !important;
}

.colore_da_sceglere {
	width: 40px;
	height: 40px;
	margin-left: 4px;
	float: left;
	border-radius: 30px;

}

.colore_attivo {
	border: 2px solid green;
}

.img-responsive {
	max-height: 100% !important;
	max-width: 100% !important;
}


.ui-dialog-titlebar {

	font-family: 'Gochi Hand';
	background-color: #e6f4fa !important;
	color: #266f8a !important;
	font-size: 14px !important;

}


.ui-dialog-content {
	font-family: 'Gochi Hand';
	background-color: #eff8fc !important;
	color: #266f8a !important;
	font-size: 18px !important;
	text-align: center;

}

.ui-dialog-content p {
	font-size: 16px !important;
}


.ui-dialog-content span {
	font-weight: bold;
	margin-top: 20px;
	font-size: 18px !important;
}

/* Stile base tipo Bootstrap (.table) */
.bs-table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
	vertical-align: top;
	border-collapse: collapse;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 1rem;
}

/* Celle e bordi orizzontali */
.bs-table th,
.bs-table td {
	padding: 0.75rem 0.75rem;
	border-bottom: 1px solid #dee2e6;
	text-align: left;
}

/* Intestazione */
.bs-table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #212529;
	font-weight: 600;
}

/* Effetto al passaggio del mouse sulle righe (opzionale - tipo .table-hover) */
.bs-table tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.075);
}