.postWrapper {
    padding-bottom: 25px;
    clear: both;
}

.postTitle {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    margin-bottom: 15px;
}

.postTitle h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.postTitle h3 {
    font-size: 10px;
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}

.postContent {
    padding-bottom: 10px;
}

.postContent ul{
    list-style: disc outside;
    margin-bottom: 1.5em;
}

.postContent ul li{
    margin-left: 2em;
}

.postContent ol{
    list-style: decimal outside;
    margin-bottom: 1.5em;
}

.postContent ol li{
    margin-left: 2em;
}

.postDetails {

}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}

.postBookmarks a.bm {
    display: inline-block;
}

.postBookmarks img {
    display: inline;
}

.commentWrapper {
    padding-bottom: 15px;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
}

.commentDetails h4.username {
    display: inline;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
}

.tags UL {
    display: inline;
}

.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}

.menu-tags, .menu-categories, .menu-recent {
    margin: 5px 9px;
}

.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    font-size: 11px;
}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}

.block-blog .menu-categories UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI a, .block-blog .menu-categories UL LI a, .block-blog .menu-tags UL LI a {
    font-size: 11px;
}

.tagcloud {
    /* text-align:center; */
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-blog .head h4 {
    padding-left: 20px;
}

.block-blog .block-title strong {
    background-image: url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/aw_blog/images/icon_blog.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    text-align: left;
}

.postWrapper .poster {
    display: inline;
}

.input-box.aw-blog-comment-area {
    width: 100%;
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px;
}

.block-blog .menu-categories {
    margin: 0;
    padding: 5px 9px;
}

A.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}
#itoris-wishlist-popup-box {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index:15000;
}
#itoris-wishlist-popup-mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 15000;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	background-color: #666666;
	filter: alpha(opacity=90);
}
#itoris-wishlist-popup {
	z-index: 15001;
	border:none;
	position: fixed;
	width: 500px;
	overflow: auto;
	background-color: #FFF;
	top: 182.5px;
	left:50%;
	margin: 0 0 0 -250px;
	border:5px solid #DDD;
    border-radius: 10px;
}
#itoris-wishlist-popup-loading {
	position: absolute;
	z-index: 15002;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	filter: alpha(opacity=90);
	background: url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/css/itoris/images/loader.gif) center center #000000 no-repeat;
	top:-1px;
	left:-1px;
}

#itoris-wishlist-radiostack {
	margin: 15px 20px;
	font-size:14px;
	text-align: left;
}
#itoris-wishlist-radiostack  > div {
    margin: 2px 0;
}
#itoris-wishlist-radiostack label {
    font-weight:normal;
    font-size:14px;
}
#itoris-wishlist-popup-buttons {
	width: 100%;
	text-align: right;
	border-top:1px solid #DDD;
    background:#f5f5f5;
	padding: 10px 0;
}

#itoris-wishlist-popup-buttons button span span {
    display:inline-block;
    padding: 0 30px;
}

button.itoris-wishlist-button-select {
    color: #fff;
    background: #1979c3;
    border:none;
}

button.itoris-wishlist-button-select:hover {
    background: #1569aa;
}

#itoris-wishlist-popup-buttons button span {
	padding: 0;
    background:none;
    border-radius:3px;
}

#itoris-wishlist-popup h4 {
    text-transform:none;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    display: block;
    margin: 0 20px;
    line-height: 38px;
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(https://www.diotti.com/skin/frontend/b-responsive/default/fonts/glyphicons-halflings-regular.eot);src:url(https://www.diotti.com/skin/frontend/b-responsive/default/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(https://www.diotti.com/skin/frontend/b-responsive/default/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(https://www.diotti.com/skin/frontend/b-responsive/default/fonts/glyphicons-halflings-regular.woff) format('woff'),url(https://www.diotti.com/skin/frontend/b-responsive/default/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(https://www.diotti.com/skin/frontend/b-responsive/default/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.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:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */.btn-danger,.btn-default,.btn-info,.btn-primary,.btn-success,.btn-warning{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-success.active,.btn-success:active,.btn-warning.active,.btn-warning:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-danger.disabled,.btn-danger[disabled],.btn-default.disabled,.btn-default[disabled],.btn-info.disabled,.btn-info[disabled],.btn-primary.disabled,.btn-primary[disabled],.btn-success.disabled,.btn-success[disabled],.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-danger,fieldset[disabled] .btn-default,fieldset[disabled] .btn-info,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-success,fieldset[disabled] .btn-warning{-webkit-box-shadow:none;box-shadow:none}.btn-danger .badge,.btn-default .badge,.btn-info .badge,.btn-primary .badge,.btn-success .badge,.btn-warning .badge{text-shadow:none}.btn.active,.btn:active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-o-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc}.btn-default:focus,.btn-default:hover{background-color:#e0e0e0;background-position:0 -15px}.btn-default.active,.btn-default:active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#e0e0e0;background-image:none}.btn-primary{background-image:-webkit-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:-o-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));background-image:linear-gradient(to bottom,#337ab7 0,#265a88 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#245580}.btn-primary:focus,.btn-primary:hover{background-color:#265a88;background-position:0 -15px}.btn-primary.active,.btn-primary:active{background-color:#265a88;border-color:#245580}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#265a88;background-image:none}.btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#3e8f3e}.btn-success:focus,.btn-success:hover{background-color:#419641;background-position:0 -15px}.btn-success.active,.btn-success:active{background-color:#419641;border-color:#3e8f3e}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#419641;background-image:none}.btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#28a4c9}.btn-info:focus,.btn-info:hover{background-color:#2aabd2;background-position:0 -15px}.btn-info.active,.btn-info:active{background-color:#2aabd2;border-color:#28a4c9}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#2aabd2;background-image:none}.btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#e38d13}.btn-warning:focus,.btn-warning:hover{background-color:#eb9316;background-position:0 -15px}.btn-warning.active,.btn-warning:active{background-color:#eb9316;border-color:#e38d13}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#eb9316;background-image:none}.btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#b92c28}.btn-danger:focus,.btn-danger:hover{background-color:#c12e2a;background-position:0 -15px}.btn-danger.active,.btn-danger:active{background-color:#c12e2a;border-color:#b92c28}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#c12e2a;background-image:none}.img-thumbnail,.thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{background-color:#e8e8e8;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{background-color:#2e6da4;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}.navbar-default{background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-o-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075)}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.open>a{background-image:-webkit-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-o-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2));background-image:linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);box-shadow:inset 0 3px 9px rgba(0,0,0,.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-o-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a{background-image:-webkit-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-o-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#080808),to(#0f0f0f));background-image:linear-gradient(to bottom,#080808 0,#0f0f0f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.25);box-shadow:inset 0 3px 9px rgba(0,0,0,.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,.25)}.navbar-fixed-bottom,.navbar-fixed-top,.navbar-static-top{border-radius:0}@media (max-width:767px){.navbar .navbar-nav .open .dropdown-menu>.active>a,.navbar .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}}.alert{text-shadow:0 1px 0 rgba(255,255,255,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05)}.alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);background-repeat:repeat-x;border-color:#b2dba1}.alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);background-repeat:repeat-x;border-color:#9acfea}.alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f8efc0));background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);background-repeat:repeat-x;border-color:#f5e79e}.alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);background-repeat:repeat-x;border-color:#dca7a7}.progress{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f5f5f5));background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x}.progress-bar{background-image:-webkit-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-o-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#286090));background-image:linear-gradient(to bottom,#337ab7 0,#286090 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);background-repeat:repeat-x}.progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#449d44));background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);background-repeat:repeat-x}.progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#31b0d5));background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);background-repeat:repeat-x}.progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#ec971f));background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);background-repeat:repeat-x}.progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c9302c));background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);background-repeat:repeat-x}.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{text-shadow:0 -1px 0 #286090;background-image:-webkit-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2b669a));background-image:linear-gradient(to bottom,#337ab7 0,#2b669a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);background-repeat:repeat-x;border-color:#2b669a}.list-group-item.active .badge,.list-group-item.active:focus .badge,.list-group-item.active:hover .badge{text-shadow:none}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}.panel-default>.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}.panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}.panel-success>.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#d0e9c6));background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);background-repeat:repeat-x}.panel-info>.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);background-repeat:repeat-x}.panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#faf2cc));background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);background-repeat:repeat-x}.panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-o-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ebcccc));background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);background-repeat:repeat-x}.well{background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x;border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1)}
/*# sourceMappingURL=bootstrap-theme.min.css.map */
/*!
 * Jasny Bootstrap v3.1.3 (http://jasny.github.io/bootstrap)
 * Copyright 2012-2014 Arnold Daniels
 * Licensed under Apache-2.0 (https://github.com/jasny/bootstrap/blob/master/LICENSE)
 */

.container-smooth{max-width:1170px}@media (min-width:1px){.container-smooth{width:auto}}.btn-labeled{padding-top:0;padding-bottom:0}.btn-label{position:relative;background:0 0;background:rgba(0,0,0,.15);display:inline-block;padding:6px 12px;left:-12px;border-radius:3px 0 0 3px}.btn-label.btn-label-right{left:auto;right:-12px;border-radius:0 3px 3px 0}.btn-lg .btn-label{padding:10px 16px;left:-16px;border-radius:5px 0 0 5px}.btn-lg .btn-label.btn-label-right{left:auto;right:-16px;border-radius:0 5px 5px 0}.btn-sm .btn-label{padding:5px 10px;left:-10px;border-radius:2px 0 0 2px}.btn-sm .btn-label.btn-label-right{left:auto;right:-10px;border-radius:0 2px 2px 0}.btn-xs .btn-label{padding:1px 5px;left:-5px;border-radius:2px 0 0 2px}.btn-xs .btn-label.btn-label-right{left:auto;right:-5px;border-radius:0 2px 2px 0}.nav-tabs-bottom{border-bottom:0;border-top:1px solid #ddd}.nav-tabs-bottom>li{margin-bottom:0;margin-top:-1px}.nav-tabs-bottom>li>a{border-radius:0 0 4px 4px}.nav-tabs-bottom>li>a:hover,.nav-tabs-bottom>li>a:focus,.nav-tabs-bottom>li.active>a,.nav-tabs-bottom>li.active>a:hover,.nav-tabs-bottom>li.active>a:focus{border:1px solid #ddd;border-top-color:transparent}.nav-tabs-left{border-bottom:0;border-right:1px solid #ddd}.nav-tabs-left>li{margin-bottom:0;margin-right:-1px;float:none}.nav-tabs-left>li>a{border-radius:4px 0 0 4px;margin-right:0;margin-bottom:2px}.nav-tabs-left>li>a:hover,.nav-tabs-left>li>a:focus,.nav-tabs-left>li.active>a,.nav-tabs-left>li.active>a:hover,.nav-tabs-left>li.active>a:focus{border:1px solid #ddd;border-right-color:transparent}.row>.nav-tabs-left{padding-right:0;padding-left:15px;margin-right:-1px;position:relative;z-index:1}.row>.nav-tabs-left+.tab-content{border-left:1px solid #ddd}.nav-tabs-right{border-bottom:0;border-left:1px solid #ddd}.nav-tabs-right>li{margin-bottom:0;margin-left:-1px;float:none}.nav-tabs-right>li>a{border-radius:0 4px 4px 0;margin-left:0;margin-bottom:2px}.nav-tabs-right>li>a:hover,.nav-tabs-right>li>a:focus,.nav-tabs-right>li.active>a,.nav-tabs-right>li.active>a:hover,.nav-tabs-right>li.active>a:focus{border:1px solid #ddd;border-left-color:transparent}.row>.nav-tabs-right{padding-left:0;padding-right:15px}.navmenu,.navbar-offcanvas{width:300px;height:auto;border-width:1px;border-style:solid;border-radius:4px}.navmenu-fixed-left,.navmenu-fixed-right,.navbar-offcanvas{position:fixed;z-index:1030;top:0;bottom:0;overflow-y:auto;border-radius:0}.navmenu-fixed-left,.navbar-offcanvas.navmenu-fixed-left{left:0;right:auto;border-width:0 1px 0 0}.navmenu-fixed-right,.navbar-offcanvas{left:auto;right:0;border-width:0 0 0 1px}.navmenu-nav{margin-bottom:10px}.navmenu-nav.dropdown-menu{position:static;margin:0;padding-top:0;float:none;border:none;-webkit-box-shadow:none;box-shadow:none;border-radius:0}.navbar-offcanvas .navbar-nav{margin:0}@media (min-width:768px){.navbar-offcanvas{width:auto;border-top:0;box-shadow:none}.navbar-offcanvas.offcanvas{position:static;display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-offcanvas .navbar-nav.navbar-left:first-child{margin-left:-15px}.navbar-offcanvas .navbar-nav.navbar-right:last-child{margin-right:-15px}.navbar-offcanvas .navmenu-brand{display:none}}.navmenu-brand{display:block;font-size:18px;line-height:20px;padding:10px 15px;margin:10px 0}.navmenu-brand:hover,.navmenu-brand:focus{text-decoration:none}.navmenu-default,.navbar-default .navbar-offcanvas{background-color:#f8f8f8;border-color:#e7e7e7}.navmenu-default .navmenu-brand,.navbar-default .navbar-offcanvas .navmenu-brand{color:#777}.navmenu-default .navmenu-brand:hover,.navbar-default .navbar-offcanvas .navmenu-brand:hover,.navmenu-default .navmenu-brand:focus,.navbar-default .navbar-offcanvas .navmenu-brand:focus{color:#5e5e5e;background-color:transparent}.navmenu-default .navmenu-text,.navbar-default .navbar-offcanvas .navmenu-text{color:#777}.navmenu-default .navmenu-nav>.dropdown>a:hover .caret,.navbar-default .navbar-offcanvas .navmenu-nav>.dropdown>a:hover .caret,.navmenu-default .navmenu-nav>.dropdown>a:focus .caret,.navbar-default .navbar-offcanvas .navmenu-nav>.dropdown>a:focus .caret{border-top-color:#333;border-bottom-color:#333}.navmenu-default .navmenu-nav>.open>a,.navbar-default .navbar-offcanvas .navmenu-nav>.open>a,.navmenu-default .navmenu-nav>.open>a:hover,.navbar-default .navbar-offcanvas .navmenu-nav>.open>a:hover,.navmenu-default .navmenu-nav>.open>a:focus,.navbar-default .navbar-offcanvas .navmenu-nav>.open>a:focus{background-color:#e7e7e7;color:#555}.navmenu-default .navmenu-nav>.open>a .caret,.navbar-default .navbar-offcanvas .navmenu-nav>.open>a .caret,.navmenu-default .navmenu-nav>.open>a:hover .caret,.navbar-default .navbar-offcanvas .navmenu-nav>.open>a:hover .caret,.navmenu-default .navmenu-nav>.open>a:focus .caret,.navbar-default .navbar-offcanvas .navmenu-nav>.open>a:focus .caret{border-top-color:#555;border-bottom-color:#555}.navmenu-default .navmenu-nav>.dropdown>a .caret,.navbar-default .navbar-offcanvas .navmenu-nav>.dropdown>a .caret{border-top-color:#777;border-bottom-color:#777}.navmenu-default .navmenu-nav.dropdown-menu,.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu{background-color:#e7e7e7}.navmenu-default .navmenu-nav.dropdown-menu>.divider,.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu>.divider{background-color:#f8f8f8}.navmenu-default .navmenu-nav.dropdown-menu>.active>a,.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a,.navmenu-default .navmenu-nav.dropdown-menu>.active>a:hover,.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a:hover,.navmenu-default .navmenu-nav.dropdown-menu>.active>a:focus,.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a:focus{background-color:#d7d7d7}.navmenu-default .navmenu-nav>li>a,.navbar-default .navbar-offcanvas .navmenu-nav>li>a{color:#777}.navmenu-default .navmenu-nav>li>a:hover,.navbar-default .navbar-offcanvas .navmenu-nav>li>a:hover,.navmenu-default .navmenu-nav>li>a:focus,.navbar-default .navbar-offcanvas .navmenu-nav>li>a:focus{color:#333;background-color:transparent}.navmenu-default .navmenu-nav>.active>a,.navbar-default .navbar-offcanvas .navmenu-nav>.active>a,.navmenu-default .navmenu-nav>.active>a:hover,.navbar-default .navbar-offcanvas .navmenu-nav>.active>a:hover,.navmenu-default .navmenu-nav>.active>a:focus,.navbar-default .navbar-offcanvas .navmenu-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navmenu-default .navmenu-nav>.disabled>a,.navbar-default .navbar-offcanvas .navmenu-nav>.disabled>a,.navmenu-default .navmenu-nav>.disabled>a:hover,.navbar-default .navbar-offcanvas .navmenu-nav>.disabled>a:hover,.navmenu-default .navmenu-nav>.disabled>a:focus,.navbar-default .navbar-offcanvas .navmenu-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navmenu-inverse,.navbar-inverse .navbar-offcanvas{background-color:#222;border-color:#080808}.navmenu-inverse .navmenu-brand,.navbar-inverse .navbar-offcanvas .navmenu-brand{color:#999}.navmenu-inverse .navmenu-brand:hover,.navbar-inverse .navbar-offcanvas .navmenu-brand:hover,.navmenu-inverse .navmenu-brand:focus,.navbar-inverse .navbar-offcanvas .navmenu-brand:focus{color:#fff;background-color:transparent}.navmenu-inverse .navmenu-text,.navbar-inverse .navbar-offcanvas .navmenu-text{color:#999}.navmenu-inverse .navmenu-nav>.dropdown>a:hover .caret,.navbar-inverse .navbar-offcanvas .navmenu-nav>.dropdown>a:hover .caret,.navmenu-inverse .navmenu-nav>.dropdown>a:focus .caret,.navbar-inverse .navbar-offcanvas .navmenu-nav>.dropdown>a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}.navmenu-inverse .navmenu-nav>.open>a,.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a,.navmenu-inverse .navmenu-nav>.open>a:hover,.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a:hover,.navmenu-inverse .navmenu-nav>.open>a:focus,.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a:focus{background-color:#080808;color:#fff}.navmenu-inverse .navmenu-nav>.open>a .caret,.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a .caret,.navmenu-inverse .navmenu-nav>.open>a:hover .caret,.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a:hover .caret,.navmenu-inverse .navmenu-nav>.open>a:focus .caret,.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}.navmenu-inverse .navmenu-nav>.dropdown>a .caret,.navbar-inverse .navbar-offcanvas .navmenu-nav>.dropdown>a .caret{border-top-color:#999;border-bottom-color:#999}.navmenu-inverse .navmenu-nav.dropdown-menu,.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu{background-color:#080808}.navmenu-inverse .navmenu-nav.dropdown-menu>.divider,.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu>.divider{background-color:#222}.navmenu-inverse .navmenu-nav.dropdown-menu>.active>a,.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a,.navmenu-inverse .navmenu-nav.dropdown-menu>.active>a:hover,.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a:hover,.navmenu-inverse .navmenu-nav.dropdown-menu>.active>a:focus,.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a:focus{background-color:#000}.navmenu-inverse .navmenu-nav>li>a,.navbar-inverse .navbar-offcanvas .navmenu-nav>li>a{color:#999}.navmenu-inverse .navmenu-nav>li>a:hover,.navbar-inverse .navbar-offcanvas .navmenu-nav>li>a:hover,.navmenu-inverse .navmenu-nav>li>a:focus,.navbar-inverse .navbar-offcanvas .navmenu-nav>li>a:focus{color:#fff;background-color:transparent}.navmenu-inverse .navmenu-nav>.active>a,.navbar-inverse .navbar-offcanvas .navmenu-nav>.active>a,.navmenu-inverse .navmenu-nav>.active>a:hover,.navbar-inverse .navbar-offcanvas .navmenu-nav>.active>a:hover,.navmenu-inverse .navmenu-nav>.active>a:focus,.navbar-inverse .navbar-offcanvas .navmenu-nav>.active>a:focus{color:#fff;background-color:#080808}.navmenu-inverse .navmenu-nav>.disabled>a,.navbar-inverse .navbar-offcanvas .navmenu-nav>.disabled>a,.navmenu-inverse .navmenu-nav>.disabled>a:hover,.navbar-inverse .navbar-offcanvas .navmenu-nav>.disabled>a:hover,.navmenu-inverse .navmenu-nav>.disabled>a:focus,.navbar-inverse .navbar-offcanvas .navmenu-nav>.disabled>a:focus{color:#444;background-color:transparent}.alert-fixed-top,.alert-fixed-bottom{position:fixed;width:100%;z-index:1035;border-radius:0;margin:0;left:0}@media (min-width:992px){.alert-fixed-top,.alert-fixed-bottom{width:992px;left:50%;margin-left:-496px}}.alert-fixed-top{top:0;border-width:0 0 1px}@media (min-width:992px){.alert-fixed-top{border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-width:0 1px 1px}}.alert-fixed-bottom{bottom:0;border-width:1px 0 0}@media (min-width:992px){.alert-fixed-bottom{border-top-right-radius:4px;border-top-left-radius:4px;border-width:1px 1px 0}}.offcanvas{display:none}.offcanvas.in{display:block}@media (max-width:767px){.offcanvas-xs{display:none}.offcanvas-xs.in{display:block}}@media (max-width:991px){.offcanvas-sm{display:none}.offcanvas-sm.in{display:block}}@media (max-width:1199px){.offcanvas-md{display:none}.offcanvas-md.in{display:block}}.offcanvas-lg{display:none}.offcanvas-lg.in{display:block}.canvas-sliding{-webkit-transition:top .35s,left .35s,bottom .35s,right .35s;transition:top .35s,left .35s,bottom .35s,right .35s}.offcanvas-clone{height:0!important;width:0!important;overflow:hidden!important;border:none!important;margin:0!important;padding:0!important;position:absolute!important;top:auto!important;left:auto!important;bottom:0!important;right:0!important;opacity:0!important}.table.rowlink td:not(.rowlink-skip),.table .rowlink td:not(.rowlink-skip){cursor:pointer}.table.rowlink td:not(.rowlink-skip) a,.table .rowlink td:not(.rowlink-skip) a{color:inherit;font:inherit;text-decoration:inherit}.table-hover.rowlink tr:hover td,.table-hover .rowlink tr:hover td{background-color:#cfcfcf}.btn-file{overflow:hidden;position:relative;vertical-align:middle}.btn-file>input{position:absolute;top:0;right:0;margin:0;opacity:0;filter:alpha(opacity=0);font-size:23px;height:100%;width:100%;direction:ltr;cursor:pointer}.fileinput{margin-bottom:9px;display:inline-block}.fileinput .form-control{padding-top:7px;padding-bottom:5px;display:inline-block;margin-bottom:0;vertical-align:middle;cursor:text}.fileinput .thumbnail{overflow:hidden;display:inline-block;margin-bottom:5px;vertical-align:middle;text-align:center}.fileinput .thumbnail>img{max-height:100%}.fileinput .btn{vertical-align:middle}.fileinput-exists .fileinput-new,.fileinput-new .fileinput-exists{display:none}.fileinput-inline .fileinput-controls{display:inline}.fileinput-filename{vertical-align:middle;display:inline-block;overflow:hidden}.form-control .fileinput-filename{vertical-align:bottom}.fileinput.input-group{display:table}.fileinput.input-group>*{position:relative;z-index:2}.fileinput.input-group>.btn-file{z-index:1}.fileinput-new.input-group .btn-file,.fileinput-new .input-group .btn-file{border-radius:0 4px 4px 0}.fileinput-new.input-group .btn-file.btn-xs,.fileinput-new .input-group .btn-file.btn-xs,.fileinput-new.input-group .btn-file.btn-sm,.fileinput-new .input-group .btn-file.btn-sm{border-radius:0 3px 3px 0}.fileinput-new.input-group .btn-file.btn-lg,.fileinput-new .input-group .btn-file.btn-lg{border-radius:0 6px 6px 0}.form-group.has-warning .fileinput .fileinput-preview{color:#8a6d3b}.form-group.has-warning .fileinput .thumbnail{border-color:#faebcc}.form-group.has-error .fileinput .fileinput-preview{color:#a94442}.form-group.has-error .fileinput .thumbnail{border-color:#ebccd1}.form-group.has-success .fileinput .fileinput-preview{color:#3c763d}.form-group.has-success .fileinput .thumbnail{border-color:#d6e9c6}.input-group-addon:not(:first-child){border-left:0}
h1:not(.logo) {
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 10px;
    font-size: 22px;
    text-align: center;
    font-weight: 300
}

h1:not(.logo) span {
    font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #4d4d4d
}

html {
    background-color: #fff
}

body {
    font-family: Lato, sans-serif;
    color: #333
}

ol,
ul {
    padding-left: 0
}

.hidden {
    display: block !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important
}

.nobr {
    white-space: nowrap !important
}

.wrap {
    white-space: normal !important
}

.a-left {
    text-align: left !important
}

.a-center {
    text-align: center !important
}

.a-right {
    text-align: right !important
}

.v-top {
    vertical-align: top
}

.v-middle {
    vertical-align: middle
}

.f-left,
.left {
    float: left !important
}

.f-right,
.right {
    float: right !important
}

.f-none {
    float: none !important
}

.f-fix {
    float: left;
    width: 100%
}

.no-display {
    display: none
}

.no-margin {
    margin: 0 !important
}

.no-padding {
    padding: 0 !important
}

.no-bg {
    background: none !important
}

a:focus,
div:focus,
img:focus {
    outline: 0 none transparent
}

a.button,
button.button {
    text-align: center;
    border-radius: 0;
    border: 0;
    background: #c9c9c9;
    color: #fff !important;
    -moz-user-select: none;
    font-size: 14px;
    margin-bottom: 0;
    padding: 8px 12px;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 700;
    display: inline-block;
    text-decoration: none
}

a.button:focus,
button.button:focus {
    outline: none
}

a.button:hover,
button.button:hover {
    background-color: #c9c9c9;
    opacity: .8;
    text-decoration: none
}

@media only screen and (max-width:767px) {
    a.button,
    button.button {
        padding: 6px
    }
}

.btn-dark {
    background: #666 !important
}

.btn-marrone {
    background: #8f7e76 !important
}

.btn-black {
    background-color: #000 !important
}

.btn-accent {
    background: #7aa288 !important
}

.btn-light {
    background: #c9c9c9 !important
}

.btn-checkout {
    background: #bcbcbc !important
}

.btn-opinion,
.btn-red {
    background: #dc6763 !important
}

.color-red {
    color: #dc6763
}

.hover-red:hover {
    color: #dc6763 !important
}

.btn-opinion {
    width: 90%
}

@media only screen and (max-width:992px) {
    .btn-opinion {
        width: 100%
    }
}

.btn-search {
    background: #fff !important;
    padding-top: 0;
    padding-bottom: 0
}

.btn-search:hover {
    opacity: 1 !important
}

.btn-large {
    padding: 12px 24px
}

.form-control {
    border-radius: 0
}

a,
a:focus,
a:hover {
    color: #333;
    text-decoration: none
}

.panel {
    border-radius: 0
}

.accent-outline,
.form-control:focus {
    box-shadow: unset;
    border-color: #c9c9c9
}

.label {
    color: inherit
}

.hr-light {
    border-color: #c9c9c9;
    margin: 40px 0
}

@media only screen and (max-width:767px) {
    .hr-light {
        margin: 20px 0
    }
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #666;
    border-color: #666
}

.pagination>li:first-child>a,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0
}

.pagination>li>a,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #5a5a5a
}

.form-control {
    border: 1px solid #c9c9c9;
    height: 36px;
    box-shadow: none
}

.footer .form-control {
    border: 1px solid #ccc
}

.required-label {
    color: #dc6763;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400
}

.checkout-onepage-index .required:after {
    content: " *";
    color: #dc6763;
    font-size: 14px
}

.validation-failed {
    border: 2px solid #dc6763 !important
}

.validation-advice {
    color: red;
    text-transform: uppercase;
    font-size: 12px
}

.breadcrumbs-cont {
    height: 20px;
    margin-bottom: 20px;
    background-color: #f3f3f3;
    padding: 0
}

.breadcrumbs-cont .breadcrumb {
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 0;
    line-height: 12px
}

.breadcrumbs-cont .breadcrumb>li+li:before {
    padding: 0
}

.list-group-item:first-child,
.list-group-item:last-child {
    border-radius: 0
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    background-color: #7aa288;
    background-image: none;
    border-color: #7aa288;
    z-index: 1
}

select {
    background: none
}

.table.custom-table-bordered {
    text-transform: uppercase;
    font-size: 12px
}

.table.custom-table-bordered>tbody>tr>td,
.table.custom-table-bordered>tbody>tr>th,
.table.custom-table-bordered>tfoot>tr>td,
.table.custom-table-bordered>tfoot>tr>th,
.table.custom-table-bordered>thead>tr>td,
.table.custom-table-bordered>thead>tr>th {
    border: 0
}

span.custom-divider {
    content: "&nbsp;";
    background: url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/images/border-title.png) no-repeat 50% 100%;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 300;
    width: 100%;
    display: block;
    padding-top: 20px;
    margin-bottom: 20px
}

.divborder {
    border: 3px solid #f6f6f6
}

.bg-grigio {
    background-color: #f6f6f6
}

.img-thumbnail {
    border-radius: 0
}

.table-responsive {
    border: 0 !important
}

@media only screen and (min-width:1216px) {
    .container {
        width: 1216px
    }
}

#admin_messages {
    margin: 0
}

.col-20p {
    display: block;
    float: left;
    width: 20%;
    padding-left: 10px;
    padding-right: 10px
}

@media only screen and (max-width:550px) {
    .col-20p {
        width: 25%
    }
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.no-imgs img {
    display: none
}

.dashedbottom {
    border-bottom: 1px dashed #8f7e76 !important
}

hr {
    border-color: #c9c9c9
}

@media only screen and (max-width:767px) {
    .clear-mobile {
        clear: both
    }
}

.img-thumbnail {
    padding: 0
}

button.btn-camp-small {
    width: 100%;
    padding: 8px 12px
}

@media only screen and (max-width:767px) {
    .mz-expand-thumbnails {
        display: none !important
    }
}

@media screen and (max-device-width:767px) {
    .mz-button-next,
    .mz-button-prev {
        display: block !important
    }
}

.mz-button-next,
.mz-button-prev {
    margin: auto 10px;
    bottom: 15px !important;
    overflow: hidden;
    top: auto !important
}

input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: none
}

.app-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse
}

.app-table>caption+thead>tr:first-child>td,
.app-table>caption+thead>tr:first-child>th,
.app-table>colgroup+thead>tr:first-child>td,
.app-table>colgroup+thead>tr:first-child>th,
.app-table>thead:first-child>tr:first-child>td,
.app-table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.app-table>tbody>tr>td,
.app-table>tbody>tr>th,
.app-table>tfoot>tr>td,
.app-table>tfoot>tr>th,
.app-table>thead>tr>td,
.app-table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.price {
    white-space: nowrap
}

.modal-backdrop {
    background: none
}

@media only screen and (min-width:992px) {
    .pull-right-md {
        float: right
    }
}

.fs10 {
    font-size: 10px !important
}

.fs12 {
    font-size: 12px !important
}

.fs14 {
    font-size: 14px !important
}

.fs16 {
    font-size: 16px !important
}

.page-sitemap .links .dot,
.page-sitemap .links li.last {
    display: none
}

.embed-container {
    position: relative;
    padding-bottom: 56%;
    overflow: hidden;
    max-width: 100%;
    height: auto
}

.embed-container embed,
.embed-container iframe,
.embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.popover {
    border-radius: 0;
    font-family: Lato, sans-serif
}

.popover .popover-title {
    padding: 0 14px;
    font-size: 12px;
    background: none;
    border: 0;
    border-radius: 0
}

.popover .popover-content {
    font-size: 12px
}

.popover .popover-content img {
    vertical-align: bottom;
    width: 21px;
    height: 21px
}

.cms {
    text-align: justify
}

.cms a {
    text-decoration: none;
    font-weight: 700;
    color: #dc6763
}

.clearer:after,
.clearer:before {
    content: " ";
    display: table
}

.clearer:after {
    clear: both
}

.google-translate {
    padding: 15px;
    margin-bottom: 20px
}

img {
    max-width: 100%;
    height: auto
}

.validation-advice.phone-advice {
    text-transform: none
}

.visible-mobile {
    display: none
}

.modernizr_touchevents .visible-mobile {
    display: inline-block
}

body {
    color: #5a5a5a
}

a {
    outline: none
}

@media only screen and (min-width:768px) {
    a {
        transition: color .3s ease-in-out, background-color .3s ease-in-out;
        -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out;
        -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
        -o-transition: color .3s ease-in-out, background-color .3s ease-in-out
    }
}

.wrapper {
    min-width: 280px;
    position: relative;
    left: 0;
    z-index: 100;
    background-color: #fff
}

.navmenu-fixed-right {
    z-index: 1;
    display: block !important
}

.page {
    text-align: left;
    width: auto;
    padding: 0
}

.page-header {
    margin-top: 20px
}

.page.container-fluid {
    max-width: 3000px
}

.page.container-fluid,
.page.container-fluid .footer>.container {
    margin: 0 auto;
    padding: 0
}

li {
    list-style: none
}

.links li {
    display: inline;
    position: relative
}

.divider {
    background: #eee
}

.branding {
    position: relative;
    margin: 0;
    height: auto
}

.branding .logo {
    margin: 0
}

.header {
    width: auto;
    padding: 20px 0
}

.cms-b-responsive-home-page .body-wrapper {
    padding: 0;
    width: 100%
}

.category-view {
    margin: 0 auto 20px
}

.breadcrumbs {
    background: none;
    padding: 0
}

.breadcrumb {
    background-color: transparent;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300
}

.breadcrumb>.active {
    font-weight: 700;
    color: inherit
}

.checkout-link {
    float: right
}

.header-panel {
    line-height: 38px;
    padding: 0;
    min-height: 43px;
    box-shadow: none;
    margin-bottom: 0
}

.header-panel .links {
    float: none;
    display: inline-block;
    margin-right: 0
}

.header-panel .links li a,
.header-panel .links li a:hover {
    color: #333
}

.header-panel .welcome-msg {
    margin: 0;
    line-height: 38px;
    font-weight: 400
}

.switches {
    background: none;
    line-height: 38px;
    white-space: nowrap
}

.top-cart {
    white-space: normal;
    padding: 5px;
    width: 100%
}

.top-cart .panel {
    border: none;
    box-shadow: none
}

#dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 10px
}

#dropdown label {
    font-weight: 400;
    line-height: normal;
    text-align: left
}

#dropdown .close {
    font-size: 14px;
    color: #333;
    opacity: 1
}

#dropdown .actions .btn-link {
    clear: both;
    display: block;
    margin-top: 8px;
    padding-left: 0;
    text-align: left
}

#messages_product_view {
    margin: 0 auto;
    padding: 0
}

.product-view .short-description {
    display: block
}

.product-view .add-to-box {
    margin-top: 10px
}

.product-view .add-to-box .add-to-links {
    margin-top: 10px !important;
    float: none
}

.add-to-box .add-to-cart {
    float: none
}

.collateral-tabs .tab-content {
    padding: 15px
}

.page-title {
    padding: 20px 0 9px;
    background: none
}

@media only screen and (min-width:768px) {
    .page-title {
        width: 100%
    }
}

.account-login .new-users,
.account-login .registered-users {
    width: 49%
}

.account-login {
    background: none;
    margin-bottom: 20px
}

.account-login .fieldset h2 {
    margin: 0
}

.font12 {
    font-size: 12px !important
}

.color-primary {
    color: #333 !important
}

.mr-3 {
    margin-right: 3px
}

a.product-image {
    padding: 0
}

.mini-products-list .product-image {
    border: none;
    width: auto
}

.page.container>.span12 {
    min-height: 400px
}

.category-products .price-box,
.product-name {
    font-size: 14px
}

.product-essential .price-box {
    font-size: 18px;
    margin-bottom: 15px
}

.sidebar .block-layered-nav .block-title {
    padding: 10px
}

.sidebar .block .block-title {
    color: #fff;
    padding: 10px
}

.sidebar .block .block-title strong {
    background-image: none;
    padding: 0;
    font-weight: 400;
    font-size: 12px
}

.sidebar .block .block-title span {
    color: #fff
}

.block .block-content .product-name {
    font-size: 12px
}

.block-poll .label {
    text-align: left
}

#poll-answers label,
.navbar-inverse .navbar-nav>li>a {
    color: #999
}

.nav .parent {
    position: relative
}

.nav .level0.parent:hover>.dropdown-menu {
    top: auto;
    left: auto
}

.nav .level0.parent {
    position: static
}

.nav.mega-menu li.level1 {
    float: left
}

.nav.mega-menu li.level1 .dropdown-menu {
    position: relative;
    display: block;
    float: none;
    left: auto
}

.nav.mega-menu ul.columns2 {
    columns: 2
}

.nav.mega-menu .dropdown-menu {
    padding: 15px
}

.nav.mega-menu .dropdown-menu .container {
    padding: 0;
    width: auto
}

@media screen and (min-width:900px) {
    .nav.mega-menu .dropdown-menu .container .level0 {
        width: 64%;
        float: left
    }
}

.nav.mega-menu .dropdown-menu .container .level0>.level1 {
    display: inline-block;
    padding-right: 30px;
    float: left
}

.nav.mega-menu .dropdown-menu .container .level0>.level1 .dropdown-menu {
    display: inline;
    clear: both
}

.nav.mega-menu .dropdown-menu .container .level0>.level1.parent>a {
    display: block;
    margin-bottom: 5px
}

.nav.mega-menu .dropdown-menu .container .level0 .dropdown-menu {
    border: none;
    padding: 0;
    margin-top: 5px;
    top: 0
}

@media (max-width:799px) {
    .footer ul.links,
    .footer ul.links~ul {
        margin: 15px 0 0;
        padding-left: 10px;
        padding-right: 10px;
        display: block
    }
    .footer .switcher-store {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        display: block;
        margin-top: 15px
    }
}

@media screen and (min-width:900px) {
    .nav.mega-menu .dropdown-menu .container .static-container {
        width: 35%;
        float: right
    }
}

@media screen and (max-width:899px) {
    .nav.mega-menu .dropdown-menu .container .static-container {
        display: none
    }
}

.nav.mega-menu .dropdown-menu .container .static-container .img-thumbnail {
    display: block;
    width: 100%
}

.nav.mega-menu .dropdown-menu .see-all {
    margin-top: 10px
}

.nav.mega-menu .level0>.dropdown-menu>.see-all {
    border-top: 1px solid rgba(0, 0, 0, .15);
    padding-top: 8px
}

.sidebar .block.block-layered-nav {
    background: none;
    border: none
}

.sidebar .block.block-layered-nav>.visible-xs .btn {
    padding: 10px 15px
}

.sidebar .block.block-layered-nav .block-title {
    background: none;
    padding: 10px 0
}

.sidebar .block.block-layered-nav .block-title span {
    color: #555
}

.block-layered-nav .currently li {
    padding-right: 10px;
    background: none
}

.sidebar .block-layered-nav dt {
    font-size: 14px;
    padding-left: 10px
}

.sorter .sort-by {
    float: left;
    margin-right: 40px
}

.sorter .amount,
.sorter .limiter {
    float: right
}

.sorter .amount {
    margin-right: 40px
}

.products-grid .product-image,
.products-grid li.item {
    width: auto;
    height: auto;
    text-align: center;
    display: block
}

.cart {
    background: none
}

.cart .cart-collaterals h2 {
    font-size: 1.6em
}

.opc-progress-container {
    width: 20%
}

.form-list label,
.opc .step {
    font-size: inherit
}

#checkout-step-login .col2-set {
    background: none
}

#newsletter-validate-detail input {
    display: block;
    margin-bottom: 0
}

.old-price {
    font-size: 12px;
    margin-bottom: 0
}

.please-wait {
    border-color: #444;
    color: #444
}

.cart .checkout-types .btn-proceed-checkout span,
.cart .checkout-types .btn-proceed-checkout span span {
    background: none;
    font-weight: 400 !important;
    text-transform: uppercase
}

button.button.btn-proceed-checkout {
    background-image: linear-gradient(180deg, #5cb85c 0, #449d44);
    background-repeat: repeat-x;
    border-color: #419641
}

.cart-table .button,
.cart .giftcard .check-gc-status {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: none
}

.marketing .col-lg-4 {
    text-align: center;
    margin-bottom: 20px
}

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

footer {
    clear: both
}

.footer ul.links li,
.footer ul li {
    border: none
}

.featurette-divider {
    margin: 80px 0
}

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px
}

.cms-index-index .navbar {
    margin-bottom: 0
}

.cms-index-index hr {
    margin-top: 0;
    margin-bottom: 30px
}

.messages,
.messages ul {
    list-style: none !important;
    margin: 5px 0 !important;
    padding: 0 !important
}

.messages {
    float: left;
    width: 100%;
    overflow: hidden
}

.messages li {
    margin: 0 0 10px !important;
    background-image: none !important;
    text-align: center
}

.messages li li {
    margin: 0 !important;
    line-height: 24px
}

.error-msg,
.note-msg,
.notice-msg,
.success-msg {
    border-style: solid !important;
    border-width: 1px !important;
    background-position: 10px 9px !important;
    background-repeat: no-repeat !important;
    min-height: 24px !important;
    padding: 8px 16px !important;
    font-size: 12px !important;
    text-shadow: 0 1px 0 hsla(0, 0%, 100%, .5)
}

.error-msg,
.messages li.error-msg {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48
}

.messages li.success-msg,
.success-msg {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #000
}

.messages li.note-msg,
.note-msg {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad
}

.messages li.notice-msg,
.notice-msg {
    background-color: #fcf8e3;
    border-color: #fbeed5;
    color: #c09853
}

.category-image img {
    width: 100%;
    height: auto
}

.products-list h2.product-name {
    margin-top: 0
}

.cell-label {
    display: none;
    vertical-align: middle
}

.cart-table a span.glyphicon {
    vertical-align: text-top
}

.cart-table .btn-update,
.cart-table input.qty {
    display: inline-block;
    vertical-align: middle
}

.cart-table .btn-update {
    float: none;
    padding: 0 5px;
    margin: 0
}

.cart-table .item-options {
    margin-bottom: 0
}

.cart-table .product-name {
    margin-top: 0;
    white-space: normal
}

.cart-table .unit-price {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px
}

.cart-table td.cell-product-img {
    min-width: 150px
}

.product-name {
    font-size: 18px;
    white-space: normal
}

.table .product-name {
    margin-top: 10px
}

.cart .checkout-types {
    float: none;
    text-align: right
}

.cart .checkout-types .btn-proceed-checkout span,
.cart .checkout-types .btn-proceed-checkout span span {
    padding: 0 !important
}

.panel.panel-coupon .btn,
.panel.panel-giftcard .btn {
    margin-top: 5px
}

.panel-title>a {
    display: block;
    outline: none
}

.panel-title>a,
.panel-title>a:hover {
    text-decoration: none
}

.navbar-toggle {
    margin-left: 10px
}

.top-cart .block-title {
    padding: 0 5px 2px;
    text-transform: none;
    height: auto
}

.top-cart .block-title,
.top-cart .block-title strong {
    background: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px
}

.top-cart .block-title strong {
    display: inline-block;
    padding-right: 0;
    text-decoration: none
}

.top-cart .block-title.expanded strong,
.top-cart .block-title strong {
    color: #444
}

.top-cart .block-content {
    position: static;
    line-height: normal;
    background: none;
    text-align: left;
    width: auto
}

.top-cart .block-content ol {
    padding-bottom: 0;
    margin-bottom: 0
}

.top-cart .block-content .item {
    padding: 10px 0
}

.top-cart .block-content .item .product-name {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 5px
}

.top-cart .block-content .item .product-name a {
    font-size: 14px
}

.top-cart .block-content .item .product-name a:hover {
    color: #333
}

.top-cart .block-content table {
    margin: 5px 0
}

.top-cart .block-content table th {
    text-align: left
}

.top-cart .block-content .subtotal {
    background: none;
    padding: 0;
    text-align: right
}

.top-cart .block-content .subtotal .label {
    color: #444;
    font-size: 12px
}

.top-cart .inner-wrapper {
    border-color: #ddd
}

.top-cart .cart-empty {
    padding: 15px
}

.top-cart .panel-heading {
    position: relative
}

.top-cart .panel-heading .glyphicon {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 12px
}

.top-cart .actions {
    background: none;
    padding: 0
}

.mini-products-list .product-details .btn-edit,
.mini-products-list .product-details .btn-remove {
    font-size: 12px
}

.mini-products-list .product-details .btn-edit>span,
.mini-products-list .product-details .btn-remove>span {
    margin-right: 3px
}

.block .btn-edit,
.block .btn-remove {
    float: none;
    margin: 0;
    display: inline
}

.btn-edit,
.btn-remove {
    background: none;
    overflow: visible;
    width: auto;
    height: auto;
    line-height: 1;
    text-indent: inherit
}

.truncated a.details {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 12px
}

.item-options dt {
    font-size: 12px;
    padding: 0
}

.item-options dd {
    font-size: 12px
}

.panel-body .item .product-shop {
    margin-bottom: 20px
}

.add-to-links .btn-link {
    padding: 0
}

.add-to-links .btn-link .glyphicon {
    margin-right: 3px
}

.opc-wrapper {
    background: none
}

.opc-wrapper .page-title {
    margin-bottom: 20px
}

.opc-wrapper>.row .panel.checkout-container,
.opc-wrapper>.row .panel.checkout-container>.panel-body {
    padding: 0
}

.opc-block-progress {
    margin-bottom: 0;
    font-size: 12px
}

.opc-block-progress .col-md-12 {
    margin-bottom: 10px
}

.opc-block-progress dt {
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    margin-bottom: 5px
}

.opc-block-progress dt a {
    font-weight: 400
}

.opc-block-progress .panel-body {
    padding: 15px 0
}

.opc-block-progress address {
    margin-bottom: 0
}

.opc-block-progress table th {
    padding-right: 10px
}

.opc-block-progress .panel-title {
    font-size: 14px
}

.opc {
    float: none;
    width: auto;
    margin: 0
}

.opc .step {
    background: none;
    border-color: #ddd
}

.amazonpayments-advanced-checkout-index .active .opc .step-title,
.checkout-onepage-index .active .opc .step-title,
.opc .amazonpayments-advanced-checkout-index .active .step-title,
.opc .checkout-onepage-index .active .step-title,
.opc .step-title {
    margin: 0;
    text-transform: none;
    color: #444;
    font-size: 14px;
    height: auto;
    line-height: normal;
    padding: 8px 0
}

.opc .section .step-title {
    background-image: linear-gradient(180deg, #f5f5f5 0, #e8e8e8);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#ffe8e8e8", GradientType=0);
    border-color: #ddd;
    color: #666
}

.opc .section .reward-message {
    margin-right: 10px;
    margin-left: 10px
}

.opc .section.allow .step-title {
    background-image: linear-gradient(180deg, #f5f5f5 0, #e8e8e8);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#ffe8e8e8", GradientType=0);
    border-color: #ddd;
    color: #666
}

.opc .section .row .panel {
    padding: 0;
    margin-bottom: 0
}

.opc .section .row .panel .panel-body {
    padding: 15px
}

#checkout-step-login h4 {
    margin: 0
}

.gift-message-form {
    border: none;
    background: none
}

.gift-message-form .list-group {
    margin-bottom: 0
}

.gift-message-form .inner-box h4 {
    padding: 0;
    margin: 0
}

.tool-tip {
    position: static;
    margin-bottom: 20px
}

@media only screen and (min-width:768px) {
    #checkout-review-table .product-name,
    .paypal-express-review #details-table .product-name {
        margin: 0 0 5px
    }
}

#checkout-step-review {
    padding: 20px 0
}

#review-buttons-container a span.glyphicon {
    margin-right: 3px
}

.reward-message {
    margin: 5px 0;
    background: #ef672f
}

.reward-message .a-more a {
    color: #fff;
    font-weight: 700
}

#wishlist-table td {
    padding: 5px
}

.toolbar {
    font-size: 11px
}

.toolbar .sort-by select {
    margin: 0 5px 0 0
}

.toolbar .navbar {
    box-shadow: none;
    margin-bottom: 5px;
    z-index: 0
}

.toolbar .pagination {
    margin: 0
}

.add-to-cart .qty,
.add-to-cart label {
    display: inline-block
}

.add-to-cart .qty {
    text-align: center
}

.minimal-price-link .label {
    color: #333
}

.options-container-small dt {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    float: none
}

.box-collateral .product-details {
    padding-right: 0
}

.box-collateral .checkbox,
.box-collateral .checkbox input[type=checkbox] {
    margin-top: 0
}

.box-collateral .btn-link {
    padding-left: 0;
    color: #999
}

.box-collateral .price-box {
    margin-bottom: 5px
}

.box-collateral .price-box p {
    margin: 0
}

.box-collateral .item {
    margin-bottom: 10px
}

.results-view {
    margin: 0
}

.results-view .recommendations {
    padding: 20px 0 0
}

.header-panel.navbar.navbar-default.row {
    border-left: medium none;
    border-right: medium none
}

.header-panel .glyphicon {
    margin: 2px
}

body {
    background-image: none
}

.block .block-title,
.header .form-search {
    background-image: none;
    height: auto;
    overflow: visible;
    text-indent: inherit
}

.block-layered-nav .block-subtitle {
    display: none
}

.block-layered-nav dd {
    background: none;
    border-bottom: 1px solid #fff
}

.block-cart,
.block-compare,
.block-compared,
.block-gr-search,
.block-login,
.block-poll,
.block-related,
.block-reorder,
.block-subscribe,
.block-tags,
.block-viewed,
.block-wishlist,
.block .block-title strong {
    font-size: 1em
}

.account-login .buttons-set,
.account-login .content,
.block-cart .subtotal,
.block-layered-nav .block-content,
.block-layered-nav .block-subtitle,
.block-layered-nav dt,
.block .actions,
.block .block-content,
.block li.odd,
.cart .crosssell,
.product-essential,
.product-view .box-up-sell .products-grid td,
.product-view .box-up-sell .products-grid td.empty {
    background: none
}

#upsell-product-table tbody>tr>td {
    border-top: none
}

.block-poll button.button span {
    background: none;
    border: none
}

.sidebar .block {
    border-left: medium none;
    border-right: medium none;
    margin-bottom: 15px
}

.block-cart .summary {
    background: none
}

.block-cart .subtotal .label {
    color: #555
}

.sidebar .block .block-content {
    color: #555;
    font-size: 12px
}

#narrow-by-list>.list-group-item {
    padding-right: 10px;
    font-size: 14px
}

#narrow-by-list>.list-group-item a {
    color: #fff;
    padding: 5px;
    font-size: 12px
}

#narrow-by-list>.list-group-item a:focus,
#narrow-by-list>.list-group-item a:hover {
    text-decoration: none
}

#narrow-by-list>.list-group-item .pull-left {
    line-height: 1.7
}

.sidebar .block-layered-nav .block-content {
    padding: 0
}

.sidebar .block-layered-nav .block-content .filter-state .list-group {
    margin-bottom: 0
}

.sidebar .block-layered-nav .block-content .filter-state+.actions {
    background: none;
    padding: 0;
    margin: 10px 0
}

.sidebar .block .block-content .list-group .text {
    display: inline-block;
    line-height: 1
}

.products-grid .actions {
    bottom: 0;
    position: relative
}

.products-grid {
    border-bottom: none;
    padding: 0
}

.header form,
.products-grid {
    background: none;
    position: relative
}

.header form {
    float: right;
    height: auto;
    top: 0;
    width: auto;
    right: 0
}

.footer {
    width: auto
}

.account-login .buttons-set,
.account-login .content,
button.button span {
    border: none
}

.account-login .content h2,
.account-login .new-users h2 {
    background: none !important;
    padding: 0;
    margin: 10px 0;
    font-size: 20px
}

.links li {
    border-right: 1px solid gray;
    padding: 0 9px 0 5px
}

.links li.last {
    border-right: none
}

.info-box h2 {
    margin-top: 0
}

.order-info {
    background: none;
    border: none;
    padding: 5px 0
}

.amazonpayments-advanced-checkout-index .active .opc .step-title h2,
.checkout-onepage-index .active .opc .step-title h2,
.opc .active .step-title h2,
.opc .allow .step-title h2,
.opc .amazonpayments-advanced-checkout-index .active .step-title h2,
.opc .checkout-onepage-index .active .step-title h2,
.opc .step-title h2 {
    color: #333
}

.amazonpayments-advanced-checkout-index .active .opc .step-title h2,
.checkout-onepage-index .active .opc .step-title h2,
.opc .amazonpayments-advanced-checkout-index .active .step-title h2,
.opc .checkout-onepage-index .active .step-title h2,
.opc .step-title h2 {
    color: #999;
    font-size: 14px
}

.opc-block-progress dl dd {
    margin-bottom: 10px
}

@media (min-width:768px) {
    .marketing {
        padding-left: 0;
        padding-right: 0
    }
    .navbar-wrapper {
        margin-top: 20px
    }
    .navbar-wrapper .navbar {
        border-radius: 4px
    }
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4
    }
    .featurette-heading {
        font-size: 50px
    }
    .header .container {
        padding: 0
    }
    .header form {
        max-width: 230px
    }
}

@media (min-width:800px) {
    .sidebar .block-layered-nav #filter-list {
        height: auto !important;
        overflow: visible;
        display: block !important
    }
    .footer ul.links,
    .footer ul.links~ul {
        width: 16.66%;
        margin: 0;
        padding: 0 10px
    }
    .footer .switcher-store {
        width: 33.33%
    }
}

@media (min-width:992px) {
    .featurette-heading {
        margin-top: 120px
    }
}

@media (max-width:990px) {
    .opc-block-progress {
        margin-bottom: 10px
    }
}

@media (max-width:799px) {
    .header-panel>.links,
    .welcome-msg {
        display: none !important
    }
    .header .form-search {
        float: none;
        clear: both;
        padding-left: 0;
        background-color: #fff
    }
    .product-collateral {
        width: 100%
    }
    img {
        max-width: 100%
    }
    .toolbar p.navbar-text {
        margin-left: 15px;
        margin-right: 1px;
        display: inline-block
    }
    .toolbar .limiter p.navbar-text+div {
        display: inline-block
    }
    .box-collateral .product-details {
        padding: 0;
        float: none;
        width: 100%;
        clear: both;
        margin-top: 10px
    }
}

@media screen and (max-width:767px) {
    .product-view {
        width: auto
    }
    .nav.mega-menu .level0:hover .dropdown-menu {
        display: none !important
    }
    .header {
        z-index: 901;
        padding: 10px 0
    }
    .header form {
        display: block;
        width: auto;
        position: absolute;
        top: 100%;
        right: 10px;
        margin-top: 6px
    }
    .header form .form-control {
        color: #ccc;
        background-color: transparent;
        border-color: #222
    }
    .header form .btn {
        border-color: #222
    }
    .branding .logo {
        display: block;
        float: none;
        margin: 0 auto;
        text-align: center;
        max-width: 75%
    }
    .switches {
        text-align: left !important
    }
    #dropdown {
        right: auto;
        left: 0
    }
    .catalog-category-view .navbar-inverse {
        margin: 0 10px 5px
    }
    .catalog-category-view .breadcrumb {
        margin-bottom: 5px;
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:768px) {
    .cart-table {
        display: block;
        border: none;
        width: auto
    }
    .cart-table .btn-update {
        float: none
    }
    .cart-table thead {
        display: none
    }
    .cart-table tbody {
        display: block
    }
    .cart-table tbody td {
        display: block;
        clear: both;
        padding: 5px 15px;
        text-align: left !important
    }
    .cart-table tbody td span+span {
        display: inline-block;
        vertical-align: middle
    }
    .cart-table tbody tr {
        display: block
    }
    .cart-table tbody tr.last td,
    .cart-table tbody tr td {
        border: none
    }
    .cart-table tbody tr td.last {
        padding-bottom: 10px
    }
    .cart-table .product-name {
        margin-top: 0
    }
    .cart-table .cart-price {
        display: inline-block;
        vertical-align: text-top
    }
}

@media screen and (max-width:480px) {
    .category-products .products-grid .col-xs-4 {
        display: block;
        float: none;
        margin: 0 auto 20px;
        width: 70%
    }
}

@media screen and (max-width:360px) {
    #dropdown {
        width: 100% !important
    }
    .panel-body .item.col-xs-6 {
        width: 100%
    }
    #checkout-review-table,
    #checkout-review-table .product-name,
    .paypal-express-review #details-table,
    .paypal-express-review #details-table .product-name {
        font-size: 12px
    }
    #checkout-step-review {
        padding: 10px
    }
    .opc-block-progress .col-md-12,
    .opc-block-progress .col-md-12 table {
        width: 100%
    }
    .panel-crosssell .item {
        width: 50%
    }
    .category-products .products-grid .col-xs-4 {
        display: block;
        float: none;
        margin: 0 auto 20px;
        width: 80%
    }
    .products-list .col-xs-9 {
        width: 100%;
        clear: both
    }
    .products-list .col-xs-3 {
        margin-bottom: 20px;
        width: 50%
    }
    .toolbar .limiter,
    .toolbar .sort-by {
        width: 100%
    }
    .toolbar .limiter p.navbar-text,
    .toolbar .limiter p.navbar-text+div {
        margin-top: 0 !important
    }
    .toolbar>.row .col-xs-8 {
        width: 100%;
        clear: both;
        float: none;
        text-align: center !important
    }
    .toolbar>.row .view-mode {
        display: none
    }
    .box-collateral .item {
        width: 100%;
        float: none;
        clear: both
    }
}

.product-slider .title {
    font-size: 20px;
    margin: 10px 0
}

@media screen and (min-width:768px) {
    .nav .parent:hover>.dropdown-menu {
        display: block;
        top: 0;
        left: 100%
    }
}

body.arreda-customoptions-selector-list {
    padding-top: 0 !important
}

body.arreda-customoptions-selector-list div.toolbar,
body.arreda-customoptions-selector-list ul.pagination {
    display: none
}

.header {
    text-align: center
}

.header .logo {
    float: none
}

h1.logo {
    text-align: center
}

.branding {
    z-index: 99
}

.branding .logo img {
    clear: both;
    margin: 0 auto
}

.branding .logo img,
.minilogo img,
h1.logo img {
    opacity: 1;
    transition: opacity .5s ease-in
}

.minilogo img {
    margin-top: 14px
}

.header-container {
    border: 0;
    background-size: 100% auto
}

.header-container .header {
    padding: 0
}

.header-container .header .container {
    padding: 70px 0 15px
}

@media only screen and (max-width:767px) {
    .header-container .header .container {
        padding-top: 15px
    }
}

.header-container .top-left-menu>ul {
    float: none;
    display: inline-block;
    margin-right: 0;
    width: 100%;
    margin-bottom: 0
}

.header-container .top-left-menu>ul li {
    line-height: 26px
}

@media only screen and (max-width:767px) {
    .header-container .top-left-menu>ul li:first-child,
    .header-container .top-left-menu>ul li:nth-child(2) {
        padding-right: 0
    }
}

.header-container .top-left-menu>ul>li {
    display: inline;
    position: relative;
    float: left
}

.header-container .top-left-menu>ul>li.minilogo {
    display: none
}

.header-container .top-left-menu>ul>li span {
    line-height: 12px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.header-container .top-left-menu>ul>li span a {
    text-decoration: none;
    color: initial
}

.header-container .top-left-menu>ul>li span span {
    font-weight: 400;
    font-size: 11px;
    display: block;
    line-height: 10px
}

.header-container #language-selector {
    cursor: pointer;
    margin-top: 18px;
    display: inline-block
}

.header-container #language-selector:after {
    font-family: Glyphicons Halflings;
    content: "\e072";
    transform: rotate(90deg);
    font-size: 8px;
    line-height: 10px;
    display: inline-block;
    margin-left: 5px
}

.header-container #language-selector span {
    display: inline
}

.header-container #language-selector:hover {
    color: #dc6763
}

.header-container .form-showroom,
.header-container .form-language {
    background-color: #fff;
    display: none;
    position: absolute;
    line-height: 26px;
    border: 1px solid #b0b0b0
}

.header-container .form-showroom a:hover,
.header-container .form-language a:hover {
    color: #dc6763
}

.header-container .form-showroom ul li,
.header-container .form-language ul li {
    padding: 0 15px
}

.header-container .form-showroom ul li a,
.header-container .form-language ul li a {
    text-decoration: none;
    color: initial;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    background: no-repeat 0 50%;
    padding-left: 20px
}

.header-container .search-bar {
    padding-right: 15px;
    position: relative;
    min-width: 50px;
    text-align: right
}

.header-container .search-bar a .glyphicon {
    color: #fff;
    background-color: #000;
    padding: 9px;
    margin-top: 6px;
    border-radius: 50%;
    width: 32px;
    height: 32px
}

.header-container .search-bar #search_mini_form {
    position: absolute;
    right: 0;
    padding: 10px;
    display: none;
    color: #c8c8c8;
    width: 250px;
    z-index: 100
}

.header-container .search-bar #search_mini_form .form-search {
    border: 5px solid #f6f6f6
}

.header-container .search-bar #search_mini_form .form-search .input-group>* {
    border: 1px solid #e3e3e3
}

.header-container .search-bar #search_mini_form .form-search .input-group #search {
    border-right: 0;
    font-size: 14px;
    height: 40px
}

.header-container .search-bar #search_mini_form .form-search .input-group .input-group-btn {
    border-left: 0;
    line-height: 22px;
    z-index: 1
}

.header-container .search-bar #search_mini_form .form-search .glyphicon {
    color: #c8c8c8
}

.navbar-default {
    background: none;
    border: 0;
    border-radius: 0
}

.navbar-inverse,
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.open>a {
    background: #8f7e76
}

.navbar-inverse .navbar-nav>.active>a {
    background-color: transparent
}

.navbar.navbar-inverse.navbar-static-top {
    border: 0;
    margin: 0;
    width: 100%;
    z-index: 2
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase
}

.navbar-inverse .navbar-nav>li.right>a {
    font-weight: 300
}

.navbar-toggle {
    margin-left: 0;
    margin-right: 0
}

.container>.navbar-header {
    max-width: 80%;
    margin: 0 auto
}

.icon-bar {
    margin-left: auto;
    margin-right: auto
}

.navbar-header button .glyphicon,
.navbar-header button span {
    color: #fff
}

.navbar-header button.active .glyphicon,
.navbar-header button.active span {
    color: #8f7e76
}

button.navbar-toggle.left {
    height: 40px;
    border: 0;
    border-radius: 0;
    font-size: 16px
}

.navbar-collapse {
    border: 0
}

.links li {
    text-transform: uppercase;
    font-weight: 400;
    border: 0;
    padding: 0 5px
}

.links li:hover a:hover {
    color: #dc6763
}

.links li.last {
    font-weight: 700
}

.links li.last:hover>a {
    color: #7aa288
}

.links li a {
    text-decoration: none
}

.links li:last-child>a img {
    width: auto;
    height: 13px;
    margin-top: -5px
}

.links span.dot {
    font-weight: 700;
    font-size: 14px
}

.top-left-menu {
    color: #333
}

.top-left-menu .phone {
    font-size: 14px !important
}

.top-left-menu .phone img {
    padding-right: 7px
}

.top-left-menu .time-header {
    transition: color .3s ease
}

.top-left-menu .time-header:hover {
    color: #dc6763
}

.navbar-nav>li>a {
    padding-top: 7px;
    padding-bottom: 7px
}

.navbar {
    min-height: inherit
}

.navbar ul.nav.navbar-nav {
    padding-right: 0
}

@media only screen and (min-width:768px) {
    .navbar ul.nav.navbar-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

@media only screen and (min-width:1200px) {
    .navbar ul.nav.navbar-nav {
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (min-width:768px) {
    .navbar ul.nav.navbar-nav .nav-7,
    .navbar ul.nav.navbar-nav .nav-8,
    .navbar ul.nav.navbar-nav .nav-9,
    .navbar ul.nav.navbar-nav .nav-10 {
        background-color: #83736b
    }
}

@media only screen and (min-width:768px) {
    .navbar-inverse .navbar-nav>.active>a:hover,
    .navbar-inverse .navbar-toggle:hover {
        background-color: transparent
    }
}

.navbar-inverse .navbar-toggle:focus {
    background-color: transparent
}

@media only screen and (max-width:767px) {
    .navbar-inverse .navbar-nav>.active>a,
    .navbar-inverse .navbar-nav>.active>a:focus {
        color: #8f7e76;
        background-color: transparent
    }
}

@media only screen and (min-width:768px) {
    .navbar ul.nav.navbar-nav>li:hover {
        background-color: #746660;
        transition: background .3s
    }
}

.navbar ul.nav.navbar-nav li div.dropdown-menu {
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none
}

@media only screen and (max-width:767px) {
    .navbar ul.nav.navbar-nav li div.dropdown-menu {
        padding: 0
    }
}

.navbar ul.nav.navbar-nav li div.dropdown-menu ul li {
    padding: 5px 20px
}

@media only screen and (max-width:767px) {
    .navbar ul.nav.navbar-nav li div.dropdown-menu ul li {
        padding: 0
    }
}

.navbar ul.nav.navbar-nav li div.dropdown-menu ul li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    color: #333
}

@media only screen and (max-width:767px) {
    .navbar ul.nav.navbar-nav li div.dropdown-menu ul li a {
        color: #fff;
        font-weight: 400
    }
}

.navbar ul.nav.navbar-nav li.level0 {
    font-size: 13px;
    font-weight: 400
}

.navbar ul.nav.navbar-nav li.level0>.dropdown-menu {
    background-color: transparent
}

.navbar ul.nav.navbar-nav li.level0>.dropdown-menu ul {
    border: 1px solid #8f7e76;
    margin-top: 2px;
    background-color: #fff
}

.navbar ul.nav.navbar-nav li.level1>.dropdown-menu {
    top: -1px;
    background-color: transparent
}

.navbar ul.nav.navbar-nav li.level1>.dropdown-menu ul {
    margin-top: 0;
    margin-left: 3px;
    background-color: #fff
}

.navbar ul.nav.navbar-nav li div.dropdown-menu ul li:hover>a {
    font-weight: 600
}

.navbar ul.nav.navbar-nav li div.dropdown-menu ul li>a:after {
    display: block;
    content: attr(data-text);
    font-weight: 600;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
    margin-bottom: -1px;
    white-space: nowrap;
    font-size: 14px
}

@media only screen and (max-width:767px) {
    .navbar ul.nav.navbar-nav li div.dropdown-menu ul li>a:after {
        display: none
    }
}

@media only screen and (min-width:768px) {
    .navbar ul.nav.navbar-nav li div.dropdown-menu ul li.parent:after {
        content: "\e072";
        font-family: Glyphicons Halflings;
        float: right;
        position: absolute;
        right: 5px;
        font-size: 8px;
        top: 9px
    }
}

.navbar ul.nav.navbar-nav li div.dropdown-menu ul li a span {
    white-space: nowrap
}

.links li.last #header-cart {
    position: absolute;
    right: 0;
    background-color: #fff;
    padding: 10px;
    display: none
}

.links li.last #header-cart #cart-sidebar li {
    width: 100%
}

.block.block-login {
    text-align: center
}

.block.block-login .forgot-link {
    padding: 20px 0
}

.navbar-cart-collapse {
    padding-bottom: 20px;
    padding-top: 20px
}

.header-container .switches .first .panel .panel-heading {
    background: none;
    border: 0
}

.header-container .switches .first .panel .panel-heading h4 {
    display: none
}

.header-container .switches .first .panel .button {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%
}

.header-container .switches {
    height: 48px
}

.header-container .switches ul {
    margin-top: 5px
}

.header-container .switches ul .dot,
.header-container .switches ul li {
    line-height: 26px
}

.hide-on-scroll>.col-sm-12 {
    padding-right: 0
}

@media only screen and (min-width:768px) {
    .header-container .menu-border {
        float: left;
        width: 100%;
        border-bottom: 1px dashed #8f7e76;
        padding: 0 30px 8px
    }
}

#dropdown,
#header-cart,
.form-showroom,
.form-language {
    z-index: 10000
}

.navbar-inverse .navbar-nav>.active>a {
    box-shadow: none
}

@media screen and (min-width:768px) {
    .collapse.navbar-account-collapse,
    .collapse.navbar-cart-collapse {
        display: none !important
    }
    #dropdown {
        width: 340px
    }
}

@media screen and (max-width:767px) {
    .branding .logo {
        max-width: 100%
    }
    .nav.navbar-nav {
        padding-right: 0
    }
    ul.nav.navbar-nav li.right {
        display: none
    }
    .navbar.navbar-inverse.navbar-static-top {
        min-height: 40px
    }
    .dropdown,
    .navbar-account-collapse,
    .navbar-cart-collapse,
    .navbar-menu-collapse {
        background-color: #f3f3f3;
        color: #101010
    }
    .navbar-header button {
        margin: 0;
        border-bottom: 0
    }
    .navbar-inverse .navbar-toggle.active,
    .navbar-inverse .navbar-toggle.active:focus {
        background-color: #f3f3f3
    }
    .navbar-header .navbar-toggle:last-child span.badge {
        display: none;
        background-color: #7aa288;
        color: #fff;
        font-weight: 400;
        min-width: 8px;
        position: absolute;
        top: 5px
    }
    .navbar-header button .account-icon {
        margin-bottom: 4px
    }
    .navbar-nav {
        margin: 0
    }
    .top-left-menu {
        padding: 0
    }
    .navbar .container .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (max-width:767px) and (max-width:767px) {
    .navbar .container .navbar-collapse>ul.navbar-nav li.dropdown.parent>.dropdown-menu {
        width: 100%;
        position: relative;
        border: 0;
        box-shadow: none;
        border-radius: 0;
        padding-bottom: 0;
        margin-bottom: 7px;
        color: #fff !important
    }
    .navbar .container .navbar-collapse>ul.navbar-nav li.dropdown.parent>.dropdown-menu>ul>li>a {
        padding: 7px 8px 8px 65px;
        display: block
    }
}

@media screen and (max-width:767px) {
    .navbar .container .navbar-collapse>ul.navbar-nav li.dropdown.parent>.dropdown-menu ul.level0 {
        background-color: #c6c2c1;
        border: 0;
        margin-right: 34px
    }
    .navbar .container .navbar-collapse>ul.navbar-nav li.dropdown.parent>.dropdown-menu ul.level0 li {
        border-bottom: 1px solid #fff
    }
    .navbar .container .navbar-collapse>ul.navbar-nav li.dropdown.parent>.dropdown-menu ul.level0 li a {
        color: #736357
    }
    .navbar-inverse .navbar-nav>li {
        border-bottom: 1px solid #fff
    }
    .navbar-inverse .navbar-nav>li.level0.first {
        border-top: 1px solid #fff
    }
    .navbar-inverse .navbar-nav>li.level0 .level1 .opener {
        display: none !important
    }
    .navbar-inverse .navbar-nav>li .opened {
        background-color: #8f7e76 !important;
        color: #fff !important;
        height: 36px
    }
    .navbar-inverse .navbar-nav>li .opened .opener {
        background-color: #746660
    }
    .navbar-inverse .navbar-nav>li>a {
        color: #8f7e76;
        font-weight: 400
    }
    .navbar-inverse .navbar-nav>li .opener {
        color: #fff;
        float: right;
        background-color: #c6c2c1;
        font-size: 22px;
        font-weight: 600;
        padding: 7px 11px;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 34px;
        text-align: center
    }
    .navbar-inverse .navbar-nav>li>a:focus,
    .navbar-inverse .navbar-nav>li>a:hover {
        color: #8f7e76
    }
    ul.navbar-nav li a {
        padding-left: 65px
    }
    .block-login h4 {
        text-align: center
    }
}

@media only screen and (min-width:992px) {
    .top-fixed {
        position: fixed;
        z-index: 100;
        height: 0
    }
    .header-container .header-panel.navbar.navbar-default {
        width: 100%
    }
    .header-container .header .container {
        margin-top: 0
    }
}

@media only screen and (max-width:991px) {
    .main-menu {
        position: relative !important;
        top: 0
    }
    .minilogo {
        display: none !important
    }
}

@media screen and (max-width:992px) {
    .header-container .switches {
        text-align: left !important
    }
    .header-container .switches ul {
        padding-left: 10px
    }
}

@media only screen and (min-width:992px) {
    .top-fixed>.container {
        height: 48px
    }
    .top-fixed>.container>.row .top-left-menu ul {
        float: left
    }
}

.homepage-blocks {
    font-size: 12px;
    text-align: center
}

.homepage-blocks>div {
    padding-bottom: 10px
}

.homepage-blocks>div:hover .image {
    opacity: .6;
    transition: opacity .2s ease
}

.homepage-blocks>div .image {
    margin-bottom: 14px
}

.homepage-blocks>div .image img {
    border: 1px solid #e2dcc6;
    width: 100%
}

.homepage-blocks>div .titolo {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    padding-bottom: 10px;
    border-top: 1px dashed #8f7e76;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400
}

.homepage-blocks>div .titolo span {
    font-weight: 700
}

.homepage-blocks>div .testo {
    text-align: justify;
    font-weight: 400;
    font-size: 14px
}

.homepage-blocks>div .block-link {
    display: none
}

.home-mobile-text h2 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    padding-bottom: 10px;
    font-size: 21px;
    text-align: center
}

.home-mobile-text h2 span {
    font-weight: 700
}

.home-mobile-text p {
    text-align: justify
}

#home-bottom-block h2 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    padding-bottom: 10px;
    font-size: 21px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0;
    border-bottom: 1px dashed #8f7e76
}

#home-bottom-block h2 span {
    font-weight: 700
}

#home-bottom-block p {
    font-size: 12px;
    text-align: justify
}

#home-bottom-block img {
    border: 1px solid #e2dcc6;
    width: 100%
}

.cms-index-index .homeslider {
    margin-bottom: 23px
}

.cms-index-index .homeslider .slick-dots {
    position: static;
    margin-top: 10px
}

.footer {
    margin-top: 20px;
    background-color: #8f7e76;
    color: #fff
}

.footer,
.footer h3 {
    text-transform: uppercase
}

.footer h3 {
    font-weight: 700;
    font-size: 14px;
    color: #fff !important
}

.footer .footer-top {
    padding-bottom: 20px;
    margin: 20px 0;
    border-bottom: 1px dashed #fff
}

.footer .footer-top ul {
    list-style-position: outside
}

@media only screen and (max-width:767px) {
    .footer .footer-top ul {
        list-style-type: none
    }
}

.footer .footer-top ul li {
    list-style: inherit
}

.footer .footer-top ul li a {
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    font-size: 12px
}

.footer .footer-top .last {
    text-align: right;
    margin-top: 20px
}

.footer .footer-top .last strong {
    text-transform: none
}

.footer .footer-top .last p {
    font-weight: 300
}

.footer .footer-top h3 {
    color: #fff
}

.footer .footer-bottom {
    text-transform: none;
    margin-bottom: 20px
}

@media only screen and (max-width:767px) {
    .footer .footer-bottom>div {
        padding-left: 0;
        padding-right: 0
    }
}

.footer .footer-bottom a {
    color: #fff
}

.footer .footer-bottom a p {
    line-height: 18px
}

.footer .footer-bottom .mail,
.footer .footer-bottom .phone {
    padding-right: 0
}

.footer .footer-bottom .mail p img,
.footer .footer-bottom .phone p img {
    float: left;
    margin-right: 5px
}

.footer .footer-bottom .mail p span,
.footer .footer-bottom .phone p span {
    font-weight: 400;
    font-size: 10px
}

.footer .footer-bottom .mail p span {
    font-size: 12px
}

.footer .footer-bottom .last {
    text-align: left
}

.footer .footer-bottom #newsletter:active,
.footer .footer-bottom #newsletter:focus {
    background-image: none
}

.footer .footer-bottom #newsletter {
    border: 1px solid #ccc;
    border-right: 0 !important
}

.footer .footer-bottom #newsletter-btn {
    border-radius: 0;
    display: inline;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background: none #fff;
    border-left: 0 !important;
    font-size: 18px;
    line-height: 22px
}

.footer .footer-bottom #newsletter-btn span {
    font-size: 11px;
    font-weight: 700;
    top: -1px
}

.footer .footer-bottom #newsletter-btn:active,
.footer .footer-bottom #newsletter-btn:focus {
    outline: none;
    box-shadow: none
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .footer .footer-bottom>div {
        min-height: 93px
    }
}

@media only screen and (min-width:992px) {
    .footer .footer-bottom>div {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (max-width:992px) and (min-width:768px) {
    .footer .footer-bottom>div>div {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (max-width:767px) {
    .footer .footer-top {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-bottom: 0
    }
    .footer .footer-top>div {
        border-bottom: 1px solid #736357
    }
    .footer .footer-top>div:last-of-type {
        border: none
    }
    .footer .footer-top>div.last {
        border-bottom: 0
    }
    .footer .footer-top .accordion h3 {
        cursor: pointer
    }
    .footer .footer-top .accordion h3:after {
        font-family: Glyphicons Halflings;
        content: "\e072";
        transform: rotate(90deg);
        float: right
    }
    .footer .footer-top .accordion ul {
        transition: opacity .5s ease-out;
        opacity: 0;
        height: 0;
        overflow: hidden
    }
    .footer .footer-top .active.accordion h3:after {
        transform: rotate(270deg)
    }
    .footer .footer-top .active.accordion ul {
        opacity: 1;
        height: auto
    }
    .footer .footer-bottom {
        padding-bottom: 20px;
        margin: 0
    }
    .footer .footer-bottom .mail h3 {
        display: none
    }
}

@media only screen and (min-width:768px) {
    .footer-fixed-bottom {
        position: fixed;
        width: 100%;
        bottom: 0
    }
}

.slick-slider {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@media only screen and (max-width:767px) {
    .slick-arrow {
        display: none !important
    }
}

.slick-loading .slick-list {
    background: #fff url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/images/ajax-loader.gif) 50% no-repeat
}

@font-face {
    font-family: slick;
    src: url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/slick/fonts/slick.eot);
    src: url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/slick/fonts/slick.eot?#iefix) format("embedded-opentype"), url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/slick/fonts/slick.woff) format("woff"), url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/slick/fonts/slick.ttf) format("truetype"), url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/slick/fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 15px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    color: #333
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #8f7e76;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #dc6763
}

.cmsSlider,
.homeslider {
    margin-bottom: 90px
}

@media only screen and (min-width:768px) {
    .cmsSlider,
    .homeslider {
        /* margin-top: 29px */
    }
}

.cmsSlider .slick-slide img,
.homeslider .slick-slide img {
    width: 100%
}

.cmsSlider .slick-dots li button:before,
.homeslider .slick-dots li button:before {
    content: "-";
    font-size: 80px;
    line-height: 0
}

.cmsSlider .nextArrow,
.cmsSlider .prevArrow,
.homeslider .nextArrow,
.homeslider .prevArrow {
    position: absolute;
    font-size: 22px;
    top: 50%;
    display: block;
    margin-top: -15px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
    color: #8f7e76;
    opacity: 0;
    transition: opacity .5s ease
}

.cmsSlider:hover .nextArrow,
.cmsSlider:hover .prevArrow,
.homeslider:hover .nextArrow,
.homeslider:hover .prevArrow {
    opacity: 1
}

.cmsSlider:hover .nextArrow:active,
.cmsSlider:hover .prevArrow:active,
.homeslider:hover .nextArrow:active,
.homeslider:hover .prevArrow:active {
    opacity: .7;
    text-shadow: 1px 1px 10px #231f20;
    transition: text-shadow .1s ease
}

.nextArrow {
    right: 30px
}

.prevArrow {
    left: 30px
}

.slick-next:before,
.slick-prev:before {
    color: #231f20
}

#bestseller,
#promotions {
    margin-bottom: 70px
}

#bestseller h2,
#promotions h2 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #8f7e76;
    font-size: 21px;
    text-align: center;
    margin-bottom: 20px
}

#bestseller h2 span,
#promotions h2 span {
    font-weight: 700
}

#bestseller h2:first-child,
#promotions h2:first-child {
    margin-top: 60px;
    margin-left: 15px;
    margin-right: 15px
}

#bestseller a img,
#promotions a img {
    border: 1px solid #e2dcc6;
    width: 100%;
    opacity: 1
}

#bestseller a img:hover,
#promotions a img:hover {
    opacity: .6;
    transition: opacity .2s ease
}

#bestseller .bs-slider>div,
#bestseller .pro-slider>div,
#promotions .bs-slider>div,
#promotions .pro-slider>div {
    margin-bottom: 30px;
    min-height: 173px
}

#bestseller .bs-logo,
#bestseller .pro-logo,
#promotions .bs-logo,
#promotions .pro-logo {
    text-align: center
}

@media only screen and (max-width:767px) {
    .bs-controls p,
    .pro-controls p {
        text-align: center
    }
    .bs-controls p span,
    .pro-controls p span {
        font-size: 18px;
        cursor: pointer;
        color: #dc6763
    }
    .bs-controls p span:first-child,
    .pro-controls p span:first-child {
        margin-right: 55px
    }
}

#recently-viewed h2 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #8f7e76;
    font-size: 21px;
    text-align: center;
    margin-bottom: 20px
}

#recently-viewed h2 span {
    font-weight: 700
}

#recently-viewed a {
    text-decoration: none;
    color: inherit
}

#recently-viewed a img {
    border: 1px solid #e2dcc6;
    width: 100%;
    opacity: 1
}

#recently-viewed a img:hover {
    opacity: .6;
    transition: opacity .2s ease
}

#recently-viewed a p {
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0;
    font-weight: 700
}

#header-cart {
    border: 1px solid #c9c9c9;
    text-transform: uppercase;
    text-align: left
}

#header-cart .empty {
    float: left;
    margin-left: 15px
}

#header-cart .block-subtitle {
    z-index: 1;
    text-align: left
}

#header-cart .block-subtitle .close {
    line-height: inherit;
    opacity: .5;
    position: absolute;
    right: 5px
}

#header-cart hr {
    margin: 0
}

#header-cart .item {
    margin-bottom: 20px;
    display: block
}

#header-cart .item .first-row p {
    float: right
}

#header-cart .item .first-row .product-edit,
#header-cart .item .first-row .product-remove {
    margin: 0 5px
}

#header-cart .item .first-row .product-qty {
    margin: 0 10px
}

#header-cart .item .first-row .product-qty .qty {
    font-weight: 400
}

#header-cart .item .first-row .product-name {
    text-align: left;
    float: left
}

#header-cart .item .first-row .product-edit,
#header-cart .item .first-row .product-name,
#header-cart .item .first-row .product-qty,
#header-cart .item .first-row .product-remove {
    font-size: 14px;
    font-weight: 600
}

#header-cart .product-details {
    font-size: 12px;
    text-align: left;
    font-weight: 300
}

#header-cart .minicart-actions a.cart-link {
    width: 100%;
    padding: 10px 12px
}

@media only screen and (min-width:992px) {
    #header-cart {
        width: 450px
    }
}

@media only screen and (max-width:767px) {
    #header-cart {
        border-top: 0;
        border-left: 0;
        border-right: 0
    }
}

.contacts-index-index .page-title {
    border: 0;
    border-bottom: 1px dashed #8f7e76
}

#contactForm {
    margin-top: 20px;
    min-height: 380px
}

#contactForm input {
    width: 100%;
    height: 50px;
    border: 3px solid #f6f6f6
}

#contactForm textarea {
    width: 100%;
    border: 3px solid #f6f6f6;
    min-height: 150px
}

#contactForm label {
    text-transform: uppercase
}

#contactForm .fieldset .row>div {
    text-align: center
}

#contactForm .fieldset .row>div label {
    margin-top: 10px
}

#contactForm .fieldset .row>div .form-description {
    font-size: 11px;
    color: #c9c9c9;
    text-align: left
}

#contactForm .fieldset .row .block-cms-contact {
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 14px
}

#contactForm .fieldset .row .block-cms-contact>div {
    padding: 10px;
    background-color: #f6f6f6
}

#contactForm .fieldset .row .block-cms-contact .title {
    font-weight: 800
}

#contactForm .fieldset .row .block-cms-contact p {
    font-weight: 400
}

#contactForm .buttons-set {
    text-align: center
}

#contactForm .buttons-set button {
    background-color: #231f20;
    width: 170px;
    padding: 10px 12px
}

#contactForm .buttons-set .required-form {
    margin-top: 20px;
    margin-bottom: 40px
}

#contactForm .buttons-set .form-acceptance-text {
    font-size: 12px;
    color: #c9c9c9;
    text-align: center
}

#contactForm .buttons-set.visible-xs button {
    width: 100%;
    padding: 12px
}

#contactForm .required-form {
    color: #dc6763;
    text-transform: lowercase
}

.category-title {
    border: 0
}

.category-products {
    margin-top: 5px
}

.subcategories .subcat {
    min-height: 520px
}

.subcategories .subcat a h1,
.subcategories .subcat a h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 300;
    border-bottom: 1px dashed #8f7e76
}

.subcategories .subcat a img {
    display: block;
    margin: 0 auto 20px;
    opacity: 1;
    transition: opacity .5s ease-in;
    border: 1px solid #c9c9c9
}

.subcategories .subcat a img:hover {
    opacity: .8
}

.products-grid h1,
.products-grid h2,
.subcat h1,
.subcat h2 {
    font-size: 20px
}

.products-grid .desc,
.subcat .desc {
    font-weight: 400;
    text-align: center
}

.products-grid .grid-dot span.dot,
.subcat .grid-dot span.dot {
    line-height: 0;
    font-size: 39px;
    font-weight: 700;
    height: 0;
    display: block;
    vertical-align: top;
    padding-bottom: 40px;
    color: #8f7e76
}

.products-grid .item,
.products-grid li {
    padding-top: 15px
}

.products-grid li:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    border-color: transparent;
    transition: box-shadow .4s ease-out;
    -moz-transition: box-shadow .4s ease-out;
    -webkit-transition: box-shadow .4s ease-out;
    -o-transition: box-shadow .4s ease-out
}

.products-grid li .product-name {
    text-align: center;
    text-transform: uppercase;
    font-weight: 300
}

.products-grid li a {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400
}

.products-grid li a img {
    opacity: 1;
    transition: opacity .5s ease-in;
    padding: 0;
    width: 100%;
    border-radius: 0
}
@media(max-width: 500px){
    .products-grid li a img{
        min-height: 157px;
    }
}

.products-grid li a img:hover {
    opacity: .8
}

.products-grid li .desc p {
    margin: 0
}

.products-grid li.red-mark .product-image:after {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    content: " ";
    top: 0;
    right: 0;
    background-image: url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/images/outlet2.png);
    background-size: cover;
    transition: all .2s ease-out
}

.products-grid li.red-mark .product-image:hover:after {
    width: 60px;
    height: 60px
}

.items-desc p {
    width: 100%;
    text-align: center
}

.catalog-category-view h1,
.catalog-category-view h2 {
    color: #4d4d4d
}

.catalog-category-view h3,
.catalog-category-view h4,
.catalog-category-view h5,
.catalog-category-view h6 {
    color: #333
}

.catalog-category-view .product-name {
    font-size: 18px;
    white-space: normal;
    margin-top: 0
}

.catalog-category-view .page.container>div.container {
    margin-bottom: 75px
}

.catalog-category-view .page-title.category-title h1 {
    margin-bottom: 40px
}

.catalog-category-view .arreda-category-title h1 {
    text-align: left;
    font-size: 24px;
    font-weight: 400
}

@media only screen and (min-width:768px) {
    .catalog-category-view .arreda-category-title h1 {
        border-bottom: 5px solid #f6f6f6
    }
}

@media only screen and (max-width:767px) {
    .catalog-category-view .arreda-category-title h1 {
        text-align: center;
        border-bottom: 1px dashed #8f7e76
    }
}

@media only screen and (min-width:992px) {
    .toolbar .toolbar-div {
        white-space: nowrap
    }
    .toolbar .sort-by .navbar-text,
    .toolbar .toolbar-pager .navbar-text {
        float: right
    }
}

@media screen and (min-width:768px) {
    .toolbar .sort-by,
    .toolbar .toolbar-pager {
        float: right !important
    }
    .toolbar .toolbar-pager {
        white-space: nowrap
    }
}

@media screen and (max-width:767px) {
    .toolbar .sort-by,
    .toolbar .toolbar-pager {
        text-align: center
    }
}

.toolbar-bottom .toolbar .items-desc,
.toolbar-bottom .toolbar .limiter,
.toolbar-bottom .toolbar .sort-by {
    display: none
}

.toolbar {
    background-color: #f6f6f6;
    margin-top: 10px
}

.toolbar .navbar-text {
    color: #333;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px
}

.toolbar .navbar-text .selected {
    color: #dc6763;
    font-weight: 600
}

@media only screen and (max-width:767px) {
    .toolbar .navbar-text {
        font-size: 16px
    }
}

.toolbar .form-inline .input-group>* {
    border-radius: 0
}

.toolbar .form-inline .input-group .input-group-addon {
    background: none;
    border: 0
}

.toolbar .sort-by select {
    min-width: 105px
}

.toolbar .items-desc p {
    margin-right: 0
}

.toolbar .limiter select {
    min-width: 65px
}

@media only screen and (max-width:767px) {
    .toolbar .limiter {
        display: none
    }
}

.toolbar .pagination .active a {
    color: #dc6763;
    font-weight: 600;
    background: none
}

.toolbar .pagination .previous span.glyphicon {
    transform: rotate(180deg)
}

.toolbar .pagination .next {
    padding-left: 3px
}

.toolbar .pagination span.glyphicon {
    font-size: 10px
}

.toolbar span.dot {
    font-weight: 700;
    font-size: 14px;
    line-height: 0;
    vertical-align: top;
    padding-top: 5px;
    display: inline-block;
    padding-left: 1px;
    padding-right: 1px
}

.toolbar a:hover {
    color: #dc6763
}

.amazonpayments-advanced-checkout-index .page-title,
.checkout-onepage-index .page-title {
    border: 0;
    border-bottom: 1px dashed #8f7e76;
    margin-bottom: 20px
}

.amazonpayments-advanced-checkout-index .active .checkout-onepage-index .step-title,
.amazonpayments-advanced-checkout-index .active .step-title,
.amazonpayments-advanced-checkout-index .step-title,
.checkout-onepage-index .active .amazonpayments-advanced-checkout-index .step-title,
.checkout-onepage-index .active .step-title,
.checkout-onepage-index .step-title {
    background: none !important
}

.amazonpayments-advanced-checkout-index .step-title .number,
.checkout-onepage-index .step-title .number {
    font-weight: 400;
    font-size: 18px
}

.amazonpayments-advanced-checkout-index .active .checkout-onepage-index .step-title h2,
.amazonpayments-advanced-checkout-index .active .step-title h2,
.amazonpayments-advanced-checkout-index .step-title h2,
.checkout-onepage-index .active .amazonpayments-advanced-checkout-index .step-title h2,
.checkout-onepage-index .active .step-title h2,
.checkout-onepage-index .step-title h2 {
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    color: #5a5a5a;
    width: 100%;
    padding-left: 0 !important
}

@media only screen and (max-width:767px) {
    .amazonpayments-advanced-checkout-index .active .checkout-onepage-index .step-title h2,
    .amazonpayments-advanced-checkout-index .active .step-title h2,
    .amazonpayments-advanced-checkout-index .step-title h2,
    .checkout-onepage-index .active .amazonpayments-advanced-checkout-index .step-title h2,
    .checkout-onepage-index .active .step-title h2,
    .checkout-onepage-index .step-title h2 {
        font-size: 12px
    }
}

.amazonpayments-advanced-checkout-index .step-title h2 span:first-child,
.checkout-onepage-index .step-title h2 span:first-child {
    padding: 6px 12px;
    background-color: #8f7e76;
    color: #fff;
    display: inline;
    width: 34px;
    height: 34px;
    font-size: 18px
}

@media only screen and (max-width:767px) {
    .amazonpayments-advanced-checkout-index .step-title h2 span:first-child,
    .checkout-onepage-index .step-title h2 span:first-child {
        display: block;
        float: left
    }
}

.amazonpayments-advanced-checkout-index .step-title h2 span:last-child,
.checkout-onepage-index .step-title h2 span:last-child {
    padding: 6px 12px
}

@media only screen and (max-width:767px) {
    .amazonpayments-advanced-checkout-index .step-title h2 span:last-child,
    .checkout-onepage-index .step-title h2 span:last-child {
        display: block;
        float: left;
        width: 80%;
        padding-top: 10px
    }
}

.amazonpayments-advanced-checkout-index .active .checkout-onepage-index .step-title h2,
.amazonpayments-advanced-checkout-index .active .step-title h2,
.amazonpayments-advanced-checkout-index .step-title .number,
.amazonpayments-advanced-checkout-index .step-title h2,
.checkout-onepage-index .active .amazonpayments-advanced-checkout-index .step-title h2,
.checkout-onepage-index .active .step-title h2,
.checkout-onepage-index .step-title .number,
.checkout-onepage-index .step-title h2 {
    padding: 6px 12px;
    background-color: #f6f6f6
}

@media only screen and (max-width:767px) {
    .amazonpayments-advanced-checkout-index .active .checkout-onepage-index .step-title h2,
    .amazonpayments-advanced-checkout-index .active .step-title h2,
    .amazonpayments-advanced-checkout-index .step-title h2,
    .checkout-onepage-index .active .amazonpayments-advanced-checkout-index .step-title h2,
    .checkout-onepage-index .active .step-title h2,
    .checkout-onepage-index .step-title h2 {
        padding-top: 0;
        padding-bottom: 0
    }
}

.amazonpayments-advanced-checkout-index label,
.checkout-onepage-index label {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px
}

.amazonpayments-advanced-checkout-index hr,
.checkout-onepage-index hr {
    margin-top: 0;
    margin-bottom: 12px
}

.amazonpayments-advanced-checkout-index .back-link,
.checkout-onepage-index .back-link {
    text-transform: uppercase;
    color: #5a5a5a;
    font-size: 12px
}

@media only screen and (max-width:767px) {
    .amazonpayments-advanced-checkout-index #checkout-agreements,
    .checkout-onepage-index #checkout-agreements {
        clear: both
    }
}

.amazonpayments-advanced-checkout-index #checkout-agreements .checkout-agreements li,
.checkout-onepage-index #checkout-agreements .checkout-agreements li {
    background-color: #f6f6f6;
    padding: 15px;
    margin-bottom: 15px
}

.amazonpayments-advanced-checkout-index #checkout-agreements .checkout-agreements li .agreement-content,
.checkout-onepage-index #checkout-agreements .checkout-agreements li .agreement-content {
    font-size: 12px;
    overflow: auto
}

.amazonpayments-advanced-checkout-index #checkout-agreements .checkout-agreements li .agree,
.checkout-onepage-index #checkout-agreements .checkout-agreements li .agree {
    margin: 0
}

.amazonpayments-advanced-checkout-index #checkout-agreements .checkout-agreements li .agree .checkbox,
.checkout-onepage-index #checkout-agreements .checkout-agreements li .agree .checkbox {
    display: inline-block;
    margin-right: 5px
}

.amazonpayments-advanced-checkout-index #checkout-agreements .checkout-agreements li .agree label,
.checkout-onepage-index #checkout-agreements .checkout-agreements li .agree label {
    margin: 0;
    display: inline
}

@media only screen and (min-width:768px) {
    .amazonpayments-advanced-checkout-index #checkout-progress-wrapper,
    .checkout-onepage-index #checkout-progress-wrapper {
        margin-top: 34px
    }
}

.amazonpayments-advanced-checkout-index #checkout-progress-wrapper .opc-block-progress,
.checkout-onepage-index #checkout-progress-wrapper .opc-block-progress {
    box-shadow: none
}

.amazonpayments-advanced-checkout-index #checkout-progress-wrapper .opc-block-progress .panel-heading,
.checkout-onepage-index #checkout-progress-wrapper .opc-block-progress .panel-heading {
    background: transparent none;
    border: 0
}

.amazonpayments-advanced-checkout-index #checkout-progress-wrapper .opc-block-progress .panel-heading .panel-title,
.checkout-onepage-index #checkout-progress-wrapper .opc-block-progress .panel-heading .panel-title {
    text-transform: uppercase
}

.amazonpayments-advanced-checkout-index #checkout-progress-wrapper .opc-block-progress .panel-body,
.checkout-onepage-index #checkout-progress-wrapper .opc-block-progress .panel-body {
    padding-top: 0
}

.amazonpayments-advanced-checkout-index #checkout-progress-wrapper .opc-block-progress .panel-body>dl dt,
.checkout-onepage-index #checkout-progress-wrapper .opc-block-progress .panel-body>dl dt {
    text-transform: uppercase;
    border-bottom: 0;
    border-top: 2px solid #f6f6f6;
    padding: 5px
}

.amazonpayments-advanced-checkout-index #checkout-progress-wrapper .opc-block-progress .panel-body>dl dt.complete a,
.checkout-onepage-index #checkout-progress-wrapper .opc-block-progress .panel-body>dl dt.complete a {
    color: #dc6763;
    text-transform: none
}

.amazonpayments-advanced-checkout-index .truncated .truncated_full_value,
.checkout-onepage-index .truncated .truncated_full_value {
    position: relative;
    z-index: 999
}

.amazonpayments-advanced-checkout-index .truncated .truncated_full_value .item-options,
.checkout-onepage-index .truncated .truncated_full_value .item-options {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    width: 250px;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #fff;
    border: 3px solid #f6f6f6
}

.amazonpayments-advanced-checkout-index .truncated .truncated_full_value .item-options dt,
.checkout-onepage-index .truncated .truncated_full_value .item-options dt {
    width: 100%
}

.amazonpayments-advanced-checkout-index .truncated .truncated_full_value .item-options>p,
.checkout-onepage-index .truncated .truncated_full_value .item-options>p {
    font-weight: 700;
    text-transform: uppercase
}

.amazonpayments-advanced-checkout-index .truncated .show .item-options,
.checkout-onepage-index .truncated .show .item-options {
    top: -20px;
    left: 50%
}

@media only screen and (max-width:767px) {
    .amazonpayments-advanced-checkout-index .truncated .show .item-options,
    .checkout-onepage-index .truncated .show .item-options {
        left: 20%
    }
}

.amazonpayments-advanced-checkout-index .truncated .dots,
.checkout-onepage-index .truncated .dots {
    cursor: help
}

.amazonpayments-advanced-checkout-index .loginButtonWidget,
.checkout-onepage-index .loginButtonWidget {
    text-align: left;
    margin: 0
}

.opc button {
    float: left;
    padding: 12px 25px
}

.opc .panel.panel-default {
    box-shadow: none
}

.opc .panel.panel-default .panel-heading {
    background: none;
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 2px solid #f6f6f6
}

.opc .panel.panel-default .panel-body ul {
    border-bottom: 2px solid #f6f6f6;
    padding-bottom: 20px;
    margin-bottom: 10px
}

.opc #checkout-step-login .reg ul li {
    list-style: disc inside
}

.opc #checkout-step-login .reg .row>div {
    margin-bottom: 20px
}

.opc #checkout-step-login .log .pass-group {
    border-bottom: 2px solid #f6f6f6;
    padding-bottom: 20px;
    margin-bottom: 10px
}

.opc #checkout-step-login .log .panel-body form {
    float: left;
    width: 100%
}

.opc #checkout-step-shipping_method .sp-methods dt {
    display: none
}

@media only screen and (max-width:767px) {
    .opc #opc-review #checkout-review-table,
    .opc #opc-review #checkout-review-table tbody,
    .opc #opc-review .paypal-express-review #details-table,
    .opc #opc-review .paypal-express-review #details-table tbody,
    .paypal-express-review .opc #opc-review #details-table,
    .paypal-express-review .opc #opc-review #details-table tbody {
        display: block
    }
    .opc #opc-review #checkout-review-table tbody tr,
    .opc #opc-review .paypal-express-review #details-table tbody tr,
    .paypal-express-review .opc #opc-review #details-table tbody tr {
        display: block;
        margin-bottom: 20px
    }
    .opc #opc-review #checkout-review-table tbody tr td,
    .opc #opc-review .paypal-express-review #details-table tbody tr td,
    .paypal-express-review .opc #opc-review #details-table tbody tr td {
        display: block
    }
    .opc #opc-review #checkout-review-table tbody tr td .item-options,
    .opc #opc-review .paypal-express-review #details-table tbody tr td .item-options,
    .paypal-express-review .opc #opc-review #details-table tbody tr td .item-options {
        margin-bottom: 0
    }
    .opc #opc-review #checkout-review-table tbody tr td .item-options dd:last-child,
    .opc #opc-review .paypal-express-review #details-table tbody tr td .item-options dd:last-child,
    .paypal-express-review .opc #opc-review #details-table tbody tr td .item-options dd:last-child {
        padding-bottom: 0
    }
    .opc #opc-review #checkout-review-table tbody tr td.mobile-inline,
    .opc #opc-review .paypal-express-review #details-table tbody tr td.mobile-inline,
    .paypal-express-review .opc #opc-review #details-table tbody tr td.mobile-inline {
        float: left;
        width: 100%;
        display: block
    }
    .opc #opc-review #checkout-review-table tbody tr td.mobile-inline .cart-price,
    .opc #opc-review #checkout-review-table tbody tr td.mobile-inline .cart-qty,
    .opc #opc-review #checkout-review-table tbody tr td.mobile-inline .list-price,
    .opc #opc-review .paypal-express-review #details-table tbody tr td.mobile-inline .cart-price,
    .opc #opc-review .paypal-express-review #details-table tbody tr td.mobile-inline .cart-qty,
    .opc #opc-review .paypal-express-review #details-table tbody tr td.mobile-inline .list-price,
    .paypal-express-review .opc #opc-review #details-table tbody tr td.mobile-inline .cart-price,
    .paypal-express-review .opc #opc-review #details-table tbody tr td.mobile-inline .cart-qty,
    .paypal-express-review .opc #opc-review #details-table tbody tr td.mobile-inline .list-price {
        width: 100%
    }
    .opc #opc-review #checkout-review-table tbody tr td.mobile-inline .cart-price .table-label,
    .opc #opc-review #checkout-review-table tbody tr td.mobile-inline .cart-qty .table-label,
    .opc #opc-review #checkout-review-table tbody tr td.mobile-inline .list-price .table-label,
    .opc #opc-review .paypal-express-review #details-table tbody tr td.mobile-inline .cart-price .table-label,
    .opc #opc-review .paypal-express-review #details-table tbody tr td.mobile-inline .cart-qty .table-label,
    .opc #opc-review .paypal-express-review #details-table tbody tr td.mobile-inline .list-price .table-label,
    .paypal-express-review .opc #opc-review #details-table tbody tr td.mobile-inline .cart-price .table-label,
    .paypal-express-review .opc #opc-review #details-table tbody tr td.mobile-inline .cart-qty .table-label,
    .paypal-express-review .opc #opc-review #details-table tbody tr td.mobile-inline .list-price .table-label {
        float: left;
        width: 75%;
        text-align: left;
        text-transform: uppercase;
        font-size: 12px
    }
    .opc #opc-review #checkout-review-table tbody tr td.mobile-inline .cart-price>span:last-child,
    .opc #opc-review #checkout-review-table tbody tr td.mobile-inline .cart-qty>span:last-child,
    .opc #opc-review #checkout-review-table tbody tr td.mobile-inline .list-price>span:last-child,
    .opc #opc-review .paypal-express-review #details-table tbody tr td.mobile-inline .cart-price>span:last-child,
    .opc #opc-review .paypal-express-review #details-table tbody tr td.mobile-inline .cart-qty>span:last-child,
    .opc #opc-review .paypal-express-review #details-table tbody tr td.mobile-inline .list-price>span:last-child,
    .paypal-express-review .opc #opc-review #details-table tbody tr td.mobile-inline .cart-price>span:last-child,
    .paypal-express-review .opc #opc-review #details-table tbody tr td.mobile-inline .cart-qty>span:last-child,
    .paypal-express-review .opc #opc-review #details-table tbody tr td.mobile-inline .list-price>span:last-child {
        width: 25%;
        display: block;
        float: left;
        white-space: nowrap;
        text-align: right
    }
    .opc #opc-review #checkout-review-table tbody tr td.mobile-inline .cart-price .price,
    .opc #opc-review .paypal-express-review #details-table tbody tr td.mobile-inline .cart-price .price,
    .paypal-express-review .opc #opc-review #details-table tbody tr td.mobile-inline .cart-price .price {
        font-weight: 600
    }
    .opc #opc-review #checkout-review-table tfoot,
    .opc #opc-review .paypal-express-review #details-table tfoot,
    .paypal-express-review .opc #opc-review #details-table tfoot {
        display: block;
        clear: both
    }
    .opc #opc-review #checkout-review-table tfoot .last,
    .opc #opc-review #checkout-review-table tfoot .premium,
    .opc #opc-review #checkout-review-table tfoot .shipping,
    .opc #opc-review .paypal-express-review #details-table tfoot .last,
    .opc #opc-review .paypal-express-review #details-table tfoot .premium,
    .opc #opc-review .paypal-express-review #details-table tfoot .shipping,
    .paypal-express-review .opc #opc-review #details-table tfoot .last,
    .paypal-express-review .opc #opc-review #details-table tfoot .premium,
    .paypal-express-review .opc #opc-review #details-table tfoot .shipping {
        display: block;
        width: 100%
    }
    .opc #opc-review #checkout-review-table tfoot .last td:first-child,
    .opc #opc-review #checkout-review-table tfoot .premium td:first-child,
    .opc #opc-review #checkout-review-table tfoot .shipping td:first-child,
    .opc #opc-review .paypal-express-review #details-table tfoot .last td:first-child,
    .opc #opc-review .paypal-express-review #details-table tfoot .premium td:first-child,
    .opc #opc-review .paypal-express-review #details-table tfoot .shipping td:first-child,
    .paypal-express-review .opc #opc-review #details-table tfoot .last td:first-child,
    .paypal-express-review .opc #opc-review #details-table tfoot .premium td:first-child,
    .paypal-express-review .opc #opc-review #details-table tfoot .shipping td:first-child {
        width: 75%;
        float: left;
        display: block
    }
    .opc #opc-review #checkout-review-table tfoot .last td:last-child,
    .opc #opc-review #checkout-review-table tfoot .premium td:last-child,
    .opc #opc-review #checkout-review-table tfoot .shipping td:last-child,
    .opc #opc-review .paypal-express-review #details-table tfoot .last td:last-child,
    .opc #opc-review .paypal-express-review #details-table tfoot .premium td:last-child,
    .opc #opc-review .paypal-express-review #details-table tfoot .shipping td:last-child,
    .paypal-express-review .opc #opc-review #details-table tfoot .last td:last-child,
    .paypal-express-review .opc #opc-review #details-table tfoot .premium td:last-child,
    .paypal-express-review .opc #opc-review #details-table tfoot .shipping td:last-child {
        width: 25%;
        display: block;
        float: left
    }
    .opc #opc-review #checkout-review-table tfoot .last td .price,
    .opc #opc-review #checkout-review-table tfoot .premium td .price,
    .opc #opc-review #checkout-review-table tfoot .shipping td .price,
    .opc #opc-review .paypal-express-review #details-table tfoot .last td .price,
    .opc #opc-review .paypal-express-review #details-table tfoot .premium td .price,
    .opc #opc-review .paypal-express-review #details-table tfoot .shipping td .price,
    .paypal-express-review .opc #opc-review #details-table tfoot .last td .price,
    .paypal-express-review .opc #opc-review #details-table tfoot .premium td .price,
    .paypal-express-review .opc #opc-review #details-table tfoot .shipping td .price {
        white-space: nowrap
    }
}

.opc #opc-review #checkout-review-table thead th,
.opc #opc-review .paypal-express-review #details-table thead th,
.paypal-express-review .opc #opc-review #details-table thead th {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px
}

.opc #opc-review #checkout-review-table thead th:first-child,
.opc #opc-review .paypal-express-review #details-table thead th:first-child,
.paypal-express-review .opc #opc-review #details-table thead th:first-child {
    width: 70%
}

.opc #opc-review #checkout-review-table tbody .product-name,
.opc #opc-review .paypal-express-review #details-table tbody .product-name,
.paypal-express-review .opc #opc-review #details-table tbody .product-name {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 12px
}

.opc #opc-review #checkout-review-table tbody .item-options,
.opc #opc-review .paypal-express-review #details-table tbody .item-options,
.paypal-express-review .opc #opc-review #details-table tbody .item-options {
    text-transform: uppercase
}

.opc #opc-review #checkout-review-table tbody .item-options dt,
.opc #opc-review .paypal-express-review #details-table tbody .item-options dt,
.paypal-express-review .opc #opc-review #details-table tbody .item-options dt {
    float: left;
    padding-right: 10px
}

@media only screen and (max-width:767px) {
    .opc #opc-review #checkout-review-table tbody .item-options dt,
    .opc #opc-review .paypal-express-review #details-table tbody .item-options dt,
    .paypal-express-review .opc #opc-review #details-table tbody .item-options dt {
        float: none
    }
}

.opc #opc-review #checkout-review-table tbody .item-options dd,
.opc #opc-review .paypal-express-review #details-table tbody .item-options dd,
.paypal-express-review .opc #opc-review #details-table tbody .item-options dd {
    text-transform: lowercase;
    padding-bottom: 6px
}

.opc #opc-review #checkout-review-table tbody .item-options dd:last-child,
.opc #opc-review .paypal-express-review #details-table tbody .item-options dd:last-child,
.paypal-express-review .opc #opc-review #details-table tbody .item-options dd:last-child {
    padding-bottom: 0
}

.opc #opc-review #checkout-review-table tbody>tr>td,
.opc #opc-review .paypal-express-review #details-table tbody>tr>td,
.paypal-express-review .opc #opc-review #details-table tbody>tr>td {
    border-top: 3px solid #f6f6f6
}

@media only screen and (max-width:767px) {
    .opc #opc-review #checkout-review-table tbody td,
    .opc #opc-review .paypal-express-review #details-table tbody td,
    .paypal-express-review .opc #opc-review #details-table tbody td {
        border: 0 !important
    }
}

.opc #opc-review #checkout-review-table .discount,
.opc #opc-review #checkout-review-table .subtotal,
.opc #opc-review .paypal-express-review #details-table .discount,
.opc #opc-review .paypal-express-review #details-table .subtotal,
.paypal-express-review .opc #opc-review #details-table .discount,
.paypal-express-review .opc #opc-review #details-table .subtotal {
    display: none
}

.opc #opc-review #checkout-review-table .cart-subtotal-review .price,
.opc #opc-review .paypal-express-review #details-table .cart-subtotal-review .price,
.paypal-express-review .opc #opc-review #details-table .cart-subtotal-review .price {
    background: url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/images/barraprezzo.png) no-repeat;
    background-size: cover
}

.checkout-cart-index .btn-save {
    margin-right: 20px
}

.checkout-cart-index form fieldset.table-responsive {
    float: left;
    width: 100%
}

.checkout-cart-index .page-title {
    border: 0;
    border-bottom: 1px dashed #8f7e76;
    margin-bottom: 20px;
    position: relative
}

.checkout-cart-index .page-title .block-currency {
    width: auto;
    max-width: 250px;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 1
}

@media only screen and (max-width:767px) {
    .checkout-cart-index .page-title .block-currency {
        position: static;
        margin: 0 auto
    }
}

.checkout-cart-index .page-title .block-currency select {
    background: #fff;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border-radius: 0
}

.checkout-cart-index .page-title .block-currency .fake-select {
    text-align: right;
    border: 1px solid #8f7e76;
    background: #fff
}

.checkout-cart-index .page-title .block-currency .fake-select .current-value {
    padding: 4px 8px
}

.checkout-cart-index .page-title .block-currency .fake-select .current-value .value {
    padding-right: 10px
}

.checkout-cart-index .page-title .block-currency .fake-select .currency-dropdown {
    text-align: left;
    visibility: hidden;
    height: 0;
    margin: 0
}

.checkout-cart-index .page-title .block-currency .fake-select .currency-dropdown li {
    padding: 4px 8px
}

.checkout-cart-index .page-title .block-currency .fake-select .currency-dropdown li a:hover {
    color: #dc6763
}

.checkout-cart-index .page-title .block-currency .fake-select:hover .currency-dropdown {
    visibility: visible;
    height: auto
}

.checkout-cart-index .cart-table {
    float: left
}

@media only screen and (max-width:767px) {
    .checkout-cart-index .cart-table {
        width: 100%
    }
}

.checkout-cart-index .cart-table thead>tr {
    background-color: #f6f6f6
}

.checkout-cart-index .cart-table thead th,
.checkout-cart-index .cart-table thead th span {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    border: 0
}

.checkout-cart-index .cart-table thead th.col-price,
.checkout-cart-index .cart-table thead th span.col-price {
    white-space: nowrap
}

.checkout-cart-index .cart-table tfoot tr td {
    border: 0
}

.checkout-cart-index .cart-table tfoot tr td.clean-cart {
    padding-left: 0
}

.checkout-cart-index .cart-table tfoot tr td.update-cart {
    padding-right: 0
}

@media only screen and (min-width:768px) {
    .checkout-cart-index .cart-table tfoot tr td.update-cart .btn-move-to-wishlist {
        margin-right: 20px
    }
}

@media only screen and (max-width:767px) {
    .checkout-cart-index .cart-table tfoot {
        width: 100%;
        display: block;
        clear: both
    }
    .checkout-cart-index .cart-table tfoot tr {
        width: 100%;
        display: block
    }
    .checkout-cart-index .cart-table tfoot tr td:first-child {
        width: 33%;
        float: left
    }
    .checkout-cart-index .cart-table tfoot tr td:first-child .button {
        width: 100%
    }
    .checkout-cart-index .cart-table tfoot tr td:last-child {
        width: 66%;
        float: left
    }
    .checkout-cart-index .cart-table tfoot tr td:last-child .button {
        width: calc(50% - 5px);
        margin: 0
    }
    .checkout-cart-index .cart-table tfoot tr td:last-child a.button {
        margin-right: 5px
    }
    .checkout-cart-index .cart-table tfoot tr td:last-child button.button {
        margin-left: 5px
    }
}

.checkout-cart-index .cart-table tbody tr.table-spacing-row td {
    background-color: #c9c9c9;
    padding-bottom: 0
}

@media only screen and (max-width:767px) {
    .checkout-cart-index .cart-table tbody tr.table-spacing-row td {
        margin-top: 15px;
        margin-bottom: 15px
    }
}

.checkout-cart-index .cart-table tbody tr.table-spacing-row-helper td {
    padding-bottom: 0
}

.checkout-cart-index .cart-table tbody tr td {
    border-top: 0
}

.checkout-cart-index .cart-table tbody tr td.col-total {
    text-align: center
}

.checkout-cart-index .cart-table tbody tr td.col-total.subtotal-discount {
    font-weight: 600
}

.checkout-cart-index .cart-table tbody tr td.col-total.subtotal-discount .discount-popover a {
    font-weight: 400;
    font-size: 12px;
    max-width: 120px;
    display: block;
    width: 100%;
    margin: 0 auto
}

.checkout-cart-index .cart-table tbody tr td.col-total.subtotal-discount .discount-popover a .glyphicon {
    padding-right: 5px
}

@media only screen and (min-width:992px) {
    .checkout-cart-index .cart-table tbody tr td.border-right {
        border-right: 1px solid #f6f6f6
    }
}

.checkout-cart-index .cart-table tbody tr td input.qty {
    border: 1px solid #e2dcc6;
    width: 75%;
    height: 28px;
    min-width: 45px
}

@media only screen and (max-width:767px) {
    .checkout-cart-index .cart-table tbody tr td.border-top {
        border-top: 1px solid #c9c9c9
    }
}

@media only screen and (max-width:767px) {
    .checkout-cart-index .cart-table tbody tr td.mobile-table-row {
        text-align: right !important;
        width: 100%;
        padding: 0 5px;
        float: left;
        border-bottom: 1px solid #c9c9c9
    }
}

@media only screen and (max-width:767px) {
    .checkout-cart-index .cart-table tbody tr td.mobile-table-row>a,
    .checkout-cart-index .cart-table tbody tr td.mobile-table-row>span {
        padding: 6px 0
    }
}

@media only screen and (max-width:767px) {
    .checkout-cart-index .cart-table tbody tr td.mobile-table-row>a {
        float: right
    }
}

@media only screen and (max-width:767px) {
    .checkout-cart-index .cart-table tbody tr td .cell-label {
        display: block;
        font-weight: 400;
        min-width: 80px;
        font-size: 14px;
        text-transform: uppercase;
        text-align: left !important
    }
}

.checkout-cart-index .cart-table tbody tr.padding-row .product-name {
    font-size: 16px
}

.checkout-cart-index .cart-table tbody tr.padding-row .product-name:before {
    content: " ";
    background-image: url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/images/padding-icon.png);
    width: 20px;
    height: 18px;
    display: inline-block;
    background-size: cover;
    vertical-align: bottom;
    margin-top: 7px
}

.checkout-cart-index .cart-table tbody tr.padding-row .item-options+.discount-popover a {
    font-weight: 400;
    font-size: 12px;
    display: block;
    margin-top: 10px
}

.checkout-cart-index .cart-table tbody tr.padding-row .item-options+.discount-popover a .glyphicon {
    padding-right: 5px
}

@media only screen and (min-width:768px) {
    .checkout-cart-index .cart-table .subtotal-discount {
        background-color: #f6f6f6
    }
}

.checkout-cart-index .cart-table .subtotal-no-discount {
    background: url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/images/barraprezzo.png) no-repeat;
    background-size: cover
}

.checkout-cart-index .popover {
    border-radius: 0;
    font-family: Lato, sans-serif
}

.checkout-cart-index .popover .popover-title {
    padding: 0 14px;
    font-size: 12px;
    background: none;
    border: 0;
    border-radius: 0
}

.checkout-cart-index .popover .popover-content {
    font-size: 12px
}

.checkout-cart-index .popover .popover-content img {
    vertical-align: bottom;
    width: 21px;
    height: 21px
}

.checkout-cart-index .checkout-cms-blocks .row>div {
    padding-bottom: 30px
}

.checkout-cart-index .checkout-cms-blocks .row>div:last-child {
    padding-bottom: 0
}

.checkout-cart-index .checkout-cms-blocks .row>div .divborder {
    padding: 10px 10px 0
}

@media only screen and (min-width:992px) {
    .checkout-cart-index .checkout-cms-blocks .row>div .divborder {
        min-height: 109px
    }
}

@media only screen and (min-width:1200px) {
    .checkout-cart-index .checkout-cms-blocks .row>div .divborder {
        min-height: 106px
    }
}

.checkout-cart-index .checkout-cms-blocks .row>div .divborder h5 {
    text-transform: uppercase;
    font-weight: 600
}

.checkout-cart-index .checkout-cms-blocks .row>div .divborder.payments-block span[rel=popover] {
    cursor: help;
    color: #dc6763
}

.checkout-cart-index .checkout-cms-blocks a {
    color: #dc6763 !important
}

.checkout-cart-index .coupon-box .divborder {
    padding: 10px 10px 0
}

.checkout-cart-index .coupon-box .divborder h5 {
    font-weight: 600;
    text-transform: uppercase
}

.checkout-cart-index .checkout-cart-ship-total .checkout-types,
.checkout-cart-index .checkout-cart-ship-total .divborder {
    margin-bottom: 20px
}

.checkout-cart-index .checkout-cart-ship-total .checkout-types button {
    padding: 15px 45px
}

@media only screen and (max-width:767px) {
    .checkout-cart-index .checkout-cart-ship-total .checkout-types button {
        width: 100%
    }
}

.checkout-cart-index .checkout-cart-ship-total .checkout-cms-blocks .divborder {
    min-height: 108px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.checkout-cart-index .product-name {
    text-transform: uppercase;
    margin-top: 0;
    color: #4d4d4d;
    font-weight: 600
}

.checkout-cart-index .product-name a {
    color: #4d4d4d
}

@media only screen and (max-width:767px) {
    .checkout-cart-index .item-options {
        white-space: normal
    }
}

.checkout-cart-index .item-options dt:before {
    content: ">";
    margin-right: 5px;
    font-weight: 400
}

.checkout-cart-index .item-options dd,
.checkout-cart-index .item-options dt {
    text-transform: none;
    display: inline-block
}

.checkout-cart-index .item-options dd {
    color: #8f7e76;
    font-style: italic
}

.checkout-cart-index .hr-shipping {
    margin: 10px 0
}

.checkout-cart-index .volume {
    font-size: 12px
}

.checkout-cart-index .shipping-block {
    padding-top: 10px;
    padding-bottom: 10px
}

.checkout-cart-index .shipping-block h5 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600
}

.checkout-cart-index .shipping-block button.button {
    font-size: 12px
}

@media only screen and (max-width:767px) {
    .checkout-cart-index .shipping-block .border-bottom {
        padding-bottom: 20px;
        border-bottom: 1px solid #c9c9c9;
        margin-bottom: 20px
    }
}

.checkout-cart-index .shipping-block #shipping-zip-form label {
    text-transform: uppercase
}

.checkout-cart-index .shipping-block #co-shipping-method-form {
    padding-top: 10px
}

.checkout-cart-index .shipping-block #co-shipping-method-form .carrier-name,
.checkout-cart-index .shipping-block #co-shipping-method-form .radio .price {
    font-weight: 600
}

.checkout-cart-index .shipping-block .sp-methods dt {
    display: none
}

@media only screen and (max-width:767px) {
    .checkout-cart-index #shopping-cart-table tfoot td {
        display: table-footer-group
    }
    .checkout-cart-index #shopping-cart-table tfoot td button {
        margin-bottom: 20px
    }
    .checkout-cart-index #shopping-cart-table tbody tr:not(.padding-parent) td:last-child {
        margin-bottom: 30px
    }
}

.checkout-cart-index #shopping-cart-table .move-to-wishlist label {
    margin: 0;
    height: 0;
    vertical-align: middle
}

.checkout-cart-index #shopping-cart-table .move-to-wishlist label input {
    margin: 0
}

.checkout-cart-index #shopping-cart-table tfoot .button {
    padding: 10px 24px
}

.checkout-cart-index #shopping-cart-totals-table .discount,
.checkout-cart-index #shopping-cart-totals-table .subtotal {
    display: none
}

.checkout-cart-index #shopping-cart-totals-table .coral {
    color: #dc6763;
    cursor: help
}

.checkout-cart-index #shopping-cart-totals-table .premium td,
.checkout-cart-index #shopping-cart-totals-table .shipping td {
    border: 0
}

.checkout-cart-index #shopping-cart-totals-table .premium>td:first-child,
.checkout-cart-index #shopping-cart-totals-table .shipping>td:first-child {
    text-align: left !important
}

.checkout-cart-index #shopping-cart-totals-table .premium>td:first-child .freeshipping,
.checkout-cart-index #shopping-cart-totals-table .shipping>td:first-child .freeshipping {
    font-size: 12px
}

.checkout-cart-index #shopping-cart-totals-table .premium>td:first-child .freeshipping .price,
.checkout-cart-index #shopping-cart-totals-table .shipping>td:first-child .freeshipping .price {
    font-weight: 600
}

.checkout-cart-index #shopping-cart-totals-table tbody tr:last-child td {
    border-bottom: 1px solid #ddd
}

.checkout-cart-index #shopping-cart-totals-table tfoot tr {
    font-size: 16px
}

.checkout-cart-index #shopping-cart-totals-table tfoot tr>td {
    border: 0
}

.checkout-cart-index #shopping-cart-totals-table tfoot tr>td:first-child {
    text-align: left !important;
    text-transform: uppercase
}

.checkout-cart-index #shopping-cart-totals-table tfoot tr>td:last-child {
    width: 25%
}

.checkout-cart-index .price {
    white-space: nowrap
}

.checkout-cart-index .coupon-box #advice-required-entry-coupon_code {
    position: absolute;
    bottom: -18px
}

.arreda-cartconfig-config-index .product-view,
.arreda-cartconfig-config-tmpcart .product-view {
    overflow-x: hidden
}

.arreda-cartconfig-config-index .product-view form,
.arreda-cartconfig-config-tmpcart .product-view form {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.arreda-cartconfig-config-index .product-view form>.row:last-child,
.arreda-cartconfig-config-tmpcart .product-view form>.row:last-child {
    display: none
}

.arreda-cartconfig-config-index .product-view .options-container-small .product-options .option dl,
.arreda-cartconfig-config-tmpcart .product-view .options-container-small .product-options .option dl {
    margin: 0 0 20px
}

.arreda-cartconfig-config-index .product-view .add-to-cart #qty,
.arreda-cartconfig-config-tmpcart .product-view .add-to-cart #qty {
    height: 49px;
    width: 65px !important
}

.arreda-cartconfig-config-index .product-view .add-to-cart button,
.arreda-cartconfig-config-tmpcart .product-view .add-to-cart button {
    line-height: 29px;
    padding: 10px 12px;
    text-transform: capitalize
}

.arreda-cartconfig-config-index .product-view .add-to-links,
.arreda-cartconfig-config-index .product-view .product-main-info,
.arreda-cartconfig-config-tmpcart .product-view .add-to-links,
.arreda-cartconfig-config-tmpcart .product-view .product-main-info {
    display: none
}

.arreda-cartconfig-config-index .price-wrapper,
.arreda-cartconfig-config-tmpcart .price-wrapper {
    margin-bottom: 20px
}

.paypal-express-review #details-table .price {
    white-space: nowrap
}

.paypal-express-review .checkout-agreements li {
    background-color: #f6f6f6;
    padding: 15px;
    margin-bottom: 15px
}

.paypal-express-review .checkout-agreements li .agreement-content {
    font-size: 12px;
    overflow: auto
}

.paypal-express-review .checkout-agreements li .agree {
    margin: 0
}

.paypal-express-review .checkout-agreements li .agree .checkbox {
    display: inline-block;
    margin-right: 5px
}

.paypal-express-review .checkout-agreements li .agree label {
    margin: 0;
    display: inline
}

.amazonpayments-advanced-checkout-index #addressBookWidgetDiv iframe,
.amazonpayments-advanced-checkout-index #walletWidgetDiv iframe {
    z-index: 1 !important
}

.amazonpayments-advanced-checkout-index #discount-coupon-form {
    margin-bottom: 10px
}

.amazonpayments-advanced-checkout-index #discount-coupon-form * {
    display: inline
}

.amazonpayments-advanced-checkout-index #discount-coupon-form .discount-form label {
    font-weight: 600
}

.amazonpayments-advanced-checkout-index #discount-coupon-form #coupon_code {
    max-width: 160px
}

.amazonpayments-advanced-checkout-index #checkout-review-submit .buttons-set {
    text-align: right
}

.amazonpayments-advanced-checkout-index #checkout-review-submit .buttons-set .btn-checkout {
    background-color: #7aa288 !important
}

.cms-page-view {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400
}

.cms-page-view h2,
.cms-page-view h3,
.cms-page-view h4,
.cms-page-view h5,
.cms-page-view h6 {
    text-transform: uppercase;
    font-weight: 600
}

.cms-page-view h3 {
    font-size: 14px
}

.cms-page-view h4 {
    font-size: 12px
}

.cms-page-view .page {
    text-align: justify
}

.cms-page-view .page-title {
    border: 0
}

.cms-page-view .page-title h1 {
    border-bottom: 1px dashed #8f7e76
}

.cms-page-view .condizioni-vendita {
    margin-bottom: 20px
}

.cms-page-view .condizioni-vendita.col-sm-9.col-sm-offset-3 {
    padding-right: 0
}

.cms-page-view .condizioni-vendita .blockbg {
    background-color: #f6f6f6;
    text-align: center;
    padding: 15px
}

.cms-page-view .condizioni-vendita .listnav {
    padding: 20px;
    text-transform: uppercase;
    font-size: 12px
}

.cms-page-view .condizioni-vendita .listnav ol {
    margin: 0
}

.cms-page-view .condizioni-vendita .listnav ol li:last-child p {
    margin-bottom: 0
}

.cms-page-view .condizioni-vendita .listnav ol li p {
    display: inline-block
}

.cms-page-view .condizioni-vendita .listnav ol li p a:hover {
    font-weight: 600
}

.cms-page-view .condizioni-vendita .maincont {
    padding-left: 20px;
    padding-right: 20px
}

.cms-page-view .condizioni-vendita .maincont p {
    font-weight: 400;
    text-align: justify;
    line-height: 20px
}

.cms-page-view .condizioni-vendita .maincont p:last-child {
    margin-bottom: 20px
}

.cms-page-view .condizioni-vendita .maincont a {
    font-weight: 400;
    color: #dc6763
}

.cms-page-view .condizioni-vendita .maincont h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block
}

.cms-page-view .main-content a {
    color: #dc6763
}

.cms-page-view .quote-div {
    column-count: 3;
    column-gap: 25px;
    -moz-column-gap: 25px;
    -webkit-column-gap: 25px;
    column-width: 200px;
    margin-top: 10px;
    color: #555
}

.cms-page-view .quote-div .quote,
.cms-page-view .quote-div .quote2 {
    break-inside: avoid;
    display: inline-block;
    width: 100%;
    font-size: 11px;
    padding: 12px 15px;
    margin: 0 0 25px;
    text-align: justify;
    background-color: #ececec;
    border-radius: 0;
    box-shadow: 3px 3px 5px #d3d3d3;
    font-weight: 700
}

.cms-page-view .quote-div .quote2 p,
.cms-page-view .quote-div .quote p {
    display: inline-block;
    width: 90%;
    vertical-align: top;
    padding-left: 10px
}

.cms-page-view .quote-div .quote2 span,
.cms-page-view .quote-div .quote span {
    color: #dc6763;
    padding-top: 10px;
    display: block
}

.cms-page-view .quote-div .quote2 h2,
.cms-page-view .quote-div .quote h2 {
    font-size: 10px;
    font-style: italic
}

.cms-page-view .quote-div .quote2 em,
.cms-page-view .quote-div .quote em {
    font-weight: 400
}

.cms-page-view .arreda-cms h1,
.cms-page-view .arreda-cms h2,
.cms-page-view .arreda-cms h3,
.cms-page-view .arreda-cms h4,
.cms-page-view .arreda-cms h5,
.cms-page-view .arreda-cms h6 {
    text-transform: uppercase;
    font-weight: 600
}

.cms-page-view .arreda-cms h3 {
    font-size: 14px
}

.cms-page-view .arreda-cms h4 {
    font-size: 12px
}

.cms-page-view .arreda-cms .col-sm-4 img {
    margin: 0 auto;
    display: block
}

.cms-page-view .gray-bg,
.cms-page-view .grey-bg {
    background: #f6f6f6;
    margin-bottom: 20px
}

.cms-page-view .div-padding {
    padding: 10px 20px
}

.cms-page-view .divborder {
    margin-bottom: 20px
}

.cms-page-view .flex-cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cms-page-view .flex-cont,
.cms-page-view .flex-cont .flex-item {
    display: -ms-flexbox;
    display: flex
}

.cms-page-view .tabella-tempi {
    width: 100%;
    text-align: center;
    margin-bottom: 20px
}

.cms-page-view .tabella-tempi td {
    padding: 5px
}

.cms-page-view .tabella-tempi td:nth-child(3n+1) {
    background: #f6f6f6
}

.cms-page-view .tabella-tempi td:nth-child(3n+1),
.cms-page-view .tabella-tempi td:nth-child(3n+2) {
    border: 3px solid #f6f6f6
}

.cms-page-view .listpointred li {
    list-style: disc;
    list-style-position: inside
}

.cms-page-view .listpointred li a {
    color: #dc6763
}

.cms-page-view.cms-prices-payments .std {
    font-size: 14px
}

.cms-page-view.cms-prices-payments .std a,
.cms-page-view.cms-shipping .std a {
    color: #dc6763;
    font-weight: 600
}

.cms-page-view.cms-prices-payments .std .content,
.cms-page-view.cms-shipping .std .content {
    padding: 20px 5px
}

.cms-page-view.cms-prices-payments .std .content :first-child,
.cms-page-view.cms-shipping .std .content :first-child {
    margin-top: 0
}

.cms-page-view.cms-prices-payments .std .content :last-child,
.cms-page-view.cms-shipping .std .content :last-child {
    margin-bottom: 0
}

.cms-page-view.cms-delivery-suggestions .std a {
    color: #dc6763;
    font-weight: 600
}

.cms-page-view.cms-delivery-suggestions .std .content {
    padding: 20px 5px
}

.cms-page-view.cms-delivery-suggestions .std .content :first-child {
    margin-top: 0
}

.cms-page-view.cms-delivery-suggestions .std .content :last-child {
    margin-bottom: 0
}

.grid-container {
    clear: both
}

.grid12-6 {
    width: 48%;
    display: inline;
    float: left;
    margin-left: 1%;
    margin-right: 1%
}

@media only screen and (max-width:767px) {
    .grid12-6 {
        width: 100% !important;
        margin-left: 0;
        margin-right: 0
    }
}

body[class*=cucine] .page-title h1 {
    font-size: 24px;
    font-weight: 400;
    border-bottom: 1px dashed #8f7e76
}

body[class*=cucine] .cms-cucina .cmsSlider {
    margin-bottom: 30px
}

@media only screen and (min-width:768px) {
    body[class*=cucine] .cms-cucina .cmsSlider {
        margin-top: 0
    }
}

@media only screen and (max-width:767px) {
    body[class*=cucine] .cms-cucina .cmsSlider {
        margin-bottom: 0
    }
}

body[class*=cucine] .cms-cucina .cmsSlider .slick-dots {
    bottom: 1%;
    width: auto;
    right: 10px
}

@media only screen and (max-width:767px) {
    body[class*=cucine] .cms-cucina .cmsSlider .slick-dots {
        width: 100%;
        position: static
    }
}

body[class*=cucine] .cms-cucina img {
    width: 100%
}

@media only screen and (max-width:767px) {
    body[class*=cucine] .cms-cucina img {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    body[class*=cucine] .cms-cucina .slick-slide img {
        margin-bottom: 0
    }
}

@media only screen and (min-width:768px) {
    body[class*=cucine] .cms-cucina>.row:nth-child(2) {
        margin-bottom: 30px
    }
}

.no-cssfilters-magic .mz-thumb {
    background: none !important
}

.catalog-product-view .product-view {
    padding-top: 10px
}

.catalog-product-view .page>.container {
    margin-bottom: 80px
}

.catalog-product-view .mz-expand .mz-caption {
    color: #333
}

.catalog-product-view .mz-zoom-window {
    margin-top: -1px !important
}

.catalog-product-view .mz-figure img {
    border: 1px solid #e2dcc6 !important
}

.catalog-product-view .mz-expand .mz-expand-stage {
    background-color: #f6f6f6 !important
}

.catalog-product-view .mz-expand .mz-expand-stage .mz-button {
    color: #333
}

.catalog-product-view .mz-expand .mz-expand-stage .mz-button:hover {
    color: #333;
    border-color: #333
}

.catalog-product-view .no-cssfilters-magic .mz-thumb {
    background: none
}

.catalog-product-view .mz-thumb-selected img,
.catalog-product-view .mz-thumb:hover:not(.mz-thumb-selected) img {
    filter: none;
    opacity: .4
}

.catalog-product-view div.MagicToolboxContainer.selectorsRight {
    display: block
}

.catalog-product-view div.MagicToolboxContainer.selectorsBottom .MagicToolboxSelectorsContainer {
    padding-top: 30px
}

.catalog-product-view div.MagicToolboxContainer.selectorsRight .MagicToolboxMainContainer,
.catalog-product-view div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer {
    padding-left: 0;
    padding-right: 0;
    display: block
}

.catalog-product-view .MagicToolboxContainer .MagicToolboxMainContainer {
    padding-bottom: 30px
}

.catalog-product-view .MagicToolboxContainer div.MagicToolboxContainer.selectorsRight .MagicToolboxMainContainer,
.catalog-product-view .MagicToolboxContainer div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer {
    padding-left: 0;
    display: block
}

.catalog-product-view .MagicToolboxContainer div.MagicToolboxSelectorsContainer {
    clear: none
}

.catalog-product-view .MagicToolboxContainer div.MagicToolboxSelectorsContainer .thumb-img-container {
    border: 1px solid #e2dcc6;
    box-sizing: border-box;
    margin-bottom: 20px;
    overflow: hidden;
    max-width: 100%
}

.catalog-product-view .MagicToolboxContainer div.MagicToolboxSelectorsContainer .thumb-img-container .mz-thumb img {
    box-shadow: none
}

.catalog-product-view [id^=MagicZoomPlusImage].MagicZoom {
    border: 1px solid #c9c9c9
}

.catalog-product-view .product-main-info {
    margin-bottom: 45px
}

.catalog-product-view .product-main-info h1 {
    text-align: left;
    font-size: 21px;
    font-weight: 400;
    margin-top: 0
}

.catalog-product-view .product-main-info .starting-at {
    padding: 20px 0
}

.catalog-product-view .product-main-info .starting-at .visible-price {
    font-size: 12px;
    font-style: italic;
    color: #8f7e76
}

.catalog-product-view .options-container-small {
    background-color: #f6f6f6;
    padding: 15px 20px;
    margin-bottom: 20px
}

.catalog-product-view .options-container-small .product-options {
    margin-bottom: 20px
}

.catalog-product-view .options-container-small .product-options .form-control {
    border: 1px solid #9d9d9c
}

.catalog-product-view .options-container-small .product-options>div.option {
    float: left;
    width: 100%
}

.catalog-product-view .options-container-small .product-options>div.configurable>dl>dd:not(.last) {
    margin-bottom: 20px
}

.catalog-product-view .options-container-small .product-options>p.required-label {
    text-align: right;
    margin: 0
}

@media only screen and (max-width:767px) {
    .catalog-product-view .options-container-small .product-options>p.required-label {
        margin-bottom: 5px
    }
}

.catalog-product-view .options-container-small .product-options>p.required-label span {
    font-size: 16px;
    line-height: 14px;
    vertical-align: bottom
}

.catalog-product-view .options-container-small .product-options .option {
    font-size: 13px !important
}

.catalog-product-view .options-container-small .product-options .option .form-control,
.catalog-product-view .options-container-small .product-options .option .label {
    font-size: 13px
}

.catalog-product-view .options-container-small .product-options .option span[id^=span_swatch] {
    font-weight: 400
}

.catalog-product-view .options-container-small .product-options .option span.price,
.catalog-product-view .options-container-small .product-options .option span[id^=span_swatch] .price-notice {
    color: #a39d9c;
    font-weight: 600;
    font-size: 12px
}

.catalog-product-view .options-container-small .product-options .option input[type=radio]:focus {
    outline: none
}

.catalog-product-view .options-container-small .product-options .option input[type=checkbox],
.catalog-product-view .options-container-small .product-options .option input[type=radio] {
    display: inline-block
}

.catalog-product-view .options-container-small .product-options .option input[type=checkbox]+span,
.catalog-product-view .options-container-small .product-options .option input[type=radio]+span {
    display: block;
    text-align: left
}

.catalog-product-view .options-container-small .product-options .option input[type=checkbox]+span label,
.catalog-product-view .options-container-small .product-options .option input[type=radio]+span label {
    padding-left: 5px
}

.catalog-product-view .options-container-small .product-options .option dt label {
    font-weight: 600
}

.catalog-product-view .options-container-small .product-options .option label {
    font-weight: 400
}

.catalog-product-view .options-container-small .product-options .option .label label,
.catalog-product-view .options-container-small .product-options .option input,
.catalog-product-view .options-container-small .product-options .option select {
    color: #7c7573
}

.catalog-product-view .options-container-small .product-options .option .radio-checkbox-label-1,
.catalog-product-view .options-container-small .product-options .option .radio-checkbox-label-2 {
    background-color: #fff
}

.catalog-product-view .options-container-small .product-options .option .radio-checkbox-label-1 .radio-checkbox-text a,
.catalog-product-view .options-container-small .product-options .option .radio-checkbox-label-2 .radio-checkbox-text a {
    color: #dc6763;
    text-decoration: underline
}

.catalog-product-view .options-container-small .product-options .option .radio-checkbox-label-1 .radio-checkbox-text a:hover,
.catalog-product-view .options-container-small .product-options .option .radio-checkbox-label-2 .radio-checkbox-text a:hover {
    text-decoration: none
}

.catalog-product-view .options-container-small .product-options .option .required {
    color: #dc6763
}

.catalog-product-view .options-container-small .product-options .option .note {
    font-size: 12px;
    color: #9d9d9d;
    font-weight: 400;
    margin-top: -5px
}

.catalog-product-view .options-container-small .product-options .option .note a {
    color: #dc6763;
    text-transform: capitalize;
    text-decoration: underline
}

.catalog-product-view .options-container-small .product-options .option select {
    font-weight: 400
}

.catalog-product-view .options-container-small .product-options .option .customoptions-images-div img,
.catalog-product-view .options-container-small .product-options .option .radio-checkbox-label img {
    padding: 0;
    margin: 5px 5px 0 0;
    max-width: 140px
}

.catalog-product-view .options-container-small .product-options .option .radio-checkbox-label-2 img {
    margin: 0
}

@media only screen and (max-width:767px) {
    .catalog-product-view .options-container-small .product-options .option dl {
        margin: 0 0 20px
    }
}

.catalog-product-view .options-container-small .product-options .option .padding-option-wrapper>div {
    position: relative;
    width: 100%;
    float: left;
    text-transform: capitalize
}

.catalog-product-view .options-container-small .product-options .option .padding-option-wrapper .padding-name:before {
    content: " ";
    background-image: url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/images/padding-icon.png);
    width: 20px;
    height: 18px;
    display: inline-block;
    background-size: cover;
    margin-right: 5px;
    vertical-align: bottom;
    margin-top: 7px
}

.catalog-product-view .options-container-small .product-options .option .padding-option-wrapper .padding-image img {
    padding-bottom: 15px;
    max-width: 140px
}

.catalog-product-view .options-container-small .product-options .option .padding-option-wrapper .padding-link {
    position: absolute;
    float: left;
    bottom: 15px;
    text-transform: none;
    font-weight: 400
}

.catalog-product-view .options-container-small .product-options .option .padding-option-wrapper .padding-metratura {
    text-transform: none;
    display: inline-block;
    padding-left: 10px
}

.catalog-product-view .options-container-small .product-options .option .padding-option-wrapper .padding-product {
    padding-top: 5px
}

@media only screen and (max-width:767px) {
    .catalog-product-view .options-container-small .product-options .option .padding-option-wrapper .padding-product {
        padding: 0;
        max-width: 100%;
        font-size: 12px
    }
}

.catalog-product-view .options-container-small .product-options .option .options-list li .label label {
    text-transform: none
}

.catalog-product-view .options-container-small .product-options .option div.swatch-selected,
.catalog-product-view .options-container-small .product-options .option img.swatch-selected {
    border: 1px solid #9d9d9c;
    margin-bottom: 4px
}

.catalog-product-view .options-container-small .product-options .options-list label a {
    color: #dc6763;
    text-decoration: underline
}

.catalog-product-view .options-container-small .product-options .options-list label a:hover {
    text-decoration: none
}

.catalog-product-view .options-container-small .product-options-bottom hr {
    margin-top: 0;
    border-color: #eaeaeb
}

.catalog-product-view .options-container-small .product-options-bottom>.row:first-child {
    margin-bottom: 20px
}

.catalog-product-view .options-container-small .product-options-bottom .add-to-cart,
.catalog-product-view .options-container-small .product-options-bottom .price-box {
    display: inline-block
}

.catalog-product-view .options-container-small .product-options-bottom .price-box {
    margin: 0;
    width: 100%;
    text-align: center;
    height: 41px;
    background-color: #f9f9f9;
    display: none !important
}

@media only screen and (max-width:767px) {
    .catalog-product-view .options-container-small .product-options-bottom .price-box {
        margin-bottom: 20px
    }
}

.catalog-product-view .options-container-small .product-options-bottom .price-box .regular-price {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block
}

.catalog-product-view .options-container-small .product-options-bottom .price-box .old-price .price {
    text-decoration: line-through;
    white-space: nowrap
}

.catalog-product-view .options-container-small .product-options-bottom .add-to-cart {
    display: block
}

.catalog-product-view .options-container-small .product-options-bottom .add-to-cart select {
    font-weight: 300;
    height: 41px
}

.catalog-product-view .options-container-small .product-options-bottom .add-to-cart #qty {
    width: 52px;
    padding-left: 5px;
    padding-right: 5px;
    border-color: #fff
}

.catalog-product-view .options-container-small .product-options-bottom .add-to-cart #qty-label {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700
}

.catalog-product-view .options-container-small .product-options-bottom .add-to-cart button {
    width: 100%;
    font-size: 12px
}

@media only screen and (min-width:1200px) {
    .catalog-product-view .options-container-small .product-options-bottom .add-to-cart button {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    .catalog-product-view .options-container-small .product-options-bottom .add-to-cart button {
        font-size: 14px
    }
}

@media only screen and (max-width:380px) {
    .catalog-product-view .options-container-small .product-options-bottom .add-to-cart button {
        font-size: 12px
    }
}

.catalog-product-view .options-container-small .product-options-bottom .add-to-cart:not(.extra-btn)>div:first-child:not(:only-child) {
    padding-right: 5px
}

.catalog-product-view .options-container-small .product-options-bottom .add-to-cart:not(.extra-btn)>div:last-child {
    padding-left: 5px
}

.catalog-product-view .options-container-small .product-options-bottom .add-to-cart.extra-btn {
    padding-top: 20px
}

.catalog-product-view .options-container-small .product-options-bottom .add-to-cart.extra-btn>div:first-child {
    padding-left: 5px
}

.catalog-product-view .options-container-small .product-options-bottom .add-to-cart.extra-btn>div:last-child {
    padding-right: 5px
}

@media only screen and (max-width:992px) {
    .catalog-product-view .options-container-small .product-options-bottom .add-to-cart.extra-btn>div {
        float: none !important;
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

.catalog-product-view .options-container-small .product-options-bottom .add-to-cart.update-cart-btn {
    padding-top: 20px
}

.catalog-product-view .options-container-small .product-options-bottom .add-to-cart.update-cart-btn>div select {
    height: 49px;
    width: 50% !important
}

@media only screen and (max-width:767px) {
    .catalog-product-view .options-container-small .product-options-bottom .add-to-cart.update-cart-btn>div select {
        width: 100% !important
    }
}

.catalog-product-view .options-container-small .product-options-bottom .add-to-cart.update-cart-btn>div .btn-add-to-cart {
    line-height: 29px;
    padding: 10px 12px
}

@media only screen and (max-width:992px) {
    .catalog-product-view .options-container-small .product-options-bottom .extra-btn>div:first-child {
        margin-bottom: 20px
    }
}

.catalog-product-view .options-container-small .product-options-bottom .extra-btn .button {
    width: 100%;
    font-size: 12px;
    line-height: 29px;
    padding: 10px 12px
}

@media only screen and (min-width:1200px) {
    .catalog-product-view .options-container-small .product-options-bottom .extra-btn .button {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    .catalog-product-view .options-container-small .product-options-bottom .extra-btn .button {
        font-size: 14px
    }
}

@media only screen and (max-width:380px) {
    .catalog-product-view .options-container-small .product-options-bottom .extra-btn .button {
        font-size: 12px
    }
}

.catalog-product-view .options-container-small .product-options-bottom .extra-btn .campionario span,
.catalog-product-view .options-container-small .product-options-bottom .extra-btn .threed span,
.catalog-product-view .options-container-small .product-options-bottom .extra-btn .video span {
    display: block;
    line-height: 10px
}

.catalog-product-view .options-container-small .product-options-bottom .extra-btn .campionario span img,
.catalog-product-view .options-container-small .product-options-bottom .extra-btn .threed span img,
.catalog-product-view .options-container-small .product-options-bottom .extra-btn .video span img {
    padding-right: 5px
}

.catalog-product-view .options-container-small .product-options-bottom .extra-btn .threed img {
    height: 12px
}

.catalog-product-view .options-container-small .product-options-bottom .extra-btn .color-viewer a>span {
    display: block;
    line-height: 10px
}

.catalog-product-view .options-container-small .product-options-bottom .extra-btn .color-viewer .glyphicon {
    line-height: 10px
}

.catalog-product-view .options-container-small .product-options-bottom .extra-btn .btn-add-to-cart img {
    padding-right: 5px
}

.catalog-product-view .options-container-small .product-options-bottom .extra-btn .campionario span {
    line-height: 29px
}

.catalog-product-view .options-container-small .product-options-bottom .extra-btn #product3d,
.catalog-product-view .options-container-small .product-options-bottom .extra-btn #productVideo {
    background-color: rgba(0, 0, 0, .5)
}

.catalog-product-view .options-container-small .product-options-bottom .extra-btn #product3d.modal,
.catalog-product-view .options-container-small .product-options-bottom .extra-btn #productVideo.modal {
    text-align: center
}

@media only screen and (min-width:768px) {
    .catalog-product-view .options-container-small .product-options-bottom .extra-btn #product3d.modal:before,
    .catalog-product-view .options-container-small .product-options-bottom .extra-btn #productVideo.modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " "
    }
}

.catalog-product-view .options-container-small .product-options-bottom .extra-btn #product3d.modal .modal-dialog,
.catalog-product-view .options-container-small .product-options-bottom .extra-btn #productVideo.modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

.catalog-product-view .options-container-small .product-options-bottom .extra-btn #product3d.modal .modal-dialog .modal-content,
.catalog-product-view .options-container-small .product-options-bottom .extra-btn #productVideo.modal .modal-dialog .modal-content {
    border-radius: 0
}

.catalog-product-view .options-container-small .product-options-bottom .extra-btn #product3d.modal .modal-dialog .modal-content .modal-header,
.catalog-product-view .options-container-small .product-options-bottom .extra-btn #productVideo.modal .modal-dialog .modal-content .modal-header {
    border: 0
}

.catalog-product-view .options-container-small .product-options-bottom .add-to-links div:first-child a button img {
    vertical-align: text-top
}

.catalog-product-view .options-container-small .product-options-bottom .add-to-links button {
    height: 41px;
    width: 100%
}

.catalog-product-view .options-container-small .product-options-bottom .add-to-links button span {
    font-size: 12px
}

.catalog-product-view .options-container-small .button span,
.catalog-product-view .options-container-small a.padding-link {
    letter-spacing: .5px
}

.catalog-product-view .add-to-links {
    margin-bottom: 40px;
    height: 40px
}

.catalog-product-view .add-to-links #helpmodal {
    background-color: rgba(0, 0, 0, .5)
}

.catalog-product-view .add-to-links #helpmodal.modal {
    text-align: center
}

@media only screen and (min-width:768px) {
    .catalog-product-view .add-to-links #helpmodal.modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " "
    }
}

.catalog-product-view .add-to-links #helpmodal.modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

.catalog-product-view .add-to-links #helpmodal.modal .modal-dialog .modal-content {
    border-radius: 0
}

.catalog-product-view .add-to-links #helpmodal.modal .modal-dialog .modal-content .modal-header {
    border: 0
}

.catalog-product-view .add-to-links .pull-left {
    margin-right: 15px
}

.catalog-product-view .add-to-links div:first-child a button img {
    vertical-align: text-top
}

.catalog-product-view .add-to-links a {
    height: 41px;
    width: 100%
}

.catalog-product-view .add-to-links a span {
    font-size: 12px;
    text-transform: uppercase;
    transition: all .2s
}

.catalog-product-view .add-to-links a span span {
    padding-left: 5px
}

.catalog-product-view .add-to-links a:hover img {
    opacity: .8
}

.catalog-product-view .add-to-links a:hover span {
    color: #7aa288
}

.catalog-product-view .add-to-links .chatbutton .glyphicon {
    cursor: pointer
}

.catalog-product-view .add-to-links .chatbutton .glyphicon:before {
    width: 39px;
    height: 39px;
    display: inline-block;
    padding: 14px;
    background-color: #f6f6f6;
    border-radius: 50%;
    margin-right: 5px
}

.catalog-product-view .add-to-links .chatbutton #scL2aP {
    display: inline;
    vertical-align: super
}

@media only screen and (max-width:767px) {
    .catalog-product-view .collapsible {
        padding-top: 5px;
        padding-bottom: 5px
    }
    .catalog-product-view .collapsible.closed:after {
        font-family: Glyphicons Halflings;
        content: "\e072";
        transform: rotate(90deg);
        float: right
    }
    .catalog-product-view .collapsible.opened:after {
        font-family: Glyphicons Halflings;
        content: "\e072";
        transform: rotate(270deg);
        float: right
    }
}

.catalog-product-view .info-additional hr {
    border-top: 2px solid #f6f6f6;
    margin: 0
}

.catalog-product-view .info-additional hr:last-child {
    display: none
}

.catalog-product-view .info-additional>div {
    border: 5px solid #f6f6f6
}

.catalog-product-view .info-additional>div .col-sm-6 {
    padding-left: 20px;
    padding-right: 20px
}

.catalog-product-view .info-additional>div .col-sm-6.first {
    padding-right: 0
}

.catalog-product-view .info-additional>div .attribute-container {
    margin-top: 10px;
    margin-bottom: 10px
}

@media only screen and (min-width:768px) {
    .catalog-product-view .info-additional>div .attribute-container.ll {
        border-right: 2px solid #f6f6f6;
        min-height: 60px
    }
}

.catalog-product-view .info-additional>div .attribute-container .attr-label {
    font-size: 12px
}

.catalog-product-view .info-additional>div .attribute-container .attr-val {
    font-weight: 400
}

.catalog-product-view .info-additional>div .attribute-container .attr-val.mc {
    text-transform: none
}

.catalog-product-view .info-additional>div .attribute-container .attr-val a:hover {
    color: #665a54
}

.catalog-product-view .info-additional>div .attribute-container a {
    color: #dc6763;
    font-weight: 600
}

.catalog-product-view .info-additional .info-description,
.catalog-product-view .info-additional>div {
    margin-bottom: 40px
}

.catalog-product-view .info-additional.tab_designer {
    text-align: justify
}

.catalog-product-view .info-additional.tab_designer div>p {
    margin-top: 10px
}

.catalog-product-view .info-additional.tab-opinione {
    text-align: justify
}

.catalog-product-view .info-description {
    border: 5px solid #f6f6f6;
    padding: 25px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: justify
}

.catalog-product-view .info-description p {
    margin: 15px 0
}

.catalog-product-view .info-description p:first-child {
    margin-top: 0
}

.catalog-product-view .info-description p:last-child {
    margin-bottom: 0
}

.catalog-product-view .info-description ul li {
    list-style-type: square;
    list-style-position: inside
}

.catalog-product-view .info-description .std .box-descrizione {
    border: 1px dashed #b0b0b0;
    padding: 15px 15px 15px 25px
}

.catalog-product-view .info-description .std .box-descrizione em {
    margin-left: 12px
}

.catalog-product-view .info-description .std .box-descrizione em:before {
    content: "\e074";
    font-family: Glyphicons Halflings;
    text-transform: none;
    font-style: normal;
    font-size: 8px;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: -12px
}

.catalog-product-view .info-description cite.dot {
    margin-left: 12px
}

.catalog-product-view .info-description cite.dot:before {
    content: "\e074";
    font-family: Glyphicons Halflings;
    text-transform: none;
    font-style: normal;
    font-size: 8px;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: -12px
}

.catalog-product-view .product-section-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}

.catalog-product-view .upsell-title h2 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #8f7e76;
    font-size: 21px;
    text-align: center;
    margin-bottom: 20px
}

.catalog-product-view .upsell-title h2 span {
    font-weight: 700
}

.catalog-product-view .upsell-product .slick-slide:focus {
    outline: 0
}

.catalog-product-view .upsell-product a img {
    width: 100%
}

.catalog-product-view .upsell-product a img.img-thumbnail {
    padding: 0;
    border-radius: 0;
    opacity: 1
}

.catalog-product-view .upsell-product a img:hover {
    opacity: .6;
    transition: opacity .2s ease
}

.catalog-product-view .upsell-product h3 {
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px
}

.catalog-product-view .slider-controls {
    text-align: center;
    margin-bottom: 20px
}

.catalog-product-view .slider-controls>span {
    cursor: pointer;
    background-color: #f6f6f6;
    width: 29px;
    height: 29px
}

.catalog-product-view .slider-controls>span:first-child {
    margin-right: 10px
}

.catalog-product-view .slider-controls>span:last-child {
    margin-left: 10px
}

.catalog-product-view .slider-controls>span:before {
    vertical-align: middle
}

.catalog-product-view .slider-controls--desktop {
    position: absolute;
    right: 15px;
    top: 15px
}

.catalog-product-view #recently-viewed a p {
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px
}

@media screen and (min-width:768px) {
    .catalog-product-view .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " "
    }
}

.catalog-product-view .img-designer {
    float: left;
    margin: 10px
}

.product-grouped .product-main-info {
    margin-bottom: 10px
}

.product-grouped .product-main-info .grouped-items-table {
    margin-bottom: 0
}

.product-grouped .product-main-info .grouped-items-table tr td {
    vertical-align: middle
}

.product-grouped .product-main-info .grouped-items-table th:first-child,
.product-grouped .product-main-info .grouped-items-table tr td:first-child {
    padding-left: 0
}

.product-grouped .product-main-info .grouped-items-table .price-box {
    display: block;
    text-align: right;
    margin: 0
}

.product-grouped .product-main-info .grouped-items-table input.form-control.qty {
    min-width: 40px;
    text-align: center
}

.product-grouped .configuratore .add-to-box hr {
    display: none
}

.product-grouped .configuratore .add-to-box .add-to-cart button {
    width: 100%;
    font-size: 14px;
    line-height: 29px;
    padding: 10px 12px
}

@media only screen and (max-width:767px) {
    .product-img-box {
        margin-bottom: 20px
    }
}

.pp_social {
    display: none
}

@media only screen and (min-width:992px) {
    .catalog-product-view .product-options-bottom .row .col-md-4 {
        padding-right: 5px
    }
    .catalog-product-view .product-options-bottom .row .col-md-8 {
        padding-left: 0
    }
}

@media only screen and (max-width:767px) {
    .modal-dialog {
        width: 90%
    }
    select.form-control,
    select.qty {
        font-size: 16px !important
    }
}

@media only screen and (min-width:768px) {
    .modal-dialog {
        width: 730px
    }
}

@media only screen and (min-width:992px) {
    .modal-dialog {
        width: 930px
    }
}

@media only screen and (min-width:1200px) {
    .modal-dialog {
        width: 1030px
    }
}

.catalog-product-view .campionario-view .options-container-small {
    float: left
}

.catalog-product-view .campionario-view .info-additional>div {
    border: none
}

.price-box {
    text-align: center;
    margin-bottom: 10px
}

.price-box .old-price {
    text-decoration: line-through;
    color: gray;
    font-size: 14px
}

.price-box .special-price {
    color: #dc6763;
    font-weight: 600
}

body[class*=outlet] .category-products .product-name {
    margin-bottom: 0
}

body[class*=outlet] .category-products .price-box {
    display: block;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 10px
}

body[class*=outlet] .category-products .price-box .old-price {
    text-decoration: line-through;
    color: gray;
    font-size: 12px
}

body[class*=outlet] .category-products .price-box br {
    line-height: 30px
}

body[class*=outlet] .category-products .price-box .special-price {
    color: #dc6763;
    font-weight: 600
}

.catalogsearch-result-index .note-msg {
    background-color: #e2dcc6;
    color: #8f7e76;
    border-color: #8f7e76
}

.price-box {
    display: none
}

.price-box-visible,
body[class*=outlet] .catalog-product-view .price-box,
body[class*=outlet] .catalog-product-view .price-box-visible {
    float: right;
    display: block;
    margin: 0;
    color: #8f7e76;
    font-size: 20px
}

body[class*=outlet] .catalog-product-view .price-box,
body[class*=outlet] .catalog-product-view .price-box-visible {
    text-align: right
}

body[class*=outlet] .catalog-product-view .price-box-visible .old-price .price,
body[class*=outlet] .catalog-product-view .price-box .old-price .price {
    text-decoration: line-through
}

body[class*=outlet] .catalog-product-view .price-box-visible .special-price,
body[class*=outlet] .catalog-product-view .price-box .special-price {
    color: #dc6763
}

.cms_bottom {
    margin-top: 20px
}

#modal-video .modal-content {
    border-radius: 0
}

#modal-video .modal-content>* {
    border: 0
}

.active-filter-generic,
.layered-nav-container #narrow-by-list .list-group-item.active-filter,
.layered-nav-container #narrow-by-list .list-group-item.active-filter:active,
.layered-nav-container .filter-state ol.list-group .list-group-item .active-filter {
    background: #f6f6f6;
    border: 5px solid #f6f6f6;
    color: gray;
    font-size: 14px;
    font-weight: 600;
    text-align: center
}

.active-filter-generic span,
.layered-nav-container #narrow-by-list .list-group-item.active-filter:active span,
.layered-nav-container #narrow-by-list .list-group-item.active-filter span,
.layered-nav-container .filter-state ol.list-group .list-group-item .active-filter span {
    text-transform: uppercase
}

.active-filter-generic span.glyphicon,
.layered-nav-container #narrow-by-list .list-group-item.active-filter span.glyphicon,
.layered-nav-container .filter-state ol.list-group .list-group-item .active-filter span.glyphicon {
    color: gray
}

.active-filter-generic a,
.layered-nav-container #narrow-by-list .list-group-item.active-filter:active a,
.layered-nav-container #narrow-by-list .list-group-item.active-filter a,
.layered-nav-container .filter-state ol.list-group .list-group-item .active-filter a {
    position: absolute;
    right: 5px;
    bottom: 35%
}

.layered-nav-container .filter-state {
    margin-top: 20px
}

.layered-nav-container .filter-state ol.list-group {
    border: 0;
    box-shadow: none
}

.layered-nav-container .filter-state ol.list-group li {
    padding: 0 0 15px;
    margin: 0;
    display: inline
}

.layered-nav-container .filter-state ol.list-group li:last-child>div {
    margin-bottom: 0
}

.layered-nav-container .filter-state ol.list-group .list-group-item {
    border: 0
}

.layered-nav-container .filter-state ol.list-group .list-group-item>div {
    margin-bottom: 15px
}

.layered-nav-container .layered-label {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    padding-bottom: 5px
}

.layered-nav-container #filter-list h4.layered-label.filter-list {
    background: #f6f6f6;
    padding: 9px 15px
}

@media only screen and (max-width:767px) {
    .layered-nav-container #filter-list h4.layered-label.filter-list {
        background: #d6d6d6
    }
}

.layered-nav-container #filter-list .actions {
    border: 0;
    border-top: 5px solid #f6f6f6;
    margin-top: 10px;
    text-transform: uppercase;
    text-align: right
}

.layered-nav-container #filter-list .actions a {
    color: gray
}

.layered-nav-container #narrow-by-list {
    border-radius: 0;
    box-shadow: none;
    margin-top: 20px
}

.layered-nav-container #narrow-by-list .list-group-item {
    padding-top: 5px;
    padding-bottom: 5px
}

@media only screen and (max-width:767px) {
    .layered-nav-container #narrow-by-list {
        margin-top: 0;
        margin-bottom: 0
    }
}

.layered-nav-container #narrow-by-list .borderbottom {
    height: 5px;
    background-color: #f6f6f6;
    margin: 0 15px
}

.layered-nav-container #narrow-by-list>div {
    margin-bottom: 15px
}

.layered-nav-container #narrow-by-list .list-group-item,
.layered-nav-container #narrow-by-list .list-group-item:active {
    text-shadow: none;
    border: 0;
    border-radius: 0
}

.layered-nav-container #narrow-by-list .list-group-item.filter-title,
.layered-nav-container #narrow-by-list .list-group-item:active.filter-title {
    border: 5px solid #f6f6f6
}

@media only screen and (max-width:767px) {
    .layered-nav-container #narrow-by-list .list-group-item.filter-title:after,
    .layered-nav-container #narrow-by-list .list-group-item:active.filter-title:after {
        font-family: Glyphicons Halflings;
        content: "\e072";
        transform: rotate(90deg);
        float: right
    }
}

.layered-nav-container #narrow-by-list .list-group-item.filter-value,
.layered-nav-container #narrow-by-list .list-group-item:active.filter-value {
    font-size: 14px;
    font-weight: 400
}

@media only screen and (max-width:767px) {
    .layered-nav-container #narrow-by-list .list-group-item.filter-value,
    .layered-nav-container #narrow-by-list .list-group-item:active.filter-value {
        background-color: #f6f6f6;
        margin: 10px 0;
        padding: 5px;
        display: none
    }
}

.layered-nav-container #narrow-by-list .list-group-item.filter-value span.filter-count,
.layered-nav-container #narrow-by-list .list-group-item:active.filter-value span.filter-count {
    color: gray
}

.layered-nav-container #narrow-by-list .list-group-item.filter-value span,
.layered-nav-container #narrow-by-list .list-group-item:active.filter-value span {
    transition: color .5s ease
}

.layered-nav-container #narrow-by-list .list-group-item.filter-value:hover span,
.layered-nav-container #narrow-by-list .list-group-item:active.filter-value:hover span {
    color: #dc6763
}

.layered-nav-container #narrow-by-list .list-group-item:active:hover,
.layered-nav-container #narrow-by-list .list-group-item:hover {
    background: none
}

@media only screen and (max-width:767px) {
    .layered-nav-container #narrow-by-list .list-group-item,
    .layered-nav-container #narrow-by-list .list-group-item:active {
        text-align: left;
        background: none
    }
}

.layered-nav-container #narrow-by-list .list-group-item .filter-label,
.layered-nav-container #narrow-by-list .list-group-item:active .filter-label {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600
}

.layered-nav-container #narrow-by-list .list-group-item .filter-label,
.layered-nav-container #narrow-by-list .list-group-item:active .filter-label,
.layered-nav-container #narrow-by-list .list-group-item:active span,
.layered-nav-container #narrow-by-list .list-group-item span {
    color: #333
}

.layered-nav-container #narrow-by-list .list-group-item .glyphicon,
.layered-nav-container #narrow-by-list .list-group-item:active .glyphicon {
    font-size: 8px;
    float: right;
    padding-top: 6px
}

@media only screen and (max-width:767px) {
    .layered-nav-container #narrow-by-list .list-group-item .glyphicon,
    .layered-nav-container #narrow-by-list .list-group-item:active .glyphicon {
        float: left
    }
}

.layered-nav-container #narrow-by-list .list-group-item .glyphicon-play.hidden-xs:before,
.layered-nav-container #narrow-by-list .list-group-item:active .glyphicon-play.hidden-xs:before {
    transform: rotate(90deg);
    float: right
}

@media only screen and (max-width:767px) {
    .layered-nav-container #narrow-by-list .active .list-group-item.filter-title:after,
    .layered-nav-container #narrow-by-list .active .list-group-item:active.filter-title:after {
        transform: rotate(270deg)
    }
}

.layered-nav-container #narrow-by-list .active .list-group-item.filter-value,
.layered-nav-container #narrow-by-list .active .list-group-item:active.filter-value {
    display: block
}

@media only screen and (min-width:768px) {
    .layered-nav-container #narrow-by-list .collapse,
    .layered-nav-container #narrow-by-list .collapsing {
        position: absolute
    }
}

.layered-nav-container #narrow-by-list .sub-filter {
    z-index: 1;
    text-align: left
}

.layered-nav-container #narrow-by-list .sub-filter a .text {
    font-size: 12px;
    font-weight: 400
}

.layered-nav-container #narrow-by-list .sub-filter a .text .filter-count {
    font-weight: 300
}

.catalog-category-view #narrow-by-list2 {
    box-shadow: none
}

.catalog-category-view #narrow-by-list2 .list-group-title h4 {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    background: #f6f6f6;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 15px
}

.catalog-category-view #narrow-by-list2 ol>li {
    margin-bottom: 10px
}

.catalog-category-view #narrow-by-list2 ol>li .list-group-item {
    border: 5px solid #f6f6f6;
    text-transform: uppercase
}

.catalog-category-view #narrow-by-list2 ol>li .list-group-item .text {
    font-size: 14px
}

.catalog-category-view #narrow-by-list2 ol>li>.list-group-item .text {
    font-weight: 600
}

.catalog-category-view #narrow-by-list2 ol>li.expanded>a.list-group-item {
    border-bottom: 0;
    margin-bottom: 0
}

.catalog-category-view #narrow-by-list2 ol>li.expanded ul>li:last-child .list-group-item>span,
.catalog-category-view #narrow-by-list2 ol>li:not(.expanded) .list-group-item>span {
    border-bottom: 0
}

.catalog-category-view #narrow-by-list2 a.list-group-item {
    padding-bottom: 0
}

.catalog-category-view #narrow-by-list2 a.list-group-item:focus,
.catalog-category-view #narrow-by-list2 a.list-group-item:hover {
    background: #fff
}

.catalog-category-view #narrow-by-list2 a.list-group-item>span {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #c9c9c9
}

.catalog-category-view #narrow-by-list2 ul.dropdown-list li .list-group-item {
    border-top: 0;
    text-transform: none
}

.catalog-category-view #narrow-by-list2 ul.dropdown-list li .list-group-item:hover {
    color: #dc6763
}

.catalog-category-view #narrow-by-list2 ul.dropdown-list li:not(:last-child) .list-group-item {
    border-bottom: 0
}

.account-create form label,
.customer-account-edit form label,
.customer-account-login form label,
.customer-address-form form label,
.sendfriend-product-send form label {
    text-transform: uppercase;
    font-size: 12px
}

.account-create form label span.required-label,
.customer-account-edit form label span.required-label,
.customer-account-login form label span.required-label,
.customer-address-form form label span.required-label,
.sendfriend-product-send form label span.required-label {
    vertical-align: middle;
    font-weight: 600;
    font-size: 16px
}

#dropdown.panel-mini-login .panel-heading {
    padding-bottom: 0
}

#dropdown.panel-mini-login .panel-heading .close {
    font-size: 21px;
    opacity: .5
}

#dropdown.panel-mini-login .panel-body h3 {
    font-size: 20px;
    margin-top: 0
}

#dropdown.panel-mini-login .panel-body h4 {
    font-size: 16px;
    margin-bottom: 20px
}

#dropdown.panel-mini-login .panel-body .forgot-link {
    margin-top: 10px
}

.wishlist-index-index #wishlist-view-form>fieldset {
    float: left
}

.sidebar .block-account.visible-xs .block-title {
    background-color: #8f7e76
}

.sidebar .block-account.visible-xs .block-content .list-group {
    box-shadow: none;
    border-radius: 0;
    text-transform: uppercase
}

.sidebar .block-account.visible-xs .block-content .list-group .list-group-item {
    margin: 10px 0;
    border: 3px solid #f6f6f6
}

.sidebar .block-account.hidden-xs .block-content .list-group {
    box-shadow: none;
    margin-top: 80px
}

.sidebar .block-account.hidden-xs .block-content .list-group .list-group-item {
    text-transform: uppercase;
    border: 3px solid #f6f6f6;
    margin-bottom: 10px
}

.sidebar .block-account.hidden-xs .block-content .list-group .list-group-item.active {
    color: #333;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    text-shadow: none
}

.my-account .panel {
    border-radius: 0;
    box-shadow: none;
    border: 3px solid #f6f6f6
}

.my-account .panel .panel-heading {
    background-image: none;
    border: 0
}

.my-account .panel .panel-heading .panel-title {
    text-transform: uppercase;
    font-size: 14px
}

#my-orders-table a {
    color: #dc6763
}

#my-orders-table a:hover {
    text-decoration: underline
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/images/icona-up.png) no-repeat center 50%;
    background-size: cover;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s 0s, visibility 0s .3s
}

.cd-top.cd-fade-out,
.cd-top.cd-is-visible,
.no-touch .cd-top:hover {
    transition: opacity .3s 0s, visibility 0s 0s
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
    z-index: 9999
}

.cd-top.cd-fade-out {
    opacity: .5
}

.no-touch .cd-top:hover {
    background-color: #f6f6f6;
    opacity: 1
}

@media only screen and (min-width:768px) {
    .cd-top {
        right: 20px;
        bottom: 20px
    }
}

@media only screen and (min-width:1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px
    }
}

@font-face {
    font-family: icomoon;
    src: url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/fonts/icomoon.eot?dd1jv9);
    src: url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/fonts/icomoon.eot?dd1jv9#iefix) format("embedded-opentype"), url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/fonts/icomoon.ttf?dd1jv9) format("truetype"), url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/fonts/icomoon.woff?dd1jv9) format("woff"), url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/fonts/icomoon.svg?dd1jv9#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-account-icon:before {
    content: "\e800"
}

body[class*=" blog-"] .container.body-wrapper,
body[class^=blog-] .container.body-wrapper {
    margin-top: 25px
}

body[class*=" blog-"] .container.body-wrapper .preface,
body[class^=blog-] .container.body-wrapper .preface {
    margin-bottom: 25px
}

body[class*=" blog-"] .container.body-wrapper a,
body[class^=blog-] .container.body-wrapper a {
    color: #dc6763
}

body[class*=" blog-"] .container.body-wrapper .aw-blog-read-more,
body[class^=blog-] .container.body-wrapper .aw-blog-read-more {
    color: #dc6763;
    font-weight: 600
}

body[class*=" blog-"] .container.body-wrapper .aw-blog-read-more:before,
body[class^=blog-] .container.body-wrapper .aw-blog-read-more:before {
    color: #333;
    font-size: 12px;
    font-weight: 400;
    content: "… ";
    cursor: default
}

body[class*=" blog-"] .container.body-wrapper .postWrapper,
body[class^=blog-] .container.body-wrapper .postWrapper {
    border: 5px solid #e4e4e4;
    padding: 20px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: justify
}

body[class*=" blog-"] .container.body-wrapper .postWrapper .postTitle h2,
body[class^=blog-] .container.body-wrapper .postWrapper .postTitle h2 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px
}

body[class*=" blog-"] .container.body-wrapper .postWrapper .postTitle h3,
body[class^=blog-] .container.body-wrapper .postWrapper .postTitle h3 {
    font-size: 14px;
    padding-top: 5px
}

body[class*=" blog-"] .container.body-wrapper .postWrapper .img-left,
body[class^=blog-] .container.body-wrapper .postWrapper .img-left {
    text-decoration: none;
    margin: 5px 20px 20px 0;
    float: left
}

body[class*=" blog-"] .container.body-wrapper .sidebar .block-blog>div,
body[class^=blog-] .container.body-wrapper .sidebar .block-blog>div {
    border: 5px solid #e4e4e4;
    padding: 20px;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 20px;
    text-align: justify
}

body[class*=" blog-"] .container.body-wrapper .sidebar .block-blog>div .block-title,
body[class^=blog-] .container.body-wrapper .sidebar .block-blog>div .block-title {
    padding: 0;
    background: none;
    color: #dc6763;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px
}

body[class*=" blog-"] .container.body-wrapper .sidebar .block-blog>div .block-title span,
body[class^=blog-] .container.body-wrapper .sidebar .block-blog>div .block-title span {
    color: #dc6763
}

body[class*=" blog-"] .container.body-wrapper .sidebar .block-blog>div ul li,
body[class^=blog-] .container.body-wrapper .sidebar .block-blog>div ul li {
    margin: 0 0 0 15px;
    list-style-image: url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/images/blog_list_bullet.png)
}

body[class*=" blog-"] .items-desc,
body[class^=blog-] .items-desc {
    display: none
}

body[class*=" blog-"] .post-divider,
body[class^=blog-] .post-divider {
    margin-bottom: 20px
}

body[class*=" blog-"] .grid-container-spaced:after,
body[class*=" blog-"] .grid-container-spaced:before,
body[class^=blog-] .grid-container-spaced:after,
body[class^=blog-] .grid-container-spaced:before {
    content: " ";
    display: table
}

body[class*=" blog-"] .grid-container-spaced:after,
body[class^=blog-] .grid-container-spaced:after {
    clear: both
}

.blog-index-list .postWrapper .std img {
    margin: 0 !important
}

.blog-post-view .postContent .img-caption,
.blog-post-view .postContent img {
    display: block;
    margin: 0 auto;
    max-width: 700px;
    width: 100%
}

.blog-post-view .postContent .img-caption .description span {
    color: #dc6666
}

.blog-post-view .postContent img.full {
    max-width: 100%
}

.blog-post-view .postContent blockquote {
    font-style: italic;
    font-size: 14px
}

.blog-post-view .postContent p .img-caption img {
    max-width: 100%;
    margin: 5px 0
}

.blog-post-view .postContent ul li {
    list-style: disc outside
}

.blog-post-view .postWrapper .tags strong {
    text-transform: lowercase
}

.blog-post-view .postWrapper .tags li {
    border-right: 1px solid;
    padding-left: 6px
}

.blog-post-view .postWrapper .tags li:last-child {
    border-right: 0
}

.blog-post-view .postWrapper .tags li a {
    color: #dc6763
}

.blog-post-view .postWrapper .tags li a:hover {
    color: #333
}

.blog-post-view .grid12-1,
.blog-post-view .grid12-2,
.blog-post-view .grid12-3,
.blog-post-view .grid12-4,
.blog-post-view .grid12-5,
.blog-post-view .grid12-6,
.blog-post-view .grid12-7,
.blog-post-view .grid12-8,
.blog-post-view .grid12-9,
.blog-post-view .grid12-10,
.blog-post-view .grid12-11,
.blog-post-view .grid12-12,
.blog-post-view .grid-col2-main,
.blog-post-view .grid-col2-sidebar,
.blog-post-view .grid-full {
    display: inline;
    float: left;
    margin-left: 1%;
    margin-right: 1%
}

.blog-post-view .grid12-1 {
    width: 6.33%
}

.blog-post-view .grid12-2 {
    width: 14.66%
}

.blog-post-view .grid12-3 {
    width: 23%
}

.blog-post-view .grid12-4 {
    width: 31.33%
}

.blog-post-view .grid12-5 {
    width: 39.67%
}

.blog-post-view .grid12-6 {
    width: 48%
}

.blog-post-view .grid12-7 {
    width: 56.33%
}

.blog-post-view .grid12-8 {
    width: 64.67%
}

.blog-post-view .grid12-9 {
    width: 73%
}

.blog-post-view .grid12-10 {
    width: 81.33%
}

.blog-post-view .grid12-11 {
    width: 89.67%
}

.blog-post-view .grid12-12,
.blog-post-view .grid-full {
    width: 98%
}

.blog-post-view .no-left-gutter.grid12-1 {
    margin-left: 0;
    width: 7.33%
}

.blog-post-view .no-left-gutter.grid12-2 {
    margin-left: 0;
    width: 15.66%
}

.blog-post-view .no-left-gutter.grid12-3 {
    margin-left: 0;
    width: 24%
}

.blog-post-view .no-left-gutter.grid12-4 {
    margin-left: 0;
    width: 32.33%
}

.blog-post-view .no-left-gutter.grid12-5 {
    margin-left: 0;
    width: 40.67%
}

.blog-post-view .no-left-gutter.grid12-6 {
    margin-left: 0;
    width: 49%
}

.blog-post-view .no-left-gutter.grid12-7 {
    margin-left: 0;
    width: 57.33%
}

.blog-post-view .no-left-gutter.grid12-8 {
    margin-left: 0;
    width: 65.67%
}

.blog-post-view .no-left-gutter.grid12-9 {
    margin-left: 0;
    width: 74%
}

.blog-post-view .no-left-gutter.grid12-10 {
    margin-left: 0;
    width: 82.33%
}

.blog-post-view .no-left-gutter.grid12-11 {
    margin-left: 0;
    width: 90.67%
}

.blog-post-view .no-left-gutter.grid12-12,
.blog-post-view .no-left-gutter.grid-full {
    margin-left: 0;
    width: 99%
}

.blog-post-view .no-right-gutter.grid12-1 {
    margin-right: 0;
    width: 7.33%
}

.blog-post-view .no-right-gutter.grid12-2 {
    margin-right: 0;
    width: 15.66%
}

.blog-post-view .no-right-gutter.grid12-3 {
    margin-right: 0;
    width: 24%
}

.blog-post-view .no-right-gutter.grid12-4 {
    margin-right: 0;
    width: 32.33%
}

.blog-post-view .no-right-gutter.grid12-5 {
    margin-right: 0;
    width: 40.67%
}

.blog-post-view .no-right-gutter.grid12-6 {
    margin-right: 0;
    width: 49%
}

.blog-post-view .no-right-gutter.grid12-7 {
    margin-right: 0;
    width: 57.33%
}

.blog-post-view .no-right-gutter.grid12-8 {
    margin-right: 0;
    width: 65.67%
}

.blog-post-view .no-right-gutter.grid12-9 {
    margin-right: 0;
    width: 74%
}

.blog-post-view .no-right-gutter.grid12-10 {
    margin-right: 0;
    width: 82.33%
}

.blog-post-view .no-right-gutter.grid12-11 {
    margin-right: 0;
    width: 90.67%
}

.blog-post-view .no-right-gutter.grid12-12,
.blog-post-view .no-right-gutter.grid-full {
    margin-right: 0;
    width: 99%
}

.blog-post-view .no-gutter.grid12-1 {
    margin-left: 0;
    margin-right: 0;
    width: 8.33%
}

.blog-post-view .no-gutter.grid12-2 {
    margin-left: 0;
    margin-right: 0;
    width: 16.66%
}

.blog-post-view .no-gutter.grid12-3 {
    margin-left: 0;
    margin-right: 0;
    width: 25%
}

.blog-post-view .no-gutter.grid12-4 {
    margin-left: 0;
    margin-right: 0;
    width: 33.33%
}

.blog-post-view .no-gutter.grid12-5 {
    margin-left: 0;
    margin-right: 0;
    width: 41.67%
}

.blog-post-view .no-gutter.grid12-6 {
    margin-left: 0;
    margin-right: 0;
    width: 50%
}

.blog-post-view .no-gutter.grid12-7 {
    margin-left: 0;
    margin-right: 0;
    width: 58.33%
}

.blog-post-view .no-gutter.grid12-8 {
    margin-left: 0;
    margin-right: 0;
    width: 66.67%
}

.blog-post-view .no-gutter.grid12-9 {
    margin-left: 0;
    margin-right: 0;
    width: 75%
}

.blog-post-view .no-gutter.grid12-10 {
    margin-left: 0;
    margin-right: 0;
    width: 83.33%
}

.blog-post-view .no-gutter.grid12-11 {
    margin-left: 0;
    margin-right: 0;
    width: 91.67%
}

.blog-post-view .no-gutter.grid12-12,
.blog-post-view .no-gutter.grid-full {
    margin-left: 0;
    margin-right: 0;
    width: 100%
}

.blog-post-view .grid-col2-sidebar {
    width: 23%
}

.blog-post-view .grid-col2-main {
    width: 73%
}

.blog-post-view .no-gutter.grid-col2-sidebar {
    margin-left: 0;
    margin-right: 0;
    width: 25%
}

.blog-post-view .no-gutter.grid-col2-main {
    margin-left: 0;
    margin-right: 0;
    width: 75%
}

.blog-post-view .grid-col3-sidebar {
    width: 31.52%
}

.blog-post-view .grid-col3-main {
    width: 65.9%
}

.blog-post-view .no-gutter.grid-col3-sidebar {
    margin-left: 0;
    margin-right: 0;
    width: 31.52%
}

.blog-post-view .no-gutter.grid-col3-main {
    margin-left: 0;
    margin-right: 0;
    width: 65.9%
}

.blog-post-view .v-grid-container {
    display: table;
    width: 100%
}

.blog-post-view .v-grid {
    float: none;
    display: table-cell;
    vertical-align: middle
}

.blog-post-view .alpha {
    margin-left: 0
}

.blog-post-view .omega {
    margin-right: 0
}

.blog-post-view .hide-below-1280,
.blog-post-view .hide-below-1360,
.blog-post-view .hide-below-1440,
.blog-post-view .hide-below-1680 {
    display: none !important
}

.blog-post-view .container {
    margin-left: auto;
    margin-right: auto
}

.blog-post-view .nested-container {
    width: 102%;
    margin-left: -1%
}

.blog-post-view .inner-container {
    padding-left: 15px;
    padding-right: 15px;
    *zoom: 1;
    clear: both
}

.blog-post-view .inner-container:before {
    display: table;
    line-height: 0;
    content: ""
}

.blog-post-view .inner-container:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both
}

.blog-post-view .container.stretched>.inner-container {
    padding-left: 0;
    padding-right: 0
}

.blog-post-view .container.stretched>.grid-full {
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.blog-post-view .grid-container {
    *zoom: 1;
    clear: both
}

.blog-post-view .grid-container:after,
.blog-post-view .grid-container:before {
    display: table;
    line-height: 0;
    content: ""
}

.blog-post-view .grid-container:after {
    clear: both
}

.blog-post-view .grid-container-spaced {
    *zoom: 1;
    clear: both
}

.blog-post-view .grid-container-spaced:before {
    display: table;
    line-height: 0;
    content: ""
}

.blog-post-view .grid-container-spaced:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both
}

.blog-post-view .grid-container-spaced .grid12-1,
.blog-post-view .grid-container-spaced .grid12-2,
.blog-post-view .grid-container-spaced .grid12-3,
.blog-post-view .grid-container-spaced .grid12-4,
.blog-post-view .grid-container-spaced .grid12-5,
.blog-post-view .grid-container-spaced .grid12-6,
.blog-post-view .grid-container-spaced .grid12-7,
.blog-post-view .grid-container-spaced .grid12-8,
.blog-post-view .grid-container-spaced .grid12-9,
.blog-post-view .grid-container-spaced .grid12-10,
.blog-post-view .grid-container-spaced .grid12-11,
.blog-post-view .grid-container-spaced .grid12-12,
.blog-post-view .grid-container-spaced .grid-full {
    margin-bottom: 2%
}

.blog-post-view .show-grid [class*=grid12-] {
    background-color: #eee;
    text-align: center;
    min-height: 40px;
    line-height: 40px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.blog-post-view .show-grid [class*=grid12-]:hover {
    background-color: #f08080
}

.blog-header-img img {
    width: 100%
}

#bmenu li {
    position: relative;
    float: left;
    list-style: none
}

#bmenu li a {
    background-color: #858585;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    margin: 0 2px 1px;
    width: 143px;
    line-height: 24px;
    height: 24px;
    display: block;
    text-decoration: none;
    text-align: center;
    border-radius: 5px
}

#bmenu li a:hover {
    background-color: #555
}

#bmenu ul ul {
    position: absolute;
    top: 19px;
    visibility: hidden;
    z-index: 5
}

#bmenu ul li:hover ul {
    visibility: visible;
    margin-top: 6px;
    background-color: #fff;
    border-radius: 5px
}

#bmenu li li a {
    background-color: #9d9d9d;
    font-size: 12px;
    font-weight: 400
}

#bmenu li li a:hover {
    background-color: #555
}

#bmenuimg ul {
    margin-top: 8px
}

#bmenuimg img {
    border-radius: 5px
}

#bmenuimg li {
    position: relative;
    float: left;
    list-style: none;
    margin: 0 2px;
    padding: 0
}

#bmenuimg li a:hover {
    -moz-opacity: .8;
    opacity: .8
}

#bmenu .on,
#bmenu li .on:hover {
    background-color: #555;
    font-weight: bolder
}

.campionario-view .col-20p {
    width: 33%
}

.options-list input {
    display: inline;
    float: left
}

.options-list input.radio {
    vertical-align: top
}

.options-list .label label {
    text-align: left;
    max-width: 95%;
    white-space: normal
}

.arreda-customoptions-selector-list .arreda-category-title h1 {
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    border-bottom: 5px solid #f6f6f6
}

.arreda-customoptions-selector-list .products-grid {
    margin: 0 15px
}

.arreda-customoptions-selector-list .products-grid .item {
    min-height: 250px;
    margin-bottom: 20px
}

.arreda-customoptions-selector-list .products-grid .item .desc.std {
    text-align: center;
    font-size: 14px
}

.arreda-customoptions-selector-list .products-grid .item .product-name {
    text-align: center;
    font-size: 16px
}

.arreda-customoptions-selector-list .products-grid .item .product-image img {
    width: 100%;
    height: auto
}

.arreda-customoptions-selector-view .required-label {
    display: none
}

.arreda-customoptions-selector-view .product-options {
    margin-top: 20px
}

.arreda-customoptions-selector-view .product-view div.MagicToolboxSelectorsContainer {
    clear: none
}

.arreda-customoptions-selector-view .product-view div.MagicToolboxSelectorsContainer div.row {
    margin-left: -10px;
    margin-right: 10px
}

@media only screen and (max-width:767px) {
    .arreda-customoptions-selector-view .product-view div.MagicToolboxSelectorsContainer div a.col-sm-3 {
        display: inline-block;
        width: 33%;
        margin-bottom: 20px
    }
}

.arreda-customoptions-selector-view .product-view .product-shop>div {
    margin-bottom: 20px
}

.arreda-customoptions-selector-view .product-view .product-shop .product-name h1 {
    text-align: left;
    font-weight: 400
}

.arreda-customoptions-selector-view .product-view .product-shop .short-description {
    text-transform: uppercase;
    font-size: 12px
}

.arreda-customoptions-selector-view .product-view .product-shop .short-description h2 {
    font-size: 14px
}

.arreda-customoptions-selector-view .product-view .product-shop #product-options-wrapper {
    background-color: #f6f6f6
}

.arreda-customoptions-selector-view .product-view .product-shop #product-options-wrapper>* {
    padding-left: 15px;
    padding-right: 15px
}

.arreda-customoptions-selector-view .product-view .product-shop #product-options-wrapper>p {
    padding-top: 15px
}

.arreda-customoptions-selector-view .product-view .product-shop #product-options-wrapper .option li.swatch {
    width: 6%
}

.arreda-customoptions-selector-view .product-view .product-collateral {
    padding-top: 40px
}

@media only screen and (max-width:767px) {
    .arreda-customoptions-selector-view .product-view .product-collateral {
        float: left
    }
}

.arreda-customoptions-selector-view .customoptions-selector-view-item .MagicToolboxContainer {
    display: block
}

.arreda-customoptions-selector-view .customoptions-selector-view-item .MagicToolboxContainer>a.MagicZoom {
    margin-bottom: 20px
}

.arreda-customoptions-selector-view .customoptions-selector-view-item .MagicToolboxContainer .MagicToolboxMainContainer {
    padding-bottom: 30px
}

.arreda-customoptions-selector-view .customoptions-selector-view-item .options-container-small {
    float: left;
    background-color: #f6f6f6;
    padding: 15px 20px
}

.arreda-customoptions-selector-view .customoptions-selector-view-item .product-main-info {
    margin-bottom: 40px
}

.arreda-customoptions-selector-view .customoptions-selector-view-item .product-main-info .short-description,
.arreda-customoptions-selector-view .customoptions-selector-view-item .short-description {
    text-align: center
}

.arreda-customoptions-selector-view .customoptions-selector-view-item .media-container {
    margin-bottom: 40px
}

.arreda-customoptions-selector-view .customoptions-selector-view-item .add-to-cart button {
    padding: 12px 24px
}

.arreda-customoptions-selector-view .customoptions-selector-view-item .add-to-cart button:first-child {
    float: left
}

.arreda-customoptions-selector-view .customoptions-selector-view-item .add-to-cart button:last-child {
    float: right
}

@media only screen and (max-width:992px) {
    .arreda-customoptions-selector-view .customoptions-selector-view-item .add-to-cart button {
        display: block;
        margin: 5px auto 20px;
        float: none !important
    }
}

.arreda-customoptions-selector-view .customoptions-selector-view-item .add-to-cart button img {
    padding-right: 5px
}

@media only screen and (max-width:992px) {
    .arreda-customoptions-selector-view .customoptions-selector-view-item #product-options-wrapper .option dl dd ul {
        text-align: center
    }
}

.arreda-customoptions-selector-view .customoptions-selector-view-item #product-options-wrapper .codice-field {
    width: 100%
}

.arreda-customoptions-selector-view .customoptions-selector-view-item .clearer {
    margin-bottom: 40px
}

.arreda-customoptions-selector-view .customoptions-selector-view-item div.MagicToolboxContainer.selectorsRight .MagicToolboxMainContainer,
.arreda-customoptions-selector-view .customoptions-selector-view-item div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer {
    display: block
}

.option.codice dl.last {
    margin: 0 0 20px
}

.option.codice .codice-field {
    width: 100%
}

@media only screen and (min-width:768px) {
    .col-max {
        padding-right: 0;
        width: calc(100% - 70px)
    }
}

.col-button {
    width: 70px
}

#cboxWrapper #cboxClose {
    height: 22px;
    text-transform: uppercase
}

@media only screen and (max-width:767px) {
    #product-options-wrapper .option li.swatch {
        width: 30%
    }
}

.arreda-customoptions-selector-view {
    padding-top: 0
}

.arreda-customoptions-selector-view .mz-expand .magic-thumbs-wrapper,
.arreda-customoptions-selector-view .mz-expand .mz-button-next,
.arreda-customoptions-selector-view .mz-expand .mz-button-prev {
    display: none
}

.mobile-magic .MagicZoom>img,
.mz-figure>img[style] {
    transform: translateZ(0) !important;
    opacity: 1 !important
}

.image-tessuti {
    max-width: 88px !important
}

#popup-wishlist {
    background-color: #fff;
    border-radius: 0;
    padding: 20px;
    width: 350px
}

#popup-wishlist legend {
    text-transform: uppercase;
    font-size: 16px;
    border: 0
}

#popup-wishlist #wishlists {
    overflow-y: visible
}

#popup-wishlist #wishlists label {
    color: #706c6c;
    font-size: 13px;
    font-weight: 400
}

#wishlist-view-form .list-name {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase
}

#wishlist-view-form .list-name span {
    color: #dc6763
}

/*#wishlist-view-form button {*/
/*    text-transform: none*/
/*}*/

#wishlist-view-form .wishlist-empty {
    width: 100%
}

#wishlist-view-form .buttons-set.buttons-set2 button.button {
    margin-left: 15px;
    padding: 7px 12px
}

#wishlist-view-form textarea.form-control {
    padding: 6px 0
}

#create-new-wishlist button.button {
    padding: 7px 12px
}

#create-new-wishlist .form-control {
    height: 34px
}

.header-tabs li {
    float: left;
    display: inline;
    margin: 0 1px -1px 0;
    padding: 0 25px 1px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    background: #8f7e76;
    border: 1px solid #fff;
    border-bottom: 1px solid #f9f9f9;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-transform: uppercase;
    font-weight: 400
}

.body-tabs {
    display: none;
    float: left;
    border: 1px solid #c9c9c9;
    border-width: 0 1px 1px;
    background: #fff;
    padding: 12px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#aaaaaa')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color="#aaaaaa")
}

.body-tabs.visible {
    width: 100%
}

.header-tabs li.current {
    color: #3d3d3d;
    background: #fff;
    padding: 0 13px 3px;
    border: 1px solid #c9c9c9;
    border-bottom-width: 0;
    filter: none
}

.my-wishlist .page-title {
    padding: 10px 0 9px
}

.product-type-data {
    float: right
}

.product-type-data .price-box {
    display: block;
    margin: 0;
    color: #8f7e76;
    font-size: 20px
}

.product-discounts {
    border-left: 3px solid #e5e5e5;
    padding-left: 5px
}

.product-discounts .value {
    white-space: nowrap
}

.product-discounts .label {
    padding: 2px 6px
}

.product-discounts .product-discounted-price .label {
    font-size: 16px;
    font-weight: 400
}

.product-discounts .product-discounted-price .value {
    font-size: 16px;
    font-weight: 600
}

.product-discounts .product-discounted-price .message {
    font-size: 12px;
    display: block
}

.product-discounts .premium-discount .label,
.product-discounts .store-credits .label {
    font-size: 12px;
    font-weight: 400
}

.product-discounts .premium-discount .value,
.product-discounts .store-credits .value {
    font-weight: 600
}

.img-left {
    margin: 5px 20px 20px 0;
    float: left
}

.img-right {
    margin: 5px 0 20px 20px;
    float: right
}

.border {
    border: 1px solid #d3d3d3
}

.round,
.round img {
    border-radius: 5px
}

.round-up,
.round-up img {
    border-radius: 5px 5px 0 0
}

.round-down,
.round-down img {
    border-radius: 0 0 5px 5px
}

.footer-bottom a:hover,
.footer-top .accordion>ul>li>a:hover {
    font-weight: 700
}

@media only screen and (max-width:767px) {
    #cookieChoiceInfo {
        line-height: 35px;
        padding-left: 5px !important;
        padding-right: 5px !important
    }
}

/******/
@media only screen and (max-width:767px){
    .hide-mobile-cart-info {
    	display: none !important;
	}

	.show-mobile-cart-info {
    	display: block !important;
	}
}

/** FOREIGN MESSAGE **/
.checkout-cart-index #shopping-cart-totals-table tfoot tr > td.foreign_message.cart {
    text-transform: none;
    font-size: 12px;
}
#checkout-review-table tfoot tr > td.foreign_message.checkout {
    text-transform: none;
    font-size: 12px;
    text-align: right;
}

/** MODAL SHIPPING LOGISTICS **/
.modal.logistics {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal.logistics .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
}

.modal.logistics .modal-content a:hover{
    opacity: 0.7;
}

@media only screen and (max-width:767px) {
    .modal.logistics .modal-content {
        width: 90%;
    }
}

.modal.logistics .close {
    color: #000000;
    float: right;
    font-size: 28px;
    font-weight: bold;
    opacity: 1;
}

.modal.logistics .close:hover,
.modal.logistics .close:focus {
    color: #aaa;
    text-decoration: none;
    cursor: pointer;
}
.info-icon-shipping {
    margin: 0 4px 3px 0;
    width: 20px;
    height: 20px;
}
.info-icon-shipping:hover {
    cursor: pointer;
}

label.logistics-supplement {
    padding-left: 5px;
}
.checkout-onepage-index label.logistics-supplement {
    text-transform: none;
}
.checkout-cart-index .shipping-block button.button.no-shipping {
    opacity: 0.3;
}
#billing-buttons-container button.button.no-shipping {
    opacity: 0.3;
}
#shipping-buttons-container button.button.no-shipping {
    opacity: 0.3;
}

#checkout-shipping-method-load .supplements {
    vertical-align: middle;
    margin: 10px 2px;
}

header#header .menu-contacts,header#header .contact-link,header#header .contact-showroom {float:left;}header#header .jsTopAccount,header#header .jsTopSearch,header#header .cart-link{float:right;}header#header .top-search-content,header#header .top-account-content,header#header .navbar-top-content,header#header .contact-showroom .content {display:none;}.category-products ul {list-style-type: none;}.footer,.footer a {color:white;}header#header .menu-contacts a,header#header .contact-link a,header#header .contact-showroom a,header#header .cart-link a {color: #333;}.footer a, .footer,.navbar-nav li div.dropdown-menu ul li a,.navbar-inverse .navbar-nav > li > a {    color: #555;}.navbar-inverse .navbar-nav > li > a:focus,.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a {    color: #fff;}
/** modifiche fatte su style **/
body {
  font-family: 'Montserrat', sans-serif;
  color: #333;
  line-height: 1.55;
  overflow-x: hidden;
}

.navbar ul.nav.navbar-nav .nav-7,
.navbar ul.nav.navbar-nav .nav-8,
.navbar ul.nav.navbar-nav .nav-9,
.navbar ul.nav.navbar-nav .nav-10 {
  background-color: #3C3B39;
}

.dropdown,
.navbar-account-collapse,
.navbar-cart-collapse,
.navbar-menu-collapse,
.navbar-showroom-collapse {
  background-color: #3C3B39;
}

@media only screen and (max-width: 767px) {
  .dropdown,
  .navbar-account-collapse,
  .navbar-cart-collapse,
  .navbar-menu-collapse,
  .navbar-showroom-collapse {
    background-color: white;
  }

  .navbar ul.nav.navbar-nav .nav-7,
  .navbar ul.nav.navbar-nav .nav-8,
  .navbar ul.nav.navbar-nav .nav-9,
  .navbar ul.nav.navbar-nav .nav-10 {
    background-color: white;
  }
}

.cart-empty {
  padding: 50px 15px;
  text-align: center;
}

.cart-empty a {
  color: #ea6969;
}

.page-empty .header {
  background-color: white;
}

a.button, button.button {
  color: #fff;
  font-weight: 600;
}

.btn-dark {
  background: #3C3B39 !important;
  text-transform: uppercase;
}

.btn-black {
  background-color: #3C3B39 !important
}

.btn-accent {
  background: #7aa288 !important;
  text-transform: uppercase;
}

.btn-showroom {
  border: 2px solid #7aa288;
  text-transform: uppercase;
  color: black;
}

.btn-light {
  background: #b7b7b7 !important
}

.btn-opinion, .btn-red {
  background: #ea6969 !important
}

.color-red {
  color: #ea6969
}

.hover-red:hover {
  color: #ea6969 !important
}

.btn-search {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0
}

.form-control {
  height: 45px;
}

.required-label {
  color: #ea6969;
}

.checkout-onepage-index .required:after {
  color: #ea6969;
}

.validation-failed {
  border: 2px solid #ea6969 !important
}

.breadcrumbs-cont {
  height: auto;
  margin-bottom: 25px;
  background-color: #f3f3f3;
  padding: 0;
}

@media only screen and (min-width: 1500px) {
  .page .container, .footer .container {
    width: 1500px;
  }

  .page-empty .container {
    width: 1216px;
  }
}

button.btn-camp-small {
  width: 100%;
  padding: 11px 0 12px;
  margin: 0;
}

.col-button {
  width: 70px;
  padding-left: 8px;
}

.popover {
  border-radius: 0;
  font-family: 'Montserrat', sans-serif;
}

.cms a {
  color: #ea6969 !important;
}

.cms a:hover {
  color: #8c8c8c !important;
}

@media only screen and (max-width: 767px) {
  .float-right-mobile {
    float: right !important
  }
}

@media only screen and (max-width: 767px) {
  .text-align-left-mobile {
    text-align: left !important;
  }

  .float-left-mobile {
    float: left !important;
  }
}

@media only screen and (min-width: 768px) {
  .float-right-desktop {
    float: right !important
  }
}

@media only screen and (min-width: 768px) {
  .float-left-desktop {
    float: left !important
  }
}

.header {
  background-color: #3C3B39;
  text-align: center;
  border-bottom: 1px solid #8b8885;
}

.cart .checkout-types {
  text-align: center
}

.item-options dd {
  padding-left: 3px;
}

.header-container #language-selector {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  margin-top: 0;
  padding-top: 0;
}

.header-container #language-selector:hover {
  color: #989697
}

.header-container .form-showroom a:hover,
.header-container .form-language a:hover {
  color: #989697
}

.navbar-inverse, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a {
  background: #3C3B39
}

.navbar-header button.active .glyphicon, .navbar-header button.active span {
  color: black
}

.container > .navbar-header {
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

button.navbar-toggle.left {
  font-size: 19px
}

.links li:hover a:hover {
  color: #ea6969
}

.top-left-menu .time-header:hover {
  color: #ea6969
}

@media only screen and (max-width: 767px) {
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus {
    color: black;
    background-color: white
  }

  .navbar-inverse .navbar-nav > .level0.active > a:hover {
    color: #ea6969;
    background-color: white
  }
}

@media screen and (min-width: 768px) {
  .collapse.navbar-account-collapse,
  .collapse.navbar-cart-collapse,
  .collapse.navbar-contacts-collapse,
  .collapse.navbar-showroom-collapse {
    display: none !important
  }
}

.navbar-contacts-collapse h4,
.navbar-showroom-collapse h4 {
  text-align: center;
}

#home-bottom-block h2 {
  border-bottom: 0;
}

#home-bottom-block img {
  border: none;
  width: 100%;
  aspect-ratio: 1;
}

/*        */
/* FOOTER */
/*        */
.footer {
  background-color: #3C3B39;
}

.footer h4, .footer h5 {
  color: #fff !important;
  text-transform: uppercase;
}

.footer h3 {
  color: #fff !important;
  text-transform: none;
  font-size: 16px;
}

.footer .footer-top {
  border-bottom: 1px solid #545250;
}

.footer .footer-top ul {
  list-style: none;
  line-height: 2.10;
  text-transform: none;
}

.footer .footer-top .last {
  margin-top: 20px;
  border-bottom: 0;
}

.footer .footer-bottom {
  text-transform: none;
  padding-bottom: 20px;
  margin: 20px 0;
  border-bottom: 1px solid #545250;
}

.footer .footer-bottom a:hover,
.footer .footer-top .accordion > ul > li > a:hover {
  font-weight: normal;
}

.footer .footer-bottom p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
}

.footer .footer-bottom .fas {
  font-size: 20px;
  float: left;
  margin: 8px 10px 8px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.footer .footer-bottom .fas.coral {
  color: inherit;
}

.footer .footer-bottom .fab {
  font-size: 34px;
  margin-right: 10px;
}

.footer .footer-bottom .footer-social {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;
}

.footer .footer-top .footer-social {
  margin-top: 6px;
  margin-bottom: 10px;
  text-align: right;
  font-size: 34px;
  margin-right: 8px;
}

.footer .footer-top .footer-social a {
  color: white;
}

.footer .footer-bottom .footer-social img {
  float: inherit;
  margin-right: 6px;
}

.footer .underfooter {
  font-size: 10px;
  padding: 0 10px 10px;
  text-transform: none;
  font-weight: normal;
}

.footer .underfooter a {
  color: white;
}

.footer ul.links li a:hover, .footer ul li a:hover {
  color: #8c8c8c
}

.footer .footer-under-bottom a:hover {
  color: #8c8c8c
}

.footer-bottom a:hover, .footer-top .accordion > ul > li > a:hover {
  color: #8c8c8c
}

@media only screen and (max-width: 767px) {
  .footer .footer-bottom > div {
    padding-right: 0;
  }

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

  .footer .footer-bottom p {
    margin: 20px 10px;
  }

  .footer .footer-bottom .footer-social {
    padding-top: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
    border-top: 2px solid #4F4A49;
  }

  .footer .footer-top {
    padding-bottom: 0;
  }

  .footer .underfooter {
    padding-top: 20px;
  }

  .footer .footer-top > div {
    border-bottom: 2px solid #4F4A49
  }

  .padding-mail {
    padding-left: 0 !important;
  }

  .padding-news {
    padding-left: 0 !important;
  }
}

.footer .footer-bottom p img {
  float: left;
  margin-right: 10px
}

.footer .footer-bottom p span {
  font-size: 12px
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .footer .footer-bottom > div {
    min-height: 30px
  }

  .footer .footer-social {
    text-align: left !important;
    padding-left: 0 !important;
  }

  .padding-mail {
    padding-left: 0 !important;
  }

  .padding-news {
    padding-left: 0 !important;
  }
}

.slick-dots li.slick-active button:before {
  color: #ea6969
}

.cmsSlider .nextArrow, .cmsSlider .prevArrow, .homeslider .nextArrow, .homeslider .prevArrow {
  color: white;
}

#bestseller h2, #promotions h2 {
  border-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .bs-controls p span, .pro-controls p span {
    color: #ea6969
  }
}

#recently-viewed h2 {
  text-transform: uppercase;
  font-weight: 600;
  padding: 20px 0;
  font-size: 22px;
  text-align: center;
}

#recently-viewed a img {
  border: 1px solid #c9c9c9;
}

.contacts-index-index .page-title {
  border-bottom: 0;
}

#contactForm .required-form {
  color: #ea6969;
}

.subcategories .subcat a h1, .subcategories .subcat a h2 {
  margin-bottom: 10px;
  font-weight: 500;
}

.products-grid li .product-name a {
  font-weight: 600
}

.products-grid .item,
.products-grid li {
  padding: 15px;
}

.products-grid li:hover {
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.products-grid li a img:hover {
  opacity: 1;
}

.img-thumbnail, .thumbnail {
  border: none;
  box-shadow: none;
}

.catalog-category-view .arreda-category-title h1 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.catalog-category-view h1, .catalog-category-view h2 {
  color: #333333;
}

@media (max-width: 500px) {
  .arreda-category-title {
    min-height: 50px;
  }
}

.cms-page-view .page-title h1 {
  border: none;
}

.arreda-category-title .dashedbottom {
  margin-bottom: 10px;
}

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

.category-description p {
  font-size: 13px;
  line-height: 1.4;
}

.category-description h2 {
  font-size: 16px;
  font-weight: 700;
}

.toolbar {
  font-size: 13px;
  border-bottom: 1px solid #eaeaea;
  border-top: none;
  margin-top: 21px;
  background-color: transparent;
}

.toolbar .items-desc p {
  margin-left: 0;
}

.toolbar .navbar {
  margin-bottom: 0;
  z-index: 0;
}

.toolbar .pagination {
  margin: 0
}

.toolbar .navbar-text .selected {
  color: #ea6969;
  font-weight: 600
}

@media only screen and (max-width: 767px) {
  .toolbar .navbar-text {
    font-size: 18px !important;
  }

  .toolbar span.dot {
    padding-top: 10px !important;
    font-size: 18px !important;
  }

  .toolbar .pagination span.glyphicon {
    font-size: 18px !important;
  }
}

.toolbar .pagination .active a {
  color: #ea6969;
}

.toolbar .pagination .previous span.glyphicon {
  transform: inherit;
}

.toolbar .pagination .next {
  padding-left: 5px
}

.toolbar .pagination .previous {
  padding-right: 5px
}

.toolbar .glyphicon-chevron-up, .toolbar .glyphicon-chevron-down {
  margin-left: 5px;
}

.toolbar a:hover {
  color: #ea6969
}

.amazonpayments-advanced-checkout-index #checkout-progress-wrapper .opc-block-progress .panel-body > dl dt.complete a, .checkout-onepage-index #checkout-progress-wrapper .opc-block-progress .panel-body > dl dt.complete a {
  color: #ea6969;
}

.checkout-cart-index .btn-save {
  margin-right: auto
}

.checkout-cart-index .page-title .block-currency .fake-select .currency-dropdown li a:hover {
  color: #ea6969
}

.checkout-cart-index .cart-table tfoot tr td.clean-cart,
.checkout-cart-index .cart-table tfoot tr td.update-cart {
  padding-left: 0;
  padding-right: 0;
}

.checkout-cart-index .cart-table .btn-checkout {
  text-transform: uppercase;
}

.checkout-cart-index .cart-table .btn-cart-customorder {
  margin-left: 10px;
}

@media only screen and (max-width: 722px) {
  .checkout-cart-index .cart-table .btn-checkout {
    font-size: 10px;
  }

  .checkout-cart-index .cart-table .btn-cart-customorder {
    font-size: 10px;
    margin-left: 8px !important;
    white-space: pre-line;
    padding: 6px !important;
  }
}

@media only screen and (max-width: 767px) {
  .checkout-cart-index .cart-table tfoot td:first-child {
    width: 33%;
    float: left
  }
}

.checkout-cart-index .cart-table tfoot tr td:last-child a.button {
  margin-left: 5px
}

.checkout-cart-index .popover {
  text-align: center;
}

.checkout-cart-index .popover .popover-title {
  padding: 15px 25px 3px;
}

.checkout-cart-index .popover .popover-content {
  font-size: 11px;
  padding: 0 5px 18px;
  font-weight: 600;
}

.checkout-cart-index .payments-block .popover .popover-content,
.checkout-cart-index .discount-popover .popover .popover-content,
.checkout-cart-index .premium .popover .popover-content {
  font-size: 11px;
  padding: 15px;
  font-weight: 400;
}

.checkout-cart-index .checkout-cms-blocks .row > div .divborder.payments-block span[rel=popover] {
  color: #ea6969
}

.checkout-cart-index .checkout-cms-blocks a {
  color: #ea6969 !important
}

.checkout-cart-index .checkout-cart-ship-total .checkout-types button {
  padding: 22px 55px;
  font-size: 18px;
}

.checkout-cart-index .checkout-cart-ship-total .checkout-types button.no-checkout {
  opacity: .3;
}

.checkout-cart-index .checkout-cart-ship-total .checkout-types button.no-checkout:hover {
  opacity: .3;
}

@media only screen and (max-width: 767px) {
  .checkout-cart-index .checkout-cart-ship-total .checkout-types button {
    padding: 22px 22px;
    font-size: 16px;
  }
}

.checkout-cart-index #shopping-cart-table tfoot .button {
  padding: 13px 28px
}

.checkout-cart-index #shopping-cart-table tfoot .btn-save-cart {
  padding: 15px 30px
}

.checkout-cart-index #shopping-cart-totals-table .coral {
  color: #ea6969;
}

.cms-page-view .page-title h1 {
  font-weight: bold;
}

.cms-page-view .condizioni-vendita .maincont a {
  color: #ea6969
}

.cms-page-view .main-content a {
  color: #ea6969
}

.cms-page-view .quote-div .quote2 span, .cms-page-view .quote-div .quote span {
  color: #ea6969;
}

.cms-page-view .listpointred li a {
  color: #ea6969
}

.cms-page-view.cms-prices-payments .std a, .cms-page-view.cms-shipping .std a {
  color: #ea6969;
}

.cms-page-view.cms-delivery-suggestions .std a {
  color: #ea6969;
}

.catalog-product-view .mz-expand .mz-caption {
  color: white
}

.catalog-product-view .mz-figure img {
  border: 1px solid #E0E0E0 !important
}

.catalog-product-view .mz-expand .mz-expand-stage {
  background-color: black !important
}

.catalog-product-view .mz-expand .mz-expand-stage .mz-button {
  color: red
}

.catalog-product-view .MagicToolboxContainer .MagicToolboxMainContainer {
  padding-bottom: 30px;
}

.catalog-product-view .MagicToolboxContainer div.MagicToolboxSelectorsContainer {
  clear: none;
}

@media only screen and (min-width: 1500px) {
  .catalog-product-view .MagicToolboxContainer div.MagicToolboxSelectorsContainer .row {
    padding-left: 7px;
  }
}

.catalog-product-view .MagicToolboxContainer div.MagicToolboxSelectorsContainer .thumb-img-container {
  border: 1px solid #E0E0E0;
  max-width: 120px;
}

.catalog-product-view .product-main-info h1 {
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  margin-top: 16px;
}

.catalog-product-view .short-description {
  text-align: center
}

@media only screen and (min-width: 1500px) {
  .catalog-product-view .short-description {
    width: 70%;
    margin-left: auto;
    margin-right: auto
  }
}

/*                  */
/* PANNELLO OPZIONI */
/*                  */
.options-container-small {
  padding: 40px;
  margin-bottom: 10px
}

.options-container-small .product-options .option {
  font-size: 14px !important
}

.options-container-small .product-options .option .form-control,
.catalog-product-view .options-container-small .product-options .option .label {
  font-size: 14px
}

.options-container-small .product-options .option .note a,
.options-container-small .product-options .options-list label a,
.options-container-small .product-options .option .radio-checkbox-label-1 .radio-checkbox-text a,
.catalog-product-view .options-container-small .product-options .option .radio-checkbox-label-2 .radio-checkbox-text a {
  color: #ea6969;
}

.options-container-small .product-options .option .required {
  color: #3C3B39
}

.options-container-small .product-options-bottom hr {
  border-top: 2px solid #e0e0e0;
}

.options-container-small .extra-btn .button {
  width: 100%;
  font-size: 14px;
  line-height: 29px;
  padding: 16px 12px !important
}

@media only screen and (max-width: 1200px) {
  .options-container-small .add-to-cart.extra-btn > div {
    float: none !important;
    padding-left: 15px !important;
    padding-right: 15px !important
  }

  .options-container-small .extra-btn > div:first-child {
    margin-bottom: 20px
  }
}

.options-container-small .extra-btn .threed img {
  height: auto;
}

.options-container-small .extra-btn .btn-under-add .glyphicon {
  line-height: 7px;
  background-color: #ea6969;
}

.options-container-small .extra-btn span {
  text-transform: uppercase;
}

.options-container-small .extra-btn .fas {
  margin-right: 6px;
  font-size: 16px;
}

.options-container-small .add-to-cart #qty-label {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}

.options-container-small .add-to-cart #qty {
  width: 52px;
  padding-left: 5px;
  padding-right: 5px;
  border-color: #fff;
}

.catalog-product-view .info-additional > div {
  background-color: #f6f6f6;
  text-align: center;
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .info-additional > div {
    background-color: white;
    margin-bottom: 0;
  }
}

.catalog-product-view .info-additional > div .attribute-container .attr-val {
  font-weight: bold;
  color: #5a5a5a
}

.catalog-product-view .info-additional > div .attribute-container .attr-val a:hover {
  color: #7e7e7e
}

.catalog-product-view .info-additional > div .attribute-container a {
  color: #ea6969
}

.catalog-product-view .info-description {
  border-top: 5px solid #f6f6f6;
}

.catalog-product-view .info-description .std .box-descrizione {
  border: none;
  border-left: 5px solid #f6f6f6;
}

.catalog-product-view .product-section-title {
  text-transform: uppercase;
  text-align: center
}

.catalog-product-view .upsell-title h2 {
  text-transform: uppercase;
  font-weight: 600;
  padding: 20px 0;
  font-size: 22px;
}

.catalog-product-view .slider-controls {
  margin-bottom: 20px;
  color: white;
}

.catalog-product-view .slider-controls > span {
  cursor: pointer;
  background-color: #3C3B39;
}

.catalog-product-view .slider-controls > span:first-child {
  margin-right: 10px;
  padding-top: 3px;
}

.catalog-product-view .slider-controls > span:last-child {
  margin-left: 10px;
  padding-top: 3px;
}

.price-box .special-price {
  color: #ea6969;
}

body[class*=outlet] .category-products .price-box .special-price {
  color: #ea6969;
  font-weight: 600
}

body[class*=outlet] .catalog-product-view .price-box-visible .special-price, body[class*=outlet] .catalog-product-view .price-box .special-price {
  color: #ea6969
}

.layered-nav-container #filter-list h4.layered-label.filter-list {
  background: transparent;
  padding: 0 15px 12px 0;
  text-align: left;
  font-size: 16px;
  margin: 0 0 0 15px;
  border-bottom: 1px solid #ededed;
}

.layered-nav-container .layered-label {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #333333;
  text-transform: inherit;
}

@media only screen and (max-width: 767px) {
  .layered-nav-container #filter-list h4.layered-label.filter-list {
    background: #3E3D3B;
    padding: 15px;
    text-align: center;
    border: 8px solid white;
    color: white;
  }
}

.layered-nav-container #filter-list .actions {
  border: 2px solid #f6f6f6;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
}

.layered-nav-container #filter-list .actions a:hover {
  color: #ea6969
}

.layered-nav-container #narrow-by-list > div {
  margin-bottom: 10px
}

.layered-nav-container #narrow-by-list .list-group-item.filter-title, .layered-nav-container #narrow-by-list .list-group-item:active.filter-title {
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}

.layered-nav-container #narrow-by-list .list-group-item {
  background-color: transparent;
}

.layered-nav-container #narrow-by-list .list-group-item.filter-title, .layered-nav-container #narrow-by-list .list-group-item:active.filter-title {
  border: none;
}

.layered-nav-container #narrow-by-list .list-group-item.filter-value, .layered-nav-container #narrow-by-list .list-group-item:active.filter-value {
  font-size: 13px;
}

.layered-nav-container #narrow-by-list .list-group-item.filter-value span.filter-count, .layered-nav-container #narrow-by-list .list-group-item:active.filter-value span.filter-count {
  color: #aaaaaa;
}

@media only screen and (max-width: 767px) {
  .layered-nav-container #narrow-by-list .list-group-item.filter-value, .layered-nav-container #narrow-by-list .list-group-item:active.filter-value {
    margin: 0;
    padding: 5px 0 5px 15px;
    background: transparent;
    cursor: pointer;
  }

  .sidebar .block.block-layered-nav .collapse.in {
    border-bottom: 1px solid #eaeaea;
  }
}

.layered-nav-container #narrow-by-list .list-group-item.filter-value:hover span, .layered-nav-container #narrow-by-list .list-group-item:active.filter-value:hover span {
  color: #ea6969;
}

.catalog-category-view #narrow-by-list2 ul.dropdown-list li .list-group-item:hover {
  color: #ea6969
}

.sidebar {
  margin-top: 0;
  border-right: none;
}

.catalog-category-view .sidebar {
  margin-top: 23px;
  border-right: 1px solid #efefef;
}

.blog-index-list .post-divider {
  display: none;
}

.sidebar .block-account.visible-xs .block-title {
  background-color: #999999
}

.sidebar .block-account.visible-xs .block-content .list-group .list-group-item {
  border: 3px solid #E6E5E8
}

.sidebar .block-account.hidden-xs .block-content .list-group .list-group-item.active {
  color: #ea6969;
}

.my-account .panel {
  border: 3px solid #E6E5E8
}

.my-account .panel .panel-heading {
  background-color: #E6E5E8;
}

#my-orders-table a {
  color: #ea6969
}

body[class*=" blog-"] .container.body-wrapper a, body[class^=blog-] .container.body-wrapper a {
  color: #ea6969
}

body[class*=" blog-"] .container.body-wrapper .aw-blog-read-more, body[class^=blog-] .container.body-wrapper .aw-blog-read-more {
  color: #ea6969;
}

body[class*=" blog-"] .container.body-wrapper .sidebar .block-blog > div .block-title, body[class^=blog-] .container.body-wrapper .sidebar .block-blog > div .block-title {
  color: #ea6969;
}

body[class*=" blog-"] .container.body-wrapper .sidebar .block-blog > div .block-title span, body[class^=blog-] .container.body-wrapper .sidebar .block-blog > div .block-title span {
  color: #ea6969
}

.blog-post-view .postWrapper .tags li a {
  color: #ea6969
}

.options-list .label label {
  white-space: normal;
  line-height: 1.5;
}

#wishlist-view-form .list-name span {
  color: #ea6969
}

.header-tabs li.current {
  padding: 8px 16px;
}

.my-wishlist .page-title {
  padding: 10px 0;
}

.product-discounts {
  color: black;
  border: none;
}

.product-discounts .product-discounted-price .label {
  font-size: 16px;
  font-weight: 600
}

.product-discounts .product-discounted-price .value {
  font-size: 20px;
}

.amazonpayments-advanced-checkout-index .step-title h2 span:first-child, .checkout-onepage-index .step-title h2 span:first-child {
  background-color: #4F4A49;
}

.category-products {
  margin-top: 0;
}

.category-products .desc {
  font-size: 13px;
}

.panel-body {
  padding-bottom: 40px;
}

.navbar-account-collapse {
  padding-bottom: 30px;
}

.cart .error {
  color: #ea6969;
  font-weight: bold;
}

/** riutilizzabili **/
.cnone {
  text-transform: none;
}

.cupper {
  text-transform: uppercase;
}

.top-buffer {
  margin-top: 10px;
}

.bottom-buffer {
  margin-bottom: 10px;
}

/** icone salto pagine **/
.my-account .pagination span a {
  background-color: #F6F6F6;
  padding: 4px 8px;
}

.my-account .pagination .active a {
  background-color: #ea6969;
  padding: 4px 8px;
}

.my-account .pagination .next, .my-account .pagination .previous {
  background-color: white;
  padding: 4px 8px;
}

.my-account .pager .navbar-text {
  text-align: center;
  width: 100%;
}

/** account **/
.box-title {
  text-transform: uppercase;
  font-size: 14px;
}

.book-page .address-book-right {
  font-size: smaller;
  margin-top: 45px;
}

.book-page .box-content {
  font-size: 13px;
  background-color: #F6F6F6;
  padding: 20px 35px;
  line-height: 1.6;
}

.book-page .box-content::first-line {
  font-weight: bold;
}

.back-link a, .seelink a {
  text-decoration: underline;
}

.back-link a:hover, .seelink a:hover {
  text-decoration: none;
}

.account-note {
  font-size: smaller;
}

.request-note {
  font-size: smaller;
  margin-top: 40px;
}

.required em {
  color: #606060;
  float: right;
}

.box-account-news {
  background: #F6F6F6;
  text-align: center;
  padding: 20px;
}

.box-account-news ul {
  padding: 50px;
}

/** wishlist **/
.my-wishlist .header-tabs {
  height: 42px;
}

.my-wishlist .current {
  height: 42px;
  padding: 8px 16px;
}

.my-wishlist .move-to-list {
  width: 230px;
  float: left;
}

.my-wishlist .table .product-name {
  margin-top: 0;
}

.my-wishlist .table .inner {
  font-size: 12px;
  margin-bottom: 10px;
}

.my-wishlist .wcol2 {
  min-width: 40%;
}

.my-wishlist .wcol4 {
  display: none;
}

.my-wishlist .wishlist-empty {
  text-align: center;
  padding: 40px;
  min-height: 200px;
}

.my-wishlist .body-tabs {
  margin-bottom: 15px;
}

.my-wishlist .buttons-wishlist-l {
  text-align: left;
}

.my-wishlist .buttons-wishlist-r {
  text-align: right;
}

.my-wishlist .inner {
  text-align: justify;
}

.my-wishlist .wbl-qty {
  width: 60px;
}

.my-wishlist .wbl-remove a:hover {
  color: #ea6969;
}

.my-wishlist .wbl-edit a:hover {
  color: #ea6969;
}

.my-wishlist .availability {
  background-color: #ea6969;
  color: white;
  padding: 12px 10px;
  text-align: center;
}

.my-wishlist .btn-wishadd {
  width: 100%;
  padding: 12px 10px;
  font-weight: normal;
}

.header-tabs li {
  background-color: #808080;
  padding: 8px 16px;
}

#create-new-wishlist {
  float: none;
  height: 45px;
  text-align: center;
}

#create-new-wishlist-form {
  float: right;
}

/* For Demo store only */
.demo-notice {
  margin: 0;
  background: #d75f07;
  padding: 5px 10px 6px 10px;
  color: #fff;
  line-height: 1em;
  text-align: center;
}

/** Box Pagamenti **/
#payment_form_checkmo, #payment_form_wgsmw2,
#dd_method_soisy, #payment_form_paypal_express {
  margin: 0 30px 25px 30px;
  font-weight: normal;
}

#dt_method_paypal_express a {
  text-decoration: underline;
  color: #696969;
}

#dt_method_paypal_express a:hover {
  text-decoration: none;
  color: #696969;
}

#co-payment-form dt {
  margin-bottom: 8px;
}

#checkout-payment-method-load label {
  padding-left: 3px;
}

/**** HEADER ARREDACLICK ****/
header#header {
  background-color: #3C3B39;
  color: #3C3B39;
  height: auto;
  padding: 0;
  top: 0;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
}

header#header .fas, header#header .far {
  color: white; /* #3C3B39; */
  font-size: 18px;
  margin: 3px;
}

header#header .header-label {
  margin: 0 0 2px;
}

header#header .navbar-header .fas, header#header .navbar-header .far {
  color: white;
  font-size: 20px;
  margin: 0;
}

header#header .navbar-header .active .fas, header#header .navbar-header .active .far {
  color: #3C3B39;
}

button.navbar-toggle.left {
  height: auto;
}

header#header .right-line {
  border-right: 1px solid #545250 /* #ebebeb */
}

header#header .left-line {
  border-left: 1px solid #545250 /* #ebebeb */
}

header#header .navbar-collapse .navbar-top-content {
  background-color: #ffffff;
  padding: 10px 20px 40px;
  display: block;
}

header#header .navbar-collapse.navbar-account-collapse {
  padding: 10px 20px 40px;
}

header#header .navbar-collapse .navbar-top-content .fas,
header#header .navbar-collapse .navbar-top-content .far {
  font-size: 20px;
  color: #ea6969;
  padding-right: 5px;
}

header#header .navbar-collapse .navbar-top-content .mobile-title {
  font-size: 16px;
}

header#header .navbar-collapse .navbar-top-content .mobile-info {
  font-size: 14px;
  font-weight: normal;
}

/** switch **/
header#header .switches {
  float: left;
  height: auto;
  line-height: normal;
}

header#header .switches .header-label {
  margin: 0;
  padding: 0;
}

header#header .switches ul {
  margin: 0;
  padding: 3px 0 0 0;
  text-align: center;
}

header#header .sticky .switches {
  padding: 0;
  margin: 0;
}

header#header #language-selector::after {
  content: "";
}

header#header .form-showroom ul,
header#header .form-language ul {
  padding: 12px;
  text-align: left;
}

header#header .form-showroom ul li a,
header#header .form-language ul li a {
  text-decoration: none;
  color: initial;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  background: none no-repeat 0 50%;
  padding-left: 30px;
}

header#header .form-showroom ul li,
header#header .form-language ul li {
  line-height: 38px;
  border-bottom: 1px solid lightgray;
}

header#header .form-showroom ul li:last-child,
header#header .form-language ul li:last-child {
  border-bottom: 0;
}

/** fine switch **/
header#header .contact-link,
header#header .menu-contacts,
header#header .contact-showroom,
header#header .switches {
  float: left;
  margin: 15px 0;
  padding: 0;
  text-align: center;
}
header#header .contact-showroom-switch .switches {
  margin: 15px 0;
  padding: 0 7px;
}
header#header .contact-showroom-switch .switches:hover {
  cursor: pointer;
}
header#header #showroom-selector :hover {
  color: #989697 !important;
}

header#header .top-account,
header#header .wishlist-link,
header#header .reseller-link,
header#header .cart-link,
header#header .top-search {
  float: right;
  margin: 15px 0;
  padding: 0 15px;
  position: relative;
  text-align: center;
}

header#header .top-account,
header#header .top-search {
  cursor: pointer;
}

header#header .menu-contacts .content,
header#header .contact-showroom .content {
  z-index: 500;
  left: 10%;
  top: 80px;
  display: none;
  position: absolute;
  background: white;
  border: 1px solid #b0b0b0;
  padding: 15px 40px;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
}

header#header .contact-showroom .content {
  font-size: 14px;
}

header#header .sticky .menu-contacts .content {
  top: 70px;
}

header#header .menu-contacts:hover .content {
  display: block
}

header#header .contact-showroom:hover .content {
  display: block
}

header#header .top-search .top-search-content {
  top: 55px;
  z-index: 10;
  right: 0;
  display: none;
  position: absolute;
  width: 300px
}

header#header .top-search .top-search-content input {
  line-height: 51px;
  height: 51px;
  font-size: 14px;
  font-weight: 600;
}

header#header .top-search .top-search-content button {
  padding-right: 25px;
  padding-left: 25px;
}

header#header .top-search a.button, header#header .top-search button.button {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #8c8c8c !important;
}

@media (min-width: 992px) {
  header#header .contact-link,
  header#header .contact-showroom,
  header#header .menu-contacts,
  header#header .top-search,
  header#header .wishlist-link,
  header#header .reseller-link,
  header#header .cart-link,
  header#header .top-account,
  header#header .switches {
    margin: 20px 0;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  header#header .top-search .top-search-content {
    top: 60px;
    width: 350px;
  }
}

header#header .form-control {
  border: 2px solid #efefef;
  height: 36px;
  font-size: 14px;
}

header#header .top-account .flag-logged {
  position: absolute;
  right: 30%;
  top: 18px;
}

header#header .top-account .top-account-content {
  top: 60px;
  cursor: default;
  background-color: #fff;
  z-index: 10;
  left: -285px;
  width: 350px;
  display: none;
  position: absolute;
  padding: 20px;
  border: 3px solid #efefef
}

header#header .top-account .top-account-content .btn-green {
  color: #ffffff
}

header#header .top-account .top-account-content .mini-login-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer
}

header#header .top-account .top-account-content h4 {
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  font-weight: 700
}

header#header .top-account .top-account-content .form-group {
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 25px
}

header#header .top-account .top-account-content .button-login {
  margin-top: 20px
}

header#header .top-account .top-account-content .account-button-link {
  margin-top: 15px;
}

header#header .top-account .top-account-content .forgot-link-container {
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 2px solid #efefef;
}

header#header .top-account .top-account-content .forgot-link-container .forgot-link {
  text-decoration: underline;
  font-size: 12px;
  font-weight: 400;
  color: #aaaaaa
}

header#header .top-account .top-account-content .forgot-link-container .forgot-link:hover {
  color: #909090
}

header#header .top-account .top-account-content .no-account-title {
  margin: 20px 0
}

header#header .top-account .top-account-content .control-label {
  text-transform: uppercase;
  padding-top: 0;
}

header#header a:hover p,
header#header a:hover .fas,
header#header a:hover .far,
header#header .top-account:hover .fas,
header#header .top-account:hover p,
header#header .top-search:hover .fas,
header#header .top-search:hover p {
  color: #808285
}

.location-box {
  overflow: hidden;
  position: relative;
  text-shadow: 0 0 15px #fff;
}

header#header a.location-box:hover p {
  color: #000000;
}

.location-bg {
  opacity: 0.4;
  position: absolute;
  right: 10px;
  top: 10px;
  width: auto;
  height: 84px;
}

.location-text {
  padding-right: 80px;
}

.badge-top {
  position: absolute;
  background-color: #ea6969;
  right: 18%;
  top: 20px;
  font-size: 9px;
}

.badge-bottom {
  position: absolute;
  background-color: #ea6969;
  top: 22px;
  right: 12%;
}

/** sticky **/
@media (min-width: 768px) {
  .navbar-menu-collapse .navbar-top-content {
    display: none;
  }

  #header {
    position: sticky;
    top: 50px;
    z-index: 20000;
  }
}

.top-account,
.cart-link,
.top-search,
.wishlist-link,
.reseller-link,
.menu-contacts,
.contact-link,
.contact-showroom,
.switches {
  margin: 20px 0 !important;
}

.sticky .top-account,
.sticky .cart-link,
.sticky .top-search,
.sticky .wishlist-link,
.sticky .reseller-link,
.sticky .menu-contacts,
.sticky .contact-link,
.sticky .contact-showroom,
.sticky .switches {
  margin: 6px 0 !important;
}

.sticky .badge-top,
header#header.sticky .top-account .flag-logged {
  top: 15px
}
header#header.sticky .top-account .flag-logged {
  font-size: 7px;
  line-height: 9px;
}
/** logo brand **/
header#header .branding {
  width: 190px;
  height: 47px;
  display: inline-block;
}

header#header.sticky .branding {
  width: 180px;
  height: 28px;
}

@media (min-width: 992px) {
  .product-discounts {
    padding-top: 5px;
  }
}

.btn-black-outline {
  background-color: #fff;
  color: #3c3b39 !important;
}

a.button.btn-green, a.button.btn-green:hover, button.button.btn-green, button.button.btn-green:hover {
  background-color: #7aa288;
  border-color: #7aa288;
  text-transform: uppercase
}

a.button.btn-green-outline, a.button.btn-green-outline a.button:hover, a.button.btn-green-outline button.button:hover, button.button.btn-green-outline, button.button.btn-green-outline a.button:hover, button.button.btn-green-outline button.button:hover {
  background-color: #fff;
  border: 2px solid #7aa288;
  color: #7aa288;
  text-transform: uppercase
}

a.button.btn-green-outline a.button:hover span, a.button.btn-green-outline button.button:hover span, a.button.btn-green-outline span, button.button.btn-green-outline a.button:hover span, button.button.btn-green-outline button.button:hover span, button.button.btn-green-outline span {
  color: #7aa288
}

a.button.btn-black, a.button.btn-black:hover, button.button.btn-black, button.button.btn-black:hover {
  background-color: #3c3b39;
  border-color: #3c3b39;
  color: #ffffff !important;
  text-transform: uppercase
}

a.button.btn-black-outline, a.button.btn-black-outline a.button:hover, a.button.btn-black-outline button.button:hover, button.button.btn-black-outline, button.button.btn-black-outline a.button:hover, button.button.btn-black-outline button.button:hover {
  background-color: #fff !important;
  border: 2px solid #3c3b39;
  color: #3c3b39 !important;
  text-transform: uppercase;
}

a.button.btn-black-outline a.button:hover span, a.button.btn-black-outline button.button:hover span, a.button.btn-black-outline span, button.button.btn-black-outline a.button:hover span, button.button.btn-black-outline button.button:hover span, button.button.btn-black-outline span {
  color: #3c3b39 !important;
}

a.button.btn-red-outline, a.button.btn-red-outline a.button:hover, a.button.btn-red-outline button.button:hover, button.button.btn-red-outline, button.button.btn-red-outline a.button:hover, button.button.btn-red-outline button.button:hover {
  background-color: #fff;
  border: 2px solid #ea6969;
  color: #ea6969 !important;
  text-transform: uppercase
}

#contactForm .buttons-set button {
  background-color: #7aa288;
  padding: 22px 38px;
  width: auto;
}

#newsletter-validate-detail button {
  background-color: #7aa288 !important;
  padding: 22px 38px;
  width: auto;
}

@media (min-width: 1500px) {
  .nav > li > a {
    padding: 15px 25px;
  }
}

@media (min-width: 1165px) {
  .tab_produttore .col-md-7 {
    line-height: 25px;
  }
}

@media (min-width: 1500px) {
  .tab_produttore .col-md-7 {
    padding-left: 80px;
    line-height: 29px;
  }
}

@media (min-width: 756px) {
  .tab_produttore {
    background-color: #F6F6F6;
    padding-top: 25px;
  }
}

#discount-coupon-form .input-group-btn button.button.btn-checkout {
  padding: 12px 30px 12px;
}

.btn-under-add {
  padding-left: 0;
  padding-right: 0;
  min-height: 42px;
  margin-bottom: 20px;
}

.btn-under-add .button {
  max-width: 200px;
  float: right;
  font-size: 12px;
  height: 42px;
  margin-bottom: 5px;
  margin-left: 12px;
}

.btn-under-add .button span {
  padding-top: 3px;
}

@media (max-width: 756px) {
  .btn-under-add .button span {
    padding-top: 7px;
  }
}

.btn-add-this {
  padding-bottom: 10px;
  margin-bottom: 40px;
  padding-right: 0;
}

.chatbutton {
  margin-left: 15px;
}

.chatbutton .glyphicon-comment {
  color: black;
}

.mini-login .container-fluid {
  padding: 30px 30px 20px;
}

.page-category .container-fluid {
  max-width: 1920px;
}

@media (max-width: 480px) {
  .container > .navbar-header {
    max-width: 100%;
    margin: 0 auto;
  }
}

.main-menu {
  border-top: 1px solid #545250 !important;
}

/** fix block account login mobile & landscape **/
header#header .block-login {
  display: block;
}

.block-login .form-control {
  display: inline-block;
  width: auto;
}

.block-login .right-line {
  border-right: 2px solid #C9C9C9;
}

@media only screen and (max-width: 576px) {
  .block-login .form-control {
    display: block;
    width: 100%;
  }

  .block-login .right-line {
    border-right: none;
  }

  .block-login .col-xs-6 {
    width: 100%;
  }
}

/** end **/
@media (min-width: 768px) {
  .language-footer {
    display: none;
  }
}

@media (max-width: 768px) {
  #search_mini_form div.form-search div div.input-group span.input-group-btn button.button.btn-search {
    display: none;
  }

  div.navbar-collapse:nth-child(2),
  div.navbar-collapse.navbar-account-collapse.collapse,
  .navbar-collapse .navbar-top-content {
    border-bottom: 2px solid #C9C9C9;
  }

  .product-section-title.collapsible.closed {
    border-bottom: 5px solid #F6F6F6;
    padding-bottom: 15px;
  }

  .catalog-product-view .product-main-info {
    margin-bottom: 0;
    min-height: 135px;
  }

  .catalog-product-view .options-container-small {
    margin-top: 15px;
  }

  .catalog-product-view .slider-controls {
    margin-bottom: 0;
  }

  .catalog-product-view .info-description {
    margin-bottom: 0;
  }

  .catalog-product-view .upsell-title h2 {
    padding: 0 0 10px;
  }

  .page-title {
    padding: 0;
  }

  .h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
  }

  .catalog-product-view .page > .container {
    margin-bottom: 40px;
  }

  .slider-controls .glyphicon {
    font-size: 20px;
  }

  .catalog-product-view .slider-controls > span:first-child {
    padding-top: 0;
  }

  .catalog-product-view .slider-controls > span:last-child {
    padding-top: 0;
  }

  .catalog-product-view .info-description {
    padding: 25px 18px;
  }
}

@media (max-width: 480px) {
  .catalog-product-view .options-container-small {
    padding: 20px;
  }
}

.navbar-collapse .button-nav {
  border: 1px solid #C9C9C9;
  background: #f3f3f3;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  width: 100%;
  padding: 18px 6px;
  text-align: left;
  margin-top: 15px;
  display: block;
}

.navbar-collapse .button-nav.location-box:hover {
  border: 1px solid #ea6969;
}

.navbar-collapse .button-nav:hover {
  background: #e8e8e8;
}

button.button.btn-block.button-login.btn-green,
.create-account-link-container a.button.btn-block.btn-black,
.block-login .btn-green, .block-login .btn-black {
  padding: 12px 8px;
}

.category-products .pricelow {
  font-size: 10px;
  text-align: center;
  margin-bottom: 6px;
}

.category-products .pricelow span {
  color: #333333;
  font-size: 13px;
  font-weight: 600;
}

.configure {
  background-color: #F6F6F6;
  font-size: 12px;
  padding: 8px;
  margin-bottom: 8px;
}

/** da sostituire in style **/
.cms-page-view .quote-div .quote, .cms-page-view .quote-div .quote2 {
  font-size: 12px;
  text-align: justify;
  font-weight: normal;
}

body[class*="outlet"] .category-products .product-name {
  margin-bottom: 0;
}

body[class*="outlet"] .category-products .price-box {
  margin-top: 10px;
  margin-bottom: 10px;
}

.toolbar .pagination span.glyphicon {
  font-size: 14px;
}

@media only screen and (min-width: 756px) and (max-width: 992px) {
  .toolbar {
    font-size: 12px !important;
  }
}

.toolbar .sort-by .navbar-text {
  float: none;
}

.sort-by {
  text-align: center !important;
}

.catalog-product-view .upsell-title .title {
  text-transform: uppercase;
  font-weight: 600;
  padding: 20px 0;
  font-size: 22px;
  text-align: center;
}

.product-main-info .short-description h2 {
  font-weight: 400;
  font-size: 15px !important;
  line-height: 22px;
  width: 100%;
}

.catalog-product-view .upsell-product h5 {
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
}

@media only screen and (min-width: 1500px) {
  .catalog-product-view .short-description {
    width: 85%;
  }
}

.catalog-product-view .product-view {
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .info-description .std .box-descrizione {
    border-left: 0;
    padding: 0;
  }

  .catalog-product-view .info-description .std .box-descrizione em {
    margin-left: 12px
  }

  .category-products .desc {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .text-align-right-mobile {
    text-align: right !important
  }

  .text-align-left-mobile {
    text-align: left !important
  }
}

@media only screen and (min-width: 768px) {
  .text-align-right-desktop {
    text-align: right !important
  }

  .text-align-left-desktop {
    text-align: left !important
  }
}

#popup-wishlist button {
  text-transform: none;
}

.catalog-product-view .page > .container {
  margin-bottom: 10px;
}

.catalog-product-view .slick-slider {
  margin-bottom: 10px;
}

.catalogsearch-result-index .note-msg {
  padding: 20px 10px !important;
  background: #f3f3f3;
  color: #696969;
  font-size: 26px;
  text-align: center;
}

.error-msg, .note-msg, .notice-msg, .success-msg {
  font-size: 14px !important;
}

.h1-style {
  color: #333333;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 22px;
  text-align: center;
  font-weight: 300;
}

.tab_designer p {
  text-align: justify;
}

.tab_designer img {
  padding: 5px 10px 5px 0;
}

.cucina h2 {
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
}

.cucina h3 {
  font-size: 16px;
  text-transform: uppercase;
}

.checkout-cart-index .page-title {
  border-bottom: none;
}

.checkout-cart-index .shipping-block .button, .checkout-cart-index .shipping-block button.button {
  padding: 13px 20px;
}

@media only screen and (max-width: 767px) {
  .checkout-cart-index .cart-table tfoot tr td:last-child .button {
    width: calc(50% - 8px);
    margin: 0;
  }

  .checkout-cart-index .cart-table tfoot tr td:first-child .button {
    width: 100%;
  }

  .checkout-cart-index .cart-table tfoot .button {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .sort-by {
    display: none;
  }

  #bestseller h2:first-child, #promotions h2:first-child {
    margin-top: 20px;
  }

  .category-description h2 {
    text-align: center;
  }
}

.items-desc p {
  text-align: left;
}

.cms_bottom h2 {
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .navbar ul.nav.navbar-nav li div.dropdown-menu ul li > a:after {
    display: block !important;
  }

  .navbar .container .navbar-collapse > ul.navbar-nav li.dropdown.parent > .dropdown-menu ul.level0 {
    margin-right: 0;
  }
}

.parent a span.visible-xs.opener {
  right: 15px;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  .navbar ul.nav.navbar-nav li.level1 > .dropdown-menu {
    position: relative;
    width: 100%;
    border: none;
  }

  .navbar ul.nav.navbar-nav li.level1 > .dropdown-menu ul {
    width: auto;
    border: none;
  }

  .navbar ul.nav.navbar-nav li.level1 > .dropdown-menu ul li {
    width: 100%;
    height: 36px;
    font-style: italic;
    padding-left: 30px;
  }

  .navbar ul.nav.navbar-nav li.level1 > .dropdown-menu ul li a {
    line-height: 36px;
    text-align: left;
    display: block;
  }

  .dropdown-menu ul.level1 li.level2.last {
    margin-bottom: 5px;
  }

  .navbar .container .navbar-collapse > ul.navbar-nav li.dropdown.parent > .dropdown-menu > ul > li > a {
    padding-left: 38px
  }

  .pay-footer {
    float: left;
    padding-left: 16px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 997px) {
  .pay-footer {
    float: left;
    padding-left: 16px;
    margin-bottom: 8px;
    margin-top: 8px;
  }

  .feedaty-footer {
    clear: both;
    float: left;
    margin-bottom: 8px;
  }
}

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

.product-name .tagname {
  font-size: 13px;
  font-weight: normal;
}

.product-main-info .tagname {
  font-size: 14px;
  font-weight: normal;
}

.cms_bottom p, .category-description p {
  text-align: justify;
}

.navbar {
  color: #3C3B39;
}

#qty {
  font-weight: bold;
}

.customoptions-selector-view-item .col-20p {
  width: 33%;
}

.price-box-visible, body[class*=outlet] .catalog-product-view .price-box, body[class*=outlet] .catalog-product-view .price-box-visible {
  color: white;
  font-size: 16px;
}

.logo-sticky, .top-account, .top-search, .cart-link, .navbar-header {
  display: inherit;
}

.footer .logo-footer {
  margin-top: 15px;
  padding-right: 20px;
}

.footer .pay-footer {
  font-size: 28px;
  text-align: right;
  padding-right: 20px;
  margin-bottom: 5px;
}

.footer .pay-footer img {
  width: 33px;
  position: relative;
  top: -3px;
}

.footer .feedaty-footer {
  text-align: right;
  padding-right: 20px;
  padding-left: 18px;
}

/** NEW GALLERY **/
.vcg-gallery-container {
  min-width: 250px;
  text-align: center;
}

.vcg-gallery-container .main_image {
  margin-bottom: 30px;
  cursor: pointer;
}

@media (max-width: 450px) {
  .vcg-gallery-container .main_image {
    min-height: 300px;
  }
}

.vcg-gallery.thumbs-container {
  margin-bottom: 30px;
}

.vcg-gallery.thumbs-container div.thumb-container-mobile {
  width: 100%;
}

.vcg-open-gallery-thumb {
  background-color: #3c3b39;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  min-height: 118px;
  padding-top: 25px;
}

.vcg-gallery.thumbs-container div.thumb-container-mobile .vcg-open-gallery-thumb-mobile {
  background-color: #3c3b39;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  padding: 15px;
}

div.thumb-container-mobile .vcg-open-gallery-thumb-mobile:hover {
  opacity: 0.8;
}

.gallery-thumb-icon-mobile {
  margin-right: 12px;
}

.open-gallery-icon-container {
  margin-bottom: 10px;
}

.open-gallery-icon-container .far {
  font-size: 26px;
}

.gallery-thumb-icon {
  margin-bottom: 15px;
}

.thumb-container {
  height: 118px;
}

.thumb-container img {
  max-height: 118px;
  width: auto;
}

@media (max-width: 768px) {
  .vcg-gallery.thumbs-container {
    margin-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.thumb-container:hover, .main_image:hover {
  opacity: 0.8 !important;
}

#popup-cancel {
  background-color: #3c3b39;
}

.homepage-blocks {
  margin-top: 31px;
}

.homepage-blocks > div .titolo {
  border-top: none;
}

.homepage-blocks > div .image img {
  border: none;
}

#bestseller a img, #promotions a img {
  border: none;
}

.messages li.note-msg, .note-msg {
  background-color: #fbfbfb;
  border-color: #e4e4e4;
  color: #888888;
}

.dashedbottom {
  border: none !important;
}

.option .radio-checkbox-text {
  display: block;
  float: inherit;
  width: 100%;
}

.navbar button .fas {
  color: white;
  font-size: 20px;
}

.navbar .active .fas {
  color: #3C3B39;
}

#bestseller .bs-controls p {
  display: none;
}

#bestseller .bs-slider > div, #bestseller .pro-slider > div {
  margin-bottom: 0;
}

#home-bottom-block h1 {
  text-transform: none;
  line-height: 30px;
}

.extra-btn.row button.button.btn-add-to-cart.btn-red-outline {
  padding: 14px !important;
}

#language-selector .form-showroom,
#language-selector .form-language {
  padding-left: 0;
  margin-left: 0;
}

.collapsed .layered-label .glyphicon {
  transform: rotate(180deg);
}

.layered-label .glyphicon {
  transform: initial;
  padding: 5px;
}

/** 20190311 **/
.postWrapper .postTitle h1 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: #333333;
  text-align: left;
}

.form-acceptance-text {
  margin-top: 80px;
}

.coral {
  color: #ea6969;
}

.show_pass {
  color: #909090;
  font-weight: normal;
  text-transform: capitalize !important;
  cursor: pointer;
  margin-top: 5px;
}

/** MENU OUTLET **/
.nav-outlet ul {
  list-style: none;
  border: 1px solid #444;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 13px;
  border-radius: 5px;
  text-transform: uppercase;
}

.nav-outlet li {
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #888;
  width: auto;
}

.nav-outlet a {
  text-decoration: none;
  display: block;
  transition: .3s background-color;
  color: #444;
  padding: 0 15px;
}

.nav-outlet a:hover {
  background-color: lightgray;
}

.nav-outlet a.active {
  background-color: #fff;
  color: #444;
  cursor: default;
}

@media screen and (min-width: 600px) {
  .nav-outlet li {
    width: auto;
    border-bottom: none;
    height: 45px;
    line-height: 45px;
    font-size: 1.0em;
  }

  .nav-outlet li {
    display: inline-block;
  }
}

@media screen and (min-width: 1200px) {
  .nav-outlet a {
    padding: 0 25px;
  }
}

/* Internal Referral */
.intfer-inner {
  margin-top: 15px;
}

.intfer-inner input {
  opacity: 0.4;
}

/* Success Page Checkout */
.success-panel {
  padding: 140px 15px 20px;
}

.success-panel h1 {
  margin: 0;
}

.success-panel h2 {
  font-size: 14px;
  margin: 0;
}

.success-panel .n-order {
  font-size: 14px;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 50px;
}

.success-panel .form-group {
  margin-top: 60px;
}

.success-panel a.button, .success-panel button.button {
  padding: 16px 24px;
}

.homeslider {
  width: 100% !important;
}

#language-selector :hover {
  color: #808285 !important;
}

.container.first {
  width: 100%;
  padding: 0;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.container.first > div {
  display: flex;
}

.sticky .container.first > div.branding {
  display: flex;
}

.sticky .container.first .img-logo-diotti,
.container.first .img-logo-diotti-nopayoff {
  display: none;
}

.container.first .img-logo-diotti,
.sticky .container.first .img-logo-diotti-nopayoff {
  display: block;
}

.footer a, .footer {
  color: #fff;
}

.btn-add-visual {
  background: #ea6969;
  border: none;
  border-radius: 0;
  text-shadow: none;
  padding: 10px 30px;
  margin: 20px 0;
  font-size: 14px;
}

.btn-add-visual:hover {
  background: #f1a4a4;
}

.navbar ul.nav.navbar-nav li.level0 {
  font-size: 13px;
  font-weight: 600;
}

/* MENÙ */
.navbar ul.nav.navbar-nav li.level0 > .dropdown-menu {
  padding: 0 0 15px 0;
  background: #ffffff;
}

.navbar ul.nav.navbar-nav li div.dropdown-menu {
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  width: 100%;
  left: 0 !important;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .nav .parent:hover>.dropdown-menu {
    display: none;
  }

  .nav .parent:hover>.dropdown-menu {
    display: none;
  }

  ul.mouseon.nav > li.parent.hover > div.dropdown-menu {
    display: block;
  }

  .navbar ul.nav.navbar-nav li div.dropdown-menu ul li {
    padding: 20px;
    width: 25%;
    margin: 0 auto;
    display: inline-block;
    vertical-align: text-top;
  }

  .navbar ul.nav.navbar-nav li.level0 > .dropdown-menu::after {
    content: "";
    display: block;
    position: absolute;
    background: #ffffff;
    width: 300%;
    height: 100%;
    top: 0;
    z-index: -1;
    left: -100%;
    box-shadow: 0 5px 20px -15px #000;
  }

  .navbar ul.nav.navbar-nav li.level0 > .dropdown-menu ul, .navbar ul.nav.navbar-nav li.level1 > .dropdown-menu ul {
    padding: 10px 0 0 0;
  }
}

@media screen and (min-width: 992px) {
  .navbar ul.nav.navbar-nav li div.dropdown-menu ul li {
    width: 20.00%;
  }
}

@media screen and (min-width: 1200px) {
  .navbar ul.nav.navbar-nav li div.dropdown-menu ul li {
    width: 16.65%;
  }
}

.navbar ul.nav.navbar-nav li div.dropdown-menu ul li div.dropdown-menu {
  position: relative;
  display: block;
}

.navbar ul.nav.navbar-nav li div.dropdown-menu ul li ul li {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  line-height: 15px;
}

.navbar ul.nav.navbar-nav li div.dropdown-menu ul.level0 > li > a > span {
  display: block;
  white-space: pre-wrap;
  font-weight: 600;
}

.navbar ul.nav.navbar-nav li div.dropdown-menu ul li a span {
  white-space: normal;
}

.navbar ul.nav.navbar-nav li div.dropdown-menu ul.level0 > li > a > span.megamenu-details {
  display: block;
  font-style: italic;
  font-weight: 400;
}

.navbar ul.nav.navbar-nav li div.dropdown-menu ul li:hover > a {
  font-weight: 400;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li.active > a {
  color: #eaeaea;
  transition: color 750ms linear;
  -moz-transition: color 750ms linear;
  -webkit-transition: color 750ms linear;
  -o-transition: color 750ms linear;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li.active > a:hover,
.nav.navbar-nav li.level0.first.dropdown a:hover.dropdown,
.nav.navbar-nav li.level0.dropdown:hover a.dropdown {
  color: #ffffff;
  transition: color 300ms linear;
  -moz-transition: color 300ms linear;
  -webkit-transition: color 300ms linear;
  -o-transition: color 300ms linear;
}

.navbar ul.nav.navbar-nav li div.dropdown-menu ul.level1 li > a,
.navbar ul.nav.navbar-nav li div.dropdown-menu ul.level0 > li > a > span.megamenu-details {
  color: #888888;
  transition: color 200ms linear;
  -moz-transition: color 200ms linear;
  -webkit-transition: color 200ms linear;
  -o-transition: color 200ms linear;
}

.navbar ul.nav.navbar-nav li div.dropdown-menu ul.level1 li:hover > a,
.navbar ul.nav.navbar-nav li div.dropdown-menu ul.level0 > li > a:hover > span.megamenu-details {
  color: #000000;
  transition: color 200ms linear;
  -moz-transition: color 200ms linear;
  -webkit-transition: color 200ms linear;
  -o-transition: color 200ms linear;
}


.navbar ul.nav.navbar-nav li div.dropdown-menu ul.level1 li > a,
.navbar ul.nav.navbar-nav li div.dropdown-menu ul.level0 > li > a > span.megamenu-details {
  transition: color 700ms linear;
  -moz-transition: color 700ms linear;
  -webkit-transition: color 700ms linear;
  -o-transition: color 700ms linear;
}

.navbar ul.nav.navbar-nav li div.dropdown-menu ul.level0 > li > a > span.megamenu-details:after {
  content: "→";
  font-size: 14px;
  margin: 0 10px;
}

.navbar ul.nav.navbar-nav li div.dropdown-menu ul li.parent:after {
  display: none;
}

.navbar ul.nav.navbar-nav li.level0 > .dropdown-menu ul,
.navbar ul.nav.navbar-nav li.level1 > .dropdown-menu ul {
  margin: 0;
  border: none;
}

@media only screen and (min-width: 768px) {
  .nav.navbar-nav > li.level0.dropdown:hover > a.dropdown:after {
    content: "";
    background: url(/skin/frontend/b-responsive/arredaclick/images/freccina.svg) left center no-repeat;
    background-size: cover;
    width: 12px;
    height: 6px;
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    left: calc(50% - 6px);
    bottom: 0;
  }
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
  text-shadow: none;
}

.nav.navbar-nav li.level0.first.dropdown a.dropdown {
  color: #ffffff;
  transition: color 750ms linear;
  -moz-transition: color 750ms linear;
  -webkit-transition: color 750ms linear;
  -o-transition: color 750ms linear;
}

.breadcrumbs-cont {
  background-color: transparent;
}

.breadcrumb {
  padding: 10px 0;
}

@media only screen and (min-width: 768px) {
  .navbar ul.nav.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    align-items: center;
    align-content: stretch;
    flex-wrap: nowrap;
    flex-direction: row;
  }

  .navbar ul.nav.navbar-nav > li:hover {
    background-color: transparent;
  }
}

@media screen and (min-width: 768px) {
  .nav > li > a {
    padding: 7px 5px;
    font-size: 12px;
  }
}

@media screen and (min-width: 992px) {
  .nav > li > a {
    padding: 7px 10px;
    font-size: 13px;
  }
}

@media screen and (min-width: 1200px) {
  .nav > li > a {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 767px) {
  header#header .top-search {
    min-width: 92px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  header#header .branding {
    height: auto;
  }

  .header-container {
    min-width: 92px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .navbar-inverse .navbar-nav > li {
    border-top: 1px solid #fafafa;
  }

  .navbar-inverse .navbar-nav > li > a {
    padding: 18px 12px;
    color: #888888;
    font-weight: 600;
    height: 54px;
    position: relative;
  }

  .navbar-inverse .navbar-nav > li > a > .opened {
    background: #fafafa !important;
    height: auto;
    position: inherit;
  }

  .navbar .container .navbar-collapse > ul.navbar-nav li.dropdown.parent > .dropdown-menu ul.level0 li {
    border-bottom: 1px solid #fff;
    display: block;
    height: auto;
    background-color: #ffffff !important;
  }

  .navbar-inverse .navbar-nav > li > a > .opener,
  .navbar-inverse .navbar-nav > li.level0 .level1 .opener {
    display: none;
  }

  .navbar-inverse .navbar-nav > li.parent > a > .opener,
  .navbar-inverse .navbar-nav > li.level0 .level1.parent .opener {
    position: absolute;
    right: 0;
    top: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    height: 34px;
    width: 25px;
    margin: 12px 15px 10px 0;
    padding: 0;
    background-size: 14px;
    background: url("https://www.diotti.com/skin/frontend/b-responsive/arredaclick/images/freccia-menu-mobile.svg") no-repeat center center;
    color: #888888;
    font-weight: 400;
  }

  .navbar-inverse .navbar-nav>li.level0 .level1.parent .level2 .opener {
    display: none !important;
  }

  /* Secondo Livello */
  .navbar .container .navbar-collapse>ul.navbar-nav li.dropdown.parent>.dropdown-menu ul.level0 li a {
    background: #ffffff;
    color: #888888;
    height: 54px;
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .navbar .container .navbar-collapse>ul.navbar-nav li.dropdown.parent>.dropdown-menu ul.level0 li a span {
    width: 100%;
  }
  .navbar .container .navbar-collapse>ul.navbar-nav li.dropdown.parent>.dropdown-menu ul.level0 li a span.opener {
    width: 25px;
  }
  .navbar ul.nav.navbar-nav li div.dropdown-menu ul.level0 > li > a > span {
    font-weight: 400;
  }
  ul.navbar-nav li a {
    padding-left: 15px;
    font-style: normal;
  }
  .navbar-inverse .navbar-nav>li .opened {
    background: #ffffff;
  }

  li.dropdown.parent > .dropdown > .opener,
  .navbar-inverse .navbar-nav>li.level0 .level1.parent .opener {
    display: none;
  }

  li.dropdown.parent > .dropdown > .opener,
  .navbar-inverse .navbar-nav>li.level0 .level1.parent .opener {
    transform: rotate(0deg);
    transform-origin: center center;
    transition: transform 250ms linear;
    -moz-transition: transform 250ms linear;
    -webkit-transition: transform 250ms linear;
    -o-transition: transform 250ms linear;
  }

  .navbar ul.nav.navbar-nav li div.dropdown-menu ul li ul li {
    padding: 0;
  }

  li.dropdown.parent.opened > .dropdown > .opener,
  .navbar-inverse .navbar-nav>li.level0 .level1.parent.opened .opener {
    transform: rotate(-180deg);
    transform-origin: center center;
    transition: transform 250ms linear;
    -moz-transition: transform 250ms linear;
    -webkit-transition: transform 250ms linear;
    -o-transition: transform 250ms linear;
  }

  .navbar .container .navbar-collapse > ul.navbar-nav li.dropdown.parent > .dropdown-menu {
    display: none;
    float: none;
    height: 0;
    opacity: 0;
    overflow: hidden;
    margin-bottom: 0;
  }

  .navbar .container .navbar-collapse > ul.navbar-nav li.dropdown.parent.opened > .dropdown-menu {
    display: block;
    float: none;
    height: auto;
    opacity: 1;
    overflow: hidden;
  }

  .navbar .container .navbar-collapse > ul.navbar-nav li.dropdown.parent.opened > .dropdown-menu > ul > li > .dropdown-menu {
    display: none;
  }

  .navbar .container .navbar-collapse > ul.navbar-nav li.dropdown.parent.opened > .dropdown-menu > ul > li.opened > .dropdown-menu {
    display: block;
    float: none;
  }

  .navbar .container .navbar-collapse > ul.navbar-nav li.dropdown.parent > .dropdown-menu > ul > li > a {
    padding: 16px 30px;
    color: #888888;
    font-weight: 400;
  }

  .navbar-inverse .navbar-nav > li > a > span,
  .navbar ul.nav.navbar-nav li div.dropdown-menu ul.level0 > li > a > span {
    color: #888888;
    transition: color 750ms linear;
    -moz-transition: color 750ms linear;
    -webkit-transition: color 750ms linear;
    -o-transition: color 750ms linear;
  }

  .navbar-inverse .navbar-nav > li.opened > a > span,
  .navbar ul.nav.navbar-nav li div.dropdown-menu ul.level0 > li.opened > a > span {
    color: #000000;
    transition: color 750ms linear;
    -moz-transition: color 750ms linear;
    -webkit-transition: color 750ms linear;
    -o-transition: color 750ms linear;
  }

  .navbar-inverse .navbar-nav > li > a:hover > span,
  .navbar ul.nav.navbar-nav li div.dropdown-menu ul.level0 > li > a:hover > span {
    color: #000000;
    transition: color 750ms linear;
    -moz-transition: color 750ms linear;
    -webkit-transition: color 750ms linear;
    -o-transition: color 750ms linear;
  }

  .navbar ul.nav.navbar-nav li div.dropdown-menu ul.level0 > li > a > span.megamenu-details {
    display: none;
  }

  .catalog-product-view .collapsible:after {
    content: "";
    width: 18px;
    height: 18px;
    background: url('https://www.diotti.com/skin/frontend/b-responsive/arredaclick/images/freccia-menu-mobile.svg') 0 4px no-repeat;
    transform: rotate(0deg);
    float: right;
  }

  .catalog-product-view .collapsible.closed:after {
    content: "";
    transform: rotate(0deg);
    transition: transform 300ms;
  }

  .catalog-product-view .collapsible.opened:after {
    content: "";
    transform: rotate(180deg);
    transition: transform 300ms;
  }

  .catalog-product-view .slider-controls > span {
    background-color: transparent;
  }

  .catalog-product-view .slider-controls .glyphicon {
    width: 18px;
    height: 18px;
    background: transparent url('https://www.diotti.com/skin/frontend/b-responsive/arredaclick/images/freccia-menu-mobile.svg') 0 4px no-repeat;
    margin: 10px 0;
  }

  .catalog-product-view .slider-controls .glyphicon.glyphicon-chevron-left {
    transform: rotate(90deg);
  }

  .catalog-product-view .slider-controls .glyphicon.glyphicon-chevron-left:before {
    content: "";
  }

  .catalog-product-view .slider-controls .glyphicon.glyphicon-chevron-right {
    transform: rotate(270deg);
  }

  .catalog-product-view .slider-controls .glyphicon.glyphicon-chevron-right:before {
    content: "";
  }
}

.padding-not-found {
  padding: 0 1em;
}

h1:not(.logo),
h1:not(.logo) span,
.catalog-category-view h1,
body[class*=cucine] .page-title h1 {
  font-weight: 600;
}

body[class*=" blog-"] .container.body-wrapper .postWrapper, body[class^=blog-] .container.body-wrapper .postWrapper,
body[class^=blog-] .container.body-wrapper .sidebar .block-blog>div {
  border: 1px solid #e4e4e4;
}

.coupon-box-form {
  display: none;
}

.upsell-product.slick-slider {
  margin: 0;
}

.bs-slider.slick-slider {
  margin: 0 5px;
}

.slick-slide {
  padding: 0 5px;
}

.homeslider .slick-slide {
  padding: 0;
}

@media screen and (max-width: 1199px) {
  .price-box-visible .regular-price .price {
    display: none;
  }
}

.checkout-cart-index .checkout-cms-blocks .row>div .divborder {
  padding: 20px 10px 0;
}

input[type=button] {
  padding: 10px 20px;
  margin: 10px;
  cursor: pointer;
  background: #fafafa;
  border: 2px solid #3c3b39;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  border-radius: 0;
}

input[type=button]:hover {
  opacity: .8;
}

.confirmEmptyCart {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 50000;
}

.confirmEmptyCart > div:first-of-type {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}

.confirmEmptyCart > div:last-of-type {
  padding: 20px;
  background: white;
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 30px #00000066;
  border: 1px solid #000000;
}

.confirmEmptyCart > div:last-of-type div:first-of-type {
  min-width: 260px;
  padding: 12px;
}

.confirmEmptyCart > div:last-of-type div:last-of-type {
  text-align: right;
}

#velve-thumbnails-gallery {
  display: none;
}

.lg-counter, .lg-icon {
  text-shadow: 0 0 1px #ffffff !important;
}

.lg-sub-html {
  width: 100%;
  padding: 12px 160px 12px 70px !important;
  margin: 0 150px 0 0 !important;
  text-align: left !important;
  background: #2f2f2f !important;
  font-size: 14px !important;
  text-shadow: none !important;
  opacity: 1 !important;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .lg-sub-html {
    padding: 12px 50px 12px 70px !important;
  }
}

.lightGallery-white-theme .lg-outer .lg-thumb-outer {
  box-shadow: 0 0 6px -3.5px rgba(0,0,0,0.25) inset;
}

.lightGallery-white-theme .lg-sub-html {
  color: #333 !important;
  background: transparent !important;
  text-shadow: 0 0 1px #ffffff !important;
}

.lightGallery-white-theme .lg-sub-html a {
  color: #2f2f2f !important;
}

.lightGallery-white-theme .lg-backdrop {
  background-color: #fff;
}

.lightGallery-white-theme .lg-backdrop {
  background-color: #fff;
}

.lightGallery-white-theme .lg-thumb-item.active,.lightGallery-white-theme .lg-thumb-item:hover {
  border-color: #333;
}

.lightGallery-white-theme .lg-progress-bar {
  background-color: #999;
}

.lightGallery-white-theme .lg-progress-bar .lg-progress {
  background-color: #333;
}

.lightGallery-white-theme .lg-outer .lg-thumb-outer {
  background-color: #fcfcfc;
}

.lightGallery-white-theme .lg-next,
.lightGallery-white-theme .lg-prev {
  background-color: transparent;
  color: #444;
}

.lightGallery-white-theme .lg-next:hover,
.lightGallery-white-theme .lg-prev:hover,
.lightGallery-white-theme .lg-next:hover:not(.disabled),
.lightGallery-white-theme .lg-prev:hover:not(.disabled){
  color: #000;
}

.lightGallery-white-theme .lg-next:focus,
.lightGallery-white-theme .lg-prev:focus {
  outline: none;
  box-shadow: none;
}

.lightGallery-white-theme .lg-toolbar .lg-icon {
  color: #555;
}

.lightGallery-white-theme .lg-toolbar .lg-icon:hover {
  color: #000;
}

.lightGallery-white-theme .lg-counter {
  color: #555;
  font-size: 14px;
}

.lightGallery-white-theme .lg-outer .lg-thumb-item.active,.lightGallery-white-theme .lg-outer .lg-thumb-item:hover {
  border-color: #333;
}

.open-gallery-icon-container {
  margin: 0;
}

.vcg-thumb-inner.vcg-open-gallery-thumb-mobile .vcg-open-gallery-thumb-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .vcg-open-gallery-thumb {
    min-height: 92px;
    padding-top: 14px;
    font-size: 12px;
  }

  .thumb-container img {
    max-height: 92px;
  }
}

.vcg-open-gallery-thumb {
  padding-top: 0;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
}

.vcg-open-gallery-thumb .vcg-open-gallery-thumb-inner .open-gallery-text-container span.gallery-thumb-text {
  padding: 0 5px 0 0;
}

.popup-min {
  text-align: center;
}

.popup-min .popover {
  padding: 16px 16px 0 16px;
  text-align:center;
}

.popup-min .popover .popover-content {
  font-weight: 500;
}

a.velve-btn, button.button-velve-btn {
  text-align: center;
  border-radius: 0;
  border: 0;
  background: #c9c9c9;
  width: 100%;
  height: 60px;
  color: #fff !important;
  font-size: 14px;
  margin-bottom: 0;
  padding: 8px 12px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}

a.velve-btn:hover, button.button-velve-btn:hover {
  opacity: 0.8;
}

a.velve-btn.velve-btn-primary, button.velve-btn.velve-btn-primary {
  background-color: #3c3b39;
}

a.velve-btn.velve-btn-secondary, button.velve-btn.velve-btn-secondary {
  background-color: #ea6969;
}

a.velve-btn.velve-btn-tertiary, button.velve-btn.velve-btn-tertiary {
  background-color: #7aa288;
}

figure.withCopyright {
  margin-bottom: 20px;
}
figure.withCopyright img {
  max-width: 100%;
}
figure.withCopyright p.copyright {
  font-size: 10px;
  color: #7f7f7f;
  font-style: italic;
  margin-top: 5px;
  font-weight: normal;
}
figure.withCopyright p.copyright a, figure.withCopyright p.copyright a:hover {
  font-size: 10px;
  color: #7f7f7f !important;
  font-weight: normal;
}
figure.withCopyright p.copyright a:hover {
  text-decoration: underline;
}

.postTitle span {
  font-size: 14px;
  font-weight: 500;
  color: #4d4d4d;
}

.h1blog {
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  color: #4d4d4d;
  width: 100%;
  display: block;
}

ul.sitemap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
  grid-gap: 10px;
}

ul.sitemap li {
  background-color: #f2f2f2;
}

ul.sitemap li.level-0 {
  padding: 20px;
  font-weight: 700;
}

ul.sitemap li.level-1 {
  padding: 5px 0 0 20px;
  font-weight: 600;
}

ul.sitemap li.level-2 {
  padding: 0 0 0 30px;
    font-weight: 400;
}

ul.sitemap li.level-3 {
  padding: 0 0 0 40px;
    font-weight: 400;
}

.info-description .embed-container {
  display: block;
  margin-bottom: 30px;
}

.info-description .embed-container:last-child {
  margin-bottom: 0;
}

a button.btn-add-visual {
  white-space: break-spaces;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/images/colorbox/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
/*#cboxTopLeft{width:21px; height:21px; background:url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/colorbox/images/controls.png) no-repeat -101px 0;}*/
/*#cboxTopRight{width:21px; height:21px; background:url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/colorbox/images/controls.png) no-repeat -130px 0;}*/
/*#cboxBottomLeft{width:21px; height:21px; background:url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/colorbox/images/controls.png) no-repeat -101px -29px;}*/
/*#cboxBottomRight{width:21px; height:21px; background:url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/colorbox/images/controls.png) no-repeat -130px -29px;}*/
/*#cboxMiddleLeft{width:21px; background:url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/colorbox/images/controls.png) left top repeat-y;}*/
/*#cboxMiddleRight{width:21px; background:url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/colorbox/images/controls.png) right top repeat-y;}*/
/*#cboxTopCenter{height:21px; background:url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/colorbox/images/border.png) 0 0 repeat-x;}*/
/*#cboxBottomCenter{height:21px; background:url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/colorbox/images/border.png) 0 -29px repeat-x;}*/
#cboxContent{background:#fff; overflow:hidden;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-top:40px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxLoadingOverlay{background:url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/images/colorbox/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/images/colorbox/loading.gif) no-repeat center center;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0; background:url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/colorbox/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/colorbox/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxNext:hover{background-position:-50px -25px;}
#cboxClose{position:absolute; bottom:0; right:0; background:url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/colorbox/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
/*#cboxClose:hover{background-position:-25px -25px;}*/
#cboxClose{background-position:-50px 0px; right:0;}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

#cboxWrapper #cboxClose {
    margin-right: 1px;
    background: none;
    display: block;
    width: 35px;
    height: 40px;
    font-family: 'Glyphicons Halflings';
    font-size: 30px;
    content: "";
    text-indent: 0;
    top: 0;
    right: -5px;
    color: #FFF;
}

#cboxContent{
    background-color: #423D3D;
}

#cboxWrapper #cboxClose:before {
    content: "\e014";
}
<!--
/**
* IDEALIAGroup srl
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to info@idealiagroup.com so we can send you a copy immediately.
*
* @category    MSP
* @package     Arreda_CustomOptions
* @copyright   Copyright (c) 2015 IDEALIAGroup srl (http://www.idealiagroup.com)
* @license     http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
*/
-->
.padding-image {
    float: left;
    margin-right: 10px;
    /*margin-top: 5px;*/
    margin-top: 0;
}
.padding-name {
    display: inline;
    font-weight: bold;
}
.padding-option-wrapper {
    margin-top: 10px;
}
.codice-field {
    display:block;
    position:relative;
}
.codice-overlay-button {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    cursor: pointer;
}
.codice .padding-image {
    /*margin: 0 0 10px 10px;*/
}
.codice .padding-name,
.codice .padding-product,
.codice .padding-link {
    display: none;
}
.no-touch #cboxLoadedContent .cboxIframe {
    height: 100%;
}
.touch #cboxLoadedContent .cboxIframe {
    height: auto;
}
/* SEO BOX */
.box-debug-price 		{ border:1px solid #d3d3d3;padding: 0px;text-align: center;margin: 0px;}
.box-debug-seo 			{
    width:250px;
    position: fixed;
    right:0px;
    top:25%;
    background-color: #fafafa;
    z-index:100;
    padding:10px 15px;
    border-radius:9px 0px 0px 9px;
    border:1px solid #d3d3d3;
    box-shadow: 0px 5px 5px #858585;
    font-size:10px;
}
.box-debug-seo p 	    { padding-bottom: 15px; }
.box-debug-seo a		{ color:#dd6763; }
.box-debug-seo .title 	{ font-weight:bold; color:#555555;margin:13px 0px 3px 0px ;font-size:10px;}


.box-debug-sidebar {
    visibility: hidden;
    transition: visibility 0s 0.6s;
}

.box-debug-sidebar.is-visible {
    visibility: visible;
    transition: visibility 0s 0s;
}

.box-debug-sidebar-closed {
    visibility: hidden;
}

.box-debug-sidebar-closed.is-visible {
    visibility: visible;
    transition: visibility 0s 0.3s;
    z-index: 100;
}

.box-debug-seo  {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-delay: 0.3s;
    transform: translate3d(100%, 0, 0);
}

.is-visible .box-debug-seo {
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
}
.box-debug-seo .close {
    height: 15px;
    width: 15px;
    position: absolute;
    top: 10px;
    left: 5px;
    cursor: pointer;
    font-size: 16px;
    background: url("https://www.diotti.com/skin/frontend/base/default/arreda_debugsidebar/img/arrow_right.png") no-repeat;
    background-size: cover;
}

.box-debug-sidebar-closed{
    filter:alpha(opacity=80);
    opacity:0.80;
    width: 15px;
    height: 25px;
    position: fixed;
    right:0;
    top:25%;
    background-color: #ffffff;
    z-index:50;
    border-radius:9px 0 0 9px;
    border:1px solid #cccccc;
    margin-top: 1px;
}

.box-debug-sidebar-closed .close {
    height: 15px;
    width: 15px;
    cursor: pointer;
    background-color: #fafafa;
    z-index: 99;
    font-size: 16px;
    margin-top: 5px;
    margin-left: 5px;
    box-sizing: border-box;
    background: url("https://www.diotti.com/skin/frontend/base/default/arreda_debugsidebar/img/arrow_left.png") no-repeat;
    background-size: cover;
}
/**
 * MageWorx
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the MageWorx EULA that is bundled with
 * this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.mageworx.com/LICENSE-1.0.html
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade the extension
 * to newer versions in the future. If you wish to customize the extension
 * for your needs please refer to http://www.mageworx.com/ for more information
 *
 * @category   MageWorx
 * @package    MageWorx_CustomOptions
 * @copyright  Copyright (c) 2014 MageWorx (http://www.mageworx.com/)
 * @license    http://www.mageworx.com/LICENSE-1.0.html
 */

/**
 * Advanced Product Options extension
 *
 * @category   MageWorx
 * @package    MageWorx_CustomOptions
 * @author     MageWorx Dev Team
 */

.option a {text-decoration: none;}
.option .special-price {color: #CD5033;}
.option .small-image-preview {padding:3px;}
.option li.swatch {display: inline-block; margin: 1px; text-align: center; }
.option li.swatch-disabled {opacity: 0.3;}

.option img.swatch, .option div.swatch {margin: 1px 1px 5px 1px;}
.option img.swatch-selected, .option div.swatch-selected {border: 1px solid #000000; margin-bottom:4px;}
 
.option div.swatch-color {
    display:inline-block;
    width:100%;
    height:100%;
}

.option .limit-holder {
    display: block; padding: 10px 0 0;
}

.radio-checkbox-label {
    width: 100%;
}

.option .radio-checkbox-img {
    float:left;
}
.product-options ul.options-list label.radio-checkbox-label-1,
.product-options ul.options-list label.radio-checkbox-label-2 {
    padding:6px;
    width: 100%;
}

.option .radio-checkbox-label-1 .label-qty, .option .radio-checkbox-label-2 .label-qty {
    display:inline-block; float:right; padding:5px;
}
.option .radio-checkbox-label-1 .label-qty b, .option .radio-checkbox-label-2 .label-qty b {
    padding-top: 6px;
    padding-right: 5px;
    float: left;
    font-size: 11px;
    text-transform: uppercase;
}
.option .radio-checkbox-label-1 .label-qty input, .option .radio-checkbox-label-2 .label-qty input {
    max-width: 43px;
    height: 28px;
    text-align: center;
}
.product-options ul.options-list .radio-checkbox-label-1 input.product-custom-option, .product-options ul.options-list .radio-checkbox-label-2 input.product-custom-option {
    margin:5px;
}

.product-options ul.options-list span.radio-checkbox-label {
    display: inline-block;
}

.product-options ul.tier-prices {display: block;}
 

.tagtip-question {
    background: url(https://www.diotti.com/skin/frontend/b-responsive/arredaclick/images/question.png) 0 0 no-repeat; 
    width: 16px; 
    height: 16px;
    display: inline-block;
    margin-left: 5px;
} 
.tagtip {
    background: #fff;
    border: 1px solid #c7c7c7;
    color: #505050;
    padding: 2px;
    min-width: 100px;
    max-width: 500px;
    text-align: center;
    z-index: 9999;
}
.tagtip .content {
    padding: 5px 5px 0px 5px;
    text-align:left;
}
.tagtip .content p {margin: 0;}


@font-face {
  font-family: 'lg';
  src: url("https://www.diotti.com/skin/frontend/b-responsive/arredaclick/js/lightgallery/fonts/lg.woff2?io9a6k") format("woff2"), url("https://www.diotti.com/skin/frontend/b-responsive/arredaclick/js/lightgallery/fonts/lg.ttf?io9a6k") format("truetype"), url("https://www.diotti.com/skin/frontend/b-responsive/arredaclick/js/lightgallery/fonts/lg.woff?io9a6k") format("woff"), url("https://www.diotti.com/skin/frontend/b-responsive/arredaclick/js/lightgallery/fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}

.lg-single-item .lg-next, .lg-single-item
.lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: '\e095';
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: '\e094';
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: '\e070';
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: '\e90a';
}

.lg-toolbar .lg-download:after {
  content: '\e0f2';
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-group:after {
  content: '';
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}

.lg-outer .lg-item {
  display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("https://www.diotti.com/skin/frontend/b-responsive/arredaclick/js/lightgallery/images/loading.gif") no-repeat scroll center center transparent;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}

.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: '\e909';
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  -moz-transition: -moz-transform 0.35s ease-out 0s;
  -o-transition: -o-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-css3.lg-zoom-in .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(1.3, 1.3, 1.3);
  transform: scale3d(1.3, 1.3, 1.3);
}

.lg-css3.lg-zoom-in .lg-item.lg-next-slide {
  -webkit-transform: scale3d(1.3, 1.3, 1.3);
  transform: scale3d(1.3, 1.3, 1.3);
}

.lg-css3.lg-zoom-in .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-in .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-lollipop-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
  -moz-transform: translate3d(0, 0, 0) scale(0.5);
  -o-transform: translate3d(0, 0, 0) scale(0.5);
  -ms-transform: translate3d(0, 0, 0) scale(0.5);
  -webkit-transform: translate3d(0, 0, 0) scale(0.5);
  transform: translate3d(0, 0, 0) scale(0.5);
}

.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-lollipop-rev .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-next-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
  -o-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
  -ms-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
  -webkit-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
  transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
  -o-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
  -ms-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
  -webkit-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
  transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-lollipop .lg-item {
  opacity: 0;
}

.lg-css3.lg-lollipop .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-lollipop .lg-item.lg-next-slide {
  -moz-transform: translate3d(0, 0, 0) scale(0.5);
  -o-transform: translate3d(0, 0, 0) scale(0.5);
  -ms-transform: translate3d(0, 0, 0) scale(0.5);
  -webkit-transform: translate3d(0, 0, 0) scale(0.5);
  transform: translate3d(0, 0, 0) scale(0.5);
}

.lg-css3.lg-lollipop .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-lollipop .lg-item.lg-prev-slide, .lg-css3.lg-lollipop .lg-item.lg-next-slide, .lg-css3.lg-lollipop .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
  -o-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
  -ms-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
  -webkit-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
  transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide {
  -moz-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
  -o-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
  -ms-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
  -webkit-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
  transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-rotate-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.lg-css3.lg-rotate-rev .lg-item.lg-next-slide {
  -moz-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.lg-css3.lg-rotate-rev .lg-item.lg-current {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide, .lg-css3.lg-rotate-rev .lg-item.lg-next-slide, .lg-css3.lg-rotate-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
  -moz-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
  -o-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
  -ms-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
  -webkit-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
  transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide {
  -moz-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
  -o-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
  -ms-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
  -webkit-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
  transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-rotate .lg-item {
  opacity: 0;
}

.lg-css3.lg-rotate .lg-item.lg-prev-slide {
  -moz-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.lg-css3.lg-rotate .lg-item.lg-next-slide {
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.lg-css3.lg-rotate .lg-item.lg-current {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.lg-css3.lg-rotate .lg-item.lg-prev-slide, .lg-css3.lg-rotate .lg-item.lg-next-slide, .lg-css3.lg-rotate .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
  -moz-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
  -o-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
  -ms-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
  -webkit-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
  transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew .lg-item.lg-next-slide {
  -moz-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
  -o-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
  -ms-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
  -webkit-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
  transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew .lg-item.lg-next-slide, .lg-css3.lg-slide-skew .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-scale-up .lg-item {
  opacity: 0;
}

.lg-css3.lg-scale-up .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -o-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -ms-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
}

.lg-css3.lg-scale-up .lg-item.lg-next-slide {
  -moz-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -o-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -ms-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
}

.lg-css3.lg-scale-up .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-scale-up .lg-item.lg-prev-slide, .lg-css3.lg-scale-up .lg-item.lg-next-slide, .lg-css3.lg-scale-up .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-vertical-growth .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  -o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  -ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide {
  -moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  -o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  -ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-circular-vertical .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-vertical .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.lg-css3.lg-slide-vertical .lg-item.lg-next-slide {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.lg-css3.lg-slide-vertical .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-circular .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide-circular .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.lg-css3.lg-slide-circular .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular .lg-item.lg-next-slide, .lg-css3.lg-slide-circular .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-soft-zoom .lg-item {
  opacity: 0;
}

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.lg-css3.lg-soft-zoom .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
}

.lg-css3.lg-soft-zoom .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide, .lg-css3.lg-soft-zoom .lg-item.lg-next-slide, .lg-css3.lg-soft-zoom .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
  -o-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
  -ms-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
  -webkit-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
  transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
  -o-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
  -ms-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
  -webkit-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
  transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-tube .lg-item {
  opacity: 0;
}

.lg-css3.lg-tube .lg-item.lg-prev-slide {
  -moz-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  -o-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  -ms-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  -webkit-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
}

.lg-css3.lg-tube .lg-item.lg-next-slide {
  -moz-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  -o-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  -ms-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  -webkit-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
}

.lg-css3.lg-tube .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-tube .lg-item.lg-prev-slide, .lg-css3.lg-tube .lg-item.lg-next-slide, .lg-css3.lg-tube .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-cross .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
  -o-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
  -ms-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
  -webkit-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
  transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
  -o-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
  -ms-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
  -webkit-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
  transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-zoom-in-big .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-big .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-skew-only-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide {
  -moz-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1;
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-zoom-in-out .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-in-out .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, -10deg);
  -o-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  -webkit-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, -10deg);
  -o-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  -webkit-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only-y .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, 10deg);
  -o-transform: skew(0deg, 10deg);
  -ms-transform: skew(0deg, 10deg);
  -webkit-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg);
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, 10deg);
  -o-transform: skew(0deg, 10deg);
  -ms-transform: skew(0deg, 10deg);
  -webkit-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg);
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1;
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-zoom-out-big .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-big .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-skew-only .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
  -moz-transform: skew(10deg, 0deg);
  -o-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  -webkit-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
}

.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide {
  -moz-transform: skew(10deg, 0deg);
  -o-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  -webkit-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
}

.lg-css3.lg-slide-skew-only .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1;
}

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-zoom-out-in .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-out-in .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-skew-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
  -o-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
  -ms-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
  -webkit-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
  transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide {
  -moz-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
  -o-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
  -ms-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
  -webkit-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
  transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-zoom-out .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0.7, 0.7, 0.7);
  transform: scale3d(0.7, 0.7, 0.7);
}

.lg-css3.lg-zoom-out .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0.7, 0.7, 0.7);
  transform: scale3d(0.7, 0.7, 0.7);
}

.lg-css3.lg-zoom-out .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-out .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
  -o-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
  -ms-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
  -webkit-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
  transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
  -o-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
  -ms-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
  -webkit-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
  transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}

.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}

.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer .lg-toggle-thumb:after {
  content: '\e1ff';
}

.lg-outer.lg-animate-thumb .lg-thumb {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0ms !important;
  transition-duration: 0ms !important;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}

.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition {
  transition: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition {
  transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0px) !important;
  max-width: none !important;
  max-height: none !important;
  top: 50% !important;
  left: 50% !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x {
  transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0px) !important;
  top: 0 !important;
  left: 50% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y {
  transform: scale3d(1, 1, 1) translate3d(0, -50%, 0px) !important;
  top: 50% !important;
  left: 0% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-icon.lg-zoom-in:after {
  content: '\e311';
}

.lg-actual-size .lg-icon.lg-zoom-in {
  opacity: 0.5;
  pointer-events: none;
}

.lg-icon.lg-actual-size {
  font-size: 20px;
}

.lg-icon.lg-actual-size:after {
  content: '\e033';
}

.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

.lg-icon.lg-zoom-out:after {
  content: '\e312';
}

.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer[data-lg-slide-type='video'] .lg-zoom-in,
.lg-outer[data-lg-slide-type='video'] .lg-actual-size,
.lg-outer[data-lg-slide-type='video'] .lg-zoom-out, .lg-outer[data-lg-slide-type='iframe'] .lg-zoom-in,
.lg-outer[data-lg-slide-type='iframe'] .lg-actual-size,
.lg-outer[data-lg-slide-type='iframe'] .lg-zoom-out, .lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}

