/* CSS Document */

body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #222222;
	line-height: 20px;
}

img {
	max-width: 100%;
	height: auto;
}
.fix {
	overflow: hidden;
}
p {
	margin: 0 0 10px;
}
.orange {
	color: #e95e27;
}
hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #d1d3d4;
	width: 90%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
	margin: 0 0 10px;
	font-weight: 500;
}
a {
	color: #e95e27;
	transition: all 0.3s ease 0s;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #e64415;
	text-decoration: none;
}
a:active,
a:hover {
	outline: 0 none;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }

.margin-top5 { margin-top: 5px !important }
.margin-top10 { margin-top: 10px !important }
.margin-top15 { margin-top: 15px !important }
.margin-top20 { margin-top: 20px !important }
.margin-top25 { margin-top: 25px !important }
.margin-top30 { margin-top: 30px !important }
.margin-top40 { margin-top: 40px !important }
.margin-top50 { margin-top: 50px !important }
.margin-top60 { margin-top: 60px !important }

.margin-bottom0 { margin-bottom: 0px !important }
.margin-bottom5 { margin-bottom: 5px !important }
.margin-bottom10 { margin-bottom: 10px !important }
.margin-bottom15 { margin-bottom: 15px !important }
.margin-bottom20 { margin-bottom: 20px !important }
.margin-bottom30 { margin-bottom: 30px !important }
.margin-bottom40 { margin-bottom: 40px !important }
.margin-bottom50 { margin-bottom: 50px !important }
.margin-bottom60 { margin-bottom: 60px !important }

.wrapper {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#sticker {
    width: 100%;
}

.header-style {
	position: fixed;
	top: 0;
	z-index: 1040;
}
.header-style .header-top-bar {
	background: #e95e27;
	padding: 5px 0;
}
@media only screen and (max-width: 991px) {
  .header-style .header-top-bar {
    display: none;
  }
}
.header-style .header-top-bar .top-bar-left ul li {
	display: inline-block;
	text-transform: lowercase;
	font-size: 14px;
	border-right: 1px solid #ffffff;
	margin-right: 15px;
	padding-right: 15px;
}
.header-style .header-top-bar .top-bar-left ul li i {
	padding-right: 10px;
	color: #222222;
	font-size: 14px;
}
.header-style .header-top-bar .top-bar-left ul li a {
	color: #ffffff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.header-style .header-top-bar .top-bar-left ul li:last-child {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}
.header-style .header-top-bar .top-bar-left ul li:hover a {
	color: #222222;
}
.header-style .header-top-bar .top-bar-right {
	text-align: right;
}
.header-style .header-top-bar .top-bar-right ul li {
	display: inline-block;
	margin-left: 15px;
}
.header-style .header-top-bar .top-bar-right ul li a {
	padding: 0 5px;
	display: block;
	text-align: center;
}
.header-style .header-top-bar .top-bar-right ul li a i {
	color: #ffffff;
	font-size: 18px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.header-style .header-top-bar .top-bar-right ul li a:hover i {
	color: #222222;
}
.header-style .header-top-area {
	background: #ffffff;
}
.header-style .header-top-area .logo-area {
	padding: 20px 0;
}
.header-style .header-top-area .logo-area a:hover,
.header-style .header-top-area .logo-area a:visited,
.header-style .header-top-area .logo-area a:active {
	color: inherit;
	text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-style .header-top-area .logo-area {
    padding: 24px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-style .header-top-area .logo-area {
    padding: 28px 0 29px;
  }
}
.header-style .header-top-area .main-menu > ul li a {
	color: #222222;
}
.header-style .header-top-area .header-top-search a.search-button {
	color: #afafaf;
}
.header-style .header-top-area .header-top-search a.search-button:hover {
	color: #fb5b21;
}
.header-style .header-top-area .header-top-search .search-text {
	border: 1px solid #212121;
	background-color: rgba(33, 33, 33, 0.6);
	width: 208px;
	height: 40px;
	color: #ffffff;
}
.header-style.stick .main-menu {
	margin-bottom: 10px;
}
.header-style.stick .header-top-area {
	border-bottom: 2px solid #fb5b21;
	background-color: rgba(255, 255, 255, 0.85);
}
.header-style.stick .header-top-area .main-menu ul li a {
	padding: 2px 4px;
	margin: 0;
	border-bottom: none;
}
.header-style.stick .header-top-area .main-menu ul li ul li a {
	padding: 1px 30px 0.5px 10px;
}
.header-style.stick .header-top-area .main-menu ul li ul li a:hover {
	padding: 2px 25px 0 15px;
}
.header-style.stick .header-top-area .logo-area {
  padding: 5px 0;
}
.header-style.stick .header-top-area .logo-area img {
	width: 60% !important;
	margin: auto !important;
}
.header-style.stick .header-top-area .header-top-right {
	padding: 23px 0;
}
.header-style.stick .header-top-area .cart-area span {
	bottom: 35px;
}
.header-style.stick .header-top-area .header-top-right ul li ul {
	top: 70px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-style.stick .header-top-area .main-menu ul li a {
    padding: 10px 3px;
  }
  .header-style.stick .header-top-area .main-menu ul li ul li a {
    padding: 8px 0 10px 15px;
  }
  .header-style.stick .header-top-area .header-top-right {
    padding: 24px 0;
  }
  .header-style.stick .header-top-area .header-top-right ul li ul {
    top: 72px;
  }
  .header-style.stick .header-top-area .logo-area {
    padding: 15px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-style.stick .header-top-area .main-menu ul li a {
    padding: 24px 6px;
  }
  .header-style.stick .header-top-area .main-menu ul li ul li a {
    padding: 8px 0 10px 15px;
  }
  .header-style.stick .header-top-area .logo-area {
    padding: 22px 0 23px;
  }
}
.logo-area {
	margin: 0;
}
.mobile-menu-area {
	display: none;
}

/* ------------- Header Menu style ------------- */
.main-menu {
	margin-bottom: 15px;
}
.main-menu ul {
	text-align: center;
}
.main-menu ul > li {
	display: inline-block;
	position: relative;
}
.main-menu ul > li > a {
	display: block;
	color: #222222;
	font-size: 13.3px;
	font-weight: 700;
	margin: 2px 5px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	border-bottom: 4px solid #ffffff;
}
/*.main-menu ul > li:first-child > a {
	margin-left: 0;
}*/
.main-menu ul > li:last-child > a {
	margin-right: 0;
}
.main-menu ul > li.active > a,
.main-menu ul > li > a:hover {
	border-bottom: 4px solid #e85e26;
	text-decoration: none;
}
.main-menu ul ul {
	background: rgba(198,199,200,0.9);
	opacity: 0;
	position: absolute;
	transform: scaleY(0);
	transform-origin: 0 0 0;
	transition: all 0.5s ease 0s;
	z-index: 99999;
	visibility: hidden;
}
.main-menu ul > li:hover > ul {
	opacity: 1;
	transform: scaleY(1);
	visibility: visible;
}
.main-menu ul > li > ul > li {
	display: block;
	border-bottom: 1px solid #eee;
}
.main-menu ul > li > ul > li:last-child {
	border-bottom: none;
}
.main-menu ul > li > ul > li a {
	color: #222222;
	display: block;
	font-size: 12px;
	font-weight: normal;
	padding: 2px 30px 0 10px;
	text-align: left;
	white-space: nowrap;
	border-bottom: none;
}
.main-menu ul > li > ul > li a:hover {
	color: #e85e26 !important;
	border-bottom: none;
	padding: 2px 25px 0 15px;
}
.mean-container .mean-bar {
	padding: 0;
	border-bottom: 2px solid #fb5b21;
	position: fixed;
	top: 0;
	background: transparent;
	box-sizing: border-box;
}
.mean-container .mean-bar a {
	padding: 4px 0;
	display: block;
	background: #ffffff;
}
.mean-container .mean-bar .meanmenu-reveal {
	padding: 13px;
}
.mean-container .mean-nav > ul {
	background: transparent;
	overflow-y: scroll;
	overflow-x: hidden;
}
.mean-container .mean-nav > ul li {
	background: #ffffff;
}
.mean-container .mean-nav {
	background: transparent;
}
/* ------------- END Header Menu style ------------- */

.bg-slider {
	margin-top: 223px;
}
.title-slider, .title-home, .title-page {
	background: #292929;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 700;
}
.title-slider span, .title-home span, .title-page span {
	font-weight: 300;
	color: #e95e27;
	margin-right: 5px;
}
.text-slider {
	position: relative;
	overflow: hidden;
	height: auto;
	background: rgba(41, 41, 41, 0.9);
	color: #fff;
	padding: 10px 20px 0;
	margin-top: 350px;
	margin-bottom: 20px;
	min-height: 110px;
}
.text-slider ul.breadcrumb {
    font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0px;
	background-color: transparent;
	padding: 0;
}

.text-slider ul.breadcrumb li {
    display: inline;
}

.text-slider ul.breadcrumb li+li:before {
    padding: 5px;
    color: #e95e27;
    content: ">\00a0";
}
.text-slider ul.breadcrumb >li a {
	color: #ffffff;
}
.text-slider ul.breadcrumb >li a:hover {
	color: #e95e27;
}

.text-slider span {
	color: #e95e27;
}
.text-slider h1 {
	color: #e95e27;
	font-weight: 300;
	margin-bottom: 0px;
	font-size: 28px;
}
.text-slider .description {
	font-size: 18px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #333132 !important;
}
.owl-theme .owl-dots {
    margin: 10px 0 !important;
}
.owl-theme .owl-dots .owl-dot span {
    width: 7px !important;
    height: 7px !important;
	margin: 5px !important;
}
.small-box-home {
	border-bottom: 1px solid #292929;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.small-box-home:last-child {
	border-bottom: none;
}
.small-box-home .small-img-home {
	margin: 0 35px 5px;
}
.small-box-home .small-img-home img:hover {
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.small-box-home .title {
	font-weight: 700;
	line-height: 16px;
}
.small-box-home .group {
	font-weight: 700;
	color: #e95e27;
	line-height: 16px;
}
.small-box-home .productor {
	font-size: 12px;
	line-height: 14px;
}
.small-box-home .stile {
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
	text-transform: uppercase;
}
.small-box-home .stile a {
	color: #222222;
}
.small-box-home .stile a:hover {
	color: #e95e27;
}
.small-box-home .stile span:after {
    content: ",";
}
.small-box-home .stile span:last-child:after {
	content: "";
}
.title-slider {
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 700;
}
.title-home-big {
	text-align: center;
	text-transform: uppercase;
	color: #292929;
	font-weight: 700;
}
.title-slider span, .title-home-big span {
	font-weight: 300;
	color: #e95e27;
}
.big-box-home {
	text-align: center;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}
/*.best-week-hp img:hover {
	opacity: 0.6;
    filter: alpha(opacity=50);
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}*/
.big-box-home .big-img-home {
	margin: 0 0 5px;
}
.big-box-home .big-img-home img:hover {
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.big-box-home .title {
	font-weight: 700;
	line-height: 16px;
}
.big-box-home .group {
	font-weight: 700;
	color: #e95e27;
	line-height: 16px;
}
.big-box-home .productor {
	font-size: 12px;
	line-height: 14px;
}
.big-box-home .stile {
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
	text-transform: uppercase;
}
.big-box-home .stile a {
	color: #222222;
}
.big-box-home .stile a:hover {
	color: #e95e27;
}
.big-box-home .stile span:after {
    content: ",";
}
.big-box-home .stile span:last-child:after {
	content: "";
}
.box-center {
	border-bottom: 1px solid #292929;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
}
.box-center:last-child {
	border-bottom: none;
}
.box-center .title {
	font-weight: 700;
	line-height: 16px;
	text-transform: uppercase;
}
.box-center .subtitle {
	font-weight: 700;
	color: #e95e27;
	line-height: 16px;
	margin-bottom: 10px;
}
.box-center p {
	font-family: 'PT Sans', sans-serif;
	margin-bottom: 5px;
	font-size: 13px;
}
.box-center img:hover {
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.box-center a {
	letter-spacing: 1px;
	font-weight: 300;
}
.box-center a .fa {
	margin-left: 5px;
}
.box-center a:hover .fa {
	margin-left: 15px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
/*======================================================
=                       Footer style                   =
=======================================================*/
.footer-area {
  background: #d1d3d4;
  color: #292929;
  font-size: 14px;
  padding: 50px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-area {
    padding: 90px 0 65px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-area {
    padding: 80px 0 55px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .footer-area {
    padding: 70px 0 45px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .footer-area {
    padding: 60px 0 35px;
  }
}
@media only screen and (max-width: 320px) {
  .footer-area {
    padding: 50px 0 25px;
  }
}
.footer-area h3 {
  color: #e95e27;
  font-size: 22px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
/*--------------- About company ----------------------*/
.social-icons {
  margin-bottom: 30px;
}
.social-icons ul li {
  display: inline-block;
  margin-right: 8px;
}
.social-icons ul li.last {
  margin-right: 0;
}
.social-icons ul li a {
  display: block;
  background: #e95e27;
  border-radius: 50%;
  color: #ffffff;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 32px;
}
.social-icons ul li a:hover {
  background: #ffffff;
  color: #e95e27;
}
/*--------------- Corporate Office ----------------------*/
.corporate-address ul li {
  padding-bottom: 20px;
}
.corporate-address ul li .fa {
  color: #ffffff;
  padding-right: 8px;
}
/*--------------- Link Address ----------------------*/
.link-address ul li {
  padding-bottom: 10px;
  text-transform: uppercase;
}
.footer-area a:hover {
	color: #292929;
}
.link-address ul li .fa {
  color: #ffffff;
  padding-right: 8px;
}
/*=================  End of Footer style  =================*/


/*======================================================
=                    Copy right style                  =
=======================================================*/
.copy-right-area {
  background: #292929;
  padding: 15px 0;
}
.copy-right-area .copy-right {
  color: #ffffff;
  font-size: 13px;
}
.copy-right-area .copy-right p {
  margin: 0;
}
.copy-right-area a:hover {
  color: #fff;
  text-decoration: underline;
}
.privacy ul {
  text-align: right;
}
.privacy ul li {
  display: inline-block;
  list-style: none;
}
.privacy ul li a {
  font-size: 13px;
}
.privacy ul li:after {
    content: "|";
    display: inline-block;
	color: #ffffff;
	margin: 0 5px;
}
.privacy ul li:last-child:after {
	content: "";
	margin: 0px;
}
/*==============  End of Copy right style  ================*/


/*======================================================
=                   Scroll to top style                =
=======================================================*/
.scrollToTop {
  display: block;
  bottom: 20px;
  border: 1px solid #fb5b21;
  right: 15px;
  cursor: pointer;
  height: 38px;
  line-height: 38px;
  position: fixed;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-animation: flash 3000ms infinite;
  -moz-animation: flash 3000ms infinite;
  -ms-animation: flash 3000ms infinite;
  -o-animation: flash 3000ms infinite;
  animation: flash 3000ms infinite;
  width: 38px;
  z-index: 9999;
}
.scrollToTop:after {
  color: #fb5b21;
  content: "\f102";
  font-family: "FontAwesome";
  font-size: 25px;
}
.scrollToTop:hover {
  -webkit-animation: flash 0s infinite;
  -moz-animation: flash 0s infinite;
  -ms-animation: flash 0s infinite;
  -o-animation: flash 0s infinite;
  animation: flash 0s infinite;
}
/*=============  End of Scroll to top style  ==============*/

.icon-arrow-list {
    padding-left: 0;
    list-style: none;
    line-height: 2.0em;
    margin: 10px 0;
}
.icon-arrow-list li i {
    margin-right: 8px;
    color: #e95e27;
}


/*  Review Feed Filter  */
.review-feed-filter {
	padding-left: 0;
	list-style: none;
	margin: 0 0 25px -2px;
}
.review-feed-filter > li {
	display: inline-block;
	padding: 0 2px 0 0;
	margin-bottom: 5px;
}
.review-feed-filter > li .btn {
	text-transform: uppercase;
}
.review-feed-filter > li .btn-warning {
	text-shadow: none !important;
	background-color: #e95e27 !important;
}
@media (max-width: 400px) {
  .review-feed-filter > li {
    display: block;
    margin-bottom: 5px;
  }
  .review-feed-filter > li .btn {
    display: block;
    width: 100%;
  }
}
/*  Review Feed  */
.review-feed {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .review-feed.review-feed__4cols .review-item {
    width: 25%;
	min-height: 350px;
  }
}
.review-feed.review-feed__fullw {
	overflow: hidden;
	border: none;
	padding: 0;
}
.review-feed.review-feed__fullw .review-item {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	margin-bottom: 0;
}
@media (max-width: 767px) and (min-width: 406px) {
  .review-feed.review-feed__fullw .review-item {
    width: 50%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .review-feed.review-feed__fullw .review-item {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .review-feed.review-feed__fullw .review-item {
    width: 20%;
  }
}
.review-feed.review-feed__fullw .review-item .review-img img {
	width: 100%;
	height: auto;
	padding: 0;
	border: none;
}
.review-feed.review-feed__fullw .review-item .overlay {
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.review-item {
	text-align: center;
	margin-bottom: 20px;
}
.review-item .container-img-review {
	position: relative;
	overflow: hidden;
	height: 100%;
}
.review-item img {
	margin-bottom: 10px;
}
.review-item img:hover {
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.review-item .title {
	font-weight: 700;
	line-height: 16px;
}
.review-item .group {
	font-weight: 700;
	color: #e95e27;
	line-height: 16px;
}
.review-item .productor {
	font-size: 12px;
	line-height: 14px;
}
.review-item .stile {
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
	text-transform: uppercase;
}
.review-item .stile span:after {
    content: ",";
}
.review-item .stile span:last-child:after {
	content: "";
}
.review-item .best-week {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
@media (max-width: 1199px) {
  .review-item .best-week img {
    height: 65px;
  }
}
@media (max-width: 991px) {
  .review-item .best-week img {
    height: 100%;
  }
}
/*  Review Item Overlay */
.review-item {
  margin-bottom: 20px;
}
@media (max-width: 405px) {
  .review-feed__4cols .review-item {
    width: 100%;
  }
}
@media (min-width: 406px) and (max-width: 767px) {
  .review-feed__4cols .review-item {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .review-feed__4cols .review-item {
    margin-left: auto;
    margin-right: auto;
  }
}



.single-detail-right .container-img-detail {
	position: relative;
	overflow: hidden;
	height: 100%;
}
.single-detail-right img {
	margin-bottom: 10px;
}
.container-img-detail .best-week {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
@media (max-width: 1199px) {
  .container-img-detail .best-week img {
    height: 65px;
  }
}
@media (max-width: 991px) {
  .container-img-detail .best-week img {
    height: 100%;
  }
}
.single-detail-right .title {
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 5px;
}
.single-detail-right .group {
	font-weight: 700;
	color: #e95e27;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 10px;
}
.single-detail-right .productor {
	font-size: 13px;
	line-height: 15px;
	font-weight: 600;
	margin-bottom: 10px;
}
.single-detail-right .stile {
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
	text-transform: uppercase;
	padding-bottom: 15px;
	border-bottom: 1px solid #d1d3d4;
	margin-bottom: 15px;
}
.single-detail-right .stile span:after {
    content: ",";
}
.single-detail-right .stile span:last-child:after {
	content: "";
}
.single-detail-right .voto {
	margin: 0 0 15px 0;
	padding: 5px 0 20px 0;
	font-size: 44px;
	font-weight: 900;
	border-bottom: 1px solid #d1d3d4;
}
.single-detail-right .voto span {
	color: #939598;
}
.single-detail-right .social {
	margin-bottom: 30px;
}
.single-detail-right .social a {
	margin-right: 30px;
	font-size: 30px;
	color: #222222;
	-webkit-text-stroke: 1px #222222;
}
.single-detail-right .social a:last-child {
	margin-right: 10px;
}
.single-detail-right .social a:hover {
	color: #e95e27;
}
.single-detail-right ul {
	list-style-type: none;
	margin: 0 0 30px;
	padding: 1px 10px 10px;
	background-color: #d1d3d4;
}
.single-detail-right ul > li {
	padding: 5px 0;
	margin: 5px 0;
	border-bottom: 1px solid #222222;
	text-transform: uppercase;
}
.single-detail-right ul > li a {
	color: #222222;
	display: block;
}
.single-detail-right ul > li a:hover {
	color: #e64415;
}

.single-detail-left {
	margin-bottom: 30px;
}
.single-detail-left .breadcrumbs {
	margin-bottom: 5px;
}

.breadcrumbs ul.breadcrumb {
    padding: 0;
    list-style: none;
	background-color: transparent;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: 600;
}
.breadcrumbs .breadcrumb > li a,
.breadcrumbs .breadcrumb > li.subcategory a {
    color: #222222;
}
.breadcrumbs .breadcrumb > li a:hover,
.breadcrumbs .breadcrumb > li.subcategory a:hover {
    color: #e64415;
}
.breadcrumbs .breadcrumb > li + li::before {
    padding: 0 5px;
    color: #e95e27;
    content: "\003e";
}
.breadcrumbs .breadcrumb > li.subcategory + li::before {
    padding: 0 5px 0 0;
    color: #222222;
    content: ",";
}
.single-detail-left .data_inserimento {
	font-size: 13px;
	margin-bottom: 10px;
}
.single-detail-left .artista {
	color: #e85e26;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 5px;
}
.single-detail-left .titolo {
	color: #e95e27;
	font-size: 36px;
	line-height: 34px;
	font-weight: 900;
	margin-bottom: 20px;
}
.single-detail-left .sottotitolo {
	margin-bottom: 20px;
	text-align: justify;
	font-size: 20px;
	font-style: italic;
}
.single-detail-left .testo {
	margin-bottom: 20px;
	/*max-height: 500px;
	overflow: auto;
	font-family: Georgia, "Times New Roman", Times, serif;*/
	width: 100%;
	padding-right: 15px;
}
.single-detail-left .firma {
	/*font-family: 'Yellowtail', cursive;*/
	color: #e95e27;
	font-size: 16px;
	margin-bottom: 20px;
}

audio, canvas, progress, video {
    width: 80%;
}

/* --------------------------------------
    Cerca nel sito
-------------------------------------- */
.sclk_cerca_overlay {position:fixed; top:0; left:0; width:100%; height:100%; z-index:20000; background-color:rgba(0,0,0,0.95); display:none;}
.sclk_cerca_table { display:table; width:100%; height:100%; }
.sclk_cerca_container { display:table-cell; vertical-align:middle; text-align:center; }
.sclk_cerca_content {display:inline-block; width:80%; min-width:300px;}
.sclk_cerca_form .form-control:focus {
    border-color: transparent !important
}