,*:focus {
	outline: none !important;
}
body {
	color:#000;
	font-size: 12px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-backface-visibility: hidden;
	background-color:#fff;
}
a, a:hover, a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	/*text-decoration: underline;*/
}
.no_selection {
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
}
.wrapper {
	width:100%;
	display:inline-block;
}
.full-width {
	width:100%;
}
.inline {
	display: inline-block;
}
.disable_select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
img.shadow {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	margin-bottom:3px;
}
p img.pull-left {
	margin: 0 20px 20px 0;
}
p img.pull-right {
	margin: 0 0 20px 20px;
}
@media (max-width: 360px) {
 p img.pull-left, p img.pull-right {
margin: 0 0 20px;
float:none;
}
}
.margin-2 {
	margin: 20px 0;
}
.text-uppercase {
	text-transform:uppercase;
}
ul, ul li {
	list-style:none;
	padding:0;
	margin:0;
}
ul li {
	padding: 3px 0;
}
input[type="checkbox"], input[type="radio"] {
	border: none;
	margin:1px 0 0;
	vertical-align:middle;
}
input, input.form-control {
	border:1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
	-webkit-appearance: none;
	-moz-appearance: none;
}
.form-control:focus {
	border-color: #ccc;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.btn:active, .btn.active, .btn:focus, .btn-group.open .dropdown-toggle {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-default {
	padding: 7px 10px;
	color: #fff;
	background-color: #4b4b4b;
	border: none;
	border-radius: 0;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	line-height:18px;
	margin-bottom:15px;
	-webkit-transition: background-color 0.25s 0s ease;
	-moz-transition: background-color 0.25s 0s ease;
	-o-transition: background-color 0.25s 0s ease;
}
.btn-default i.typcn {
	font-size:18px;
	line-height:18px;
	margin:-1px 5px 0 0;
	float:left;
}
.btn-default i.typcn.typcn-mail {
	margin-top:-3px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	color: #fff;
	background-color: #000;
	-webkit-transition: background-color 0.25s 0s ease;
	-moz-transition: background-color 0.25s 0s ease;
	-o-transition: background-color 0.25s 0s ease;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	background-color: #727272;
}
.btn-default.btn-light {
	color: #949494;
	background-color: #f6f6f6;
	border: 0;
	text-transform:uppercase;
	font-size:10px;
	line-height:16px;
}
.btn-default.btn-light:hover, .btn-default.btn-light:focus, .btn-default.btn-light:active, .btn-default.btn-light.active {
	background-color: #ebebeb;
}
.btn-default.btn-lg {
	font-size:12px;
	line-height:20px;
	padding: 12px 15px;
}
.btn-default.btn-lg i.typcn {
	font-size:20px;
	line-height:20px;
	margin:-3px 5px 0 0;
}
.btn-default.btn-xl {
	font-size:13px;
	line-height:25px;
	padding: 15px 15px;
}
.btn-default.btn-xl i.typcn {
	font-size:25px;
	line-height:25px;
	margin:-2px 5px 0 0;
}
.dropdown-menu {
	border: none;
	border-radius:0;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-size:12px;
	font-weight: normal;
	line-height: 2;
	color: #575757;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #575757;
}
h1, h2 {
	font-size:34px;
	font-weight:normal;
	line-height: 38px;
	margin: 10px 0 25px;
	color:#000;
}
h3 {
	/*font-size:27px;*/
	font-size:25px;
	font-weight:normal;
	line-height: 30px;
	/*margin: 15px 0px 0px;*/
	color:#000;
        border-bottom: solid 1px;
        padding-bottom: 8px;
}
h3 i {
	font-size:30px;
	color:#a3a3a3;
	padding-right:5px;
}
h4 {
	font-size:22px;
	font-weight:normal;
	line-height: 28px;
	margin: 15px 0 20px;
	color:#000;
}
h4 i {
	font-size:27px;
	color:#a3a3a3;
	padding-right:5px;
}
h5 {
	font-size:20px;
	font-weight:normal;
	line-height: 26px;
	margin: 15px 0 15px;
	color:#000;
}
h6 {
	font-size:16px;
	font-weight:normal;
	line-height: 22px;
	margin: 15px 0 15px;
	color:#000;
}
.font1, .btn-default {
	/*font-family: Verdana, Geneva, sans-serif;*/
}
.font2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.bigfont {
	font-size:230px;
	line-height:230px;
}
.flex_text_box h2, .flex_text_box h6 {
	margin-bottom:0px !important;
}
.arch {
	margin-bottom:0px !important;
}
@media (max-width: 767px) {
.bigfont {
font-size:120px;
line-height:120px;
}
}
label {
	font-weight: normal;
}
.divider {
	height:20px;
	border-bottom: 1px solid #eee;
	margin-bottom:20px;
	clear: both;
}
@media (max-width: 767px) {
.divider {
 height:8px;
margin-bottom:8px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.divider {
 height:12px;
margin-bottom:12px;
}
}
.divider.divider-sm {
	height:8px;
	margin-bottom:8px;
}
.divider-clear {
	height:25px;
}
.price {
	font-size: 24px;
	line-height:24px;
	margin: 10px 0 15px;
}
.price .old {
	font-size:16px;
	text-decoration:line-through;
	display: block;
}
.price .new {
	color:#c40000;
}
.container-full {
	width:100%;
	margin: 0 auto;
}
.container-full-inside {
	margin-left:70px;
	margin-right: 0;
	padding-left:15px;
	padding-right: 15px;
}
@media (max-width: 767px) {
.container-full-inside {
 margin: 0;
}
}
.product {
	float: left;
	padding: 25px 15px 35px;
}
.products_scroll .product {
	float: left;
	padding:0;
}
.products .product .inside {
	position:relative;
	/*	display:inline-block;
*/	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.products_scroll .product .inside {
	-webkit-box-shadow: none;
	box-shadow:none;
}
.products_scroll .product .inside div {
	margin-right: 15px;
}
.products_scroll .product:last-child .inside {
	/*margin-right: 0;*/
}
.touchdevice .products_scroll .product .inside, .touchdevice .products_scroll .product:last-child .inside {
	/*margin-right: 15px !important;
	margin-left: 15px !important;*/
}
.product .image {
	position:relative;
	overflow:hidden;
}
.product .image img {
	width:100%;
	position:relative;
	z-index:2;
	opacity:1;
}
.product .image img.first {
	opacity:1;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.product .image img.second {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.product .image:hover img.first {
	opacity:0;
}
.touchdevice .product .image:hover img.first {
	opacity:1 !important;
}
.product .text_wrapper {
	background:#f9f9f9;
	padding: 10px 0;
	width:100%;
	display:inline-block;
	margin-bottom: -4px;
}
.product .price {
	float:left;
	font-size: 20px;
	line-height:20px;
	width:35%;
	margin:0;
}
@media (min-width: 1200px) {
.product .price {
 font-size: 18px;
}
}
.product .price .old {
	font-size:14px;
	line-height:14px;
	text-decoration:line-through;
	display: block;
}
.product .price .new {
	color:#c40000;
	margin-top:-5px;
}
.product .info {
	float:right;
	font-size: 14px;
	line-height:18px;
	width:62%;
}
.product .info, .product .info a {
	color:#000;
}
 @media (min-width: 1200px) {
 .product .info {
 font-size: 12px;
}
}
.products .image_wrapper {
	position:relative;
	overflow: hidden;
}
.product .buttons {
	position:relative;
	/*width:100%;*/
	z-index: 3;
	/*bottom:-32px;*/
	/*height: 32px;*/
	-webkit-transition: bottom 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: bottom 0.3s ease-out;
	transition: bottom 0.3s ease-out;
	/*background: #c8c8c8;*/
	background:none;
}
.product:hover .buttons {
	bottom:0px;
}
.product .buttons a {
	color: #fff;
	/*background: #c8c8c8;*/
	display: inline-block;
	/*float: right;
	margin:0px 10px;*/
	height: 32px;
	line-height: 32px;
	position: relative;
	text-align: center;
	white-space: nowrap;
	/*border-right: 1px solid #bbbbbb;*/
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.product .buttons a:last-child {
	border: none;
	/*float:right;*/
}
.product .buttons a:first-child, .product .buttons.one-half a:first-child, .product .buttons.one-third a:first-child, .product .buttons.one-fourth a:first-child, .product.one-fifth .buttons a:first-child, .product.one-sixth .buttons a:first-child {
	/*background-color: #d44444;
	width: 50%;*/
}
.product .buttons a:first-child span {
	display: inline-block;
}
.product .buttons a span {
	/*display: none;
	font-size: 11px;*/
	white-space: nowrap;
}
.product .buttons a i.typcn {
	font-size: 22px;
	height:22px;
	vertical-align:middle;
	display:inline-block;
	margin:-4px 2px 0 0;
}
.product .buttons a:hover {
	/*background: #d44444 !important;
	color: #fff !important;
	width: 50% !important;*/
}
.product .buttons.full a {
	/*background: #c8c8c8 !important;*/
	width:100% !important;
}
.product .buttons.full a:hover {
	background: #d44444 !important;
	width:100% !important;
}
.product .buttons a:hover span {
	display: inline-block !important;
}
.product .buttons:hover a:first-child {
	/*background-color: #c8c8c8;
	text-align: center;*/
}
.product .buttons a, .product .buttons:hover a:first-child {
	/*width: 16.65%;*/
}
.product .buttons.full a, .product .buttons.full:hover a:first-child {
	width: 100%;
}
.product .buttons.one-half a, .product .buttons.one-half:hover a:first-child {
	/*width: 50%;*/
}
.product .buttons.one-third a, .product .buttons.one-third:hover a:first-child {
	width: 25%;
}
.product .buttons.one-fourth a, .product .buttons.one-fourth:hover a:first-child {
	width: 16.65%;
}
.product .buttons.one-fifth a, .product .buttons.one-fifth:hover a:first-child {
	width: 12.5%;
}
.product .buttons.one-sixth a, .product .buttons.one-sixth:hover a:first-child {
	width: 10%;
}
.product .buttons:hover a:first-child span {
	/*display: none;*/
}
@media (max-width: 767px) {
.product .buttons {
 bottom:0;
}
.product .buttons a, .product .buttons a:hover, .product .buttons a:last-child {
width:25% !important;
float:left;
}
.product .buttons.full a, .product .buttons.full a:hover, .product .buttons.full a:last-child {
width:100% !important;
}
.product .buttons.one-half a, .product .buttons.one-half a:hover, .product .buttons.one-half a:last-child {
width:50% !important;
}
.product .buttons.one-third a, .product .buttons.one-third a:hover, .product .buttons.one-third a:last-child, .scheda-film.one-third {
width:33.3% !important;
}
.product .buttons.one-fouth a, .product .buttons.one-fouth a:hover, .product .buttons.one-fouth a:last-child {
width:25% !important;
}
.product .buttons.one-fifth a, .product .buttons.one-fifth a:hover, .product .buttons.one-fifth a:last-child {
width:20% !important;
}
.product .buttons.one-sixth a, .product .buttons.one-sixth a:hover, .product .buttons.one-sixth a:last-child {
width:16.66% !important;
}
.product .buttons a span {/*.touchdevice .product .buttons {
	bottom:0;
}
.touchdevice .product .buttons a, .touchdevice .product .buttons a:hover, .touchdevice .product .buttons a:last-child {
	width:25% !important;
	float:left;
}
.touchdevice .product .buttons a span {
	display: none !important;
}*/
display: none !important;
}
}

.product .label_sale {
	position:absolute;
	top:0;
	left: 0;
	line-height:23px;
	font-size:16px;
	color:#fff;
	z-index: 3;
}
.product .label_sale .pull-left {
	padding: 0 5px;
	background-color:#d44444;
	min-width: 49px;
	text-align:center;
}
.product .label_sale .pull-left.percent {
	background-color:#c8c8c8;
}
.product .label_new {
	position:absolute;
	top:0;
	right: 0;
	line-height:23px;
	font-size:16px;
	color:#fff;
	z-index: 3;
	background-color:#a4b3b5;
	padding: 0 5px;
	min-width: 49px;
	text-align:center;
}
.product_small {
	margin: 5px 0 25px 0;
}
.product_small .inside {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	position:relative;
	z-index:1;
}
.product_small .inside_bg {
	background:#000;
	width:95%;
	margin: 0 auto;
	position:relative;
}
.product_small.active .inside {
	opacity: 0.7;
}
.product_small .text_wrapper {
	background:#f9f9f9;
	padding: 10px;
}
.product_small .text_wrapper .price {
	font-size:18px;
	margin: 0;
}
.product_small .hover_icon {
	display:none;
	font-size:50px;
	width:50px;
	position:absolute;
	top:35%;
	left:50%;
	margin-left:-25px;
	color:#fff;
	z-index:2;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}
.product_small.active .hover_icon {
	display:block;
}
.product_small img {
	width:100%;
	max-width:100%;
}
.products_scroll {
	margin: 0 0 25px;
	overflow: hidden;
}
#GalleryThumb {
	margin: 5px -15px 25px 0;
}
#GalleryThumb .product_gallery {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	width:95%;
	margin: 0 0 20px 0;
}
#GalleryThumb .product_video {
	width:95%;
	margin: 0 0 20px 0;
	padding: 15px 0;
}
#GalleryThumb .product_video i.typcn {
	display:block;
	margin:0 auto;
	width: 80px;
	height:80px;
	font-size: 56px;
	line-height: 64px;
	vertical-align:middle;
	color:#d8d8d8;
	border: 5px solid #d8d8d8;
	text-align:center;
	border-radius: 40px;
	padding-left:5px
}
#GalleryThumb .product_video a:hover i.typcn {
	color:#BCBCBC;
	border-color:#BCBCBC;
}
#GalleryThumb .product_gallery img {
	width:100%;
	max-width:100%;
}
#GalleryImageWrap {
	margin-top:25px;
}
#GalleryImageWrap img {
	width:100%;
	max-width:100%;
}
.sidebar_menu_outer {
	width: 100%;
}
.sidebar_menu {
	position: relative;
	padding-top:15px;
}
#CenterColumn {
	border-left: 1px solid #eeeeee;
	margin-top:0;
	padding-top:20px;
	position:relative;
	max-width:100%;;
}
.homerow #CenterColumn{
	max-width:none !important;
}
#SideColumn {
	z-index:2001;
	padding:15px 15px 0;
	margin:0 -15px 0;
	position:relative;
}
#SideColumn.fix {
	background:#fff;
	position: fixed;
}
@media (max-width: 767px) {
 #SideColumn {
 z-index:2;
 padding: 0;
 margin:0;
}
#SideColumn.fix {
 top:0;
 background:#fff;
 position: relative;
}
}
#PageLogo {
	overflow: auto;
}
@media (max-width: 767px) {
#PageLogo {
 display: none !important;
}
}
#test_row {
	height:0;
	overflow: hidden;
}
#SpyPanel {
	position:  relative;
	width: 100%;
	display: inline-block;
	background:#fff;
	z-index:2000;
	height: auto;
}
#SpyPanel.upper {
	z-index:2002
}
#IndexPage #SpyPanel {
	top: 0;
}
 @media (max-width: 767px) {
#SpyPanel {
 -webkit-box-shadow: none;
 box-shadow: none;
 position: relative;
 top: 0 !important;
 height: auto;
}
}
#SpyPanel.fix {
	top: 0;
	position:fixed;
	border-bottom: none;
	box-shadow:         0px 3px 2px rgba(0, 0, 0, 0.27);
	-webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.27);
}
#LogoSmall img {
	max-width: 100%;
	max-height:60px;
}
#LogoSmall {
	margin: 0 -16px 0 -15px;
	padding: 0 15px;
	text-align:center;
}

#imgOscar{
 max-height:60px;
}

#logoDiv{
height: 80px; width: 305px;
}

@media (min-width: 768px) and (max-width: 991px) {
#LogoSmall {

 padding: 0 15px;
}
}
#IndexPage #LogoSmall {
	
}
#OptionsButtons {
	padding: 7px 0;
	position:relative;
	text-align:right;
	border-left: 1px solid #fff;
}
#SpyPanel.fix #OptionsButtons {
	border-left: 1px solid #eee;
}
@media (max-width: 767px) {
#OptionsButtons, #SpyPanel.fix #OptionsButtons {
border-left: 0
}
}
@media (min-width: 768px) and (max-width: 991px) {
#OptionsButtons, #SpyPanel.fix #OptionsButtons {
text-align:left;
padding-left:15px;
}
}
#LogoXs {
	margin: 20px auto;
	width:70%;
}
#LogoXs img {
	width:100%;
	max-width: 250px;
	display:inline-block;
}
.navigation_panel.closed {
	position:absolute;
	opacity:0;
	display: none !important;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.navigation_panel {
	position:relative;
	opacity:1;
	display:block;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.navigation_panel a {
	color:#000
}
@media (max-width: 767px) {
.navigation_panel .mCustomScrollBox, .navigation_panel .mCSB_container.mCS_no_scrollbar {
 overflow: visible !important;
 margin:0 !important;
}
}
.collapsed-menu {
	margin:0 0 20px;
	padding: 0;
	position: relative;
}
 @media (max-width: 767px) {
.collapsed-menu {
 margin:0 -15px 5px;
 box-shadow:         0px 1px 2px rgba(0, 0, 0, 0.1);
 -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
}
.collapsed-menu .nav-header {
	position:relative;
	margin:0;
}
.collapsed-menu .nav-header a, .collapsed-menu a {
	display: block;
	text-align:center;
	position:relative;
	padding: 15px 15px;
	margin: 0;
	color: #000;
	background: none;
	text-transform:none;
	text-decoration:none;
	font: 16px/16px Arial, Helvetica, sans-serif;
}
.collapsed-menu .nav-header span.collapse_button {
	position:absolute;
	top: 50%;
	right:0;
	margin-top:-11px;
	width:22px;
	height:22px;
	text-align:center;
	line-height:22px;
	font-size:22px;
	color:#c4c4c4;
	font-weight: normal;
	cursor:pointer;
}
.collapsed-menu .nav-header span.collapse_button.collapsed {
	margin-top:-13px;
}
 @media (max-width: 767px) {
.collapsed-menu .nav-header span.collapse_button {
right:15px;
}
}
.collapsed-menu .nav-list {
	padding: 0;
	margin: 0;
	position: relative;
}
.collapsed-menu .nav-list > li > a, .collapsed-menu .nav-list .nav-header {
	margin: 0;
}
.collapsed-menu .nav-list {
	display: none;
	position: relative;
	top:0;
	padding:0;
	border-top:1px solid #eeeeee;
}
.collapsed-menu li {
	padding:0;
	line-height:16px;
	position:relative;
	width:100%;
	border: none;
	border-bottom:1px solid #eee;
	cursor:default;
	list-style:none;
}
.collapsed-menu .nav-header {
	padding: 0;
	cursor:default;
}
.collapsed-menu .nav-list li:last-child {
	border: none;
}
.collapsed-menu .nav-list li a, .collapsed-menu .nav-list li .nav-header a {
	color: #575757;
	text-transform:none;
}
.collapsed-menu .nav-list li li a, .collapsed-menu .nav-list li li .nav-header a {
	color: #959595;
}
.collapsed-menu .nav-list li li li li a, .collapsed-menu .nav-list li li li li .nav-header a {
	padding-left:64px;
}
.collapsed-menu li.active > label > a, .collapsed-menu .nav-list li.active > a {
	font-weight:bold;
	text-shadow: none;
}
.collapsed-menu label {
	display:block;
	text-align:center;
}
#LeftNavigation {
	position:fixed;
	width:70px;
	-webkit-box-shadow: inset -12px 0 8px -4px rgba(0, 0, 0, 0.27);
	box-shadow: inset -12px 0 8px -4px rgba(0, 0, 0, 0.27);
	background: #4b4b4b;
	height: 1500px;
}
#LeftNavigation ul {
	padding:55px 0 0;
	list-style: none;
	text-align:center;
	margin:150px 0 0 0;
}
#LeftNavigation ul li.navigation_button {
	font-size:12px;
	color:#a3a3a3;
	margin:5px 0 25px;
	padding:0 5px 0 5px;
	cursor:pointer;
	background:url(../images/menu_active_arrow.png) no-repeat 150% 5px;
}
#LeftNavigation ul li.navigation_button, #LeftNavigation ul li.navigation_button i {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	line-height:14px;
}
#LeftNavigation ul li.navigation_button:hover, #LeftNavigation ul li.navigation_button:hover i {
	color:#eee;
}
#LeftNavigation ul li.navigation_button.active, #LeftNavigation ul li.navigation_button.active i {
	color:#D1AB69;
}
#LeftNavigation ul li.navigation_button:hover, #LeftNavigation ul li.navigation_button.active {
	background:url(../images/menu_active_arrow.png) no-repeat right 5px;
}
#LeftNavigation ul li.navigation_button i {
	font-size:22px;
	display:block;
	margin: 0 auto;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}
#SpyPanel .btn-group {
	text-align:left;
}
#SpyPanel .btn-group > .btn {
	border: none;
	background: none;
	border-right: 1px solid #ebebeb;
	border-radius:0;
	color:#5a5a5a;
	text-align:left;
	line-height:12px;
	padding:10px 45px 10px 5px;
	margin:0 10px 0 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
 #SpyPanel .btn-group > .btn {
 padding:10px 30px 10px 5px;
 margin-right:5px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#SpyPanel .btn-group > .btn {
 padding:6px 30px 6px 5px;
 margin-right:5px;
}
}
@media (max-width: 767px) {
#SpyPanel .btn-group > .btn {
 padding:5px 14px 5px 5px;
 margin-right:0;
}
}
#SpyPanel .btn-group > .btn:active, #SpyPanel .btn-group > .btn.active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
#SpyPanel .btn-group:last-child > .btn {
	border: none;
}
#SpyPanel .btn-group span.title {
	display: block;
	font-size:11px;
	line-height:11px;
	font-style:italic;
	margin-bottom: 5px;
}
@media (max-width: 767px) {
#SpyPanel .btn-group span.title {
 font-size:10px;
 line-height:11px;
 font-style:italic;
}
}
#SpyPanel .btn-group:hover .dropdown-menu {
	display: block;
	padding: 10px 20px;
	margin: 0 0 0 -10px;
	font-size: 14px;
	background-color: #fff;
	z-index: 1000;
}
#SpyPanel .btn-group.open .dropdown-toggle {
	-webkit-box-shadow: none;
	box-shadow: none;
}
#SpyPanel .btn-group:hover .dropdown-menu li img {
	display:inline-block;
	margin-right:7px;
	margin-top:-2px;
}
#SpyPanel .open > .dropdown-menu {
	display: none;
}
#SpyPanel .btn-group .caret {
	display:  block;
	position:absolute;
	padding: 0;
	vertical-align:top;
	border: 0;
	width: auto;
	height:auto;
	line-height:10px;
	top: 50%;
	margin-top:-5px;
	right: 15px;
	width:5px;
	height:3px;
	background:url(../images/caret.png) no-repeat 0 0;
}
@media (max-width: 767px) {
#SpyPanel .btn-group .caret {
 right: 5px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#SpyPanel .btn-group .caret {
 right: 10px;
}
}
#SpyPanel .dropdown-menu > li {
	padding: 3px 0;
}
#SpyPanel .dropdown-menu > li > a {
	padding: 0 20px;
	margin: 0 -20px;
	text-decoration:none;
}
 @media (max-width: 767px) {
#SpyPanel .btn-group:hover .dropdown-menu {
 padding: 3px 5px;
 margin: 0 0 0 -10px;
 font-size: 12px;
 min-width: 120px;
}
#SpyPanel .dropdown-menu > li > a {
 padding: 0 5px;
 margin: 0 -5px;
}
}
#SpyPanel .btn-group#shopping_cart .dropdown-menu {
	min-width: 335px;
}
@media (max-width: 767px) {
 #SpyPanel .btn-group#shopping_cart .dropdown-menu {
 display: none !important;
}
#SpyPanel .btn-group#shopping_cart {
 margin: 0 auto;
 width:160px;
 float:none;
 display: block;
}
}
#SpyPanel .btn-group#shopping_cart > .btn i.typcn {
	font-size: 42px;
	color: #898989;
	position:absolute;
	top:14px;
	left:0;
}
@media (max-width: 767px) {
#SpyPanel .btn-group#shopping_cart > .btn i.typcn {
 top:6px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#SpyPanel .btn-group#shopping_cart > .btn i.typcn {
 top:6px;
}
#SpyPanel .btn-group#shopping_cart {

}
}
#SpyPanel .btn-group#shopping_cart > .btn {
	padding-left:50px;
	padding-right:20px;
	/*border: none;*/
}
#SpyPanel .btn-group#shopping_cart .item {
	position:relative;
	overflow:hidden;
	padding: 0 0 10px;
	margin-bottom:10px
}
#SpyPanel .btn-group#shopping_cart .divider {
	border-bottom: 1px solid #e5e5e5;
	background: none;
	overflow:hidden;
	height:5px;
}
#SpyPanel .btn-group#shopping_cart .product-image {
	border: 1px solid #f3f3f3;
	position: absolute;
	top: 2px;
	left: 0px;
}
#SpyPanel .btn-group#shopping_cart .product-options {
	position: absolute;
	top: 2px;
	right: 0px;
}
#SpyPanel .btn-group#shopping_cart .product-detailes {
	padding: 0 65px;
}
#SpyPanel .btn-group#shopping_cart .product-detailes .product-name {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	line-height:12px;
}
#SpyPanel .btn-group#shopping_cart .product-detailes .product-price {
	color: #000;
	font-weight: bold;
}
#SpyPanel .btn-group#shopping_cart .item .typcn {
	color:#757575;
	font-size:20px;
	margin: 0 7px 0 0;
	-webkit-transition: color 0.25s 0s ease;
	-moz-transition: color 0.25s 0s ease;
	-o-transition: color 0.25s 0s ease;
	transition: color 0.25s 0s ease;
}
#SpyPanel .btn-group#shopping_cart .item a.typcn:hover {
	color:#000;
}
.subscribe_box {
	margin:30px 0 15px;
	position:relative;
}
.subscribe_box, .subscribe_box a {
	text-align:center;
	color: #5a5a5a;
	line-height:19px;
}
.subscribe_box .imageContainer {
	padding: 10px 0 0;
	overflow-y: hidden;
	position: relative;
	height: 93px;
	display: block;
	overflow: hidden;
	position: relative;
	padding-top: 50px;
	text-align:center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.subscribe_box .imageContainer:hover {
	padding-top: 15px;
}
.subscribe_box .imageContainer img {
	-webkit-box-shadow: 0px 0px 5px 1px rgba(6, 6, 6, 0.2);
	box-shadow: 0px 0px 5px 1px rgba(6, 6, 6, 0.2);
}
.subscribe_box .imageContainer:hover img {
}
.subscribe_box .imageContainer .shadow_bottom {
	bottom: -25px;
	height: 25px;
	left: 30px;
	position: absolute;
	right: 30px;
	display: block;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.subscribe_box h5 {
	padding: 10px 3px 2px 3px;
	color: #b01414;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
	margin: 0;
	text-decoration: none;
}
#SpyPanel .searchBoxContainer {
	position:relative;
	right: 0;
	float:  right;
	height: 25px;
	margin:15px 10px 0;
	border: 1px solid #dfdddd;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 0 20px 0 30px;
	width: 0;
	overflow:hidden;
 -webkit-transition: all .5s ease;
 -moz-transition: all .5s ease;
 transition: all .5s ease;
}
#SpyPanel .searchBoxContainer.focus, #SpyPanel .searchBoxContainer:hover {
	width: 225px;
 -webkit-transition: all .5s ease;
 -moz-transition: all .5s ease;
 transition: all .5s ease;
}
#SpyPanel .searchBoxContainer input.searchBoxInput {
	border: 0;
	background-color: transparent;
	color: transparent;
	font-size: 14px;
	height: 23px;
	line-height:14px;
	padding: 4px 0;
	width: 0;
	overflow:hidden;
	outline: 0;
	float:left;
 -webkit-transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
#SpyPanel .searchBoxContainer .searchBoxInput::-ms-clear {
 display: none;
}
#SpyPanel .searchBoxContainer:hover .searchBoxInput, #SpyPanel .searchBoxContainer.focus .searchBoxInput {
	width: 170px;
	padding:  4px 5px;
	color: #999;
}
 @media (min-width: 992px) and (max-width: 1199px) {
 #SpyPanel .searchBoxContainer.focus, #SpyPanel .searchBoxContainer:hover {
width:170px;
}
#SpyPanel .searchBoxContainer.focus .searchBoxInput {
 width: 100px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
 #SpyPanel .searchBoxContainer {
 margin:60px 0 0;
}
}
 @media (max-width: 767px) {
#SpyPanel .searchBoxContainer, #SpyPanel .searchBoxContainer:hover {
 position:relative;
 width:240px !important;
 float: none;
 margin: 20px auto 10px;
 -webkit-transition: none;
 -moz-transition: none;
 transition: none;
}
#SpyPanel .searchBoxContainer .searchBoxInput {
 opacity:1 !important;
 width: 200px !important;
 padding: 0 5px !important;
 -webkit-transition: none;
 -moz-transition: none;
 transition: none;
}
}
#SpyPanel .searchBoxContainer .searchButton, #SpyPanel .searchBoxContainer .searchButtonClose {
	height: 22px;
	font-size: 22px;
	color:#999999;
	border: 0;
	background: none;
	padding:0;
	margin:0;
	width:25px;
	text-align:center;
	cursor: pointer;
	z-index:2;
	position:absolute;
	top:0;
	left:4px;
 -webkit-transition: width .3s ease-in-out;
 -moz-transition: width .3s ease-in-out;
 transition: width .3s ease-in-out;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
@-moz-document url-prefix() {
#SpyPanel .searchBoxContainer .searchButton, #SpyPanel .searchBoxContainer .searchButtonClose {
 top:-1px;
}
#SpyPanel .searchBoxContainer:hover .searchBoxInput, #SpyPanel .searchBoxContainer.focus .searchBoxInput {
 padding:  3px 5px;
}
}
#SpyPanel .searchBoxContainer .searchButtonClose {
	opacity:0;
	right:0;
	left: auto;
	background:#fff;
}
#SpyPanel .searchBoxContainer:hover .searchButtonClose, #SpyPanel .searchBoxContainer.focus .searchButtonClose {
	opacity:1;
}
.form-mail {
	margin-bottom:15px;
}
.form-mail .form-control, .form-mail .form-control:first-child, .form-mail .input-group-btn > .btn {
	border-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	color:#999;
}
.form-mail .input-group-btn > .btn {
	background: none;
	padding: 0 5px;
	left: -45px;
	top: -3px;
}
.form-mail .input-group-btn > .btn i {
	display:block;
	color:#999;
	font-size:32px;
	line-height:32px;
	margin-top:1px;
	-webkit-transition: color 0.25s 0s ease;
	-moz-transition: color 0.25s 0s ease;
	-o-transition: color 0.25s 0s ease;
	transition: color 0.25s 0s ease;
}
@-moz-document url-prefix() {
.form-mail .input-group-btn > .btn i {
margin-top:0;
}
}
.form-mail .input-group-btn > .btn:hover i {
	color:#000;
}
.social_icons {
	margin-top: -15px;
}
.social_icons i {
	float:left;
	color:#c5c5c5;
	font-size:53px;
	margin-right: 5px;
 -webkit-transition: all .5s ease;
 -moz-transition: all .5s ease;
 transition: all .5s ease;
}
#BottomLinks {
	display:none;
	overflow:hidden;
}
#BottomLinksButton {
	text-align:center;
	margin: -10px 0 0;
}
#BottomLinksButton i.typcn {
	font-size:24px;
	line-height:1em;
	cursor: pointer;
}
#BottomLinksButton.closed i.typcn.closed, #BottomLinksButton i.typcn.opened {
	display: inline-block;
}
#BottomLinksButton i.typcn.closed, #BottomLinksButton.closed i.typcn.opened {
	display:none;
}
 @media (max-width: 767px) {
.social_icons i {
 margin-right: 2px;
}
}
.social_icons a:hover i.typcn-social-facebook-circular {
	color:#3b5998;
}
.social_icons a:hover i.typcn-social-twitter-circular {
	color:#49c8f5
}
.social_icons a:hover i.typcn-social-linkedin-circular {
	color:#006699
}
.social_icons a:hover i.typcn-social-pinterest-circular {
	color:#cb2027
}
.social_icons a:hover i.typcn-social-vimeo-circular {
	color:#1ca7cc
}
#BottomLinks {
	padding: 15px 0 40px 0;
}
@media (max-width: 767px) {
#BottomLinks {
 padding: 5px 0 20px;
 border-bottom: 1px solid #dbdbdb;
}
#BottomLinksButton {
 margin: 0;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#BottomLinks {
 padding: 5px 0 20px;
}
#BottomLinksButton {
 margin: 0;
}
}
#BottomLinks ul li {
	color:#5a5a5a;
	font-size:14px;
	padding: 0 0 6px;
}
#BottomLinks ul li a {
	color:#5a5a5a;
	font-size:14px;
	text-decoration: none;
}
#BottomLinks ul li a:hover {
	/*text-decoration: underline;*/
}
#footer {
	padding:10px 0 25px;
}
#footer, #footer a {
	color:#5a5a5a;
	font-size:14px;
	line-height:20px;
	text-decoration:none;
}
#footer a {
	color:#000;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .payment_icons {
	margin-right:15px;
	display:inline-block;
}
#footer .payment_icons img {
	margin-right:4px;
	vertical-align:top;
}
#footer span.text {
	display:inline-block;
}
@media (max-width: 767px) {
#footer {
padding:35px 0 25px;
}
#footer .payment_icons, #footer span.text {
 margin:0 0 10px;
 display:block;
 text-align:center;
}
}
#test_row {
	height:0;
	overflow: hidden;
	margin-top: -4px;
}
.btn-catalog {
	background:#f3f3f3;
	padding: 10px 15px;
	text-align:center;
	font-size:18px;
	line-height:25px;
	margin: 0 -15px;
	text-transform: uppercase;
	border-bottom: 1px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.125);
	cursor:pointer;
}
.btn-catalog, .btn-catalog a {
	color:#000;
	text-decoration:none;
}
.btn-catalog i {
	font-size:22px;
	color:#707070;
}
.twitter_block {
	margin-bottom:25px;
}
.twit, .blog {
	margin-bottom:15px;
}
.blog_text, .twit_text {
	font-size: 12px;
	line-height:16px;
	color:#575757;
	margin-bottom: 25px;
}
.twit_text {
	margin-bottom: 5px;
}
.public_meta, .twit_meta, .blog_meta {
	font-size:12px;
	line-height:12px;
	color:#909090;
}
.public_meta a, .twit_meta a, .blog_meta a, .twit_text a {
	color:#d44444 !important;
}
#CenterColumn .public_meta {
	margin-top:-15px;
	margin-bottom:25px;
}
#CenterColumn .comments {
	border-bottom: 1px solid #eee;
	margin-bottom:15px;
}
#CenterColumn .comment {
	border-top: 1px solid #eee;
	padding:15px 0;
}
#CenterColumn .comments .comment:first-child {
	border: none;
}
#CenterColumn .comment .public_meta {
	margin:0 0 10px;
}
#CenterColumn .comment .media-heading, #CenterColumn .comment .media-heading a {
	font-size: 13px;
	line-height:20px;
	color:#000;
	text-decoration:none;
}
#CenterColumn .comment .media-heading a:hover {
	/*text-decoration: underline;*/
}
#CenterColumn .comment .media-heading i.typcn {
	font-size: 20px;
	color: #d5d5d5;
}
.blog_image {
	margin: 10px 0 15px;
}
.blog_image img {
	width:100%;
        border:solid 1px #D1AB62;
}
#SideColumn .list-group, #CenterColumn .list-group {
	padding-left: 0;
	margin: 20px 0;
}
#CenterColumn .list-group {
	margin: 0;
}


#SideColumn .list-group-item, #CenterColumn .list-group-item {
	border-radius: 0;
	position: relative;
	display: block;
	padding: 5px 8px 5px 30px;
	margin:0;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #eee;
}
#CenterColumn .list-group-item {
	padding: 10px 8px 10px 30px;
}
#CenterColumn #ShoppingCart .list-group-item {
	padding: 5px 5px 5px 0;
}
#SideColumn .list-group-item:last-child, #CenterColumn .list-group-item:last-child {
	border: 0;
}
#SideColumn .list-group-item, #SideColumn .list-group-item a, #CenterColumn .list-group-item, #CenterColumn .list-group-item a {
	font-size:12px;
	line-height:18px;
	color:#575757;
}
#CenterColumn .list-group-item, #CenterColumn .list-group-item a {
	line-height:22px;
	color:#000;
}
#SideColumn .list-group-item i.typcn, #CenterColumn .list-group-item i.typcn {
	font-size:18px;
	display: block;
	float:left;
	width:30px;
	margin-left: -30px;
	color:#a3a3a3;
}
#CenterColumn .list-group-item i {
	font-size:22px;
	display: block;
	float:left;
	width:30px;
	margin-left: -30px;
	color:#a3a3a3;
}
.box {
	border-bottom:1px solid #eeeeee;
	padding-bottom: 15px;
	margin-bottom:15px;
}
#MoveFromNav h4 {
	font-size:34px;
	font-weight:normal;
	line-height: 38px;
	margin: 20px 0 25px;
	//color:#000;
}
#MoveFromNav h4 i {
	display:none;
}
.listing_header {
	line-height:24px;
	margin: 25px 0 0;
}
.listing_header > div.first {
	margin-left: -15px;
}
.listing_header a.typcn {
	color:#727272;
	display:inline-block;
	vertical-align: middle;
	margin: 0 2px;
}
.listing_header a.typcn:hover {
	color:#000;
	-webkit-transition: background-color 0.25s 0s ease;
	-moz-transition: background-color 0.25s 0s ease;
	-o-transition: background-color 0.25s 0s ease;
}
.listing_header .num a {
	color:#000;
	display: inline-block;
	padding-right:5px;
	text-decoration: none;
}
.listing_header .num a.active {
	text-decoration:underline;
}
.listing_header .num a.typcn.typcn-sm {
	margin-top:-4px;
}
@media (max-width: 767px) {
.listing_header .text-right {
text-align: left;
}
.listing_header .text-right .btn-group.bootstrap-select, .listing_header .text-right .form-inline {
float:right;
}
}
form#pollForm {
	margin-bottom: 15px;
}
.custom_product {
	display:inline-block;
	width:100%;
	margin-bottom:15px;
}
@media (max-width: 767px) {
.compared_products {
width:100%;
overflow: hidden;
padding: 5px 0 25px;
}
.compared_products .custom_product {
 width: 100px;
 display: block;
 float:left;
 margin: 0 15px;
}
.custom_product .image {
float:none;
}
}
.custom_product .image {
	float:left;
	margin-right: 12px;
	padding:3px 0 3px 3px;
	position:relative;
}
.custom_product .image img {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.custom_product .image .delete {
	position:absolute;
	top:-7px;
	right:-9px;
	color:#757575;
	-webkit-transition: background-color 0.25s 0s ease;
	-moz-transition: background-color 0.25s 0s ease;
	-o-transition: background-color 0.25s 0s ease;
}
.custom_product .image .delete:hover {
	cursor:pointer;
	color:#000;
}
.tags_cloud a {
	background: #ededed;
	display:inline-block;
	padding: 3px 5px;
	margin:0 3px 3px 0;
	text-decoration:none;
	color:#000;
}
.tags_cloud a:hover {
	background: #757575;
	color:#fff;
}
.qty {
	margin: 14px 0;
}
.qty .qty_plus, .qty .qty_minus {
	height:20px;
	width:20px;
	border:1px solid #f3f3f3;
	text-align:center;
	line-height:20px;
	display: inline-block;
	cursor:pointer;
}
.qty input {
	line-height:16px;
	height:38px;
	width: 50px;
	text-align: center;
}
#ProductBox {
	margin: 20px 0;
}
#ProductBox .qty {
	float:left;
	margin:10px 15px 0 0;
}
#ProductBox .price {
	margin-top: -10px;
}
#ProductBox .image {
	text-align:center;
}
#ProductBox .image img {
	margin: 0 auto;
}
#ProductBox #accordion {
	margin-bottom:35px;
}
#ProductBox #accordion .panel-default {
	border: none;
	border-radius:0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#ProductBox #accordion .panel-default a {
	color:#000;
}
#ProductBox #accordion .panel-default > .panel-heading {
	background-color: transparent;
	border: none;
	border-top: 1px solid #dbdbdb;
	border-radius:0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#ProductBox #accordion .panel-default:first-child > .panel-heading {
	border: none;
}
#ProductBox #accordion .panel-default > .panel-heading.active {
	background-color: transparent;
}
#ProductBox #accordion .panel-default > .panel-heading:hover {
	background-color: transparent;
}
#ProductBox #accordion .panel-default > .panel-heading a {
	font-size:14px;
	padding: 10px 0;
	display:block;
	color: #000;
	text-decoration:none;
	outline: none;
	position:relative;
	font-weight: bold;
}
#ProductBox #accordion .panel-default > .panel-heading.active a, #ShoppingCart #accordion .panel-default > .panel-heading:hover a {
}
#ProductBox #accordion .panel-default > .panel-heading a span {
	position:absolute;
	right:5px;
	top:20px;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-top: 5px solid #000000;
	border-right: 5px solid transparent;
	border-bottom: 0 dotted;
	border-left: 5px solid transparent;
	content: "";
}
#ProductBox #accordion .panel-default > .panel-heading.active a span.arrowdown {
	display: block;
}
#ProductBox #accordion .panel-default > .panel-heading.active a span.arrowup {
	display: none;
}
#ProductBox #accordion .panel-default > .panel-heading a span.arrowdown {
	display: none;
	border-bottom: 5px solid #000000;
	border-top: 0 dotted;
}
#ProductBox #accordion .panel-default .panel-body {
	padding: 10px 0;
	border: none;
}
.socialsplugins_wrapper {
	display:inline-block;
	margin-bottom: 15px;
	margin-top: 5px;
}
.socialsplugins_wrapper > div {
	float:left;
}
.socialsplugins_wrapper .facebook_button {
	margin-right:5px;
}
.socialsplugins_wrapper .twitter_button {
	margin-right:-15px;
}
.promo_box {
	display:table;
	width:100%;
	padding: 18px 0;
	border-top: 1px solid #d9d9d9;
}
.custom_block .promo_box:first-child {
	border: none;
}
.promo_box i.typcn {
	-webkit-transition: background-color 0.25s 0s ease;
	-moz-transition: background-color 0.25s 0s ease;
	-o-transition: background-color 0.25s 0s ease;
	margin-right:10px;
	display:block;
	background-color:#d9d9d9;
	height:36px;
	line-height: 16px;
	padding:10px 0;
	overflow:hidden;
	width:36px;
	font-size:22px;
	color:#fff;
	text-align:center;
	float: none;
}
.promo_box:hover i.typcn {
	background-color:#000;
}
.promo_box span {
	display:block;
	vertical-align: middle;
	display:  table-cell;
	width: 100%;
}

#total_loader{
width:100%;
position:relative;
text-align:center;
}

#total_loader #loader{
display:inline-block;
}


.blog_post {
	padding-bottom:10px;
	margin-top:20px;
	border-bottom: 1px solid #eee;
	
}
.blog_post .image {
	margin-bottom: 25px;
	overflow:hidden;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 345px;
}
.blog_post .image img {
	width:100%;
	max-width:100%;
    border:solid 1px #D1AB62;
}

.blog_post .overlay{

background: rgba(209,171,105,1);
position:absolute;
z-index:1999;
width:100%;
height:100%;
padding:10px;
 -webkit-transition: all  ease-out 0.3s;
    -moz-transition: all  ease-out 0.3s;
    -o-transition: all  ease-out 0.3s;
	-ms-transition: all  ease-out 0.3s;
    transition: all  ease-out 0.3s;
	 border:solid 1px #D1AB62;
}

.overlay .scheda_produzioni {
background: #D1AB69; color:#fff; position: absolute; padding:4px; left:0; bottom:0; width: 100%; font-size:14px;
}

.overlay :hover  {


}

.blog_post .overlay h3 {
margin-top:0px;
font-size:20px;
line-height:24px;
font-weight: 700;
}

.lazy{
  border: 1px solid #c9a566;
}

ul.list-categories {
	margin:0 0 25px;
	padding:0
}
ul.list-categories li {
	padding: 15px 0 15px 20px;
	border-top:1px solid #eee;
}
ul.list-categories li:first-child {
	border: none;
}
ul.list-categories li, ul.list-categories li a {
	font-size: 14px;
	line-height:12px;
	color:#000;
	text-decoration:none;
}
ul.list-categories li a:hover {
	/*text-decoration: underline;*/
}
ul.list-categories li i.typcn {
	/*font-size:12px;*/
	display: block;
	float:left;
	width:20px;
	margin-left: -20px;
	color:#a3a3a3;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a, .pagination > li > span {
	margin:5px 5px 0 0 ; /*0px 5px 0 0*/ /* 5px 5px 0 0 */
	background-color:#efefef;
	color:#585858;
	border: none;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #fff;
	background-color: #4b4b4b;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	color: #fff;
	background-color: #4b4b4b;
}
.pagination > .disabled > span, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
	color: #fff;
	cursor: not-allowed;
	background-color: #fff;
}
.pagination-lg > li > a, .pagination-lg > li > span {
	padding: 9px 14px;
	font-size: 12px;
}
#ShoppingSteps {
	overflow:hidden;
	margin-bottom: 25px;
}
#ShoppingSteps .step {
	background: #fff;
	border:1px solid #eee;
	color:#999;
	display: block;
	float:left;
	line-height: 15px;
	font-size:15px;
	padding:19px 20px;
	margin-bottom: 15px;
}
#ShoppingSteps .step.active {
	color:#000;
}
#ShoppingSteps .arrow {
	color:#eee;
	height:55px;
	margin-bottom: 15px;
	padding: 0 8px;
	display: block;
	float:left;
}
#ShoppingSteps .arrow .typcn {
	color:#999;
	font-size:16px;
	line-height:55px;
}
#ShoppingSteps .arrow .typcn:before {
	display:block;
}
#ShoppingCart {
	margin: 25px 0;
}
@media (max-width: 767px) {
#ShoppingCart {
min-height: auto;
}
#ShoppingSteps .step {
 line-height: 14px;
 font-size:14px;
 padding:10px 12px;
 margin-bottom: 10px;
}
#ShoppingSteps .arrow {
margin-bottom: 10px;
height:36px;
padding: 0 5px;
}
#ShoppingSteps .arrow .typcn {
 line-height:36px;
}
}
#ShoppingCart #accordion .panel-default {
	border-color: #f1f1f1;
	border-radius:0;
}
#ShoppingCart #accordion .panel-default a {
	color:#000;
}
#ShoppingCart #accordion .panel-default > .panel-heading {
	background-color: #fdfdfd;
	border-color: #f1f1f1;
	border-radius:0;
	padding: 0;
	-webkit-transition: all 0.3s 0s ease;
	-moz-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
}
#ShoppingCart #accordion .panel-default > .panel-heading.active {
	background-color: #4b4b4b;
	color:#fff;
}
#ShoppingCart #accordion .panel-default > .panel-heading:hover {
	background-color: #747474;
	color:#fff;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
}
#ShoppingCart #accordion .panel-default > .panel-heading a {
	padding: 10px 15px;
	display:block;
	color: #4c4c4c;
	text-decoration:none;
	text-transform:uppercase;
	outline: none;
}
#ShoppingCart #accordion .panel-default > .panel-heading.active a, #ShoppingCart #accordion .panel-default > .panel-heading:hover a {
	color: #fff;
}
#ShoppingCart #accordion .panel-default > .panel-heading a span {
	padding-right:25px;
	font-size:15px;
}
#ShoppingCart #accordion .btn-default.btn-xl i.typcn {
	font-size:18px;
	line-height:20px;
	margin:0 5px 0 0;
	float:left;
}
.thumbnail {
	border-radius:0;
	margin-bottom:25px;
}
.thumbnail .inside {
	padding: 10px 15px;
}
.thumbnail-equal {
	margin-bottom:25px;
}
.thumbnail-equal a {
	color:#000;
}
.thumbnail-equal .inside {
	padding: 10px 20px 70px;
	min-height: 340px;
	position:relative;
}
@media (max-width: 991px) {
.thumbnail-equal .inside {
min-height: 0;
}
#OptionsButtons{
	width:100% !important;
}
}
.but_right_bot {
	position:absolute;
	bottom:0;
	right: 20px;
}
#ShoppingCart .table.table-bordered a, #ShoppingCart .table.table-bordered {
	color:#000;
	text-decoration:none;
}
#ShoppingCart .table.table-bordered a:hover {
	/*text-decoration: underline;*/
}
#ShoppingCart .table.table-bordered thead > tr > th, #ShoppingCart .table.table-bordered tbody > tr > th, #ShoppingCart .table.table-bordered tfoot > tr > th, #ShoppingCart .table.table-bordered thead > tr > td, #ShoppingCart .table.table-bordered tbody > tr > td, #ShoppingCart .table.table-bordered tfoot > tr > td {
	padding: 15px;
	vertical-align: top;
	font-size:16px;
	line-height:18px;
}
#ShoppingCart .table.table-bordered input.qty {
	width:30px;
	margin:0;
	padding:0;
	text-align:center;
}
#ShoppingCart .table.table-bordered i.typcn {
	color:#3f3f3f;
	font-size:24px;
	line-height:24px;
}
#ShoppingCart .table.table-total {
	border: none;
	text-align:left;
}
#ShoppingCart .table.table-total tr > th, #ShoppingCart .table.table-total tr > td {
	border: none;
	padding: 0 10px;
}
@media (max-width: 767px) {
 #ShoppingCart .table.table-bordered, #ShoppingCart .table.table-bordered tbody, #ShoppingCart .table.table-bordered thead, #ShoppingCart .table.table-bordered th, #ShoppingCart .table.table-bordered td, #ShoppingCart .table.table-bordered tr {
 display: block;
border:0;
width:100%
}
 #ShoppingCart .table.table-bordered tr {
border: 1px solid #ddd;
}
 #ShoppingCart .table.table-bordered td {
 border: none;
 border-bottom: 1px solid #eee;
 position: relative;
 padding-left: 50% !important;
}
 #ShoppingCart .table.table-bordered td.text-center {
text-align:left;
}
 #ShoppingCart .table.table-bordered td.no_title {
padding-left: 0 !important;
text-align:center;
}
 #ShoppingCart .table.table-bordered td div.th_title {
 position: absolute;
 top: 15px;
 left: 15px;
 width: 45%;
 padding-right: 10px;
 white-space: nowrap;
 text-align:right;
}
}
.size_select {
	margin: 10px 0 20px;
	width:100%;
	display: inline-block;
}
.size_select li {
	display: block;
	float:left;
}
.size_select li a {
	border: 1px solid #b6b6b6;
	border-left: none;
	font-size:13px;
	line-height:12px;
	padding: 5px 14px;
	color:#000;
	text-decoration:none;
}
.size_select li:first-child a {
	border-left: 1px solid #b6b6b6;
}
.size_select li a:hover {
	background:#e7e7e7;
}
#ProductTab .nav-tabs {
	border-bottom: 0;
}
#ProductTab .nav-tabs > li {
	float: left;
	margin-bottom: 0;
	padding: 0;
}
#ProductTab .nav-tabs > li > a {
	margin-right: 2px;
	line-height: 16px;
	padding: 8px 15px;
	border: 1px solid #ededed;
	border-radius: 0;
	text-decoration:none;
	color:#000;
}
@media (max-width: 767px) {
#ProductTab .nav-tabs > li > a {
 padding: 5px 6px;
}
}
#ProductTab .nav-tabs > li > a:hover {
	border-color: #ededed;
}
#ProductTab .nav-tabs > li.active > a, #ProductTab .nav-tabs > li.active > a:hover, #ProductTab .nav-tabs > li.active > a:focus {
	color: #000;
	background-color: #e7e7e7;
	border: 1px solid #ededed;
}
#ProductTab .tab-content > .tab-pane {
	padding:20px;
	border: 1px solid #ededed;
	margin-top:-1px;
}
/*fix prototype conflict*/
.panel-collapse.collapsing {
	display: block !important;
}
.row_product {
	margin-bottom: 30px;
}
.row_product h6 {
	margin-bottom: 0;
	font-size: 14px;
}
.row_product .size_select {
	margin: 5px 0 5px;
}
.row_product .price {
	margin-bottom:20px;
}
#back-top {
	position: fixed;
	right:0px;
	bottom: 15%;
	z-index: 500;
	display:none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 #back-top {
 right:15px;
}
}
#back-top a {
	display: block;
	width: 72px;
	height:72px;
	text-align:center;
	background:#f4f4f4;
	color:#484848;
	font-size:30px;
	line-height:72px;
	opacity: 0.6;
	-webkit-transition: all 0.3s 0s ease;
	-moz-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
}
#back-top a:hover {
	opacity: 1;
}
#ShoppingOptions #accordion {
	margin-bottom:35px;
	margin-top:15px;
	border: 1px solid #e5e5e5;
}
#ShoppingOptions #accordion .panel-default {
	border: none;
	border-radius:0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#ShoppingOptions #accordion .panel-default a {
	color:#000;
}
#ShoppingOptions #accordion .panel-default > .panel-heading {
	background-color: transparent;
	border: none;
	border-top: 1px solid #dbdbdb;
	border-radius:0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#ShoppingOptions #accordion .panel-default:first-child > .panel-heading {
	border: none;
}
#ShoppingOptions #accordion .panel-default > .panel-heading.active {
	background-color: transparent;
}
#ShoppingOptions #accordion .panel-default > .panel-heading:hover {
	background-color: transparent;
}
#ShoppingOptions #accordion .panel-default > .panel-heading a {
	font-size:12px;
	padding: 0 5px;
	display:block;
	color: #575757;
	text-decoration:none;
	outline: none;
	position:relative;
	font-weight: bold;
}
#ShoppingOptions .panel-group .panel + .panel {
	margin-top: 0 !important;
}
#ShoppingOptions #accordion .panel-default > .panel-heading a i.typcn {
	color:#575757;
	font-size:14px;
	line-height:14px;
}
#ShoppingOptions #accordion .panel-default > .panel-heading a span {
	position:absolute;
	right:5px;
	top:10px;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-top: 5px solid #575757;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: "";
}
#ShoppingOptions #accordion .panel-default > .panel-heading.active a span.arrowdown {
	display: block;
}
#ShoppingOptions #accordion .panel-default > .panel-heading.active a span.arrowup {
	display: none;
}
#ShoppingOptions #accordion .panel-default > .panel-heading a span.arrowdown {
	display: none;
	border-bottom: 5px solid #575757;
	border-top: 0 dotted;
}
#ShoppingOptions #accordion .panel-default .panel-body {
	padding: 5px;
	border: none;
	background: #f8f8f8;
}
#brands {
	white-space: nowrap;
	width:auto;
}

  .bannercontainer {
	padding:0px;
	background-color:#fff;
	width:100%;
	position:relative;
	position:relative;
	margin-left:auto;
	margin-right:auto;


	}

  .banner{
	width:100%;
	height:500px;
	position:relative;
	overflow:hidden;
   }
   
   /* custom CSS */
   #PageLogo{
	   /*background: url(../images/bg_dark2.png) repeat;*/
	   padding-top:20px;
   }
   #SpyPanel{
	   /*background: url(../images/bg_dark2.png) repeat !important;*/
	   border-bottom: 1px solid #D1AB69 !important;
	   line-height:20px;
   }
   #CenterColumn {
		border-color: #D1AB69 !important;
	}
   
   @font-face {
		font-family: 'Lovers';
		src: url('fonts/LoversQuarrel-Regular.eot');
		src: url('fonts/LoversQuarrel-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/LoversQuarrel-Regular.woff') format('woff'),  url('fonts/LoversQuarrel-Regular.ttf') format('truetype'),  url('fonts/LoversQuarrel-Regular.svg') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	
	@font-face {
		font-family: 'Lato';
		src: url('fonts/Lato.eot');
		src: url('fonts/Lato.eot?#iefix') format('embedded-opentype'),  url('fonts/Lato.woff') format('woff'),  url('fonts/Lato.ttf') format('truetype'),  url('fonts/Lato.svg') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	
	@font-face {
		font-family: 'LatoL';
		src: url('fonts/Lato-Lig.eot');
		src: url('fonts/Lato-Lig.eot?#iefix') format('embedded-opentype'),  url('fonts/Lato-Lig.woff') format('woff'),  url('fonts/Lato-Lig.ttf') format('truetype'),  url('fonts/Lato-Lig.svg') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	
	
	
	.font2{
		font-family: 'Roboto Slab', serif !important;
		color:#D1AB69 !important;
	}
	.font3{
		font-family:'Lovers' !important;
		color:#D1AB69 !important;
	}
	body{
		font-family:'LatoL' !important;
		font-size:13px !important;
		line-height:20px !important;
		text-decoration:none !important;
	}
	a, a:hover {
		text-decoration:none !important;
	}
	#megamenu > li > a{
		text-transform:none !important;
	}
	
	.home_title > .font3{
		font-size:46px !important;
		float:left;
		margin-bottom:0px;
	}
	.ghiri1{
		background:url(../images/ghiri1.png) no-repeat scroll left bottom rgba(0, 0, 0, 0) !important ;
		margin-right:80px;	
		float: none;
		height: 63px;
		overflow: hidden;
		width: auto;
	}
	.ghiri2{
		background:url(../images/ghiri2.png) no-repeat scroll left bottom rgba(0, 0, 0, 0) !important ;
		margin-right:80px;	
		float: none;
		height: 63px;
		overflow: hidden;
		width: auto;
		
	}
	.ghiri3{
		background:url(../images/ghiri3.png) no-repeat scroll left bottom rgba(0, 0, 0, 0) !important ;
		margin-right:80px;	
		float: none;
		height: 63px;
		overflow: hidden;
		width: auto;
	}
	.clear{
		clear:both;
	}
	/* RISCRIVO LE DIMENSIONI DEL TESTO SE USO IL FONT LOVERS */
	h1.font3{
		font-size:62px !important;
	}
	h2.font3{
		font-size:56px !important;
	}
	h4.font3{
		font-size:42px !important;
	}
	h5.font3{
		font-size:34px !important;
	}
	/* FINE RISCRIVO LE DIMENSIONI DEL TESTO SE USO IL FONT LOVERS */
	
	#CenterColumn p{
		/*text-align:justify;*/
	}
	#thumb_page {
		width:25%;
		float:left;
	}
	#thumb_page img {
		width:100%;
	}
	#content_page{
		width:72%;
		float:right;
		margin-right:20px;
	}
	.mCS-dark-thick > .mCSB_scrollTools {
		border:none !important;
	}
	#SideColumn{
		background:#232323 !important;
	}
	h4 .typcn {
		color:#D1AB69 !important;
	}
	.font3 .small{
		font-family: "Lato";
		font-size: 14px !important;
		vertical-align: 8px;
		line-height: 3px;
	}
	
	#layerslider{
		padding-left:1px !important;
	}
	.flexslider_oscar{
		margin-bottom:30px;
		position:relative;
	}
	.flexslider_oscar .flex-control-paging{
		display:none;
	}
	.flexslider_oscar .flex_text_box{
		margin-left: 0 !important;
		/*padding-right: 20px !important;*/
		float: right;
		width: 75%;
	}
	
	.slider_autentici  .flex_text_box{
		margin-left: 0 !important;
		/*padding-right: 20px !important;*/
		float: right;
		width: 75%;
	}
	
	.flex_image_box{
		width:22%;
		display:inline-block;
	}
	.bx_image_box{
		width:43%;
		display:inline-block;
	}
	.flex_image_box img {
		display:inline-block;
		width:100%;
		margin:0 2% 0 0;
		position:relative;
		vertical-align:top;
	}
	.bx_image_box img {
		width:98%;
		position:relative;
		float:left;
	}
	.flex_text_box{
		width:55%;
		margin-left:0;
		float:right;
		vertical-align:top;
		text-align:justify;
		padding-right:15px;
	}
	.flex_text_box h2, .flex_text_box h1, .flex_text_box h6{
		text-align:left;
	}
	
	.flex_text_box .text_wrapper{
		border-bottom: 1px solid #D1AB69 !important;
		padding-bottom:20px;
		margin-bottom:10px;
	}
	.flex_text_box .buttons, .flex_text_box .buttons a, .flex_text_box .buttons a:hover{
		/*color:#d1ab69;*/
		text-decoration:none;
		text-align:right;
		background:none !important;
                padding-right: 12px;
	}
	.image img {
		width:100%;
	}
	.flex_atelier li{
		/*margin-right:20px;*/
	}
	.flex_atelier{
		/*margin-right: -20px;*/
		
	}
	.flexslider_atelier{
		/*width:99%;*/
	}
	.flexslider_atelier .buttons {
		background:#d1ab69;
		text-align:center !important;
		vertical-align:middle;
		line-height:14px;
		font-weight:800;
		font-size:14px;
		padding:5px 2px;
		margin-right:15px;
	}
	
	.slide_autentici {
	  margin-bottom:20px;
	}
	
	.slide_autentici .buttons {
	
	background: #d1ab69;
  text-align: center !important;
  vertical-align: middle;
  line-height: 14px;
  font-weight: 800;
  font-size: 14px;
  padding: 0;

  height: auto !important;

  bottom: 0;
  position: relative;
	}
	
	.bx_slider_aut li a, .bx_slider_aut li a:hover{
		text-decoration:none;
	}
	
	.slider_autentici, .flexslider_atelier, .flexslider_oscar{
		position:relative;
	}
	/* nascondo catalogo e search dall'header per ora */
	
	#megamenu {
		display:none !important;
	}
	
	#Navigation_button_back{
		color:#202020 !important;
		background:#D1AB69 !important;
		box-shadow:-12px 0 8px -4px rgba(0, 0, 0, 0.27) inset;
		padding:10px 0px !important;
	}
	#LeftNavigation ul li.navigation_button i.back_menu{
		text-shadow: none !important;
		font-size:16px;
	}
	.buttons one-half a {
		padding-right:20px !important;
	}
	.navigation_panel  .bottom {
		margin-bottom:0px !important;
	}
	.navigation_panel .btn {
		background:none !important;
		font-style:italic;
		padding-top:0px;
	}
	.navigation_panel .btn:hover {
		color:#D1AB69 !important;
	}
	
	.ls-s2.caption {
		background-color: rgba(255,255,255, .8);
	}


	/* CUSTOM RESPONSIVE */
	 @media (min-width: 768px) and (max-width: 1024px) {
		 .flex_image_box{
			 width:24%;
		 }
		 .flex_image_box img{
			 display:block;
			 margin-bottom:20px;
			 width:100%
		 }
		 
		 
		 .flexslider_oscar .flex_text_box{
			 width:73%;
		 }
		 .flex_text_box{
			 margin-left: 0px;
		 }
		 #content_page {
			 width:68%;
		 }
		 #OptionsButtons {
			width:auto !important;
			float:right;
		}
	 }
	 @media (min-width: 768px) and (max-width: 1200px) {
		 .bx_image_box img, .flex_text_box{
			 float:none;
			 width:94%;
			 
		 }
		 .flex_text_box {
			 padding-right:0px !important;
		 }
		 .bx_image_box{
			 display:block;
			 margin-bottom:20px;
			 width:100%;
		 }
	 }
	 @media (max-width: 767px) {
		 #OptionsButtons {
			width:50% !important;
			float:none;
			text-align:center !important;
		}
		
		
		#logoDiv{
		height: auto; width: 50%;
		}

		
			#imgOscar{
			 max-height:40px;
			}
		
		#LeftNavigation{
			height:auto;
			width:100%;
			position:relative;
			border-top: 1px solid #D1AB69;
		}
		#LeftNavigation ul{
			margin:0;
			padding:20px 0;
		}
		#LeftNavigation ul li.navigation_button {
			margin:0px;
			padding:0px;
		}
		#LeftNavigation ul li{
			display:inline-block;
			width:15%;
			vertical-align:top;
		} 
		#MoveFromNav #Navigation_panel1, #MoveFromNav #Navigation_panel2, #MoveFromNav #Navigation_panel3, #MoveFromNav #Navigation_panel4, #MoveFromNav #Navigation_panel5{
			 display:none;
		 }
		 #Navigation_panel1, #Navigation_panel2, #Navigation_panel3, #Navigation_panel4, #Navigation_panel5{
			 -webkit-transition: all 300ms;
			-moz-transition: all 300ms;
			-o-transition: all 300ms;
			transition: all 300ms;
			width:80%;
			 margin-left:auto;
			 margin-right:auto;
		 }

		 .navigation_button.active a {
			 color:#D1AB69 !important;
		 }
		
		#menu_mobile{
			float:none;
			height:auto;
		}
		 .flexslider_oscar .flex_text_box,  .slider_autentici .flex_text_box, .flex_image_box, .bx_image_box, .flex_text_box, .bx_image_box img{
			 float:none;
			 width:100%;
			 display:block;
		 }
		 .flexslider_oscar .flex_text_box {
			 padding-right:0px !important;
		 }
		 .abito_primo{
			 float:left;
		 }
		 .abito_secondo {
			 float:right;
		 }
		 .flex_image_box img {
			 margin:0 0 20px 0 !important;
		 }
		 .flex_text_box{
			 margin-left: 0px;
		 }
		 #content_page {
			 width:65%;
		 }
		 #thumb_page{
			 width:30%;
		 }
	 }
	 @media (max-width: 480px){
		 .bxslider_autentici li {
			 width:100%;
			 display:block;
		 }
		 #content_page {
			 width:100%;
			 margin-right: 0px;
			 margin-top:20px;
		 }
		 #thumb_page{
			 width:100%;
		 }
		 .ghiri1, ghiri2, .ghiri3 {
			 display:none !important;
		 }
		 #LogoXs {
			 width:100% !important;
			 margin:20px 0px !important;
		 }
		 #LeftNavigation ul li span {
			display:none;
		}
	 }
	
       
         
         
         
	body
{
    
    
    padding: 0;
    margin: 0;
}

.wrap
{
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

p.form-title
{
    font-family: 'Open Sans' , sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    margin-top: 5%;
    text-transform: uppercase;
    letter-spacing: 4px;
}

form
{
    /*width: 250px;*/
    margin: 0 auto;
}

form.login input[type="text"], form.login input[type="password"]
{
    width: 100%;
    margin: 0;
    padding: 5px 10px;
    background: 0;
    border: 0;
    border-bottom: 1px solid #FFFFFF;
    outline: 0;
    font-style: italic;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #FFFFFF;
    outline: 0;
}

form.login input[type="submit"]
{
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 16px;
    outline: 0;
    cursor: pointer;
    letter-spacing: 1px;
}

form.login input[type="submit"]:hover
{
    transition: background-color 0.5s ease;
}

form.login .remember-forgot
{
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}
form.login .forgot-pass-content
{
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
form.login label, form.login a
{
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
}

form.login a
{
    transition: color 0.5s ease;
}

form.login a:hover
{
    color: #2ecc71;
}

.pr-wrap
{
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.show-pass-reset
{
    display: block !important;
}

.pass-reset
{
    margin: 0 auto;
    width: 250px;
    position: relative;
    margin-top: 22%;
    z-index: 999;
    background: #FFFFFF;
    padding: 20px 15px;
}

.pass-reset label
{
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 15px;
}

.pass-reset input[type="email"]
{
    width: 100%;
    margin: 5px 0 0 0;
    padding: 5px 10px;
    background: 0;
    border: 0;
    border-bottom: 1px solid #000000;
    outline: 0;
    font-style: italic;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #000000;
    outline: 0;
}

.pass-reset input[type="submit"]
{
    width: 100%;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 10px;
    outline: 0;
    cursor: pointer;
    letter-spacing: 1px;
}

.pass-reset input[type="submit"]:hover
{
    transition: background-color 0.5s ease;
}
.posted-by
{
    font-size:12px;
    position: absolute;
    bottom: 16px;
    margin: 0 auto;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.66);
    padding: 10px;
   /* left: 45%;*/
} 

.icona_spalla:before {
	font-size:.8em !important;
	float:right;
	margin-top:-10px;
}

/* TITOLI E GHIRIGORI in div di dimensioni definite e uno fluido */
.home_title{
	height: auto;
	overflow: hidden;
}
.home_title h1 {
    float: left;
}
.home_title .ghiri {
	float: none; /* not needed, just for clarification */
	background:url(../images/ghiri1.png) no-repeat scroll left center rgba(0, 0, 0, 0) !important;
    /* the next props are meant to keep this block independent from the other floated one */
    width: auto;
    overflow: hidden;
	margin:10px 0 50px 0;
	height:40px;
}
#map_sartoria, #map_magazzino {
	-webkit-transition:all 300ms;
	-moz-transition:all 300ms;
	-o-transition:all 300ms;
  	transition:all 300ms;
}
#map_container{
	    display: block;
    height: 330px;
    overflow: hidden;
    position: relative;
}
.map{
	position:absolute;
	width:100%;
}

/* SPALLA E COLONNA CENTRALE in div di dimensioni definite e uno fluido */
@media (min-width: 1024px) {
	/*.row_spalla{
		height: auto !important;
		overflow: hidden !important;
	}
	.spalla_fixed {
		float: left !important;
		width:300px !important;
	}
	.row_spalla #CenterColumn {
		float: none !important; /* not needed, just for clarification */
		/* the next props are meant to keep this block independent from the other floated one */
		/*width: auto !important;
		overflow: hidden !important;
	}*/
}
@media (min-width: 768px) and (max-width: 1024px) {
	/*.row_spalla{
		height: auto !important;
		overflow: hidden !important;
	}
	.spalla_fixed {
		float: left !important;
		width:250px !important;
	}
	.row_spalla #CenterColumn {
		float: none !important; /* not needed, just for clarification */
		/* the next props are meant to keep this block independent from the other floated one */
		/*width: auto !important;
		overflow: hidden !important;
	}*/
}

.dynamic-col .inside{
	margin-bottom:20px;
}
.archivio_utentici{
	margin-top:60px;
}

.text_wrapper > div {
    margin-right: 30px !important;
}
.oro{
	color:#d1ab69 !important;
}
.video-container {
	background:url(../images/video_bg.png) top center no-repeat;
	background-size: contain contain;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sort.asc:after{
	content: url(../images/arr_down.png) ;
	vertical-align: sub;
}

.sort.desc:after{
	content: url(../images/arr_up.png) ;
	vertical-align: sub;
}
#headline_home img {
	width:100%;
	margin-bottom:10px;
}
#headline_home img.foto_abito {
	margin:30px 0;
	border: 1px solid #D1AB69;
}


#headline_home {
	margin-bottom:40px;
}

#home_link_center{
margin-bottom:60px;
}

#home_link_center img {
	
 -webkit-box-shadow: 2px 0px 10px  #000;
    -moz-box-shadow: 2px 0px 10px  #000;
    box-shadow: 2px 0px 10px  #000;

padding: 0px !important;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -kthtml-transition: all .4s linear;
    transition: all .4s linear;
}

#home_link_center img:hover{

 -webkit-box-shadow: 5px 0px 27px  #000;
    -moz-box-shadow: 5px 0px 27px  #000;
    box-shadow: 5px 0px 27px  #000;
	
-moz-box-shadow: 5px 0px 27px #000;
	-webkit-box-shadow: 5px 0px 27px #000;
	box-shadow: 5px 0px 27px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');

}

.owl-carousel .item {
  
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

.owl-carousel .item  img{

border: 1px solid #c9a566;	
	
-moz-box-shadow: 9px 0px 21px #232323;
	-webkit-box-shadow:  9px 0px 21px #232323;
	box-shadow:  9px 0px 21px #232323;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#232323')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#232323');
}

.owl-carousel .item .textbox{

  vertical-align: top;
  text-align: left !important;
  padding-right: 15px;
}

.owl-carousel .item  .text_wrapper {
  border-bottom: 1px solid #D1AB69 !important;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.owl-carousel .item  .textbox  h3{
margin:0;
border:none !important;
}

.owl-theme .owl-controls .owl-page span {

width: 8px !important;
height: 8px !important;

}

.roboto-title {
  font-family: 'Roboto Slab' !important;
  color: #D1AB69 !important;
}

#sort_buttons{
	float:right !important;
}
.sort_active{
	background:#4F4A44;
}
#banner_home{
	border-top:1px solid #D1AB69;
	border-bottom:1px solid #D1AB69;
	width:100%;
	vertical-align:middle;
	font-family:"Roboto slab";
	margin:20px 0px;
	padding: 10px 0;
}
.banner_home_title {
	/*max-width:150px;
	vertical-align:middle;*/
}
#banner_registrati td{
	padding: 10px 0;
}
.social_logo{
	width:35px;
}
#icon_home_aut:before{
	content:url(../images/icon_home_autentici.png);
	vertical-align:text-bottom;
}
#icon_home_cost:before{
	content:url(../images/icon_home_costumi.png);
	vertical-align:text-bottom;
}
#icon_home_oscar:before{
	content:url(../images/icon_home_oscar.png);
	vertical-align:text-bottom;
}

.row.dettagli, .row.curiosita, .row.film, .row.eventi, .row.abiticreati, .row.abitiscelti, .row.stilista {
	margin:20px 0px;
}
.dettagli .image, .curiosita .image, .film .image, .eventi .image, .stilista .image, .abiticreati .image, .abitiscelti .image, .abiti-atelier .container{
	margin:20px 0px;
}

.abito_thumb{
	margin-bottom:20px;
}
.abito_thumb figure{
	display:inline-block;
	width:19%;
	margin-right:0.8%;
}
.abito_thumb figure:last-child{
	margin:0px;
}
.abito_thumb figure img{
	width:100%;
}
.info_thumb_abito{
	background: none repeat scroll 0 0 #d1ab69;
    font-size: 14px;
    font-weight: 800;
    line-height: 14px;
    padding: 10px 2px;
    text-align: center !important;
    vertical-align: middle;
}

#nome_abito_correlato_evento{
font-size:20px;
}

#curiosita_list li {
    background-image: url(../images/bullet_curiosita.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 50px;
	margin-left:10px;
	margin-bottom:10px;
	min-height: 35px;
}
#curiosita_list {
  /* list-style-image: url(../images/bullet_curiosita.png);
   margin-left:50px;*/
   list-style-type: none;
    padding: 0px;
    margin: 0px;
}

h6 strong {
    color: #fff;
}

.icona_spalla_premium:before {
	/*font-size:.8em !important;*/
	color:#d1ab69 !important;
	float:right;
}
#film_btn, #eventi_btn, #stilista_btn, #curiosita_btn, #collab_creazioni{
	display:none ;
}

.stilista .blog_post{
	border:none !important;
}
#GalleryThumb figure{
	margin-bottom:20px;
}
.sottotitolo_home{
    text-align: left;
	margin-bottom:20px;
	padding-left:20px;
}
.slider_autentici .flex-direction-nav, .flexslider_oscar .flex-direction-nav, .flexslider_atelier .flex-direction-nav{
	display:none;
}
.custom_flex_nav li a{
	color:#d1ab69 !important;
	font-size:24px;
	padding:0 6px 2px 4px;
}
.custom_flex_nav li {
	display:inline-block;
	margin-left:15px;
}
.custom_flex_nav {
	float:right;
	margin-top:-30px;
}


@media (max-width: 768px){
	.prod_archivio{
		display:none !important;
	}
	
	
	#home_link_center img  {
	
		margin-bottom: 10px;
	
	}

}




@media (max-width: 1024px) {
	/* definizione titoli h nel mobile */
	h1, h2 {
		font-size:28px;
		line-height: 32px;
	}
	h3 {
		font-size:20px;
		line-height: 26px;
	}
	h3 i {
		font-size:24px;
	}
	h4 {
		font-size:18px;
		line-height: 24px;
	}
	h4 i {
		font-size:22px;
	}
	h5 {
		font-size:16px;
		line-height: 20px;
	}
	h6 {
		font-size:14px;
		line-height: 18px;
	}
	.icona_spalla_premium:before{
		content:"";
	}
	.ghiri1, .ghiri2, .ghiri3{
		display:none;
	}
	
		.custom_flex_nav {
		margin-top:10px !important;
	}
		
}
@media (min-width: 1024px) {
	#headline_home h1.font3{
		font-size:7em !important;
		line-height:62px;
	}
}

.pswp__caption__center{
	text-align:center !important;
}
.abito_thumb_swipe figcaption {
  display: none;
}

#LeftNavigation ul li.navigation_button.active a span, #LeftNavigation ul li.navigation_button.active a span i{
	color:#d1ab69;
}

.img_collabo{
	width:250px;
	float:left;
	margin:0 20px 20px 0;
}

.spalla_atelier h4{
	border-bottom: solid 1px;
        padding-bottom: 8px;
		font-size:14px;
		line-height:18px;
		margin:	5px 0 ;
}
.icon_small .typcn{
	font-size:.7em !important;	
}
.icona_archivio, .icona_archivio .typcn:before{
	color:#d1ab69 !important;
	float:right;
	font-size:.7em;
}
.img_abito {
	width:100%;
}

#sede_select{
	display:none;
}
.atelier_thumb, .archivio_collabo{
	height:215px !important;
	margin-bottom:10px;
}
.atelier_thumb div, .archivio_collabo div{
	background-size: cover !important;
	display:block; 
	height:100%;
	position:relative;
	
}
.archivio_collabo .buttons {
		background:#d1ab69;
		text-align:center !important;
		vertical-align:middle;
		line-height:14px;
		font-weight:800;
		font-size:14px;
		padding:5px 2px;
		margin-right:15px;
		height:auto !important;
		width:100%;
		bottom:0;
		position:absolute;
	}


/* loader */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
}
#loader {
     /*
    position: relative;
    left: 50%;
	margin: -50px 0 0 -50px;
    top: 70%;*/
    width: 30px;
    height: 30px;
    display: inline-block;
	margin-top:20px;
    border-radius: 50%;
    border: 1px solid transparent;
    border-top-color: #d1ab69;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1000001;
}
#loader_text{
	z-index: 1000001;
	position: relative;
    left: 50%;
    top: 50%;
    width: 50%;
    
    margin: -20% 0 0 -25%;
	text-align:center;
}

#textloader .owl-item  {
opacity: 0;
transition: all 1s linear;
}

#textloader  .active{
opacity: 1;
}

#loader_text img {
	max-width:100%;
}
    

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #222222;
        z-index: 1000000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
     .loaded #loader_text {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }
    
    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: none;
    }
	
	/* progress bar loadiing */
	#progress-bar {
		background: none repeat scroll 0 0 transparent;
		height: 5px;
		margin: 0;
		position: relative;
		text-align: center;
		width: 100%;
		z-index: 9000000;
	}
	
	#progress-bar > #progress {
		position:relative;
	  width: 0%;
	  height: 5px;
	  background: #b39964;
	}
	
	#progress-bar > p {
		display:none !important;
	  vertical-align: middle;
	  display: inline-block;
	  color: white;
	  font-weight: bold;
	  margin: 0 auto;
	}
	
	
@media (min-width: 1410px) {
.col-lg-20 {
  width: 20%;
}
}


@media  (min-width: 1410px) and (max-width: 1500px) {
.overlay h3 {
font-size:18px;
line-height:18px;
}
.overlay p {
  margin: 0px;
}
}

@media (min-width: 1200px) and (max-width: 1500px) {
.overlay .scheda_produzioni {
font-size:12px;
}
.overlay p {
  margin: 0px;
}
}

@media (max-width: 768px) {
.overlay  h3 {
  font-size: 25px !important;
  line-height: 24px;
}
}

@media (max-width: 992px) {
#oscar  h3, #autentici  h3 {
  margin-top: 15px;
}
}

@media (max-width: 1199px) {
#nome_abito_correlato_evento {
  font-size:15px !important;
}
}


#nome_abito_correlato_evento{
font-size:20px;
}
