/* GLOBAL STYLES
    -------------------------------------------------- */
    /* Padding below the footer and lighter body text */

::-webkit-scrollbar {
 width: 4px;
}
::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
 border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
 background-color:#333;
}
scrollbar {
	/*  clear useragent default style*/
	-moz-appearance: none !important;
	-moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	-moz-border-radius: 10px;
}
/* buttons at two ends */
scrollbarbutton {
	-moz-appearance: none !important;
}
/* the sliding part*/
thumb {
	-moz-appearance: none !important;
	-moz-border-radius: 10px;
	-moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	background-color: #333;
}
scrollcorner {
	-moz-appearance: none !important;
	resize: both;
}
/* vertical or horizontal */
scrollbar[orient="vertical"] {
	color: silver;
}


::-webkit-input-placeholder {
 font-size: 0;
}

:-moz-placeholder { /* Firefox 18- */
 font-size: 0;
}

::-moz-placeholder {  /* Firefox 19+ */
 font-size: 0;
}

:-ms-input-placeholder {
 font-size: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	padding-bottom: 25px;
	color: #5a5a5a;
	position: relative;
	padding: 0 0 0 !important;
	font-family: 'CorisandeRegular';
	text-rendering: optimizeLegibility;
	line-height: 130%;
}
.container {
	width: 100%;/*overflow:hidden;
	margin-top:81px;*/
}
.container .container {
	margin: 0;
}
.sticky-wrapper {
	height: 67px!important;
}
.header {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#e6e6e6));
	background: -webkit-linear-gradient(top, #e6e6e6, #fff);
	background: -moz-linear-gradient(top, #e6e6e6, #fff);
	background: -ms-linear-gradient(top, #e6e6e6, #fff);
	background: -o-linear-gradient(top, #e6e6e6, #fff);
	padding: 25px 0 15px 0;
	z-index: 1999;
	width: 100%;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
.header-fixed {
	background: white;
	padding: 10px 0 0 0;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}
.header .logo {
	margin-left: 30px;
}
.header-fixed .logo img {
	max-width: 100px;
	padding-top: 5px;
}
.header ul {
	float: right;
	margin: 0 17px 0 0px !important;
}
.header ul li, .footer ul li {
	float: left;
	list-style: none;
	margin-right: 20px;
}
.header ul li a.active {
	color: #000;
}
.header ul li:last-child, .footer ul li:last-child {
	margin-right: 0;
}
.footer {
	width: 100%;
	position: relative;
	bottom: 0;
	left: 0;
}
.footer ul {
	margin: 25px 0 8px 25px;
	float: left;
}
.footer .pull-right {
	margin-right: 25px;
}
form {
	margin: 0;
	overflow-x: hidden;
}
.search-form {
	background: url(../img/search-icon.png) no-repeat left 3px transparent;
	padding-left: 12px;
	border-bottom: none!important;
	background-size: 10px;
	margin: -2px 0 0 0;
	padding-bottom: 10px;
}
.search-form-li {
	border-bottom: none!important;
	margin-bottom: 0!important;
}
.search-input, #edit-search-block-form--2 {
	width: 55px;
	border: none;
	border-bottom: 1px solid;
	padding: 0;
	height: 12px;
	background: none!important;
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
#edit-actions--2, .search-input #edit-submit {
	display: none;
}
.dropup {
	margin: 19px 0;
}
.dropdown-menu li {
	float: none;
}
.margin {
	margin: 25px 0
}
#social {
	position: absolute;
	left: 50%;
	margin-left: -65px;
}
#social li {
	list-style: none;
	float: left;
	margin-right: 10px; 
	position: relative;
	top: -4px;
}
#social li:last-child {
	margin-right: 0;
}
#social li a {
	opacity: 0.9;
}
#social li a:hover {
	opacity: 1;
}
.btn-navbar {
	display: none;
}
.logo img {
	min-width: 100px;
}
ul.nav.nav-tabs {
	margin-bottom: 0;
	border-bottom: 0;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-radius: 4px 0 0 0;
	-webkit-border-radius: 4px 5px 0 0;
	-moz-border-radius: 4px 5px 0 0;
	padding-bottom: 10px;
}
.nav-tabs > li {
	margin-bottom: -1px;
	width: 50%;
	text-align: center;
	font-size: 15px;
	font-family: 'CorisandeLight';
	text-shadow: 0px 1px white;
}
.nav-tabs > li:first-child > a {
	border-radius: 4px 0 0 0;
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	margin-right: 0;
}
.nav-tabs > li:last-child > a {
	border-radius: 0 4px 0 0;
	-webkit-border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
}
.nav-tabs > li > a {
	background-color: #d3d3d3;
	color: #black;
	text-shadow: 1px 1px -1px #fff;
	margin-right: 0;
	border: 0!important;
}
.accordion {
	margin-bottom: 6px;
}
.tab-pane#filters .accordion, .tab-pane#swatches {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.tab-pane#swatches {
	border-bottom: 1px solid #ddd;
}
.accordion-group {
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#e6e6e6));
	background: -webkit-linear-gradient(top, #e6e6e6, #fff);
	background: -moz-linear-gradient(top, #e6e6e6, #fff);
	background: -ms-linear-gradient(top, #e6e6e6, #fff);
	background: -o-linear-gradient(top, #e6e6e6, #fff);
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
}
.accordion-group:first-child {
	border-top: 1px solid #ccc;
}
.accordion-inner {
	border: 0;
}
.accordion-toggle {
	background: url(../img/plus-icon.png) no-repeat scroll right center transparent;
}
.accordion-toggle.opened {
	background: url(../img/minus-icon.png) no-repeat scroll right center transparent;
}
.accordion-toggle.collapsed {
	background: url(../img/plus-icon.png) no-repeat scroll right center transparent;
}
.accordion-group .accordion-list {
	list-style: none;
	margin-bottom: 11px;
	padding: 2px 4px;
	width: 140px;
	cursor: pointer;
}
.accordion-group .accordion-list .selected {
	background: #949699 url(../img/accordion-li-selected.png) no-repeat right center;
	color: white;
	overflow: hidden;
}
.swatches-accordion {
	padding: 9px 0;
}
.jqTransformSelectWrapper div {
	height: 23px!important;
}
.jqTransformSelectWrapper div span {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d9dadb), to(#d9dadb));
	background: -moz-linear-gradient(top, #d9dadb 0%, #d9dadb 100%);
	background: -o-linear-gradient(top, #d9dadb 0%, #d9dadb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d9dadb 0%, #d9dadb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d9dadb 0%, #d9dadb 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9dadb', endColorstr='#d9dadb', GradientType=0 ); /* IE6-9 */
	color: black;
	text-shadow: 1px 1px -1px white;
	outline: 0;
	width: 190px!important;
	border: 1px solid #999;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	top: -9px!important;
	padding: 8px 0 0 7px!important;
	height: 23px!important;
	box-shadow: inset -2px -2px 10px #999;
	-moz-box-shadow: inset -2px -2px 10px #999;
	-webkit-box-shadow: inset -2px -2px 10px #999;
}
.jqTransformSelectWrapper div span.selectgrad {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.jqTransformSelectOpen {
	background: url(../img/drop-up-arrow.png) no-repeat scroll center center transparent!important;
	right: 56px!important;
	top: -9px!important;
}
.jqTransformSelectWrapper ul {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#adaeaf), to(#d9dadb))!important;
	background: -moz-linear-gradient(top, #adaeaf 0%, #d9dadb 100%)!important;
	background: -o-linear-gradient(top, #adaeaf 0%, #d9dadb 100%)!important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #adaeaf 0%, #d9dadb 100%)!important; /* IE10+ */
	background: linear-gradient(to bottom, #adaeaf 0%, #d9dadb 100%)!important; /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adaeaf', endColorstr='#d9dadb', GradientType=0 )!important; /* IE6-9 */
	top: auto!important;
	bottom: 36px;
	width: 197px!important;
	border-radius: 5px!important;
	-webkit-border-radius: 5px!important;
	-moz-border-radius: 5px!important;
	border: 1px solid #999!important;
	border-bottom: none!important;
	border-bottom-left-radius: 0!important;
	-webkit-border-bottom-left-radius: 0!important;
	-moz-border-bottom-left-radius: 0!important;
	border-bottom-right-radius: 0!important;
	-webkit-border-bottom-right-radius: 0!important;
	-moz-border-bottom-right-radius: 0!important;
	padding: 15px 0px 15px 0px!important;
}
.jqTransformSelectWrapper ul li {
	list-style: none;
	margin: 0;
	padding: 0px 4px;
	width: auto;
	cursor: pointer;
	line-height: 16px;
}
.jqTransformSelectWrapper ul a {
	background: none!important;
	border-radius: 5px!important;
	-webkit-border-radius: 5px!important;
	-moz-border-radius: 5px!important;
	border: none!important;
	box-shadow: 0px 1px 3px;
	-webkit-box-shadow: 0px 1px 3px;
	-moz-box-shadow: 0px 1px 3px;
}
.accordion-list {
	margin-left: 0;
}
.accordion-body.in {
	overflow: visible;
}
.clear-btn {
	border: none;
	background: url(../img/clear-btn.png) no-repeat right 3px transparent;
	padding: 0px 15px 0px;
	opacity: 0.5;
}
.clear-btn:hover {
	opacity: 1;
}
.apply-btn {
	display: none;
}
.swatch {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
.swatch a {
	display: block;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #949699;
	-webkit-border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	border-radius: 0px!important;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #949699;
}
.big-slide {
	margin-bottom: 0!important;
}
.big-slide img {
	height: auto!important;
}
.dett {
	display: block;
	margin-bottom: 20px;
}
.dett h4 {
	font-size: 14px;
	line-height: 16px;
	color: black;
	opacity: 0.65;
	margin-bottom: 0;
}
.dett p {
	font-size: 16px;
	line-height: 18px;
	color: black;
	font-family: 'CorisandeLight';
}
.dett .swatch.small {
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 10px;
	margin-top: 10px;
}
.btn-plus {
	margin-right: 30px;
	margin-top: 10px;
	border: none;
	background: url(../img/plus-icon-big.png) no-repeat center right transparent;
	width: 120px;
	height: 30px;
	padding: 0;
	text-align: left;
	font-size: 16px;
	color: black;
}
.btn-plus:hover {
	background: url(../img/plus-icon-big-hover.png) no-repeat center right transparent;
}
.margin-left {
	margin-left: 30px!important;
}
.big-block .span2 h3 {
	margin: 0;
	line-height: 21px!important;
}
.row-fluid.big-block {
	padding: 36px 0;
}
.row-fluid.big-block.opacity-low {
	background-color: rgba(212,213,215,0.25);
}
.row-fluid.big-block.opacity-mid {
	background-color: rgba(212,213,215,0.5);
}
.row-fluid.news {
	width: 96%;
	margin: 0 30px;
}
.row-fluid.news .span3 {
	margin-left: 0!important;
	margin-bottom: 30px;
}
.row-fluid.news .span3 img {
	margin-bottom: 20px;
	width: 100%;
}
.row-fluid.news .span3 img:hover {
	opacity: 0.5;
}
.row-fluid.news .span3 .date {
	font-size: 12px;
}
.row-fluid.news .span3 h4 {
	font-size: 20px;
	line-height: 22px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.row-fluid.news .span3 p {
	font-size: 14px;
	line-height: 16px;
}
.row-fluid.news .span3 p a {
	color: #1b1b1b;
	font-family: 'CorisandeBold';
	cursor: pointer;
}
.opacity-mid form {
	overflow: visible;
	margin-top: 30px;
}
.showroom li {
	list-style: none;
	font-size: 14px;
	line-height: 16px;
}
.big-block .span3 ul {
	margin-left: 0;
	font-family: 'CorisandeLight';
	margin-bottom: 30px;
}
.big-block .span3 li {
	list-style: none;
	font-size: 14px;
	line-height: 16px;
	overflow: hidden;
}
.big-block .span3 li:before {
	content: "- ";
}
.spalla-contacts {
	width: 495px;
}
.spalla-contacts .span2 {
	float: none!important;
	margin-bottom: 30px;
	width: 190px;
}
.spalla-contacts .span2.pull-left {
	float: left!important;
}
.spalla-contacts .span2 ul {
	margin-left: 0;
}
.spalla-contacts h4 span {
	font-size: 12px;
	line-height: 14px;
}
.search-showroom {
	position: relative;
	width: 200px;
}
.search-showroom form {
	width: 200px;
}
.search-showroom .jqtransform input[type="search"] {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d9dadb), to(#adaeaf));
	color: black;
	text-shadow: 1px 1px 1px white;
	outline: 0;
	width: 190px!important;
	border: 1px solid #999;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	top: -9px!important;
	padding: 4px!important;
	height: 26px!important;
}
.search-showroom .jqtransform .search-submit {
	border: 1px solid #838383;
	border-top-color: #b3b3b3;
	font-family: 'CorisandeRegular';
	text-transform: capitalize;
	-moz-box-shadow: inset 0 5px 15px 1px #fff;
	-webkit-box-shadow: inset 0 5px 15px 1px #fff;
	box-shadow: inset 0 5px 15px 1px #fff;
	background-color: #d8d8d8;
	height: 30px;
	width: 56px;
	position: absolute;
	top: 3px;
	right: 4px;
}
.search-submit button.jqTransformButton span {
	float: none;
}
.text-dett h1 {
	font-size: 50px;
	line-height: 52px;
}
.spalla {
	padding: 20px;
	background: rgba(212,213,215,0.25);
	margin-right: 30px;
	min-width: 160px;
}
.spalla .paper-nugget a img {
	margin-bottom: 15px;
}
.padd {
	padding: 0 15px;
}
.dett-table {
	width: 100%
}
.text-dett {
	max-width: 750px;
	display: block;
	clear: both;
}
.right-part {
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
}
.dett-icons a {
	margin: 10px 5px 10px 15px;
}
.dett-icons {
	margin-bottom: 15px;
}
.spalla .paper-nugget {
	margin: 0 auto 15px 0;
	max-width: 305px;
	height: auto!important;
}
.top-dett {
	margin-bottom: 15px;
	position: relative;
}
.dett-table td, .dett-table th {
	text-align: center;
}
.leg {
	display: block;
	padding: 20px 0 10px;
}
.big-img {
	padding-left: 45px;
}
.table-bordered.dett-table {
	border-width: 0 1px 1px 0;
}
.spalla h3 {
	margin-top: 0;
}
/* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */

    /* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	margin-top: 20px;
	margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
}
.navbar-wrapper .navbar {
}
.btn-navbar {
	display: none;
	float: right;
	margin-right: 5px;
	margin-left: 5px;
	background-color: none;
	background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
	background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
	background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
	background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
	background-repeat: repeat-x;
	border-color: #e5e5e5 #e5e5e5 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.btn-navbar .icon-bar {
	display: block;
	width: 18px;
	height: 2px;
	background-color: #f5f5f5;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
/* Remove border and change up box shadow for more contrast */
.navbar .navbar-inner {
	border: 0;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
	box-shadow: 0 2px 10px rgba(0,0,0,.25);
}
/* Downsize the brand/project name a bit */
.navbar .brand {
	padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
/* Navbar links: increase padding for taller navbar */
.navbar .nav > li > a {
	padding: 15px 20px;
}
/* Offset the responsive button for proper vertical alignment */
.navbar .btn-navbar {
	margin-top: 10px;
}
/* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */

    /* Carousel base class */
.carousel {
	margin-bottom: 30px;
}
.carousel .container {
	position: relative;
	z-index: 9;
	overflow: hidden;
}
.carousel-inner {
/* overflow: visible; */
}
.page-home .carousel-inner .item {
	background-position: center;
}
.carousel-control {
	height: 35px;
	font-size: 120px;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	background-color: transparent;
	border: 0;
	z-index: 10;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.carousel-control.left {
	background: url(../img/carousel-left.png) no-repeat transparent;
}
.carousel-control.right {
	background: url(../img/carousel-right.png) no-repeat transparent;
}
#home-carousel img {
	position: absolute;
}
.carousel img {
	top: 0;
	left: 0;
	min-width: 100%;
	height: 500px;
	width: 100%;
}
.carousel-caption {
	background-color: transparent;
	position: static;
	padding: 10px 20px;
	margin-top: 510px;
	text-align: center;
	width: 100%;
	background: #ffffff;
}
.carousel-caption h1 {
	margin: 0;
	line-height: 125%;
	color: #000;
	font-size: 23px;
}
.carousel-caption a {
	margin-top: 10px;
	font-size: 14px;
	line-height: 16px;
	color: #000;
}
/* MARKETING CONTENT
    -------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .span4 {
	text-align: center;
}
.marketing h2 {
	font-weight: normal;
}
.marketing .span4 p {
	margin-left: 10px;
	margin-right: 10px;
}
/* Featurettes ------------------------- */

.featurette-divider {
	margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
.featurette {
	padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
	overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
	margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}
/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
	margin-right: 40px;
}
.featurette-image.pull-right {
	margin-left: 40px;
}
/* Thin out the marketing headings */
.featurette-heading {
	font-size: 52px;
	line-height: 54px;
	font-weight: 300;
	letter-spacing: -1px;
}
/* Nuggets
    ------------------------- */
.nugget {
	width: 25%;
	float: left;
	position: relative;
}
.nugget-inner {
	width: 100%;
	display: inline-block;
}
.nugget-inner > div {
	display: inline-block;
	background: rgba(0,0,0,0.65);
 -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A5000000, endColorstr=#A5000000);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A5000000, endColorstr=#A5000000);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	transition: all .5s ease-in;
	opacity: 1;
	margin: 5%;
	width: auto;
	height: 70%;
	padding: 5% 10%;
	overflow: hidden;
}
.nugget-inner div h3, .nugget-inner div h3 a, .nugget-inner div p, .nugget-inner div a {
	color: white;
}
.nugget-inner div:hover {
	opacity: 1;
}
.nugget-inner div a:before {
	content: "> ";
}
.nugget-inner div h3 a:before {
	content: "";
}
/* Input Type Range
    ------------------------- */
#weight {
	height: 50px;
}
#weight-range {
	border-radius: 10px!important;
	height: 7px;
	border: 1px solid #ddd;
}
.ui-slider-handle {
	text-decoration: none!important;
}
span#min, span#max {
	position: absolute;
	top: 20px;
	font-size: 12px;
}
.ui-widget-content {
	background-image: -moz-linear-gradient(top, #fff, #b9b9b9)!important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#b9b9b9))!important;
	background-image: -webkit-linear-gradient(top, #fff, #b9b9b9)!important;
	background-image: -o-linear-gradient(top, #fff, #b9b9b9)!important;
	background-image: linear-gradient(to bottom, #fff, #b9b9b9)!important;
}
.ui-slider-horizontal .ui-slider-range {
	-webkit-appearance: none !important;
	background-image: -moz-linear-gradient(top, #0071a9, #2998cf)!important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0071a9), to(#2998cf))!important;
	background-image: -webkit-linear-gradient(top, #0071a9, #2998cf)!important;
	background-image: -o-linear-gradient(top, #0071a9, #2998cf)!important;
	background-image: linear-gradient(to bottom, #0071a9, #2998cf)!important;
	border-radius: 10px!important;
	-webkit-border-radius: 10px!important;
	-moz-border-radius: 10px!important;
	height: 7px!important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	-webkit-appearance: none !important;
	background: url(../img/range-control.png) no-repeat scroll center center transparent!important;
	height: 20px!important;
	width: 20px!important;
	border: 0!important;
	outline: none!important;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -0.5em!important;
}
/* Paper Selector
    ------------------------- */

#paper-selector-spalla {
	padding: 0 30px;
	max-width: 280px;
	overflow: visible;
	margin-left: 0;
}
#paper-selector-content {
	margin: 0;
}
.container-fluid {
	padding: 0;
}
.paper-nugget {
	text-align: center;
	margin-bottom: 56px;
	height: 200px;
}
.paper-nugget h3 {
	color: #000;
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 5px;
}
.paper-nugget p {
	color: #646567;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 0;
	display: none;
}
.carousel-control {
}
.carousel-control.right {
	right: 0;
}
.footer .dropup .dropdown-menu li {
	margin-right: 0;
	z-index: 45;
}
.footer .dropup .dropdown-menu {
	margin: 0;
	padding: 0;
	background: #EBEBEB;
}
.countryseltransform {
	z-index: 44;
	margin-top: 15px;
}
.header ul li:last-child, .footer ul li:last-child .jqTransformSelectWrapper ul li {
	cursor: pointer;
     list-style: none outside none;
     margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px !important;
	border-bottom: 1px solid #b8b8b8;
     padding:0;
     width: 177px;
}
.jqtransform.footselectcountry .jqTransformSelectWrapper ul a {
	color: #000;
	font-family: 'CorisandeRegular';
	margin: 0;
	display: block;
	padding: 14px 5px 5px;
	text-shadow: 0px 1px 0px #fff;
}
.jqtransform.footselectcountry .jqTransformSelectWrapper ul li + li a {
	padding: 4px 5px 5px;
}
.countryselect {
	margin-top: 2px;
}
.countryselect form {
	overflow: visible;
}
.btn-maps {
	display: none;
}
#colour-wheel div {
	background-size: contain!important;
	background-repeat: no-repeat!important;
	width: 188px!important;
}
.lt-ie9 #colour-wheel div {
	background-image: url('../img/colour-wheel-ie.png') !important;
}
/* ---- Color Wheel 
#colour-wheel {
	position:relative;
}
#colour-wheel map {
	display: block;
	height: 187px;
	position: absolute;
	width: 188px;
	top: 0;
}
---- */
#paper-selector-spalla .tab-content {
	overflow: visible;
}
#paper-selector-spalla .jqTransformSelectWrapper ul, .row-fluid.big-block.opacity-mid .jqTransformSelectWrapper ul {
	top: 18px !important;
	border-radius: 0 0 5px 5px!important;
	border-bottom: 1px solid #999 !important;
	border-top: 0px solid transparent!important;
	margin-top: 2px;
	padding: 0!important;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d9dadb), to(#adaeaf))!important;
	background: -moz-linear-gradient(top, #d9dadb 0%, #adaeaf 100%)!important;
	background: -o-linear-gradient(top, #d9dadb 0%, #adaeaf 100%)!important;
	background: -ms-linear-gradient(top, #d9dadb 0%, #adaeaf 100%)!important;
	background: linear-gradient(to bottom, #d9dadb 0%, #adaeaf 100%)!important;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9dadb', endColorstr='#adaeaf', GradientType=0 )!important;
}
form.jqtransform.jqtransformdone {
	overflow-y: visible;
	overflow-x: visible;
}
.basket {
	display: none;
}
.footer-mobile {
	display: none;
}
.nav.nav-tabs.mobile {
	display: none;
}
#user-login {
	width: 80%;
	margin-left: 10%;
	padding-top: 20px;
}
.request-form {
	margin-top: 60px;
	opacity: 0;
	display: none;
}
.request-form .col {
	float: left;
	width: 340px;
	margin-right: 40px;
}
.request-form .col:nth-child(2) {
	margin: 0;
}
.request-form .col .row {
	margin: 0 0 10px 0;
}
.request-form .col .row select, .request-form .col .row input, .request-form .col .row textarea {
	float: right;
}
.request-form .col .row span {
	display: block;
	float: right;
	margin-left: 120px;
	margin-top: 3px;
}
.map.span9 {
	width: 60%;
	margin-right: 30px!important;
	margin-left: 0px!important;
	height: 630px;
}
.back-btn a {
	background: url(../img/back-btn.png) center center no-repeat transparent!important;
	border: none!important;
	padding: 10px 40px;
	margin-bottom: 10px; 
}
.section-news .back-btn a {
	padding: 10px 38px !important;
	font-family: 'CorisandeRegular' !important;
}
.back-btn a:hover {
	background-position: center center!important;
}
.back-btn img {
	margin: 0!important;
}
.dett-table tr td:first-child {
	text-align: left;
}
.big-img img {
	width: 100%;
}
.modal-body {
	border-bottom: 20px solid white;
	margin-left: 20px;
	max-height: 410px;
	overflow: hidden;
	padding: 15px;
	position: relative;
}
.modal-header {
	border-bottom: medium none;
	padding: 5px 9px;
}
.modal-foot {
	padding: 0 40px 20px;
}
.check-tab a img {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.showroom {
	min-height: 200px!important;
}
.nugget-inner > img {
	width: 100%;
}
.col-privapage a, .section-news .span3 a {
	color: #1b1b1b;
	font-family: 'CorisandeBold';
}
.row-fluid.generic {
	width: 96%;
	margin: 0 30px;
}
.request .dett-table.table.table-bordered td i {
	margin-left: 15px;
}
.row-fluid.news .span3 h4 {
	line-height: 120%;
}
.footer .jqTransformSelectWrapper ul {
	margin: 0 0 1px;
	padding: 0 0!important;
}
.footer .jqTransformSelectWrapper ul li {
	width: 95%;
	position: relative;
}
.footer .jqTransformSelectWrapper ul a {
	border-bottom: 1px solid #999999 !important;
	border-left: medium none !important;
	border-radius: 0 0 0 0 !important;
	box-shadow: none;
}
.header-fixed .logo img {
	padding-top: 0 !important;
}
.header .logo img {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
/* footer nascosto */
.container-app-detail .big-accordion {
	background: none repeat scroll 0 0 #FFFFFF;
	bottom: 0;
	left: 0;
	width: 100%;
	position: fixed;
	z-index: 30;
}
/* fine footer nascosto */
#filters .accordion {
	border-left: 1px solid #CCCCCC;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-right: 1px solid #CCCCCC;
}
.table-bordered.dett-table {
	border-width: 0 0 1px !important;
}
.dett-table.table-bordered th, .dett-table.table-bordered td {
	border-left: 0 none;
}
.dett-table.table-bordered th, .table-bordered td {
	border-right: 1px solid #DDDDDD;
}
.dett-table.table-bordered th:last-child, .dett-table.table-bordered td:last-child {
	border-right: 0 none;
}
.dett-table.table-bordered th {
	border-top: 1px solid #DDDDDD !important;
	border-bottom: 0 none;
	background-image: linear-gradient(bottom, rgb(255,255,255) 7%, rgb(245,245,245) 72%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 7%, rgb(245,245,245) 72%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 7%, rgb(245,245,245) 72%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 7%, rgb(245,245,245) 72%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 7%, rgb(245,245,245) 72%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.07, rgb(255,255,255)), color-stop(0.72, rgb(245,245,245)) );
}
h3 a {
	color: #000;
	text-transform: none;
}
/* remove border-radius in dett table */
.dett-table.table-bordered thead:first-child tr:first-child > th:first-child, .dett-table.table-bordered tbody:first-child tr:first-child > td:first-child, .dett-table.table-bordered tbody:first-child tr:first-child > th:first-child {
	border-top-left-radius: 0;
}
.dett-table.table-bordered thead:first-child tr:first-child > th:last-child, .dett-table.table-bordered tbody:first-child tr:first-child > td:last-child, .dett-table.table-bordered tbody:first-child tr:first-child > th:last-child {
	border-top-right-radius: 0;
}
.dett-table.table-bordered thead:last-child tr:last-child > th:first-child, .dett-table.table-bordered tbody:last-child tr:last-child > td:first-child, .dett-table.table-bordered tbody:last-child tr:last-child > th:first-child, .dett-table.table-bordered tfoot:last-child tr:last-child > td:first-child, .dett-table.table-bordered tfoot:last-child tr:last-child > th:first-child {
	border-bottom-left-radius: 0;
}
.dett-table.table-bordered thead:last-child tr:last-child > th:last-child, .dett-table.table-bordered tbody:last-child tr:last-child > td:last-child, .dett-table.table-bordered tbody:last-child tr:last-child > th:last-child, .dett-table.table-bordered tfoot:last-child tr:last-child > td:last-child, .dett-table.table-bordered tfoot:last-child tr:last-child > th:last-child {
	border-bottom-right-radius: 0;
}
.table-bordered.dett-table {
	border-radius: 0;
}
.jqTransformSelectWrapper ul:before {
	content: ".";
	font-size: 0;
	visibility: hidden;
}
.node-type-product .container {
	padding-top: 40px;
}
.pane-product-detail .right-part .dett-icons a, .pane-product-detail .right-part .dett-icons a:hover {
	text-decoration: none;
}
.opacity-mid .ctools-auto-submit-processed {
	float: left;
	padding-left: 20px;
	margin-top: 0;
}
.page-contact-us big-block {
	padding-top: 30px;
}
*:active {
	outline: none!important;
}
.dett-icons a img {
	max-width: 40px;
}
.pane-product-detail .spalla {
	padding-bottom: 2px !important;
}
.paper-nugget.masonry-brick img {
	width: 100%;
}
#dett-carousel .carousel-control {
	color: #FFFFFF;
	font-size: 60px;
	font-weight: 100;
	height: 100%;
	left: 15px;
	line-height: 30px;
	margin-top: -20px;
	min-width: 20%;
	opacity: 0.5;
	position: absolute;
	text-align: center;
	top: 0;
}
#dett-carousel .carousel-control.right {
	background: url("../img/carousel-right.png") no-repeat scroll right center transparent;
	left: auto;
	right: 15px;
}
.carousel-control.left {
	background: url("../img/carousel-left.png") no-repeat scroll left center transparent;
}
.node-type-application .header {
	background: none repeat scroll 0 0 white;
	opacity: 0.9;
}
.node-type-application .header ul {
	margin: 5px 17px 0 25px !important;
}
.node-type-application #undefined-sticky-wrapper {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	height: 45px!important;
	padding: 0;
}
.node-type-application .header .nav-collapse.collapse {
	top: 30px;
}
.node-type-application .header .logo img {
	max-width: 100px;
	padding-top: 5px;
}
.colour-divider {
	position: relative;
	width: 120px;
	min-height: 30px;
}
.colour-dett {
	display: inline-block;
}
.tgl-mini:hover {
/*background:url(../img/plus.png) no-repeat center  center !important;*/
}
.tgl-mini {
	width: 100%;
	height: 30px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
}
.tgl-big {
/*background:url(../img/less.png) no-repeat center  center !important;*/	
}
.tgl-big {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	height: 80px;
	z-index: 1;
	display: block;
}
.hover-abs {
	width: 100%;
	position: absolute;
	display: block;
	top: 0;
	z-index: 2;
	left: 0;
}
.hover-abs.noevidence {
	height: 30px;
}
.hover-abs.noevidence:hover {
	background: url(../img/plus.png) no-repeat center center;
	height: 30px !important;
}
.hover-abs.yesevidence {
	height: 80px !important;
}
.hover-abs.yesevidence:hover {
	background: url(../img/less.png) no-repeat center center;
	height: 80px !important;
}
.colour-divider {
	display: inline-block;
}
.nugget-inner div h3 a:before {
}
.nugget-inner div h3 a {
	text-decoration: none;
}
.pane-product-detail .spalla .paper-nugget {
	padding: 0 auto 15px 0 !important;
}
.pane-product-detail .top-dett h1 {
	margin: 0 0 13px 0 !important;
}
.field-content > a {
	clear: left;
	display: block;
	margin-bottom: 5px;
	padding: 2px 25px 2px 4px;
}
table.inner-table-col {
	width: 100%;
	text-align: left;
	padding: 0;
	margin: 0;
	border: 0 none!important;
}
table.inner-table-col td, table.inner-table-col tr {
	border-right: 0 none !important;
	border-top: 0 none !important;
	height: auto !important;
	margin: 0;
	min-width: 50px;
	padding: 0;
}
.genercont > table tbody {
	border-top: 0 none !important;
}
.big-accordion .columns-container.secondo {
	padding-bottom: 20px;
}
.bib-accordion .swatch.small {
	margin-bottom: 10px;
}
.big-block .res-showroom .span3 li:before {
	content: none;
}
.bg-sel-country {
	background-color: rgba(212,213,215,0.5);
}
.bg-sel-country.big-block {
	padding: 36px 0;
}
.container-app-detail .carousel {
/* margin-bottom: 0; */
}
.spalla-rslink {
	float: left;
}
.tddescription {
	text-align: left !important;
	width: 210px;
}
.tddescription span {
	padding-left: 10px;
	display: block;
}
.tdmobile {
	height: 40px;
}
.btn.req-sample {
	width: 130px;
}
.countryseltransform a.jqTransformSelectOpen {
	display: none!important;
}
.countryseltransform .jqTransformSelectWrapper div span {
	background: #f1f1f1;
	text-align: left;
	padding-top: 5px!important;
	line-height: 19px!important;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.countryseltransform .jqTransformSelectWrapper ul {
	width: 197px!important;
	background: #f1f1f1!important;
	padding-top: 0px!important;
}
.countryseltransform .jqTransformSelectWrapper ul.open-ul {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#adaeaf), to(#d9dadb))!important;
	background: -moz-linear-gradient(top, #adaeaf 0%, #d9dadb 100%)!important;
	background: -o-linear-gradient(top, #adaeaf 0%, #d9dadb 100%)!important;
	background: -ms-linear-gradient(top, #adaeaf 0%, #d9dadb 100%)!important;
	background: linear-gradient(to bottom, #adaeaf 0%, #d9dadb 100%)!important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adaeaf', endColorstr='#d9dadb', GradientType=0 )!important;
	height: auto!important;
}
.jqTransformSelectWrapper div span.open-sel {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#adaeaf), to(#d9dadb));
	background: -moz-linear-gradient(top, #d9dadb 0%, #adaeaf 100%);
	background: -o-linear-gradient(top, #d9dadb 0%, #adaeaf 100%);
	background: -ms-linear-gradient(top, #d9dadb 0%, #adaeaf 100%);
	background: linear-gradient(to bottom, #d9dadb 0%, #adaeaf 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9dadb', endColorstr='#adaeaf', GradientType=0 );
}
.int-form-sx h3 {
	margin-top: 0;
}
.nav > li > a {
	display: block;
	font-size: 13px;
	font-family: 'CorisandeLight';
}
.tab-pane .accordion-heading .accordion-toggle {
	display: block;
	padding: 8px 15px;
	font-size: 14px;
	font-family: 'CorisandeLight';
}
.countryseltransform a.jqTransformSelectOpen.frecce-on {
	display: block!important;
}
#block-product-paper-selector h2.block-title {
	display: none;
}
.node-type-product .header .logo {
	margin-left: 17px;
}
.dett-table thead th:first-child {
	text-align: left;
}
tr.odd {
	background-color: #f1f1f1;
}
tr.od {
	background-color: #fff;
}
.node-type-news .back-btn {
	text-align: left!important;
	margin-top: 10px;
}
li.duerighe {
	height: 50px;
}
li.unariga {
	height: 20px;
}
.page-applications .paper-nugget {
	height: 180px;
	margin-bottom: 35px;
}
.not-what {
	margin-left: 22px;
	width: 175px;
}
.not-what a {
	text-decoration: underline;
}
.page-search-node.section-search > .search-form {
	display: none;
	height: 0;
}
.lt-ie9 .search-form {
	background-image: url('../img/search-icon-ie.png');
}
.page-search-node.section-search h2 {
	padding-left: 20px;
}
.page-search-node.section-search .search-results.node-results h3 {
	font-weight: bold;
}
.page-search-node.section-search .search-results.node-results li {
	margin-bottom: 15px;
}
.dett-table.table-bordered th + th + th, .dett-table.table-bordered td + td + td {
	border-right: 0 none!important;
}
.panel-pane.pane-block.pane-product-paper-selector h2 {
	display: none;
}
.btn.req-sample {
	width: 130px;
	background: url(../img/req-sample-btn.png) no-repeat center center transparent !important;
	border: 0 none;
	height: 19px;
	text-shadow: 1px 1px 0px whitesmoke;
	line-height: 21px;
}
.filter-swatch-paper.selected, .filter-swa-apps.selected {
	opacity: 0.3;
}
.swatch {
	width: 27%;
}
.swatch img {
	width: 100%;
}
#applyapps {
	margin-top: 20px;
}
.noresults {
	border: 1px solid #ccc!important;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f2f2f2))!important;
	background: -webkit-linear-gradient(top, #fff, #f2f2f2)!important;
	background: -moz-linear-gradient(top, #fff, #f2f2f2)!important;
	background: -ms-linear-gradient(top, #fff, #f2f2f2)!important;
	background: -o-linear-gradient(top, #fff, #f2f2f2)!important;
	padding: 40px;
	border-radius: 5px;
	margin-top: 55px;
	position: absolute;
	left: 60%;
	margin-left: -243px;
}
.actfilter, .actfilterapp {
	padding: 5px;
}
.page-contact-us .bg-sel-country .jqTransformSelectWrapper ul {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d9dadb), to(#adaeaf))!important;
	background: -moz-linear-gradient(top, #d9dadb 0%, #adaeaf 100%)!important;
	background: -o-linear-gradient(top, #d9dadb 0%, #adaeaf 100%)!important;
	background: -ms-linear-gradient(top, #d9dadb 0%, #adaeaf 100%)!important;
	background: linear-gradient(to bottom, #d9dadb 0%, #adaeaf 100%)!important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9dadb', endColorstr='#adaeaf', GradientType=0 )!important;
	top: 20px!important;
	bottom: auto;
	width: 197px!important;
	border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
	-moz-border-radius: 5px!important;
	border-top: 0 none!important;
	border: none;
	border-bottom: 1px solid #999!important;
	border-bottom-left-radius: 5px!important;
	-webkit-border-bottom-left-radius: 5px!important;
	-moz-border-bottom-left-radius: 5px!important;
	border-bottom-right-radius: 5px!important;
	-webkit-border-bottom-right-radius: 5px!important;
	-moz-border-bottom-right-radius: 5px!important;
	padding: 15px 0px 15px 0px!important;
}
.page-contact-us .bg-sel-country .jqTransformSelectWrapper ul li a {
	margin: 10px 0;
}
.filterresults.accordion-list {
	width: 400px;
}
.filterresults .actfilter, .filterresults .actfilterapp {
	float: left;
	display: block;
	width: 130px;
	margin-right: 70px;
}
.request-form .imgajax {
	margin-left: 222px;
}
.jqTransformSelectWrapper ul {
	z-index: 999!important;
}
.section-search #search-form {
	display: none;
}
.section-search h2 {
	margin-left: 5px;
}
.section-search ul {
	margin-left: 50px;
}
.node-type-application .header-fixed {
	padding: 10px 0 10px 0!important;
}
#paper-selector-spalla .jqTransformSelectWrapper ul li {
	padding: 4px;
}
.search-results {
	margin-left: 31px;
}
.infowindow {
	width: 240px;
	height: 240px;
}
.infowindow .margin-left {
	margin-left: 24px!important;
}
.infowindow ul li {
	font-family: 'CorisandeLight';
}
.infowindow ul li:first-child {
	font-weight: bold;
	margin-bottom: 18px;
}
.infowindow ul {
	margin: 12px 0px 0px 0px;
}
.infowindow .sho-email {
	margin-top: 10px;
}
img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
	max-width: none;
}
.lt-ie9 .header-fixed .logo img {
	width: 100px !important;
}
/*RECAPTCHA*/
.recaptchacont {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#e6e6e6));
	background: -webkit-linear-gradient(top, #e6e6e6, #fff);
	background: -moz-linear-gradient(top, #e6e6e6, #fff);
	background: -ms-linear-gradient(top, #e6e6e6, #fff);
	background: -o-linear-gradient(top, #e6e6e6, #fff);
	width: 320px;
	margin-bottom: 10px;
}
#recaptcha_image {
	margin: 0 auto;
	padding-top: 15px;
}
.recaptcha_widget input[type="text"] {
	float: left;
}
.flle {
	float: left;
}
.input-capthca {
	float: left;
}
.cont-cp {
	width: 305px;
	margin: 0 auto;
	padding: 5px 0;
}
.recaptcha_only_if_image.txt, .recaptcha_only_if_audio.txt {
	text-transform: uppercase;
	margin-top: 5px;
	display: block;
	font-size: 10px;
	margin-left: 15px;
}
#recaptcha_response_field {
	margin-right: 10px;
}
.flle {
	text-align: center;
	margin: 0 auto;
	padding-top: 3px;
}
.flle > div {
	float: left;
	margin-right: 5px;
}
#recaptcha_widget {
	float: right;
}
#reqsampleform .btn {
	float: right;
}

/* ---- */
#owl-demo{
	position:relative;
	min-height:300px;
}
#owl-demo .item{
	margin: 15px;
	color: #FFF;
	text-align: center;
}
.owl-item {
	float: left;
}
.relativedivider #prev {
	background: url(../img/carousel-left-grey.png) no-repeat transparent;
	height:41px;
	width:41px;
	overflow:hidden;
	text-indent:999px;
	position:absolute;
	left:20px;
	top:45%;
	z-index:999;
}
.relativedivider #next {
	background: url(../img/carousel-right-grey.png) no-repeat transparent;
	height:41px;
	width:41px;
	overflow:hidden;
	text-indent:999px;
	position:absolute;
	right:20px;
	top:45%;
	z-index:999;
}
.relativedivider{
	position:relative;
}
#navi {
	position: absolute;
	top: 0;
	left: 350px;
}
#navi a {
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	display: block;
	width: 30px;
	height: 30px;
	margin-right: 1px;
	float: left;
}
#navi a:hover {
	background-color: #fff;
}
.newsdetail {
	min-height: 300px;
}
.newsdetail #carousel{
	height: 300px;
	overflow: hidden;
	padding: 30px 0 0 0;
	z-index: 1;
}
.newsdetail #carousel > div span {
	display: block;
	float: left;
	width: auto;
	margin: 20px;
}
.newsdetail #carousel img, .newsdetail #carousel iframe{
	vertical-align:top !important;
	margin-right: 20px;
	height: 281px;
}
.newsdetail .firstimg {
	float: left;
}
.nacapo {
	margin-top: 30px;
}
.mobile-news-mar {
	display: none !important;
}
.gpage_img {
	background-size: cover;
	display: block;
	min-height: 320px;
	margin-bottom: 20px;
	background-position: center center;
}
.n-onlymobile {
	display: none !important;	
}
.n-title-b {
	padding-bottom: 15px;
}
.prefooter-mobile {
	display: none;
}
.node-type-news p a { 
	color: #1B1B1B;
	font-family: 'CorisandeBold';
}
.bx-min-130 {
	min-width: 130px;
}

/* Fix 02.03.2015 */

.carousel-inner > .item {
	background-position: center center;
}

.page-home .carousel-inner .item {
	background-size: cover;
}


/* webform */

.webform-client-form {
    width: 50%;
}
.sf-downloadable-files {
    width: 50% !important;
}

.webform-confirmation{
    padding: 40px 30px;
    font-size: 18px;
}

.page-node-done .links{
    display: block;
}

.page-node-done .links a {
    background: url(../img/back-btn.png) center center no-repeat transparent!important;
    border: none!important;
    padding: 10px 60px;
    margin-bottom: 10px;
}

#sliding-popup .popup-content #popup-text p {
    font-size: 15px !important;    
    font-weight: normal !important;    
    padding: 15px 0 !important;
}
div#popup-buttons button {
    border-radius: 2px !important;    
    top: 5px !important;    
    position: relative !important;
}

.section-batch .batch-processed {
	text-align: center;
	width: 100%;
}
.section-batch  .progress {
	height: 100%;
	margin: 0 auto;
	padding: 50px;
	width: 900px;
}
.section-batch  .progress .bar{
	width: 100%;
}
.section-batch #main {
	position: relative;
	top: 50px;
	width: 1000px;
}