/* Colors */
/*

RED normal - #e80000
RED dark - #cf0000
RED light - #ea624c

BLUE normal - #29abe2
BLUE dark - #2498c9
BLUE light - #2dbefc

BLUE DARK normal - #1f5967
BLUE DARK darker - #17424d
BLUE DARK light - #266e80

GREEN normal - #22b573
GREEN dark - #1e9c63
GREEN light - #27cf83

ORANGE normal - #ffb000
ORANGE dark - #e59d00
ORANGE light - #ffbe33

PURPLE normal - #93278f
PURPLE dark - #7a2177
PURPLE light - #ad2fa9

*/
/* END Colors */


body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 16px;
	line-height: 24px;
	width: 100%;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

* {
	outline:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	color: #444;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
}
/* default font size */

.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */

h1 {
	margin-bottom: 40px;
	font-size: 36px;
}
h2 {
	margin-bottom: 20px;
	font-size: 26px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
p {
	margin-bottom: 15px;
}
a {
	color: #2498c9;
}
font > a {
	color: inherit;
}
a:hover {
	color: #1f5967;
}
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	outline-offset: 0;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 16px;
	font-weight: normal;
}
img {
	max-width: 100%;
}
select.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	height: 40px;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #ddd;
	background-color: #f7f7f7;
	color: #232A34;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	line-height: 18px;
	-webkit-appearance: none;
	appearance: none;
	transition: background .2s;
}
textarea.form-control {
	min-height: 200px;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #ddd;
	background-color: #f7f7f7;
	color: #232A34;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	line-height: 18px;
	-webkit-appearance: none;
	appearance: none;
	transition: background .2s;
	resize: vertical;
}
textarea.form-control:focus {
	background-color: #f0f0f0;
}
select.form-control:focus,
textarea.form-control:focus,
input[type="text"].form-control:focus,
input[type="password"].form-control:focus,
input[type="datetime"].form-control:focus,
input[type="datetime-local"].form-control:focus,
input[type="date"].form-control:focus,
input[type="month"].form-control:focus,
input[type="time"].form-control:focus,
input[type="week"].form-control:focus,
input[type="number"].form-control:focus,
input[type="email"].form-control:focus,
input[type="url"].form-control:focus,
input[type="search"].form-control:focus,
input[type="tel"].form-control:focus,
input[type="color"].form-control:focus {
	background-color: #f0f0f0;
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 16px;
}
select,
select.form-control {
	padding-right: 30px;
	background-image: url('../image/icon-arrow-down.png');
	background-repeat: no-repeat;
	background-position: right center;
}
.input-group .input-group-addon {
	font-size: 16px;
	height: 30px;
}
.form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control:focus {
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input::-webkit-input-placeholder {
	color: #232A34;
	opacity: 1;
}
input::-moz-placeholder {
	color: #232A34;
	opacity: 1;
}
input:-ms-input-placeholder {
	color: #232A34;
	opacity: 1;
}
input:-moz-placeholder {
	color: #232A34;
	opacity: 1;
}
blockquote {
	margin: 20px 0;
	padding: 40px 60px 20px;
	border: 0;
	position: relative;
	z-index: 2;
	border-radius: 5px;
	box-shadow: 0px 3px 0px 0px #ededed;
	background: #F5F6F7;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.4em;
}
blockquote:before {
	content: '\f10e';
	position: absolute;
	left: 20px;
	top: 20px;
	color: rgba(0,0,0,.1);
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-size: 6em;
	line-height: 1em;
	z-index: 1;
}
blockquote h4 {
	color: #333;
}
/* Fix some bootstrap issues */

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #e80000;
	font-weight: bold;
}

.panel {
	border: 0;
	box-shadow: 0 3px 0 0 rgba(0,0,0,.07);
	background: #f5f6f8;
	border-radius: 5px;
}

.panel-body {
	padding: 20px;
}

.help-block {
	font-size: 12px;
}

/* Gradent to all drop down menus */

.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */

#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link,
#top-links li,
#top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover,
#top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
body > header {
	position: relative;
	padding: 30px 0;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
	z-index: 11;
}
/* logo */

#logo {
	width: 150px;
	max-width: 100%;
	margin: 0;
}

/* Motto */

header > .container {
	position: relative;
}

.header-motto {
	position: absolute;
	top: -30px;
	right: 15px;
	padding: 5px 20px;
	box-shadow: 0 3px 0 0 rgba(0,0,0,.07);
	border-radius: 0 0 5px 5px;
	background: #22b573;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
}

.header-motto span {
	color: #ffd06b;
}

@media all and (max-width: 991px) {
	.header-motto {
		top: -20px;
		font-size: 14px;
		line-height: 1em;
	}
}

@media all and (max-width: 767px) {
	.header-motto {
		display: none;
	}
}

/* search */

.search-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.9);
	font-size: 0;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all .2s;
	z-index: 20;
}
.search-overlay:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
}
.search-wrapper {
	position: absolute;
	top: 100%;
	right: 0;
	margin: 0;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 3px 0 0 #ededed;
	background: #f5f6f7;
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s .2s, visibility .2s .2s, margin .2s .2s;
	z-index: 3;
}
.search-wrapper:before {
	content: '';
	position: absolute;
	bottom: 100%;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #f5f6f7 transparent;
}
body.show-search .search-wrapper {
	margin: 10px 0 0;
	opacity: 1;
	visibility: visible;
}
#search {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 280px;
	max-width: calc(100% - 1px;
	);
}
#search .input-lg {
	padding-right: 95px;
	border-radius: 5px;
	background: #fff;
}
#search .input-lg:focus {

}
#search .btn-lg {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 10px 35px;
	border-radius: 0 4px 4px 0;
	font-size: 15px;
	line-height: 18px;
	text-shadow: none;
}
#search-trigger {
	position: absolute;
	top: 50%;
	right: 0;
	width: 40px;
	height: 40px;
	margin-top: -20px;
}
#search-trigger > a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background: #F5B120;
	color: #fff;
	line-height: 40px;
	text-align: center;
	opacity: 1;
	visibility: visible;
	transition: opacity .2s, visibility .2s;
}

#search-trigger > a.hide-search {
	opacity: 0;
	visibility: hidden;
}
body.show-search #search-trigger > a.hide-search {
	opacity: 1;
	visibility: visible;
	background: #1F5967;
}
body.show-search #search-trigger > a.show-search {
	opacity: 0;
	visibility: hidden;
}
#search-trigger > a:before {
	content: none;
}
#search-trigger > a:hover {
	background: #1F5967;
}
/* cart */

#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */

#menu {
	min-height: 0;
	margin: 40px 0;
	padding-right: 50px;
	border: 0;
	border-radius: 0;
	background: none;
	text-align: right;
}
#menu .navbar-collapse {
	padding: 0;
	text-align: right;
}
#menu .nav {
	display: inline-block;
	vertical-align: top;
	float: none;
	font-family: 'Ubuntu', sans-serif;
	font-size: 0;
	font-weight: 700;
	line-height: 1em;
}
#menu .nav > li {
	display: inline-block;
	vertical-align: middle;
	float: none;
	font-size: 14px;
}
#menu .nav > li + li {
	margin-left: 5px;
}
#menu .nav > li > a {
	padding: 10px 20px;
	color: #232A34;
	border-radius: 5px;
	background: none;
	transition: all .2s;
}
#menu .nav > li > a:before {
	content: 'Kid';
	text-transform: uppercase;
}
#menu .nav > li:hover > a,
#menu .nav > li.open > a {
	background: #ffb000;
	color: #ffffff;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: block;
}
#menu .dropdown-inner ul {
	display: block;
}
#menu .dropdown-inner ul li + li {
	margin-top: 10px;
}
#menu .dropdown-inner a {
	display: block;
	padding: 3px 0;
	clear: both;
	line-height: 1.2em;
	color: #232A34;
	font-size: 13px;
}
#menu .dropdown-inner li a:hover {
	background: none;
	color: #12AEE0;
}
#menu .see-all {
	display: block;
	padding: 0;
	font-size: 12px;
	line-height: 1.4em;
	color: #ffb000;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid rgba(0, 0, 0, .2);
}
#menu .see-all:hover,
#menu .see-all:focus {
	text-decoration: none;
	color: #232A34;
	background: none;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border-radius: 5px;
	background: #22b573;
	color: #fff;
	line-height: 40px;
	text-align: center;
	opacity: 1;
	visibility: visible;
	transition: opacity .2s, visibility .2s;
}

#menu .btn-navbar:hover {
	background: #1F5967;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	box-shadow: none;
	background-color: #229ac8;
	color: #ffffff;
}

/* content */

#content {
	min-height: 600px;
}
/* footer */

footer {
	margin-top: 40px;
	padding-top: 0;
	background-color: #1f5967;
	border: 0;
	color: #e2e2e2;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer a:focus {
	color: #ffb000;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
footer .footer-top {
	padding: 60px 0;
}
footer .footer-top h5 {
	max-width: 340px;
}
footer .footer-top ul {
	max-width: 340px;
	font-size: 14px;
}
footer .footer-top ul .fa {
	margin-right: 5px;
	color: #ffb000;
}
footer .footer-top .newsletter-module {
	max-width: 340px;
	margin-bottom: 0;
}

footer .footer-top .newsletter-module h3 {
	margin-bottom: 2px;
}

footer .footer-bottom {
	padding: 20px 0;
	background: #fff;
	color: #969899;
	font-size: 14px;
}

footer .footer-bottom a {
	color: #29abe2;
}

footer .footer-bottom a:hover {
	color: #999;
}

footer .footer-bottom p {
	margin: 0;
}

footer .footer-bottom p.powered {
	text-align: right;
}

.footer-facebook {
	max-width: 340px;
	border-radius: 5px;
	box-shadow: 0 3px 0 0 rgba(0,0,0,.07);
}

.footer-facebook blockquote:before {
	content: none;
}

.footer-facebook > div {
	display: block;
	border-radius: 5px;
	overflow: hidden;
}

@media all and (min-width: 1200px) {
	#content.col-md-9,
	#content.col-sm-9	{
		width: calc(100% - 330px);
	}
	#column-left,
	#column-right {
		width: 330px;
	}
}

@media all and (max-width: 991px) {
	footer .footer-top .newsletter-module,
	.footer-facebook {
		margin-right: auto;
		margin-left: auto;
	}
}

@media all and (max-width: 767px) {
	footer {
		margin-top: 20px;
	}
	footer .footer-top {
		padding: 20px 0;
	}
	footer .footer-bottom {
		font-size: 12px;
	}
}

@media all and (max-width: 480px) {
	footer .footer-top .col-xs-6,
	footer .footer-bottom .col-xs-6 {
		float: none;
		width: 100%;
	}
	footer .footer-top ul,
	footer .footer-top h5 {
		margin-right: auto;
		margin-left: auto;
	}
	footer .footer-top .newsletter-module {
		margin-bottom: 20px;
	}
	footer .footer-bottom p,
	footer .footer-bottom p.powered {
		text-align: center;
	}
}

/* alert */

.alert {
	padding: 8px 14px 8px 14px;
	border-radius: 5px;
}
/* breadcrumb */

.breadcrumb {
	margin: 20px 0;
	padding: 0;
	border: 1px solid #f5f6f7;
	background: #f5f6f7;
	font-size: 0;
	white-space: nowrap;
	overflow: hidden;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	position: relative;
	max-width: 100%;
	padding: 6px 5px 6px 30px;
	background: #ffffff;
	white-space: nowrap;
	font-size: 12px;
}
.breadcrumb > li:first-child {
	padding-left: 15px;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: -13px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #f5f6f7;
	border-bottom: 1px solid #f5f6f7;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 1;
}
.breadcrumb > li a {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	color: #bbb;
	line-height: 1em;
	z-index: 2;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.breadcrumb > li a:hover {
	color: #777;
}
.pagination {
	margin: 0;
}
/* buttons */

.buttons {
	margin: 1em 0;
}
.btn {
	padding: 10px 20px;
	border-radius: 5px;
	background: #ffb000;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	transition: all .2s;
}

.btn:hover {
	background: #1f5967;
	color: #fff;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	box-shadow: none;
	background: #17424d;
	color: #fff;
	outline: none;
}

.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	border: 0;
	border-radius: 5px;
	box-shadow: none;
	color: #fff;
	background: #22b573;
}
.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
	background: #1e9c63;
}
.btn-primary {
	border: 0;
	background: #22b573;
	color: #ffffff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	box-shadow: none;
	background-color: #1f90bb;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */

.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */

.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */

.product-thumb {
	margin-bottom: 30px;
	border: 0;
	border-radius: 5px;
	box-shadow: 0 3px 0 0 rgba(0,0,0,.07);
	background: #f5f6f8;
	font-size: 14px;
	overflow: auto;
}
.product-thumb .rating {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	background: rgba(255,255,255,.8);
}
.product-thumb .image {
	position: relative;
	padding-top: 56.25%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}
.product-thumb .image a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: transparent;
	transition: background .2s;
	z-index: 1;
}
.product-thumb .image a:hover {
	background: rgba(255,255,255,.2);
}
.product-thumb .image img {
	display: none;
}
.product-grid .product-thumb .image {
	float: none;
	padding-top: 135%;
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 20px;
	min-height: 220px;
}
.product-thumb .caption > *:last-child {
	margin-bottom: 0;
}
.product-list .product-thumb .caption {
	margin-left: 300px;
}
@media (max-width: 767px) {
	.product-thumb .caption {
		min-height: 0;
		padding: 10px;
	}
	.product-list .product-thumb .caption {
		margin-left: 0;
	}
}
@media (min-width: 768px) {
	.product-list .product-thumb {
		position: relative;
	}
	.product-list .product-thumb .image {
		position: absolute;
		top: 0;
		left: 0;
		width: 300px;
		height: 100%;
		padding-top: 0;
	}
}
@media all and (min-width: 768px) and (max-width: 991px) {
	.product-list .product-thumb .image {
		width: 240px;
	}
	.product-list .product-thumb .caption {
		margin-left: 240px;
	}
}

.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button,
	.product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button,
	.product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnail {
	padding: 0;
	border-radius: 5px;
}
.thumbnail img {
	border-radius: 5px;
}
.thumbnails {
	overflow: hidden;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	display: block;
	width: 69px;
	height: 69px;
	margin-bottom: 0;
	padding: 5px;
	border: 1px solid #f5f6f7;
	background-position: center center;
	background-size: cover;
}
.image-additional a img {
	display: none;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear: left;
	}
}
@media all and (max-width: 1199px) {
	.image-additional a {
		width: 57px;
		height: 57px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear: left;
	}
}
@media all and (max-width: 991px) {
	.image-additional a {
		width: 58px;
		height: 58px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear: left;
	}
}
@media all and (max-width: 767px) {
	.thumbnails.poster > li:first-child a {
		width: 290px;
		margin: 0 auto 20px;
	}
	.image-additional a {
		width: 57px;
		height: 57px;
	}
}
/* fixed colum left + content + right*/

@media (min-width: 768px) {
	#column-left .product-layout .col-md-3 {
		width: 100%;
	}
	#column-left + #content .product-layout .col-md-3 {
		width: 50%;
	}
	#column-left + #content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}
	#content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}
}
/* fixed product layouts used in left and right columns */

.aside-wrapper {
	padding: 30px;
	border-radius: 5px;
	background: #F5F6F7;
	box-shadow: 0 3px 0 0 #ededed;
}

.aside-wrapper h3 {
	margin-top: 0;
	margin-bottom: 20px;
}

.aside-module + .aside-module {
	margin-top: 20px;
}

.aside-wrapper .product-thumb {
	margin: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.aside-wrapper .product-thumb .image {
	border-radius: 5px;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
}

.aside-wrapper .product-thumb .caption {
	min-height: 0;
	padding: 20px 0 0;
}

.aside-wrapper .product-thumb .caption h4 {
	margin-bottom: 0;
	font-size: 16px;
}

.aside-wrapper .product-thumb .caption P {
	display: none;
}

.aside-wrapper .product-layout + .product-layout {
	margin-top: 40px;
}

#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

@media all and (max-width: 1199px) {
	.aside-wrapper {
		padding: 30px 15px;
	}
}

/* fixed mobile cart quantity input */

.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
/* Missing focus and border color to overwrite bootstrap */

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

.pagination>li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 10px 0;
}

.pagination>li>a,
.pagination>li>span {
	width: 32px;
	height: 32px;
	padding-right: 0;
	padding-left: 0;
	border: 0;
	border-radius: 5px;
	background: #F5F6F7;
	color: #969899;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	border-radius: 5px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	border: 0;
	border-radius: 5px;
	background-color: #F5F6F7;
	color: #12AEE0;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #1f90bb;
}

/* Custom Classes */

.follow-social > li {
	display: inline-block;
	vertical-align: top;
}

.follow-social > li + li {
	margin-left: 15px;
}

.follow-social > li a {
	display: block;
}

.fb-share-button.fb_iframe_widget > span {
	vertical-align: top !important;
}

.g-recaptcha > div,
.g-recaptcha > div iframe {
	max-width: 100%;
}

.grecaptcha-badge {
	display: none !important;
}

.panel-title {
	overflow: hidden;
}

.panel-title-see-all {
	position: relative;
	min-height: 36px;
	padding-right: 45px;
}

.panel-title-see-all .see-all {
	position: absolute;
	bottom: 0;
	right: 0;
}

.image-paragraph br {
	display: none;
}

.image-paragraph.image-align-left {
	float: left;
	width: 35%;
	margin: 20px 20px 20px 0;
}

.image-paragraph.image-align-right {
	float: right;
	width: 35%;
	margin: 20px 0 20px 20px;
}

.image-paragraph.image-align-left img,
.image-paragraph.image-align-right img,
.image-paragraph.image-align-none img {
	width: 100% !important;
}

.image-paragraph.image-align-none {
	width: 100%;
	margin: 20px 0;
}

.image-paragraph.image-align-none img {
	float: none !important;
}

.category-description {
	margin: 20px 0;
}

#input-sort,
#input-limit {
	margin-bottom: 30px;
}

.scrollToTop {
	text-decoration: none;
	position: fixed;
	bottom: -20px;
	right: 20px;
	overflow: hidden;
	width: 64px;
	height: 64px;
	border: none;
	background: url('../image/shooting-star.png') no-repeat center;
	text-indent: -999px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: all .2s;
}

.scrollToTop.visible {
	bottom: 20px;
	opacity: 1;
	visibility: visible;
}

@media all and (max-width: 767px) {
	.image-paragraph.image-align-left {
		float: left;
		width: 40%;
		margin: 10px 20px 10px 0;
	}

	.image-paragraph.image-align-right {
		float: right;
		width: 40%;
		margin: 10px 0 10px 20px;
	}
	.scrollToTop {
		display: none !important;
	}
}

@media all and (max-width: 480px) {
	.image-paragraph.image-align-left {
		float: none;
		width: 100%;
		margin: 10px 0;
	}

	.image-paragraph.image-align-right {
		float: none;
		width: 100%;
		margin: 10px 0;
	}
}

/* Slider */

.slider {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
}
.slide {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 60px 0;
	background-color: #12aee1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 8;
}
.slide.active {
	z-index: 10;
}
.slide:before {
	content: '';
	position: absolute;
	top: -5%;
	left: -5%;
	display: block;
	width: 110%;
	height: 110%;
	background-image: inherit;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-filter: blur(15px);
	-moz-filter: blur(15px);
	-o-filter: blur(15px);
	-ms-filter: blur(15px);
	filter: blur(15px);
	z-index: 1;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	transform-style: preserve-3d;
	z-index: 1;
}
.slide:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(left,  rgba(18,174,225,0.2) 0%, rgba(18,174,225,0.9) 70%, rgba(18,174,225,0.9) 100%);
	background: -webkit-linear-gradient(left,  rgba(18,174,225,0.2) 0%,rgba(18,174,225,0.9) 70%,rgba(18,174,225,0.9) 100%);
	background: linear-gradient(to right,  rgba(18,174,225,0.2) 0%,rgba(18,174,225,0.9) 70%,rgba(18,174,225,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3312aee1', endColorstr='#e612aee1',GradientType=1 );
	z-index: 2;
}
.slide .container {
	height: 100%;
}
.slide .slide-content {
	position: relative;
	height: 100%;
	padding: 0;
	z-index: 3;
}
.slide .slide-content .image {
	position: relative;
	float: left;
	width: 50%;
	height: 100%;
	border-radius: 5px;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.slide .slide-content .image a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slide .slide-content .image a img {
	display: none;
}
.slide .slide-content .caption {
	position: relative;
	float: left;
	width: 50%;
	height: 100%;
	padding: 40px 40px 84px;
	color: #fff;
}
.slide .slide-content .caption h2 {
	color: #fff;
	opacity: 0;
	transform: translateX(50px);
	transition: all .2s;
}
.slide.active .slide-content .caption h2 {
	opacity: 1;
	transform: translateX(0);
}
.slide .slide-content .caption p {
	opacity: 0;
	transform: translateY(20px);
	transition: all .2s;
	transition-delay: .2s;
}
.slide.active .slide-content .caption p {
	opacity: 1;
	transform: translateY(0);
}
.slide .slide-content .caption h2 a {
	color: inherit;
}
.slide .slide-content .caption .read-more {
	position: absolute;
	bottom: 20px;
	right: 0;
	padding: 0 40px;
	text-align: right;
}
.slide .slide-content .caption .read-more a {
	padding: 10px 40px;
	background: #22b573;
}
.slide .slide-content .caption .read-more a:hover {
	background: #1f5967;
}
.read-more a {
	padding: 10px 20px;
	border-radius: 5px;
	background: #ffb000;
	color: #fff;
	transition: all .2s;
}
.read-more a:hover {
	background: #1f5967;
}
.steps {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: absolute;
}
.steps {
	left: 0;
	right: 0;
	bottom: 10px;
	margin: auto;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
	z-index: 11;
}
.step {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
	background: #fff;
	cursor: pointer;
	transition: all .2s;
}
.step + .step {
	margin-left: 10px;
}
.step.active,
.step:hover {
	box-shadow: 0 0 0 0 rgba(0,0,0,0.2);
	background: #ffb000;
}
.step.active {
	cursor: default;
}
@media all and (max-width: 1024px) {
	.slider {
		height: 350px!important;
		min-height: 350px!important
	}
	.slide .slide-content p {
		display: none;
	}
	.slide .slide-content .caption {
		padding: 20px 20px 60px;
	}
	.slide .slide-content .caption .read-more {
		padding: 0 20px;
		bottom: 0;
	}
	.steps {
		padding: 0 40px
	}
}
@media all and (max-width: 767px) {
	.slider {
		height: auto!important;
		min-height: 0!important;
		padding-top: 42%;
	}
	.slide {
		padding: 15px 15px 40px;
	}
	.slide .container {
		padding: 0;
	}
	.slide .content {
		padding-right: 20px;
		padding-bottom: 40px
	}
	.slide .content .grid-middle {
		vertical-align: bottom
	}
	.slide .slide-content .caption {
		padding: 0 20px;
	}
	.slide .slide-content .caption .read-more {
		display: none;
	}
	.steps {
		bottom: 5px;
		padding: 0;
		text-align: center
	}
}

@media all and (max-width: 480px) {
	.slider {
		height: 350px!important;
		min-height: 350px!important;
		padding-top: 0;
	}
	.slide .slide-content .image {
		float: none;
		width: 100%;
		height: 0;
		padding-top: 56.25%;
	}
	.slide .slide-content .caption {
		float: none;
		width: 100%;
		height: auto;
		padding: 20px 0 0;
	}
}

/* Category Carousel */

.category-list.owl-carousel {
	padding: 0 60px;
}

.category-list.owl-carousel .owl-stage-outer {
	padding: 10px 0;
}

.category-list.owl-carousel .item {
	text-align: center;
}

.category-list.owl-carousel a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 140px;
	height: 140px;
	border-radius: 50% / 10%;
	box-shadow: 0 5px 0 0 rgb(154, 0, 0);
	background-repeat: no-repeat;
	background-position: 50% 40%;
	background-color: #e80000;
	background-size: 64px auto;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	text-align: center;
	transform: scale(1);
	transition: transform .2s;
}

.category-list.owl-carousel a:before {
	content: '';
	position: absolute;
	top: 10%;
	bottom: 10%;
	right: -5%;
	left: -5%;
	background: inherit;
	border-radius: 5% / 50%;
}

.category-list.owl-carousel a span {
	position: absolute;
	top: 70%;
	left: 0;
	width: 100%;
}

.category-list.owl-carousel .cinema-tv a {
	background-image: url('../image/icon-film.png');
}

.category-list.owl-carousel .la-joaca a {
	box-shadow: 0 5px 0 0 rgb(0, 79, 113);
	background-image: url('../image/icon-toboggan.png');
	background-color: #29abe2;
}

.category-list.owl-carousel .in-oras a {
	box-shadow: 0 5px 0 0 rgb(20, 101, 64);
	background-image: url('../image/icon-castle.png');
	background-color: #22b573;
}

.category-list.owl-carousel .star a {
	box-shadow: 0 5px 0 0 rgb(165, 114, 0);
	background-image: url('../image/icon-favorites.png');
	background-color: #ffb000;
}

.category-list.owl-carousel .utile a {
	box-shadow: 0 5px 0 0 rgb(0, 81, 154);
	background-image: url('../image/icon-idea.png');
	background-color: #0080e8;
}

.category-list.owl-carousel .ingrijire a {
	box-shadow: 0 5px 0 0 rgb(76, 21, 74);
	background-image: url('../image/icon-care.png');
	background-color: #93278f;
}

.category-list.owl-carousel a:hover {
	transform: scale(.9);
}

.category-list.owl-carousel .owl-nav .owl-prev,
.category-list.owl-carousel .owl-nav .owl-next {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 0;
	margin-top: -20px;
	border-radius: 100%;
	line-height: 32px;
}

.category-list.owl-carousel .owl-nav .owl-prev:before,
.category-list.owl-carousel .owl-nav .owl-next:before {
	content: "\f060";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.category-list.owl-carousel .owl-nav .owl-next:before {
	content: "\f061";
}

.category-list.owl-carousel .owl-nav .owl-next {
	right: 0;
	left: auto;
}

@media all and (max-width: 1199px) {
	.category-list.owl-carousel a {
		width: 120px;
		height: 120px;
		background-position: 50% 30%;
		background-size: 52px auto;
		font-size: 14px;
	}
}

@media all and (max-width: 767px) {
	.category-list.owl-carousel {
		padding: 0;
	}
}

/* Subcategory carousel */

.subcategory-list.owl-carousel {
	margin: 40px 0;
	padding: 0;
	list-style: none;
}

.subcategory-list.owl-carousel.more-items {
	padding: 0 60px;
}

.subcategory-list.owl-carousel .owl-stage-outer {
	padding: 10px 0;
}

.subcategory-list.owl-carousel .item {
	text-align: center;
}

.subcategory-list.owl-carousel a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	border-radius: 50% / 10%;
	background-color: #e80000;
	background-size: 64px auto;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	line-height: 100px;
	text-align: center;
	transform: scale(1);
	transition: transform .2s;
}

.subcategory-list.owl-carousel a:hover {
	transform: scale(.9);
}

.subcategory-list.owl-carousel a:before {
	content: '';
	position: absolute;
	top: 10%;
	bottom: 10%;
	right: -5%;
	left: -5%;
	background: inherit;
	border-radius: 5% / 50%;
}

.subcategory-list.owl-carousel a span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.subcategory-list.owl-carousel .owl-item:nth-child(2n) a {
	background-color: #29abe2;
}

.subcategory-list.owl-carousel .owl-item:nth-child(3n) a {
	background-color: #22b573;
}

.subcategory-list.owl-carousel .owl-item:nth-child(4n) a {
	background-color: #ffb000;
}

.subcategory-list.owl-carousel .owl-item:nth-child(5n) a {
	background-color: #0080e8;
}

.subcategory-list.owl-carousel .owl-item:nth-child(6n) a {
	background-color: #93278f;
}

.subcategory-list.owl-carousel .owl-nav .owl-prev,
.subcategory-list.owl-carousel .owl-nav .owl-next {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 0;
	margin-top: -20px;
	border-radius: 100%;
	line-height: 32px;
}

.subcategory-list.owl-carousel .owl-nav .owl-prev:before,
.subcategory-list.owl-carousel .owl-nav .owl-next:before {
	content: "\f060";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.subcategory-list.owl-carousel .owl-nav .owl-next:before {
	content: "\f061";
}

.subcategory-list.owl-carousel .owl-nav .owl-next {
	right: 0;
	left: auto;
}

@media all and (max-width: 991px) {
	.subcategory-list.owl-carousel.more-items {
		padding: 0;
	}
	.subcategory-list.owl-carousel a {
		width: 90px;
		height: 90px;
		font-size: 12px;
		line-height: 90px;
	}
}

@media all and (max-width: 767px) {
	.subcategory-list.owl-carousel {
		margin: 0;
	}
	.subcategory-list.owl-carousel a {
		width: 80px;
		height: 80px;
		font-size: 12px;
		line-height: 80px;
	}
}

/* Article */

.article-top .article-title {
	position: relative;
	padding-right: 40px;
}

.article-top .article-title h1 {
	margin: 0 0 20px;
}

.article-top .article-goto-reviews {
	font-weight: 700;
}

.article-title .article-goto-reviews {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
}

.article-title .article-goto-reviews:focus {
	text-decoration: none;
}

.article-title .article-goto-reviews .fa {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	color: #2bb24c;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	z-index: -1;
}

.article-top .article-share {
	min-height: 40px;
	margin: 0 0 20px;
}

.article-top .article-image {
	position: relative;
	margin: 0 0 40px;
	border-radius: 5px;
	text-align: center;
}

.article-top .article-image img {
	width: 100%;
	border-radius: 5px;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
}

.article-content {
	margin: 0 0 40px;
	overflow: hidden;
}

.article-content ul li + li,
.article-content ol li + li {
	margin-top: 10px;
}

.article-content img {
	height: auto !important;
}

.article-meta {
	margin: 0 0 20px;
	color: #444;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
}

.article-meta a {
	display: inline-block;
	vertical-align: middle;
	padding: 0 4px;
	border-radius: 5px;
	background: #93278f;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
}

.article-meta a:hover {
	background: #1e9c63;
}

.article-gallery {
	clear: both;
	margin: 40px 0;
}

.article-map {
	margin: 40px 0;
}

.article-reviews {
	margin-top: 40px;
}

.article-reviews .buttons {
	margin: 1em -15px;
}

.article-reviews .buttons .alert {
	margin-bottom: 0;
}

.article-reviews .btn-primary {
	width: 100%;
	padding: 10px 5px;
}

.article-reviews.article-id-1785 table span.fa {
	display: none;
}

#review .table p {
	word-break: break-word;
}

#review .table p br + br {
	display: none;
}

#review .fa-stack {
	width: 14px;
	color: #ffb000;
}

#review .table-bordered > tbody > tr > td {
	padding: 20px;
}

#review blockquote {
	margin-bottom: 0;
}

#review blockquote ~ .fa {
	margin-top: 20px;
}

.articles-related .product-thumb .caption {
	min-height: 0;
}

.articles-related .product-thumb .caption h4 {
	margin-bottom: 0;
}

#review > p {
	margin: 20px 0;
	padding: 0;
	border-radius: 5px;
	padding: 5px 10px;
	box-shadow: 0 3px 0 0 #ededed;
	background: #f5f6f7;
	text-align: center;
}

@media all and (min-width: 992px) {
	.article-top .article-image figcaption {
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		padding: 20px;
		background: rgba(255,255,255,.8);
		font-weight: bold;
		text-align: left;
	}
	.article-top .article-image figcaption:empty {
		display: none;
	}
}

@media all and (max-width: 991px) {
	.article-top .article-title {
		min-height: 40px;
	}
	.article-top .article-title h1 {
		margin: 0 0 10px;
	}
	.article-top .article-share {
		margin: 0 0 10px;
	}
	.article-top .article-image {
		margin-bottom: 20px;
	}
	.article-top .article-image figcaption {
		margin: 20px 0 0;
		font-weight: bold;
		text-align: left;
	}
}

@media all and (max-width: 767px) {
	.article-gallery {
		margin: 20px 0;
	}
	.article-content {
		margin-bottom: 20px;
	}
	.article-reviews .btn-primary {
		width: auto;
		padding: 10px 20px;
	}
	.article-reviews #review-button-submit {
		text-align: right;
	}
	.article-reviews .buttons .alert {
		margin-bottom: 20px;
	}
}

@media all and (max-width: 480px) {
	.article-reviews .btn-primary {
		width: 100%;
	}
	.article-reviews #review-button-submit {
		text-align: center;
	}
}


/* LatestBD Module */

.latestbd-holder {
	position: relative;
}

.latestbd-holder h3 {
	padding-right: 50px;
}

.latestbd-controls {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
}

/* Homepage */

.common-home .area-2 {
	padding: 60px 0;
}

.common-home .area-2 #row0 .col-md-3 h3 {
	float: left;
}

.common-home .area-2 #row0 .col-md-3 h3 + span .btn {
	margin-bottom: 4px;
	padding: 5px 10px;
	background: #e80000;
	color: #ffbe33;
	font-size: 14px;
}

.common-home .area-2 #row0 .col-md-3 h3 + span .btn:hover {
	background: #93278f;
}

.common-home .area-2 #row0 .col-md-3 .product-layout .product-thumb .caption h4 {
	margin-bottom: 0;
	font-size: 16px;
}

.common-home .area-2 #row0 .col-md-3 .product-layout .product-thumb .caption p {
	display: none;
}

.common-home .area-2 #row0 .product-layout:last-child .product-thumb {
	margin-bottom: 0;
}

.common-home .area-3 {
	padding: 60px 0;
	border-top: 1px solid #ddd;
}

.common-home .area-4 {
	padding: 60px 0;
	background: #2bb24c;
}

.common-home .area-4 #row0 h3 {
	float: left;
	color: #fff;
}

.common-home .area-4 #row0 h3:before {
	content: 'KID ';
}

.common-home .area-4 #row0 .btn {
	margin-bottom: 4px;
	padding: 5px 10px;
	background: #e80000;
	color: #ffbe33;
	font-size: 14px;
}

.common-home .area-4 #row0 .btn:hover {
	background: #93278f;
}

.common-home .area-4 #row0 .product-layout:last-child .product-thumb {
	margin-bottom: 0;
}

.common-home .area-5 {
	padding: 60px 0;
	background: url('../image/consiliere-pattern.png') repeat top center #f5b120;
}

.common-home .area-5 h4 {
	margin-bottom: 10px;
	font-size: 24px;
}

.common-home .area-5 .product-layout .product-thumb .caption .read-more a {
	background: #1e9c63;
}
.common-home .area-5 .product-layout .product-thumb .caption .read-more a:hover {
	background: #1f5967;
}

.common-home .area-5 .row .product-layout:last-child .product-thumb {
	margin-bottom: 0;
}

.common-home .area-6 {
	padding: 20px 0 0;
	background-color: #1f5967;
	color: #e2e2e2;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
}

.common-home .area-6 a:hover {
	color: #fff;
}

.common-home .area-6 p {
	margin-bottom: 0;
}

.common-home footer {
	margin-top: 0;
}

@media all and (min-width: 1200px) {
	.common-home .area-2 #row0 .col-md-9 {
		width: calc(100% - 330px);
	}
	.common-home .area-2 #row0 .col-md-3 {
		width: 330px;
	}
}

@media all and (min-width: 768px) {
	.common-home .area-2 #row0 .col-md-9 .product-layout,
	.common-home .area-4 #row0 .product-layout {
		width: 100%;
	}
	.common-home .area-2 #row0 .col-md-9 .product-layout .product-thumb,
	.common-home .area-4 #row0 .product-layout .product-thumb {
		position: relative;
	}
	.common-home .area-2 #row0 .col-md-9 .product-layout .product-thumb .image,
	.common-home .area-4 #row0 .product-layout .product-thumb .image {
		position: absolute;
		top: 0;
		left: 0;
		width: 260px;
		height: 100%;
		padding-top: 0;
	}
	.common-home .area-2 #row0 .col-md-9 .product-layout .product-thumb .caption,
	.common-home .area-4 #row0 .product-layout .product-thumb .caption {
		margin-left: 260px;
	}
	.common-home .area-5 .product-layout .product-thumb	{
		position: relative;
		margin-bottom: 0;
	}
	.common-home .area-5 .product-layout .product-thumb .image {
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		height: 100%;
		padding-top: 0;
	}
	.common-home .area-5 .product-layout .product-thumb .caption {
		position: relative;
		margin-left: 50%;
		height: 100%;
		padding: 40px 40px 84px;
	}
	.common-home .area-5 .product-layout .product-thumb .caption .read-more {
		position: absolute;
		left: 0;
		bottom: 20px;
		width: 100%;
		padding: 0 40px;
		text-align: right;
	}
}

@media all and (min-width: 992px) {
	.common-home .area-2 #row0 .col-md-3 .product-layout {
		width: 100%;
	}
	.common-home .area-2 #row0 .col-md-3 .product-layout .product-thumb .caption {
		min-height: 0;
	}
}

@media all and (min-width: 1200px) {
	.common-home .area-2 #row0 .col-md-9 .product-layout .product-thumb .image,
	.common-home .area-4 #row0 .product-layout .product-thumb .image {
		width: 300px;
	}
	.common-home .area-2 #row0 .col-md-9 .product-layout .product-thumb .caption,
	.common-home .area-4 #row0 .product-layout .product-thumb .caption {
		margin-left: 300px;
	}
}

@media all and (max-width: 991px) {
	.common-home .area-2 #row0 > *[class*='col'] + *[class*='col'],
	.common-home .area-4 #row0 > *[class*='col'] + *[class*='col'] {
		margin-top: 40px;
	}
}

@media all and (min-width: 768px) and (max-width: 991px) {
	.common-home .area-2 #row0 .col-md-3 .product-layout .product-thumb .caption {
		min-height: 100px;
	}
}

@media all and (max-width: 767px) {
	.common-home .area-2,
	.common-home .area-3,
	.common-home .area-4,
	.common-home .area-5 {
		padding: 20px 0;
	}
	.common-home .area-5 .product-layout .product-thumb .caption .read-more {
		text-align: center;
	}
	.common-home .area-2 .col-sm-6 .product-thumb .caption h4,
	.common-home .area-4 .col-sm-6 .product-thumb .caption h4 {
		margin-bottom: 0;
	}
	.common-home .area-2 .col-sm-6 .product-thumb .caption p,
	.common-home .area-4 .col-sm-6 .product-thumb .caption p {
		display: none;
	}
}

@media all and (min-width: 481px) and (max-width: 767px) {
	.common-home .area-2 .col-sm-6,
	.common-home .area-4 .col-sm-6 {
		width: 50%;
	}
	.common-home .area-2 .product-layout:nth-child(2n+1),
	.common-home .area-4 .product-layout:nth-child(2n+1) {
		clear: both;
	}
	.common-home .area-4 .product-thumb {
		margin-bottom: 0;
	}
}

@media all and (min-width: 481px) and (max-width: 991px) {
	.common-home .area-2 .aside-module .product-thumb {
		margin-bottom: 0;
	}
}

@media all and (max-width: 480px) {
	.common-home .area-5 .product-layout .product-thumb .caption .read-more a {
		width: 100%;
	}
}

/* Newsletter */

.newsletter-module {
	background: #ea624c;
}

.newsletter-module h3 {
	float: none !important;
	margin: 0;
	padding: 20px 20px 0;
	color: #fff;
	font-size: 26px;
	text-align: center;
}

.newsletter-module .panel-body {
	position: relative;
}

.newsletter-module .panel-body .alert {
	position: absolute;
	top: 0;
	left: 20px;
	width: calc(100% - 20px);
	height: 20px;
	padding: 0;
	border: 0;
	background: none;
	color: #fff;
	font-size: 10px;
	line-height: 20px;
}

.newsletter-module .panel-body .alert .fa {
	line-height: middle;
}

.newsletter-module .panel-body .form-control {
	padding-right: 52px;
	border: 0;
}

.newsletter-module .panel-body .btn {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	padding: 0;
	background: #ffb000;
	line-height: 40px;
}

.newsletter-module .panel-body .btn:hover {
	background: #1e9c63;
}

/* Video Wrapper */

.note-video-clip-wrapper {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.note-video-clip-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.note-video-clip-wrapper:not(.video-instagram) iframe {
	height: 100%;
}

.note-video-clip-wrapper.video-instagram {
	position: static;
	height: auto;
	padding-top: 0;
}

.note-video-clip-wrapper.video-instagram iframe {
	position: static;
}

/* Contact Page */

.contact-right .buttons .btn {
	padding: 10px 40px;
}

.contact-right .form-group .col-sm-12 {
	padding: 0;
}

.instagram-media {
	margin: 15px auto !important;
}

@media all and (min-width: 768px) {
	.contact-left h3 {
		margin-bottom: 39px;
	}
}

@media all and (max-width: 480px) {
	.contact-right .pull-right {
		float: none !important;
	}
	.contact-right .pull-right .btn-primary {
		width: 100%;
	}
}

/* Search Page */

.search-top {
	margin-bottom: 20px;
	overflow: hidden;
}

.search-top .search-button {
	margin: 20px 0;
}

@media all and (max-width: 480px) {
	.search-top .search-button {
		float: none !important;
	}
	.search-top .search-button .btn-primary {
		width: 100%;
	}
}

#map_canvas {
	display: block;
	width: 100%;
	height: 400px;
	margin-bottom: 20px;
}

@media all and (max-width: 1199px) {
	#menu .nav > li > a {
		padding: 10px 15px;
	}
}

@media (min-width: 992px) {
	.navbar-header {
		display: none;
	}
	#menu .navbar-collapse {
		display: block;
	}
	#menu .dropdown .dropdown-menu {
		display: block;
		padding: 20px;
		border: 0;
		box-shadow: none;
		border-radius: 5px;
		background: #F5F6F7;
		font-size: 14px;
		visibility: hidden;
		opacity: 0;
		transform: scale(0);
		transform-origin: center center;
		transition: all .2s cubic-bezier(0.6, -0.58, 0.41, 1.56)
	}
	#menu .dropdown:last-child .dropdown-menu {
		left: auto;
		right: 0;
	}
	#menu .dropdown:hover .dropdown-menu {
		visibility: visible;
		opacity: 1;
		transform: scale(1);
		transition: all .2s cubic-bezier(0.6, -0.58, 0.41, 1.56);
	}
}
@media all and (max-width: 991px) {
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 14px;
	}
	h6 {
		font-size: 12px;
	}
	body > header {
		position: relative;
		padding: 20px 0;
		z-index: 12;
	}
	body > header .container {
		position: relative;
	}
	body > header .container .row > div {
		position: static;
	}
	#search-trigger {
		right: 15px;
	}
	#menu {
		position: static;
		margin: 18px 0;
	}
	#menu .nav {
		display: block;
		margin: 0;
	}
	#menu .navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		display: block !important;
		width: 100%;
		height: auto !important;
		margin-top: 20px;
		border-top: 1px solid #ccc;
		border-radius: 0 0 5px 5px;
		box-shadow: 0px 2px 0 1px rgba(0, 0, 0, 0.2);
		background: #fff;
		text-align: left;
		opacity: 0;
		visibility: hidden;
		transform: rotateX(-90deg);
		transform-origin: center top;
		transition: opacity .2s, visibility .2s, transform .2s;
		z-index: 2;
	}
	body.show-menu #menu .navbar-collapse {
		transform: rotateX(0deg);
		opacity: 1;
		visibility: visible;
	}
	#menu .nav > li {
		display: block;
	}
	#menu .nav > li + li {
		margin-left: 0;
		border-top: 1px solid #ccc;
	}
	#menu .nav > li.dropdown > a {
		position: relative;
		padding-right: 35px;
	}
	#menu .nav > li.dropdown > a:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 15px;
		width: 0;
		height: 0;
		margin-top: -3px;
		border-style: solid;
		border-width: 6px 5px 0 5px;
		border-color: #999 transparent transparent transparent;
	}
	#menu .nav > li:hover > a:after {
		border-color: #fff transparent transparent transparent;
	}
	#menu .nav > li.open > a:after {
		border-width: 0 5px 6px 5px;
		border-color: transparent transparent #fff transparent;
	}
	#menu .nav > li > a {
		padding: 15px 20px;
		border-radius: 0;
		color: #333;
	}
	#menu .nav > li > a:hover {
		background: #ffb000;
	}
	#menu .navbar-header {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		width: 40px;
		height: 40px;
	}
	#menu .btn-navbar {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		opacity: 1;
		visibility: hidden;
		transition: opacity .2s, visibility .2s;
	}
	#menu .btn-navbar.show-menu-trigger {
		opacity: 1;
		visibility: visible;
	}
	#menu .btn-navbar.hide-menu-trigger {
		opacity: 0;
		visibility: hidden;
	}
	body.show-menu #menu .btn-navbar {
		background: #229ac8;
	}
	body.show-menu #menu .btn-navbar.show-menu-trigger {
		opacity: 0;
		visibility: hidden;
	}
	body.show-menu #menu .btn-navbar.hide-menu-trigger {
		opacity: 1;
		visibility: visible;
		z-index: 2;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding: 0;
		background: #F5F6F7;
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		padding: 15px 35px;
		color: #333;
		font-size: 14px;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
		color: #12AEE0;
	}
	#menu .dropdown-inner ul li + li {
		margin-top: 0;
		border-top: 1px solid rgba(255,255,255,.3);
	}
	#menu .see-all {
		margin-top: 0;
		padding: 15px 35px;
		border: none;
		border-top: 1px solid rgba(255,255,255,.3);
		border-radius: 0;
		color: #333;
	}
}
@media (min-width: 768px) {
	.navbar-header {
		float: none;
	}
}
@media (max-width: 767px) {
	body {
		font-size: 14px;
	}
	body > header {
		padding: 10px 0;
	}
	h1 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 14px;
	}
	h6 {
		font-size: 12px;
	}
	label {
		font-size: 14px;
	}
	blockquote {
		padding: 40px 20px 20px;
		font-size: 14px;
	}
	#logo {
		width: 100px;
	}
	#menu {
		margin: 20px 0;
		padding-right: 45px;
		border-radius: 4px;
	}
	#menu .navbar-collapse {
		margin-top: 10px;
	}
	#search-trigger {
		right: 10px;
	}
	.form-group {
		margin-bottom: 10px;
	}
	select.form-control,
	input[type="text"].form-control,
	input[type="password"].form-control,
	input[type="datetime"].form-control,
	input[type="datetime-local"].form-control,
	input[type="date"].form-control,
	input[type="month"].form-control,
	input[type="time"].form-control,
	input[type="week"].form-control,
	input[type="number"].form-control,
	input[type="email"].form-control,
	input[type="url"].form-control,
	input[type="search"].form-control,
	input[type="tel"].form-control,
	input[type="color"].form-control {
		font-size: 14px;
	}
	.btn {
		font-size: 14px;
	}
	.breadcrumb > li {
		padding: 5px 5px 5px 30px;
	}
	.breadcrumb > li:after {
		right: -11px;
		width: 24px;
		height: 24px;
	}
}
