.scrollable {
position: relative;
}
.scrollable:focus {
outline: 0;
}
.scrollable .viewport {
position: relative;
overflow: hidden;
}
.scrollable .viewport .overview {
position: absolute;
}
.scrollable .scroll-bar {
display: none;
}
.scrollable .scroll-bar.vertical {
position: absolute;
right: 0;
height: 100%;
}
.scrollable .scroll-bar.horizontal {
position: relative;
width: 100%;
}
.scrollable .scroll-bar .thumb {
position: absolute;
}
.scrollable .scroll-bar.vertical .thumb {
width: 100%;
min-height: 10px;
}
.scrollable .scroll-bar.horizontal .thumb {
height: 100%;
min-width: 10px;
left: 0;
}
.not-selectable {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} .scrollable.default-skin {
padding-right: 10px;
padding-bottom: 6px;
}
.scrollable.default-skin .scroll-bar.vertical {
width: 6px;
}
.scrollable.default-skin .scroll-bar.horizontal {
height: 6px;
}
.scrollable.default-skin .scroll-bar .thumb {
background-color: black;
opacity: 0.4;
border-radius: 3px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.scrollable.default-skin .scroll-bar:hover .thumb {
opacity: 0.6;
} .scrollable.gray-skin {
padding-right: 17px;
}
.scrollable.gray-skin .scroll-bar {
border: 1px solid gray;
background-color: #d3d3d3;
}
.scrollable.gray-skin .scroll-bar .thumb {
background-color: gray;
}
.scrollable.gray-skin .scroll-bar:hover .thumb {
background-color: black;
}
.scrollable.gray-skin .scroll-bar.vertical {
width: 10px;
}
.scrollable.gray-skin .scroll-bar.horizontal {
height: 10px;
margin-top: 2px;
} .scrollable.modern-skin {
padding-right: 17px;
}
.scrollable.modern-skin .scroll-bar {
border: 1px solid gray;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-moz-box-shadow: inset 0 0 5px #888;
-webkit-box-shadow: inset 0 0 5px #888;
box-shadow: inset 0 0 5px #888;
}
.scrollable.modern-skin .scroll-bar .thumb {
background-color: #95aabf;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border: 1px solid #536984;
}
.scrollable.modern-skin .scroll-bar.vertical .thumb {
width: 8px;
background: -moz-linear-gradient(left, #95aabf 0%, #547092 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #95aabf), color-stop(100%, #547092));
background: -webkit-linear-gradient(left, #95aabf 0%, #547092 100%);
background: -o-linear-gradient(left, #95aabf 0%, #547092 100%);
background: -ms-linear-gradient(left, #95aabf 0%, #547092 100%);
background: linear-gradient(to right, #95aabf 0%, #547092 100%);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=1 )";
}
.scrollable.modern-skin .scroll-bar.horizontal .thumb {
height: 8px;
background-image: linear-gradient(#95aabf, #547092);
background-image: -o-linear-gradient(#95aabf, #547092);
background-image: -moz-linear-gradient(#95aabf, #547092);
background-image: -webkit-linear-gradient(#95aabf, #547092);
background-image: -ms-linear-gradient(#95aabf, #547092);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=0 )";
}
.scrollable.modern-skin .scroll-bar.vertical {
width: 10px;
}
.scrollable.modern-skin .scroll-bar.horizontal {
height: 10px;
margin-top: 2px;
}@font-face{font-family:'Glyphicons Halflings';src:url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/glyphicons-halflings-regular.eot);src:url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/glyphicons-halflings-regular.woff) format("woff"),url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")}.px-capf-wrapper .glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.px-capf-wrapper .glyphicon-asterisk:before{content:"\002a"}.px-capf-wrapper .glyphicon-plus:before{content:"\002b"}.px-capf-wrapper .glyphicon-euro:before,.px-capf-wrapper .glyphicon-eur:before{content:"\20ac"}.px-capf-wrapper .glyphicon-minus:before{content:"\2212"}.px-capf-wrapper .glyphicon-cloud:before{content:"\2601"}.px-capf-wrapper .glyphicon-envelope:before{content:"\2709"}.px-capf-wrapper .glyphicon-pencil:before{content:"\270f"}.px-capf-wrapper .glyphicon-glass:before{content:"\e001"}.px-capf-wrapper .glyphicon-music:before{content:"\e002"}.px-capf-wrapper .glyphicon-search:before{content:"\e003"}.px-capf-wrapper .glyphicon-heart:before{content:"\e005"}.px-capf-wrapper .glyphicon-star:before{content:"\e006"}.px-capf-wrapper .glyphicon-star-empty:before{content:"\e007"}.px-capf-wrapper .glyphicon-user:before{content:"\e008"}.px-capf-wrapper .glyphicon-film:before{content:"\e009"}.px-capf-wrapper .glyphicon-th-large:before{content:"\e010"}.px-capf-wrapper .glyphicon-th:before{content:"\e011"}.px-capf-wrapper .glyphicon-th-list:before{content:"\e012"}.px-capf-wrapper .glyphicon-ok:before{content:"\e013"}.px-capf-wrapper .glyphicon-remove:before{content:"\e014"}.px-capf-wrapper .glyphicon-zoom-in:before{content:"\e015"}.px-capf-wrapper .glyphicon-zoom-out:before{content:"\e016"}.px-capf-wrapper .glyphicon-off:before{content:"\e017"}.px-capf-wrapper .glyphicon-signal:before{content:"\e018"}.px-capf-wrapper .glyphicon-cog:before{content:"\e019"}.px-capf-wrapper .glyphicon-trash:before{content:"\e020"}.px-capf-wrapper .glyphicon-home:before{content:"\e021"}.px-capf-wrapper .glyphicon-file:before{content:"\e022"}.px-capf-wrapper .glyphicon-time:before{content:"\e023"}.px-capf-wrapper .glyphicon-road:before{content:"\e024"}.px-capf-wrapper .glyphicon-download-alt:before{content:"\e025"}.px-capf-wrapper .glyphicon-download:before{content:"\e026"}.px-capf-wrapper .glyphicon-upload:before{content:"\e027"}.px-capf-wrapper .glyphicon-inbox:before{content:"\e028"}.px-capf-wrapper .glyphicon-play-circle:before{content:"\e029"}.px-capf-wrapper .glyphicon-repeat:before{content:"\e030"}.px-capf-wrapper .glyphicon-refresh:before{content:"\e031"}.px-capf-wrapper .glyphicon-list-alt:before{content:"\e032"}.px-capf-wrapper .glyphicon-lock:before{content:"\e033"}.px-capf-wrapper .glyphicon-flag:before{content:"\e034"}.px-capf-wrapper .glyphicon-headphones:before{content:"\e035"}.px-capf-wrapper .glyphicon-volume-off:before{content:"\e036"}.px-capf-wrapper .glyphicon-volume-down:before{content:"\e037"}.px-capf-wrapper .glyphicon-volume-up:before{content:"\e038"}.px-capf-wrapper .glyphicon-qrcode:before{content:"\e039"}.px-capf-wrapper .glyphicon-barcode:before{content:"\e040"}.px-capf-wrapper .glyphicon-tag:before{content:"\e041"}.px-capf-wrapper .glyphicon-tags:before{content:"\e042"}.px-capf-wrapper .glyphicon-book:before{content:"\e043"}.px-capf-wrapper .glyphicon-bookmark:before{content:"\e044"}.px-capf-wrapper .glyphicon-print:before{content:"\e045"}.px-capf-wrapper .glyphicon-camera:before{content:"\e046"}.px-capf-wrapper .glyphicon-font:before{content:"\e047"}.px-capf-wrapper .glyphicon-bold:before{content:"\e048"}.px-capf-wrapper .glyphicon-italic:before{content:"\e049"}.px-capf-wrapper .glyphicon-text-height:before{content:"\e050"}.px-capf-wrapper .glyphicon-text-width:before{content:"\e051"}.px-capf-wrapper .glyphicon-align-left:before{content:"\e052"}.px-capf-wrapper .glyphicon-align-center:before{content:"\e053"}.px-capf-wrapper .glyphicon-align-right:before{content:"\e054"}.px-capf-wrapper .glyphicon-align-justify:before{content:"\e055"}.px-capf-wrapper .glyphicon-list:before{content:"\e056"}.px-capf-wrapper .glyphicon-indent-left:before{content:"\e057"}.px-capf-wrapper .glyphicon-indent-right:before{content:"\e058"}.px-capf-wrapper .glyphicon-facetime-video:before{content:"\e059"}.px-capf-wrapper .glyphicon-picture:before{content:"\e060"}.px-capf-wrapper .glyphicon-map-marker:before{content:"\e062"}.px-capf-wrapper .glyphicon-adjust:before{content:"\e063"}.px-capf-wrapper .glyphicon-tint:before{content:"\e064"}.px-capf-wrapper .glyphicon-edit:before{content:"\e065"}.px-capf-wrapper .glyphicon-share:before{content:"\e066"}.px-capf-wrapper .glyphicon-check:before{content:"\e067"}.px-capf-wrapper .glyphicon-move:before{content:"\e068"}.px-capf-wrapper .glyphicon-step-backward:before{content:"\e069"}.px-capf-wrapper .glyphicon-fast-backward:before{content:"\e070"}.px-capf-wrapper .glyphicon-backward:before{content:"\e071"}.px-capf-wrapper .glyphicon-play:before{content:"\e072"}.px-capf-wrapper .glyphicon-pause:before{content:"\e073"}.px-capf-wrapper .glyphicon-stop:before{content:"\e074"}.px-capf-wrapper .glyphicon-forward:before{content:"\e075"}.px-capf-wrapper .glyphicon-fast-forward:before{content:"\e076"}.px-capf-wrapper .glyphicon-step-forward:before{content:"\e077"}.px-capf-wrapper .glyphicon-eject:before{content:"\e078"}.px-capf-wrapper .glyphicon-chevron-left:before{content:"\e079"}.px-capf-wrapper .glyphicon-chevron-right:before{content:"\e080"}.px-capf-wrapper .glyphicon-plus-sign:before{content:"\e081"}.px-capf-wrapper .glyphicon-minus-sign:before{content:"\e082"}.px-capf-wrapper .glyphicon-remove-sign:before{content:"\e083"}.px-capf-wrapper .glyphicon-ok-sign:before{content:"\e084"}.px-capf-wrapper .glyphicon-question-sign:before{content:"\e085"}.px-capf-wrapper .glyphicon-info-sign:before{content:"\e086"}.px-capf-wrapper .glyphicon-screenshot:before{content:"\e087"}.px-capf-wrapper .glyphicon-remove-circle:before{content:"\e088"}.px-capf-wrapper .glyphicon-ok-circle:before{content:"\e089"}.px-capf-wrapper .glyphicon-ban-circle:before{content:"\e090"}.px-capf-wrapper .glyphicon-arrow-left:before{content:"\e091"}.px-capf-wrapper .glyphicon-arrow-right:before{content:"\e092"}.px-capf-wrapper .glyphicon-arrow-up:before{content:"\e093"}.px-capf-wrapper .glyphicon-arrow-down:before{content:"\e094"}.px-capf-wrapper .glyphicon-share-alt:before{content:"\e095"}.px-capf-wrapper .glyphicon-resize-full:before{content:"\e096"}.px-capf-wrapper .glyphicon-resize-small:before{content:"\e097"}.px-capf-wrapper .glyphicon-exclamation-sign:before{content:"\e101"}.px-capf-wrapper .glyphicon-gift:before{content:"\e102"}.px-capf-wrapper .glyphicon-leaf:before{content:"\e103"}.px-capf-wrapper .glyphicon-fire:before{content:"\e104"}.px-capf-wrapper .glyphicon-eye-open:before{content:"\e105"}.px-capf-wrapper .glyphicon-eye-close:before{content:"\e106"}.px-capf-wrapper .glyphicon-warning-sign:before{content:"\e107"}.px-capf-wrapper .glyphicon-plane:before{content:"\e108"}.px-capf-wrapper .glyphicon-calendar:before{content:"\e109"}.px-capf-wrapper .glyphicon-random:before{content:"\e110"}.px-capf-wrapper .glyphicon-comment:before{content:"\e111"}.px-capf-wrapper .glyphicon-magnet:before{content:"\e112"}.px-capf-wrapper .glyphicon-chevron-up:before{content:"\e113"}.px-capf-wrapper .glyphicon-chevron-down:before{content:"\e114"}.px-capf-wrapper .glyphicon-retweet:before{content:"\e115"}.px-capf-wrapper .glyphicon-shopping-cart:before{content:"\e116"}.px-capf-wrapper .glyphicon-folder-close:before{content:"\e117"}.px-capf-wrapper .glyphicon-folder-open:before{content:"\e118"}.px-capf-wrapper .glyphicon-resize-vertical:before{content:"\e119"}.px-capf-wrapper .glyphicon-resize-horizontal:before{content:"\e120"}.px-capf-wrapper .glyphicon-hdd:before{content:"\e121"}.px-capf-wrapper .glyphicon-bullhorn:before{content:"\e122"}.px-capf-wrapper .glyphicon-bell:before{content:"\e123"}.px-capf-wrapper .glyphicon-certificate:before{content:"\e124"}.px-capf-wrapper .glyphicon-thumbs-up:before{content:"\e125"}.px-capf-wrapper .glyphicon-thumbs-down:before{content:"\e126"}.px-capf-wrapper .glyphicon-hand-right:before{content:"\e127"}.px-capf-wrapper .glyphicon-hand-left:before{content:"\e128"}.px-capf-wrapper .glyphicon-hand-up:before{content:"\e129"}.px-capf-wrapper .glyphicon-hand-down:before{content:"\e130"}.px-capf-wrapper .glyphicon-circle-arrow-right:before{content:"\e131"}.px-capf-wrapper .glyphicon-circle-arrow-left:before{content:"\e132"}.px-capf-wrapper .glyphicon-circle-arrow-up:before{content:"\e133"}.px-capf-wrapper .glyphicon-circle-arrow-down:before{content:"\e134"}.px-capf-wrapper .glyphicon-globe:before{content:"\e135"}.px-capf-wrapper .glyphicon-wrench:before{content:"\e136"}.px-capf-wrapper .glyphicon-tasks:before{content:"\e137"}.px-capf-wrapper .glyphicon-filter:before{content:"\e138"}.px-capf-wrapper .glyphicon-briefcase:before{content:"\e139"}.px-capf-wrapper .glyphicon-fullscreen:before{content:"\e140"}.px-capf-wrapper .glyphicon-dashboard:before{content:"\e141"}.px-capf-wrapper .glyphicon-paperclip:before{content:"\e142"}.px-capf-wrapper .glyphicon-heart-empty:before{content:"\e143"}.px-capf-wrapper .glyphicon-link:before{content:"\e144"}.px-capf-wrapper .glyphicon-phone:before{content:"\e145"}.px-capf-wrapper .glyphicon-pushpin:before{content:"\e146"}.px-capf-wrapper .glyphicon-usd:before{content:"\e148"}.px-capf-wrapper .glyphicon-gbp:before{content:"\e149"}.px-capf-wrapper .glyphicon-sort:before{content:"\e150"}.px-capf-wrapper .glyphicon-sort-by-alphabet:before{content:"\e151"}.px-capf-wrapper .glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.px-capf-wrapper .glyphicon-sort-by-order:before{content:"\e153"}.px-capf-wrapper .glyphicon-sort-by-order-alt:before{content:"\e154"}.px-capf-wrapper .glyphicon-sort-by-attributes:before{content:"\e155"}.px-capf-wrapper .glyphicon-sort-by-attributes-alt:before{content:"\e156"}.px-capf-wrapper .glyphicon-unchecked:before{content:"\e157"}.px-capf-wrapper .glyphicon-expand:before{content:"\e158"}.px-capf-wrapper .glyphicon-collapse-down:before{content:"\e159"}.px-capf-wrapper .glyphicon-collapse-up:before{content:"\e160"}.px-capf-wrapper .glyphicon-log-in:before{content:"\e161"}.px-capf-wrapper .glyphicon-flash:before{content:"\e162"}.px-capf-wrapper .glyphicon-log-out:before{content:"\e163"}.px-capf-wrapper .glyphicon-new-window:before{content:"\e164"}.px-capf-wrapper .glyphicon-record:before{content:"\e165"}.px-capf-wrapper .glyphicon-save:before{content:"\e166"}.px-capf-wrapper .glyphicon-open:before{content:"\e167"}.px-capf-wrapper .glyphicon-saved:before{content:"\e168"}.px-capf-wrapper .glyphicon-import:before{content:"\e169"}.px-capf-wrapper .glyphicon-export:before{content:"\e170"}.px-capf-wrapper .glyphicon-send:before{content:"\e171"}.px-capf-wrapper .glyphicon-floppy-disk:before{content:"\e172"}.px-capf-wrapper .glyphicon-floppy-saved:before{content:"\e173"}.px-capf-wrapper .glyphicon-floppy-remove:before{content:"\e174"}.px-capf-wrapper .glyphicon-floppy-save:before{content:"\e175"}.px-capf-wrapper .glyphicon-floppy-open:before{content:"\e176"}.px-capf-wrapper .glyphicon-credit-card:before{content:"\e177"}.px-capf-wrapper .glyphicon-transfer:before{content:"\e178"}.px-capf-wrapper .glyphicon-cutlery:before{content:"\e179"}.px-capf-wrapper .glyphicon-header:before{content:"\e180"}.px-capf-wrapper .glyphicon-compressed:before{content:"\e181"}.px-capf-wrapper .glyphicon-earphone:before{content:"\e182"}.px-capf-wrapper .glyphicon-phone-alt:before{content:"\e183"}.px-capf-wrapper .glyphicon-tower:before{content:"\e184"}.px-capf-wrapper .glyphicon-stats:before{content:"\e185"}.px-capf-wrapper .glyphicon-sd-video:before{content:"\e186"}.px-capf-wrapper .glyphicon-hd-video:before{content:"\e187"}.px-capf-wrapper .glyphicon-subtitles:before{content:"\e188"}.px-capf-wrapper .glyphicon-sound-stereo:before{content:"\e189"}.px-capf-wrapper .glyphicon-sound-dolby:before{content:"\e190"}.px-capf-wrapper .glyphicon-sound-5-1:before{content:"\e191"}.px-capf-wrapper .glyphicon-sound-6-1:before{content:"\e192"}.px-capf-wrapper .glyphicon-sound-7-1:before{content:"\e193"}.px-capf-wrapper .glyphicon-copyright-mark:before{content:"\e194"}.px-capf-wrapper .glyphicon-registration-mark:before{content:"\e195"}.px-capf-wrapper .glyphicon-cloud-download:before{content:"\e197"}.px-capf-wrapper .glyphicon-cloud-upload:before{content:"\e198"}.px-capf-wrapper .glyphicon-tree-conifer:before{content:"\e199"}.px-capf-wrapper .glyphicon-tree-deciduous:before{content:"\e200"}.px-capf-wrapper .glyphicon-cd:before{content:"\e201"}.px-capf-wrapper .glyphicon-save-file:before{content:"\e202"}.px-capf-wrapper .glyphicon-open-file:before{content:"\e203"}.px-capf-wrapper .glyphicon-level-up:before{content:"\e204"}.px-capf-wrapper .glyphicon-copy:before{content:"\e205"}.px-capf-wrapper .glyphicon-paste:before{content:"\e206"}.px-capf-wrapper .glyphicon-alert:before{content:"\e209"}.px-capf-wrapper .glyphicon-equalizer:before{content:"\e210"}.px-capf-wrapper .glyphicon-king:before{content:"\e211"}.px-capf-wrapper .glyphicon-queen:before{content:"\e212"}.px-capf-wrapper .glyphicon-pawn:before{content:"\e213"}.px-capf-wrapper .glyphicon-bishop:before{content:"\e214"}.px-capf-wrapper .glyphicon-knight:before{content:"\e215"}.px-capf-wrapper .glyphicon-baby-formula:before{content:"\e216"}.px-capf-wrapper .glyphicon-tent:before{content:"\26fa"}.px-capf-wrapper .glyphicon-blackboard:before{content:"\e218"}.px-capf-wrapper .glyphicon-bed:before{content:"\e219"}.px-capf-wrapper .glyphicon-apple:before{content:"\f8ff"}.px-capf-wrapper .glyphicon-erase:before{content:"\e221"}.px-capf-wrapper .glyphicon-hourglass:before{content:"\231b"}.px-capf-wrapper .glyphicon-lamp:before{content:"\e223"}.px-capf-wrapper .glyphicon-duplicate:before{content:"\e224"}.px-capf-wrapper .glyphicon-piggy-bank:before{content:"\e225"}.px-capf-wrapper .glyphicon-scissors:before{content:"\e226"}.px-capf-wrapper .glyphicon-bitcoin:before{content:"\e227"}.px-capf-wrapper .glyphicon-btc:before{content:"\e227"}.px-capf-wrapper .glyphicon-xbt:before{content:"\e227"}.px-capf-wrapper .glyphicon-yen:before{content:"\00a5"}.px-capf-wrapper .glyphicon-jpy:before{content:"\00a5"}.px-capf-wrapper .glyphicon-ruble:before{content:"\20bd"}.px-capf-wrapper .glyphicon-rub:before{content:"\20bd"}.px-capf-wrapper .glyphicon-scale:before{content:"\e230"}.px-capf-wrapper .glyphicon-ice-lolly:before{content:"\e231"}.px-capf-wrapper .glyphicon-ice-lolly-tasted:before{content:"\e232"}.px-capf-wrapper .glyphicon-education:before{content:"\e233"}.px-capf-wrapper .glyphicon-option-horizontal:before{content:"\e234"}.px-capf-wrapper .glyphicon-option-vertical:before{content:"\e235"}.px-capf-wrapper .glyphicon-menu-hamburger:before{content:"\e236"}.px-capf-wrapper .glyphicon-modal-window:before{content:"\e237"}.px-capf-wrapper .glyphicon-oil:before{content:"\e238"}.px-capf-wrapper .glyphicon-grain:before{content:"\e239"}.px-capf-wrapper .glyphicon-sunglasses:before{content:"\e240"}.px-capf-wrapper .glyphicon-text-size:before{content:"\e241"}.px-capf-wrapper .glyphicon-text-color:before{content:"\e242"}.px-capf-wrapper .glyphicon-text-background:before{content:"\e243"}.px-capf-wrapper .glyphicon-object-align-top:before{content:"\e244"}.px-capf-wrapper .glyphicon-object-align-bottom:before{content:"\e245"}.px-capf-wrapper .glyphicon-object-align-horizontal:before{content:"\e246"}.px-capf-wrapper .glyphicon-object-align-left:before{content:"\e247"}.px-capf-wrapper .glyphicon-object-align-vertical:before{content:"\e248"}.px-capf-wrapper .glyphicon-object-align-right:before{content:"\e249"}.px-capf-wrapper .glyphicon-triangle-right:before{content:"\e250"}.px-capf-wrapper .glyphicon-triangle-left:before{content:"\e251"}.px-capf-wrapper .glyphicon-triangle-bottom:before{content:"\e252"}.px-capf-wrapper .glyphicon-triangle-top:before{content:"\e253"}.px-capf-wrapper .glyphicon-console:before{content:"\e254"}.px-capf-wrapper .glyphicon-superscript:before{content:"\e255"}.px-capf-wrapper .glyphicon-subscript:before{content:"\e256"}.px-capf-wrapper .glyphicon-menu-left:before{content:"\e257"}.px-capf-wrapper .glyphicon-menu-right:before{content:"\e258"}.px-capf-wrapper .glyphicon-menu-down:before{content:"\e259"}.px-capf-wrapper .glyphicon-menu-up:before{content:"\e260"}.px-capf-wrapper *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.px-capf-wrapper *:before,.px-capf-wrapper *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.px-capf-wrapper input,.px-capf-wrapper button,.px-capf-wrapper select,.px-capf-wrapper textarea{font-family:inherit;font-size:inherit;line-height:inherit}.px-capf-wrapper a{color:#337ab7;text-decoration:none}.px-capf-wrapper a:hover,.px-capf-wrapper a:focus{color:#23527c;text-decoration:underline}.px-capf-wrapper a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.px-capf-wrapper figure{margin:0}.px-capf-wrapper img{vertical-align:middle}.px-capf-wrapper .img-responsive,.px-capf-wrapper .carousel-inner>.item>img,.px-capf-wrapper .carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.px-capf-wrapper .img-rounded{border-radius:6px}.px-capf-wrapper .img-thumbnail{padding:4px;line-height:1.42857143;background-color:#ffffff;border:1px solid #dddddd;border-radius:4px;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;display:inline-block;max-width:100%;height:auto}.px-capf-wrapper .img-circle{border-radius:50%}.px-capf-wrapper hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eeeeee}.px-capf-wrapper .sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.px-capf-wrapper .sr-only-focusable:active,.px-capf-wrapper .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.px-capf-wrapper [role="button"]{cursor:pointer}.px-capf-wrapper .container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width: 768px){.px-capf-wrapper .container{width:750px}}@media (min-width: 992px){.px-capf-wrapper .container{width:970px}}@media (min-width: 1200px){.px-capf-wrapper .container{width:1170px}}.px-capf-wrapper .container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.px-capf-wrapper .row{margin-left:-15px;margin-right:-15px}.px-capf-wrapper .col-xs-1,.px-capf-wrapper .col-sm-1,.px-capf-wrapper .col-md-1,.px-capf-wrapper .col-lg-1,.px-capf-wrapper .col-xs-2,.px-capf-wrapper .col-sm-2,.px-capf-wrapper .col-md-2,.px-capf-wrapper .col-lg-2,.px-capf-wrapper .col-xs-3,.px-capf-wrapper .col-sm-3,.px-capf-wrapper .col-md-3,.px-capf-wrapper .col-lg-3,.px-capf-wrapper .col-xs-4,.px-capf-wrapper .col-sm-4,.px-capf-wrapper .col-md-4,.px-capf-wrapper .col-lg-4,.px-capf-wrapper .col-xs-5,.px-capf-wrapper .col-sm-5,.px-capf-wrapper .col-md-5,.px-capf-wrapper .col-lg-5,.px-capf-wrapper .col-xs-6,.px-capf-wrapper .col-sm-6,.px-capf-wrapper .col-md-6,.px-capf-wrapper .col-lg-6,.px-capf-wrapper .col-xs-7,.px-capf-wrapper .col-sm-7,.px-capf-wrapper .col-md-7,.px-capf-wrapper .col-lg-7,.px-capf-wrapper .col-xs-8,.px-capf-wrapper .col-sm-8,.px-capf-wrapper .col-md-8,.px-capf-wrapper .col-lg-8,.px-capf-wrapper .col-xs-9,.px-capf-wrapper .col-sm-9,.px-capf-wrapper .col-md-9,.px-capf-wrapper .col-lg-9,.px-capf-wrapper .col-xs-10,.px-capf-wrapper .col-sm-10,.px-capf-wrapper .col-md-10,.px-capf-wrapper .col-lg-10,.px-capf-wrapper .col-xs-11,.px-capf-wrapper .col-sm-11,.px-capf-wrapper .col-md-11,.px-capf-wrapper .col-lg-11,.px-capf-wrapper .col-xs-12,.px-capf-wrapper .col-sm-12,.px-capf-wrapper .col-md-12,.px-capf-wrapper .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px;height:auto}.px-capf-wrapper .col-xs-1,.px-capf-wrapper .col-xs-2,.px-capf-wrapper .col-xs-3,.px-capf-wrapper .col-xs-4,.px-capf-wrapper .col-xs-5,.px-capf-wrapper .col-xs-6,.px-capf-wrapper .col-xs-7,.px-capf-wrapper .col-xs-8,.px-capf-wrapper .col-xs-9,.px-capf-wrapper .col-xs-10,.px-capf-wrapper .col-xs-11,.px-capf-wrapper .col-xs-12{float:left}.px-capf-wrapper .col-xs-12{width:100%}.px-capf-wrapper .col-xs-11{width:91.66666667%}.px-capf-wrapper .col-xs-10{width:83.33333333%}.px-capf-wrapper .col-xs-9{width:75%}.px-capf-wrapper .col-xs-8{width:66.66666667%}.px-capf-wrapper .col-xs-7{width:58.33333333%}.px-capf-wrapper .col-xs-6{width:50%}.px-capf-wrapper .col-xs-5{width:41.66666667%}.px-capf-wrapper .col-xs-4{width:33.33333333%}.px-capf-wrapper .col-xs-3{width:25%}.px-capf-wrapper .col-xs-2{width:16.66666667%}.px-capf-wrapper .col-xs-1{width:8.33333333%}.px-capf-wrapper .col-xs-pull-12{right:100%}.px-capf-wrapper .col-xs-pull-11{right:91.66666667%}.px-capf-wrapper .col-xs-pull-10{right:83.33333333%}.px-capf-wrapper .col-xs-pull-9{right:75%}.px-capf-wrapper .col-xs-pull-8{right:66.66666667%}.px-capf-wrapper .col-xs-pull-7{right:58.33333333%}.px-capf-wrapper .col-xs-pull-6{right:50%}.px-capf-wrapper .col-xs-pull-5{right:41.66666667%}.px-capf-wrapper .col-xs-pull-4{right:33.33333333%}.px-capf-wrapper .col-xs-pull-3{right:25%}.px-capf-wrapper .col-xs-pull-2{right:16.66666667%}.px-capf-wrapper .col-xs-pull-1{right:8.33333333%}.px-capf-wrapper .col-xs-pull-0{right:auto}.px-capf-wrapper .col-xs-push-12{left:100%}.px-capf-wrapper .col-xs-push-11{left:91.66666667%}.px-capf-wrapper .col-xs-push-10{left:83.33333333%}.px-capf-wrapper .col-xs-push-9{left:75%}.px-capf-wrapper .col-xs-push-8{left:66.66666667%}.px-capf-wrapper .col-xs-push-7{left:58.33333333%}.px-capf-wrapper .col-xs-push-6{left:50%}.px-capf-wrapper .col-xs-push-5{left:41.66666667%}.px-capf-wrapper .col-xs-push-4{left:33.33333333%}.px-capf-wrapper .col-xs-push-3{left:25%}.px-capf-wrapper .col-xs-push-2{left:16.66666667%}.px-capf-wrapper .col-xs-push-1{left:8.33333333%}.px-capf-wrapper .col-xs-push-0{left:auto}.px-capf-wrapper .col-xs-offset-12{margin-left:100%}.px-capf-wrapper .col-xs-offset-11{margin-left:91.66666667%}.px-capf-wrapper .col-xs-offset-10{margin-left:83.33333333%}.px-capf-wrapper .col-xs-offset-9{margin-left:75%}.px-capf-wrapper .col-xs-offset-8{margin-left:66.66666667%}.px-capf-wrapper .col-xs-offset-7{margin-left:58.33333333%}.px-capf-wrapper .col-xs-offset-6{margin-left:50%}.px-capf-wrapper .col-xs-offset-5{margin-left:41.66666667%}.px-capf-wrapper .col-xs-offset-4{margin-left:33.33333333%}.px-capf-wrapper .col-xs-offset-3{margin-left:25%}.px-capf-wrapper .col-xs-offset-2{margin-left:16.66666667%}.px-capf-wrapper .col-xs-offset-1{margin-left:8.33333333%}.px-capf-wrapper .col-xs-offset-0{margin-left:0%}@media (min-width: 768px){.px-capf-wrapper .col-sm-1,.px-capf-wrapper .col-sm-2,.px-capf-wrapper .col-sm-3,.px-capf-wrapper .col-sm-4,.px-capf-wrapper .col-sm-5,.px-capf-wrapper .col-sm-6,.px-capf-wrapper .col-sm-7,.px-capf-wrapper .col-sm-8,.px-capf-wrapper .col-sm-9,.px-capf-wrapper .col-sm-10,.px-capf-wrapper .col-sm-11,.px-capf-wrapper .col-sm-12{float:left}.px-capf-wrapper .col-sm-12{width:100%}.px-capf-wrapper .col-sm-11{width:91.66666667%}.px-capf-wrapper .col-sm-10{width:83.33333333%}.px-capf-wrapper .col-sm-9{width:75%}.px-capf-wrapper .col-sm-8{width:66.66666667%}.px-capf-wrapper .col-sm-7{width:58.33333333%}.px-capf-wrapper .col-sm-6{width:50%}.px-capf-wrapper .col-sm-5{width:41.66666667%}.px-capf-wrapper .col-sm-4{width:33.33333333%}.px-capf-wrapper .col-sm-3{width:25%}.px-capf-wrapper .col-sm-2{width:16.66666667%}.px-capf-wrapper .col-sm-1{width:8.33333333%}.px-capf-wrapper .col-sm-pull-12{right:100%}.px-capf-wrapper .col-sm-pull-11{right:91.66666667%}.px-capf-wrapper .col-sm-pull-10{right:83.33333333%}.px-capf-wrapper .col-sm-pull-9{right:75%}.px-capf-wrapper .col-sm-pull-8{right:66.66666667%}.px-capf-wrapper .col-sm-pull-7{right:58.33333333%}.px-capf-wrapper .col-sm-pull-6{right:50%}.px-capf-wrapper .col-sm-pull-5{right:41.66666667%}.px-capf-wrapper .col-sm-pull-4{right:33.33333333%}.px-capf-wrapper .col-sm-pull-3{right:25%}.px-capf-wrapper .col-sm-pull-2{right:16.66666667%}.px-capf-wrapper .col-sm-pull-1{right:8.33333333%}.px-capf-wrapper .col-sm-pull-0{right:auto}.px-capf-wrapper .col-sm-push-12{left:100%}.px-capf-wrapper .col-sm-push-11{left:91.66666667%}.px-capf-wrapper .col-sm-push-10{left:83.33333333%}.px-capf-wrapper .col-sm-push-9{left:75%}.px-capf-wrapper .col-sm-push-8{left:66.66666667%}.px-capf-wrapper .col-sm-push-7{left:58.33333333%}.px-capf-wrapper .col-sm-push-6{left:50%}.px-capf-wrapper .col-sm-push-5{left:41.66666667%}.px-capf-wrapper .col-sm-push-4{left:33.33333333%}.px-capf-wrapper .col-sm-push-3{left:25%}.px-capf-wrapper .col-sm-push-2{left:16.66666667%}.px-capf-wrapper .col-sm-push-1{left:8.33333333%}.px-capf-wrapper .col-sm-push-0{left:auto}.px-capf-wrapper .col-sm-offset-12{margin-left:100%}.px-capf-wrapper .col-sm-offset-11{margin-left:91.66666667%}.px-capf-wrapper .col-sm-offset-10{margin-left:83.33333333%}.px-capf-wrapper .col-sm-offset-9{margin-left:75%}.px-capf-wrapper .col-sm-offset-8{margin-left:66.66666667%}.px-capf-wrapper .col-sm-offset-7{margin-left:58.33333333%}.px-capf-wrapper .col-sm-offset-6{margin-left:50%}.px-capf-wrapper .col-sm-offset-5{margin-left:41.66666667%}.px-capf-wrapper .col-sm-offset-4{margin-left:33.33333333%}.px-capf-wrapper .col-sm-offset-3{margin-left:25%}.px-capf-wrapper .col-sm-offset-2{margin-left:16.66666667%}.px-capf-wrapper .col-sm-offset-1{margin-left:8.33333333%}.px-capf-wrapper .col-sm-offset-0{margin-left:0%}}@media (min-width: 992px){.px-capf-wrapper .col-md-1,.px-capf-wrapper .col-md-2,.px-capf-wrapper .col-md-3,.px-capf-wrapper .col-md-4,.px-capf-wrapper .col-md-5,.px-capf-wrapper .col-md-6,.px-capf-wrapper .col-md-7,.px-capf-wrapper .col-md-8,.px-capf-wrapper .col-md-9,.px-capf-wrapper .col-md-10,.px-capf-wrapper .col-md-11,.px-capf-wrapper .col-md-12{float:left}.px-capf-wrapper .col-md-12{width:100%}.px-capf-wrapper .col-md-11{width:91.66666667%}.px-capf-wrapper .col-md-10{width:83.33333333%}.px-capf-wrapper .col-md-9{width:75%}.px-capf-wrapper .col-md-8{width:66.66666667%}.px-capf-wrapper .col-md-7{width:58.33333333%}.px-capf-wrapper .col-md-6{width:50%}.px-capf-wrapper .col-md-5{width:41.66666667%}.px-capf-wrapper .col-md-4{width:33.33333333%}.px-capf-wrapper .col-md-3{width:25%}.px-capf-wrapper .col-md-2{width:16.66666667%}.px-capf-wrapper .col-md-1{width:8.33333333%}.px-capf-wrapper .col-md-pull-12{right:100%}.px-capf-wrapper .col-md-pull-11{right:91.66666667%}.px-capf-wrapper .col-md-pull-10{right:83.33333333%}.px-capf-wrapper .col-md-pull-9{right:75%}.px-capf-wrapper .col-md-pull-8{right:66.66666667%}.px-capf-wrapper .col-md-pull-7{right:58.33333333%}.px-capf-wrapper .col-md-pull-6{right:50%}.px-capf-wrapper .col-md-pull-5{right:41.66666667%}.px-capf-wrapper .col-md-pull-4{right:33.33333333%}.px-capf-wrapper .col-md-pull-3{right:25%}.px-capf-wrapper .col-md-pull-2{right:16.66666667%}.px-capf-wrapper .col-md-pull-1{right:8.33333333%}.px-capf-wrapper .col-md-pull-0{right:auto}.px-capf-wrapper .col-md-push-12{left:100%}.px-capf-wrapper .col-md-push-11{left:91.66666667%}.px-capf-wrapper .col-md-push-10{left:83.33333333%}.px-capf-wrapper .col-md-push-9{left:75%}.px-capf-wrapper .col-md-push-8{left:66.66666667%}.px-capf-wrapper .col-md-push-7{left:58.33333333%}.px-capf-wrapper .col-md-push-6{left:50%}.px-capf-wrapper .col-md-push-5{left:41.66666667%}.px-capf-wrapper .col-md-push-4{left:33.33333333%}.px-capf-wrapper .col-md-push-3{left:25%}.px-capf-wrapper .col-md-push-2{left:16.66666667%}.px-capf-wrapper .col-md-push-1{left:8.33333333%}.px-capf-wrapper .col-md-push-0{left:auto}.px-capf-wrapper .col-md-offset-12{margin-left:100%}.px-capf-wrapper .col-md-offset-11{margin-left:91.66666667%}.px-capf-wrapper .col-md-offset-10{margin-left:83.33333333%}.px-capf-wrapper .col-md-offset-9{margin-left:75%}.px-capf-wrapper .col-md-offset-8{margin-left:66.66666667%}.px-capf-wrapper .col-md-offset-7{margin-left:58.33333333%}.px-capf-wrapper .col-md-offset-6{margin-left:50%}.px-capf-wrapper .col-md-offset-5{margin-left:41.66666667%}.px-capf-wrapper .col-md-offset-4{margin-left:33.33333333%}.px-capf-wrapper .col-md-offset-3{margin-left:25%}.px-capf-wrapper .col-md-offset-2{margin-left:16.66666667%}.px-capf-wrapper .col-md-offset-1{margin-left:8.33333333%}.px-capf-wrapper .col-md-offset-0{margin-left:0%}}@media (min-width: 1200px){.px-capf-wrapper .col-lg-1,.px-capf-wrapper .col-lg-2,.px-capf-wrapper .col-lg-3,.px-capf-wrapper .col-lg-4,.px-capf-wrapper .col-lg-5,.px-capf-wrapper .col-lg-6,.px-capf-wrapper .col-lg-7,.px-capf-wrapper .col-lg-8,.px-capf-wrapper .col-lg-9,.px-capf-wrapper .col-lg-10,.px-capf-wrapper .col-lg-11,.px-capf-wrapper .col-lg-12{float:left}.px-capf-wrapper .col-lg-12{width:100%}.px-capf-wrapper .col-lg-11{width:91.66666667%}.px-capf-wrapper .col-lg-10{width:83.33333333%}.px-capf-wrapper .col-lg-9{width:75%}.px-capf-wrapper .col-lg-8{width:66.66666667%}.px-capf-wrapper .col-lg-7{width:58.33333333%}.px-capf-wrapper .col-lg-6{width:50%}.px-capf-wrapper .col-lg-5{width:41.66666667%}.px-capf-wrapper .col-lg-4{width:33.33333333%}.px-capf-wrapper .col-lg-3{width:25%}.px-capf-wrapper .col-lg-2{width:16.66666667%}.px-capf-wrapper .col-lg-1{width:8.33333333%}.px-capf-wrapper .col-lg-pull-12{right:100%}.px-capf-wrapper .col-lg-pull-11{right:91.66666667%}.px-capf-wrapper .col-lg-pull-10{right:83.33333333%}.px-capf-wrapper .col-lg-pull-9{right:75%}.px-capf-wrapper .col-lg-pull-8{right:66.66666667%}.px-capf-wrapper .col-lg-pull-7{right:58.33333333%}.px-capf-wrapper .col-lg-pull-6{right:50%}.px-capf-wrapper .col-lg-pull-5{right:41.66666667%}.px-capf-wrapper .col-lg-pull-4{right:33.33333333%}.px-capf-wrapper .col-lg-pull-3{right:25%}.px-capf-wrapper .col-lg-pull-2{right:16.66666667%}.px-capf-wrapper .col-lg-pull-1{right:8.33333333%}.px-capf-wrapper .col-lg-pull-0{right:auto}.px-capf-wrapper .col-lg-push-12{left:100%}.px-capf-wrapper .col-lg-push-11{left:91.66666667%}.px-capf-wrapper .col-lg-push-10{left:83.33333333%}.px-capf-wrapper .col-lg-push-9{left:75%}.px-capf-wrapper .col-lg-push-8{left:66.66666667%}.px-capf-wrapper .col-lg-push-7{left:58.33333333%}.px-capf-wrapper .col-lg-push-6{left:50%}.px-capf-wrapper .col-lg-push-5{left:41.66666667%}.px-capf-wrapper .col-lg-push-4{left:33.33333333%}.px-capf-wrapper .col-lg-push-3{left:25%}.px-capf-wrapper .col-lg-push-2{left:16.66666667%}.px-capf-wrapper .col-lg-push-1{left:8.33333333%}.px-capf-wrapper .col-lg-push-0{left:auto}.px-capf-wrapper .col-lg-offset-12{margin-left:100%}.px-capf-wrapper .col-lg-offset-11{margin-left:91.66666667%}.px-capf-wrapper .col-lg-offset-10{margin-left:83.33333333%}.px-capf-wrapper .col-lg-offset-9{margin-left:75%}.px-capf-wrapper .col-lg-offset-8{margin-left:66.66666667%}.px-capf-wrapper .col-lg-offset-7{margin-left:58.33333333%}.px-capf-wrapper .col-lg-offset-6{margin-left:50%}.px-capf-wrapper .col-lg-offset-5{margin-left:41.66666667%}.px-capf-wrapper .col-lg-offset-4{margin-left:33.33333333%}.px-capf-wrapper .col-lg-offset-3{margin-left:25%}.px-capf-wrapper .col-lg-offset-2{margin-left:16.66666667%}.px-capf-wrapper .col-lg-offset-1{margin-left:8.33333333%}.px-capf-wrapper .col-lg-offset-0{margin-left:0%}}.px-capf-wrapper table{background-color:transparent}.px-capf-wrapper caption{padding-top:8px;padding-bottom:8px;color:#777777;text-align:left}.px-capf-wrapper th{text-align:left}.px-capf-wrapper .table{width:100%;max-width:100%;margin-bottom:20px}.px-capf-wrapper .table>thead>tr>th,.px-capf-wrapper .table>tbody>tr>th,.px-capf-wrapper .table>tfoot>tr>th,.px-capf-wrapper .table>thead>tr>td,.px-capf-wrapper .table>tbody>tr>td,.px-capf-wrapper .table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #dddddd}.px-capf-wrapper .table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #dddddd}.px-capf-wrapper .table>caption+thead>tr:first-child>th,.px-capf-wrapper .table>colgroup+thead>tr:first-child>th,.px-capf-wrapper .table>thead:first-child>tr:first-child>th,.px-capf-wrapper .table>caption+thead>tr:first-child>td,.px-capf-wrapper .table>colgroup+thead>tr:first-child>td,.px-capf-wrapper .table>thead:first-child>tr:first-child>td{border-top:0}.px-capf-wrapper .table>tbody+tbody{border-top:2px solid #dddddd}.px-capf-wrapper .table .table{background-color:#ffffff}.px-capf-wrapper .table-condensed>thead>tr>th,.px-capf-wrapper .table-condensed>tbody>tr>th,.px-capf-wrapper .table-condensed>tfoot>tr>th,.px-capf-wrapper .table-condensed>thead>tr>td,.px-capf-wrapper .table-condensed>tbody>tr>td,.px-capf-wrapper .table-condensed>tfoot>tr>td{padding:5px}.px-capf-wrapper .table-bordered{border:1px solid #dddddd}.px-capf-wrapper .table-bordered>thead>tr>th,.px-capf-wrapper .table-bordered>tbody>tr>th,.px-capf-wrapper .table-bordered>tfoot>tr>th,.px-capf-wrapper .table-bordered>thead>tr>td,.px-capf-wrapper .table-bordered>tbody>tr>td,.px-capf-wrapper .table-bordered>tfoot>tr>td{border:1px solid #dddddd}.px-capf-wrapper .table-bordered>thead>tr>th,.px-capf-wrapper .table-bordered>thead>tr>td{border-bottom-width:2px}.px-capf-wrapper .table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.px-capf-wrapper .table-hover>tbody>tr:hover{background-color:#f5f5f5}.px-capf-wrapper table col[class*="col-"]{position:static;float:none;display:table-column}.px-capf-wrapper table td[class*="col-"],.px-capf-wrapper table th[class*="col-"]{position:static;float:none;display:table-cell}.px-capf-wrapper .table>thead>tr>td.active,.px-capf-wrapper .table>tbody>tr>td.active,.px-capf-wrapper .table>tfoot>tr>td.active,.px-capf-wrapper .table>thead>tr>th.active,.px-capf-wrapper .table>tbody>tr>th.active,.px-capf-wrapper .table>tfoot>tr>th.active,.px-capf-wrapper .table>thead>tr.active>td,.px-capf-wrapper .table>tbody>tr.active>td,.px-capf-wrapper .table>tfoot>tr.active>td,.px-capf-wrapper .table>thead>tr.active>th,.px-capf-wrapper .table>tbody>tr.active>th,.px-capf-wrapper .table>tfoot>tr.active>th{background-color:#f5f5f5}.px-capf-wrapper .table-hover>tbody>tr>td.active:hover,.px-capf-wrapper .table-hover>tbody>tr>th.active:hover,.px-capf-wrapper .table-hover>tbody>tr.active:hover>td,.px-capf-wrapper .table-hover>tbody>tr:hover>.active,.px-capf-wrapper .table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.px-capf-wrapper .table>thead>tr>td.success,.px-capf-wrapper .table>tbody>tr>td.success,.px-capf-wrapper .table>tfoot>tr>td.success,.px-capf-wrapper .table>thead>tr>th.success,.px-capf-wrapper .table>tbody>tr>th.success,.px-capf-wrapper .table>tfoot>tr>th.success,.px-capf-wrapper .table>thead>tr.success>td,.px-capf-wrapper .table>tbody>tr.success>td,.px-capf-wrapper .table>tfoot>tr.success>td,.px-capf-wrapper .table>thead>tr.success>th,.px-capf-wrapper .table>tbody>tr.success>th,.px-capf-wrapper .table>tfoot>tr.success>th{background-color:#dff0d8}.px-capf-wrapper .table-hover>tbody>tr>td.success:hover,.px-capf-wrapper .table-hover>tbody>tr>th.success:hover,.px-capf-wrapper .table-hover>tbody>tr.success:hover>td,.px-capf-wrapper .table-hover>tbody>tr:hover>.success,.px-capf-wrapper .table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.px-capf-wrapper .table>thead>tr>td.info,.px-capf-wrapper .table>tbody>tr>td.info,.px-capf-wrapper .table>tfoot>tr>td.info,.px-capf-wrapper .table>thead>tr>th.info,.px-capf-wrapper .table>tbody>tr>th.info,.px-capf-wrapper .table>tfoot>tr>th.info,.px-capf-wrapper .table>thead>tr.info>td,.px-capf-wrapper .table>tbody>tr.info>td,.px-capf-wrapper .table>tfoot>tr.info>td,.px-capf-wrapper .table>thead>tr.info>th,.px-capf-wrapper .table>tbody>tr.info>th,.px-capf-wrapper .table>tfoot>tr.info>th{background-color:#d9edf7}.px-capf-wrapper .table-hover>tbody>tr>td.info:hover,.px-capf-wrapper .table-hover>tbody>tr>th.info:hover,.px-capf-wrapper .table-hover>tbody>tr.info:hover>td,.px-capf-wrapper .table-hover>tbody>tr:hover>.info,.px-capf-wrapper .table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.px-capf-wrapper .table>thead>tr>td.warning,.px-capf-wrapper .table>tbody>tr>td.warning,.px-capf-wrapper .table>tfoot>tr>td.warning,.px-capf-wrapper .table>thead>tr>th.warning,.px-capf-wrapper .table>tbody>tr>th.warning,.px-capf-wrapper .table>tfoot>tr>th.warning,.px-capf-wrapper .table>thead>tr.warning>td,.px-capf-wrapper .table>tbody>tr.warning>td,.px-capf-wrapper .table>tfoot>tr.warning>td,.px-capf-wrapper .table>thead>tr.warning>th,.px-capf-wrapper .table>tbody>tr.warning>th,.px-capf-wrapper .table>tfoot>tr.warning>th{background-color:#fcf8e3}.px-capf-wrapper .table-hover>tbody>tr>td.warning:hover,.px-capf-wrapper .table-hover>tbody>tr>th.warning:hover,.px-capf-wrapper .table-hover>tbody>tr.warning:hover>td,.px-capf-wrapper .table-hover>tbody>tr:hover>.warning,.px-capf-wrapper .table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.px-capf-wrapper .table>thead>tr>td.danger,.px-capf-wrapper .table>tbody>tr>td.danger,.px-capf-wrapper .table>tfoot>tr>td.danger,.px-capf-wrapper .table>thead>tr>th.danger,.px-capf-wrapper .table>tbody>tr>th.danger,.px-capf-wrapper .table>tfoot>tr>th.danger,.px-capf-wrapper .table>thead>tr.danger>td,.px-capf-wrapper .table>tbody>tr.danger>td,.px-capf-wrapper .table>tfoot>tr.danger>td,.px-capf-wrapper .table>thead>tr.danger>th,.px-capf-wrapper .table>tbody>tr.danger>th,.px-capf-wrapper .table>tfoot>tr.danger>th{background-color:#f2dede}.px-capf-wrapper .table-hover>tbody>tr>td.danger:hover,.px-capf-wrapper .table-hover>tbody>tr>th.danger:hover,.px-capf-wrapper .table-hover>tbody>tr.danger:hover>td,.px-capf-wrapper .table-hover>tbody>tr:hover>.danger,.px-capf-wrapper .table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.px-capf-wrapper .table-responsive{overflow-x:auto;min-height:0.01%}@media screen and (max-width: 767px){.px-capf-wrapper .table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #dddddd}.px-capf-wrapper .table-responsive>.table{margin-bottom:0}.px-capf-wrapper .table-responsive>.table>thead>tr>th,.px-capf-wrapper .table-responsive>.table>tbody>tr>th,.px-capf-wrapper .table-responsive>.table>tfoot>tr>th,.px-capf-wrapper .table-responsive>.table>thead>tr>td,.px-capf-wrapper .table-responsive>.table>tbody>tr>td,.px-capf-wrapper .table-responsive>.table>tfoot>tr>td{white-space:nowrap}.px-capf-wrapper .table-responsive>.table-bordered{border:0}.px-capf-wrapper .table-responsive>.table-bordered>thead>tr>th:first-child,.px-capf-wrapper .table-responsive>.table-bordered>tbody>tr>th:first-child,.px-capf-wrapper .table-responsive>.table-bordered>tfoot>tr>th:first-child,.px-capf-wrapper .table-responsive>.table-bordered>thead>tr>td:first-child,.px-capf-wrapper .table-responsive>.table-bordered>tbody>tr>td:first-child,.px-capf-wrapper .table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.px-capf-wrapper .table-responsive>.table-bordered>thead>tr>th:last-child,.px-capf-wrapper .table-responsive>.table-bordered>tbody>tr>th:last-child,.px-capf-wrapper .table-responsive>.table-bordered>tfoot>tr>th:last-child,.px-capf-wrapper .table-responsive>.table-bordered>thead>tr>td:last-child,.px-capf-wrapper .table-responsive>.table-bordered>tbody>tr>td:last-child,.px-capf-wrapper .table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.px-capf-wrapper .table-responsive>.table-bordered>tbody>tr:last-child>th,.px-capf-wrapper .table-responsive>.table-bordered>tfoot>tr:last-child>th,.px-capf-wrapper .table-responsive>.table-bordered>tbody>tr:last-child>td,.px-capf-wrapper .table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}.px-capf-wrapper .btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.px-capf-wrapper .btn:focus,.px-capf-wrapper .btn:active:focus,.px-capf-wrapper .btn.active:focus,.px-capf-wrapper .btn.focus,.px-capf-wrapper .btn:active.focus,.px-capf-wrapper .btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.px-capf-wrapper .btn:hover,.px-capf-wrapper .btn:focus,.px-capf-wrapper .btn.focus{color:#333333;text-decoration:none}.px-capf-wrapper .btn:active,.px-capf-wrapper .btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.px-capf-wrapper .btn.disabled,.px-capf-wrapper .btn[disabled],.px-capf-wrapper fieldset[disabled] .btn{cursor:not-allowed;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.px-capf-wrapper a.btn.disabled,.px-capf-wrapper fieldset[disabled] a.btn{pointer-events:none}.px-capf-wrapper .btn-default{color:#333333;background-color:#ffffff;border-color:#cccccc}.px-capf-wrapper .btn-default:focus,.px-capf-wrapper .btn-default.focus{color:#333333;background-color:#e6e6e6;border-color:#8c8c8c}.px-capf-wrapper .btn-default:hover{color:#333333;background-color:#e6e6e6;border-color:#adadad}.px-capf-wrapper .btn-default:active,.px-capf-wrapper .btn-default.active,.px-capf-wrapper .open>.dropdown-toggle.btn-default{color:#333333;background-color:#e6e6e6;border-color:#adadad}.px-capf-wrapper .btn-default:active:hover,.px-capf-wrapper .btn-default.active:hover,.px-capf-wrapper .open>.dropdown-toggle.btn-default:hover,.px-capf-wrapper .btn-default:active:focus,.px-capf-wrapper .btn-default.active:focus,.px-capf-wrapper .open>.dropdown-toggle.btn-default:focus,.px-capf-wrapper .btn-default:active.focus,.px-capf-wrapper .btn-default.active.focus,.px-capf-wrapper .open>.dropdown-toggle.btn-default.focus{color:#333333;background-color:#d4d4d4;border-color:#8c8c8c}.px-capf-wrapper .btn-default:active,.px-capf-wrapper .btn-default.active,.px-capf-wrapper .open>.dropdown-toggle.btn-default{background-image:none}.px-capf-wrapper .btn-default.disabled:hover,.px-capf-wrapper .btn-default[disabled]:hover,.px-capf-wrapper fieldset[disabled] .btn-default:hover,.px-capf-wrapper .btn-default.disabled:focus,.px-capf-wrapper .btn-default[disabled]:focus,.px-capf-wrapper fieldset[disabled] .btn-default:focus,.px-capf-wrapper .btn-default.disabled.focus,.px-capf-wrapper .btn-default[disabled].focus,.px-capf-wrapper fieldset[disabled] .btn-default.focus{background-color:#ffffff;border-color:#cccccc}.px-capf-wrapper .btn-default .badge{color:#ffffff;background-color:#333333}.px-capf-wrapper .btn-primary{color:#ffffff;background-color:#337ab7;border-color:#2e6da4}.px-capf-wrapper .btn-primary:focus,.px-capf-wrapper .btn-primary.focus{color:#ffffff;background-color:#286090;border-color:#122b40}.px-capf-wrapper .btn-primary:hover{color:#ffffff;background-color:#286090;border-color:#204d74}.px-capf-wrapper .btn-primary:active,.px-capf-wrapper .btn-primary.active,.px-capf-wrapper .open>.dropdown-toggle.btn-primary{color:#ffffff;background-color:#286090;border-color:#204d74}.px-capf-wrapper .btn-primary:active:hover,.px-capf-wrapper .btn-primary.active:hover,.px-capf-wrapper .open>.dropdown-toggle.btn-primary:hover,.px-capf-wrapper .btn-primary:active:focus,.px-capf-wrapper .btn-primary.active:focus,.px-capf-wrapper .open>.dropdown-toggle.btn-primary:focus,.px-capf-wrapper .btn-primary:active.focus,.px-capf-wrapper .btn-primary.active.focus,.px-capf-wrapper .open>.dropdown-toggle.btn-primary.focus{color:#ffffff;background-color:#204d74;border-color:#122b40}.px-capf-wrapper .btn-primary:active,.px-capf-wrapper .btn-primary.active,.px-capf-wrapper .open>.dropdown-toggle.btn-primary{background-image:none}.px-capf-wrapper .btn-primary.disabled:hover,.px-capf-wrapper .btn-primary[disabled]:hover,.px-capf-wrapper fieldset[disabled] .btn-primary:hover,.px-capf-wrapper .btn-primary.disabled:focus,.px-capf-wrapper .btn-primary[disabled]:focus,.px-capf-wrapper fieldset[disabled] .btn-primary:focus,.px-capf-wrapper .btn-primary.disabled.focus,.px-capf-wrapper .btn-primary[disabled].focus,.px-capf-wrapper fieldset[disabled] .btn-primary.focus{background-color:#337ab7;border-color:#2e6da4}.px-capf-wrapper .btn-primary .badge{color:#337ab7;background-color:#ffffff}.px-capf-wrapper .btn-success{color:#ffffff;background-color:#5cb85c;border-color:#4cae4c}.px-capf-wrapper .btn-success:focus,.px-capf-wrapper .btn-success.focus{color:#ffffff;background-color:#449d44;border-color:#255625}.px-capf-wrapper .btn-success:hover{color:#ffffff;background-color:#449d44;border-color:#398439}.px-capf-wrapper .btn-success:active,.px-capf-wrapper .btn-success.active,.px-capf-wrapper .open>.dropdown-toggle.btn-success{color:#ffffff;background-color:#449d44;border-color:#398439}.px-capf-wrapper .btn-success:active:hover,.px-capf-wrapper .btn-success.active:hover,.px-capf-wrapper .open>.dropdown-toggle.btn-success:hover,.px-capf-wrapper .btn-success:active:focus,.px-capf-wrapper .btn-success.active:focus,.px-capf-wrapper .open>.dropdown-toggle.btn-success:focus,.px-capf-wrapper .btn-success:active.focus,.px-capf-wrapper .btn-success.active.focus,.px-capf-wrapper .open>.dropdown-toggle.btn-success.focus{color:#ffffff;background-color:#398439;border-color:#255625}.px-capf-wrapper .btn-success:active,.px-capf-wrapper .btn-success.active,.px-capf-wrapper .open>.dropdown-toggle.btn-success{background-image:none}.px-capf-wrapper .btn-success.disabled:hover,.px-capf-wrapper .btn-success[disabled]:hover,.px-capf-wrapper fieldset[disabled] .btn-success:hover,.px-capf-wrapper .btn-success.disabled:focus,.px-capf-wrapper .btn-success[disabled]:focus,.px-capf-wrapper fieldset[disabled] .btn-success:focus,.px-capf-wrapper .btn-success.disabled.focus,.px-capf-wrapper .btn-success[disabled].focus,.px-capf-wrapper fieldset[disabled] .btn-success.focus{background-color:#5cb85c;border-color:#4cae4c}.px-capf-wrapper .btn-success .badge{color:#5cb85c;background-color:#ffffff}.px-capf-wrapper .btn-info{color:#ffffff;background-color:#5bc0de;border-color:#46b8da}.px-capf-wrapper .btn-info:focus,.px-capf-wrapper .btn-info.focus{color:#ffffff;background-color:#31b0d5;border-color:#1b6d85}.px-capf-wrapper .btn-info:hover{color:#ffffff;background-color:#31b0d5;border-color:#269abc}.px-capf-wrapper .btn-info:active,.px-capf-wrapper .btn-info.active,.px-capf-wrapper .open>.dropdown-toggle.btn-info{color:#ffffff;background-color:#31b0d5;border-color:#269abc}.px-capf-wrapper .btn-info:active:hover,.px-capf-wrapper .btn-info.active:hover,.px-capf-wrapper .open>.dropdown-toggle.btn-info:hover,.px-capf-wrapper .btn-info:active:focus,.px-capf-wrapper .btn-info.active:focus,.px-capf-wrapper .open>.dropdown-toggle.btn-info:focus,.px-capf-wrapper .btn-info:active.focus,.px-capf-wrapper .btn-info.active.focus,.px-capf-wrapper .open>.dropdown-toggle.btn-info.focus{color:#ffffff;background-color:#269abc;border-color:#1b6d85}.px-capf-wrapper .btn-info:active,.px-capf-wrapper .btn-info.active,.px-capf-wrapper .open>.dropdown-toggle.btn-info{background-image:none}.px-capf-wrapper .btn-info.disabled:hover,.px-capf-wrapper .btn-info[disabled]:hover,.px-capf-wrapper fieldset[disabled] .btn-info:hover,.px-capf-wrapper .btn-info.disabled:focus,.px-capf-wrapper .btn-info[disabled]:focus,.px-capf-wrapper fieldset[disabled] .btn-info:focus,.px-capf-wrapper .btn-info.disabled.focus,.px-capf-wrapper .btn-info[disabled].focus,.px-capf-wrapper fieldset[disabled] .btn-info.focus{background-color:#5bc0de;border-color:#46b8da}.px-capf-wrapper .btn-info .badge{color:#5bc0de;background-color:#ffffff}.px-capf-wrapper .btn-warning{color:#ffffff;background-color:#f0ad4e;border-color:#eea236}.px-capf-wrapper .btn-warning:focus,.px-capf-wrapper .btn-warning.focus{color:#ffffff;background-color:#ec971f;border-color:#985f0d}.px-capf-wrapper .btn-warning:hover{color:#ffffff;background-color:#ec971f;border-color:#d58512}.px-capf-wrapper .btn-warning:active,.px-capf-wrapper .btn-warning.active,.px-capf-wrapper .open>.dropdown-toggle.btn-warning{color:#ffffff;background-color:#ec971f;border-color:#d58512}.px-capf-wrapper .btn-warning:active:hover,.px-capf-wrapper .btn-warning.active:hover,.px-capf-wrapper .open>.dropdown-toggle.btn-warning:hover,.px-capf-wrapper .btn-warning:active:focus,.px-capf-wrapper .btn-warning.active:focus,.px-capf-wrapper .open>.dropdown-toggle.btn-warning:focus,.px-capf-wrapper .btn-warning:active.focus,.px-capf-wrapper .btn-warning.active.focus,.px-capf-wrapper .open>.dropdown-toggle.btn-warning.focus{color:#ffffff;background-color:#d58512;border-color:#985f0d}.px-capf-wrapper .btn-warning:active,.px-capf-wrapper .btn-warning.active,.px-capf-wrapper .open>.dropdown-toggle.btn-warning{background-image:none}.px-capf-wrapper .btn-warning.disabled:hover,.px-capf-wrapper .btn-warning[disabled]:hover,.px-capf-wrapper fieldset[disabled] .btn-warning:hover,.px-capf-wrapper .btn-warning.disabled:focus,.px-capf-wrapper .btn-warning[disabled]:focus,.px-capf-wrapper fieldset[disabled] .btn-warning:focus,.px-capf-wrapper .btn-warning.disabled.focus,.px-capf-wrapper .btn-warning[disabled].focus,.px-capf-wrapper fieldset[disabled] .btn-warning.focus{background-color:#f0ad4e;border-color:#eea236}.px-capf-wrapper .btn-warning .badge{color:#f0ad4e;background-color:#ffffff}.px-capf-wrapper .btn-danger{color:#ffffff;background-color:#d9534f;border-color:#d43f3a}.px-capf-wrapper .btn-danger:focus,.px-capf-wrapper .btn-danger.focus{color:#ffffff;background-color:#c9302c;border-color:#761c19}.px-capf-wrapper .btn-danger:hover{color:#ffffff;background-color:#c9302c;border-color:#ac2925}.px-capf-wrapper .btn-danger:active,.px-capf-wrapper .btn-danger.active,.px-capf-wrapper .open>.dropdown-toggle.btn-danger{color:#ffffff;background-color:#c9302c;border-color:#ac2925}.px-capf-wrapper .btn-danger:active:hover,.px-capf-wrapper .btn-danger.active:hover,.px-capf-wrapper .open>.dropdown-toggle.btn-danger:hover,.px-capf-wrapper .btn-danger:active:focus,.px-capf-wrapper .btn-danger.active:focus,.px-capf-wrapper .open>.dropdown-toggle.btn-danger:focus,.px-capf-wrapper .btn-danger:active.focus,.px-capf-wrapper .btn-danger.active.focus,.px-capf-wrapper .open>.dropdown-toggle.btn-danger.focus{color:#ffffff;background-color:#ac2925;border-color:#761c19}.px-capf-wrapper .btn-danger:active,.px-capf-wrapper .btn-danger.active,.px-capf-wrapper .open>.dropdown-toggle.btn-danger{background-image:none}.px-capf-wrapper .btn-danger.disabled:hover,.px-capf-wrapper .btn-danger[disabled]:hover,.px-capf-wrapper fieldset[disabled] .btn-danger:hover,.px-capf-wrapper .btn-danger.disabled:focus,.px-capf-wrapper .btn-danger[disabled]:focus,.px-capf-wrapper fieldset[disabled] .btn-danger:focus,.px-capf-wrapper .btn-danger.disabled.focus,.px-capf-wrapper .btn-danger[disabled].focus,.px-capf-wrapper fieldset[disabled] .btn-danger.focus{background-color:#d9534f;border-color:#d43f3a}.px-capf-wrapper .btn-danger .badge{color:#d9534f;background-color:#ffffff}.px-capf-wrapper .btn-link{color:#337ab7;font-weight:normal;border-radius:0}.px-capf-wrapper .btn-link,.px-capf-wrapper .btn-link:active,.px-capf-wrapper .btn-link.active,.px-capf-wrapper .btn-link[disabled],.px-capf-wrapper fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.px-capf-wrapper .btn-link,.px-capf-wrapper .btn-link:hover,.px-capf-wrapper .btn-link:focus,.px-capf-wrapper .btn-link:active{border-color:transparent}.px-capf-wrapper .btn-link:hover,.px-capf-wrapper .btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.px-capf-wrapper .btn-link[disabled]:hover,.px-capf-wrapper fieldset[disabled] .btn-link:hover,.px-capf-wrapper .btn-link[disabled]:focus,.px-capf-wrapper fieldset[disabled] .btn-link:focus{color:#777777;text-decoration:none}.px-capf-wrapper .btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.px-capf-wrapper .btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.px-capf-wrapper .btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.px-capf-wrapper .btn-block{display:block;width:100%}.px-capf-wrapper .btn-block+.btn-block{margin-top:5px}.px-capf-wrapper input[type="submit"].btn-block,.px-capf-wrapper input[type="reset"].btn-block,.px-capf-wrapper input[type="button"].btn-block{width:100%}.px-capf-wrapper .fade{opacity:0;-webkit-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.px-capf-wrapper .fade.in{opacity:1}.px-capf-wrapper .collapse{display:none}.px-capf-wrapper .collapse.in{display:block}.px-capf-wrapper tr.collapse.in{display:table-row}.px-capf-wrapper tbody.collapse.in{display:table-row-group}.px-capf-wrapper .collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;-o-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:0.35s;-o-transition-duration:0.35s;transition-duration:0.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.px-capf-wrapper .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}.px-capf-wrapper .dropup,.px-capf-wrapper .dropdown{position:relative}.px-capf-wrapper .dropdown-toggle:focus{outline:0}.px-capf-wrapper .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;list-style:none;font-size:14px;text-align:left;background-color:#ffffff;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-background-clip:padding-box;background-clip:padding-box}.px-capf-wrapper .dropdown-menu.pull-right{right:0;left:auto}.px-capf-wrapper .dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.px-capf-wrapper .dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333333;white-space:nowrap}.px-capf-wrapper .dropdown-menu>li>a:hover,.px-capf-wrapper .dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.px-capf-wrapper .dropdown-menu>.active>a,.px-capf-wrapper .dropdown-menu>.active>a:hover,.px-capf-wrapper .dropdown-menu>.active>a:focus{color:#ffffff;text-decoration:none;outline:0;background-color:#337ab7}.px-capf-wrapper .dropdown-menu>.disabled>a,.px-capf-wrapper .dropdown-menu>.disabled>a:hover,.px-capf-wrapper .dropdown-menu>.disabled>a:focus{color:#777777}.px-capf-wrapper .dropdown-menu>.disabled>a:hover,.px-capf-wrapper .dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.px-capf-wrapper .open>.dropdown-menu{display:block}.px-capf-wrapper .open>a{outline:0}.px-capf-wrapper .dropdown-menu-right{left:auto;right:0}.px-capf-wrapper .dropdown-menu-left{left:0;right:auto}.px-capf-wrapper .dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777777;white-space:nowrap}.px-capf-wrapper .dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.px-capf-wrapper .pull-right>.dropdown-menu{right:0;left:auto}.px-capf-wrapper .dropup .caret,.px-capf-wrapper .navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:""}.px-capf-wrapper .dropup .dropdown-menu,.px-capf-wrapper .navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width: 768px){.px-capf-wrapper .navbar-right .dropdown-menu{left:auto;right:0}.px-capf-wrapper .navbar-right .dropdown-menu-left{left:0;right:auto}}.px-capf-wrapper .pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.px-capf-wrapper .pagination>li{display:inline}.px-capf-wrapper .pagination>li>a,.px-capf-wrapper .pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#337ab7;background-color:#ffffff;border:1px solid #dddddd;margin-left:-1px}.px-capf-wrapper .pagination>li:first-child>a,.px-capf-wrapper .pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.px-capf-wrapper .pagination>li:last-child>a,.px-capf-wrapper .pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.px-capf-wrapper .pagination>li>a:hover,.px-capf-wrapper .pagination>li>span:hover,.px-capf-wrapper .pagination>li>a:focus,.px-capf-wrapper .pagination>li>span:focus{z-index:2;color:#23527c;background-color:#eeeeee;border-color:#dddddd}.px-capf-wrapper .pagination>.active>a,.px-capf-wrapper .pagination>.active>span,.px-capf-wrapper .pagination>.active>a:hover,.px-capf-wrapper .pagination>.active>span:hover,.px-capf-wrapper .pagination>.active>a:focus,.px-capf-wrapper .pagination>.active>span:focus{z-index:3;color:#ffffff;background-color:#337ab7;border-color:#337ab7;cursor:default}.px-capf-wrapper .pagination>.disabled>span,.px-capf-wrapper .pagination>.disabled>span:hover,.px-capf-wrapper .pagination>.disabled>span:focus,.px-capf-wrapper .pagination>.disabled>a,.px-capf-wrapper .pagination>.disabled>a:hover,.px-capf-wrapper .pagination>.disabled>a:focus{color:#777777;background-color:#ffffff;border-color:#dddddd;cursor:not-allowed}.px-capf-wrapper .pagination-lg>li>a,.px-capf-wrapper .pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.px-capf-wrapper .pagination-lg>li:first-child>a,.px-capf-wrapper .pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.px-capf-wrapper .pagination-lg>li:last-child>a,.px-capf-wrapper .pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.px-capf-wrapper .pagination-sm>li>a,.px-capf-wrapper .pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.px-capf-wrapper .pagination-sm>li:first-child>a,.px-capf-wrapper .pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.px-capf-wrapper .pagination-sm>li:last-child>a,.px-capf-wrapper .pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}@-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}}.px-capf-wrapper .progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.px-capf-wrapper .progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#ffffff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease}.px-capf-wrapper .progress-striped .progress-bar,.px-capf-wrapper .progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.px-capf-wrapper .progress.active .progress-bar,.px-capf-wrapper .progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.px-capf-wrapper .progress-bar-success{background-color:#5cb85c}.px-capf-wrapper .progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.px-capf-wrapper .progress-bar-info{background-color:#5bc0de}.px-capf-wrapper .progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.px-capf-wrapper .progress-bar-warning{background-color:#f0ad4e}.px-capf-wrapper .progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.px-capf-wrapper .progress-bar-danger{background-color:#d9534f}.px-capf-wrapper .progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.px-capf-wrapper .media{margin-top:15px}.px-capf-wrapper .media:first-child{margin-top:0}.px-capf-wrapper .media,.px-capf-wrapper .media-body{zoom:1;overflow:hidden}.px-capf-wrapper .media-body{width:10000px}.px-capf-wrapper .media-object{display:block}.px-capf-wrapper .media-object.img-thumbnail{max-width:none}.px-capf-wrapper .media-right,.px-capf-wrapper .media>.pull-right{padding-left:10px}.px-capf-wrapper .media-left,.px-capf-wrapper .media>.pull-left{padding-right:10px}.px-capf-wrapper .media-left,.px-capf-wrapper .media-right,.px-capf-wrapper .media-body{display:table-cell;vertical-align:top}.px-capf-wrapper .media-middle{vertical-align:middle}.px-capf-wrapper .media-bottom{vertical-align:bottom}.px-capf-wrapper .media-heading{margin-top:0;margin-bottom:5px}.px-capf-wrapper .media-list{padding-left:0;list-style:none}.px-capf-wrapper .close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000000;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20)}.px-capf-wrapper .close:hover,.px-capf-wrapper .close:focus{color:#000000;text-decoration:none;cursor:pointer;opacity:0.5;filter:alpha(opacity=50)}.px-capf-wrapper button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.px-capf-wrapper .tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px;opacity:0;filter:alpha(opacity=0)}.px-capf-wrapper .tooltip.in{opacity:0.9;filter:alpha(opacity=90)}.px-capf-wrapper .tooltip.top{margin-top:-3px;padding:5px 0}.px-capf-wrapper .tooltip.right{margin-left:3px;padding:0 5px}.px-capf-wrapper .tooltip.bottom{margin-top:3px;padding:5px 0}.px-capf-wrapper .tooltip.left{margin-left:-3px;padding:0 5px}.px-capf-wrapper .tooltip-inner{max-width:200px;padding:3px 8px;color:#ffffff;text-align:center;background-color:#000000;border-radius:4px}.px-capf-wrapper .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.px-capf-wrapper .tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000000}.px-capf-wrapper .tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000000}.px-capf-wrapper .tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000000}.px-capf-wrapper .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000000}.px-capf-wrapper .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000000}.px-capf-wrapper .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.px-capf-wrapper .tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.px-capf-wrapper .tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.px-capf-wrapper .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-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:14px;background-color:#ffffff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2)}.px-capf-wrapper .popover.top{margin-top:-10px}.px-capf-wrapper .popover.right{margin-left:10px}.px-capf-wrapper .popover.bottom{margin-top:10px}.px-capf-wrapper .popover.left{margin-left:-10px}.px-capf-wrapper .popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.px-capf-wrapper .popover-content{padding:9px 14px}.px-capf-wrapper .popover>.arrow,.px-capf-wrapper .popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.px-capf-wrapper .popover>.arrow{border-width:11px}.px-capf-wrapper .popover>.arrow:after{border-width:10px;content:""}.px-capf-wrapper .popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.px-capf-wrapper .popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#ffffff}.px-capf-wrapper .popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999999;border-right-color:rgba(0,0,0,0.25)}.px-capf-wrapper .popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#ffffff}.px-capf-wrapper .popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.px-capf-wrapper .popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#ffffff}.px-capf-wrapper .popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999999;border-left-color:rgba(0,0,0,0.25)}.px-capf-wrapper .popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#ffffff;bottom:-10px}.px-capf-wrapper .carousel{position:relative}.px-capf-wrapper .carousel-inner{position:relative;overflow:hidden;width:100%}.px-capf-wrapper .carousel-inner>.item{display:none;position:relative;-webkit-transition:0.6s ease-in-out left;-o-transition:0.6s ease-in-out left;transition:0.6s ease-in-out left}.px-capf-wrapper .carousel-inner>.item>img,.px-capf-wrapper .carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d), (-webkit-transform-3d){.px-capf-wrapper .carousel-inner>.item{-webkit-transition:-webkit-transform 0.6s ease-in-out;-o-transition:-o-transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.px-capf-wrapper .carousel-inner>.item.next,.px-capf-wrapper .carousel-inner>.item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.px-capf-wrapper .carousel-inner>.item.prev,.px-capf-wrapper .carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.px-capf-wrapper .carousel-inner>.item.next.left,.px-capf-wrapper .carousel-inner>.item.prev.right,.px-capf-wrapper .carousel-inner>.item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.px-capf-wrapper .carousel-inner>.active,.px-capf-wrapper .carousel-inner>.next,.px-capf-wrapper .carousel-inner>.prev{display:block}.px-capf-wrapper .carousel-inner>.active{left:0}.px-capf-wrapper .carousel-inner>.next,.px-capf-wrapper .carousel-inner>.prev{position:absolute;top:0;width:100%}.px-capf-wrapper .carousel-inner>.next{left:100%}.px-capf-wrapper .carousel-inner>.prev{left:-100%}.px-capf-wrapper .carousel-inner>.next.left,.px-capf-wrapper .carousel-inner>.prev.right{left:0}.px-capf-wrapper .carousel-inner>.active.left{left:-100%}.px-capf-wrapper .carousel-inner>.active.right{left:100%}.px-capf-wrapper .carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:0.5;filter:alpha(opacity=50);font-size:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);background-color:transparent}.px-capf-wrapper .carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.px-capf-wrapper .carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.px-capf-wrapper .carousel-control:hover,.px-capf-wrapper .carousel-control:focus{outline:0;color:#ffffff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90)}.px-capf-wrapper .carousel-control .icon-prev,.px-capf-wrapper .carousel-control .icon-next,.px-capf-wrapper .carousel-control .glyphicon-chevron-left,.px-capf-wrapper .carousel-control .glyphicon-chevron-right{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}.px-capf-wrapper .carousel-control .icon-prev,.px-capf-wrapper .carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.px-capf-wrapper .carousel-control .icon-next,.px-capf-wrapper .carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.px-capf-wrapper .carousel-control .icon-prev,.px-capf-wrapper .carousel-control .icon-next{width:20px;height:20px;line-height:1;font-family:serif}.px-capf-wrapper .carousel-control .icon-prev:before{content:'\2039'}.px-capf-wrapper .carousel-control .icon-next:before{content:'\203a'}.px-capf-wrapper .carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.px-capf-wrapper .carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #ffffff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:transparent}.px-capf-wrapper .carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#ffffff}.px-capf-wrapper .carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.px-capf-wrapper .carousel-caption .btn{text-shadow:none}@media screen and (min-width: 768px){.px-capf-wrapper .carousel-control .glyphicon-chevron-left,.px-capf-wrapper .carousel-control .glyphicon-chevron-right,.px-capf-wrapper .carousel-control .icon-prev,.px-capf-wrapper .carousel-control .icon-next{width:30px;height:30px;margin-top:-10px;font-size:30px}.px-capf-wrapper .carousel-control .glyphicon-chevron-left,.px-capf-wrapper .carousel-control .icon-prev{margin-left:-10px}.px-capf-wrapper .carousel-control .glyphicon-chevron-right,.px-capf-wrapper .carousel-control .icon-next{margin-right:-10px}.px-capf-wrapper .carousel-caption{left:20%;right:20%;padding-bottom:30px}.px-capf-wrapper .carousel-indicators{bottom:20px}}.px-capf-wrapper .clearfix:before,.px-capf-wrapper .clearfix:after,.px-capf-wrapper .container:before,.px-capf-wrapper .container:after,.px-capf-wrapper .container-fluid:before,.px-capf-wrapper .container-fluid:after,.px-capf-wrapper .row:before,.px-capf-wrapper .row:after{content:" ";display:table}.px-capf-wrapper .clearfix:after,.px-capf-wrapper .container:after,.px-capf-wrapper .container-fluid:after,.px-capf-wrapper .row:after{clear:both}.px-capf-wrapper .center-block{display:block;margin-left:auto;margin-right:auto}.px-capf-wrapper .pull-right{float:right !important}.px-capf-wrapper .pull-left{float:left !important}.px-capf-wrapper .hide{display:none !important}.px-capf-wrapper .show{display:block !important}.px-capf-wrapper .invisible{visibility:hidden}.px-capf-wrapper .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.px-capf-wrapper .hidden{display:none !important}.px-capf-wrapper .affix{position:fixed}@-ms-viewport{.px-capf-wrapper{width:device-width}}.px-capf-wrapper .visible-xs,.px-capf-wrapper .visible-sm,.px-capf-wrapper .visible-md,.px-capf-wrapper .visible-lg{display:none !important}.px-capf-wrapper .visible-xs-block,.px-capf-wrapper .visible-xs-inline,.px-capf-wrapper .visible-xs-inline-block,.px-capf-wrapper .visible-sm-block,.px-capf-wrapper .visible-sm-inline,.px-capf-wrapper .visible-sm-inline-block,.px-capf-wrapper .visible-md-block,.px-capf-wrapper .visible-md-inline,.px-capf-wrapper .visible-md-inline-block,.px-capf-wrapper .visible-lg-block,.px-capf-wrapper .visible-lg-inline,.px-capf-wrapper .visible-lg-inline-block{display:none !important}@media (max-width: 767px){.px-capf-wrapper .visible-xs{display:block !important}.px-capf-wrapper table.visible-xs{display:table !important}.px-capf-wrapper tr.visible-xs{display:table-row !important}.px-capf-wrapper th.visible-xs,.px-capf-wrapper td.visible-xs{display:table-cell !important}}@media (max-width: 767px){.px-capf-wrapper .visible-xs-block{display:block !important}}@media (max-width: 767px){.px-capf-wrapper .visible-xs-inline{display:inline !important}}@media (max-width: 767px){.px-capf-wrapper .visible-xs-inline-block{display:inline-block !important}}@media (min-width: 768px) and (max-width: 991px){.px-capf-wrapper .visible-sm{display:block !important}.px-capf-wrapper table.visible-sm{display:table !important}.px-capf-wrapper tr.visible-sm{display:table-row !important}.px-capf-wrapper th.visible-sm,.px-capf-wrapper td.visible-sm{display:table-cell !important}}@media (min-width: 768px) and (max-width: 991px){.px-capf-wrapper .visible-sm-block{display:block !important}}@media (min-width: 768px) and (max-width: 991px){.px-capf-wrapper .visible-sm-inline{display:inline !important}}@media (min-width: 768px) and (max-width: 991px){.px-capf-wrapper .visible-sm-inline-block{display:inline-block !important}}@media (min-width: 992px) and (max-width: 1199px){.px-capf-wrapper .visible-md{display:block !important}.px-capf-wrapper table.visible-md{display:table !important}.px-capf-wrapper tr.visible-md{display:table-row !important}.px-capf-wrapper th.visible-md,.px-capf-wrapper td.visible-md{display:table-cell !important}}@media (min-width: 992px) and (max-width: 1199px){.px-capf-wrapper .visible-md-block{display:block !important}}@media (min-width: 992px) and (max-width: 1199px){.px-capf-wrapper .visible-md-inline{display:inline !important}}@media (min-width: 992px) and (max-width: 1199px){.px-capf-wrapper .visible-md-inline-block{display:inline-block !important}}@media (min-width: 1200px){.px-capf-wrapper .visible-lg{display:block !important}.px-capf-wrapper table.visible-lg{display:table !important}.px-capf-wrapper tr.visible-lg{display:table-row !important}.px-capf-wrapper th.visible-lg,.px-capf-wrapper td.visible-lg{display:table-cell !important}}@media (min-width: 1200px){.px-capf-wrapper .visible-lg-block{display:block !important}}@media (min-width: 1200px){.px-capf-wrapper .visible-lg-inline{display:inline !important}}@media (min-width: 1200px){.px-capf-wrapper .visible-lg-inline-block{display:inline-block !important}}@media (max-width: 767px){.px-capf-wrapper .hidden-xs{display:none !important}}@media (min-width: 768px) and (max-width: 991px){.px-capf-wrapper .hidden-sm{display:none !important}}@media (min-width: 992px) and (max-width: 1199px){.px-capf-wrapper .hidden-md{display:none !important}}@media (min-width: 1200px){.px-capf-wrapper .hidden-lg{display:none !important}}.px-capf-wrapper .visible-print{display:none !important}@media print{.px-capf-wrapper .visible-print{display:block !important}.px-capf-wrapper table.visible-print{display:table !important}.px-capf-wrapper tr.visible-print{display:table-row !important}.px-capf-wrapper th.visible-print,.px-capf-wrapper td.visible-print{display:table-cell !important}}.px-capf-wrapper .visible-print-block{display:none !important}@media print{.px-capf-wrapper .visible-print-block{display:block !important}}.px-capf-wrapper .visible-print-inline{display:none !important}@media print{.px-capf-wrapper .visible-print-inline{display:inline !important}}.px-capf-wrapper .visible-print-inline-block{display:none !important}@media print{.px-capf-wrapper .visible-print-inline-block{display:inline-block !important}}@media print{.px-capf-wrapper .hidden-print{display:none !important}}@font-face {
font-family: 'open_sansbold';
src: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/opensans_bold_macroman/OpenSans-Bold-webfont.eot);
src: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/opensans_bold_macroman/OpenSans-Bold-webfont.eot?#iefix) format("embedded-opentype"), url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/opensans_bold_macroman/OpenSans-Bold-webfont.woff) format("woff"), url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/opensans_bold_macroman/OpenSans-Bold-webfont.ttf) format("truetype"), url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/opensans_bold_macroman/OpenSans-Bold-webfont.svg#open_sansbold) format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'open_sanssemibold';
src: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/opensans_semibold_macroman/OpenSans-Semibold-webfont.eot);
src: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/opensans_semibold_macroman/OpenSans-Semibold-webfont.eot?#iefix) format("embedded-opentype"), url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/opensans_semibold_macroman/OpenSans-Semibold-webfont.woff) format("woff"), url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/opensans_semibold_macroman/OpenSans-Semibold-webfont.ttf) format("truetype"), url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/opensans_semibold_macroman/OpenSans-Semibold-webfont.svg#open_sanssemibold) format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'open_sansregular';
src: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot);
src: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot?#iefix) format("embedded-opentype"), url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/opensans_regular_macroman/OpenSans-Regular-webfont.woff) format("woff"), url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/opensans_regular_macroman/OpenSans-Regular-webfont.ttf) format("truetype"), url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/opensans_regular_macroman/OpenSans-Regular-webfont.svg#open_sansregular) format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'open_sanslight';
src: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/opensans_light_macroman/OpenSans-Light-webfont.eot);
src: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/opensans_light_macroman/OpenSans-Light-webfont.eot?#iefix) format("embedded-opentype"), url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/opensans_light_macroman/OpenSans-Light-webfont.woff) format("woff"), url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/opensans_light_macroman/OpenSans-Light-webfont.ttf) format("truetype"), url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/opensans_light_macroman/OpenSans-Light-webfont.svg#open_sanslight) format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'open_sanssemibold_italic';
src: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/opensans_semibolditalic_macroman/OpenSans-SemiboldItalic-webfont.eot);
src: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/opensans_semibolditalic_macroman/OpenSans-SemiboldItalic-webfont.eot?#iefix) format("embedded-opentype"), url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/opensans_semibolditalic_macroman/OpenSans-SemiboldItalic-webfont.woff) format("woff"), url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/opensans_semibolditalic_macroman/OpenSans-SemiboldItalic-webfont.ttf) format("truetype"), url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/opensans_semibolditalic_macroman/OpenSans-SemiboldItalic-webfont.svg#open_sanssemibold_italic) format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'Glyphicons Halflings';
src: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/glyphicons-halflings-regular.eot);
src: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/glyphicons-halflings-regular.woff) format("woff"), url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format("svg"); }
.customRange {
width: 100%;
height: 6px;
background: #eeeeee;
margin: 20px 0px;
position: relative;
margin-bottom: 40px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px; }
.customRange label {
color: #1e88e5;
font: normal normal 0.82em/1em "open_sanssemibold"; }
.customRange .startPoint {
display: block;
cursor: pointer;
height: 24px;
min-width: 22px;
width: 22px;
position: absolute;
left: 0;
top: 0;
margin-top: -9px;
margin-left: -10px;
background: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/images/bullet.png) no-repeat;
z-index: 5; }
.customRange .startPoint label {
margin-top: 27px;
display: block;
word-wrap: normal; }
.customRange .range_draggable {
position: relative;
height: 100%;
background: #1e88e5;
z-index: 1; }
.customRange .range_draggable label {
margin-top: 27px;
display: block;
word-wrap: normal;
word-wrap: normal; }
.customRange .range_draggable label.long-num {
margin-left: -17px; }
.customRange .draggablePoint {
width: 24px;
height: 24px;
position: absolute;
right: 0;
top: 0;
margin-top: -9px;
margin-right: -10px;
background: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/images/bullet.png) no-repeat;
cursor: pointer;
z-index: 5; }
.customRange .draggablePoint label {
display: block;
margin-top: 27px;
word-wrap: normal; }
.customRange .draggablePoint label.long-num {
margin-left: -17px; }
.px-checkbox-label {
cursor: pointer;
width: 18px;
height: 18px;
display: block;
background: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/images/px-icons/px-checkbox_1_inactive.png) no-repeat;
position: relative;
float: left;
margin-right: 4px;
margin-top: 2px; }
.px-checkbox-label:before {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
content: "";
display: block;
width: 9px;
height: 9px;
position: absolute;
top: 0;
left: 0;
margin-left: 5px;
margin-top: 4px;
background: #39b54a;
-webkit-transition: 0.2s transform ease-in;
-moz-transition: 0.2s transform ease-in;
-ms-transition: 0.2s transform ease-in;
transition: 0.2s transform ease-in; }
.px-checkbox:checked + .px-checkbox-label:before {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: 0.2s transform ease-in;
-moz-transition: 0.2s transform ease-in;
-ms-transition: 0.2s transform ease-in;
transition: 0.2s transform ease-in; }
.px_custom-fields-range .px_radiobox + span {
float: left;
line-height: 19px;
margin-right: 5px; }
.px_custom-fields-range .px_radiobox + span i {
display: block; }
.px_custom-fields-range .px_radiobox.theme-field + span {
line-height: 15px;
padding-top: 2px; }
.px_radiobox {
display: inline-block;
width: 15px !important;
height: 15px !important;
background: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/images/px-icons/px-radiobox-inactive.png) no-repeat;
cursor: pointer;
position: relative;
margin-right: 4px;
margin-top: 2px; }
.px_radiobox + span {
line-height: 15px;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif; }
.px_radiobox.white {
background: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/images/px-icons/px-radiobox-white.png) no-repeat; }
.px_radiobox-input:checked + .px_radiobox {
background: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/images/px-icons/px-radiobox.png) no-repeat; }
.px_radiobox-input:checked + .px_radiobox:before {
content: "";
display: block;
width: 15px;
height: 15px;
background: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/images/px-icons/px-radiobox-bullet.png) no-repeat;
position: absolute;
left: 0;
top: 0;
margin-left: 0px;
margin-top: 0px; }
.px_radiobox-input:checked + .px_radiobox.white {
background: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/images/px-icons/px-radiobox-white.png) no-repeat; }
.px_radiobox-input:checked + .px_radiobox.white:before {
background: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/images/px-icons/px-radiobox-bullet-white.png) no-repeat; }
.px_radiobox-input {
visibility: hidden;
z-index: -2;
position: absolute; }
input.px-checkbox {
visibility: hidden;
z-index: -1;
position: absolute; }
.px-checkbox-slide {
position: absolute;
z-index: -2;
left: 0;
top: 0;
visibility: hidden; }
.px-checkbox-slide + label {
display: block;
width: 40px;
height: 18px;
background: #f5f5f5;
border: 1px solid transparent;
-webkit-box-shadow: inset 0px 2px 4px #cccccc;
-moz-box-shadow: inset 0px 2px 4px #cccccc;
-ms-box-shadow: inset 0px 2px 4px #cccccc;
box-shadow: inset 0px 2px 4px #cccccc;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px; }
.px-checkbox-slide + label:after {
content: "";
display: block;
clear: both; }
.px-checkbox-slide + label .px-checkbox-slide-bullet {
position: relative;
z-index: 3;
display: block;
float: left;
border: 1px solid transparent;
width: 15px;
height: 15px;
margin-left: -11px;
margin-top: 0px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
background: #f1f1f1;
box-shadow: 0px 1px 6px #bfbfbf; }
.px-checkbox-slide + label .px-checkbox-slide-tracker {
border: 1px solid transparent;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;
position: relative;
z-index: 1;
display: block;
width: 10px;
height: 16px !important;
margin-top: 0px;
float: left;
opacity: 0.0;
-webkit-transition: 0.4s width, 0.2s opacity ease-in;
-moz-transition: 0.4s width, 0.2s opacity ease-in;
-ms-transition: 0.4s width, 0.2s opacity ease-in;
transition: 0.4s width, 0.2s opacity ease-in; }
.px-checkbox-slide:checked + label .px-checkbox-slide-tracker {
border: 1px solid transparent;
width: 31px;
opacity: 1.0;
-webkit-transition: 0.4s width, 0.2s opacity ease-in;
-moz-transition: 0.4s width, 0.2s opacity ease-in;
-ms-transition: 0.4s width, 0.2s opacity ease-in;
transition: 0.4s width, 0.2s opacity ease-in; }
.px-checkbox-slide.green + label .px-checkbox-slide-tracker {
background: #39b54a; }
.px-checkbox-slide.gold + label .px-checkbox-slide-tracker {
background: #d7bb21; }
.px-cross, .px-cross-child-1, .px-cross-child-2 {
will-change: transform; }
.px-cross {
position: relative;
width: 14px;
height: 14px; }
.px-cross .px-cross-child-1 {
display: block;
margin: 0px;
position: absolute;
left: 0;
top: 0;
margin-top: 6px;
width: 100%;
height: 2px;
width: 14px;
box-shadow: 0px 0px 1px 0px rgba(88, 166, 24, 0.45);
background: #58a618;
border: 1px solid  transparent;
-webkit-border-radius: 17px;
-moz-border-radius: 17px;
-ms-border-radius: 17px;
border-radius: 17px; }
.px-cross .px-cross-child-2 {
display: block;
margin: 0px;
position: absolute;
left: 0;
top: 0;
width: 100%;
margin-left: 6px;
height: 14px;
width: 2px;
background: #58a618;
box-shadow: 0px 0px 1px 0px rgba(88, 166, 24, 0.45);
border: 1px solid  transparent;
-webkit-border-radius: 17px;
-moz-border-radius: 17px;
-ms-border-radius: 17px;
border-radius: 17px; }
.lscf-posts-accordion {
position: relative; }
.lscf-posts-accordion:after {
content: "";
display: block;
width: 1px;
height: 100%;
background: #e1e1e1;
position: absolute;
top: 0;
left: 0;
margin-left: 2%; }
.lscf-posts-accordion.no-border:after {
display: none; }
.lscf-posts-accordion.border-right:after {
right: 0;
left: auto;
margin-right: 4%;
margin-left: auto;
margin-top: 3%; }
.lscf-posts-accordion .accordion-headline {
overflow: hidden; }
.lscf-posts-accordion .accordion-headline .px-cross {
float: left;
margin-right: 5px;
margin-top: 5px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 0.3s transform ease-in;
-moz-transition: 0.3s transform ease-in;
-ms-transition: 0.3s transform ease-in;
transition: 0.3s transform ease-in; }
.lscf-posts-accordion .accordion-headline .a.lscf-title {
float: left; }
.lscf-posts-accordion .post-caption {
position: relative;
margin-top: 10px;
height: 0px;
overflow: hidden;
-webkit-transition: 0.3s margin ease-in-out;
-moz-transition: 0.3s margin ease-in-out;
-ms-transition: 0.3s margin ease-in-out;
transition: 0.3s margin ease-in-out; }
.lscf-posts-accordion .post-caption .caption {
margin-bottom: 20px; }
.lscf-posts-accordion .post-caption, .lscf-posts-accordion .post-caption p {
font-size: 1em;
line-height: 1.25em;
color: #424242; }
.lscf-posts-accordion .lscf-accordion-post.active .accordion-headline .px-cross {
-webkit-transform: rotate(225deg);
-moz-transform: rotate(225deg);
-ms-transform: rotate(225deg);
transform: rotate(225deg);
-webkit-transition: 0.4s transform ease-in;
-moz-transition: 0.4s transform ease-in;
-ms-transition: 0.4s transform ease-in;
transition: 0.4s transform ease-in; }
.lscf-posts-accordion .lscf-accordion-post.active .post-caption {
margin-top: 40px;
-webkit-transition: 0.4s margin ease-in-out;
-moz-transition: 0.4s margin ease-in-out;
-ms-transition: 0.4s margin ease-in-out;
transition: 0.4s margin ease-in-out; }
.lscf-posts-accordion .lscf-post-container {
border-bottom: 1px solid #eee;
padding: 0px;
margin-bottom: 30px;
padding-bottom: 10px; }
.lscf-posts-accordion a.lscf-title {
color: #424242;
font-size: 1.1em;
line-height: 24px;
text-decoration: none;
cursor: pointer; }
.lscf-posts-accordion .lscf-post-container {
padding: 0px !important; }
.lscf-posts-accordion .lscf-post-container .row {
padding-left: 0px !important; }
.lscf-posts-accordion .lscf-post-container .accordion-headline {
padding-left: 0px !important; }
.lscf-wide-posts .lscf-posts-accordion {
overflow: hidden; }
.lscf-wide-posts .lscf-posts-accordion:after {
display: none; }
.lscf-wide-posts .lscf-posts-accordion .lscf-post-container {
width: 100%;
margin-left: 15px;
margin-right: 15px; }
.lscf-posts-portrait.view {
margin-top: 60px; }
.lscf-portrait {
width: 32%;
margin-left: 1%;
overflow: hidden;
float: left;
margin-bottom: 25px;
min-width: 235px; }
.lscf-portrait.columns-4 {
width: 24%;
min-width: 225px; }
.lscf-portrait .post-featuredImage {
width: 100%;
overflow: hidden;
position: relative;
z-index: 5;
border: 1px solid #e8e4e3; }
.lscf-portrait .block-featuredImage {
height: 400px;
position: relative; }
.lscf-portrait .block-featuredImage:after {
content: "";
display: none;
position: absolute;
bottom: 0;
left: 5px;
margin-bottom: 12px;
width: 70%;
height: 11px;
transform: rotate(-3deg);
z-index: 1;
-webkit-box-shadow: 0px 10px 7px 0px rgba(0, 0, 0, 0.95);
-moz-box-shadow: 0px 10px 7px 0px rgba(0, 0, 0, 0.95);
box-shadow: 0px 10px 7px 0px rgba(0, 0, 0, 0.95); }
.lscf-portrait .block-featuredImage:before {
content: "";
display: none;
position: absolute;
bottom: 0;
right: 5px;
margin-bottom: 12px;
width: 70%;
height: 11px;
transform: rotate(3deg);
z-index: 1;
-webkit-box-shadow: 0px 10px 7px 0px rgba(0, 0, 0, 0.95);
-moz-box-shadow: 0px 10px 7px 0px rgba(0, 0, 0, 0.95);
box-shadow: 0px 10px 7px 0px rgba(0, 0, 0, 0.95); }
.lscf-portrait .block-featuredImage .block-price {
position: absolute;
width: 60%;
height: 45px;
left: 0;
bottom: 0;
margin-left: 20%;
margin-bottom: 20px;
background: rgba(255, 255, 255, 0.7);
text-align: center;
line-height: 45px;
color: white;
font-size: 16px;
font-family: "open_sanssemibold"; }
.lscf-portrait .block-featuredImage .block-price:after {
content: "";
position: absolute;
display: block;
width: 25px;
height: 25px;
bottom: 0;
left: 0;
border-left: 3px solid white;
border-bottom: 3px solid white; }
.lscf-portrait .block-featuredImage .block-price:before {
content: "";
position: absolute;
display: block;
width: 25px;
height: 25px;
top: 0;
right: 0;
border-right: 3px solid white;
border-top: 3px solid white; }
.lscf-portrait .caption-container {
width: 100%;
height: 4.6em;
text-align: center;
margin-top: 15px; }
.lscf-portrait .lscf-title {
font-size: 1.1em;
line-height: 1.2em;
color: black;
text-decoration: none; }
.lscf-portrait .post-featuredImage {
width: 100%;
height: 100%;
max-height: 400px; }
.lscf-portrait .post-featuredImage img {
max-width: 100%;
width: auto;
max-height: 100%;
border: 0px;
padding: 0px;
margin: 0 auto; }
.lscf-portrait .post-featuredImage .px-flipper .flip-front {
text-align: center; }
.lscf-portrait .post-featuredImage .px-flipper .flip-back {
text-align: center; }
.lscf-portrait .post-featuredImage.noPhoto .px-flipper .flip-front {
background: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/images/no-image.png) no-repeat;
background-position: center; }
.lscf-portrait .post-featuredImage.noPhoto .px-flipper .flip-back {
background: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/images/no-image.png) no-repeat;
background-position: center; }
.lscf-portrait .post-overlay {
position: absolute;
min-height: 55%;
width: 100%;
background: rgba(67, 55, 165, 0.9);
bottom: 0;
left: 0;
color: white;
text-align: center;
padding-top: 21px; }
.lscf-portrait .post-overlay.small {
min-height: 44%; }
.lscf-portrait .post-overlay .block-price-back {
display: block;
width: 120px;
height: 40px;
text-align: center;
font-size: 1.3em;
line-height: 38px;
color: white;
border: 1px solid white;
margin: 0 auto;
margin-top: 7px;
margin-bottom: 10px; }
.lscf-portrait .post-overlay .eyeglass {
position: absolute;
top: 0;
left: 50%;
margin-left: -25px;
margin-top: -25px;
width: 50px;
height: 25px;
background: rgba(67, 55, 165, 0.9);
border-top: 1px solid transparent;
-webkit-border-radius: 50px 50px 0 0;
-moz-border-radius: 50px 50px 0 0;
-ms-border-radius: 50px 50px 0 0;
border-radius: 50px 50px 0 0; }
.lscf-portrait .post-overlay .eyeglass:after {
content: "";
display: block;
width: 30px;
height: 30px;
margin: 10px 7px;
background: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/images/eyeglass.png) no-repeat;
background-size: 100% auto; }
.lscf-portrait .post-overlay .ov-title {
display: block;
margin: 5px 7px;
font-size: 1.05em;
line-height: 1.2em;
color: white;
text-decoration: none;
margin-top: 15px; }
.lscf-portrait .post-overlay .caption {
font-size: 0.95em;
line-height: 1.1em;
color: white;
margin: 10px 15px;
margin-bottom: 15px;
text-align: left; }
.lscf-portrait .post-overlay .caption .lscf-custom-field-value {
margin-right: 5px; }
.lscf-portrait .post-overlay .caption .ov-content {
margin-bottom: 10px; }
.lscf-portrait .post-overlay .caption .lscf-ic-icon {
width: 30px;
height: 30px; }
.lscf-portrait .post-overlay .overlay-container {
position: relative;
bottom: 0;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.lscf-posts-portrait.columns-4 .lscf-portrait {
width: 24%; }
.lscf-posts-portrait.columns-4 .lscf-portrait .post-overlay {
min-height: 42%; }
.lscf-posts-portrait.columns-4 .lscf-portrait .post-overlay .caption {
margin-bottom: 25px; }
.px-flipper {
width: 100%;
height: 100%;
background: white; }
.px-flipper:hover .flipper, .px-flipper.hover .flipper {
transform: rotateY(180deg); }
.px-flipper .lscf-portrait-featured-img-link {
display: block;
width: 100%;
height: 100%; }
.px-flipper .flipper {
height: 100%;
transition: 0.7s;
transform-style: preserve-3d;
position: relative;
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
-ms-perspective: 1000px;
perspective: 1000px; }
.px-flipper .flip-back, .px-flipper .flip-front {
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%; }
.px-flipper .flip-front {
z-index: 2;
transform: rotateY(0deg); }
.px-flipper .flip-back {
transform: rotateY(180deg); }
.lscf-grid-view.small-view .lscf-portrait {
width: 48%;
margin-right: 1%;
max-width: none; }
@media (min-width: 1200px) {
.lscf-grid-view.small-view .lscf-portrait, .lscf-grid-view .lscf-portrait {
width: 31.2%;
margin-right: 0px; }
.lscf-grid-view.small-view .lscf-portrait.columns-4, .lscf-grid-view .lscf-portrait.columns-4 {
width: 24%;
margin-left: 0.2%; } }
@media (min-width: 790px) and (max-width: 1190px) {
.lscf-grid-view.small-view .lscf-portrait {
width: 31%; } }
@media (max-width: 600px) {
.lscf-grid-view.small-view .lscf-portrait, .lscf-grid-view .lscf-portrait {
max-width: 320px;
width: 100%;
margin: 0 auto;
float: none; } }
.lscf-administrator {
margin-top: 60px; }
.lscf-shortcode-editor-link {
color: #1abc9c !important;
display: block;
font: normal normal 16px/20px "open_sanslight" !important;
margin-left: 85px !important;
margin-top: 20px !important;
text-decoration: underline !important; }
.lscf-sidebar-extra-container {
position: absolute;
left: 0;
top: 0;
width: 700px;
margin-top: 61px !important;
background: #ebebeb;
height: 650px;
font-family: "open_sansregular" !important;
-webkit-transform: translateX(-400px);
transform: translateX(-400px);
-webkit-transition: 0.4s transform ease-in-out;
-moz-transition: 0.4s transform ease-in-out;
-ms-transition: 0.4s transform ease-in-out;
transition: 0.4s transform ease-in-out; }
.lscf-sidebar-extra-container ul li {
padding: 0px; }
.lscf-sidebar-extra-container ul li:before {
display: none !important; }
.lscf-sidebar-extra-container.active {
-webkit-transform: translateX(300px);
transform: translateX(300px);
-webkit-transition: 0.4s transform ease-in-out;
-moz-transition: 0.4s transform ease-in-out;
-ms-transition: 0.4s transform ease-in-out;
transition: 0.4s transform ease-in-out;
will-change: transform; }
.lscf-sidebar-extra-container .lscf-fes-headline {
font-size: 16px;
line-height: 32px;
text-transform: uppercase; }
.lscf-sidebar-extra-container .lscf-settings-options {
padding-bottom: 10px; }
.lscf-sidebar-extra-container .lscf-settings-options:after {
content: "";
display: block;
clear: both;
width: 1px;
height: 1px; }
.lscf-sidebar-extra-container .lscf-settings-options li {
list-style-type: none;
margin-top: 10px;
font-size: 14px;
width: 49%;
float: left;
margin-right: 1%; }
.lscf-sidebar-extra-container .lscf-settings-options li span {
margin-left: 2px;
line-height: 18px; }
.lscf-sidebar-extra-container .scroll-bar.vertical {
width: 3px; }
.lscf-sidebar-extra-container .scroll-bar.vertical .thumb {
background: #1abc9c;
right: 0;
margin-right: -15px;
cursor: pointer; }
.lscf-sidebar-extra-container .lscf-close-extra-container {
position: absolute;
left: 0;
top: 0;
margin-top: -41px;
cursor: pointer;
display: block; }
.lscf-sidebar-extra-container .lscf-sidebar-extracontainer-icon {
cursor: pointer; }
.lscf-sidebar-extra-container .lscf-settings-options {
margin-left: 10px; }
.lscf-sidebar-extra-container .lscf-settings-options .lscf-settings-subheadline {
line-height: 24px; }
.lscf-sidebar-extra-container .lscf-sidebar-extra-container-wrapper {
color: #2c3e50;
width: 92%;
height: 600px;
margin-left: 3%;
margin-top: 25px; }
.lscf-sidebar-extra-container .lscf-sidebar-extra-container-wrapper .lscf-colorpicker {
padding: 0px !important; }
.lscf-sidebar-extra-container .lscf-sidebar-extra-container-wrapper .lscf-lc-settings-radio {
display: inline-block; }
.lscf-sidebar-extra-container .lscf-sidebar-extra-container-wrapper .lscf-lc-settings-radio input + label {
padding-left: 16px;
font-size: 14px;
line-height: 18px;
margin-top: 0px; }
.lscf-sidebar-extra-container .lscf-sidebar-extra-container-wrapper .lscf-lc-settings-radio input + label:after {
position: absolute;
left: 0;
top: 0;
content: "";
display: block;
height: 12px;
width: 12px;
margin-top: 3px;
border: 1px solid #1abc9c;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%; }
.lscf-sidebar-extra-container .lscf-sidebar-extra-container-wrapper .lscf-lc-settings-radio input:checked + label:after {
border: 1px solid #1abc9c;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%; }
.lscf-sidebar-extra-container .lscf-sidebar-extra-container-wrapper .lscf-lc-settings-radio input:checked + label:before {
content: "";
display: block;
position: absolute;
left: 0;
top: 0;
width: 8px;
height: 8px;
margin-top: 5px;
margin-left: 2px;
background: #1abc9c;
border: 1px solid #1abc9c;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%; }
.lscf-sidebar-extra-container .lscf-sidebar-extra-container-wrapper hr {
margin: 10px 0px;
width: 100%;
height: 1px;
background: #2c3e50;
outline: none;
border: 0px;
margin-left: 5px; }
.lscf-sidebar-extra-container .lscf-sidebar-extra-container-wrapper hr:last-child {
display: none; }
.lscf-sidebar-extra-container .lscf-sidebar-extra-container-wrapper .lscf-taxonomies-block {
padding-bottom: 20px; }
.lscf-sidebar-extra-container .lscf-sidebar-extra-container-wrapper .lscf-taxonomies-block .px-post-categories:after {
content: "";
display: block;
width: 1px;
height: 1px;
clear: both; }
.lscf-sidebar-extra-container .lscf-sidebar-extra-container-wrapper .lscf-taxonomies-block .px-post-categories li {
display: block;
float: left;
width: 32%;
margin-left: 1%;
margin-top: 5px;
font-size: 12px;
line-height: 18px; }
.lscf-sidebar-extra-container .lscf-sidebar-extra-container-wrapper .lscf-taxonomies-block .px-post-categories li label {
font-size: 12px;
line-height: 18px;
margin-right: 5px; }
.lscf-sidebar-extra-container .lscf-sidebar-extra-container-wrapper .lscf-tax-headline {
font-size: 14px;
margin-left: 5px; }
.lscf-sidebar-extra-container .lscf-sidebar-extra-container-wrapper .lscf-tax-headline + i {
font-size: 12px; }
.lscf-sidebar-extra-container .lscf-sidebar-extra-container-wrapper .lscf-tax-headline + i b {
font-weight: 500; }
.lscf-sidebar-extra-container .lscf-sidebar-extra-container-wrapper .lscf-tax-headline:after {
content: "";
width: 15px;
height: 1px;
background: #2c3e50;
display: block;
margin-top: 3px;
margin-left: 5px; }
.lscf-sidebar-extra-container .lscf-sidebar-extra-container-wrapper .lscf-subheadline {
font-size: 13px;
line-height: 14px; }
.lscf-sidebar-extra-container .lscf-sidebar-extra-container-wrapper .lscf-fe-full-list {
display: block;
width: 96%;
margin-left: 2%;
overflow: hidden; }
.lscf-sidebar-extra-container .lscf-sidebar-extra-container-wrapper .lscf-fe-full-list li {
float: left;
width: 31%;
line-height: 18px;
margin-top: 3px; }
.lscf-sidebar-extra-container .lscf-sidebar-extra-container-wrapper .lscf-settings-checkbox {
margin-left: 2%;
font-size: 14px; }
.lscf-sidebar-extra-container .lscf-sidebar-extra-container-wrapper .px-checkbox-label:before {
background: #1abc9c !important; }
.lscf-sidebar-extra-container .lscf-sidebar-extra-container-wrapper .px-checkbox-label:after {
border: 1px solid #1abc9c; }
.lscf-sidebar-extra-container .lscf-sidebar-extra-container-wrapper .viewport .overview {
width: 92%; }
.lscf-sidebar-live-customizer {
min-height: 100%;
height: auto;
background: #2c3e50;
position: absolute;
left: 0;
top: 0;
width: 300px;
z-index: 20;
left: 0;
top: 0;
-webkit-transform: translateX(-310px);
transform: translateX(-310px);
-webkit-transition: 0.5s transform ease-in-out;
-moz-transition: 0.5s transform ease-in-out;
-ms-transition: 0.5s transform ease-in-out;
transition: 0.5s transform ease-in-out;
will-change: transform; }
.lscf-sidebar-live-customizer label {
font-weight: normal; }
.lscf-sidebar-live-customizer .lscf-colorpicker {
padding: 0px !important; }
.lscf-sidebar-live-customizer .lscf-open-extra-sidebar {
cursor: pointer; }
.lscf-sidebar-live-customizer .lscf-open-extra-sidebar label {
cursor: pointer; }
.lscf-sidebar-live-customizer .s-hidden {
visibility: hidden;
padding-right: 10px; }
.lscf-sidebar-live-customizer .select {
cursor: pointer;
display: inline-block;
position: relative;
width: 100%;
height: 38px; }
.lscf-sidebar-live-customizer .select select {
position: absolute; }
.lscf-sidebar-live-customizer .styledSelect {
text-align: center; }
.lscf-sidebar-live-customizer .styledSelect:before {
content: "";
position: absolute;
top: 0;
right: 0;
width: 10px;
height: 6px;
margin-top: 16px;
margin-right: 6px;
background: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/images/select-arrow.png) no-repeat; }
.lscf-sidebar-live-customizer .options {
z-index: 99;
display: none;
position: absolute;
top: 100%;
right: 0;
left: 0;
z-index: 99;
margin: 0 0;
padding: 0 0;
list-style: none; }
.lscf-sidebar-live-customizer .lscf-custom-select .styledSelect {
width: 65px;
height: 17px;
background: white;
font-size: 11px;
line-height: 17px;
position: relative;
border: 1px solid transparent;
padding-right: 8px;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
border-radius: 1px; }
.lscf-sidebar-live-customizer .lscf-custom-select .styledSelect:before {
content: "";
position: absolute;
right: 0;
top: 0;
margin-top: 7px;
margin-right: 6px;
display: block;
width: 7px;
height: 6px;
background: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/images/select-arrow.png) no-repeat;
background-size: 100%; }
.lscf-sidebar-live-customizer .lscf-custom-select .options {
top: 0;
margin-top: 17px;
background: white; }
.lscf-sidebar-live-customizer .lscf-custom-select .options li {
font-size: 11px;
line-height: 20px;
padding-left: 5px; }
.lscf-sidebar-live-customizer .lscf-custom-select.lscf-medium .styledSelect {
width: 100px; }
.lscf-sidebar-live-customizer .lscf-open-customizer {
display: block;
width: 135px;
height: 41px;
background: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/images/sidebar-live-customizer/settings.jpg) no-repeat;
cursor: pointer;
border: 0px;
outline: none;
position: absolute;
right: 0;
top: 0;
margin-top: 20px;
z-index: 30;
-webkit-transform: translateX(130px);
transform: translateX(130px);
-webkit-transition: 0.3s transform ease-in-out;
-moz-transition: 0.3s transform ease-in-out;
-ms-transition: 0.3s transform ease-in-out;
transition: 0.3s transform ease-in-out; }
.lscf-sidebar-live-customizer .lscf-open-customizer.shake {
animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
transform: translate3d(130, 0, 0);
backface-visibility: hidden;
perspective: 1000px; }
.lscf-sidebar-live-customizer .lscf-close-customizer {
display: block;
width: 49px;
height: 41px;
background: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/images/sidebar-live-customizer/close.jpg) no-repeat;
cursor: pointer;
position: absolute;
outline: none;
border: 0px;
right: 0;
top: 0;
margin-top: 20px;
z-index: 30;
-webkit-transform: translateX(0px);
transform: translateX(0px);
-webkit-transition: 0.2s transform ease-in-out;
-moz-transition: 0.2s transform ease-in-out;
-ms-transition: 0.2s transform ease-in-out;
transition: 0.2s transform ease-in-out; }
.lscf-sidebar-live-customizer .lscf-close-customizer.lscf-hide {
-webkit-transform: translateX(-50px) !important;
transform: translateX(-50px) !important;
-webkit-transition: 0.3s transform ease-in-out;
-moz-transition: 0.3s transform ease-in-out;
-ms-transition: 0.3s transform ease-in-out;
transition: 0.3s transform ease-in-out; }
.lscf-sidebar-live-customizer * {
margin: 0px;
padding: 0px; }
.lscf-sidebar-live-customizer .lscf-sidebar-live-customizer-wrapper {
padding-top: 1px;
position: relative;
background: #2c3e50;
z-index: 30;
width: 100%;
height: 100%;
padding-bottom: 50px; }
.lscf-sidebar-live-customizer .lscf-sidebar-headline {
margin-top: 20px;
width: 260px;
margin-left: 20px; }
.lscf-sidebar-live-customizer .lscf-sidebar-headline img {
float: left;
width: 40px; }
.lscf-sidebar-live-customizer .lscf-sidebar-headline .lscf-customizer-headline {
float: left;
font: normal normal 28px/40px "open_sanslight" !important;
color: #1abc9c !important;
margin-left: 15px;
padding: 0px; }
.lscf-sidebar-live-customizer .lscf-sidebar-headline:after {
content: "";
display: block;
width: 1px;
height: 1px;
clear: both; }
.lscf-sidebar-live-customizer .lscf-sidebar-options {
width: 260px;
margin-left: 20px;
margin-top: 20px; }
.lscf-sidebar-live-customizer .lscf-sidebar-options .lscf-sidebar-option {
margin-top: 20px; }
.lscf-sidebar-live-customizer .lscf-sidebar-options .lscf-sidebar-option .lscf-option-icon {
float: left;
border-right: 2px solid white;
width: 50px;
height: 40px; }
.lscf-sidebar-live-customizer .lscf-sidebar-options .lscf-sidebar-option .lscf-option-icon img {
margin: 8px; }
.lscf-sidebar-live-customizer .lscf-sidebar-options .lscf-sidebar-option .lscf-option-name {
float: left;
color: white;
width: 135px;
margin-left: 20px; }
.lscf-sidebar-live-customizer .lscf-sidebar-options .lscf-sidebar-option .lscf-option-name label {
color: white;
font: normal normal 16px/18px "open_sanslight"; }
.lscf-sidebar-live-customizer .lscf-sidebar-options .lscf-sidebar-option .lscf-option-name.lscf-middle label {
line-height: 40px;
color: white; }
.lscf-sidebar-live-customizer .lscf-sidebar-options .lscf-sidebar-option .lscf-option-name i {
font: normal normal 10px/14px "open_sanssemibold_italic";
color: white; }
.lscf-sidebar-live-customizer .lscf-sidebar-options .lscf-sidebar-option .lscf-option-field {
position: absolute;
right: 0;
margin-right: 20px;
margin-top: 12px; }
.lscf-sidebar-live-customizer .lscf-sidebar-options .lscf-sidebar-option .lscf-option-field input[type="text"] {
height: 20px;
width: 40px; }
.lscf-sidebar-live-customizer .lscf-sidebar-options .lscf-sidebar-option .lscf-option-field input[type="number"] {
width: 50px;
height: 20px;
font-size: 12px; }
.lscf-sidebar-live-customizer .lscf-sidebar-options .lscf-sidebar-option .lscf-option-field select {
font-size: 11px;
width: 60px; }
.lscf-sidebar-live-customizer .lscf-sidebar-options .lscf-sidebar-option:after {
content: "";
display: block;
width: 1px;
height: 1px;
clear: both; }
.lscf-sidebar-live-customizer .lscf-theme-list {
display: block;
position: relative;
overflow: hidden; }
.lscf-sidebar-live-customizer .lscf-theme-list input[type="radio"] {
position: absolute;
visibility: hidden; }
.lscf-sidebar-live-customizer .lscf-theme-list input[type="radio"] + label {
display: block;
width: 100%;
height: auto;
border: 3px solid transparent;
-webkit-transition: 0.2s border ease-in;
-moz-transition: 0.2s border ease-in;
-ms-transition: 0.2s border ease-in;
transition: 0.2s border ease-in; }
.lscf-sidebar-live-customizer .lscf-theme-list input[type="radio"] + label:after {
display: none; }
.lscf-sidebar-live-customizer .lscf-theme-list input[type="radio"] + label:before {
display: none; }
.lscf-sidebar-live-customizer .lscf-theme-list input[type="radio"]:checked + label {
border: 3px solid #1abc9c;
-webkit-transition: 0.2s border ease-in;
-moz-transition: 0.2s border ease-in;
-ms-transition: 0.2s border ease-in;
transition: 0.2s border ease-in; }
.lscf-sidebar-live-customizer .lscf-theme-list input[type="radio"]:checked + label:after {
display: none; }
.lscf-sidebar-live-customizer .lscf-theme-list input[type="radio"]:checked + label:before {
display: none; }
.lscf-sidebar-live-customizer .lscf-theme-list li {
display: block;
float: left;
width: 30%;
margin-left: 1%;
margin-right: 1%;
padding: 0px;
margin-top: 0px; }
.lscf-sidebar-live-customizer .lscf-theme-list li:before {
display: none; }
.lscf-sidebar-live-customizer .lscf-theme-list li img {
width: 100%; }
.lscf-sidebar-live-customizer .lscf-custom-themes {
clear: both;
margin-top: 15px; }
.lscf-sidebar-live-customizer .lscf-custom-themes .lscf-custom-theme-list {
overflow: hidden;
display: block;
clear: both;
width: 100%; }
.lscf-sidebar-live-customizer .lscf-custom-themes .lscf-custom-theme-list li {
float: left;
width: 75px;
height: 90px;
margin-bottom: 22px;
margin-left: 5px;
padding: 0px;
margin-top: 0px; }
.lscf-sidebar-live-customizer .lscf-custom-themes .lscf-custom-theme-list li:before {
display: none; }
.lscf-sidebar-live-customizer .lscf-custom-themes .lscf-custom-theme-list li img {
width: 100%; }
.lscf-sidebar-live-customizer .lscf-custom-themes .lscf-custom-theme-list li label {
margin-top: 0px;
display: block;
width: 100%;
height: 75px;
border: 3px solid transparent;
-webkit-transition: 0.2s border ease-in;
-moz-transition: 0.2s border ease-in;
-ms-transition: 0.2s border ease-in;
transition: 0.2s border ease-in; }
.lscf-sidebar-live-customizer .lscf-custom-themes .lscf-custom-theme-list li label:after, .lscf-sidebar-live-customizer .lscf-custom-themes .lscf-custom-theme-list li label:before {
display: none; }
.lscf-sidebar-live-customizer .lscf-custom-themes .lscf-custom-theme-list li input[type="radio"]:checked + label {
border: 3px solid #1abc9c;
-webkit-transition: 0.2s border ease-in;
-moz-transition: 0.2s border ease-in;
-ms-transition: 0.2s border ease-in;
transition: 0.2s border ease-in; }
.lscf-sidebar-live-customizer .lscf-custom-themes .lscf-custom-theme-list li input[type="radio"]:checked + label:before {
display: none !important; }
.lscf-sidebar-live-customizer .lscf-custom-themes .lscf-custom-theme-list .lscf-ct-label {
display: block;
margin-left: 5px;
margin-top: 5px;
font-size: 12px;
line-height: 14px;
color: white; }
.lscf-sidebar-live-customizer .lscf-check-btn {
position: relative;
margin: 0px; }
.lscf-sidebar-live-customizer.active {
margin-left: 0px;
-webkit-transform: translateX(0px);
transform: translateX(0px);
will-change: transform;
-webkit-transition: 0.5s transform ease-in-out;
-moz-transition: 0.5s transform ease-in-out;
-ms-transition: 0.5s transform ease-in-out;
transition: 0.5s transform ease-in-out; }
.lscf-sidebar-live-customizer.active .lscf-open-customizer {
-webkit-transform: translateX(0px);
transform: translateX(0px);
-webkit-transition: 0.25s transform ease-in-out;
-moz-transition: 0.25s transform ease-in-out;
-ms-transition: 0.25s transform ease-in-out;
transition: 0.25s transform ease-in-out; }
.lscf-sidebar-live-customizer.active .lscf-close-customizer {
-webkit-transform: translateX(49px);
transform: translateX(49px);
-webkit-transition: 0.4s transform ease-in-out;
-moz-transition: 0.4s transform ease-in-out;
-ms-transition: 0.4s transform ease-in-out;
transition: 0.4s transform ease-in-out; }
#lscf-posts-wrapper, .lscf-sidebar-live-customizer {
will-change: transform; }
#lscf-posts-wrapper {
-webkit-transform: translateX(0px);
transform: translateX(0px);
-webkit-transition: 0.5s transform ease-in-out;
-moz-transition: 0.5s transform ease-in-out;
-ms-transition: 0.5s transform ease-in-out;
transition: 0.5s transform ease-in-out; }
#lscf-posts-wrapper.translate {
-webkit-transform: translateX(100px);
transform: translateX(100px);
-webkit-transition: 0.5s transform ease-in-out;
-moz-transition: 0.5s transform ease-in-out;
-ms-transition: 0.5s transform ease-in-out;
transition: 0.5s transform ease-in-out; }
.lscf-posts-basic-grid.view {
margin-top: 60px; }
.lscf-template1-posts-wrapper {
display: block;
width: 100%;
padding: 0;
margin: 2vh 0; }
.lscf-template1-posts-wrapper::after {
display: block;
content: "";
clear: both; }
.lscf-template1-cols-4 .lscf-template1-post {
width: 25%;
float: left;
margin: 0; }
.lscf-template1-cols-3 .lscf-template1-post {
width: 33.3%;
float: left;
margin: 0; }
.lscf-template1-cols-2 .lscf-template1-post {
width: 50%;
float: left;
margin: 0; }
.lscf-template1-post {
outline: 1px solid #fff;
position: relative; }
.lscf-template1-image {
width: 100%;
position: relative;
height: 0;
padding-top: 100%;
background-repeat: no-repeat;
background-color: #dedede;
background-size: cover;
z-index: 1;
overflow: hidden; }
.lscf-template1-image .lscf-basic-grid-cf {
color: white;
position: absolute;
left: 0;
bottom: 0;
margin-left: 25px;
margin-right: 25px;
margin-bottom: 15px;
overflow: hidden;
z-index: 99;
opacity: 1.0;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transition: 0.4s transform, 0.3s opacity linear;
-moz-transition: 0.4s transform, 0.3s opacity linear;
-ms-transition: 0.4s transform, 0.3s opacity linear;
transition: 0.4s transform, 0.3s opacity linear; }
.lscf-template1-image .lscf-basic-grid-cf .lscf-shortcode-custom-field .lscf-custom-field-value {
margin-right: 5px; }
.lscf-template1-image .lscf-basic-grid-cf .lscf-ic-icon {
width: 30px;
height: 30px; }
.lscf-template1-image::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
z-index: 2;
-webkit-transition: all 0.3s cubic-bezier(0.28, 0, 0.07, 1);
-moz-transition: all 0.3s cubic-bezier(0.28, 0, 0.07, 1);
-ms-transition: all 0.3s cubic-bezier(0.28, 0, 0.07, 1);
-o-transition: all 0.3s cubic-bezier(0.28, 0, 0.07, 1); }
.lscf-template1-image .lscf-template1-hline,
.lscf-template1-image .lscf-template1-vline {
display: block;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: transparent; }
.lscf-template1-image .lscf-template1-vline::before,
.lscf-template1-image .lscf-template1-vline::after {
content: "";
display: block;
position: absolute;
width: 2px;
height: 90%;
background: #fff;
z-index: 3;
-webkit-transition: all 0.6s cubic-bezier(0.28, 0, 0.07, 1);
-moz-transition: all 0.6s cubic-bezier(0.28, 0, 0.07, 1);
-ms-transition: all 0.6s cubic-bezier(0.28, 0, 0.07, 1);
-o-transition: all 0.6s cubic-bezier(0.28, 0, 0.07, 1); }
.lscf-template1-image .lscf-template1-vline::before {
left: 5%;
top: 5%; }
.lscf-template1-image .lscf-template1-vline::after {
right: 5%;
bottom: 5%; }
.lscf-template1-post a {
text-decoration: none !important; }
.lscf-template1-image .lscf-template1-hline::before,
.lscf-template1-image .lscf-template1-hline::after {
content: "";
display: block;
position: absolute;
width: 90%;
height: 2px;
background: #fff;
z-index: 3;
-webkit-transition: all 0.6s cubic-bezier(0.28, 0, 0.07, 1);
-moz-transition: all 0.6s cubic-bezier(0.28, 0, 0.07, 1);
-ms-transition: all 0.6s cubic-bezier(0.28, 0, 0.07, 1);
-o-transition: all 0.6s cubic-bezier(0.28, 0, 0.07, 1); }
.lscf-template1-image .lscf-template1-hline::before {
top: 5%;
left: 5%; }
.lscf-template1-image .lscf-template1-hline::after {
bottom: 5%;
right: 5%; }
.lscf-template1-post a:hover .lscf-basic-grid-cf {
opacity: 0.0;
-webkit-transform: translateY(140%);
-moz-transform: translateY(140%);
-ms-transform: translateY(140%);
transform: translateY(140%);
-webkit-transition: 0.3s transform, 0.3s opacity linear;
-moz-transition: 0.3s transform, 0.3s opacity linear;
-ms-transition: 0.3s transform, 0.3s opacity linear;
transition: 0.3s transform, 0.3s opacity linear; }
.lscf-template1-post a:hover .lscf-template1-image .lscf-template1-vline::before,
.lscf-template1-post a:hover .lscf-template1-image .lscf-template1-vline::after {
height: 0;
-webkit-transition: all 0.6s cubic-bezier(0.28, 0, 0.07, 1);
-moz-transition: all 0.6s cubic-bezier(0.28, 0, 0.07, 1);
-ms-transition: all 0.6s cubic-bezier(0.28, 0, 0.07, 1);
-o-transition: all 0.6s cubic-bezier(0.28, 0, 0.07, 1); }
.lscf-template1-post a:hover .lscf-template1-image .lscf-template1-hline::before,
.lscf-template1-post a:hover .lscf-template1-image .lscf-template1-hline::after {
width: 0;
-webkit-transition: all 0.6s cubic-bezier(0.28, 0, 0.07, 1);
-moz-transition: all 0.6s cubic-bezier(0.28, 0, 0.07, 1);
-ms-transition: all 0.6s cubic-bezier(0.28, 0, 0.07, 1);
-o-transition: all 0.6s cubic-bezier(0.28, 0, 0.07, 1); }
.lscf-li-title {
width: 100%;
min-height: 3.4em;
max-height: 3.4em;
overflow: hidden;
font-size: 1em;
line-height: 1.2em;
z-index: 4;
color: #000;
padding: 0.5em 10px;
position: relative;
text-decoration: none; }
.lscf-li-title::before {
content: "";
display: block;
position: absolute;
bottom: 100%;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
z-index: -1;
-webkit-transition: all 0.3s cubic-bezier(0.28, 0, 0.07, 1);
-moz-transition: all 0.3s cubic-bezier(0.28, 0, 0.07, 1);
-ms-transition: all 0.3s cubic-bezier(0.28, 0, 0.07, 1);
-o-transition: all 0.3s cubic-bezier(0.28, 0, 0.07, 1); }
.lscf-template1-post a:hover .lscf-template1-image::before {
top: 100%;
-webkit-transition: all 0.3s cubic-bezier(0.28, 0, 0.07, 1);
-moz-transition: all 0.3s cubic-bezier(0.28, 0, 0.07, 1);
-ms-transition: all 0.3s cubic-bezier(0.28, 0, 0.07, 1);
-o-transition: all 0.3s cubic-bezier(0.28, 0, 0.07, 1); }
.lscf-template1-post a:hover .lscf-li-title::before {
bottom: 0;
-webkit-transition: all 0.3s cubic-bezier(0.28, 0, 0.07, 1);
-moz-transition: all 0.3s cubic-bezier(0.28, 0, 0.07, 1);
-ms-transition: all 0.3s cubic-bezier(0.28, 0, 0.07, 1);
-o-transition: all 0.3s cubic-bezier(0.28, 0, 0.07, 1); }
.lscf-template1-post a,
.lscf-template1-post a:hover {
text-decoration: none; }
.lscf-template1-post a:hover .lscf-li-title {
text-decoration: none;
color: #fff; }
@media (max-width: 1920px) {
.lscf-template1-image .lscf-template1-hline::before,
.lscf-template1-image .lscf-template1-hline::after {
height: 1px; }
.lscf-template1-image .lscf-template1-vline::before,
.lscf-template1-image .lscf-template1-vline::after {
width: 1px; } }
@media (max-width: 900px) {
.lscf-icon-checkbox-cf .lscf-ic-value {
width: 50%; } }
.lscf-template2-posts-wrapper {
display: block;
width: 100%;
padding: 0;
margin: 2vh 0; }
.lscf-template2-posts-wrapper::after,
.lscf-template2-posts::after {
display: block;
content: "";
clear: both; }
.lscf-template2-posts {
padding: 20vh 0 10%; }
.lscf-template2-post {
width: 50%;
float: left;
position: relative;
margin-bottom: 10vh;
overflow: hidden; }
.lscf-template2-post:nth-child(odd) {
margin-top: -15vh; }
.lscf-template2-image {
position: relative;
width: calc(100% - 3em);
height: 0px;
padding-top: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-color: #eef1f5;
overflow: hidden;
z-index: 2; }
.lscf-masonry-grid-cf {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
padding: 0px 3%;
color: white;
background: rgba(0, 0, 0, 0.4);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 99;
-webkit-transform: translateY(120%);
-moz-transform: translateY(120%);
-ms-transform: translateY(120%);
transform: translateY(120%);
opacity: 0.0;
-webkit-transition: 0.5s transform, 0.4s opacity cubic-bezier(0.28, 0, 0.07, 1);
-moz-transition: 0.5s transform, 0.4s opacity cubic-bezier(0.28, 0, 0.07, 1);
-ms-transition: 0.5s transform, 0.4s opacity cubic-bezier(0.28, 0, 0.07, 1);
transition: 0.5s transform, 0.4s opacity cubic-bezier(0.28, 0, 0.07, 1); }
.lscf-masonry-grid-cf .lscf-shortcode-custom-field:first-child {
margin-top: 3%; }
.lscf-masonry-grid-cf .lscf-shortcode-custom-field:last-child {
margin-bottom: 3%; }
.lscf-masonry-grid-cf .lscf-shortcode-custom-field .lscf-custom-field-value {
margin-right: 5px; }
.lscf-masonry-grid-cf .lscf-ic-icon {
width: 30px;
height: 30px; }
.lscf-template2-image span.ft-image {
position: absolute;
width: 100%;
height: 100%;
padding: 0;
top: 0;
left: 0;
margin: 0;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
transform: scale(1.1);
transform-origin: center center; -webkit-transform: scale(1.1);
-webkit-transform-origin: center center; -moz-transform: scale(1.1);
-moz-transform-origin: center center; -ms-transform: scale(1.1);
-ms-transform-origin: center center; -o-transform: scale(1.1);
-o-transform-origin: center center;
-webkit-transition: all 0.6s cubic-bezier(0.28, 0, 0.07, 1);
-moz-transition: all 0.6s cubic-bezier(0.28, 0, 0.07, 1);
-ms-transition: all 0.6s cubic-bezier(0.28, 0, 0.07, 1);
-o-transition: all 0.6s cubic-bezier(0.28, 0, 0.07, 1); }
.lscf-template2-post .lscf-li-featured-label {
position: absolute;
width: 100%;
height: 1.5em;
line-height: 1.5em;
font-size: 0.8em;
color: #000;
right: 0;
top: 0;
margin-right: 3.5em;
text-align: right;
transform: rotate(-90deg);
transform-origin: 100% 0; -webkit-transform: rotate(-90deg);
-webkit-transform-origin: 100% 0; -moz-transform: rotate(-90deg);
-moz-transform-origin: 100% 0; -ms-transform: rotate(-90deg);
-ms-transform-origin: 100% 0; -o-transform: rotate(-90deg);
-o-transform-origin: 100% 0; filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }
.lscf-template2-li-title {
font-size: 1.1em;
line-height: 1.3em;
height: 3em;
padding: 0.2em 10px 0.2em 0;
text-decoration: none;
color: #000;
overflow: hidden;
-webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
-moz-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
-ms-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
-o-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
z-index: 1; }
.lscf-template2-post a.lscf-template2-link,
.lscf-template2-post a.lscf-template2-link:hover {
text-decoration: none;
display: block;
position: relative; }
.lscf-template2-post a.lscf-template2-link:hover {
text-decoration: none; }
.lscf-template2-post a.lscf-template2-link:hover .lscf-masonry-grid-cf {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1.0;
-webkit-transition: 0.5s transform, 0.4s opacity cubic-bezier(0.28, 0, 0.07, 1);
-moz-transition: 0.5s transform, 0.4s opacity cubic-bezier(0.28, 0, 0.07, 1);
-ms-transition: 0.5s transform, 0.4s opacity cubic-bezier(0.28, 0, 0.07, 1);
transition: 0.5s transform, 0.4s opacity cubic-bezier(0.28, 0, 0.07, 1); }
.lscf-template2-post a.lscf-template2-link:hover .lscf-template2-image span {
transform: scale(1);
transform-origin: center center; -webkit-transform: scale(1);
-webkit-transform-origin: center center; -moz-transform: scale(1);
-moz-transform-origin: center center; -ms-transform: scale(1);
-ms-transform-origin: center center; -o-transform: scale(1);
-o-transform-origin: center center;
-webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
-moz-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
-ms-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
-o-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1); }
.lscf-template2-add-to-cart {
display: none; }
.lscf-template2-woocommerce-display .lscf-template2-add-to-cart {
display: block;
position: absolute;
font-size: 1.1em;
line-height: 2.6em;
height: 3em;
padding: 0.2em 10px 0.2em 0;
text-decoration: none;
color: #fff;
overflow: hidden;
background: #000;
width: calc(100% - 2.75em);
text-align: center;
bottom: 0;
left: 0;
transform: translateY(110%);
-webkit-transform: translateY(110%);
-moz-transform: translateY(110%);
-ms-transform: translateY(110%);
-o-transform: translateY(110%);
-webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
-moz-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
-ms-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
-o-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1); }
.lscf-template2-woocommerce-display .lscf-template2-add-to-cart:hover {
text-decoration: none;
color: #ffffff; }
.lscf-template2-woocommerce-display:hover .lscf-template2-li-title {
transform: translateY(-110%);
-webkit-transform: translateY(-110%);
-moz-transform: translateY(-110%);
-ms-transform: translateY(-110%);
-o-transform: translateY(-110%);
-webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
-moz-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
-ms-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
-o-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1); }
.lscf-template2-woocommerce-display:hover .lscf-template2-add-to-cart {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
-webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
-moz-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
-ms-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
-o-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1); }
.lscf-template3-posts-wrapper {
display: block;
width: 100%;
padding: 0;
margin: 2vh 0; }
.lscf-template3-posts-wrapper::after,
.lscf-template3-posts::after {
display: block;
content: "";
clear: both; }
.lscf-template3-posts {
padding: 0 0 10%; }
.lscf-template-3-optional-label {
color: #000;
font-weight: normal;
font-size: 0.8em; }
.lscf-template3-post {
width: 50%;
float: left;
position: relative;
margin-bottom: 10vh;
overflow: hidden;
padding: 0 5px; }
.lscf-template3-featured-image-link {
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0; }
.lscf-template3-featured-image {
background: #eef1f5; }
.lscf-template3-cols-3 .lscf-template3-post {
width: 33.33%; }
.lscf-template3-cols-4 .lscf-template3-post {
width: 25%; }
.lscf-template3-image {
position: relative;
width: 100%;
height: 0px;
padding-top: 150%;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
background-color: transparent;
overflow: hidden;
z-index: 2; }
.lscf-woocommerce-grid-cf {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
padding: 0px 3%;
color: white;
background: rgba(0, 0, 0, 0.2);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 99;
-webkit-transform: translateY(2.4em);
-moz-transform: translateY(2.4em);
-ms-transform: translateY(2.4em);
transform: translateY(2.4em);
opacity: 0.0;
-webkit-transition: 0.5s transform, 0.4s opacity cubic-bezier(0.28, 0, 0.07, 1);
-moz-transition: 0.5s transform, 0.4s opacity cubic-bezier(0.28, 0, 0.07, 1);
-ms-transition: 0.5s transform, 0.4s opacity cubic-bezier(0.28, 0, 0.07, 1);
transition: 0.5s transform, 0.4s opacity cubic-bezier(0.28, 0, 0.07, 1); }
.lscf-woocommerce-grid-cf .lscf-shortcode-custom-field .lscf-custom-field-value {
margin-right: 5px; }
.lscf-woocommerce-grid-cf .lscf-ic-icon {
width: 30px;
height: 30px; }
.lscf-template3-image > span {
position: absolute;
width: 100%;
height: 100%;
padding: 0;
top: 0;
left: 0;
margin: 0;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
-webkit-transition: all 0.7s cubic-bezier(0.28, 0, 0.07, 1);
-moz-transition: all 0.7s cubic-bezier(0.28, 0, 0.07, 1);
-ms-transition: all 0.7s cubic-bezier(0.28, 0, 0.07, 1);
-o-transition: all 0.7s cubic-bezier(0.28, 0, 0.07, 1); }
.lscf-template3-onsale {
position: absolute;
top: 5%;
right: 5%;
display: block;
padding: 5px 15px;
background: #000;
z-index: 4;
color: #fff;
font-size: 0.8em;
line-height: 1.2em; }
.lscf-template3-post .lscf-li-featured-label {
position: relative;
width: 100%;
line-height: 1.3em;
font-size: 0.9em;
font-weight: bold;
color: #000;
margin-bottom: 5px; }
.lscf-template3-post .lscf-li-price {
position: relative;
width: 100%;
line-height: 1.3em;
font-size: 0.9em;
font-weight: bold;
color: #000;
margin-bottom: 5px;
text-decoration: none; }
.lscf-template3-post .lscf-li-price del {
font-weight: normal;
font-size: 0.8em;
line-height: 1.3em;
text-decoration: line-through; }
.lscf-template3-post .lscf-li-price ins {
font-weight: bold;
font-size: 1em;
line-height: 1.3em;
text-decoration: none; }
.lscf-template3-li-title {
font-size: 1.1em;
line-height: 1.3em;
padding: 0.2em 10px;
text-decoration: none;
color: #000;
margin-bottom: 5px;
overflow: hidden;
-webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
-moz-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
-ms-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
-o-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
z-index: 1;
height: 2.6em;
overflow: hidden; }
.lscf-template3-post a.lscf-template3-link,
.lscf-template3-post a.lscf-template3-link:hover {
text-decoration: none;
display: block;
padding: 10px 0;
text-align: center; }
.lscf-template3-post a.lscf-template3-link:hover {
text-decoration: none; }
.lscf-template3-post a.lscf-template3-link:hover .lscf-template3-image > span {
transform: scale(1);
transform-origin: center center; -webkit-transform: scale(1);
-webkit-transform-origin: center center; -moz-transform: scale(1);
-moz-transform-origin: center center; -ms-transform: scale(1);
-ms-transform-origin: center center; -o-transform: scale(1);
-o-transform-origin: center center;
-webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
-moz-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
-ms-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
-o-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1); }
.lscf-template3-add-to-cart {
display: none; }
.lscf-template3-woocommerce-display .lscf-template3-add-to-cart {
display: block;
position: absolute;
font-size: 1em;
line-height: 2em;
height: 2.4em;
padding: 0.2em 10px 0.2em 0;
text-decoration: none;
color: #fff;
overflow: hidden;
background: #000;
width: 100%;
text-align: center;
bottom: 0;
left: 0;
transform: translateY(110%);
-webkit-transform: translateY(110%);
-moz-transform: translateY(110%);
-ms-transform: translateY(110%);
-o-transform: translateY(110%);
-webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
-moz-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
-ms-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
-o-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1); }
.lscf-template3-woocommerce-display .lscf-template3-add-to-cart:hover {
text-decoration: none;
color: #ffffff; }
.lscf-template3-woocommerce-display:hover .lscf-woocommerce-grid-cf {
-webkit-transform: translateY(-2.4em);
-moz-transform: translateY(-2.4em);
-ms-transform: translateY(-2.4em);
transform: translateY(-2.4em);
opacity: 1.0;
-webkit-transition: 0.4s transform, 0.8s opacity cubic-bezier(0.28, 0, 0.07, 1);
-moz-transition: 0.4s transform, 0.8s opacity cubic-bezier(0.28, 0, 0.07, 1);
-ms-transition: 0.4s transform, 0.8s opacity cubic-bezier(0.28, 0, 0.07, 1);
transition: 0.4s transform, 0.8s opacity cubic-bezier(0.28, 0, 0.07, 1); }
.lscf-template3-woocommerce-display:hover .lscf-template3-image > span {
transform: translateY(-1.2em);
-webkit-transform: translateY(-1.2em);
-moz-transform: translateY(-1.2em);
-ms-transform: translateY(-1.2em);
-o-transform: translateY(-1.2em);
-webkit-transition: all 0.6s cubic-bezier(0.28, 0, 0.07, 1);
-moz-transition: all 0.6s cubic-bezier(0.28, 0, 0.07, 1);
-ms-transition: all 0.6s cubic-bezier(0.28, 0, 0.07, 1);
-o-transition: all 0.6s cubic-bezier(0.28, 0, 0.07, 1); }
.lscf-template3-woocommerce-display:hover .lscf-template3-add-to-cart {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
-webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
-moz-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
-ms-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1);
-o-transition: all 0.4s cubic-bezier(0.28, 0, 0.07, 1); }
@media only screen and (max-width: 767px) {
.lscf-template3-post,
.lscf-template3-cols-3 .lscf-template3-post,
.lscf-template3-cols-4 .lscf-template3-post {
width: 50%; }
.lscf-template3-woocommerce-display .lscf-template3-image {
padding-top: calc(150% + 2.4em); }
.lscf-template3-woocommerce-display .lscf-template3-add-to-cart {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0); } }
.lscf-template-orderby-right-margin .lscf-order-by {
margin-right: 170px; }
.lscf-woo-grid-2 {
width: 100%;
position: relative;
padding-top: 50px; }
.lscf-woo-grid-2:after {
content: '';
display: block;
width: 1px;
height: 1px;
clear: both; }
.lscf-woo-grid-2 .lscf-woo-grid-2-heading {
position: absolute;
right: 0;
top: 0; }
.lscf-woo-grid-2 .lscf-woo-grid-2-heading .lscf-woo-grid-changer {
color: #424242; }
.lscf-woo-grid-2 .lscf-woo-grid-2-heading .lscf-woo-grid-changer li {
display: inline-block; }
.lscf-woo-grid-2 .lscf-woo-grid-2-heading .lscf-woo-grid-changer .lscf-woo-grid-type {
margin: 0 2px;
cursor: pointer;
font-weight: 500;
border: 1px solid #424242;
color: #424242;
width: 1.5em;
height: 1.5em;
line-height: 1.4em;
text-align: center;
font-size: 1em; }
.lscf-woo-grid-2 .lscf-woo-grid-2-heading .lscf-woo-grid-changer .lscf-woo-grid-type.active {
font-weight: 600;
background: #424242;
color: white; }
.lscf-woo-grid-2 .ng-leave {
display: none; }
.lscf-woo-grid-2 .lscf-woo-grid-2-post {
width: 31%;
min-width: 150px;
min-height: 0;
float: left;
margin: 1%;
position: relative;
-webkit-transition: 0.4s all;
-moz-transition: 0.4s all;
-ms-transition: 0.4s all;
transition: 0.4s all; }
.lscf-woo-grid-2.lscf-woo-grid-columns-2 .lscf-woo-grid-2-post {
width: 46%;
margin-left: 3%; }
.lscf-woo-grid-2.lscf-woo-grid-columns-3 .lscf-woo-grid-2-post {
width: 30%;
margin: 1.6%; }
.lscf-woo-grid-2.lscf-woo-grid-columns-4 .lscf-woo-grid-2-post {
width: 23%;
margin-bottom: 2%; }
.lscf-woo-grid-2.lscf-woo-grid-columns-4 .lscf-woo-grid-2-post .lscf-woo-grid-2-add-to-cart {
height: 30px;
line-height: 30px; }
.lscf-woo-grid-2.lscf-woo-grid-columns-5 .lscf-woo-grid-2-post {
width: 18%;
margin-bottom: 2%; }
.lscf-woo-grid-2.lscf-woo-grid-columns-5 .lscf-woo-grid-2-post .lscf-woo-grid-2-add-to-cart {
height: 30px;
line-height: 30px; }
.lscf-woo-grid-2 .lscf-woo-grid-2-image {
display: block;
position: relative;
overflow: hidden;
width: 100%;
height: 0;
padding-top: 130%; }
.lscf-woo-grid-2 .lscf-woo-grid-2-featured-image-front, .lscf-woo-grid-2 .lscf-woo-grid-2-featured-image-back {
position: absolute;
left: 0;
top: 0;
padding-top: 130%;
width: 100%;
display: block;
background-size: cover; }
.lscf-woo-grid-2 .lscf-woo-grid-2-featured-image-front {
z-index: 11;
opacity: 1.0; }
.lscf-woo-grid-2 .lscf-woo-grid-2-featured-image-back {
opacity: 0.0;
z-index: 10;
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05); }
.lscf-woo-grid-2 .lscf-woo-grid-2-add-to-cart, .lscf-woo-grid-2 .lscf-woo-grid-2-add-to-cart:hover {
width: 100%;
text-align: center;
height: 40px;
line-height: 40px;
text-align: center;
display: block;
position: absolute;
z-index: 20;
left: 0;
bottom: 0;
color: white;
background: rgba(0, 0, 0, 0.9);
font-size: 1em;
font-weight: 500;
padding: 0px;
text-decoration: none;
opacity: 0.0;
transform: translateY(0);
-webkit-transition: 0.2s opacity, 0.2s transform linear;
-moz-transition: 0.2s opacity, 0.2s transform linear;
-ms-transition: 0.2s opacity, 0.2s transform linear;
transition: 0.2s opacity, 0.2s transform linear; }
.lscf-woo-grid-2 .lscf-woo-grid-2-post:hover .lscf-woocommerce-grid-2-cf {
opacity: 1.0; }
.lscf-woo-grid-2 .lscf-woo-grid-2-post:hover .lscf-woo-grid-2-featured-image-front {
-webkit-filter: blur(15px);
-moz-filter: blur(15px);
-ms-filter: blur(15px);
-o-filter: blur(15px);
filter: blur(15px);
-webkit-transform: scale(4.1);
-moz-transform: scale(4.1);
-ms-transform: scale(4.1);
transform: scale(4.1);
opacity: 0.0;
-webkit-transition: 0.5s filter, 5.7s transform, 0.25s opacity cubic-bezier(0.12, 0.17, 0.94, 0.3);
-moz-transition: 0.5s filter, 5.7s transform, 0.3s opacity cubic-bezier(0.12, 0.17, 0.94, 0.3);
-ms-transition: 0.5s filter, 5.7s transform, 0.25s opacity cubic-bezier(0.12, 0.17, 0.94, 0.3);
transition: 0.5s filter, 5.7s transform, 0.25s opacity cubic-bezier(0.12, 0.17, 0.94, 0.3); }
.lscf-woo-grid-2 .lscf-woo-grid-2-post:hover .lscf-woo-grid-2-featured-image-back {
opacity: 1.0;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: 0.55s opacity, 0.4s transform cubic-bezier(0.12, 0.17, 0.94, 0.3);
-moz-transition: 0.55s opacity, 0.4s transform cubic-bezier(0.12, 0.17, 0.94, 0.3);
-ms-transition: 0.55s opacity, 0.4s transform cubic-bezier(0.12, 0.17, 0.94, 0.3);
transition: 0.55s opacity, 0.4s transform cubic-bezier(0.12, 0.17, 0.94, 0.3); }
.lscf-woo-grid-2 .lscf-woo-grid-2-link, .lscf-woo-grid-2 .lscf-woo-grid-2-link:hover {
color: #1d1d1d;
text-decoration: none;
text-align: center;
display: block;
width: 100%;
height: 3.8em;
min-height: 40px;
margin-top: 10px; }
.lscf-woo-grid-2 .lscf-woo-grid-2-link .lscf-woo-grid-2-li-title, .lscf-woo-grid-2 .lscf-woo-grid-2-link:hover .lscf-woo-grid-2-li-title {
font-size: 1.1em;
line-height: 1.2em;
max-height: 2.8em;
display: block; }
.lscf-woo-grid-2 .lscf-woo-grid-2-link .lscf-li-price, .lscf-woo-grid-2 .lscf-woo-grid-2-link:hover .lscf-li-price {
line-height: 1.4em;
font-size: 1.2em;
font-weight: 600; }
.lscf-woo-grid-2 .lscf-woo-grid-2-link .lscf-li-price ins, .lscf-woo-grid-2 .lscf-woo-grid-2-link:hover .lscf-li-price ins {
color: red; }
.lscf-woo-grid-2 .lscf-woo-grid-2-li-title, .lscf-woo-grid-2 .lscf-li-price {
opacity: 1.0;
transition-delay: 0.3s;
transition: 0.3s opacity linear; }
.lscf-woo-grid-2 .lscf-woo-grid-2-post:hover .lscf-woo-grid-2-add-to-cart {
opacity: 1.0;
transform: translateY(-20px);
-webkit-transition: 0.3s opacity, 0.25s transform linear;
-moz-transition: 0.3s opacity, 0.25s transform linear;
-ms-transition: 0.3s opacity, 0.25s transform linear;
transition: 0.3s opacity, 0.25s transform linear; }
.lscf-woo-grid-2 .lscf-woo-grid-2-post:hover .lscf-woo-grid-2-li-title, .lscf-woo-grid-2 .lscf-woo-grid-2-post:hover .lscf-li-price {
opacity: 0.0;
transition: 0.2s opacity linear; }
.lscf-woo-grid-2 .lscf-woo-grid-2-onsale {
position: absolute;
top: 0;
left: 0;
margin-left: 15px;
margin-top: 15px;
z-index: 20;
text-align: center;
display: block;
min-width: 50px;
line-height: 20px;
height: 20px;
background: black;
color: white;
font-size: 12px;
font-weight: 500; }
.lscf-woo-grid-2 .lscf-woocommerce-grid-2-cf {
opacity: 0.0; }
.lscf-woo-grid-2 .lscf-woocommerce-grid-2-cf .lscf-shortcode-custom-field {
float: left;
margin-left: 5%; }
.lscf-woo-grid-2 .lscf-woocommerce-grid-2-cf .lscf-custom-field-name {
font-weight: 500;
line-height: 1.1em;
margin: 6px 0; }
.lscf-woo-grid-2 .lscf-woocommerce-grid-2-cf .lscf-shortcode-custom-field .lscf-custom-field-value {
margin-right: 12px;
font-size: 1em;
font-weight: 500; }
.lscf-woo-grid-2 .lscf-woocommerce-grid-2-cf .lscf-ic-icon {
width: 25px;
height: 25px; }
.lscf-woo-grid-2 .lscf-woocommerce-grid-2-cf:after {
content: '';
display: block;
width: 1px;
height: 1px;
clear: both; }
.lscf-woocommerce-grid-2-cf {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 10;
background: rgba(0, 0, 0, 0.5);
padding: 4% 1%;
color: white; }
@media (max-width: 870px) {
.lscf-woo-grid-2 .lscf-woo-grid-2-post {
min-width: none;
width: 45% !important;
margin-left: 3% !important; } }
@media (max-width: 460px) {
.lscf-template-orderby-right-margin .lscf-order-by {
margin-right: 0px;
width: 212px;
margin-top: -10px; }
.lscf-woo-grid-2-heading {
display: none; } }
@media (max-width: 400px) {
.lscf-woo-grid-2 .lscf-woo-grid-2-post {
min-width: none;
width: 90% !important;
margin-left: 5% !important; } }
.cp-color-picker {
z-index: 40 !important; }
.lscf-no-results-error {
position: absolute;
top: 0;
left: 0; }
#lscf-posts-wrapper {
margin-left: 0px !important;
margin-right: 0px !important; }
.post-list {
position: relative; }
.post-list .lscf-ic-icon {
width: 30px;
height: 30px; }
.post-list .lscf-ic-icon img {
width: 100%; }
.post-list .lscf-custom-field-value {
font-size: 14px;
line-height: 15px; }
.post-list .lscf-shortcode-custom-field.lscf-display-inline .lscf-custom-field-value {
margin-right: 5px; }
.post-list .block-row {
display: -webkit-flex;
display: -ms-flexbox;
display: -moz-box;
display: flex;
align-items: top; }
.post-list .block-row .block-featuredImage {
width: 35%; }
.post-list .block-row .lscf-post-heading {
display: -webkit-flex;
display: -ms-flexbox;
display: -moz-box;
display: flex; }
.post-list .block-row .lscf-post-heading .caption-container {
width: 65%; }
.post-list .block-row .lscf-post-heading .lscf-price-label {
width: 35%;
text-align: right; }
.post-list .block-row .caption-block {
margin: 0;
padding: 0 15px;
width: 65%;
-webkit-box-sizing: border-box;
-moz-border-box: border-box;
box-sizing: border-box; }
.post-list .caption-container {
padding: 0px !important; }
.post-list.lscf-woocommerce-display .lscf-add-to-cart {
color: white;
z-index: 55; }
.post-list.lscf-woocommerce-display .lscf-add-to-cart label {
width: 50%;
cursor: pointer;
text-decoration: none;
display: block;
position: absolute;
top: 0;
left: 0;
margin-top: 120px;
margin-left: 44%;
font-size: 0.91em;
line-height: 1.6em;
-webkit-transition: 0.2s margin linear;
-moz-transition: 0.2s margin linear;
-ms-transition: 0.2s margin linear;
-o-transition: 0.2s margin linear;
transition: 0.2s margin linear; }
.post-list.lscf-woocommerce-display .lscf-add-to-cart span {
position: absolute;
top: 0;
right: 27%;
cursor: pointer;
margin-top: 70px;
font-size: 24px;
-webkit-transition: 0.2s margin linear;
-moz-transition: 0.2s margin linear;
-ms-transition: 0.2s margin linear;
-o-transition: 0.2s margin linear;
transition: 0.2s margin linear; }
.post-list .lscf_shortcodes_container_block {
display: none; }
.clear {
clear: both; }
select.custom-select {
visibility: hidden; }
.px-hide {
display: none; }
.px-hide.ang_ready {
display: block; }
hr.px-silver {
border: 0px;
outline: none;
width: 100%;
height: 1px;
background: #eeeeee;
margin-top: 20px;
margin-bottom: 20px; }
@keyframes rotateFall {
0% {
transform: rotateZ(0deg); }
20% {
transform: rotateZ(10deg);
animation-timing-function: ease-out; }
40% {
transform: rotateZ(17deg); }
60% {
transform: rotateZ(16deg); }
100% {
transform: translateY(100%) rotateZ(17deg); } }
@keyframes slideOutLeft {
to {
transform: translateX(-100%); } }
@keyframes rotateOutNewspaper {
to {
transform: translateZ(-3000px) rotateZ(360deg);
opacity: 0; } }
@keyframes scaleUp {
from {
opacity: 0.3;
-webkit-transform: scale(0.94); } }
@keyframes scaleDown {
from {
opacity: 0.3;
-webkit-transform: scale(0.1); } }
@keyframes slideInRight {
from {
transform: translateX(100%); }
to {
transform: translateX(0); } }
@keyframes slideInUp {
from {
transform: translateY(100%); }
to {
transform: translateY(0); } }
@keyframes shake {
10%, 90% {
transform: translate3d(129px, 0, 0); }
20%, 80% {
transform: translate3d(132px, 0, 0); }
30%, 50%, 70% {
transform: translate3d(126px, 0, 0); }
40%, 60% {
transform: translate3d(134px, 0, 0); } }
.px-filter-fields {
padding: 0px !important; }
.px-filter-fields hr {
margin: 10px 0px !important;
outline: none; }
.px-filter-fields hr.silver {
border-bottom: 0px;
background: none;
border-top: 1px solid #eee !important; }
.px-filter-fields .icon-only-list {
width: 40px;
height: 40px;
float: left;
margin-right: 8px;
margin-bottom: 5px; }
.px-filter-fields .icon-only-list .icon-only {
width: 100%;
height: 100%;
border: 0px;
position: relative; }
.px-filter-fields .icon-only-list .icon-only:after {
position: absolute;
left: 0;
top: 0;
margin-left: 0px;
width: 16px;
height: 20px;
background: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/images/checked.png) no-repeat;
background-size: 100%;
background-position: center; }
.px-filter-fields .icon-only-list .icon-only img {
padding: 0px;
border: none;
width: 40px;
margin-right: 5px;
-webkit-transition: 0.2s all ease-in-out;
-moz-transition: 0.2s all ease-in-out;
-ms-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out; }
.px-filter-fields .icon-only-list .icon-only.active img {
width: 20px;
margin-left: 20px;
margin-top: 10px;
-webkit-transition: 0.2s all ease-in-out;
-moz-transition: 0.2s all ease-in-out;
-ms-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out; }
.px-filter-fields .icon-and-text-list {
height: 30px; }
.px-filter-fields .icon-and-text {
width: 100%;
border: 0px;
overflow: hidden;
height: 100%;
line-height: 30px;
position: relative; }
.px-filter-fields .icon-and-text:after {
position: absolute;
left: 0;
top: 0;
margin-left: 0px;
width: 12px;
height: 13px;
background: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/images/checked.png) no-repeat;
background-size: 100%;
background-position: center; }
.px-filter-fields .icon-and-text img {
width: 30px;
float: left;
margin-right: 5px;
padding: 0px;
border: none;
-webkit-transition: 0.2s all ease-in-out;
-moz-transition: 0.2s all ease-in-out;
-ms-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out; }
.px-filter-fields .icon-and-text.active img {
width: 15px;
margin-left: 15px;
margin-top: 7px;
-webkit-transition: 0.2s all ease-in-out;
-moz-transition: 0.2s all ease-in-out;
-ms-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out; }
.px-filter-fields .px_capf-field .lscf-see-more {
display: block;
cursor: pointer;
font-size: 12px;
line-height: 16px;
margin: 10px 0px;
clear: both; }
.px-filter-fields .px_capf-field .px-hidden-opt {
display: none; }
.px-filter-fields .px_capf-field.active .px-hidden-opt {
display: block; }
.lscf-template-variation-featured .lscf-template-variation-field {
display: block; }
.lscf-pagination-ready .lscf-dynamic-pagination-container {
display: flex; }
.lscf-dynamic-pagination-container {
display: none;
margin-top: 35px;
border: 1px solid #efefef;
border-radius: 4px;
min-width: 163px;
text-align: center;
height: 37px;
float: left;
font-weight: 500;
align-items: center; }
.lscf-dynamic-pagination-container span {
display: block; }
.lscf-dynamic-pagination-container .lscf-dynamic-pag-prev {
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
margin-left: 2px;
border-left: 1px solid #efefef; }
.lscf-dynamic-pagination-container .lscf-dynamic-pag-next {
margin-right: 2px;
border-left: 1px solid #efefef; }
.lscf-dynamic-pagination-container .lscf-dynamic-pag-main {
min-width: 86px;
padding-right: 3px;
text-align: left; }
.lscf-dynamic-pagination-container .lscf-dynamic-pag-prev, .lscf-dynamic-pagination-container .lscf-dynamic-pag-next {
opacity: 0.8;
cursor: pointer;
display: inline-block;
width: 35px;
height: 35px;
background: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/images/arrow.svg) no-repeat;
background-size: 38%;
background-position: center; }
.lscf-dynamic-pagination-container input[type="number"]::-webkit-outer-spin-button, .lscf-dynamic-pagination-container input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none; }
.lscf-dynamic-pagination-container input[type="number"] {
width: 40px;
box-sizing: border-box;
height: 35px;
padding: 0;
margin: 0px;
border-right: 1px solid #efefef;
background: #F8F8F8;
text-align: center;
border-left: none;
border-top: none;
border-bottom: none;
-moz-appearance: textfield;
margin-right: 2px; }
.lscf-dynamic-pagination-container input[type="number"]:focus {
-webkit-box-shadow: none;
box-shadow: none; }
.px-filter-fields.lscf-horizontal-sidebar {
margin-bottom: 40px; }
@media (min-width: 770px) {
.px-filter-fields.lscf-horizontal-sidebar .lscf-hierarchical-terms {
width: auto !important;
max-width: none; }
.px-filter-fields.lscf-horizontal-sidebar .lscf-hierarchical-terms .lscf-taxonomies-fields > div {
min-width: 170px;
float: left;
margin-left: 15px; }
.px-filter-fields.lscf-horizontal-sidebar .lscf-hierarchical-terms .lscf-taxonomies-fields > div:first-child {
margin-left: 0px; }
.px-filter-fields.lscf-horizontal-sidebar .lscf-hierarchical-terms .lscf-taxonomies-fields > div h6 {
margin: 0px;
padding: 0px;
font-size: 16px;
line-height: 20px;
color: #424242;
margin: 5px 0px;
padding: 0px;
min-height: 30px;
border-bottom: 1px solid #eee; }
.px-filter-fields.lscf-horizontal-sidebar .lscf-hierarchical-terms .lscf-taxonomies-fields:after {
content: '';
display: block;
width: 1px;
height: 1px;
clear: both; } }
.px-filter-fields.lscf-horizontal-sidebar .lscf-reset-filter {
clear: both;
margin-left: 10px;
margin-bottom: 30px; }
.px-filter-fields.lscf-horizontal-sidebar .px-field-wrapper-container {
border-bottom: 1px solid #e0e0e0; }
.px-filter-fields.lscf-horizontal-sidebar .px-field-wrapper-container hr.silver {
display: none; }
.px-filter-fields.lscf-horizontal-sidebar .px-field-wrapper-container:after {
content: "";
display: block;
width: 1px;
height: 1px;
clear: both;
margin-bottom: 15px; }
.px-filter-fields.lscf-horizontal-sidebar .pxRangeField {
margin-left: 6px; }
.px-filter-fields.lscf-horizontal-sidebar .lscf-sidebar-heading {
border-bottom: 1px solid #eee; }
.px-filter-fields.lscf-horizontal-sidebar .lscf-filter-field {
width: 160px;
height: 160px;
margin-left: 10px;
margin-right: 10px;
float: left; }
.px-filter-fields.lscf-horizontal-sidebar .lscf-filter-field .lscf-see-more {
clear: both;
padding-top: 10px; }
.px-filter-fields.lscf-horizontal-sidebar .lscf-filter-field.lscf-large-field {
width: 340px; }
.px-filter-fields.lscf-horizontal-sidebar .lscf-filter-field:after {
content: "";
display: block;
width: 1px;
height: 1px;
clear: both; }
.px-filter-fields.lscf-horizontal-sidebar .lscf-checkfield-icons-only .px_checkboxesList .px_checkbox-li {
width: 60px; }
.px-filter-fields.lscf-horizontal-sidebar .pxCheckField, .px-filter-fields.lscf-horizontal-sidebar .pxRadioField {
position: relative;
background: white; }
.px-filter-fields.lscf-horizontal-sidebar .pxCheckField.active, .px-filter-fields.lscf-horizontal-sidebar .pxRadioField.active {
z-index: 10; }
.px-filter-fields.lscf-horizontal-sidebar .pxCheckField input[type="radio"] + label, .px-filter-fields.lscf-horizontal-sidebar .pxRadioField input[type="radio"] + label {
margin-top: 7px; }
.px-filter-fields.lscf-horizontal-sidebar .pxCheckField .px_checkboxesList .px_checkbox-li, .px-filter-fields.lscf-horizontal-sidebar .pxRadioField .px_checkboxesList .px_checkbox-li {
width: 163px;
margin-left: 3px;
margin-right: 3px;
float: left; }
.px-filter-fields.lscf-horizontal-sidebar .pxCheckField .px_checkboxesList .px_checkbox-li.icon-only-list, .px-filter-fields.lscf-horizontal-sidebar .pxRadioField .px_checkboxesList .px_checkbox-li.icon-only-list {
width: 44px; }
.px-filter-fields.lscf-horizontal-sidebar .pxCheckField .lscf-checkfield-icons-only .px_checkbox-li, .px-filter-fields.lscf-horizontal-sidebar .pxRadioField .lscf-checkfield-icons-only .px_checkbox-li {
width: 50px; }
.px-filter-fields.lscf-horizontal-sidebar .pxSearchField input {
margin-top: 7px; }
.px-filter-fields.lscf-horizontal-sidebar .px-select-box {
margin-top: 5px;
margin-bottom: 10px; }
.px-filter-fields.lscf-horizontal-sidebar .px-select-box .select {
margin-top: 7px; }
.pxSearchField .px-focus {
border: 1px solid #1e88e5; }
.pxSelectField .s-hidden {
visibility: hidden;
padding-right: 10px; }
.pxSelectField .select {
cursor: pointer;
display: inline-block;
position: relative;
width: 100%;
height: 38px; }
.pxSelectField .select select {
position: absolute; }
.pxSelectField .styledSelect {
text-align: center;
overflow: hidden; }
.pxSelectField .styledSelect.active {
height: 215px; }
.pxSelectField .styledSelect:before {
content: "";
position: absolute;
top: 0;
right: 0;
width: 10px;
height: 6px;
margin-top: 16px;
margin-right: 6px;
background: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/images/select-arrow.png) no-repeat; }
.pxSelectField .pxselect-hidden-list {
display: none; }
.pxSelectField .options {
top: 0;
z-index: 99;
display: none;
position: absolute;
top: 100%;
right: 0;
left: 0;
z-index: 99;
margin: 0 0;
padding: 0 0;
list-style: none;
padding: 0px !important; }
.pxselect-hidden-list {
display: none; }
.lscf-posts {
position: relative; }
.px-posts-overlay-loading {
text-align: center;
position: absolute;
width: 100%;
min-height: 500px;
max-height: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 22;
background: rgba(255, 255, 255, 0.9); }
.px-posts-overlay-loading img {
position: absolute;
left: 0;
top: 340px;
right: 0;
margin: auto; }
.px-capf-wrapper {
position: relative;
z-index: 3;
background: white;
width: 100%;
max-width: 1320px;
min-height: 400px;
overflow: hidden;
padding: 0px;
padding-bottom: 25px; }
.px-capf-wrapper.row {
margin: 0 auto; }
.px-capf-wrapper.lscf-wrapper-independent-filters.lscf-admin-wrapper {
min-height: unset !important; }
.px-capf-wrapper.lscf-admin-wrapper {
min-height: 1160px; }
.px-capf-wrapper .lscf-container {
padding: 0px !important; }
.px-capf-wrapper.wide {
max-width: 1550px;
padding: 0px; }
.px-capf-wrapper.wide .view {
margin-left: 1.5%; }
.px-capf-wrapper ul li {
list-style-type: none; }
.px-capf-wrapper:after {
content: "";
display: block;
width: 1px;
height: 1px;
clear: both; }
.post-list.ng-enter {
animation: scaleUp 0.3s both ease-in;
z-index: 10; }
.post-list.ng-leave {
display: none; }
.lscf-portrait.ng-enter {
animation: scaleUp 0.3s both ease-in;
z-index: 10; }
.lscf-portrait.ng-leave {
display: none; }
.px-fiels-wrapper {
margin-top: 40px;
padding: 0px 15px; }
.px-fiels-wrapper .px-filter-label-mobile {
display: none; }
.px-fiels-wrapper input[type="text"] {
color: #9e9e9e;
background: white; }
.px-fiels-wrapper .pxRangeField {
width: 95%; }
.lscf-horizontal-sidebar .px-fiels-wrapper {
padding: 0px; }
.capf_loading {
width: 100%;
text-align: center;
margin-top: 20px; }
.capf_loading img {
margin: 0 auto; }
.capf_loading .loadMore {
cursor: pointer;
font-size: 1.15em; }
.no-filter-results-error {
font-size: 16px;
margin-top: 60px; }
.px-capf-container {
width: 100%;
min-height: 200px;
background: white;
overflow: hidden;
padding-bottom: 70px; }
.px-capf-container .px-lscf-heading {
max-width: 1180px;
width: 94%;
margin: 40px auto; }
.px_checkbox {
display: block;
float: left;
background: none;
padding: 0px;
margin: 0px;
border: 1px solid #e0e0e0;
width: 15px;
height: 15px;
margin: 0px;
margin-right: 5px;
margin-top: 2px;
cursor: pointer;
position: relative; }
.px_checkbox:after {
content: "";
display: block;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
width: 11px;
height: 11px;
background: #1e88e5;
-webkit-transition: 0.2s transform;
-moz-transition: 0.2s transform;
-ms-transition: 0.2s transform;
-o-transition: 0.2s transform;
transition: 0.2s transform;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0); }
.px_checkbox.active:after {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: 0.25s transform;
-moz-transition: 0.25s transform;
-ms-transition: 0.25s transform;
-o-transition: 0.25s transform;
transition: 0.25s transform; }
.px_checkboxesList .px_checkbox-li {
position: relative;
display: block;
font-size: 13px;
color: #424242;
margin-top: 2px; }
.px_checkboxesList .px_checkbox-li.icon-and-text-list {
margin-top: 5px; }
.px_checkboxesList .px_checkbox-li:after {
content: "";
display: block;
clear: both; }
.px_checkboxesList .px_checkbox-li span {
line-height: 13px;
font-size: 13px; }
.px_checkboxesList .px_checkbox-li .px_checkbox + span {
line-height: 19px;
float: left; }
.px-capf-wrapper .px_checkboxInput {
opacity: 0 !important;
position: absolute !important;
left: 0;
top: 0;
z-index: -1;
width: 1px;
height: 1px; }
.lscf-posts-block strong {
font-weight: 500; }
strong.matched-word {
background: yellow; }
.px-custom-fields-caf ul {
padding: 0px;
margin: 0px;
list-style-type: none; }
.px-custom-fields-caf ul li {
padding: 0px;
margin: 0px;
list-style-type: none; }
.lscf-option-disabled {
opacity: 0.4;
cursor: default;
pointer-events: none; }
.lscf-order-by {
width: 230px;
position: absolute;
right: 0;
top: 0;
margin-right: 10px;
z-index: 50;
margin-top: 5px; }
.lscf-order-by .styledSelect {
overflow: hidden; }
.lscf-order-by .lscf-sorting-order {
width: 120px;
margin-left: 10px; }
.lscf-theme-default .lscf-order-by {
margin-right: 90px; }
.lscf-sorting-opt {
display: block;
width: 20px;
margin: 0px;
float: left; }
.lscf-sort-up, .lscf-sort-down {
width: 20px;
height: 12px;
position: relative;
font-size: 12px;
overflow: hidden;
margin: 0px;
margin-top: 1px;
margin-left: 14px; }
.lscf-sort-up {
margin-top: 5px; }
.lscf-sort-up span.glyphicon, .lscf-sort-down span.glyphicon {
font-size: 16px;
line-height: 12px;
height: 12px;
cursor: pointer;
color: #616161; }
.lscf-order-by-dropdown {
border: 1px solid #e0e0e0;
width: 160px;
max-width: 160px;
float: left;
cursor: pointer; }
.lscf-order-by-dropdown select {
display: none; }
.lscf-order-by-dropdown .styledSelect {
height: 100%;
font-size: 1em;
line-height: 38px;
color: #424242;
text-align: left;
padding-left: 15px; }
.lscf-order-by-dropdown .options {
display: none;
margin: 0px;
padding: 0px;
background: white;
border: 1px solid #e0e0e0;
border-top: none;
margin-left: -1px;
margin-right: -1px;
font-size: 1em;
line-height: 30px;
color: #424242;
max-height: 215px;
cursor: pointer;
height: auto; }
.lscf-order-by-dropdown .options .viewport .overview {
width: 100%;
max-height: 215px;
position: relative; }
.lscf-order-by-dropdown .options .thumb {
right: 0;
width: 5px;
background: #424242;
z-index: 44;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px; }
.lscf-order-by-dropdown .options .lscf-dropdown-option {
border-top: 1px solid #fbf9f9;
padding: 0px;
padding-left: 15px;
min-height: 35px;
line-height: 35px;
margin: 0px; }
.lscf-order-by-dropdown .options .lscf-dropdown-option:hover {
color: #1e88e5; }
.lscf-order-by-dropdown .options:after {
content: "";
position: absolute;
right: 0;
top: 0;
margin-right: 0px;
display: block;
background: white;
width: 2px;
height: 100%; }
.px-select-box {
margin-top: 20px;
margin-bottom: 30px; }
.px-select-box div.select {
border: 1px solid #e0e0e0;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px; }
.px-select-box div.select .styledSelect {
height: 100%;
font-size: 1em;
line-height: 38px;
color: #424242;
text-align: left;
padding-left: 15px; }
.px-select-box div.select .options {
top: 0;
margin: 0px;
padding: 0px;
background: white;
border: 1px solid #e0e0e0;
border-top: none;
margin-left: -1px;
margin-right: -1px;
margin-top: 36px;
font-size: 1em;
line-height: 30px;
color: #424242;
height: auto;
max-height: 215px; }
.px-select-box div.select .options .viewport .overview {
position: relative; }
.px-select-box div.select .options .overview {
width: 100%; }
.px-select-box div.select .options .thumb {
right: 0;
width: 4px;
background: #2d3e50;
z-index: 44;
border: 1px solid transparent;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px; }
.px-select-box div.select .options .lscf-dropdown-option {
border-top: 1px solid #fbf9f9;
padding: 0px;
padding-left: 15px;
min-height: 35px;
line-height: 35px;
margin: 0px; }
.px-select-box div.select .options .lscf-dropdown-option:hover {
color: #1e88e5; }
.px-select-box div.select .options:after {
content: "";
position: absolute;
right: 0;
top: 0;
margin-right: 0px;
display: block;
background: white;
width: 2px;
height: 100%; }
.px-select-box.active-val div.select {
border: 1px solid #1e88e5; }
.px-select-box.active-val div.select .options {
border: 1px solid #1e88e5;
top: 0; }
.rooms-booking label {
margin: 10px 0px;
display: block; }
label.dateFrom, label.dateTo, .px-date-label {
position: relative;
width: 100%;
display: block; }
label.dateFrom:after, label.dateTo:after, .px-date-label:after {
content: "";
width: 16px;
height: 16px;
position: absolute;
right: 0;
top: 0;
margin-top: 11px;
margin-right: 11px;
background: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/images/calendar-icon.png) no-repeat; }
.px-capf-wrapper input[type="text"] {
font-size: 0.88em;
line-height: 38px;
display: inline-block;
color: #424242;
height: 38px;
padding-left: 15px;
padding-right: 25px;
outline: none;
border: 1px solid #e0e0e0;
width: 100%;
margin-bottom: 10px;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px; }
.px-capf-wrapper input[type="radio"] {
display: none; }
.px-capf-wrapper input[type="radio"] + label {
display: block;
margin-top: 8px;
min-height: 12px;
cursor: pointer;
position: relative;
width: 100%; }
.px-capf-wrapper input[type="radio"] + label:after {
position: absolute;
left: 0;
top: 0;
content: "";
display: block;
height: 12px;
width: 12px;
border: 1px solid #e7e7e7;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%; }
.px-capf-wrapper input[type="radio"]:checked + label:after {
border: 1px solid #1e88e5; }
.px-capf-wrapper input[type="radio"]:checked + label:before {
content: "";
display: block;
position: absolute;
left: 0;
top: 0;
width: 8px;
height: 8px;
margin-top: 2px;
margin-left: 2px;
background: #1e88e5;
border: 1px solid #1e88e5;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%; }
.px-capf-wrapper input[type="radio"] + label span {
margin-left: 20px;
font-size: 13px;
line-height: 15px;
color: #424242;
display: block; }
.filter-headline label {
color: #424242;
font-size: 0.95em;
line-height: 38px; }
.viewMode {
display: block;
padding: 0px;
margin: 0px;
margin-top: 8px;
font-size: 26px;
line-height: 20px;
width: 69px;
max-width: 75px;
margin-right: 0px;
margin-left: auto;
overflow: hidden; }
.viewMode div {
display: block;
cursor: pointer;
margin-left: 5%;
float: left;
width: 45%;
font-size: 26px; }
.viewMode div.active {
cursor: inherit;
color: #1e88e5; }
.pxfilter-grid-only .viewMode {
display: none; }
.pxfilter-list-only .viewMode {
display: none; }
.px-filter-fields .lascf-reset-filter {
margin-bottom: 50px;
margin-top: 30px; }
.px-filter-fields .lascf-reset-filter label {
cursor: pointer;
font-size: 15px;
padding: 10px 15px;
border: 1px solid #e0e0e0; }
.px-filter-fields .tax-subfield .px_capf-field {
margin-top: 5px !important;
margin-bottom: 10px !important; }
.px-filter-fields .subcategs-tax {
display: none; }
.px-filter-fields h6 {
font-size: 12px;
line-height: 16px;
color: #424242;
margin: 10px 0px;
margin-bottom: 5px; }
.px-filter-fields .lscf-sidebar-heading {
font-size: 16px;
line-height: 20px;
color: #424242;
margin: 5px 0px;
padding: 0px;
min-height: 30px; }
.px-filter-fields label {
font-size: 0.8em;
line-height: 0.9em; }
.lscf-posts-block.block-view .post-list {
padding-bottom: 10px; }
.lscf-posts-block.block-view .post-list .lscf_shortcodes_container_block {
display: block; }
.lscf-posts-block.block-view .post-list .lscf_shortcodes_container_list {
display: none; }
.lscf-posts-block.block-view .post-list .block-row {
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
.lscf-posts-block.block-view .post-list .caption-block, .lscf-posts-block.block-view .post-list .post-featuredImage {
width: 100%; }
@media (min-width: 1440px) {
.lscf-posts-block.block-view .post-list.columns-4 {
min-height: 255px; }
.lscf-posts-block.block-view .post-list .view.block-view .block-row {
min-height: 270px; } }
.post-list {
width: 100%;
margin-top: 25px;
box-shadow: 0px 0px 1px #b2b2b2;
-webkit-transition: 0.3s margin linear;
-moz-transition: 0.3s margin linear;
-ms-transition: 0.3s margin linear;
-o-transition: 0.3s margin linear;
transition: 0.3s margin linear;
max-width: 820px;
margin-left: auto;
margin-right: auto; }
.post-list .block-featuredImage {
padding: 0px !important; }
.post-list .lscf-title {
font-size: 1.1em;
line-height: 1.15em;
display: block;
height: 2.4em;
color: #424242;
color: #424242;
margin-top: 10px;
text-decoration: none;
overflow: hidden; }
.post-list .lscf-title:hover {
text-decoration: none; }
.post-list .lscf-title:active, .post-list .lscf-title:visited {
color: #424242; }
.post-list .rating {
margin: 0px; }
.post-list .rating > li {
margin-right: 2%; }
.post-list .reviewsCount {
color: #424242;
font-size: 0.82em;
line-height: 12px; }
.post-list .caption {
margin-bottom: 10px;
font-size: 1em;
line-height: 1.40em;
color: #424242;
max-height: 5.7em;
overflow: hidden;
width: 90%; }
.post-list .block-price {
display: none; }
.post-list .price label, .post-list .block-price label {
margin-top: 15px;
font-weight: bold;
font-size: 18px;
line-height: 14px;
color: #1e88e5;
display: block; }
.post-list .price span, .post-list .block-price span {
font-size: 13px;
line-height: 14px;
color: #424242; }
.post-list .list-view {
display: block; }
.post-list .block-view {
display: none; }
.post-list .post-featuredImage {
width: 100%;
position: relative;
max-height: 200px;
min-height: 170px;
overflow: hidden; }
.post-list .post-featuredImage.noPhoto {
background: #f2f0f0; }
.post-list .post-featuredImage.noPhoto:before {
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/images/no-image.png) no-repeat;
background-position: center; }
.post-list .post-featuredImage .post-overlay {
display: table-cell;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
vertical-align: middle;
z-index: 10;
background: rgba(64, 142, 213, 0.7);
opacity: 0.0;
-webkit-transition: 0.3s opacity linear;
-moz-transition: 0.3s opacity linear;
-ms-transition: 0.3s opacity linear;
-o-transition: 0.3s opacity linear;
transition: 0.3s opacity linear; }
.post-list .post-featuredImage .post-overlay .overlay-container {
margin: 0 auto;
display: block;
vertical-align: middle;
text-decoration: none;
padding-top: 1px; }
.post-list .post-featuredImage .post-overlay .overlay-container span.glyphicon-search {
position: absolute;
top: 0;
left: 50%;
margin-left: -10px;
margin-top: 70px;
color: white;
font-size: 24px;
display: block;
left: 0;
margin-left: 0px;
width: 100%;
text-align: center;
-webkit-transition: 0.2s margin linear;
-moz-transition: 0.2s margin linear;
-ms-transition: 0.2s margin linear;
-o-transition: 0.2s margin linear;
transition: 0.2s margin linear;
z-index: 22; }
.post-list .post-featuredImage .post-overlay .overlay-container label {
display: block;
position: absolute;
top: 0;
font-size: 0.91em;
line-height: 1.6em;
color: white;
margin-top: 120px;
display: block;
left: 0;
width: 100%;
margin-left: 0px;
text-align: center;
z-index: 22;
-webkit-transition: 0.2s margin linear;
-moz-transition: 0.2s margin linear;
-ms-transition: 0.2s margin linear;
-o-transition: 0.2s margin linear;
transition: 0.2s margin linear; }
.post-list .post-featuredImage .post-overlay:hover {
opacity: 1.0;
-webkit-transition: 0.3s opacity linear;
-moz-transition: 0.3s opacity linear;
-ms-transition: 0.3s opacity linear;
-o-transition: 0.3s opacity linear;
transition: 0.3s opacity linear; }
.post-list .post-featuredImage .post-overlay:hover .post-overlay-link {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
z-index: 2; }
.post-list .post-featuredImage .post-overlay:hover span.glyphicon.glyphicon-search {
margin-top: 66px;
-webkit-transition: 0.3s margin linear;
-moz-transition: 0.3s margin linear;
-ms-transition: 0.3s margin linear;
-o-transition: 0.3s margin linear;
transition: 0.3s margin linear; }
.post-list .post-featuredImage .post-overlay:hover span.glyphicon-shopping-cart {
margin-top: 66px;
-webkit-transition: 0.3s margin linear;
-moz-transition: 0.3s margin linear;
-ms-transition: 0.3s margin linear;
-o-transition: 0.3s margin linear;
transition: 0.3s margin linear; }
.post-list .post-featuredImage .post-overlay:hover label {
margin-top: 93px;
-webkit-transition: 0.3s margin linear;
-moz-transition: 0.3s margin linear;
-ms-transition: 0.3s margin linear;
-o-transition: 0.3s margin linear;
transition: 0.3s margin linear; }
.post-list .post-featuredImage .featImg {
width: auto !important;
max-width: 100%; }
.post-list.lscf-woocommerce-display .post-featuredImage .post-overlay .overlay-container span.glyphicon-search {
margin-left: 5%;
width: 45%; }
.post-list.lscf-woocommerce-display .post-featuredImage .post-overlay .overlay-container label {
width: 45%;
margin-left: 5%; }
.only-posts-show .view .post-list {
max-width: 900px;
margin-left: auto;
margin-right: auto; }
.view.block-view .block-row {
margin: 0px;
min-height: 240px;
overflow: hidden; }
.view.block-view .lscf-title {
margin: 10px 0px; }
.view.block-view .post-list {
position: relative;
width: 32%;
max-width: 355px;
float: left;
margin-right: 2%;
margin-top: 2%;
-webkit-transition: 0.3s margin linear;
-moz-transition: 0.3s margin linear;
-ms-transition: 0.3s margin linear;
-o-transition: 0.3s margin linear;
transition: 0.3s margin linear; }
.view.block-view .post-list:nth-child(3n+0) {
margin-right: 0px; }
.view.block-view .post-list .block-featuredImage {
width: 100%;
height: 155px;
overflow: hidden;
padding: 0px; }
.view.block-view .post-list .caption-block {
width: 100%; }
.view.block-view .post-list .price, .view.block-view .post-list .caption {
display: none; }
.view.block-view .post-list .caption-container {
width: 100%;
padding: 0px; }
.view.block-view .post-list .lscf-title {
font-size: 1.1em;
line-height: 1.15em; }
.view.block-view .post-list .list-view {
display: none; }
.view.block-view .post-list .block-view {
display: block; }
@media (min-width: 1180px) {
.view.block-view .post-list.columns-2 {
max-width: 450px !important;
width: 48% !important;
margin-right: 4%;
margin-bottom: 3%; }
.view.block-view .post-list.columns-2:nth-child(3n + 0) {
margin-right: 4%; }
.view.block-view .post-list.columns-2:nth-child(2n + 0) {
margin-right: 0px; }
.view.block-view .post-list.columns-2 .block-featuredImage {
height: 190px; }
.view.block-view .post-list.columns-2 .block-row {
min-height: 270px; }
.view.block-view .post-list.columns-4 {
width: 23.5% !important;
max-width: 350px !important; }
.view.block-view .post-list.columns-4:nth-child(3n + 0) {
margin-right: 2%; }
.view.block-view .post-list.columns-4:nth-child(4n + 0) {
margin-right: 0px; } }
@media (max-width: 850px) {
.view.block-view .post-list {
width: 48%; } }
.view.block-view .block-price {
display: block;
position: absolute;
top: 0;
right: 0;
margin-top: 16px;
min-width: 34px;
height: 44px;
background: #1e88e5;
text-align: right;
padding: 0px;
padding-right: 7px;
padding-left: 6px; }
.view.block-view .block-price:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 5px;
z-index: 1;
margin-left: -10px;
display: block;
border-right: 10px solid transparent;
border-top: 10px solid transparent;
border-left: 15px solid transparent;
border-bottom: 34px solid #1e88e5; }
.view.block-view .block-price:after {
content: "";
display: block;
width: 5px;
position: absolute;
top: 0;
left: 0;
border-top: 34px solid #1e88e5;
border-left: 15px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid transparent;
margin-left: -10px; }
.view.block-view .block-price * {
color: white;
text-align: right;
margin: 0px; }
.view.block-view .block-price label {
margin-top: 12px;
font-size: 13px;
line-height: 20px;
position: relative;
z-index: 8; }
.view.block-view ul.facilities {
margin-left: 14px;
margin-bottom: 5px; }
.view {
margin-top: 27px; }
.view:after {
display: block;
content: "";
clear: both; }
.ui-datepicker {
z-index: 40 !important; }
.lscf-filter-field .px_capf-field:after {
content: "";
display: block;
width: 1px;
height: 1px;
clear: both; }
.lscf-filter-field:after {
content: "";
display: block;
width: 1px;
height: 1px;
clear: both; }
.lscf-filter-field.lscf-draggable-field {
cursor: all-scroll;
margin-top: 30px;
padding: 0px 12px;
position: relative; }
.lscf-filter-field.lscf-draggable-field > div {
background: white;
position: relative;
border-top: 1px solid #2d3e50; }
.lscf-filter-field.lscf-draggable-field:before {
content: "";
display: block;
position: absolute;
right: 0;
top: 0;
width: 100px;
height: 26px;
background: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/images/sidebar-live-customizer/draganddrop.jpg) no-repeat;
margin-right: 12px;
-webkit-transform: translateY(-21px);
transform: translateY(-21px);
-webkit-transition: 0.3s transform ease-in-out;
-moz-transition: 0.3s transform ease-in-out;
-ms-transition: 0.3s transform ease-in-out;
transition: 0.3s transform ease-in-out; }
.lscf-filter-field.lscf-draggable-field:hover:before {
-webkit-transition: 0.3s transform ease-in-out;
-moz-transition: 0.3s transform ease-in-out;
-ms-transition: 0.3s transform ease-in-out;
transition: 0.3s transform ease-in-out;
-webkit-transform: translateY(-26px);
transform: translateY(-26px); }
.lscf-filter-field.lscf-draggable-field.ui-sortable-helper {
background: rgba(255, 255, 255, 0.9); }
.lscf-filter-field.lscf-draggable-field .lscf-dropdown-option {
position: relative;
padding-left: 30px !important;
line-height: 26px !important; }
.lscf-filter-field.lscf-draggable-field .lscf-dropdown-option:before {
content: "";
position: absolute;
left: 0;
top: 0;
margin-top: 6px;
margin-left: 5px;
width: 16px;
height: 16px;
display: block;
background: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/images/sidebar-live-customizer/drag-icon.jpg) no-repeat; }
.lscf-filter-field.lscf-draggable-field .px_checkbox-li {
position: relative;
margin-top: 7px;
box-sizing: border-box;
padding-left: 25px;
cursor: all-scroll; }
.lscf-filter-field.lscf-draggable-field .px_checkbox-li * {
cursor: all-scroll; }
.lscf-filter-field.lscf-draggable-field .px_checkbox-li.lscf-field-option:before {
content: "";
display: block;
width: 16px;
height: 16px;
background: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/images/sidebar-live-customizer/drag-icon.jpg) no-repeat;
background-size: 100%;
position: absolute;
left: 0;
top: 0;
margin-right: -17px; }
.lscf-filter-field.lscf-draggable-field .px-select-box .options {
position: relative;
top: 0; }
.lascf-reset-filter {
position: relative;
margin: 0px;
margin-top: 20px;
margin-left: 10px;
clear: both;
float: none; }
.lscf-filters-only-wrapper:after {
content: '';
display: block;
width: 1px;
height: 1px;
clear: both; }
.lscf-filters-only-wrapper .px-field-wrapper-container {
padding-bottom: 40px; }
.lscf-filters-only-wrapper .lscf-search-button {
position: absolute;
bottom: 0;
left: 0;
margin-bottom: 35px;
margin-left: 10px; }
.lscf-filters-only-wrapper .lscf-search-button a, .lscf-filters-only-wrapper .lscf-search-button a:hover {
color: black;
text-decoration: none;
padding: 10px 40px;
border: 1px solid #e0e0e0; }
.lscf-posts-wrapper.lscf-active-sort-by {
margin-top: 70px; }
.lscf-administrator-label {
display: block;
font-size: 12px;
color: red;
margin-bottom: 20px; }
@media (min-width: 1180px) and (max-width: 1330px) {
.view.block-view .post-list {
max-width: 230px; } }
@media (min-width: 800px) and (max-width: 1179px) {
.view.block-view .post-list {
max-width: none;
width: 48.5%; }
.view.block-view .post-list .post-featuredImage {
max-width: none; } }
@media (min-width: 1180px) {
.view.small-view.block-view .post-list {
width: 47%;
margin-left: 3%;
max-width: none;
margin-right: 0px; }
.view.small-view.block-view .post-list .post-featuredImage {
max-width: none; }
.view.small-view.block-view .post-list .block-featuredImage {
max-width: none; }
.view.large-view.block-view .post-list {
max-width: 355px;
width: 32%; }
.view.large-view.block-view.no-filter .post-list {
max-width: 270px; } }
@media (max-width: 760px) {
.lscf-theme-default .lscf-order-by {
margin-right: 0px;
width: 220px; } }
@media (max-width: 450px) {
.view.block-view .post-list {
max-width: none;
width: 90% !important;
margin-left: 5% !important; }
.view.block-view .post-list .post-featuredImage {
max-width: none; } }
@media (min-width: 768px) and (max-width: 1000px) {
.px-capf-wrapper .col-sm-3.px-filter-fields {
width: 100%;
max-width: 530px;
float: none;
margin: 0 auto; }
.px-capf-wrapper .col-sm-9.lscf-posts {
max-width: 530px;
position: relative;
width: 100%;
margin: 0 auto;
float: none;
margin-top: 30px; } }
@media (max-width: 768px) {
.viewModeBlock {
opacity: 0.0; } }
@media (max-width: 770px) {
.px-capf-wrapper .lscf-open-customizer {
display: none; }
.px-capf-wrapper .px-filter-fields.lscf-horizontal-sidebar .lscf-filter-field.lscf-large-field {
width: 100%;
margin: 0 auto; }
.px-capf-wrapper .px-filter-fields.lscf-horizontal-sidebar .lscf-filter-field {
min-height: 90px;
height: auto;
width: 100%;
margin: 0 auto;
margin-bottom: 5px; }
.px-capf-wrapper .lscf-posts {
margin-top: 25px; }
.px-capf-wrapper .lascf-reset-filter {
margin: 0px;
margin-top: 20px;
clear: both;
float: none; }
.px-capf-wrapper .px-filter-fields {
position: relative !important;
top: 0;
left: 0;
width: 100%;
background: rgba(255, 255, 255, 0.98);
z-index: 999; }
.px-capf-wrapper .px-filter-fields .px-fiels-wrapper {
padding-top: 1px;
margin-top: 0px;
height: 41px;
overflow: hidden; }
.px-capf-wrapper .px-filter-fields .px-fiels-wrapper.active {
overflow: inherit; }
.px-capf-wrapper .px-filter-fields .px-fiels-wrapper .px-filter-label-mobile {
display: block;
padding: 0px;
width: 90% !important;
margin-left: 5%;
margin-top: 0px;
margin-bottom: 0px;
padding-right: 17px;
height: 40px;
border: 1px solid #1e88e5;
color: #333;
text-align: center;
cursor: pointer;
line-height: 38px;
font-size: 16px;
position: relative;
clear: both;
cursor: pointer; }
.px-capf-wrapper .px-filter-fields .px-fiels-wrapper .px-filter-label-mobile span {
position: relative; }
.px-capf-wrapper .px-filter-fields .px-fiels-wrapper .px-filter-label-mobile span:after {
content: "";
display: block;
width: 10px;
height: 9px;
background: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/images/down-arrow.png) no-repeat;
background-size: 100%;
position: absolute;
right: 0;
top: 0;
margin-right: -17px;
margin-top: 8px; }
.px-capf-wrapper .px-filter-fields .px-fiels-wrapper .px-filter-label-mobile.lscf-close-mobile-filter-overlay {
border: 0px !important;
width: auto; }
.px-capf-wrapper .px-filter-fields .px-fiels-wrapper .px-field-wrapper-container {
position: relative;
width: 90%;
margin-left: 5%;
margin-top: 0px;
padding: 0px 20px;
border: 1px solid #1e88e5;
border-top: 0px;
margin-bottom: 15px;
padding-top: 1px; }
.px-capf-wrapper .px-filter-fields .px-fiels-wrapper .px-field-wrapper-container > div {
-webkit-transition: 0.6s all ease;
-moz-transition: 0.6s all ease;
-ms-transition: 0.6s all ease;
transition: 0.6s all ease; }
.px-capf-wrapper .px-filter-fields .px-fiels-wrapper.active.ready {
height: auto !important; }
.px-capf-wrapper .px-filter-fields .px-fiels-wrapper.active .px-filter-label-mobile {
border-bottom: 0px; }
.px-capf-wrapper .px-filter-fields .px-fiels-wrapper.active .px-filter-label-mobile span:after {
content: "";
background: url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/images/up-arrow.png) no-repeat;
background-size: 100%; }
.px-capf-wrapper .px-filter-fields .px-fiels-wrapper.active .px-field-wrapper-container {
border-top: 0px;
padding-top: 1px; }
.px-capf-wrapper .px-filter-fields .px-fiels-wrapper.active .px-field-wrapper-container > div {
margin-top: 25px;
-webkit-transition: 0.6s all ease;
-moz-transition: 0.6s all ease;
-ms-transition: 0.6s all ease;
transition: 0.6s all ease; }
.px-capf-wrapper.lscf-wrapper-independent-filters {
height: auto; }
.px-capf-wrapper.lscf-wrapper-independent-filters .px-fiels-wrapper {
border: none;
height: auto; }
.px-capf-wrapper.lscf-wrapper-independent-filters .px-fiels-wrapper .px-field-wrapper-container {
border: none !important; }
.px-capf-wrapper.lscf-wrapper-independent-filters .px-fiels-wrapper .px-filter-label-mobile {
display: none; }
.lscf-filters-only-wrapper .px-field-wrapper-container .lscf-search-button {
margin-left: 0px;
position: relative;
display: block;
clear: both;
margin-top: 30px !important;
clear: both; }
.lscf-filters-only-wrapper .lscf-filter-field {
clear: both;
position: relative;
float: none !important; } }
.px-custom-fields-caf {
position: relative;
clear: both; }
.px-custom-fields-caf:after {
content: "";
display: block;
clear: both; }
.px-custom-fields-caf .px-field-name {
margin-bottom: 0px !important;
color: #000000;
font-size: 14px;
font-family: "open_sansregular";
padding: 0px;
font-weight: bold; }
.px-custom-fields-caf .px-field-value {
padding: 0px;
font-size: 14px;
color: black;
font-family: "open_sansregular";
display: block;
margin-top: 10px;
line-height: 16px; }
.px-custom-fields-caf .single-value-fields {
max-width: 850px; }
.px-custom-fields-caf .single-value-fields hr {
margin: 18px 0px; }
.px-custom-fields-caf .single-value-fields:after {
content: "";
display: block;
clear: both; }
.px-custom-fields-caf .single-value-fields .px-field {
width: 22%;
float: left;
margin-left: 3%; }
.px-custom-fields-caf .multiple-value-fields {
max-width: 850px; }
.px-custom-fields-caf .multiple-value-fields .px-mf-row {
margin-top: 20px; }
.px-custom-fields-caf .multiple-value-fields .px-mf-row:after {
content: "";
display: block;
clear: both; }
.px-custom-fields-caf .multiple-value-fields .px-field {
float: left;
width: 100%;
margin-left: 0px; }
.px-custom-fields-caf .multiple-value-fields .px_icon_check_box .px-field-values {
margin: 0px;
padding: 0px; }
.px-custom-fields-caf .multiple-value-fields .px_icon_check_box .px-field-values li {
float: left;
margin: 0px;
width: 32%;
margin-left: 1%;
margin-top: 1%; }
.px-custom-fields-caf .multiple-value-fields .px_check_box .px-field-values {
padding: 0px;
margin: 0px;
margin-top: 5px; }
.px-custom-fields-caf .multiple-value-fields .px_check_box .px-field-values li {
display: block;
width: 32%;
float: left;
margin-left: 1%;
margin-top: 5px;
color: black;
font-size: 14px;
line-height: 17px;
font-family: "open_sansregular"; }
.px-custom-fields-caf .multiple-value-fields .px_check_box .px-field-values li:before {
content: "";
display: block;
width: 11px;
height: 11px;
background: #3a3a3a;
float: left;
margin-right: 8px;
margin-top: 3px; }
.px-custom-fields-caf .multiple-value-fields .px_check_box .px-field-values li span {
display: block;
float: left;
word-wrap: break-word;
width: 90%; }
.px-custom-fields-caf .multiple-value-fields .px_check_box .px-field-values li:after {
content: "";
display: block;
clear: both; }
.px-custom-fields-caf .multiple-value-fields .px_check_box .px-field-values:after {
content: "";
display: block;
clear: both; }
.px_icon_check_box .px-field-values {
width: 100%;
overflow: hidden; }
.px_icon_check_box .px-field-values li {
display: flex;
align-items: center;
height: 34px;
margin-top: 15px;
overflow: hidden;
margin-right: 15px;
font-size: 14px;
font-family: "open_sansregular";
color: black; }
.px_icon_check_box .px-field-values li span.lscf-icon {
float: left;
display: block;
margin-right: 8px; }
.lscf-shortcode-custom-field {
display: block; }
.lscf-shortcode-custom-field .lscf-custom-field-name {
display: block;
padding: 0;
margin: 10px 0px; }
.lscf-shortcode-custom-field:after {
content: "";
display: block;
width: 1px;
height: 1px;
clear: both; }
.lscf-shortcode-custom-field.lscf-display-inline .lscf-custom-field-value {
float: left;
margin-right: 15px; }
.lscf-icon-checkbox-cf .lscf-custom-field-value {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
margin-right: 7px; }
.lscf-icon-checkbox-cf .lscf-ic-value {
margin-left: 6px; }
@media (max-width: 1200px) {
.px-custom-fields-caf .multiple-value-fields .px_icon_check_box .px-field-values {
margin: 0px;
padding: 0px; }
.px-custom-fields-caf .multiple-value-fields .px_icon_check_box .px-field-values li {
margin: 0px;
width: 45%;
margin-right: 4%;
margin-top: 1%; }
.px-custom-fields-caf .multiple-value-fields .px_check_box .px-field-values li {
width: 45%;
margin: 0px;
margin-right: 4%; } }.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/images/ui-icons_444444_256x240.png)}.ui-widget-header .ui-icon{background-image:url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/images/ui-icons_444444_256x240.png)}.ui-button .ui-icon{background-image:url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/images/ui-icons_777777_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon,.ui-state-default .ui-icon{background-image:url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/images/ui-icons_555555_256x240.png)}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/images/ui-icons_ffffff_256x240.png)}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/images/ui-icons_777620_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(//www.cmtmaterials.eu/wp-content/plugins/live-search-and-custom-fields/assets/css/images/ui-icons_cc0000_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}