/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/lib/owl-carousel/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls{
    margin-top: 10px;
    text-align: center;
}
.home_one_6 .owl-theme .owl-controls{
    margin-top: 30px;
    text-align: center;
}
.brand_list .owl-pagination{
	display: none;
}
.home_three_7 .brand_list .owl-pagination{
	display: block;
}
.top_product_shop .owl-theme .owl-controls .active span{
	background-color: #232323;
}
.top_product_shop .owl-theme .owl-controls .owl-page span {
    border-radius: 0;
    margin: 5px 2px;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
    background-color: transparent;
    color: #232323;
    display: inline-block;
    *display: inline;/*IE7 life-saver */
    font-size: 25px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 1;
	text-align: center;
    zoom: 1;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.main-slider.sub .owl-theme .owl-controls .owl-buttons div {
    background-color: transparent;
    color: #232323;
    display: inline-block;
    *display: inline;/*IE7 life-saver */
    font-size: 25px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 1;
	text-align: center;
	line-height: 30px
    zoom: 1;
	width: 37px;
	height: 37px;
	border: 3px solid #232323;
	line-height: 27px;
}
.owl-buttons .owl-prev {
}
.main-slider.sub .owl-buttons .owl-prev {
    position: absolute;
	left: 10px;
} 
.owl-buttons .owl-next {

}

.main-slider.sub .owl-buttons .owl-next {
    position: absolute;
    right: 10px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
	color: #bea275;
}

.main-slider.sub .owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
	color: #fff;
	background-color: #bea275;
} 
.main-slider.sub .owl-controls.clickable >.owl-pagination{
	left: 50%;
    position: absolute;
    top: 90%;
}
.main-slider.sub .owl-controls.clickable >.owl-pagination .active span{
	background-color: #232323;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/lib/owl-carousel/AjaxLoader.gif) no-repeat center center
}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

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

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
.st-content,
.st-content-inner {
	position: relative;
	overflow: hidden;
}

.st-container {
	position: relative;
	overflow: hidden;
}

.st-pusher {
	position: relative;
	left: 0;
	z-index: 99;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	/*transition: transform 0.5s;*/
}

.ie9 .slide-from-right .st-pusher {
	margin-right: 250px;
}

.ie9 .slide-from-left .st-pusher {
	margin-left: 250px;
}

.st-pusher-after
{
	position: absolute;
	z-index:9999;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0,0,0,0.3);
	content: '';
	opacity: 0;
}


.st-menu-open .st-pusher-after
{
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

.st-menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	visibility: hidden;
	width: 270px;
	height: 100%;
	padding:0;
	background: #333;
	-webkit-transition: all 1s;
	transition: all 1s;
	font-size: 16px;
	overflow-y:auto;
}

.st-menu.open {
	/*overflow-y:auto;*/
}

.st-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 1;
}

.st-menu-open .st-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
}



/* Off-canvas - Left */
.slide-from-left.st-menu-open .st-pusher {
	-webkit-transform: translate3d(270px, 0, 0);
	transform: translate3d(270px, 0, 0);
}

.slide-from-left.st-menu {
	z-index: 1;
}

.slide-from-left.st-menu-open .slide-from-left.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0s;
	transition: transform 0s;
}

.slide-from-left.st-menu::after {
	display: none;
}



/* Off-canvas - Right */

.slide-from-right.st-menu-open .st-pusher {
	-webkit-transform: translate3d(-270px, 0, 0);
	transform: translate3d(-270px, 0, 0);
}

.slide-from-right.st-menu {	
	z-index: 1;
	right:0;
	left:inherit;
}

.slide-from-right.st-menu-open .slide-from-right.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slide-from-right.st-menu::after {
	display: none;
}



/* Medium Screens */
@media only screen and (min-width: 40.063em) {

	.st-menu {
        width: 320px;
    }

    .slide-from-left.st-menu-open .st-pusher {
        -webkit-transform: translate3d(320px, 0, 0);
        transform: translate3d(320px, 0, 0);
    }

    .slide-from-right.st-menu-open .st-pusher {
        -webkit-transform: translate3d(-320px, 0, 0);
        transform: translate3d(-320px, 0, 0);
    }
	
	.ie9 .slide-from-right .st-pusher {
		margin-right: 320px;
	}
	
	.ie9 .slide-from-left .st-pusher {
		margin-left: 320px;
	}
	
}

.arw_tab_slider {
    position: relative;
    text-align: center;
    min-height: 200px;
}
.cms-index-index .sidebar .arw_tab_slider .products-grid .item,
.cms-index-index .arw-small-col .arw_tab_slider .products-grid .item,
.cms-index-index .sidebar .arw_tab_slider .products-list .item,
.cms-index-index .arw-small-col .arw_tab_slider .products-list .item {
    min-height: 115px;
}

/*-------------------------Ajax-----------------------------*/
div#ajax_loading_tab {
    background: no-repeat scroll 50% 50% transparent;
    display: none;
    height: 100px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100px;
    z-index: 9999;
}
div#backgroundajax_tab {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    background-color: #E3E3E3;
    opacity: 0.3;
}
﻿ * Magento
 *
 * NOTICE OF LICENSE
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }
body {
	color:#232323; 
	text-align:center; 
	font-size: 12px; 
	line-height: 1.5em;
}
img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
a {
	color:#818181; 
	text-decoration:none; 
	transition:			color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
	-moz-transition:	color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
	-webkit-transition:	color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
	-o-transition:		color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
}
a:hover, a:focus {  
	text-decoration: none; 
	transition-duration:			200ms;
	-moz-transition-duration:		200ms;
	-webkit-transition-duration:	200ms;
	-o-transition-duration:			200ms;
}
a:focus { outline:0; }

/* Headings */
h1 {
	font-size: 30px;
	line-height: 42px;
}
h2 {
	font-size: 24px;
	line-height: 32px;
}
h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 15px;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 15px;
}
h5 {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 15px;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.top_product_shop h4.spb_heading {
    margin: -5px 0 15px;
    position: relative;
    text-align: left;
}
.top_product_shop h4.spb_heading span {
    font-weight: normal;
}
.products-list-4col .spb_heading {
	font-weight: normal;
    margin-bottom: 30px;
    margin-top: 0;
    position: relative;
    text-align: left;
}
h4.spb_heading,
h4.lined-heading {
    font-weight: normal;
    margin: 10px 0 20px 0;
    position: relative;
    text-align: left;
}  
h4.spb_heading:before {
    /*border-top: 1px solid #949494;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;*/
}
.cms-home-v3 div.slider-items-products h4.spb_heading:before {
	border-top: 0;
	position: static;
	right: auto;
	top: auto;
}
div h4.spb_heading span {
    background-color: #ffffff;
    color: #111;
    display: inline-block;
    font-size: 19px;
    z-index: 2;
    font-weight: 600;
}

.block_custom_slidebar_3 h4.spb_heading span {
    font-size: 14px;
    font-weight: 600;
}

.registered-users h4.lined-heading span {
	/*background: #F7F7F7;*/
}
h4.spb_heading span, h4.lined-heading span {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.line_styles_1 {
    border-top: 2px solid #bea275;
    width: 50px;
    margin-bottom: 50px;
}
.line_styles_2 {
    border-top: 2px solid #bea275;
    width: 50px;
    margin: 0 auto;
}
.line_styles_3{
    border-top: 1px dashed #7f7f7f;
    width: 150px;
    margin: 0 auto;
    padding-bottom: 20px;
    margin-top: 15px;
}
.line_styles_4{
    display: none;
}
.cross-line-2 {
    border-top: 2px solid #bea275;
    width: 50px;
    margin-bottom: 20px;
}

.block_custom_slidebar_3 .spb_heading .heading-line{
    border-top: 2px solid #bea275;
    width: 50px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.on_off_1{
    display: none;
}
.on_off_2{
    display: block;
}
.top_product_shop >h4.spb_heading span{
	padding-left: 0;
}
.products-list-4col h4.spb_heading span{
	padding-left: 0;
}
.products-list-4col .product-list .media-body .product-name {
	margin-bottom: 10px;
}

.products-list-4col .product-list .media-body .rating-product-box{
	margin-bottom: 5px;
}
ul, ol {
    margin: 0 0 10px 0;
    padding: 0;
}
.label {
	display: inline-block;
	color: #363636;
	text-align: left;
	font-weight: normal !important;
}
label {
	font-weight: normal;
}
.block_brand_list_page1 .brands {
    border: none;
    margin: 0 0 50px;
    padding: 0;
}
.block_brand_list_page1 .brands h4.spb_heading {
    display: block;
}

/* Style Header ================================================================================ */
.style-header-0 .header-logo{
    display: inline-block;
}
.style-header-9 .header-logo {
    display: inline-block;
    float: left;
}
.style-header-9 .header-topsearch  {
    float: right;
    height: 52px;
    margin-right: 170px;
    max-width: 700px;
    position: relative;
    width: 700px;
}
.style-header-0 .header-cart,
.style-header-9 .header-cart {
    float: right;
}
.style-header-1 .header-logo {
	float: left;
	max-width: 255px;
}
.style-header-1 .header-topsearch {
	float: right;
    width: 270px;
}
.style-header-1 .header-cart {
    float: right;
    margin-left: 25px;
}
.style-header-1 #search_mini_form .form-search {
	float: right;
}
.style-header-1 #novaworks-nav {
	float: left;
}

.style-header-2 .top-header-left {
	float: left;
}
.style-header-2 .top-bar-right ul.links li:first-child a {
	padding-left: 0;
}
.style-header-2 .top-header-right {
	float: right;
}
.style-header-2 .top-header-left .top-bar-right {
    float: left;
    margin-right: 15px;
}
.style-header-2 .top-header-right .header-links {
	float: left;
}
.style-header-2 .top-header-right .header-links ul.links li.last a {
	padding-right: 0;
}
.style-header-2 .top-header-left .store_language {
    float: left;
}
.style-header-2 .top-header-left .aux-currency {
    float: left;
}
.style-header-2 .header-cart {
    float: left;
}
.style-header-2 .header-logo {
	display: inline-block;
	margin: 0 auto;
}
.style-header-2 .header-topsearch {
	float: right;
    width: 270px;
}

.style-header-3 .top-header-left {
	float: left;
}
.style-header-3 .top-bar-right ul.links li:first-child a {
	padding-left: 0;
}
.style-header-3 .top-header-right {
	float: right;
}
.style-header-3 .top-header-left .top-bar-right {
    float: left;
    margin-right: 15px;
}
.style-header-3 .top-header-right .header-links {
	float: left;
}
.style-header-3 .top-header-right .header-links ul.links li.last a {
	padding-right: 0;
}
.style-header-3 .top-header-left .store_language {
    float: left;
}
.style-header-3 .top-header-left .aux-currency {
    float: left;
}
.style-header-3 .header-cart {
    float: left;
}
.style-header-3 .header-topsearch {
	float: right;
    width: 270px;
}
.style-header-3 .header-logo {
  float: left;
  margin-right: 50px;
  padding-top: 10px;
  z-index: 1;
  position: relative;
}
.style-header-3 #novaworks-nav {
	display: block !important;
}

.style-header-4 .header-logo {
	float: left;
	max-width: 255px;
}
.style-header-4 .header-topsearch {
	float: right;
    width: 270px;
}
.style-header-4 #search_mini_form .form-search {
	float: right;
}
.style-header-4 #novaworks-nav {
	float: left;
}
.style-header-4 .header-topMenu {
    float: left;
} 
#novaworks-nav li ul.dropdown, 
#novaworks-nav li div.dropdown,
#novaworks-nav li div.dropdown div.shown-sub {
	min-width: auto !important;
}
.style-header-4 .header-cart {
    float: right;
    padding-top: 7px;
}

.style-header-5 .header-logo {
	float: right;
	max-width: 255px;
}
.style-header-5 .header-topsearch {
	float: left;
    width: 270px;
}
.style-header-5 .header-cart {
    float: left;
    margin-right: 25px;
}
.style-header-5 #search_mini_form .form-search {
	float: left;
}


/* Header ================================================================================ */
.header-transparent .page, .header-transparent .top-header, .header-transparent .header-container-4, .header-transparent .top-header, 
.header-transparent .main-navigation .header-topMenu .header-topMenu-inner, .header-transparent #header-container #header-section {
	background: transparent !important;
}
.header-transparent .top-container {
	margin-top: -90px !important;
}
.header-transparent .style-header-10 .header-logo {
    position: relative;
    text-align: center;
    z-index: 99;
}
.header-transparent .style-header-10 .header-logo h1.logo {
    display: inline-block;
    float: none;
}
.header-transparent .style-header-10 #header {
	padding: 60px 0 15px 0;
}
.header-transparent .style-header-10 .is-sticky #header {
    padding: 15px 0 0px;
}
.style-header-9 #header {
    padding: 35px 0 30px;
}
#header {
	padding: 40px 0;
	position: relative;
	z-index: 99999;
}

/* --------------------------------------------
    TOP SEARCH
-------------------------------------------- */
body:not(.top-search-open) .header-logo,
body:not(.top-search-open) .main-navigation,
body:not(.top-search-open) .slicknav_menu,
body:not(.top-search-open) #cart {
    opacity: 1;
    -webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
    -o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
    transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
}

body.top-search-open .top-header,
body.top-search-open .header-logo,
body.top-search-open .header-topMenu,
body.top-search-open .header-menu,
body.top-search-open .slicknav_menu { 
	opacity: 0; 
}

body.top-search-open .main-navigation {
    margin: 0 auto;
    max-width: 1170px;
}

.nova-header {position: relative;}
.no-relative {position: static !important;}
#top-search,
#cart {
    -webkit-transition: margin .4s ease, opacity .3s ease;
    -o-transition: margin .4s ease, opacity .3s ease;
    transition: margin .4s ease, opacity .3s ease;
}

#top-search {
    display: inline-block;
    float: left;
    margin: 15px 0 0 20px;
}
.header-container-2 #top-search {
    margin: 14px 0 0 50px;
}
#top-search a#top-search-trigger {
    position: relative;
    float: right;
    font-size: 16px;
    line-height: 41px;
    color: #202020;
    margin-right: 16px;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
#top-search a { 
	z-index: 11; 
}

#top-search a i {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

body.top-search-open #top-search a .fa-search,
#top-search a .fa-times { opacity: 0; }

body.top-search-open #top-search a .fa-times {
    opacity: 1;
    z-index: 11;
    font-size: 16px;
}
#top-search form {
    opacity: 0;
    z-index: -2;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    padding: 0 15px;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
body.top-search-open #top-search form {
    opacity: 1;
    z-index: 10;
}
#top-search form input {
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    box-shadow: none !important;
    color: #cecece;
    font-size: 32px;
    margin-top: 0 !important;
    outline: 0 none !important;
    padding: 5px 80px 5px 0;
}

/* Ovewrite bootstrap */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.label,
.badge {
	text-shadow: none;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
/*
.modal-backdrop, .modal-backdrop.fade.in {
	opacity: 0.8;
	background: url("https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/overlay.png") repeat 0 0;
}
*/
.btn-primary {
	background: #ef4035;
	font: 14px/20px Arial ,sans-serif;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	color: #fff;
	border: 0;
	padding: 11px 15px;
	margin: 0;
	text-transform: none;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background: #BD262F;
  outline: none;
}
.modal {
  border: 0;
  width: auto;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  outline: none;
  -webkit-box-shadow: 0;
     -moz-box-shadow: 0;
          box-shadow: 0;
}
.modal-body {max-height:100%;}
.bootbox {max-width: 560px !important; width: 100%;}

/* Forms */
form          { display:inline; }
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption, th, td {
    border: 1px solid #e8e8e8;
    font-weight: normal;
    line-height: 30px;
    padding: 0 15px;
    text-align: left;
    vertical-align: top;
}
#product-attribute-specs-table th.label {
	border-right: 0;
    border-radius: 0;
    font-weight: normal;
    line-height: 30px;
    margin-top: -1px;
    padding: 0 10px;
    text-align: center;
    vertical-align: top;	
}
#my-orders-table {
	display: inline-block;
	padding: 10px;
}
#my-orders-table caption, #my-orders-table th, #my-orders-table td {
    font-size: 12px;
    font-weight: normal;
    padding: 10px 5px;
    text-align: left;
    vertical-align: top;
}
#my-orders-table tbody tr td.last {
	width: 150px;
}
.tab_wrap {
	margin-bottom: 30px;
	overflow: hidden;
}
.tab_wrap .tabs {
	margin-bottom: 20px;
	overflow: hidden;
}
.tab_wrap .tabs > ul {
    border: 3px solid #e9e9e9;
    display: inline-block;
    margin: 0;
    width: 100%;
}
.tab_wrap .tabs > ul > li > a {
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 44px;
    margin: -3px;
    padding: 0 7px;
    text-align: center;
    text-transform: uppercase;
    width: 35.6%;
}
.tab_content {
    background:#FFF;
    padding:0;
    display:none;   
}
.tab_content.active{
    display:block;  
}

/* Content */
p             { margin:0 0 10px; }
.mini-cart p  { margin: 0px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height: 20px; padding: 10px 0; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { }
.wrap         { }
.a-left       { }
.a-center     { }
.a-right      { }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */

/* --------------------------------------------
	STANDARD MEDIA STYLING
-------------------------------------------- */

figure {
	margin: 0;
}
figure img {
	width: 100%;
	height: auto;
}
figure a {
	display: block;
}
figure .overlay {
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	display: block;
	z-index: 4;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
figure:hover > a > .overlay {
	opacity: 1;
}
/* Layout ================================================================================ */
.wrapper { overflow: hidden; opacity:0;}
.ajax-index-quickview .quick-view-details .add-to-cart .btn-cart {
    margin: 0 !important;
    padding: 0 !important;
    width: 100px !important;
}
.ajax-index-options .product-shop .add-to-cart .btn-cart {
    margin: 0 !important;
    padding: 0 !important;
    width: 95px !important;
}
.ajax-index-options .product-shop .add-to-cart {
    margin-right: 10px !important;
}
.ajax-index-quickview .product-essential .btn-cart span > i,
.ajax-index-options .product-shop .btn-cart span > i {
    margin-right: 0 !important;
}
.ajax-index-quickview .quick-view-details .btn-cart span > span,
.ajax-index-options .product-shop .btn-cart span > span {
	display: none !important;
}
.page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:10px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.novaworks-main-content {
    padding: 20px 0 50px;
}
.main {
    min-height: 400px;
    text-align: left;
}
.grid-banner {
	margin: 45px 0 55px;
}
.grid-banner .grid-banner-inner {
    overflow: hidden;
    position: relative;
}
.grid-banner .grid-banner-inner img {
	width: 100%;
	height: auto;
	-ms-transition: all 0.3s ease-in-out 0s; /* IE 9 */
    -webkit-transition: all 0.3s ease-in-out 0s; /* Chrome, Safari, Opera */
	transition: all 0.3s ease-in-out 0s;
}
.grid-banner .grid-banner-inner:hover img {
	-ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
}
.grid-banner .grid-banner-hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	transition: opacity 0.3s ease-in-out 0s;
	-ms-transition: opacity 0.3s ease-in-out 0s; /* IE 9 */
    -webkit-transition: opacity 0.3s ease-in-out 0s; /* Chrome, Safari, Opera */
	opacity: 0;
}
.grid-banner .grid-banner-inner:hover .grid-banner-hover {
	opacity: 1;
}
.grid-banner .text-inner {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 1;
}
.grid-banner .text-inner h2 {
    display: block;
    margin: 0;
	width: 100%;
    padding: 15px 0;
    margin-top: -40px;
    position: absolute;
    text-align: center;
    top: 50%;
}

.grid-banner .text-inner h2:after{
    border-top: 4px solid #fff;
    bottom: 0;
    content: " ";
    display: block;
    left: 0;
    margin: 0 auto;
    max-width: 90px;
    position: absolute;
    right: 0;
    width: 100%;
}

.grid-banner .text-inner h2 a {
    color: #fff !important;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 36px;
    text-transform: uppercase;
}

.grid-banner .grid-banner-inner.first {
	margin-bottom: 30px;
}

/* ============================== */

.block-home-1 .grid-banner-inner {
	overflow: hidden;
}
.block-home-1 .grid-banner-inner img {
	-ms-transition: all 0.3s ease-in-out 0s; /* IE 9 */
    -webkit-transition: all 0.3s ease-in-out 0s; /* Chrome, Safari, Opera */
	transition: all 0.3s ease-in-out 0s;
}
.block-home-1 .grid-banner-inner:hover img {
	-ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
}
.block-home-1 .grid-banner-inner {
	position: relative;
}
.block-home-1 .grid-banner-hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	transition: opacity 0.3s ease-in-out 0s;
	-ms-transition: opacity 0.3s ease-in-out 0s; /* IE 9 */
    -webkit-transition: opacity 0.3s ease-in-out 0s; /* Chrome, Safari, Opera */
	opacity: 0;
}
.block-home-1 .grid-banner-inner:hover .grid-banner-hover {
	opacity: 1;
}
.block-home-1 .text-inner {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 1;
}
.block-home-1 .text-inner h3 {
    color: #fff !important;
    font-size: 26.48px;
    font-weight: lighter;
    margin-bottom: 12px;
    margin-top: 81px;
    padding-left: 106px;
    text-align: left;
    text-transform: uppercase;
}
.block-home-1 .text-inner h2 {
    color: #fff !important;
    font-size: 51.37px;
    font-weight: bold;
    margin: 0;
    padding-left: 77px;
    text-align: left;
    text-transform: uppercase;
}
.block-home-1 .badge-banner {
    background-color: #ffb005;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    display: inline-block;
    max-height: 143px;
    left: 42px;
    position: absolute;
    top: 46px;
    max-width: 143px;
    height: 100%;
    width: 100%;
}
.block-home-1 .badge-banner span {
    display: inline-block;
    font-size: 11px;
    padding-top: 46px;
    text-align: center;
}
.block-home-1 .badge-banner p {
    display: inline-block;
    font-size: 37.46px;
    margin: 0;
    padding-top: 14px;
    text-align: center;
}

.cms-index-index .main { min-height:0; }
/* Base Columns */
.col-left { }
.col-main {  }
.col-right { }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main {}
.col2-right-layout .col-main {}
.col2-right-layout ol.opc .col-md-4{
	margin-right: 15px !important;
}

/* 3 Columns Layout */
.col3-layout .col-main {}
.col3-layout .col-wrapper { float:left; width: 780px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }
.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
.column-5-products .col-md-2 {
    float: left;
    margin: 0 12px !important;
    max-width: 210px;
    width: 100%;
}
/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea { background:#fff; border: 0; }
#review-form input.input-text, #review-form textarea {
    border: 1px solid #e8e8e8;
    padding-left: 10px;
    text-align: left;
}
input.input-text, textarea {
    /*border: 1px solid #e8e8e8;*/
    height: 100%;
    line-height: 20px;
    padding: 15px 10px 15px 5px;
    font-size: 13px;
    text-align: left;
    width: 100%;
}
select { padding: 6px 6px 6px 2px; }
select option { padding-right:10px; }
select.multiselect option {padding:5px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio {
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
}
input.checkbox { margin-right:3px; }
.button,
 button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	text-shadow: none;
	color: #232323;
	border: 0;
	padding: 10px 25px;
	float: left;
	margin: 0;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	cursor: pointer;
	}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
	background: #818181;	
	}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
	}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus {}
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label {
    float: left;
    position: relative;
    z-index: 0;
}
.form-list label.required {}
.form-list label.required em {
    color: #EB340A;
    float: right;
    font-style: normal;
    position: absolute;
    right: -10px;
}
.form-list li.control label { float:none; }
.form-list li.control input.radio, .form-list li.control input.checkbox {
    float: left;
    margin: 0 15px 0 0;
}
/*.form-list li.fields { margin-right:-15px; }*/
.block_contact {
	margin-bottom: 50px;
}
.block_contact .buttons-set button.button {
    clear: both;
    display: block;
    float: left !important;
    margin: 0;
    padding: 0 30px !important;
}
.block-contact-content h2 {
    margin-bottom: 30px;
    padding: 0 15px;
    text-transform: uppercase;
}
.block-contact-content h2 span{
    color: #bea275;
}
.contactsus{
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    margin: 0;
    padding: 0;
}
.contactsus h1{
    margin: 10px 0;
}
#checkout-step-login .r-no-space .form-list label {
    color: #9b9b9b;
    font-size: 10px;
    padding: 10px 0 0;
    text-transform: uppercase;
}
#checkout-step-login .form-list input.input-text {
    width: 100%;
}
#checkout-step-login .buttons-set .button {
    float: right !important;
}
#contactForm ul.form-list {
	clear: both;
}
#contactForm ul.form-list li div.field {
	margin-bottom: 10px;
}
#contactForm .form-list input.input-text,
#contactForm .form-list textarea  {
    height: 100%;
    width: 100%;
	border: 1px solid #e9e9e9;
    line-height: 33px;
    padding: 0 10px;
}
#contactForm .form-list li.wide .input-box {
    /*max-width: 474px;*/
    width: 100%;
}
#contactForm #comment {
    height: 170px !important;
    /*max-width: 474px !important;	*/
}
#contactForm .buttons-set {
    border: none;
    clear: both;
    margin: 20px 0 0;
    padding: 0;
    text-align: right;
}
#contactForm .buttons-set button.button {
    float: left;
    padding: 0;
}
#contactForm .buttons-set button.button span span {
    font-size: 15px;
    line-height: 40px;
    padding: 0 15px;
}
#contactForm .buttons-set p.required {
    color: #EB340A;
    display: none;
    font-size: 11px;
    text-align: left;
}
#advanced-search-list.form-list {
    clear: both;
    margin-top: 15px;
}
.form-list textarea {
    height: 10em;
    width: 100%;
}
.form-list select {width:260px;}
.form-list li.wide .input-box { /*max-width:535px;*/ width: 100%;}
.form-list li.wide input.input-text {}
.form-list li.wide textarea {/*max-width:529px;*/ width: 100%;}
.form-list li.wide select { max-width:535px; width: 100%;}
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

.form-list-narrow li  { margin-bottom:0; } 
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; } 
.form-list-narrow li.wide input.input-text, 
.form-list-narrow li.wide textarea { width:254px } 
.form-list-narrow li.wide select { width:260px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/
.product-box-left .buttons-set {
	display: none;
}
.buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #E5E5E5; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button {
    clear: both;
    display: block;
    float: left !important;
    margin: 20px 0 0;
    padding: 3px 20px;
}
.sf-roll-button {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 14px;
    position: relative;
    text-align: center;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
	width: 175px;
}
.sf-roll-button span {
    display: block;
    height: 100%;
    position: relative;
    text-transform: uppercase;
    top: 0;
	-webkit-transition: top 0.35s ease 0s;
	-moz-transition: top 0.35s ease 0s;
	transition: top 0.35s ease 0s;
    width: 100%;
}
.sf-roll-button:hover span {
    top: -100%;
}
.discount-form .buttons-set button.button {
    margin: 0;
    padding: 0;
}

.buttons-set-nova button.button {
    float: right !important;
}

.buttons-set button.button span span {
    font-size: 14px;
    line-height: 30px;
    padding: 0 15px;
}

.buttons-set-order { margin: 10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

#contactForm .fieldset {
	border: none;
	margin: 0;
    padding: 0;
}

#contactForm .fieldset .legend {
    background-color: rgba(0, 0, 0, 0);
    float: left;
    font-size: 18px;
    font-weight: 900;
    line-height: 20px;
    margin: 0 0 30px;
    padding: 0;
    text-transform: uppercase;
}

#contactForm .form-list {
	margin: 0;
}

#contactForm .form-list label {
    clear: both;
    color: #808080;
    float: left;
    font-weight: normal;
    position: relative;
    z-index: 0;
}

.cms-about-us .main {
    margin: 0 auto;
    max-width: 1920px;
    min-height: 400px;
    padding: 19px 0 10px;
    text-align: left;
    width: 100%;	
}

.about-us-content {
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;	
}
.cms-about-us .main .item {
    text-align: center;	
}

.fieldset {
	border: 1px solid #E5E5E5;
    margin: 25px 0 15px;
    padding: 15px;
}
.fieldset .legend {
    background-color: #ffffff;
    float: left;
    font-size: 15px;
    margin: -32px 0 0;
    padding: 0 8px;
}
.brands {
	margin-bottom: 50px;
}
.tweets-list .tweet-text {
	line-height: 20px;
}
.tweets-list .twitter_intents {
    text-align: right;
    padding: 5px 0 10px 0;
}
/* Form Validation */
.validation-advice {
    background: url("https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/validation_advice_bg.gif") no-repeat 2px 0;
    clear: both;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    margin: 3px 0 0;
    min-height: 13px;
    padding-left: 17px;
}
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/i_msg-success.gif); color:#3d6611; }
.note-msg, 
.notice-msg {
    background-color: #fafaec;
    background-image: url("https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/i_msg-note.gif");
    border-color: #fcd344;
    color: #3d6611;
    overflow: hidden;
    width: 100%;
}

/* --------------------------------------------
	TOP BAR
-------------------------------------------- */
.promotions-txt-container {
	background:#252525;
	color:#999999;
	font-size: 11px;
}
.promotions-txt {
	line-height: 24px;
}
.top-bar-left {
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
}

.top-bar-right {
	
    text-align: right;
}
.header-menu .menu li {
	padding: 2px 0;
	z-index: 100;
}
/* --------------------------------------------
	TOP BAR SOCIAL
-------------------------------------------- */
.promotions-txt ul.social-icons {
	margin-bottom: 0;
}
.top-bar-right ul.social-icons.small {
	float: right;
	margin-bottom: 0;
	margin-right: -10px;
}
.top-bar-right ul.social-icons.small li {
	margin: 0 0 0 5px;
}
.top-bar-left ul.social-icons {
	float: left;
}
/* --------------------------------------------
	HEADER LOGIN
-------------------------------------------- */

#header-login form {
	margin: 20px;
}
#header-login label {
	font-size: 12px;
}
#header-login input {
	font-size: 12px;
}
#header-login input#password {
	margin-bottom: 15px;
}
#header-login .sf-button {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	float: right;
	padding: 6px 12px;
	margin-top: 5px;
	border: 0;
}
#header-login .sf-button:hover {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#header-login a {
	display: inline;
	padding: 0 5px;
	line-height: 24px;
}
#header-login .logout-wrap {
	margin: 20px;
}

/* --------------------------------------------
	HEADER CURRENCY SELECTOR
-------------------------------------------- */
.top_left {  
    display: -webkit-inline-box;
    display: inline-flex;
    float: left;
}
.header-menu li.aux-currency a {
	font-size: 10px;
	text-transform: uppercase;
	margin: 0;
}
.header-menu ul.menu p.label {
    float: left;
    line-height: 44px;
    margin: 0 3px 0 0;
    padding: 0;
    text-transform: uppercase;
}
#header-currency .current-currency span.currency {
	font-size: 10px;
	text-transform: uppercase;
}

#header-currency > li > a, 
#header-currency > li > div {
    background-color: #f5f6f7;
    display: block;
    padding: 0 10px;
    line-height: 40px;
    white-space: nowrap;
}
#header-currency > li > a:hover {
	color: #fff;
}
#header-currency img {
	margin-right: 10px;
	width: 18px;
	height: 12px;
	display: inline-block;
	margin-top: -2px;
}
/* --------------------------------------------
	HEADER LANGUAGE SELECTOR
-------------------------------------------- */
.top-header .store_language {
    float: right;
    position: relative;
}
.top-header .currency .parent a,
.top-header .store_language .value{
	font-size: 12px;
}
.top-header .store_language .language li {
    background-color: #f5f6f7;
    padding: 10px;
    text-transform: capitalize;
}
.top-header .store_language .language li span{
    padding: 0 15px 0 2px;
}
.top-header .store_language .language li.nv-language{
    background-color: #232323;
    color: #fff !important;
}
.top-header .store_language .language li.nv-language span{
    color: #fff !important;
}
.top-header .store_language .language li .label img {
	margin-top: -5px;
}
.top-header .store_language  .language li a {
	text-transform: capitalize;
}
.top-header .store_language .language ul{
	position: absolute;
    top: 45px;
	right: 15px;
}
.store_language .language div {
    float: left;
    padding: 0;
}
.store_language .language div.label img {
    cursor: pointer;
    display: inline-block;
    margin-right: 0;
    padding: 18px 5px 0 0;
    vertical-align: top;
}
.store_language .language div.value {
    color: #ccc;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 46px;
    text-transform: capitalize;
}

*::before, *::after {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}
.top-header .store_language .language ul {
    left: 0;
    position: absolute;
    right: 0;
    top: 46px;
    width: 165px;
}
div.store_language ul.language{
    display: none;
}
.store_language:hover ul.language{
	display: block;
}

/* --------------------------------------------
	HEADER CURRENCY SELECTOR
-------------------------------------------- */
div.aux-currency {
    float: right;
    line-height: 46px;
    position: relative;
    padding-left: 15px;
}
div.aux-currency .fa-angle-down{
    color: #fff;
    padding-right: 15px;
}
div.aux-currency ul.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 46px;
}
.style-header-2 div.aux-currency ul.sub-menu,
.style-header-3 div.aux-currency ul.sub-menu {	
	left: 0;
	right: auto;
}
div.aux-currency:hover ul.sub-menu {
	display: block;
}
.top-header .top-right .aux-currency .sub-menu  li{
	width: 180px;
}
/* --------------------------------------------
	HEADER CART VIEW
-------------------------------------------- */

#main-nav .menu > li.shopping-bag-item {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-align: left;
}
.header-menu .menu > li.shopping-bag-item ul.sub-menu {
	transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
}
.main-navigation .header-right ul.menu > li {
	margin: 0;
	border-left: 1px solid #e4e4e4;
}
.main-navigation .header-right ul.menu > li:first-child {
	border-left: 0;
}
.main-navigation .header-right ul.menu > li > a {
	padding: 12px 5px;
}
.main-navigation .header-right ul.menu > li.menu-search > a {
    margin: 0;
    padding: 17px 15px;
}
.menu-search ul li {
	width: 250px;
}
.menu-search ul li form {
	margin: 0;
}
.menu-search ul li form input {
	margin: 10px;
	width: 230px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: 36px;
	background: transparent;
	border: 0;
	font-size: 14px;
}
.shopping-bag {
    width: 370px;
}
.shopping-bag li:first-child:before {
    right: 25px;
}
.wishlist-item {
	border-left: 1px solid #e4e4e4;
}
.wishlist-link i {
	vertical-align: 0;
}
.wishlist-link span {
	margin-left: 6px;
}
.header-menu .menu .wishlist-item ul.sub-menu li:first-child:before {
    left: 21px;
}
.header-right .header-menu .menu .wishlist-item ul.sub-menu li:first-child:before {
	right: 21px;
}
.header-right .header-menu .menu .menu-search ul.sub-menu li:first-child:before {
	right: 12px;
}
.wishlist-bag {
	width: 260px;
}
.bag-product .bag-product-title {
    line-height: 20px;
    margin-top: 5px;
    max-width: 225px;
}
.bag-product .bag-product-quantity {
    display: inline-block;
    float: left;
}
.bag-product .bag-product-price {
    display: inline-block;
    float: left;
    margin-bottom: 25px;
    width: 100%;
}
.bag-header {
	display: block;
	padding: 15px;
	font-size: 16px;
	border-bottom: 1px solid #e4e4e4;
}
.bag-product {
    border-bottom: 1px solid #e4e4e4;
    font-size: 14px;
    padding: 20px;
    position: relative;
}
.bag-product figure {
/*
	-webkit-box-shadow: 0 5px 6px -4px #999;
	-moz-box-shadow: 0 5px 6px -4px #999;
	box-shadow: 0 5px 6px -4px #999;
*/
    float: left;
    overflow: hidden;
    position: relative;
}
.bag-product .bag-product-img {
	margin: 0;
	padding: 0;
	width: 72px;
	height: auto;
}
.bag-product .bag-product-details {
    margin-left: 90px;
    text-align: left;
}
.bag-product .bag-product-details a {
	margin: 0;
	padding: 0;
}
.bag-product-title a {
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
}
.bag-product a.remove {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 15px;
	top: 36px;
}
.bag-product a.edit {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 68px;
}
.bag-product p.mini-cart-act {
    display: inline-block;
    position: absolute;
    right: 0;
    top: -10px;
}
.bag-empty, .wishlist-empty {
	padding: 15px;	
	border-bottom: 1px solid #e4e4e4;
	font-size: 16px;
	line-height: 24px;
}
.bag-buttons {
    display: inline-block;
    padding: 20px;
    width: 100%;
}
.bag-buttons a {
	display: block;
	width: 100%;
	margin: 0;
	font-size: 13px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.bag-buttons a:hover {
	color: #fff !important;
}
.bag-buttons a.bag-button {
    display: inline-block;
    float: right;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 47.5%;
    border: 1px solid #e8e8e8;
}
.bag-buttons a.checkout-button {
    display: inline-block;
    float: right;
    margin-left: 5%;
    padding: 0;
    text-align: center;
    width: 47.5%;
    border: 1px solid #e8e8e8;
}
.slider-menu-products {
    border-top: 5px solid #ebebeb;
    margin: 45px -25px 0;
    padding: 20px 20px 0;
}
.slider-menu-products h4.menu_heading {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.product-menu-slider {
    margin: 0 auto;
    max-width: 1055px;
    position: relative;
    width: 100%;
}
.product-menu-slider .slider-items {
	padding: 0;
}
.product-item-left {
    display: inline-block;
    float: left;
    margin-right: 20px;
    max-width: 115px;
    width: 100%;
}
.product-item-left a,
.product-item-right a {
	padding: 0 !important;
}
.product-item-right {
    display: inline-block;
    float: left;
    max-width: 200px;
    width: 100%;
}
.product-item-right h3.product-menu-name {
    border-bottom: 1px solid #e2e2e2;
    margin: 0 0 15px;
    padding-bottom: 15px;
}
.product-item-right h3.product-menu-name a {
	font-size: 11px !important;
	line-height: 18px !important;
}
.slider-menu-products .item .price-box {
    text-align: left;
}
.product-menu-slider .owl-prev {
	background: transparent url("https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/left-02.png") no-repeat center center !important;
    height: 24px !important;
    left: -30px;
    position: absolute;
    top: 35%;
    width: 12px;
}
.product-menu-slider .owl-next {
	background: transparent url("https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/right-02.png") no-repeat center center !important;
    right: -30px;
    position: absolute;
    top: 35%;
	width: 12px;
	height: 24px !important;
}
.product-menu-slider .owl-carousel:hover .owl-prev {
	background: transparent url("https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/left-01.png") no-repeat center center !important;
}
.product-menu-slider .owl-carousel:hover .owl-next {
	background: transparent url("https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/right-01.png") no-repeat center center !important;
}
/* --------------------------------------------
	MAIN HEADER
-------------------------------------------- */
.header-bg-container.style-header-9 { 
	height: auto !important;
}
.header-menu .menu .iconright {
    border: 3px solid #e9e9e9;
    float: left;
    margin-right: 5px;
    padding: 8px 10px;
}
.header-menu ul.menu li.shopping-bag-item .cart-contents {
    background-color: #fff;
    border-bottom: 3px solid #bea275;
    color: #bea275;
    float: left;
    padding: 13px 30px 10px;
}

.header-menu ul.menu li.shopping-bag-item .cart-contents {
	position: relative;
    font-size: 12px;
}
.header-menu ul.menu li.shopping-bag-item .cart-contents i {
    font-size: 18px;
}
.header-menu ul.menu li.shopping-bag-item .cart-contents span { 
	padding-left: 5px;
}
.header-menu ul.menu li.shopping-bag-item .cart-contents .labels {
	font-size: 13px;
}
.header-menu ul.menu li.shopping-bag-item .cart-contents .amount {
	position: absolute;
	top: -12px;
	left: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #333;
	color: #fff;
	padding: 0 5px;
	font-size: 10px;
	line-height: 16px;
}
.header-menu ul.menu li.menu-search .labels {
	margin-left: 2px;
}
.header-overlay .header-wrap {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 2;
}
#header-section.header-4 #header, #header-section.header-5 #header {
	padding: 35px 0;
}
#header-section .header-spacer {
	display: block;
	height: 20px;
}
#header-section > #main-nav {
	border-top: 1px solid #e4e4e4;
}
#header-section .header-menu .menu > li:first-child {
	border-left: 0;
}
#header-section #main-nav 
#header-section .tb-welcome {
	display: inline-block;
	padding: 2px 0;
	margin: 10px;
}
#header-section .tb-woo-custom {
	display: inline-block;
	padding: 2px 0 2px 10px;
	margin: 10px 0;
}
#header-section .tb-woo-custom a {
	display: inline;
	padding: 0;
}
.header-right > .header-menu {
	float: right;
	z-index: 900;
}
.header-left > .header-menu .tb-welcome {
	padding-right: 10px;
	line-height: 22px;
}
#nav-section {
	min-height: 50px;
	position: relative;
}
#nav-section.nav-shadow {
	-moz-box-shadow: 0 2px 4px -2px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 2px 4px -2px rgba(0,0,0,.1);
	box-shadow: 0 2px 4px -2px rgba(0,0,0,.1);
}
#main-navigation {
	margin-left: -10px;
	position: relative;
}
#main-navigation .menu ul {
	top: 45px;
}
#main-navigation .menu > li {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
#main-navigation .menu > li > a, .header-4 .header-menu .menu > li > a {
	padding: 12px 0;
}
.logo-right #main-navigation {
	margin-left: -10px;
}
.logo-left .nav-wrap {
	float: right;
}
#main-navigation > div {
	margin-left: 0;
}
#nav-pointer {
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 0; 
	height: 2px; 
	display: none;
	/*z-index: 2;*/
}
.nav-indicator #nav-pointer {
	display: block;
}
.single #nav-pointer {
	display: none;
}
.error404 #nav-pointer {
	display: none;
}
.header-menu {
	position: relative;
}
.header-menu .menu {
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    float: right;
}
.header-menu .menu li {
    display: inline-block;
    float: left;
    font-size: 13px;
    padding: 0;
    position: relative;
}
.top-header .header-menu .menu li {
}
.header-menu .menu li.parent.aux-currency {
    display: inline-block;
    margin: 0;
    padding: 11px 0;
}
.top-header .header-menu .menu li.parent {
	position: relative;
}

.header-menu .menu li:first-child {
	background: none;
}
.header-menu .menu li > a {
	text-decoration: none;
	padding: 2px 0;
	margin: 0;
	white-space: nowrap;
	background: transparent;
}
.header-menu .menu > li:first-child:before {
	display: none;
}
.header-menu .menu ul.sub-menu {
    position: absolute;
    background: #fff;
    border: 1px solid #ebebeb;
    z-index: 115;
    margin: 0;
    top: 45px !important;
    right: 0;
    min-width: 100px;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	pointer-events: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.browser-ie .header-menu .menu ul.sub-menu {
	display: none;
}
.header-menu .menu ul.sub-menu.show-dropdown, .browser-ie .header-menu .menu li.parent:hover > ul.sub-menu {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
	pointer-events: all;
}
.browser-ie .header-menu .menu li.parent:hover > ul.sub-menu {
	display: block;
}
#header-section .header-topMenu .header-right {
    position: absolute;
    right: 0;
    top: 0;
    /*z-index: 21;*/
}
.header-right .header-menu .menu ul.sub-menu, .tb-right .header-menu .menu ul.sub-menu {
	left: auto;
	right: 0;
}
.header-menu .menu ul.sub-menu li {
    width: 100%;
    position: relative;
    display: block;
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid transparent;
    float: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 12px;
    height: auto;
    z-index: 42;
}
.header-menu .menu ul.sub-menu li:first-child:before {
    /*content: " ";
    display: block;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: none;
    margin-top: -8px;
    position: absolute;
    right: 0px;*/
}
.header-right .header-menu .menu ul.sub-menu li:first-child:before, .tb-right .header-menu .menu ul.sub-menu li:first-child:before {
	left: auto;
	right: 20px;
}
.header-menu .menu .sub-menu .parent > a:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #CCC;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -4px;
}
.header-menu .menu ul ul {
	top: -1px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.header-menu .menu ul ul li:first-child:after {
	left: -8px;
	top: 32%;
	margin-top: 0;
	border-top: 6px solid transparent;
	border-right: 6px solid #444;
	border-bottom: 6px solid transparent;
}
.header-menu .menu ul li:last-child {
    border: 0;
}
.header-menu .menu ul li > a {
    padding: 10px 15px;
	display: block;
    margin: 0;
    white-space: nowrap;
    max-width: 220px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.header-menu .menu ul li.parent > a {
    padding-right: 24px;
}
.show-menu {
	margin: 0 auto;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 15px;
	line-height: 20px;
}
#top-bar .show-menu {
	width: 60%;
	padding: 6px 10px;
}
.show-menu:hover {
	text-decoration: none;
}
.show-menu i {
	float: right;
	line-height: 20px;
	font-size: 18px;
}
#header-shadow {
	background: transparent url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/css/images/header-shadow.png') no-repeat center top;
	background-size: 100% auto;
	width: 100%;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	/*z-index: 27;*/
}
.tools_button_icon i {
	cursor: pointer;
}
/*========== Header Styles ==========*/
#super-search .search-options .ss-dropdown > span, #super-search .search-options input {color: #1bbeb4; border-bottom-color: #1bbeb4;}
#super-search .search-options .ss-dropdown ul li.selected .icon-ok { color: #1bbeb4;}
#super-search-go:hover, #super-search-close:hover { background-color: #1bbeb4; border-color: #1bbeb4; color: #ffffff;}
#top-bar {background: #252525; color: #999999;}
#top-bar .tb-welcome {border-color: #444444;}
#top-bar a {color: #ffffff;}
#top-bar .menu li {border-left-color: #444444; border-right-color: #444444;}
#top-bar .menu > li > a, #top-bar .menu > li.parent:after {color: #ffffff;}
#top-bar .menu > li > a:hover, #top-bar a:hover {color: #07c1b6;}
#top-bar .show-menu {background-color: #444444;color: #252525;}
#header-languages .current-language,#header-currency .current-currency {background: #252525; color: #ffffff;}
#header-section:before, #mini-header {background-color: #ffffff;background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ffffff));background: -webkit-linear-gradient(top, #ffffff, #ffffff);background: -moz-linear-gradient(top, #ffffff, #ffffff);background: -ms-linear-gradient(top, #ffffff, #ffffff);background: -o-linear-gradient(top, #ffffff, #ffffff);}
#header-section:before {opacity: 0.40;}
#header-section:before {opacity: 1;}
#header-section .header-menu .menu li, #mini-header .header-right .header-menu .menu li {border-left-color: #e4e4e4;}
#header-section > #main-nav {border-top-color: #e4e4e4;}
#nav-section, #main-navigation {margin-top: 0px;}
.page-content {border-bottom-color: #e4e4e4;}
/*========== Navigation Styles ==========*/
#nav-pointer {background-color: #e4e4e4;}
.show-menu {background-color: #252525;color: #f7f7f7;}
.header-menu .menu > li:before {background: #e4e4e4;}
.header-menu .menu .sub-menu .parent > a:after {border-left-color: #e4e4e4;}
.header-menu .menu ul.sub-menu {background-color: #ffffff;}
.header-menu .menu ul.sub-menu li {border-bottom-color: #f0f0f0;border-bottom-style: solid;}
.header-menu .menu ul.sub-menu li > a, #top-bar .header-menu .menu ul li > a {color: #666666;}
.header-menu .menu ul.sub-menu li:hover > a {background: #252525;}
.header-menu .menu li.parent > a:after, .header-menu .menu li.parent > a:after:hover {color: #aaa;}
.header-menu .menu li.current-menu-ancestor > a, .header-menu .menu li.current-menu-item > a {color: #222222;}
.header-menu .menu ul li.current-menu-ancestor > a, .header-menu .menu ul li.current-menu-item > a {color: #ffffff; background: #252525;}
#main-nav .header-right ul.menu > li, .wishlist-item {border-left-color: #f0f0f0;}
#nav-search, #mini-search {background: #252525;}
#nav-search a, #mini-search a {color: #999999;}
.bag-header, .bag-product, .bag-empty, .wishlist-empty {border-color: #f0f0f0;}
.shopping-bag:before, .header-menu .menu ul.sub-menu li:first-child:before {border-bottom-color: #e4e4e4;}
/* --------------------------------------------
	MINI HEADER
-------------------------------------------- */
#mini-header {
	border-bottom: 1px solid #e4e4e4;
	display: none;
	position: fixed;
	top: -80px;
	/*z-index: 999;*/
	width: 100%;
}
.browser-ie #mini-header {
	display: none!important;
}
.boxed-layout #mini-header {
	width: auto;
	padding: 0 30px;
}
#mini-navigation {
	margin-left: -10px;
}
#mini-navigation .menu ul {
	top: 48px;
	left: 0!important;
}
#mini-header .header-menu .menu > li {
	margin: 0;
	padding: 8px 0;
}
#mini-header .header-right .header-menu .menu li {
	border-left: 1px solid #e4e4e4;
}
#mini-header .header-right .header-menu .menu li:first-child {
	border-left: 0;
}
#mini-navigation .menu ul li ul {
	top: 0;
}
#mini-search a {
	text-decoration: none;
}
#mini-search i {
	display: inline-block;
	float: right;
	line-height: 46px;
	font-size: 12px;
}
#mini-search form {
	display: inline-block;
	margin-bottom: 0;
	float: right;
}
#mini-search input {
	float: right;
	display: inline-block;
	width: 1px;
	box-shadow: none;
	max-width: none;
	text-align: left;
	border: 0;
	margin: 0;
	padding: 14px 0 14px 8px;
	background: none;
	font-size: 12px;
}
#mini-search input:focus {
	outline: none;
	border: 0;
	box-shadow: none;
	
}
.cms-index-index .top-container {
	margin-bottom: 0;
}
a.product-image img {
	width: 100%;
}

/* --------------------------------------------
	PRODUCTS SLIDER
-------------------------------------------- */
.slider-items-products {	
	position: relative;
}
.slider-items-products .item {
	text-align: center;
}
.product-flexslider .item, .box-up-sell .item, .box-cross-sell .item, .flexslider-related .item {
    margin: 0 15px;
    text-align: left;
}

.products-upsell .owl-buttons,
.more-views .owl-buttons {
	opacity: 0;
}
.owl-controls .owl-buttons {
    position: absolute;
    right: 8px;
    top: -85px;
}
.arw_tab_slider .owl-controls .owl-buttons {
    top: -85px;
}
.slider-style-2 .item h3.product-name,
.slider-style-2 .item .price-box,
.slider-style-2 .item .novaworks-quick-act {
	text-align: left;
	padding-left: 20px;
}
.slider-style-2 .item h3.product-name {
	padding-top: 25px;
}
.slider-style-2 .item-product-novaworks {
	background-color: rgba(255, 255, 255, 0.8);
    bottom: -50px;
    left: 0;
    opacity: 0;
    position: absolute;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 100%;	
}
.slider-style-2 .item:hover .item-product-novaworks {
	bottom: -1px;
	opacity: 1;
}

.slider-style-3 .item-product-image-box a.product-image {
    display: block;
}
.slider-style-3 .item h3.product-name {
    color: #242424;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding: 15px 0;
    text-align: left;
    text-transform: uppercase;
    margin-top:10px ;
}
.slider-style-3 .item .price-box {
    display: inline-block;
    text-align: left;
    width: 100%;
}
.slider-style-3 .item .price-box span {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
}


/* --------------------------------------------
	PRODUCTS LIST DETAIL
-------------------------------------------- */
.products-detail {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.products-detail h4.spb_heading {
    margin: 15px 0;
    text-align: left;
}
.products-detail h4.spb_heading span {
	font-weight: normal;
	padding-left: 0;
}
.novaworks-category-badge {
    background-color: green;
    color: #fff;
    font-size: 14px;
    left: 15px;
    line-height: 30px;
    margin-top: -15px;
    padding: 0 20px;
    position: absolute;
}
.row .item-detail:nth-of-type(1) .novaworks-category-badge,
.row .item-detail:nth-of-type(5) .novaworks-category-badge {
    background-color: #56ab28;
}
.row .item-detail:nth-of-type(2) .novaworks-category-badge,
.row .item-detail:nth-of-type(6) .novaworks-category-badge {
    background-color: #109ac7;
}
.row .item-detail:nth-of-type(3) .novaworks-category-badge,
.row .item-detail:nth-of-type(7) .novaworks-category-badge {
    background-color: #393f36;
}
.row .item-detail:nth-of-type(4) .novaworks-category-badge,
.row .item-detail:nth-of-type(8) .novaworks-category-badge {
    background-color: #c75d10;
}
.triangle-top-right {
    border-left: 6px solid transparent;
    border-top: 6px solid #3f3f3f;
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
}
.row .item-detail:nth-of-type(2n+1) {
    clear: both;
}
.item-detail .novaworks-sale-badge,
.item-detail .novaworks-new-badge {
    display: inline-block;
    left: 0;
    line-height: 30px;
    min-width: 50px;
    padding-left: 10px;
    position: absolute;
    text-align: left;
    top: 20px;
}
.triangle-top-left {
    border-right: 15px solid transparent;
    border-top: 15px solid #fdaf08;
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
	display: none;
}
.triangle-bottom-left {
    border-bottom: 15px solid #fdaf08;
    border-right: 15px solid transparent;
    bottom: 0;
    position: absolute;
    right: -15px;
    width: 0;
	display: none;
}
.item-detail h3.product-name {
    color: #393939;
    display: block;
    float: left;
    font-size: 14px;
    margin-top: 50px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}
.item-detail h3.product-name a {
	color: #282828;
}
.item-detail .rating-product-box {
    display: block;
    float: left;
    text-align: left;
    width: 100%;	
}
.item-detail .short-description {
    display: block;
    margin: 15px 0;
    overflow: hidden;
    text-align: left;
    width: 100%;
}
.item-detail .price-box {
    display: inline-block;
    float: left;
}
.item-detail .novaworks-quick-act {
    display: inline-block;
    float: right;
}
.item-detail .novaworks-quick-act a, 
.item-detail .novaworks-quick-act a:focus {
    padding: 5px 5px;
}
.products-detail .item h4.product-name a{
	font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 5px;
}
.products-detail .item h4.product-name{
	margin: 30px 0 20px;
}
.products-detail .item.rating-product-box{
	margin-bottom: 20px;
}
.products-detail .item .price-box{
	margin-bottom: 10px;
}
.products-detail .item .price-box span {
    display: inline-block;
    font-size: 24px;
    font-weight: 900;
    line-height: 16px;
}
.products-detail .item .price-box .old-price span {
	font-weight: 400;
	font-size: 22px;
}
.products-detail .owl-theme .owl-controls .owl-page span {
    border-radius: 0;
    margin: 5px 2px;
}
.products-detail .owl-theme .owl-controls .active span{
	background-color: #232323;
}
/* ======================================================================================= */
.block-home-content-top-container {
	margin: 30px 0 0 0;
}
.block-home-content-top-container .container {
	background: #fff;
}
.banner-item h1 {
    font-size: 16px;
    line-height: 32px;
    font-weight: normal;
    letter-spacing: 0;
    margin: 10px auto 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.banner-item h2 {
    font-size: 14px;
    line-height: 32px;
    font-weight: normal;
    margin: -11px auto 0;
    text-align: center;
    text-transform: none;
    width: 100%;
}
/* div.title */
.main div.title {
    display: inline-block;
    float: left;
    margin-bottom: 25px;
    padding-left: 0;
}
.main .detail-title {
    padding-left: 0;	
}
.main div.title span {
    color: #282828;
    font-size: 30px;
    text-transform: uppercase;	
}
.main .detail-title span {
    color: #282828;
    display: inline-block;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;	
}

/* BreadCrumbs */
.detail-breadcrumbs {
    margin-bottom: 10px;
    overflow: hidden;
    text-align: left;
    width: 100%;
}
.detail-breadcrumbs .breadcrumbs {
    float: left;
    margin: 0;
}
.breadcrumbs {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
    padding-top: 20px;
    position: relative;
    text-align: left;
}
.breadcrumbs-container {
	margin-bottom: 20px;
}
.breadcrumbs-inner {
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
}
.breadcrumbs ul {  
    text-align: center;
	margin: 0; 
}
.breadcrumbs ul li a,
.breadcrumbs ul li span,
.breadcrumbs ul li strong {
    color: #363636;
    font-size: 14px;
    text-transform: uppercase;
}
.breadcrumbs li { display: inline; }
.breadcrumbs li strong { font-weight: bold; }
.breadcrumbs li span {
	font-size: 8px;
	margin: 0 6px;
}
.breadcrumbs li strong {
	color: #232323;
    font-weight: normal;
}
.main .breadcrumbs .home a { }
/* Page Heading */
.cart .page-title {
    margin-bottom: 30px;
}
.page-title.checkout {
	padding-top: 30px;
}
.page-title h1,
.page-title h2 { margin:0; font-size:20px;}
.page-title h1.checkout {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
ol#checkoutSteps > li {
    border: 1px solid #e9e9e9;
    display: inline-block;
    padding: 15px 25px;
    width: 100%;
}
dl#checkout-payment-method-load > dt {
    display: inline-block;
    width: 100%;
}
dl#co-payment-form #p_method_checkmo {
    float: left;
    margin-right: 10px;
}
dl#checkout-payment-method-load dt label {
    float: left;
    font-size: 12px;
    line-height: 27px;
    margin: 0;
}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px;}
.cms-page-view .col-main {margin-top: 20px;}
/* Notification */
#notification .alert-bg {background:rgba(0,0,0,0.2); position:fixed; top:0; right:0; bottom:0; left:0; z-index:9999;}
#notification .bg .close {display:inline-block; width:48px; height:48px; line-height:48px; text-align:center; font-size:48px; color:#fff; cursor:pointer; position:fixed; top:36px; left:50%; margin:0 0 0 -24px; text-shadow:0 0 3px rgba(0, 0, 0, 0.2);}
#notification .alert-box {
    background-color: #363636;
    left: 50%;
    margin-left: -155px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 310px;
    z-index: 10;
}
#notification .alert-box h6 {font-size:48px; padding:20px 0; cursor:default;}
#notification .alert-box h6 i {margin-left: -58px;}
#notification .alert-box p {padding:10px; margin: 10px; border: #fff solid 1px; color: #fff;}
#notification .alert-box p a {text-decoration:none; font-weight:bold;}
#notification .alert-box p a:hover {color:#000;}
#notification .widget-warning h6 {color:#c12222;}
.alert-box {background-color:#fff; min-height:30px; margin-bottom:30px; -moz-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2); -webkit-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2); box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);}
.alert-box h6 {margin:0 0 20px 0; padding:20px; border-bottom:1px solid #e9e9e9; font-size:14px; font-weight:bold;}
.alert-box h6 small {display:block; text-transform:uppercase; font-size:11px; font-weight:normal; color:#666; padding:5px 0 0 0;}
.alert-box .content {padding:0 20px;}
/* Pager */
.pager li > a, 
.pager li > span {
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: inherit;
}
.pager li > a:hover,
.pager li > a:focus {
	background: none !important;
}
/* Sorter */
.sorter { 
	padding: 5px 0;
}
.sorter .sort-by {
    float: left;
    margin: 10px 10px 10px 0;
    position: relative;
}
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}
.sorter .sort-by .current {
    cursor: pointer;
    display: block;
    line-height: 28px;
    width: 100px;
}
.sorter .sort-by .current span {
    display: inline-block;
}
.sorter span.text-color {
    color: #c2c2c2;	
}
.sorter .sort-by .current span i {
    display: inline-block;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 7px;
}
.sorter .sort-by ul {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    display: none;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 43px;
    width: 110px;
	z-index: 444;
    /*z-index: 1000;*/
}
.sorter .sort-by ul li {
	line-height: 25px;
}
.sorter .sort-by ul li a.active {
	color: #F01C35;
}
.sorter .direction {
    float: left;
    font-size: 17px;
    line-height: 28px;
    margin: 10px 0;
    padding: 0 10px;
}
.sorter .view-mode label {
	float: left;
	margin-right: 10px;
	padding-top: 2px;
}
.sorter .view-mode {
    float: right;
    height: 28px;
    margin: 11px 0 11px 10px;
}
.sorter .view-mode .grid {
	color: #333333;
    float: left;
    height: 25px;
    width: 25px;
}
.sorter .view-mode .grid:before {
    content: "\f009";
    display: block;
    font-family: FontAwesome;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
}
.sorter .view-mode .list {
    color: #333333;
    float: left;
    height: 25px;
    width: 25px;
}
.sorter .view-mode .list:before {
    content: "\f00b";
    display: block;
    font-family: FontAwesome;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
}
.sorter .view-mode a, .sorter .view-mode strong {
    display: block;
    float: left;
    height: 21px;
    margin: 0;
    overflow: hidden;
    width: 21px;
}
.sorter .limiter {
    border-left: 1px solid #e8e8e8;
    float: left;
    margin: 10px 10px 10px 15px;
    padding-left: 20px;
    position: relative;
}
.sorter .limiter label { vertical-align:middle; }
.sorter .limiter .current {
    cursor: pointer;
    margin: 0 10px 0 8px;
}
.sorter .limiter .current span {
    display: inline-block;
    line-height: 28px;
    padding-left: 10px;
    position: relative;
    width: 55px;
}
.sorter .limiter .current span i {
    color: #202020;
    display: inline-block;
    font-size: 14px;
    left: 50%;
    padding-left: 15px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.sorter .limiter ul {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    display: none;
    left: 65px;
    margin: 0;
    padding: 7px;
    position: absolute;
    top: 43px;
    width: 55px;
    z-index: 101;
}
.sorter .limiter ul li {
	line-height: 25px;
}
.sorter .limiter ul li a.active {
	color: #9b0e11;
}
.sorter .item-total {
    float: right;
    line-height: 28px;
    margin: 10px 10px 10px 15px;
    position: relative;
}
/* Toolbar */
.toolbar {
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    z-index: 99;
}
.toolbar .pager { padding:10px 0; }

.toolbar-bottom .sort-by, 
.toolbar-bottom .direction, 
.toolbar-bottom .view-mode,
.toolbar-bottom .limiter,
.toolbar-bottom .item-total,
.toolbar .pages {
	display: none;
}
.toolbar-bottom .toolbar {
    border: 0 none;
    margin: 50px 0 30px 0;
}
.toolbar-bottom .toolbar .sorter {
	margin-top: 0;
	padding: 0;
} 
.toolbar-bottom .toolbar .pages {
    display: block;
    float: none;
    text-align: center;
}
.toolbar-bottom .toolbar .pages ol {
	margin: 0;
}
.toolbar-bottom .toolbar .pages ol li {
    display: inline-block;
    float: none;
}
.toolbar-bottom .toolbar .pages ol li a i {
	font-size: 16px;
}
.top-header-container-1 .i-top-links .i-top-right {
	float: left;
	margin-top: 2px;
}

/* Data Table */
/* TABLES
----------------------------------------------------------------*/
td.label {
	font-weight: bold;
}

/*Data Table---*/
#shopping-cart-table thead .a-center-name {
    font-size: 14px;
    font-weight: normal;
    padding: 0 15px 0 0;
    width: 38.2%;
}
#shopping-cart-table thead .a-center-price {
    font-size: 14px;
    font-weight: normal;
    padding: 0 15px;
    width: 28.2%;
}
#shopping-cart-table thead .a-center-qty {
    font-size: 14px;
    font-weight: normal;
    padding: 0 15px;
    text-align: center;
    width: 13.3%;
}
#shopping-cart-table thead .a-center-subtotal {
    font-size: 14px;
    font-weight: normal;
    padding: 0 15px;
    width: 13.1%;
}
#shopping-cart-table thead .a-center-remove {
    font-size: 14px;
    font-weight: normal;
    padding: 0 10px;
    width: 10%;
}
#shopping-cart-table tbody .a-center-name {
    font-size: 10px;
    padding: 10px 15px 10px 0;
}
#shopping-cart-table tbody .a-center-price {
    padding: 17px 15px 20px;
}
#shopping-cart-table tbody .a-center-qty {
    padding: 17px 15px 20px;
}
#shopping-cart-table tbody .a-center-subtotal {
    font-size: 14px;
    padding: 17px 15px 20px;
    text-align: center;
}
#shopping-cart-table tbody .a-center-remove {
    padding: 25px 0 20px;
}
#shopping-cart-table .product-image {
    display: inline-block;
    float: left;
    margin: 0 10px;
    width: 30%;
}
#shopping-cart-table h2 {
    display: inline-block;
    float: left;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
    width: 60%;
}
#shopping-cart-table .a-center-name {
    padding: 30px 15px 30px 0;
}
#shopping-cart-table .a-center-price {
    padding: 30px 25px;
}
#shopping-cart-table .a-center-qty {
    padding: 30px 15px;
    text-align: center;
}
#shopping-cart-table .a-center-qty .qty {
    display: block;
    font-size: 14px;
    height: 100%;
    margin: 0 auto 10px;
    max-width: 40px;
    padding: 7px 2px;
    text-align: center;
    width: 100%;
}
#shopping-cart-table .a-center-qty a {
    font-size: 14px;
    text-decoration: underline;
}
#shopping-cart-table .a-center-price {
    font-size: 14px;

}

#discount-coupon-form .discount {
    border: 1px solid #ebebeb;
    padding: 0 15px 25px;
}
#discount-coupon-form .discount a {
    color: #202020;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
    padding: 12px 0;
    text-transform: uppercase;
}
#discount-coupon-form .discount .discount-form .input-box {
    margin: 0 20px 0 0;
    max-width: 250px;
    padding: 0;
}
#discount-coupon-form .discount .discount-form .input-box .input-text {
    border: 1px solid #959595;
    line-height: 27px;
    overflow: hidden;
    padding: 0 10px;
}
#discount-coupon-form .discount .discount-form .buttons-set {
    clear: none;
    display: inline-block;
    float: left;
    margin: 0;
}
#discount-coupon-form .discount .discount-form .buttons-set .button {
    background-color: transparent !important;
}
#discount-coupon-form .discount .discount-form .buttons-set .button span span {
    color: #202020;
    font-size: 12px;
    padding: 0;
    text-decoration: underline;
    text-transform: uppercase;
}

.shipping {
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    margin-top: -1px;
    padding: 0 15px 15px;
}
.shipping .shipping-form ul.form-list {
	margin: 0;
}
.shipping .shipping-form ul.form-list li {
	margin-bottom: 20px;
}
.shipping .shipping-form ul.form-list li.li-button {
	margin: 0;
}
.shipping .shipping-form ul.form-list li.li-button .button {
    background-color: transparent !important;
    float: right;
    line-height: 27px;
    padding: 0;
}
.shipping .shipping-form ul.form-list li.li-button .button span span {
    color: #202020;
    font-size: 12px;
    padding: 0;
    text-decoration: underline;
    text-transform: uppercase;
}
#shipping-zip-form input.input-text, #shipping-zip-form select, #shipping-zip-form textarea {
	border: 1px solid #e8e8e8;
}
#shipping-zip-form .form-list label {
    color: #9b9b9b;
    font-size: 10px;
    margin-bottom: 10px;
    padding: 0;
    text-transform: uppercase;
}
#shipping-zip-form .form-list label.required em {
    color: #eb340a;
    float: right;
    font-size: 12px;
    font-style: normal;
    position: absolute;
    right: -7px;
    top: 0;
}
#shipping-zip-form .form-list .input-box {
	clear: both;
}
#shipping-zip-form .form-list input.input-text {
    box-shadow: none;
    line-height: 27px;
    max-width: 385px;
    padding: 0 0 0 10px;
    width: 100%;
}

.shipping a {
    color: #202020;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
    padding: 12px 0;
    text-transform: uppercase;
}

.totals {
    border: 1px solid #ebebeb;
    padding: 0 15px 15px;
}

.a-right .cart-price {
	display: block;
	text-align: center;
}

.data-table tfoot td .button {
	background: none;
	border: 0;
	font-size: 14px;
}

.data-table tfoot td .btn-continue {
  float: left;
}

/*Bundle Products---*/
.data-table tbody.odd tr td { background: #F7F7F7 !important; }

.data-table tbody.even tr td { background: #fff !important; }

.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom: 0; }

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom: 1px solid #e5e5e5; }

.data-table tbody td h4.title,
.data-table tbody td h5.title {
	color: #333;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.data-table tbody td .option-label { font-style: italic; font-weight: bold; }

.data-table tbody td .option-value { padding-left: 10px; }

.data-table .product-name { font-size: 100%; margin: 0; }

.box-table select { width: 100%; }

.nested-data-table th, .nested-data-table td { padding-bottom: 2px; padding-top: 2px; }

.generic-table td { padding: 0 8px; }

.generic-table td.first { padding-left: 0; white-space: nowrap; }


/* Generic Info Box */
.info-box { background:#fff url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin: 0; padding:0; }
.std ul { /*padding-left:1.5em;*/ }
.std ol { padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-reorder { font-weight:bold; color:#dc6809 !important; }
.link-print { /*background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  {
	display:block; 
	width:16px; 
	height:16px; 
	font-size:0; 
	line-height:0; 
	background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/icon.png) no-repeat; 
	background-position: -133px -36px;
	text-indent:-999em; 
	overflow:hidden; 	
	margin: 0 auto;
}
.btn-remove:hover {
	background-position: -133px -53px;
}
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2  {
	display:block; 
	width:16px; 
	height:16px; 
	font-size:0; 
	line-height:0; 
	background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/icon.png) no-repeat; 
	background-position: -133px -36px;
	text-indent:-999em; 
	overflow:hidden; 	
	margin: 0 auto;
}
.btn-remove2:hover {
	background-position: -133px -53px;
}
.btn-edit { 
	display:block; 
	width:16px; 
	height:16px; 
	font-size:0; 
	line-height:0; 
	background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/icon.png) no-repeat; 
	background-position: -104px -35px;
	text-indent:-999em; 
	overflow:hidden; 	
}
.btn-edit:hover {
	background-position: -104px -53px;
}
.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }
.f-border-right {
	border-right: 1px solid #F0F0F0;
}
.f-border-top {
	border-top: 1px solid #F0F0F0;
}
.f-border-bottom {
	border-bottom: 1px solid #F0F0F0;
}
.f-border-left {
	border-left: 1px solid #F0F0F0;
}
/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }
/* Drop-down button
-------------------------------------------------------------- */
.header-container {
	background: #f0f0f0;
}
.header-container-1 .shopping-cart .cart-icon-top div.shopping-cart {
    display: block;
    float: left;
    line-height: 27px;
}

.mm-item-base .menu-static-blocks h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 !important;
}

.header-container-1 .shopping-cart .cart-icon-top div.amount {
	display: block;
	float: left;
	border: 1px solid #BABABA;
    color: #DD5757;
    font-size: 15px;
    margin: 0 0 0 5px;
    padding: 3px 10px 3px 20px;
}

.header-container-1 .dropdown {
    float: right;
    font-size: 11px;
    margin: 0 0 0 10px;
    text-transform: uppercase;
}

.header-container-1 .header-menu-left {
	position: relative;
	top: 12px;
}

.header-container-1 .mini-cart .block-content {
    background-color: #FFFFFF;
    display: none;
    position: absolute;
    right: 0;
    top: 35px;
    /*z-index: 999;*/
}

.header-container-1 .mini-cart:hover .block-content {
    opacity: 1 !important;
}

.header-container-1 .mini-cart {
    cursor: pointer;
    float: right;
    margin: 20px 0 10px;
    position: relative;
}

.header-container-1 .mini-cart .block-content p.empty {
    background-color: #FFFFFF;
    border: 1px solid #363636;
    color: #363636;
    display: block;
    line-height: 20px;
    margin: 0;
    padding: 15px 25px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 320px;
    z-index: 99;
}

.header-container-1 .mini-cart .block-content-inner {
    border: 2px solid #363636;
    padding: 10px;
    width: 287px;
}

.header-container-1 .mini-cart .block-content-inner ol.mini-products-list {
	margin: 0;
}

.header-container-1 .novaworks-navigation {
    border-top: 5px solid #dd5757;
}

.header-container-3 .mini-cart .block-content-inner ol.mini-products-list {
	margin: 0;
}

.header-container-1 .mini-cart:hover .block-content-inner {
    display: block;
    opacity: 1;
}

.header-container-1 .mini-cart .cart-icon-top span.amount {
    border: 1px solid #BABABA;
    color: #DD5757;
    display: inline;
    font-size: 15px;
    margin: 0 0 0 5px;
    padding: 3px 10px 3px 20px;
}

.header-container-1 .mini-cart .cart-icon-top span.amount i {
    color: #363636;
    font-size: 12px;
}

.header-container-1 .mini-cart .cart-icon-top span.amount i:hover {
    color: #363636 !important;
    font-size: 12px;
}

.header-container-1 .header-left {
	height: 139px;
}

.dropdown {
    float: left;
    font-size: 10px;
    position: relative;
    text-transform: uppercase;
}

.top-header-container .my-setting .text {
    float: left;
    font-size: 10px;
    margin: 6px 0 0;
    text-transform: uppercase;
}

.top-header-container-1 .my-setting .text {
    color: #363636;
    float: left;
    font-size: 10px;
    margin: 6px 0 0;
    text-transform: uppercase;
}

.header-container-1 .my-setting i.icon-down-open:hover {
    color: #363636 !important;
    cursor: pointer;
}

.dropdown p {
	display:block;
	float:left;
}
.dropdown .label {
	padding:3px 4px;
	z-index:99999;
	position:relative;
}
.dropdown .text {
	padding: 0px 18px 0px 0;
	color: #5f5f5f; /* will be change */
	margin: 0;
	cursor: pointer;
}

.header-container-1 .dropdown .text {
    border-left: 1px solid #363636;
    color: #5F5F5F;
    cursor: pointer;
    line-height: 11px;
    margin: 0;
    padding: 0 10px;
}

.header-container-1 .my-setting i {
    color: #363636;
    font-size: 12px;
    margin: -2px 0 0;
}

.my-setting ul.links {
    right: 0 !important;
    top: 34px;
}

.header-container-1 .my-setting ul.links {
    max-width: 80px;
    top: 20px;
}

.dropdown:hover ul { display: block; }
.dropdown.hover:hover ul { display: none; }

.currency-switcher p.text {
    float: left;
    font-size: 10px;
    margin: 5px 0 0;
    text-transform: uppercase;
}

.top-header-container-1 .currency-switcher p.text {
    color: #363636;
    float: left;
    font-size: 10px;
    margin: 7px 0 0;
    text-transform: uppercase;
}

/* Drop-down at the top of the page
-------------------------------------------------------------- */
.top-dropdown {
	position: relative;
}
.top-dropdown ul {
	background-color: #FFF;
	border: 3px solid #DDDDDD !important;
    -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
}

.top-dropdown li {
	text-transform:capitalize;
	white-space:nowrap;
	line-height:25px;
	text-align: left;
	border-bottom: 1px solid #EEEEEE;
}

.top-dropdown li a {
	color: #363636; 
	padding: 5px 10px;
	text-transform: uppercase;
}

.top-dropdown a { 
    font-size: 10px;
    text-decoration: none;
}
.top-dropdown i {
	margin-top: 4px !important;
}
.static-block-top {float: right;}
.i-top-right {
	border-left: 1px solid #F0F0F0;
}
.i-top-right .mini-cart {
	display: block;
    position: relative;
    right: 0;
    top: 0;
}
.lang-switcher ul:after {
	right: 32px;
}
.currency-switcher ul:after {
	left: 20px;
}
/* Language switcher
-------------------------------------------------------------- */
.lang-switcher .text {
    float: left;
    font-size: 10px;
    margin: 5px 0 0;
    text-transform: uppercase;
}

.top-header-container-1 .lang-switcher .text {
    color: #363636;
    float: left;
    font-size: 10px;
    margin: 8px 0 0;
    text-transform: uppercase;
}

.lang-switcher ul {
    left: -25px;
    min-width: 80px;
    padding: 5px;
    position: absolute;
    top: 32px;
    z-index: 9999;
}

.lang-switcher li {
	background-position:0 3px;
	background-repeat:no-repeat;
	line-height:25px;
}

.currency-switcher ul {
    display: none;
    left: -24px;
    padding: 5px;
    position: absolute;
    top: 32px;
    z-index: 9999;
}

.top-header-container-1 .currency-switcher ul {
    left: -104px;
    top: 32px;
}

.top-header-container-1 .lang-switcher ul {
    left: -25px;
    top: 32px;
}

.top-header-container-1 .i-top-links .i-top-right .dropdown {
    margin-top: 0px;
}

.top-header-container-3 .currency-switcher ul,
.top-header-container-3 .my-setting ul.links,
.top-header-container-3 .lang-switcher ul {
    top: 35px;
}
.icon-down-open {
	position: absolute;
}
/* Top Link Left 
-------------------------------------------------------------- */
.top-menu-left {
    display: inline-block;
    float: left;
    margin-top: 10px;
}

.top-header-container-2 .top-menu-left {
    margin-bottom: 12px;
}

.header-container-1 .top-menu-left {
    display: inline-block;
    float: right;
    margin: 0;
}

.header-container-1 .header-center h1.logo {
	text-align: left;
}

.top-menu-left ul {
	margin: 0;
    padding: 0;
}
.top-menu-left li {
    border-left: 1px solid #FFFFFF;
    float: left;
    line-height: 10px;
    margin-left: 10px;
    padding-left: 10px;
}

.header-container-1 .top-menu-left li {
    border-left: 1px solid #363636;
    float: left;
    line-height: 10px;
    margin-left: 10px;
    padding-left: 10px;
}

.top-menu-left li.first {
	margin: 0;
	padding: 0;
    border: none !important;
}

.top-menu-left li.last {
	display: none;
}

.top-menu-left li a {
    font-size: 10px;
    text-transform: uppercase;
}

.header-container-1 .top-menu-left li a {
    color: #363636;
    font-size: 10px;
    text-transform: uppercase;
}
/* Top Header ================================================================================ */
.top-header-container {
    background-color: #fff;
}
.top-header-container-2 {
    background-color: #676634;
}
.top-header-container-1 {
    background: rgba(0, 0, 0, 0) !important;
    border-bottom: 1px solid #E7E7E7;
}
.header-container-1 .nav-container {
    border-top: 5px solid #DD5757;
    display: block;
    height: 50px;
}
.header-container-1 .nav-container .nav-inner {
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
}
.header-container-1 .nav-container .nav-inner #nav {
	float: left;
}
.top-header {
    background-color: #F0F0F0;
    position: relative;
    text-align: left;
    z-index: 100000;
}
.top-header .top-right .top-bar-right ul{
	margin: 0;
    position: absolute;
    right: 180px;
    top: 0;
}
.top-header .top-bar-right ul.links li a {
	border-right: 1px solid #fff;
    padding: 0 15px;
}
.top-header .header-links ul.links li a {
	border-left: 1px solid #fff;
    padding: 0 15px;
}
.top-header  .top-bar-right ul li a,
.top-header  .top-bar-left ul li a{
	color: #fff;
}
.top-header  .top-bar-left  i,
.top-header  .top-bar-left  img{
	vertical-align: middle!important;
	margin-right: 5px;
}
.top-header ul li {
    font-size: 13px;
}
.top-header ul li, .top-header ul li a, .top-header ul li a span {
    text-transform: capitalize;
}
.top-header ul.links li a {
    color: #fff;
    display: block;
    text-decoration: none;
    white-space: nowrap;
}
.top-header .header-menu {
	float: left;
}
.top-header .quick-access {}
.welcome-msg, 
div.aux-currency > a {
    color: #fff;
	font-size: 13px;
}

.welcome-msg {
    float: left;
    font-size: 13px;
    line-height: 15px;
    margin: 0;
    padding: 15px;
    position: relative;
    text-transform: capitalize;
}
.header-container-1 .welcome-msg {
    color: #DD5757;
    float: right;
    font-size: 10px;
    margin: 15px 0 0 10px;
    text-transform: uppercase;
}
.header-container-1 .my-setting .dropdown-phone {
	display: none;
}
.copyright-footer .footer select.dropdown-phone {
	display: none;	
	margin-top: 15px;
}
.top-header .i-top-links select {display: none; border-top: 0; border-bottom: 0; padding-top: 8px; padding-bottom: 7px;}
.top-header .i-top-right {
    float: right;
    margin-left: 10px;
}
.top-header .welcome-msg img{max-width:20px;}
.top-header .welcome-msg a { color:#ebbc58; }
.top-header .form-language { clear:both; padding:5px 0 0; text-align:right; }
.top-header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
.top-header .form-language select { padding:0; }
.top-header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.top-header .links {
    float: left;
    font-size: 10px;
    margin: 0;
    padding: 12px 0 11px;
    text-transform: uppercase;
}
.top-header-1 .links {
    padding: 14px 0 !important;
}
.my-setting ul {
    right: 0 !important;
    left: auto;

}
.top-header ul.links {
	position: relative;
}
.top-header ul.links li { 
	float: left; 
	line-height: 20px;
}
.top-header ul.links li a {
    color: #282828;
    display: inline-block;
    line-height: 12px;
}

.static-block-top p { float: left; width: 130px; margin: 4px 15px 0px 0px; background: url("https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/dt.png") no-repeat top left; padding-left: 10px; position: relative; }
/* Header ================================================================================ */
.header-container {}
.header { max-width: 1170px; width: 100%; margin:0 auto; text-align:right; position: relative; }
.header .logo { }
.header .logo img { }
.header .logo strong { font-size:0; line-height:0; text-indent:-999em; overflow: hidden; }
.header h1.logo { }
.header .i-header-content { }
.header .i-header-content .header-left { 
}
.header .i-header-content .header-center { 
	padding: 20px 0 10px 0;
	text-align: center;
}
.header-container-1 .header .i-header-content .header-center { 
	padding: 25px 0 40px 0;
	text-align: center;
}
.header-container-3 .header .i-header-content .header-center { 
	padding: 43px 0 8px 0;
	text-align: center;
}
.header .i-header-content .header-center p { }
.header .i-header-content .header-right { float: right; }

.search-col {
    display: block;
    line-height: 35px;
    max-width: 220px;
    position: absolute;
    right: 15px;
    top: 8px;
    width: 100%;
    z-index: 999;
}

.header-container-1 .search-col {
    line-height: 32px;
    top: 168px;
}

.header-container-1 #default-menu #nav ul, .header-container-1 #default-menu #nav div {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #363636;
    left: -10000px;
    min-width: 195px;
    padding: 10px 0;
    position: absolute;
    top: 50px;
    width: 100%;
}

#search_mini_form {
	margin: 0;
    padding: 0;
}

.search-col input.input-text {
    box-shadow: none;
    font-size: 13px;
    padding: 7px;
    text-transform: uppercase;
    color: #666;
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 220px;
	-webkit-transition:width .5s ease;
	-moz-transition:width .5s ease;
	-o-transition:width .5s ease;
	transition:width .5s ease;
}

.header-container-1 .search-col input.input-text {
	opacity: 0;
}

.header-container-1 .search-col:hover input.input-text {
	opacity: 1;
	-webkit-transition:  all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.search-col .form-search button.button {
    background: none repeat scroll 0 0 transparent !important;
    bottom: 2px;
    color: #363636;
    font-size: 15px;
    height: 31px;
    line-height: 31px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 2px;
    width: 25px;
}

.header-container-1 .search-col .form-search button.button {
    color: #363636;
    font-size: 20px;
}

.header-container-1 .search-col .form-search button.button {
    bottom: 3px;
    height: 30px;
    right: 7px;
}

.header-container-3 .search-col .form-search button.button {
    color: #363636;
}

.search-col .form-search button.button i {
    left: 3px;
    position: absolute;
    top: -1px;
}

.about-title h1 {
    font-size: 27px;
    margin: 0;
    padding: 30px 0;
}

.about-title h2,.about-gallery h2,.about-video h2 {
	font-size: 13px;
    margin: 35px 0;
}
.about-title .meet-title {
    background: url("https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/bg-border-center.png") repeat-x scroll 100% 50% transparent;
    line-height: 30px;
    margin: 30px auto;
    max-width: 445px;
    width: 100%;
}

.circle-hover:hover .circle-background {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}

.circle-hover .circle-background {
	text-align: center;
    border: 0 solid #EE1C35;
    border-radius: 50% 50% 50% 50%;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
    line-height: 20px;
    height: 168px;
    opacity: 0;
    position: absolute;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width: 168px;
    transform: scale(0.2);
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
}

.circle-hover img {
	cursor: pointer;
}

.circle-hover .circle-background p {
    font-size: 15px;
    margin: 60px 0 0;	
}

.icon_links {
    display: block;
    margin: 10px auto;
}

.icon_links i {
	color: #363636;
}

.icon_links i:hover {
	color: #ffffff !important;
}

.meet-content {
	text-align: center;
	margin-top: 30px;
}

.about-gallery img {
	margin-bottom: 15px;
}

.about-title .meet-title h3 {
    background-color: #FFFFFF;
    font-size: 13px;
    line-height: 25px;
    margin: 0 auto;
    max-width: 160px;
    text-align: center;
}

.i-top-links .icon-down-open {
    cursor: pointer;
    font-size: 12px;
    margin: 7px 0 0 -10px;
}

.top-header-container-1 .i-top-links .icon-down-open {
    color: #363636;
    cursor: pointer;
    font-size: 12px;
    margin: 8px 0 0 -10px;
}


.top-header-1 .icon-down-open:hover {
    color: #363636 !important;
}

.top-header .mini-cart {
    float: right;
    line-height: 30px;
    margin-left: 10px;
}

.top-header .mini-cart .shopping-cart .price { color:#F01C35; padding-left: 2px;/* will be change */}
.top-header .mini-cart .block-content {
    background-color: #FFFFFF;
    border: 3px solid #DDDDDD !important;
    display: none;
    min-width: 287px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 33px;
    width: 100%;
    z-index: 3000;
    -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
}
.top-header .mini-cart .block-content .block-content-inner:after, .top-dropdown ul:after {
  top: -17px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; 
}
.top-header .mini-cart .block-content .block-content-inner:after, .top-dropdown ul:after {
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #dddddd;
  border-width: 7px;
  margin-left: -7px; 
 }
 .top-header .mini-cart .block-content .block-content-inner:after {
	right: 55px; 
 }
.top-header-container .block-content ol.mini-products-list li.item {
    border-bottom: 1px dotted #DDD;
    padding: 0 0 17px;
}

.top-header .mini-cart span {
    float: left;
    margin-right: 5px;
}
.top-header .mini-cart .block-content .remove-item i {font-size: 12px;}
.top-header .mini-cart .cart_circle {
    cursor: pointer;
    display: block;
    text-transform: none;
    transition: all 0.5s ease 0s;
}
.top-header .mini-cart .cart_circle .count {
	position: absolute;	
	top:-14px;
	right:0;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: #fff solid 2px;
}
.top-header .mini-cart .cart_circle .count-box {
	display: table-cell;
	background: #5d5d5d;
    width: 18px;
    height: 18px;	
    color: #fff;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
}
.top-header .mini-cart .cart_circle i {
	line-height: 37px;
	font-size: 21px;
	color: #FFFFFF;
	padding-right: 3.5px;
}
.top-header .mini-cart .cart_circle:hover i {

}

.top-header .mini-cart .cart-icon-top {
    float: left;
    height: 33px;
    position: relative;
    top: 0;
    width: 29px;
    margin-right: 5px;
}

.top-header-container-2 .top-header .mini-cart .cart-icon-top {
	background: none;
    border-left: 1px solid #585323;
}
.cart-icon-top i {
	font-size: 18px !important;
	width: 18px;
	height: 18px;
	margin-top: 0 !important;
}
.top-header .mini-cart .mini-cart-title {
    font-size: 10px;
    text-transform: uppercase;
}

.top-header .mini-cart .cart-icon-top i {
    left: 5px;
    position: absolute;
    top: 0;
}

.show-xxs {display: none;}
.mini-cart-above-products-wrapper {margin-bottom: 10px;}
.mini-cart .block-content li.item { margin-bottom: 10px; min-height: 50px;}
.mini-cart .block-content .btn-remove  { float: right;}
.mini-cart .block-content .btn-edit  { float: right; margin-right: 5px;}
.mini-cart .block-content .button-shopcart {
	background: #363636;
    margin-right: 11px;
    padding-left: 37px;
    padding-right: 37px;
}

.header-container-1 .block-content .button {
    line-height: 33px;
    margin-top: 10px;
    padding: 0;
    text-align: center;
    width: 126px;
}

.header-container-3 .mini-cart .block-content .button {
    line-height: 34px;
    margin-top: 10px;
    padding: 0 10px;
    width: 125px;
}

.mini-cart .block-content p.empty {
    line-height: 20px;
    margin: 0;
    text-align: center;
}
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.mini-cart .block-content .price {
    font-weight: bold;
}
.mini-cart .block-content .actions { padding-top:10px;}
.mini-cart .block-content .edit-item {float: right;}
.mini-cart .block-content .icon-edit {font-size: 15px;}
.static-block-header-right { margin: 5px 0;}



/*=============================================================================== style header transparent ==================================*/
.style-header-transparent1 .top-header #header-section-sticky-wrapper,
.style-header-transparent .top-header #header-section-sticky-wrapper{
    display: inline;
}
.style-header-transparent1 .top-header .is-sticky .headerfixed,
.style-header-transparent .top-header .is-sticky .headerfixed{
    background-color: #fff;
    width: 100%;
}
.style-header-transparent #header {
    padding: 16px 20px 3px;
}
.style-header-transparent1 #header {
    margin-right: 50px;
    padding: 20px 0 0 15px;
}
.style-header-transparent1 .top-header{
    background-color: #000000 !important;
}
.style-header-transparent .top-header{
    background-color: #000000 !important;
    border-bottom: 1px solid rgba(232,232,232,0.5);
}
.cms-index-index .style-header-transparent1 .top-header,
.cms-index-index .style-header-transparent .top-header{
    background-color: transparent !important;
}
.style-header-transparent .headerfixed{
    height: 81px;
}
.style-header-transparent .logo-fade{
    display: inline-block;
    position: relative;
    float: left;
}
.style-header-transparent .logo-fade:after{
    content: "";
    border-right: 1px solid rgba(232,232,232,0.5);
    position: absolute;
    top: 0;
    right: 0px;
    height: 83px;
}
.style-header-transparent .is-sticky .logo-fade:after{
    content: "";
    border-right: 1px solid rgba(232,232,232,0.5);
    position: absolute;
    top: 0;
    right: 0px;
    height: 81px;
}
.style-header-transparent1 .logo-fade{
    display: inline-block;
    float: left;
}
.style-header-transparent .top-header .header-menu {
    float: right;
}
.style-header-transparent .main-navigation{
    display: inline-block;
    width: 66%;
    height: 64px;
}
.style-header-transparent1 .main-navigation{
    display: inline-block;
    height: 80px;
}
.style-header-transparent .is-sticky .main-navigation .header_nav{
    top: -14px;
}
.style-header-transparent .main-navigation .header_nav .header-topMenu .novaworks-main-menu #novaworks-nav{
    float: right;
}
.style-header-transparent .novaworks-navigation #novaworks-nav > li.level0 > a > span {
    line-height: 77px;
}
.style-header-transparent1 .novaworks-navigation #novaworks-nav > li.level0 > a > span {
    line-height: 77px;
}
.style-header-transparent #novaworks-nav li.m-dropdown .dropdown.sub-wrapper,
.style-header-transparent #novaworks-nav li ul.shown-sub, .style-header-transparent #novaworks-nav li div.shown-sub {
    top: 77px;
}
.style-header-transparent1 #novaworks-nav li.m-dropdown .dropdown.sub-wrapper{
    top: 77px;
}
.style-header-transparent1 #novaworks-nav li ul.shown-sub, .style-header-transparent1 #novaworks-nav li div.shown-sub{
    top: 77px;
    left: -240px;
}
.style-header-transparent .header-cart{
    display: inline-block;
    float: right;
    position: relative;
    width: 150px;

}
.style-header-transparent .header-cart:before{
    content: "";
    border-left: 1px solid rgba(232,232,232,0.5);
    position: absolute;
    top: 0;
    height: 83px;
}
.style-header-transparent .is-sticky .header-cart:before{
    content: "";
    border-left: 1px solid rgba(232,232,232,0.5);
    position: absolute;
    top: 0;
    height: 81px;
}
.style-header-transparent1 .header-cart{
    display: inline-block;
    float: right;
    position: relative;
}
.style-header-transparent1 .header-menu ul.menu li.shopping-bag-item .cart-contents i,
.style-header-transparent .header-menu ul.menu li.shopping-bag-item .cart-contents i {
    font-size: 14px;
}
.style-header-transparent ul.menu li.shopping-bag-item .cart-contents{
    padding: 32px 30px 32px 15px;
}
.style-header-transparent1 ul.menu li.shopping-bag-item .cart-contents{
    padding: 32px 15px;
}
.style-header-transparent .header-menu .menu ul.sub-menu,
.style-header-transparent1 .header-menu .menu ul.sub-menu{
    right: 20px;
    top: 82px !important;
}


/*=====================================header-transparent1==================================*/


/*=====================================end header-transparent1==================================*/
.header-topsearch1{
    display: inline-block;
}
.header-topsearch .form-searchdefault{
    position: absolute;
    right: 0;
    top: 11px;
    max-width: 270px;
    float: left;
}
.header-topsearch .form-searchdefault .input-text{
    background: #fff;
    border: medium none;
    box-shadow: none;
    color: #c2c2c2;
    float: right;
    height: 32px;
    padding: 5px 10px;
    transition: width 0.1s linear 0s;
    width: 16px;
}
.header-topsearch .form-searchdefault:hover input.input-text {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #d4d4d4 -moz-use-text-color #d4d4d4 #d4d4d4;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    margin-right: 17px;
    width: 203px;
}
.header-topsearch .form-searchdefault .button{
    background: #e8e8e8;
    border-radius: 50%;
    height: 32px;
    line-height: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
}
.header-topsearch1 #top-search1{
    padding: 32px 20px;
}
.top-search-coltrol i{
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.is-sticky .top-search-coltrol i{
    color: #282828 !important;
}

.header-topsearch1 .form-search3{
    position: absolute;
    top: 82px;
    right: 20px;
}
.header-topsearch1 .form-search3 .input-text{
    padding: 15px 10px;
    width: 250px;
}
.header-topsearch1 .form-search3 .button{
    float: right;
    padding: 16px 30px 17px;
    position: absolute;
    right: 0;
}

/********** < Navigation */
.nav-container { z-index: 100; width:100%; }
.nav-container:nth-child(n) {
	filter: none;
}

#default-menu .nav-inner {
    height: 50px;
    margin: 0 auto;
    max-width: 980px;
    position: relative;
    width: 100%;
}
.header-container-1 #default-menu .nav-inner {
    height: 50px;
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
    width: 100%;
}
.slicknav_menu {
	display:none;
}
#mobile-menu {
	display:none;
}
#nav { display: inline-block; padding: 0; margin: 0; }
.nav-custom-link { float: right !important; }
.menu-logo { opacity: 0; margin-left: -181px; line-height: 57px; }
.menu-logo img { vertical-align: middle; margin: 0; }
.menu-logo a:hover{background-color:none; }
/********** < Head Content */
#banner-slider {
	margin-bottom: 10px;
}
.banner-slider .owl-controls .owl-buttons {
    position: absolute;
    right: 0 !important;
    top: 0 !important;
}
.banner-slider .owl-theme .owl-controls .owl-page {
    display: inline-block !important;
}
.banner-slider .owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791 !important;
    border-radius: 20px 20px 20px 20px !important;
    display: block !important;
    height: 12px !important;
    margin: 5px 7px !important;
    opacity: 0.5 !important;
    width: 12px !important;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1 !important;
}
.header-background-default {
    height: auto;
    overflow: hidden;
    width: 100%;
}
.header-background-default img {
	height: auto;
	margin-bottom: 20px;
	width: 100%;

}
.cms-index-index  .header-background-default {
	display: none;
}
.header-content-title {
	padding-top: 20px;
	padding-bottom: 80px;
}
.header-content-title-absolute {
	position: absolute;
	top:32%;
	width: 100%;
}
.header-content-title h1 {
    color: #363636;
    font-size: 40px;
}
.header-content-title h3 {
	font-size: 18px;
	text-transform: none;

}
.header-content-title-absolute h1 {
	font-size: 40px;
}
.header-content-title-absolute h3 {
	font-size: 18px;
}
.header-content-title-absolute h1 ,.header-content-title-absolute h3  {
	color: #ffffff !important;
	text-transform: uppercase;
}
.home-content-container .novaworks-main-content {
	border-bottom: none;
}
.cart ul.checkout-types li button.button {
    font-size: 12px;
    line-height: 42px;
    padding: 0 12px;
    text-align: center;
    text-transform: uppercase;
}
.cart .page-title h1 {
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
}
.cms-index-index .novaworks-main-content {
    border: 0;
}
.header-container-3 {
    background-color: rgba(245, 245, 245, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    max-width: 320px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
/* Home Content =============================================================================== */
.home-layout .col-md-9 {
	max-width: 850px;
	width: 100%;
	margin-right: 20px;
	padding: 0;
}
.home-layout .col-md-3 {
	max-width: 300px;
	width: 100%;
	padding:0;
}
.first-row {
	margin-bottom: 0;
}
.second-row {
	margin-bottom: 5px;	
}
.poAbs {
    position: absolute;
}
.home-content-container { }
.home-content {

}

.product-flexslider, .product-flexslider-2, .product-flexslider-3 {
    margin: 0 auto;
    position: relative;
}

.nav-wrapper {
	position: relative;
}

.slider-items {
	margin: 0 auto;
}
.slider-arrows1 .direction-nav a:hover { }
.slider-arrows1 .direction-nav a.disabled { opacity:0.4; filter:alpha(opacity=50); cursor:default; }
.slider-arrows1 .direction-nav a.disabled:hover { opacity:0.4; filter:alpha(opacity=50); cursor:default;}

.slider-arrows1 .direction-nav .prev { background-position: -3px -6px; margin-right:10px; }
.slider-arrows1 .direction-nav .prev:hover { background-position: -3px -40px;}
.slider-arrows1 .direction-nav .prev.disabled:hover {opacity:0.4; filter:alpha(opacity=50); cursor:default; }

.slider-arrows1 .direction-nav .next { background-position: -26px -6px;}
.slider-arrows1 .direction-nav .next:hover { background-position: -26px -40px;}
.slider-arrows1 .direction-nav .next.disabled:hover {opacity:0.4; filter:alpha(opacity=50); cursor:default; }
.slider-arrows1-top-right .direction-nav {
	height: 30px;
    position: absolute;
    right: 0;
    top: -40px;
}
.slider-arrows1-center .direction-nav {
		height: 30px;
    position: absolute;
    left: -47px;
    top:18px;
}
.slider-arrows1-center ul li a{
	position: absolute;
}
.slider-arrows1-center ul li a.next{
	left:970px;
}
.brand-list-direction-nav a {
	display:block;
	width:16px;
	height:28px;
	background-image:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/icon-hover.png);
	background-repeat:no-repeat;
	margin: -11px 0 0; 
	position: absolute; 
	overflow: hidden;
	top: 50%; 
	z-index: 10;
	cursor:pointer;
	text-decoration:none;
	text-indent:-999px;
}
.slider-items {
	margin: 0 auto;
}

.f-no-space-m-left {
	margin: 0 !important;
	padding: 0 !important;
	text-align: left;
}
.f-no-space-m-center {
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
}
.f-no-space-m-right {
	margin: 0 !important;
	padding: 0 !important;
	text-align: right;
}
.f-no-padding-right {
	margin: 0 !important;
	padding-right: 0 !important;
}

.f-no-padding-left {
	margin: 0 !important;
	padding-left: 0 !important;
}
#checkout-step-login #login-form {
    margin: 0;
}
/* Flex Slider Arrow */
.nova-slider-direction-nav li {
	
}
.nova-slider-direction-nav a {
	display:block;
	margin: -11px 0 0; 
	position: absolute; 
	overflow: hidden;
	top: 50%; 
	z-index: 10;
}
.nova-slider-direction-nav a div {
	display: table-cell;
	vertical-align: middle;
	width:37px;
	height:37px;
	cursor:pointer;
	text-decoration:none;
	background:#fff;
	border: #d1d1d1 solid 1px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
}
.nova-slider-direction-nav a {
	color: #444;
}
.nova-slider-direction-nav a div i {
	font-size: 20px;
	line-height: 25px;
}
.nova-slider-direction-nav a:hover { }
.nova-slider-direction-nav a.nova-slider-disabled { opacity:0.4; filter:alpha(opacity=50); cursor:default; }
.nova-slider-direction-nav a.nova-slider-disabled:hover { opacity:0.4; filter:alpha(opacity=50); cursor:default;}

.nova-slider-direction-nav .nova-slider-prev { background-position: -3px -6px; margin-right:10px; left:-43px;}
.nova-slider-direction-nav .nova-slider-prev i {padding-right: 3px;}
.nova-slider-direction-nav .nova-slider-prev:hover {}
.nova-slider-direction-nav .nova-slider-prev.nova-slider-disabled:hover {opacity:0.4; filter:alpha(opacity=50); cursor:default; }

.nova-slider-direction-nav .nova-slider-next {right:-43px;}
.nova-slider-direction-nav .nova-slider-next i {padding-left: 3px;}
.nova-slider-direction-nav .next:hover {}
.nova-slider-direction-nav .nova-slider-next.nova-slider-disabled:hover {opacity:0.4; filter:alpha(opacity=50); cursor:default; }
.more-views .nova-slider-direction-nav .nova-slider-prev {left:0; display:none}
.more-views .nova-slider-direction-nav .nova-slider-next {right:0;display:none}
.more-views:hover .nova-slider-direction-nav .nova-slider-prev {display:block}
.more-views:hover .nova-slider-direction-nav .nova-slider-next {display:block}
.thumb-list-direction-nav a {
	display:block;
	width:21px;
	height:45px;
	background-image: url("https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/icon-hover1.png");
	background-color: #585858;
	background-repeat:no-repeat;
	margin: -11px 0 0; 
	position: absolute; 
	overflow: hidden;
	top: 30px; 
	z-index: 999;
	cursor:pointer;
	text-decoration:none;
	text-indent:-999px;
}
.image-detail-1 {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.image-detail-1 .owl-prev {
	left: 0;
}
.image-detail-1 .owl-next {
	right: 0;
}
.slider-items {
    margin: 0 auto;
    padding-bottom: 70px;
}
.home-content .item, .box-up-sell .item, .flexslider-related .item {
    position: relative;
    text-align: center;
}
.brand-title {
	margin: 0 15px;
}
.brand_list .owl-controls .owl-buttons {
    top: -87px;
}
.brand_list_h5 .item,
.brand_list .item {
    border: 1px dashed #e9e9e9;
    display: inline-block;
    margin: 0 15px;
    text-align: center;
}
.products-list .item {
	margin: 0;
}
.products-grid-inner {
	position: relative;
}
.products-list-inner {
	position: relative;
	float:left;
	overflow: hidden;
}
.products-list-inner img {
	width: 100%;
}
.products-grid .btn-cart {
	display:block; 
	position: absolute; 
	left: 55px;
    top: 113px;
}
a.wishlist {
	float: left;
	display: block;
	height: 20px;
	padding-left: 8px;
}
.wishlist-compare .dcack {
	float: left;
	color: #CFCDCD;
	display: block;
	width: 10px;
	position: absolute;
	left: 107px;
	font-size: 16px;
    font-weight: bold;
}
a.wishlist:hover span {
	color: #6a6a6a;
}
a.wishlist span {
	display: block;
	color: #cfcdcd;
	font-size: 14px;
}
a.compare {
	float: right;
	display: block;
	height: 20px;
}
a.compare:hover span {
	color: #6a6a6a;
}
a.compare span {
	display: block;
	color: #cfcdcd;
	font-size: 14px;
}
.brand-slider {
	position: relative;
	margin-bottom: 10px;
}
.home-content h3.title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
}

.brand-list {
    margin: 0 auto;
    max-width: 1190px;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
}

#home-3-banner .owl-buttons {
	display: none;
}
.newsletter-box {
	border-top: 1px solid #ECEBEB;
}

#newsletter-validate-detail {
	margin: 0;
}

.form-subscribe {
    float: left;
    position: relative;
    top: 30px;
    width: 100%;
}

.form-subscribe-header {
    float: left;
    max-width: 390px;
    text-align: left;
    width: 100%;	
}

.form-subscribe-header label {
    margin: 0;
    padding: 10px 0;
}

.form-subscribe .validation-advice {
	position: absolute;
	bottom: -30px;
}

#home-3-banner .owl-item {
	padding: 0 5px;
}

.brand-list ul.flex-direction-nav {
	position: absolute;
	top: 0px;
	left: 0px;
}
.form-subscribe input[type="email"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 5px 20px 5px 10px;
	line-height: 21px;
	height: 32px;
	display: block;
	border: 0;
}
.form-subscribe > form {
    float: right;
    position: relative;
}
.form-subscribe1 > form {
    float: none !important;
    position: relative;
}
.form-subscribe input {
    color: #999;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 10px;
    position: relative;
    width: 100%;
}
.newlettersingup{
    float: left;
}
.newlettersingup h4 {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 32px;
}
.form-subscribe .input-box .button {
    /*border: 3px solid #e9e9e9;
    height: 40px;
    left: 0;
    position: absolute;
    top: 70px;*/
}
.block-subscribe-popup .indent button.button {
    border: 3px solid #e9e9e9;
}
.block-subscribe-popup .indent button.button:hover,
.form-subscribe .input-box .button:hover {
	background-color: #232323;
	border-color: #232323;
	color: #fff;	
}
.parallax-box div.social-icons {
	display: inline-block;
	margin: 25px 0 35px 0;
}
.parallax-box ul.social-icon {
	list-style: none;
	margin: 0;
	padding: 0;
}
.parallax-box ul.social-icon li {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 42px;
    margin: 0 8px 0 8px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.parallax-box ul.social-icon li a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    display: inline-block;
    font-size: 25px;
    height: auto;
    width: 100%;
}
.parallax-box ul.social-icon li:hover a i {
	color: #FFF;	
}
.parallax-box .input-box {
    display: inline-block;
    height: 60px;
    position: relative;
    width: 680px;
    border: 1px solid #fff;
}
.parallax-box .newsletter-conten {
    margin-top: 15px;
}
.parallax-box .newsletter-conten strong {
	font-weight: normal;
}
.parallax-box .form-subscribe input {
    background-color: transparent;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 12px;
    height: 58px;
    letter-spacing: 3px;
    padding: 10px 0 10px 40px;
    text-transform: uppercase;
    width: 100%;
}

.parallax-box .form-subscribe .button {
    background-color: transparent !important;
    color: #fff;
    font-size: 12px;
    letter-spacing: 3px;
    line-height: 20px;
    margin: 9px 0;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #fff;
}

.ajax-loading {
	float: left; display: none !important; background: #EF4035; color: #fff; padding: 5px; font-size: 18px; z-index: 999;
}
.block-box-container {
	margin-bottom: 40px;
}
.block-box-container .parallax-box {
    background-attachment: scroll;
	padding-top: 0;
	padding-bottom: 0;	
}
.block-box-banner .parallax-box .parallax-content,
.block-box-watches .parallax-box .parallax-content {
    padding: 0 !important;
}
.block-box-container .block-box-auto .block-box-inner h2 {
    color: #cfbeb8 !important;
    font-size: 36px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 25px;
}
.block-box-watches .alt-bg,
.parallax-container .alt-bg {
    margin: 0 !important;
    padding: 0 !important;
}
.block-box-watches .block-box-inner h2 {
    font-size: 36px !important;
    padding-left: 40px;
    text-transform: uppercase;
}
.block-box-watches .block-box-inner a {
    float: right !important;
    margin-right: 160px !important;
}
.block-box-container .block-box-auto .block-box-inner h2 span {
    color: #fff !important;
}
.block-box-container .block-box-auto .block-box-inner p {
    display: block;
    font-size: 16px;
}
.block-box-container .block-box-auto .block-box-inner a {
    margin: 25px 0 0 0;
}
.block-box-inner h2 {
    color: #fff !important;
    float: left;
    font-size: 36px;
    letter-spacing: 2px;
    margin-left: -1px;
    margin-top: 33px;
}
.block-box-inner a {
    background-color: #000000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 83px;
    line-height: 83px;
    margin-right: 19%;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 83px;
}
.block-box-banner .block-box-inner a {
    float: right;
}
.widget-static-block .block-menu-03 div {
    float: right;
}
.widget-static-block .block-menu-03 div:first-child {
    margin-left: 25px;
}

/* newletter 1 =============================================================================== */

.newsletter-conten-1 .block-title-popup h3{
	color: #fff !important;
    font-size: 18px;
    letter-spacing: 3px;
}
.newsletter-conten-1 .block-title-popup h4{
	color: #b8b8b8 !important;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 24px;
}
.newsletter-conten-1 .block-title-popup .planefly{
	margin-bottom: 10px;
}
.newsletter-conten-1 .block-title-popup .planefly i{
	color: #fff;
    font-size: 16px;
}
.newsletter-conten-1 .block-title-popup .line_newlwtter{
	border-top: 1px solid #fff;
    margin: 0 auto;
    width: 125px;
}
.newsletter-conten-1 .form-subscribe .input-box{
	border: 1px solid #fff;
	margin-left: 0;
	max-width: 570px;
	height: 55px;
}
.newsletter-conten-1 .form-subscribe .input-box #newsletter1{
	border: medium none;
    height: 55px;
    line-height: 55px;
    margin-right: 0;
    max-width: 400px;
    font-size: 12px;
    letter-spacing: 3px;
    padding-left: 30px;
}
.newsletter-conten-1 .form-subscribe .input-box .button{
    border-left: 1px solid #fff;
    line-height: 40px;
    margin: 0;
    max-width: 170px;
    padding: 0 30px;
    right: 0;
    margin: 7px 0;
}
.newsletter-conten-1 .form-subscribe .input-box .button span span{
	font-size: 12px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}
/* Home Bottom =============================================================================== */
.footer-left select {display: none;}
.footer-info-top {
    background: url("https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/border-header-bottom.png") repeat-x scroll left top transparent;
    margin: 0 auto;
    max-width: 1170px;
    padding: 20px 0 15px;
    width: 100%;
}
.footer-info-top .footer-info li { 
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
}
.footer-info-top .footer-info li i { 
    font-size: 24px;
}
.footer-info-container .footer-info { 
	text-align: left;
}
.footer-info-top .footer-info .about-responsive { 
	float: left; 
	text-align: left;
}
.footer-info-container .footer-info .about-responsive h4 {
	float: left;
	width: 100%;
    color: #545454;
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
}

.social-icons {
	margin-left: 7px !important;
}
.social-icons a {
	font-size: 20px;
}
.social-icons a:hover {

}
.shopping-cart:hover .cart_circle {
    background-color: none !important;
}
/* Slider Nav */
a.slider-arrows {
	position: absolute;
	display:block;
	width:30px;
	height:30px;
	background:#ddd url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/slider-arrows.png) no-repeat;
	cursor:pointer;
	text-indent:-999px;
	overflow:hidden;
	transition:			opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-moz-transition:	opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-transition:	opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-o-transition:		opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;	
}
a.slider-arrows.disabled { opacity:0.4; filter:alpha(opacity=40); cursor:default; }
a.slider-arrows.disabled:hover {background-color:#ddd;}
a.slider-arrows:hover { background-color:#9b0e11;}
.products-upsell .prev {
    background-position: -10px -10px;
    top:6px;
    right: 31px;
    margin-right: 1px;
}
.products-upsell .prev:hover {background-position:-10px -60px; }
.products-upsell .next { background-position:-60px -10px; top:6px; right: 0;}
.products-upsell .next:hover { background-position:-60px -60px; }
/* Sidebar =============================================================================== */
.block {
	margin-bottom: 27px;
}
.block .block-title {
    color: #232323;
    font-size: 14px;
    padding: 10px 0;
    text-transform: uppercase;
}
.block .block-title strong span{
    font-weight: 600;
    letter-spacing: 0.5px;
}
.block .block-title strong {
	font-weight: normal;
}
.block .active {
	background: none;
}
.product-block-right .block .block-title {
	background:none;
	cursor: default;
}

.custom-html .block-content p {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 10px 5px 0;
    text-align: left;
}
.block-tags {
	margin-bottom: 45px;
}
.block .block-title a { text-decoration:none !important; }
.right-block-inner p.block-subtitle {
	margin-top: 10px;
}
.block .block-content li.item {
    padding-bottom: 20px;
}
.block .block-content .product-name {  
    color: #1e7ec8;
    margin: 0;
}
.block .block-content .product-name a {
    color: #242424;
    font-size: 10px;
    text-transform: uppercase;
}
.block .block-content #cart-sidebar-reorder .product-name a {
    color: #242424;
    font-size: 10px;
    margin-left: 10px;
    position: relative;
    text-transform: uppercase;
    top: -5px;	
}
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions a { float:left; }
.block .actions button.button { float:left; }
.block .empty {
    color: #9b9b9b;
    font-size: 12px;
    padding: 20px 50px 20px 0;
}

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login {line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {}
/* Mini Left Categories */
.sidebar .left-categories .block-title {
    margin-bottom: 0;
    padding: 0 0 10px;
}
.sidebar .left-categories .block-title span {
    color: #242424;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.sidebar .left-categories .left-categories-container {
    margin-top: -3px;
}
.block-products-list-sidebar .block-title,
.block-latest .block-title {
    cursor: default;
}
.left-categories ul {
	margin: 0;
}
.left-categories ul li + li,
.right-categories ul li + li {
    border-top: 1px solid rgba(35, 35, 35, 0.1);
}
.left-categories ul li,
.right-categories ul li {
	overflow: hidden;
	padding: 10px 15px;
}
.left-categories ul li a {
    color: #242424;
    display: block;
    text-transform: uppercase;
}
.left-categories ul li:last-child {
    border-bottom: 1px solid rgba(35, 35, 35, 0.1);
}
/* Mini Products List */
.top-header .mini-cart .mini-products-list {
	margin: 0;
}
.arw_tab_slider .item {
	margin-bottom: 30px;
}
.arw_tab_slider .item-product-image-box a.product-image {
    display: block;
}
.mini-products-list .product-image {
    float: left;
    text-align: left;
    width: 68px;
}
.mini-products-list .product-details span {
    color: #363636 !important;
    float: left;
    font-size: 15px;
    text-align: left;
    width: 100%;
}
.mini-products-list .product-details strong {}
.mini-cart-qty, .mini-cart-price {float:left;}
.mini-cart-qty {margin-right: 5px;}
.mini-products-list .product-details p {
    text-transform: none;
}

.mini-products-list .product-details p a {
    color: #363636;
}

.mini-products-list .product-details {
    float: left;
    width: 178px;
}

.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account {
	font-size: 12px;
	margin-top: 30px;
}
.block-account .block-content ul { margin: 0; }
.block-account .block-content li { border-bottom:1px solid #e9e9e9; padding: 10px 0; }
.block-account .block-content li a { text-decoration:none !important; }
.block-account .block-content li a:hover { }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { }
.block-account .block-content li.current.last { border-bottom:0; }
.block-account .block-content li.current strong { font-weight: normal !important; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav .block-content {
    margin-top: -3px;
}
.block-layered-nav .block-subtitle {
	border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    color: #242424;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
    padding: 10px 0 10px 15px;
    text-transform: uppercase;
}
.block-layered-nav dt {
    border-bottom: 1px solid #e8e8e8;
    color: #242424;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 10px 0 10px 15px;
    text-transform: uppercase;
}
.block-layered-nav dt.active { 
/* 	background: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/filter-icon-show.png) right center no-repeat; */
}
.block-custom-html .block-content, .block-compare .block-content {
    margin-top: -3px;
    padding: 10px 0 10px 15px;
}
#narrow-by-list ol li a {
    color: #242424;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    margin-left: 10px;
    text-transform: capitalize;
}
.block-layered-nav dd { padding:0 17px;}
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { background:#f5f5f5 ;padding:6px 24px 6px 10px; position:relative; z-index:1; line-height:1.5; }
.block-layered-nav .currently .label { font-weight:bold; text-transform:uppercase; display:inline-block; vertical-align:top; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:6px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px;border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { background-image:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/i_block-cart.gif); }
.block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { border-bottom:1px solid #c2c2c2; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong { background-image:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/i_block-wishlist.gif); }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related {
	display: block;
}
.block-related .block-title strong {
    padding: 10px 0;
}
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.page-popup .link-print { background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/bkg_th-v.gif) 100% 0 repeat-y; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed Products */
.block-viewed .block-content {
    padding: 25px 0 0;	
}
.block-viewed .product-img {
	float: left;
    padding: 3px 10px 0 0;
    width: 75px;
    
}
.block-viewed .product-name {
	margin-left: 75px;
	margin-bottom: 5px;
}
.block-viewed .product-img img {
  
}
.block-viewed .price-box {
	margin-left: 75px;
}

/* Block: Poll */
.block-poll .block-subtitle {
    color: #9b9b9b;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 20px 0;
}
.block-poll input.radio {
    float: left;
    margin: -1px 0 0;
}
.block-poll .label { display:block; margin-left:18px; }
.block-poll ul {
	margin: 0;
}
.block-poll li {
    line-height: 25px;
    padding-bottom: 10px;
}
.block-poll .actions { margin: 20px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-content .tags-list { 
	background: none; 
	border:0; 
	font-size:12px; 
}
.block-tags .block-content .tags-list a ,.tags-list a { 
    border: 1px solid #ccc;
    padding: 5px 10px;
	-webkit-transition: background-color, color 0.2s linear;
	-moz-transition: background-color, color 0.2s linear;
	transition: background-color, color 0.2s linear;
}

.block-tags .block-content .tags-list a:hover {
	color:#fff; 
}

.block-tags .block-content ul.tags-list {
    margin: 0;
    padding: 15px 50px 20px 0;
}
.products-filter .item {
    max-width: 218px;
    width: 100%;
}
.block-related-slider {
	position: relative;
}
.block-related-slider .block-title {
	margin-bottom: 30px;
}
.block-related-slider h2 {
    font-size: 14px;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
}
.block-related-slider .item  {
	margin: 0;
}
.products-filter .item .price-box {
	height: 32px;
}
.block-tags .actions a { 
	background: none;  
    color: #fff !important;
    float: left;
    font-size: 14px;
    line-height: 40px;
    padding: 0 30px;
    text-transform: uppercase;
}

.label, .badge {
	background: none;
}

#poll-answers span.label label {
    float: left;
    font-weight: normal;
}

.block-poll .block-content .actions .button {
    font-size: 14px;
    line-height: 40px;
    padding: 0 30px;
    text-transform: uppercase;
}
#compare-items {
    margin: 0;
    padding: 0 0 15px;
}
.block-compare .actions > .btn-clear-all-compare, 
.block-compare .actions > .button {
    font-size: 14px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 45%;
}
.block-compare .actions > .btn-clear-all-compare {
    margin-right: 5%;
}
#pollForm {
	display: block;
	margin: 0 0 15px;
}

/* Block: Tabproduct */
.widget.tabproduct .widget-content {
	margin: 0 0 27px;
}

/* cool-background-box */
.cool-background-box {
	background:#F0F0F0;
	border-left: 0;
	border-right: 0;
}

.cool-background-box .products-list-4-col {
    padding-top: 30px;
    padding-bottom: 30px;
}

.cool-background-box .products-list-4-col .name-product {
	float: left;
	text-align: left;
}

.cool-background-box .products-list-4-col .name-product h2.title {
	font-size: 17px;
    line-height: 40px;
}

.cool-background-box .products-list-4-col .col-md-left {
    float: left;
    margin: 17px 10px 0 0;
    max-width: 84px;
}

.cool-background-box .products-list-4-col .col-md-right {
    float: right;
    margin-top: 17px;
    max-width: 150px;
    text-align: left;
    width: 100%;
}

.cool-background-box .products-list-4-col .col-md-right h3.product-name {
	margin: 0;
}

.cool-background-box .products-list-4-col .col-md-right .rating-product-box .rating {
	width: 100%;
}
.catalog-product-compare-index p > .button {
	display: inline-block;
	padding: 8px 10px;
}
.catalog-product-compare-index ul.add-to-links {
	display: inline-block;
	margin: 0;
}
.catalog-product-compare-index ul.add-to-links li a {
    display: inline-block;
    padding: 8px 10px;
}
/* cool-background-box */
.shop-now-content {
	margin-top: 30px;
	font-size: 23px;
	line-height: 38px;
	text-align: left;
}
.shop-now-widget-content {
	font-size: 23px;
	line-height: 38px;
	text-align: left;
}
a.novaworks-button-light  {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 18px;
	height: auto;
	padding: 14px 16px;
	margin: 0 10px 20px 0;
	font-weight: bold;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	border: 1px solid;
	position: relative;
	overflow: hidden;
	outline: none;
	text-shadow: none;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	vertical-align: middle;
	max-width: 100%;
	color: #fff;
}
a.novaworks-button-light:hover {
	text-decoration: none!important;
	color: #fff !important;
}
a.novaworks-button-dark  {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 18px;
	height: auto;
	padding: 14px 16px;
	margin: 0 10px 20px 0;
	font-weight: bold;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	border: 1px solid;
	position: relative;
	overflow: hidden;
	outline: none;
	text-shadow: none;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	vertical-align: middle;
	border-color: #ddd;
	max-width: 100%;
}
a.novaworks-button-dark:hover {
	text-decoration: none!important;
	color: #fff !important;
}
/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { background-image:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/i_block-subscribe.gif); }
.block-subscribe label { font-weight:bold; color:#666; }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { border-color:#406a83; background:#618499; }

/* Block: Reorder */
.block-reorder .block-title {
	margin-bottom: 15px;
}
.block-reorder .block-title strong { }
.block-reorder input.checkbox { float:left; margin: 0; }
.block-reorder .product-name { margin-left:20px; line-height: 20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }
.block-reorder .actions .btn-cart {
	margin-right: 15px;
}
.block-reorder .actions a {
    padding: 8px 12px;
}

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong { background-image:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/i_ma-info.gif); }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }
/* Facebook Login */
.facebook-button {
    background-color: #4777A6;
    line-height: 19px;
    margin-left: 10px;
    margin-top: 20px;
}
/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }

/*Label category*/
.megamenu li.level0 > a > span > .cat-label {
    font-size: 8px !important;
    left: 15px !important;
    line-height: 15px !important;
    padding: 0 5px !important;
    position: absolute !important;
    top: -9px !important;
}
.header-container-3 .megamenu li.level0 > a > span > .cat-label {
    left: 90% !important;
    position: relative;
    top: 5px !important;
}
.megamenu li.level0 > a.level-top > span > .cat-label {
    font-size: 8px;
    padding: 0 5px;
}

.megamenu .cat-label-label1 {
    background-color: #00b06c;
    color: #FFFFFF;
    text-transform: uppercase;
}

.megamenu .cat-label-label2 {
    background-color: #fd0101;
    color: #FFFFFF;
    text-transform: uppercase;
}

.megamenu li.level0 > a > span > .cat-label-label1.pin-bottom:before {
    background: none;
}

.megamenu li.level0 > a > span > .cat-label-label2.pin-bottom:before {
    background: none;
}

li.level1 > a > span > .cat-label {
    display: inline-block !important;
    padding: 0 5px;
    vertical-align: super;
}
li.level0 > a > span > .pin-bottom:before {
    content: "";
    height: 0;
    position: absolute;
    width: 0;
}
.cat-label {
    padding: 0 5px;
    font-size: 8px;
    line-height: 15px;
    text-transform: none;
     transition: color 450ms ease-in-out, background-color 50ms ease-in-out;
    -moz-transition: color 450ms ease-in-out, background-color 50ms ease-in-out;
    -webkit-transition: color 450ms ease-in-out, background-color 50ms ease-in-out;
    -o-transition: color 450ms ease-in-out, background-color 50ms ease-in-out;
}


/* Category Page ========================================================================= */

/* Count down product sale ================================================================*/
.sale-products #Stage_jbeeb_3 {
    margin: 0 auto !important;
}

/*========================= end count down ===================================*/
.category-image-head {
	position: relative;
}
.category-title-head {
	position: absolute;
	top:92px;
	right: 40px;
}
.category-title-head h1,.category-title-head h2,.category-title-head h3,.category-title-head h4 {
	color:#FFF;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.category-title { border:0; margin:0 0 20px;}
.shopping-option-dropdown {
	position: relative;
	float: left;
	margin-left: 20px;
}
.shopping-option-dropdown label { font-size: 18px; line-height: 30px; margin: 14px 0 0 0; padding: 0 10px; border: transparent solid 1px;border-bottom: 0;}
.open label {border: 1px solid #EDEDED;border-bottom: 0;}
.shopping-option-dropdown i {font-size: 14px;}
.shopping-option-dropdown label a {color: #818181}
.shopping-option-dropdown label a:hover {text-decoration: none;}
.sub-header-nav {
    background-color: #FFFFFF;
    border-top: 0 none;
    display: none;
    left: 0;
    min-width: 192px;
    padding-right: 10px;
    position: absolute;
    top: 45px;
    z-index: 9999;
}
.compare-dropdown {
	position: relative;
	float: left;
	margin-left: 5px;
	max-width: 266px;
	width: 100%;
}
.compare-dropdown label { font-size: 18px; line-height: 30px; margin: 14px 0 0 0; padding: 0 10px; border: transparent solid 1px;border-bottom: 0;}
.open label {border: 1px solid #EDEDED;border-bottom: 0;}
.compare-dropdown i {font-size: 14px;}
.compare-dropdown label a {color: #818181}
.compare-dropdown label a:hover {text-decoration: none;}
.ajax-compare {
	display: none;
	position: absolute;
	background: #fff;
	top: 45px;
	left:0;
	z-index: 9999;
	border: 1px solid #EDEDED;
	padding: 2px 10px 10px 0;
	max-width: 198px;
	width: 100%;
	border-top: 0;
}
.ajax-compare ol {
	margin:0 10px;
}
.ajax-compare .actions {
	margin-left: 10px;
	margin-top: 10px;
}

.ajax-compare .btn-clear-all-compare {float: right;}
.ajax-compare p{ text-align: center; margin: 0;}
.category-image { width:100%; overflow:hidden; margin:0; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}
.category-products .products-grid .item {
    display: block;
    text-align: center;
}
.category-products .column-5-products .item {
    display: block;
    margin: 0 20px 25px 0 !important;
    padding: 0 !important;
    text-align: center;
}

.category-products .column-5-products .col-md-2 {
    margin: 0 20px 25px 0 !important;
    max-width: 218px !important;
    padding: 0 !important;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

#brand-list .item {
	margin: 0 !important;
}

.about-center {
	margin: 0 -10px;
}

.about-center .owl-controls .owl-buttons {
    position: absolute;
    right: 10px;
}
/* View Type: Grid */
.products-grid { position:relative;}
.products-grid li.item { position: relative; padding-top: 15px; padding-bottom: 15px;}
.list-col4 .item .btn-cart {bottom: 7px !important;}
.products-grid li.last {margin-right:0 !important; }
/* .products-grid .product-name { /*min-height:2.7em;/ margin:0 0 5px; font-size:16px; color:#111;margin: 10px 0; text-align: center; width: 234px;} */
/*.slides .socialToolBar .product-name { width: 210px; }
.product-flexslider .slider-items .slides .item .socialToolBar .product-name a {
	color: #FAD300;
    font-size: 12px;
} */
.product-flexslider .slider-items .slides .item .socialToolBar .product-name a:hover {
	color: #bcbcbc;
}

.products-grid .availability { line-height:21px; }
.products-grid .actions {}
.products-grid .btn-cart {
    background: none repeat scroll 0 0 #9b0e11;
    color: #f9d100;
    display: block;
    font-size: 20px;
    line-height: 24px;
    height: 24px;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	cursor: pointer;
}
.item .socialToolBar .btn-cart, .item .socialToolBar .btn-cart:hover {
	background: none;
}
.item-product-image-box {
	position: relative;
	overflow: hidden;
}
.item-product-image-box .novaworks-product-badge,
.item .lables_style_1 .novaworks-product-badge,
.product-img-box .novaworks-product-badge {
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    padding: 10px 10px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
    border-radius: 100px;
    height: 50px;
    width: 50px;
}
.lables_style_2 .novaworks-product-badge {
    border-radius: 0;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    padding: 0;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    width: 55px;
    z-index: 1;
}
.lables_style_2 .novaworks-product-badge:after{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #f00;
    bottom: -5px;
    content: " ";
    height: 0;
    left: 5px;
    position: absolute;
    width: 0;
}
.item .novaworks-new-badge, .product-img-box .novaworks-new-badge {
    left: 35px;
    position: absolute;
    top: 30px;
}
.item .novaworks-sale-badge, .product-img-box .novaworks-sale-badge {
    left: 35px;
    position: absolute;
    top: 35px;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    z-index: 999;
}
.item .novaworks-product-badge-outstock {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    line-height: 28px;
    width: 120px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}
.novaworks-out-stock-badge {
	background: #d0d0d0;
	right: -28px;
    position: absolute;
    top: 18px;
    font-size: 10px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
}
.top-header-container-3 .top-menu-left ul li.first {
	margin: 0;
    padding: 0;	
}

.header-container-3 h1.logo {
	text-align: center;
}

.header-container-3 .cart-icon-top .cart_circle {
    background-color: #998A45;
    color: #FFFFFF;
    font-size: 12px;
    height: 15px;
    left: 0;
    line-height: 12px;
    padding: 2px;
    position: absolute;
    text-align: center;
    top: -15px;
    width: 21px;
}
.header-container-3 #default-menu {
    position: relative;
    top: 46px;
}

.header-container-3 .shopping-cart .mini-cart-title {
    left: 4px;
    position: absolute;
    top: 4px;	
}

.header-container-3 .shopping-cart span i {
    color: #363636;
    left: 2px;
    position: absolute;
    top: 4px;
}
.novaworks-quick-act a {
    border: 1px solid #e9e9e9;
    color: red ;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    line-height: 20px;
    padding: 5px;
    letter-spacing: 2px;
}


.item .novaworks-quick-act .btn-theme {
    display: inline-block;
    font-size: 10px;
    padding: 5px 12px;
}

.item .novaworks-quick-act .btn-theme .fa-shopping-cart {
	margin-right: 10px;
}
.slider-style-2 .item .novaworks-quick-act .btn-theme .fa-shopping-cart,
.slider-style-3 .item .novaworks-quick-act .btn-theme .fa-shopping-cart {
	margin-right: 0;
}
.item .novaworks-quick-act .quick-act-right a,
.item .novaworks-quick-act .btn-theme {
	text-transform: uppercase;
}


.item .novaworks-quick-act {
	text-align: center;
	display: inline-block;
    width: 100%;
	padding-bottom: 12px;
}
.novaworks-quick-act .quick-act-right {
	display: inline-block;
}
.cart-1 {
	background: #A7A7A7;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 32px;
    text-transform: uppercase;
    width: 100%;
}

.products-grid .descriptions-hidden a {
	cursor: pointer;
}
.products-grid .descriptions-hidden i {
	font-size: 11px;
}
h3.product-name {
	display: inline-block;
}
.item h3.product-name {
    line-height: 18px;
    margin: 0;
    padding: 25px 0 10px;
    text-align: left;
    width: 100%;
}
.item h3.product-name a {
    color: #282828;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    text-align: left;
    text-transform: capitalize;
}
.home_one_5 .item h3.product-name a {
    font-size: 14px;
}
.slider-style-3 .item h3.product-name a {
    font-size: 14px;
    letter-spacing: 1px;
}
.box-up-sell .old-price {
	color: #202020;
	float: none;
}

.quick-act a {
    font-size: 18px;
    text-transform: uppercase;
}

.box-up-sell .special-price {
	float: none;
}
.item .price-box span {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
}
.item .price-box .old-price .price {
    display: inline-block;
    color: #999;
    font-weight: 400;
}
.item .rating-product{
    text-align: left;
}
.item .price-box {
    display: inline-block;
	margin-bottom: 15px;
    text-align: left;
    width: 100%;
}
.categories-list-each {display: inline-block;}
.categories-list-each a {color: #666;}
.novaworks-label {
	position: absolute;
	width: 43px;
	height: 43px;
	text-indent: -99999px;
	z-index: 3;
}
.item-product-image-box:hover .rating-product {
	opacity: 1;
}
/* View Type: List */
.columns-layout .col-md-9 .products-list li.item {
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 30px;
    padding-bottom: 5px;
}
.products-list li.item {
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.products-list li.item.last { }
.products-list .product-image { }
.products-list .product-name {
    color: #202020;
    font-size: 18px;
    line-height: 15px;
    margin: 0 0 25px;
    text-align: left;
    text-transform: uppercase;
}
.products-list .act-box {
    display: inline-flex;
}
.products-list li.item {
    padding-bottom: 40px !important;
}
.products-list li.item .bottom-line {
    border-bottom: 1px solid #ececec;
    clear: both;
    display: block;
    margin: 40px 15px 0;
    padding-top: 40px;
}
.products-list li.item .bottom-line:last-child {
    display: none;
}
.col-md-left .margin-image { 
	border: 1px solid #afafaf; 
}
.product-img-additional {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.item-product-image-box a .back {
	display: none;
}

.item-product-image-box a .front {
	-ms-transition: all 0.2s ease-in-out 0s; 
    -webkit-transition: all 0.2s ease-in-out 0s; 
	transition: all 0.2s ease-in-out 0s;
}
.products-list .item-product-image-box:hover a .front {
	-ms-transform: none; 
    -webkit-transform: none; 
    transform: none;
}
.item-product-image-box:hover a .front {
	-ms-transform: scale(1.5); 
    -webkit-transform: scale(1.5); 
    transform: scale(1.5);
}

.product-hover-box, 
.product-intification-box, 
.product-hover-box .detail_view {
    background-color: rgba(0, 0, 0, 0);
    bottom: 0;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.product-hover-box .quick-view a {
	background-color: transparent !important;
}
.item .product-hover-box .novaworks-quick-act a {
    background-color: transparent;
    color: #868176;
    display: inline-block;
    left: 50%;
    line-height: 25px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 60%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s ease-in-out 0s;
    width: 150px;
    text-transform: uppercase;
}
.slider-style-3 .item .product-hover-box .novaworks-quick-act a {
    background-color: transparent;
    color: #868176;
    display: inline-block;
    left: 50%;
    line-height: 25px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s ease-in-out 0s;
    width: 150px;
    text-transform: uppercase;
}

.item .product-hover-box .novaworks-quick-act a.act-add-to-wishlist{
    border: medium none;
    font-size: 18px;
    left: 91%;
    top: 5%;
    width: 37px;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    padding: 5px 12px;
}

.item .product-hover-box .novaworks-quick-act a.act-add-to-compare{
    border: medium none;
    font-size: 18px;
    left: 91%;
    top: 12%;
    width: 37px;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    padding: 5px 12px;
    display: none;
}
.slider-style-3 .item .product-hover-box .novaworks-quick-act a.act-add-to-compare{
    border: medium none;
    font-size: 18px;
    left: 91%;
    top: 38%;
    width: 37px;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    padding: 5px 12px;
}
.item .product-hover-box .novaworks-quick-act a.act-add-to-compare:hover,
.item .product-hover-box .novaworks-quick-act a.act-add-to-wishlist:hover{
    background-color: transparent!important;
    color: #FFF !important;
}
.item-product-image-box:hover .product-hover-box {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.item-product-image-box:hover .product-hover-box .novaworks-quick-act a{
    opacity: 1;
}
.slider-style-3 .item .product-hover-box .novaworks-quick-act a {
    line-height: 31px;
    margin: 0;
    opacity: 0;
}
.slider-style-3 .item-product-image-box:hover .product-hover-box .novaworks-quick-act a {
	opacity: 1;
}
.slider-style-3 a.act-wishlist {
    left: 0;
    top: 0;	
}
.slider-style-3 .item:hover a.act-wishlist {

}
.slider-style-3 a.add_to_cart_small {
    border: 1px solid !important;
    bottom: 0;
    color: red;
    font-size: 13px;
    left: 0;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 12px 25px;
    text-transform: uppercase;
}
.slider-style-3 .item .novaworks-quick-act {
    text-align: left;
}
.slider-style-3 .item:hover a.add_to_cart_small {

}
.slider-style-3 a.act-quickview {
    right: 0;
    top: 0;	
}
.slider-style-3 .item:hover a.act-quickview {

}
.slider-style-3 a.act-compare {
    bottom: 0;
    opacity: 1;
    right: 0;
}
.slider-style-3 .item:hover a.act-compare {

}
.item-product-image-box .cart-notification {
    background-color: #e9e9e9;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    font-size: 20px;
    height: 54px;
    left: 50%;
    line-height: 54px;
    margin-left: -26px;
    position: absolute;
    text-align: center;
    top: 85px;
    width: 54px;
}
.item-product-image-box .notification-message {
    color: #fff;
    font-size: 11px;
    left: 0;
    line-height: 16px;
    padding: 0 25px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 158px;
}
.item-product-image-box .product-hover-box .act-quickview-button {
    display: inline-block;
    font-size: 10px;
    height: 37px;
    left: 50%;
    letter-spacing: 2px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 39%;
    transition: all 0.3s ease-in-out 0s;
    width: 150px;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.item-product-image-box .product-hover-box:hover .act-quickview-button {
    opacity: 1;
}
.item-product-image-box .product-hover-box .act-quickview-button span {
    border: 1px solid #fff;
    display: inline-block;
    line-height: 25px;
    padding: 5px 17px;
    text-transform: uppercase;
    width: 150px;
}
.products-list .product-name a:hover { 
	text-decoration: none;
}
.f-fix .act-box .price-box {
    float: left;
    margin: 8px 60px 0 0;
}
.f-fix .price-box .old-price {
	padding: 5px 0;
}
.products-list .price-box {
    display: inline-block;
    float: left;
    margin: 10px 0 30px;
    text-align: left;
    width: 100%;
}
.products-list .price-box .price-sep {
    display: none;
    line-height: 20px;
    position: relative;
    top: -4px;
}
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc {
    margin-bottom: 27px;
    text-align: left;
}
.products-list .desc a.link-learn { color:#9b0e11}
.products-list .desc a.link-learn:hover { color:#999}

.products-list .btn-cart:hover {
	background-color: #F01C35;
	text-decoration: none;
}
.products-list .act-box .button {
    color: #fff ;
    line-height: 40px;
    padding: 0 15px;
    text-transform: uppercase;
}
.products-list .act-box .add-to-links li a {
    color: #fff ;
    display: inline-block !important;
    line-height: 40px;
    padding: 0 15px;
    text-transform: uppercase;
}
.products-list .act-box .button span span {
    font-size: 14px;
    text-transform: uppercase;
}
.products-list .act-box .add-to-links {
    float: right;
    margin: 0 13px 0 0;
}
.products-list .act-box .add-to-links li {
    display: inline-block;
    margin: 0 0 0 10px;
    line-height: 40px;
}
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
.act-box .add-to-links {
    float: left;
    margin: 27px 1px 0;
}
.act-box .add-to-links .separator { 
	font-size: 16px;
    font-weight: bold;
    left: 97px;
    position: absolute;
    top: -1px;
}
.quick-view-details .product-img-box {
	float: left;
	width: 45%;
}
.quick-view-details .product-shop {
	float: right;
	width: 52%;
}
.quick-view-details .owl-prev {left: 0;}
.quick-view-details .owl-next {right: 0;}
/* ======================================================================================= */
#addedoverlay { left:0; top:0; width: 100%; height: 100%; position:fixed; z-index:295; background: black; 
  opacity: .75;  filter: alpha(opacity=75);   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
}
#added { position: fixed; width: 348px; background-color: #fff; min-height:50px; background-repeat: no-repeat; background-position: center center; border:1px solid #acacac; border-top:none; z-index: 305; margin: 65px 0 0 100px; }
#added .added-content { text-align: center; padding: 15px; min-height:50px; border: #757575 solid 1px; border-top:#757575 solid 4px; }
#added img { margin:0 8px 13px 0; border:1px solid #efefef; width:60px; height:60px; }
#added a { padding: 6px 14px; margin: 0 0 0 7px; color:white; }
#added a:hover { text-decoration: underline; }
#added #hidewindow { background: #818181; margin:0; }
#added #hidewindow:hover { background: #818181; margin:0; text-decoration: underline; }
.product-view {
	overflow: hidden;
}
.product-view #added { margin: 20px 0 0 328px; }
.product-view .product-shop .price-box .old-price, #container2 .product-options-bottom .price-box .old-price {
	margin-right: 5px;
    margin-top: 5px;
}
.product-view .product-options-bottom .add-to-qty {
    display: inline-block;
    float: left;
    margin-right: 10px;
    position: relative;
}

/* Rating ========================================================================== */
.no-rating {
    margin: 0 0 20px;
}
.arw_tab_slider .rating-box {
	margin-bottom: 10px;
}
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; line-height: 14px; font-size: 14px;}
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.ratings {
	margin: 0 auto;
}
.rating-box {
    height: 17px;
    margin: 0 auto 10px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.rating-box .rating {
    float: left;
    height: 17px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.rating-box .rating:before {
    color: #e3ae1d;
    content: "\f005 \f005 \f005 \f005 \f005";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    letter-spacing: 1px;
    position: absolute;
    top: 0;
}

.ratings-table th,
.ratings-table td { 
	font-size: 11px; 
	line-height: 1.15; 
	padding: 5px 15px 
}
.ratings-table th {
    font-weight: bold;
    padding: 5px 15px;
}
.products-list .rating-box .rating {
	float: right;
}
.product-essential .rating-box {
    float: left;
    margin-bottom: 15px;
}
.add-to-links a i {
    font-size: 16px !important;
    margin-top: 3px !important;
}

.product-shop .add-to-links a i {
    font-size: 12px !important;
    margin-right: 10px;
    margin-top: 3px !important;
}
.product-box-left .add-to-box {
	display: inline-block;
}
.detail-l{
	color: #232323;
    font-size: 14px;
    text-transform: capitalize;
	padding-bottom: 30px;
}
.detail-d {
	color: #232323;
    font-size: 14px;
    text-transform: capitalize;
}
.product-essential .detail-l span{
	color: #505050;
    margin-left: 48px;
}

.novaworks-social-share span{
    color: #505050;
    font-size: 14px;
    margin-bottom: 20px;
}
/* Availability */
.detail-c {

}
.detail-c .detail-availability  p span{
	color: #ffcc00;
}
.availability {
    margin: 0 ;
}
.detail-availability {
	margin-top: 0;
}
.detail-availability p.in-stock span:after {
	/* background: url("https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/in-stock.png") no-repeat center center; */
    content: "";
    display: inline-block;
    height: 21px;
    position: absolute;
    width: 30px;
}
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/i_availability_only_?.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {}
.price-box span.price-sep {
	display: none !important;
	color: #202020;
	padding: 0 5px;
}
.price-box .price {
    line-height: 30px;
    padding: 0;
}

/* Regular price */
.regular-price { 
	color:#9b0e11; 
}
.socialToolBar .price-box { 
	display: block;
	position: absolute;
	top: 85px;
}
.socialToolBar .price-box .regular-price  .price { 
	color:#FFF; 
}
.regular-price .price {
    font-size: 22px;
    line-height: 30px;
}
.block .regular-price,
.block .regular-price .price { 
	font-size: 20px;
    line-height: 30px;
}
.socialToolBar .wishlist-compare {
	display: block;
	position: absolute;
	width: 210px;
	height: 20px;
	line-height: 20px;
	top: 149px;
	left: 5px;
}
.rating-product-box {
	text-align: center;
}
.rating-product-box .ratings {
    display: block;
}

/* Old price */
.old-price { display: inline-block; margin: 0 !important; }
.old-price .price-label { white-space:nowrap; color:#202020; }
.old-price .price {
	color: #cccccc; 
	text-decoration:line-through;
}

/* Special price */
.special-price {
    display: inline-block;
    margin: 0 10px 0 0 !important;
    padding: 0;
}
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price {
    color: #E33804;
    font-size: 22px;
    line-height: 30px;
}

/* Minimal price (as low as) */
.minimal-price {
	margin: 0;
	display: inline-block;
}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label { color:#999; }
.minimal-price-link .price {
    color: #202020;
    font-weight: normal;
}

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
.tier-prices li { line-height:1.4; background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label {
    color: #666666;
    float: left;
    font-weight: bold;
    line-height: 41px;
    margin-right: 5px;
}
.add-to-cart .qty {
    float: left;
}
.add-to-cart button.button { float:left; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box {
    margin: 0 0 30px;
}
.add-to-box .add-to-qty {
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
    position: relative;
}
.product-view .product-essential .btn-cart {
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 5px;
    width: 130px;
}
.product-view .product-essential .btn-cart span i {
	margin-right: 10px;
}
.product-view .product-essential .btn-cart:hover span i,
.product-view .product-essential .btn-cart:hover span span{
	color: #232323 !important;
}
.product-view .product-essential .btn-cart:hover{
	background-color: #fff !important;
	border: 1px solid #bea275 !important;
	color: #fff !important;
}
.product-view .product-essential .btn-cart span { 
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}
.add-to-box .add-to-cart {
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
}
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li .separator { display:none !important; }
.product-essential { 
	margin-bottom: 35px; 
}
.product-essential h2 { }

.product-collateral {
    margin-bottom: 70px;
}

#nova-product-detail-tab {
    color: #9b9b9b;
    font-size: 12px;
    line-height: 24px;
    padding: 60px 0 45px;
}
.product-essential .detail-d {
    padding: 0 0 30px;
}
.product-essential .detail-d  span{
	color: #505050;
    margin-left: 20px;
}
.short-description .std {
    color: #505050;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}
.product-collateral .box-collateral { margin:0 0 25px; }
.product-collateral .right-block {
	border-left: #dfdfdf solid 1px;
}
.product-essential .product-shop .right-block p {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
.product-collateral .right-block-inner{ margin-left: 20px;}
.limiter {float: right;}
.product-collateral .tabs-left .product-tabs {
	margin: 0;
}
/* Product Tabs */

.product-tabs {
    padding-bottom: 7px;
}

.product-tabs li {
    display: inline-block;
    font-size: 13px;
    line-height: 12px;
}
.product-tabs li.first { border-left:0; }
.product-tabs li.last { border-right:0; }

.product-tabs a {
    display: block;
    background-color: #f1f1f1;
    color: #808080;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 15px 20px;
    text-decoration: none;
}
.product-tabs a:hover, .product-tabs li.active a, .product-tabs li.active a:hover {
    background-color: #72AEBD;
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 15px 20px;
    text-decoration: none;
}

.product-tabs-content h2 { display:none; font-size:12px; font-weight:bold; }
.product-tabs-content { border-top: #dfdfdf solid 1px; }
.tabs-left {margin-bottom:-5px;}
.novaworks-social-share > p.label {
    color: #202020;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0 0 30px;
    padding: 0;
    text-transform: uppercase;
}

/* Product Images */
.product-view .product-img-box {position: relative;}
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image {
    margin: 0 0 20px;
    max-height: 500px;
    max-width: 470px;
    overflow: hidden;
}
.product-view .product-img-box .product-image #wrap #image-zoom{
    display: block;
    left: -65px;
    position: absolute;
    top: 0;
    width: 595px;
}
.product-view .product-img-box .product-image img {margin:0 auto;}
.product-view .product-img-box .product-image-zoom { position:relative; width:326px; height:370px; overflow:hidden; z-index:9; border: #e3e3e3 solid 1px;}
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; border: #e3e3e3 solid 1px;}
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views {
    margin: 0 -10px 20px;
    position: relative;
}
.product-view .product-img-box .more-views ul {margin: 0 auto;}
.product-view .product-img-box .more-views li { margin:5px 0; }
.product-view .product-img-box .more-views li .prev { float:left;}
.product-view .product-img-box .more-views li .next { float:right;}
.product-view .product-img-box .more-views li a { float:left; overflow:hidden;margin: 0 5px;}
.product-view .product-image {position: relative;} 
#itemslider-thumbnails .owl-controls {
	margin: 0;
}
#itemslider-thumbnails .owl-controls .owl-buttons {
    display: inline-block;
    opacity: 0;
    position: static;
    right: auto;
    top: auto;
}
#itemslider-thumbnails .owl-wrapper .owl-item div {
	margin: 0 10px;
}
#itemslider-thumbnails .owl-controls .owl-buttons div.owl-next {
    background-color: transparent;
    border-radius: 0;
    color: #202020;
    font-size: 26px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 32%;
}
#itemslider-thumbnails .owl-controls .owl-buttons div.owl-prev {
    background-color: transparent;
    border-radius: 0;
    color: #202020;
    font-size: 26px;
    left: 4px;
    margin: 0;
    position: absolute;
    top: 32%;
}
.product-view .product-image .zoom-image {
    bottom: 0;
    height: 20px;
    left: 0;
    margin: 5px;
    font-size: 18px;
    position: absolute;
    text-transform: uppercase;
    width: 20px;
    z-index: 999;
}
.more-view-title {font-size: 14px; font-weight: bold; margin: 5px 0;}
.right-block .right-block-inner .block-title {
	border-bottom: 1px solid #D4D4D4;
}
.right-block .right-block-inner h2 {
    border-bottom: 1px solid #363636;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: -1px;
}
.novaworks-social-share {
    display: inline-block;
    float: left;
    width: 100%;
}
.product-detail-1 .novaworks-social-share {
	margin-top: 20px;
}
.novaworks-social-share ul {
    border-bottom: 1px solid #ddd;
    display: inline-flex;
    margin: 20px 0 0 0;
    padding: 5px 0;
}
.novaworks-social-share ul li a {
    display: inline-block;
    float: left;
    font-size: 21px !important;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    width: 30px;
}
.product-name{
    text-transform: uppercase;
}
.novaworks-social-share ul li a:hover i{
	color: #fff !important;
}
.novaworks-social-share ul li a:hover{
	background-color: transparent;
	color: #fff;
}
.product-detail-1 .novaworks-social-share ul li a {float: left;}
.product-detail-1 .novaworks-social-share ul li.pinterest a {margin-right: 10px;}
.flexslider-related {margin: 0 auto;}
.flexslider-related .product-name {font-weight: bold;}
.related-slider-direction-nav {position: absolute; top:-19px; right:0}
.related-slider-direction-nav li {float: left; font-size: 15px;}
#related-product-table .product h3.product-name,#related-product-table .product .price-box {
	text-align: left;
}
#related-product-table .product h3.product-name {
    border-bottom: 1px solid #e2e2e2;
    margin: 0 0 8px;
    padding: 10px 0 12px;
}
#related-product-table .product .price-box p,#related-product-table .product .price-box p span,#related-product-table .product .price-box span span {
	margin: 0;
	padding: 0;
}
#related-product-table .product .price-box {
	margin: 0;
}
.product-shop .detail-availability p {
    color: #282828;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 0;
    position: relative;
    text-transform: capitalize;
}
.product-shop .detail-availability p.brand-code {
	margin-top: 5px;
}
.short-description{
    margin-bottom: 30px;
}
/* -------------------------------------------------------------- */
.itemslider-thumbnails .direction-nav {
}
.itemslider-thumbnails .direction-nav a.prev {
	position: absolute;
	display:block;
	width:21px;
	height:45px;
	position: relative;
	left: -6px;
    top: 25px;
	background-image: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/icon-hover1.png);
	background-repeat:no-repeat;
	background-color: #585858;
	cursor:pointer;
	text-decoration:none;
	text-indent:-999px;
	overflow:hidden;
	transition:			opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-moz-transition:	opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-transition:	opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-o-transition:		opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;	
	margin: 0 !important;
	
}
.itemslider-thumbnails .direction-nav a.next {
	position: absolute;
	display:block;
	width:21px;
	height:45px;
	position: relative;
	left: 291px;
    top: -20px;
	background-image: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/icon-hover1.png);
	background-repeat:no-repeat;
	background-color: #585858;
	cursor:pointer;
	text-decoration:none;
	text-indent:-999px;
	overflow:hidden;
	transition:			opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-moz-transition:	opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-transition:	opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-o-transition:		opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;	
	margin: 0 !important;
	
}
.socialToolBar .price-box {
	color: #FFF;
	max-width: 210px;
}
.socialToolBar .price-box .old-price {
	float: left;
	text-align: center;
	padding: 2px 8px 0 ;
}
.socialToolBar .price-box .special-price {
	float: left;
	text-align: center;
	padding: 0 5px;
}
.socialToolBar .price-box .old-price .price {
    color: #6a6a6a;
    font-size: 16px;
}
.socialToolBar .price-box .special-price .price {
    color: #FFF;
    font-size: 20px;
}
.slider-width-col5 { }
.itemslider-thumbnails .direction-nav a:hover { background-color:#333; }
.itemslider-thumbnails .direction-nav a.disabled { opacity:0.4; filter:alpha(opacity=40); cursor:default; }
.itemslider-thumbnails .direction-nav a.disabled:hover { background-color:#9b9b9b;}

.itemslider-thumbnails .direction-nav .prev {background-position: -1px -31px; }
.itemslider-thumbnails .direction-nav .prev:hover {background-color: #585858; }
.itemslider-thumbnails .direction-nav .prev.disabled:hover {background-color: #585858; }

.itemslider-thumbnails .direction-nav .next {background-position: -23px -31px; }
.itemslider-thumbnails .direction-nav .next:hover {background-color: #bbbbbb; }
.itemslider-thumbnails .direction-nav .next.disabled:hover {background-color: #9b9b9b; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }
.product-image-popup .button {
	height: 20px;
}
/* Product Videos */
.video-views ul li {
	float: left; 
	margin-left: 10px;
	margin-bottom: 10px;
}
/* Product Shop */
.home-content-container .main-container {
	border: none;
}
.home-content-container .filter-nav {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.home-content-container .filter-nav ul {
	margin: 0;
	padding: 0;
}
.home-content-container .filter-nav ul li {
	display: inline-block;
	float: left;
	list-style: none;
	margin-right: 20px;
}
.home-content-container .filter-nav ul li a {
    color: #363636;
    font-size: 18px;
    text-transform: uppercase;
}
#home-prime-fire {
    background: url("https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/prime-fire.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: block;
    height: 270px;
    margin-top: 20px;
    padding: 50px 0;
    width: 100%;
}
#home-prime-fire .prime-content {
	max-width: 740px;
	width: 100%;
	margin: 0 auto;
}
#home-prime-fire .prime-content h2 {
    color: #FFFFFF !important;
    font-size: 400%;
    font-weight: bold;
    line-height: 35px;
    margin: 0;
    padding: 20px 0;
}
#home-prime-fire .prime-content p {
    color: #FFFFFF;
    font-size: 160%;
    font-weight: normal;
    line-height: 25px;
}
.product-view .product-shop .out-of-stock span {
	background: red;
	padding: 5px;
	color: #fff;
}
.product-shop div.col-md-8 div.add-to-box {
    display: block;
    float: left;
    margin-right: 10px;
}
.product-shop .block-detail-other {
    display: block;
    float: left;
    margin: 0 0 15px;
    width: 100%;
}
.product-shop .block-detail-other span {
    margin-left: 5px;
    text-transform: uppercase;
}
.product-shop div.add-to-link, 
.product-options-bottom div.add-to-link {
    display: inline-block;
    float: left;
}
.product-shop div.add-to-link ul.add-to-links ,
.product-options-bottom div.add-to-link  ul.add-to-links {
    padding: 0;
    margin: 0;
}
.product-shop div.add-to-link ul.add-to-links li a, 
.product-options-bottom div.add-to-link ul.add-to-links li a {
    border: none !important;
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    margin-top: 20px;
    text-align: left;
    width: 110px;
}
.product-shop div.add-to-link ul.add-to-links li a:hover,
.product-options-bottom div.add-to-link ul.add-to-links li a:hover{
	background-color: transparent !important;
    color: #232323 !important;
}
.product-shop div.add-to-link ul.add-to-links li a:hover i, 
.product-options-bottom div.add-to-link ul.add-to-links li a:hover i {
	color: #232323!important;
}
.product-options-bottom div.add-to-link ul.add-to-links li a:hover .fa-exchange,
.product-options-bottom div.add-to-link ul.add-to-links li a:hover  .fa-heart-o {
	color: #232323 !important;
}
.product-view .product-shop .short-description {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    clear: both;
    line-height: 24px;
    margin: 0 0 30px;
    padding: 20px 0;
}
.block_detail_product_page_2 p {
	font-size: 12px;
	text-align: left;
}
.product-view ul.add-to-links li:last-child a {
	margin-right: 0!important;
}
.product-view .product-shop .price-box {
    margin: 10px 0 20px;
}
.product-view .product-shop .add-to-links { margin:10px 0 0 0; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a {text-transform: uppercase; }
.product-view .product-shop .add-to-links a.link-wishlist {

}


/* Product Block Right */
.product-view .product-block-right {
	float: right;
	width: 23.6%;
}
/* Product Options */
#product-options-wrapper {
	padding: 0;
}
#product-options-wrapper dd div.input-box {
	border: 1px solid #e9e9e9;
	padding: 5px 0;
}
.product-options {padding:10px 0 20px; position:relative;}
.product-options dt { padding:10px 0 0; font-weight:normal; text-transform: uppercase; }
.product-options dt label {
    color: #363636;
    font-weight: bold;
}
.product-options dt label.required em {
    color: #EB340A;
    margin-right: 5px;
}
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 0 10px;}
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label {
    font-weight: normal;
    margin-top: 5px;
}
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required {
    position: absolute;
    right: 20px;
    top: 10px;
}

.product-options-bottom {}
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .price-box .price {
	line-height: 31px;
}
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart {
    float: left;
    margin-right: 5px;
}
.product-shop .product-options-bottom {
    margin: 0 0 25px;
}
.product-shop .product-options-bottom .price-box { float:left; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label {
    display: block;
    font-weight: 400;
    margin: 0 0 5px;
}
.product-view .box-tags .form-add .input-box {
    float: left;
    max-width: 305px;
    width: 100%;
}
.product-view .box-tags .form-add .input-box input {
	padding: 9px 3px;
	float: right;
}
.product-view .box-tags .form-add input.input-text {
    box-shadow: none;
    width: 100%;
}
.product-view .box-tags .note {
    margin: 3px 0 0;
    padding: 0;
}
.product-view .box-tags .form-add { margin: 10px 0 0; }
.product-view .box-tags .form-add button {
    line-height: 36px;
    padding: 0 15px;
}
/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt {
    font-weight: normal;
    margin-bottom: 15px;
}
.product-view table.ratings-table {
	margin-bottom: 10px;
}
.product-view .box-reviews dt h3 { font-size: 1.5em;text-transform: none; font-weight: normal;}
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px;padding:0 0 15px; border-bottom: 1px dashed #ddd;}
.product-view .box-reviews dd small { font-style:italic; color: #AAAAAA;}
.product-view .box-reviews h3, .product-view .box-reviews h4 {text-transform: none;}
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */
.product-detail-1 .product-shop .row { border-left: #ddd solid 1px;}
.product-detail-1 .product-collateral {padding-top:0;}
/* Content Styles ================================================================= */
#super-product-table {
	margin: 0 0 30px;
}
#super-product-table colgroup > col {
	width: 40%;
}
#super-product-table colgroup > col:first-child {
	width: 50%;
}
#super-product-table colgroup > col:last-child {
	width: 10%;
}
#super-product-table input.input-text, #super-product-table textarea {
    border: 0;	
    text-align: center;
}
.block-content-inner .product-name {
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
}

.header-container-1 .block-content-inner .product-name {
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}
.mini-cart {
	border: #F0F0F0 solid 1px;
	border-bottom: 0;
	border-top: 0;
}
.mini-cart .block-content-inner .actions span {
	float: none;
}

.sidebar .old-price {
	padding-right: 7px;
}
#recently-viewed-items {
	margin: 0;
}
#recently-viewed-items .product-img {
    float: left;
    margin: 0 10px 0 0;
    max-width: 75px;
    padding: 0;
    width: 100%;
}
#recently-viewed-items .recently-viewed-content {
	float: left;
	max-width: 170px;
}
#recently-viewed-items .product-name {
    float: left;
    font-size: 12px;
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}
#recently-viewed-items .price-box {
    float: left;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}
.recently-viewed-items .product-name a { text-align: left; }
.product-detail-1.product-view .product-essential .product-name h1 {
	padding: 0;
	margin: 10px 0;
	text-transform: uppercase;
}
.product-view .product-essential #qty {
    background-color: transparent;
    border: 1px solid #d4d4d4;
    color: #d4d4d4;
    display: inline-block;
    float: left;
    font-size: 15px;
    height: 45px;
    padding: 0 15px;
    text-align: center;
    width: 45px;
}
.product-view .product-name h1 {
    font-size: 16px;
    line-height: 36px;
    margin: -3px 0 15px;
}
.product-view .no-rating a {
    display: inline-block;
    font-size: 12px;
    line-height: 10px;
}

/* Product Tags */
.tags-list { 
	display:block; 
	font-size:13px;
	text-align: justify;
}
.tags-list li a {line-height: 25px;}

.tags-list li {
    display: inline-block !important;
    line-height: 35px;
    margin-bottom: 10px;
}

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}
.cms-index-index .main-container, .cms-index-index .breadcrumbs-container {border: 0 !important;}
/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */

.btn-update {
	padding-left: 28px;	
}

.btn-continue {
	padding-left: 28px;	
}
.btn-continue:hover {
	color: #9b0e11;
}

#shopping-cart-table button.button {
    background-color: transparent !important;
    padding: 0;
}

#shopping-cart-table button.button span span {
	padding: 0 10px;
}

#shopping-cart-table .product-image img {
	/* 	border: 1px solid #E9E9E9; */
}

#co-billing-form ul.form-list label,
#shipping-new-address-form ul label {
    margin: 15px 0 5px;
    padding: 0;
}
#co-billing-form ul.form-list li.control label {
    margin: 2px 0 0;
    padding: 0;
}
#co-billing-form ul.form-list label.required em {
    color: #eb340a;
    float: right;
    font-size: 12px;
    font-style: normal;
}
#co-billing-form ul.form-list, 
#shipping-new-address-form ul,
#co-shipping-form ul.form-list {
    font-size: 11px;
    margin: 0;
    text-transform: uppercase;
}
#billing-new-address-form label {
	color: #9b9b9b;
}
#billing-new-address-form .field div.input-box,
#billing-new-address-form .wide div.input-box,
#billing-new-address-form .fields div.input-box,
#shipping-new-address-form ul .input-box {
    clear: both;
    float: left;
    width: 50%;
}
#billing-new-address-form .field div.input-box input,
#billing-new-address-form .wide div.input-box input,
#billing-new-address-form .fields .validate-select,
#shipping-new-address-form ul .input-box input,
#shipping-new-address-form ul .input-box .validate-select {
    width: 100%;
}
#checkout-step-shipping ul.form-list li.control label {
    font-size: 12px;
    margin: 4px 0 0;
    padding: 0;
}
#co-payment-form dl dt input {
    float: left;
    margin-right: 10px;
}
#co-payment-form dl dt label {
    float: left;
}
#payment_form_ccsave li {
    display: block;
    font-size: 11px;
    margin: 0 0 15px;
    text-transform: uppercase;
    width: 50%;
}
#payment_form_ccsave li label {
    float: left;
    margin: 0 0 10px;
    padding: 0;
}
#payment_form_ccsave li div.input-box {
    clear: both;
    float: left;
    width: 100%;
}
#payment_form_ccsave li div.input-box input {
    padding: 0 0 0 10px;
    width: 100%;
}
#payment-buttons-container p.back-link {
    float: right;
    margin: 0;
}
#payment-buttons-container p.back-link a {
    font-size: 12px;
    line-height: 40px;
    text-decoration: underline;
}
#payment-buttons-container button.button {
    clear: none;
    float: left;
    margin: 0;
}
#checkout-review-table {
    font-size: 12px;
    width: 100%;
}
#checkout-review-table caption,
#checkout-review-table th,
#checkout-review-table td {
	text-align: left;
}
#checkout-review-table thead th:first-child {
	text-align: left;
	padding: 0 15px;
}
#checkout-review-table thead th:first-child h3 {
	color: #949494 !important;
}
.box-up-sell .cart-accordion-heading {
    background: url("https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/bg-border-center.png") repeat-x scroll 100% 100% transparent;
}
.box-up-sell .cart-accordion-heading a.cart-accordion-toggle {
    border-color: #363636 !important;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px;
    color: #363636 !important;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    padding-bottom: 5px;
    text-decoration: none;
    text-transform: uppercase;
}

.block_detail_right {
	text-align: right;
}
.cart-accordion-heading .cart-accordion-toggle {
    display: block;
    font-size: 15px;
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;
}
/* Checkout Types */
.cart .page-title .checkout-types li { float: right; margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; margin: 0; }
.cart .title-buttons .checkout-types li { float:left; margin: 0; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }
.cart .cart-collaterals .box-up-sell {margin-top: 20px;}
.cart .cart-collaterals .box-collateral {
    border-bottom: 1px solid #D5D5D5;
    margin-top: 20px;
    padding-bottom: 10px;
}

/* Shopping Cart Table */
.cart-table th { padding:10px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name { margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }
/*style count down*/
.calccountdown {
    left: 50%;
    position: absolute;
    top: -35px;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
/* Shopping Cart Collateral boxes */
.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */

.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .input-box {
    float: left;
    margin: 8px 0 0;
    padding: 0 10px;
    width: 100%;
}
.cart .discount input.input-text { width:100%; }
.cart .discount .buttons-set {
    float: right;
    margin-right: 10px;
    margin-top: 8px;
}
.cart .shipping h2 {}
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/bkg_divider1.gif) 0 0 repeat-x; }
.cart .shipping input.input-text, .cart .shipping select {width: 100%;}
/* Shopping Cart Totals */
.cart .totals {
    background-color: transparent;
    border: 1px solid #e9e9e9;
    margin-bottom: 20px;
    width: 100%;
}
.cart .totals table { width:100%; }
.cart .totals td { padding: 25px 0px 1px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td {
    padding-bottom: 15px;
    padding-top: 25px;
}
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:12px; }
.cart .totals .checkout-types {
    float: right;
    font-size: 13px;
    text-align: left;
}
.cart .totals .checkout-types li { clear:both; margin:10px 0;}
#shopping-cart-totals-table caption, #shopping-cart-totals-table th, #shopping-cart-totals-table td {
    border: 0;
}
#shopping-cart-totals-table .a-right strong {
    color: #202020;
    font-size: 20px;
    font-weight: normal;
    margin-left: 15px;
    text-transform: uppercase;
}
#shopping-cart-totals-table .a-right strong span.price {
    font-size: 20px;
}

#shopping-cart-totals-table td.a-right {
    color: #9b9b9b;
    font-size: 14px;
    text-transform: uppercase;
}

#shopping-cart-totals-table td.a-right .price {
    color: #9b9b9b;
    font-size: 14px;
}

.totals ul.checkout-types li {
	float: right;
}

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { display: none; cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
#product-review-table { 
	width: 100%;
}
#product-review-table > colgroup > col { 
	width: 16.6666%;
}
#product-review-table th {
    padding: 10px 0;
    text-align: center;
}
#product-review-table input.radio {
    display: inline-block;
    margin: 20px 0 0;
}
#product-review-table .label { padding: 19px !important;}
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* Shipping and Payment methods */
#checkout-step-billing div.input-box {
	width: 100%;
}
#checkout-step-billing div.input-box input.input-text,
#checkout-step-billing div.input-box .validate-select {
	width: 100%;
	border: 1px solid #e9e9e9;
}
#co-shipping-method-form .control .checkbox {
	float: left;
    margin-top: 2px;
}
#checkout-shipping-method-load input.radio {
	margin-top: 0;
}
#co-shipping-method-form .control label {
	float: left;
}
.sp-methods dt {
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 40px;
}
.sp-methods dd li {
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    padding-left: 44px;
}
.sp-methods dd ul {
	margin: 0;
}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this {
    clear: both;
    cursor: help;
    display: none;
    float: left;
    font-size: 11px;
    margin-top: 10px;
}

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements { padding:0 60px 20px; }
.checkout-agreements li { margin:0 0 20px; }
.checkout-agreements .agree { margin-top: 5px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; }
.opc .checkout-agreements { padding:20px 40px; }

.checkout-agreements .agreement-content { max-height:250px; overflow:auto; padding-right:30px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

/* Generic Info Set */
/* For more styles see Multiple Addresses Checkout */
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */
.l-no-space {
    float: left;
    margin-right: 50px;
    max-width: 365px;
    width: 100%;
}
.l-no-space .nova-bd p {
    color: #9b9b9b;
    font-size: 12px;
    margin-bottom: 25px;
}

.r-no-space {
    float: left;
    max-width: 365px;
    width: 100%;
}
.l-no-space .nova-bd {
    border: 1px solid #e6e6e6;
    padding: 20px 15px 15px;
}

/* Other */
.block-progress .block-title strong {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.block-progress .block-content { background:none; padding:0; margin-top:10px; border:none; }
.block-progress dt {
    background: url("https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/checkout-progress.png") no-repeat 0 50%;
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
    margin: 0 0 5px;
    padding: 6px 0 6px 20px;
}
.block-progress dd {
	line-height:15px;
	border-top:0 none;
    margin:0 0 6px;
    padding: 10px 20px;
}
.block-progress dt.complete { background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/checkout-progress.png) 0 9px no-repeat; }
.block-progress dt.complete .separator {}
.block-progress dt.complete a { font-weight:normal; }
.block-progress dd.complete {}
.block-progress p { margin:0; }

.checkout-onepage-index .main {
	padding-bottom: 135px;
}
.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required {
    display: none;
    margin: 0;
    padding: 0 0 10px;
}
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:28px; line-height:28px; }
.opc .ul { }

.opc { 
	position:relative; 
	margin: 30px 0 0 0;
}
.opc .section { margin:0 0 10px; padding:0; }
.opc .step-title .number {
    background-color: #d2d2d2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    color: #fff;
    float: left;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    width: 30px;
}

.opc .step-title h2 {
    color: #9b9b9b !important;
    float: left;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
}
.opc .step-title a {
    display: none;
    float: right;
    font-size: 12px;
    margin-top: 6px;
    text-decoration: underline;
}

.opc .section.allow { cursor:pointer; }
.opc .section.allow.active {
    cursor: auto;
    padding-top: 30px !important;
    padding-bottom: 75px !important;
}
.opc .allow .step-title h2 {}
.opc .allow .step-title a { display:block; }

.opc .active .step-title {
    overflow: hidden;
}
.opc .active .step-title .number {
    background-color: #202020;
    color: #fff;
}
.opc .active .step-title h2 {
	color: #202020 !important;
}
.opc .active .step-title a { display:none; }

.opc .step { margin-top:10px; position:relative; }
.opc .step .tool-tip { right:30px; }
#opc-login .nova-bd ul.form-list,
#opc-login .nova-bd .buttons-set {
    margin: 0 0 20px 30px;
}
#opc-login .nova-bd ul.form-list li.control { 
	margin-bottom: 15px;
}
#opc-login .nova-bd ul.form-list li.control label { 
    font-size: 12px;
    line-height: 22px;
    margin: 0;
    padding: 0;
}
#opc-login .nova-bd ul.ul li {
    font-size: 12px;
    margin-bottom: 10px;
    padding-left: 15px;
}
#opc-login .nova-bd ul.ul li:before {
    content: "";
    font-family: FontAwesome;
    left: -14px;
    position: relative;
}
#opc-login .f-no-space .nova-bd h4 {
    color: #202020;
    font-size: 12px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
#login-form ul.form-list li .input-box {
    border: 1px solid #e9e9e9;
    display: inline-block;
    width: 100%;
}
.nova-bd{
	border: 1px solid #e8e8e8;
}
.nova-bd #login-form ul.form-list li .input-box {
    width: 95%;
	border: 1px solid #e9e9e9;
}
.nova-bd .buttons-set button.button {
    margin: 20px 17px 0;
}
#opc-login .col-1 {}
#opc-login .col-2 {}
#opc-login h3 { margin-top:10px; }
#opc-login h3 {
    font-size: 12px;
    font-weight: normal;
    padding: 0 0 7px;
    text-transform: uppercase;
}
#opc-login h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}
#opc-login .r-no-space h3 {
    margin-bottom: 15px;
}

#opc-login .form-list {
    margin: 15px 0 0;
}
#opc-login .form-list li { margin:0 0 3px;}
#opc-login .buttons-set { padding:0; border:0;}
#opc-login .buttons-set .f-left { 
	font-size: 12px;
}

.opc .gift-messages-form { border:1px solid #e5e5e5; border-width:1px 0;}
.opc .gift-messages-form .inner-box { overflow:visible; }

#opc-review .step { padding:0; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { border:0; padding:15px 0; }
#opc-review .buttons-set p {
    float: right !important;
    font-size: 12px;
    line-height: 35px;
    margin: 0;
    padding-right: 15px;
}
#review-buttons-container button.button {
    clear: none;
    margin-top: 0;
}
#opc-review .buttons-set .please-wait { height:28px; line-height:28px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }
.opc-block-progress {
    margin-bottom: 15px;
    margin-top: 100px;
}
#checkout-step-review {
    padding: 20px;
}
#checkout-review-load {

}
#checkout-step-review #checkout-review-table {
    margin-top: 30px;
}
#checkout-step-review #checkout-review-table thead {
	margin-bottom: 25px;
}
#checkout-step-review #checkout-review-table thead th.a-center,
#checkout-step-review #checkout-review-table tfoot td.a-right {
    padding: 0 15px 15px;
}
.checkout-inner {
    border: 1px solid #e9e9e9;
    overflow: hidden;
    position: relative;
}
.checkout-inner .checkout-content {
    bottom: 0;
    left: 15px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 75px;
}
.checkout-inner .checkout-content h2.title {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-align: left;
}
.checkout-inner .checkout-content p {
    color: #9b9b9b;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 60px;
    padding-top: 3px;
}
.checkout-inner .checkout-content a {
    background-color: #f14509;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    line-height: 26px;
    padding: 0 10px;
}
.checkout-inner .checkout-content a span {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}


/* Common styles for: Multiple Addresses Checkout and Generic Info Set
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.multiple-checkout h2,
.info-set h2 { font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4,
.info-set h3,
.info-set h4 { font-size:15px; font-weight:bold; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a,
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-size:12px; font-weight:normal; }

.multiple-checkout .data-table .product-name,
.info-set .data-table .product-name { font-size:13px; margin:0 0 5px; }
.multiple-checkout .col2-set h2.legend,
.info-set h2.legend { font-weight:normal; }
.multiple-checkout .col2-set h3.legend,
.info-set h3.legend { color:#ce001a; margin:0 0 10px; }
.multiple-checkout .col2-set .divider,
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box,
.info-set .box { margin:0 0 15px; }

.i-add-this{
	padding: 10px 0;
}


/* Multiple Addresses Checkout
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.checkout-progress { padding:0 110px; margin:-11px 0 25px; }
.checkout-progress li { float:left; width:19%; margin:0 1px 0 0; padding-top:5px; border-top:10px solid #d5d5d5; text-align:center; color:#bbb; }
.checkout-progress li.active { border-top-color:#ce001a; color:#ce001a; }

.multiple-checkout .page-title { border-bottom:1px solid #e5e5e5; padding-bottom:5px; }
.multiple-checkout .buttons-set { border-top:1px solid #e5e5e5; margin-top:40px; padding-top:15px; }

/* Styles similar to cart-table */
.multiple-checkout .data-table thead tr { border-bottom:1px solid #bbb; }
.multiple-checkout .data-table thead th { padding:10px; font-weight:normal; }

.multiple-checkout .gift-messages { margin:15px 0 0; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }

.multiple-checkout .col2-set .col-1 { width:32%; }
.multiple-checkout p.actions { margin-bottom:10px; }

.multiple-checkout .place-order .please-wait { margin-top:10px; }
.multiple-checkout .place-order .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:20px; }

/* Step 1 */
#multiship-addresses-table td { padding:10px; }

/* Step 2 */
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #e5e5e5; padding:15px; margin-bottom:0; position:relative; }
/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { background:#faf7ee url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/bkg_login-box.gif) 0 0 repeat-x; border:1px solid #bbb6a5; border-bottom:0; }
.account-login .content h2 { 
	color: #545454; 
	font-weight:normal; 
	font-size:13px; 
	margin:0 0 14px; 
	padding:0 0 5px 23px; 
	background-position:0 1px; 
	background-repeat:no-repeat; 
	text-transform: uppercase;
}
.account-login .new-users {
    height: 100%;
    min-height: 395px;
    position: relative;
}
.account-login .new-users h4.lined-heading,
.registered-users h4.lined-heading { 
	text-align: left;
}
.account-login .new-users h2 { background-image:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/i_page1.gif)}
.account-login .registered-users {

}
.account-login .registered-users {
	/*background: #F7F7F7;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	/*box-shadow: 0 11px 5px -10px rgba(0,0,0,0.3);*/
}
.account-login .registered-users .content {
	border:0;
}
.account-login .registered-users h2 { background-image:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/i_page2.gif); }
.account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:0; background:#dee5e8 url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/bkg_buttons-set1.gif) 0 0 repeat-x; }
.account-login .buttons-set button.button {margin-left: 0;}


/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account {
	margin-top: 30px;
}
.my-account .customer-name .name-firstname {
	margin-bottom: 10px;
}
.my-account .form-list .input-text {
	width: 100%;
}
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg {
    clear: both;
    display: block;
    margin: 0 0 10px 0;
    position: relative;
}
.dashboard .welcome-msg p {
    color: #232323;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
}
.dashboard .col2-set { margin: 0 20px 20px; }

/* General Box */
.box-account { padding:15px; margin: 0 0 20px; }
.box-account .box-head {
    background: none repeat scroll 0 0 #FAFBFC;
    border-bottom: 1px solid #E5E5E5;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 15px 20px;	

}
.box-account .box-head a {
    line-height: 32px;
    padding: 8px 15px;	
}
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; padding-left:21px;}

.dashboard .box .box-title {padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3 {
	float: left;
	font-size: 1.25em;
	font-weight:normal; margin:0;
	text-transform: uppercase;
}
.dashboard .box .box-title h4 { float:left; font-size:1.1em; font-weight:normal; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 {
    margin-right: 10px;
}

/* Block: Account Information */
.dashboard .box-info .box-head h2 {}
.dashboard .box-info h4 { font-size:1.1em; font-weight:normal; text-transform:none; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {}
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 {}
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item {border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { background:#fff; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date {padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */

.pading-top-bottom-10 {
	padding: 10px 0;
}
.footer-container .footer-aditional .pading-top-bottom-20 { 
	padding: 20px 2px;
}
.block-bottom-right { float: left;}
.guest-select {width:305px !important;}
.demo-block-place {
	border: 2px dashed #E5E5E5;
    color: #999999;
    padding: 5px;
}

.novaworksshop-static-block-box {
    background-color: #f4f4f4;
    display: block;
    padding: 20px;
    margin: 10px 0;
    text-align: center;
}
.novaworksshop-static-block-box p {font-size: 18px;}
.novaworksshop-static-block-box .focus {
	color: #9B0E11;
	text-transform: uppercase;
}
.novaworksshop-static-block-box .button {float: none;}
.static-slider-content h1.centered {
    margin: 0 auto;
    max-width: 980px;
    text-align: center;
    color:#FFF;
    font-size: 32px;
    line-height: 1.5em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
}

.top-header-container .block-top-call-us {
	display: inline-block;
    float: left;
}

.top-header-container .block-top-call-us p {
	color: #FFFFFF;
    float: left;
    font-size: 10px;
    line-height: 35px;
    margin: 0;
    text-transform: uppercase;
}

.top-header-container-1 .block-top-call-us p {
	color: #363636 !important;
}

.header .i-header-content .nova-mgt-header-social-icons {
    position: relative;
    right: 0;
    top: 0;
}

.header-container-1 .header-1 .i-header-content .nova-mgt-header-social-icons {  
    position: relative;
    right: 0;
    top: -85px;
}

.header-container-1 .header-1 .i-header-content .nova-mgt-header-social-icons ul li {
	border: 1px solid #EAEAEA;
    height: 28px;
    width: 28px;
    margin-left: 10px;
}

.header-container-1 .header-1 .i-header-content .nova-mgt-header-social-icons ul li a {
	color: #a8a8a8;
}

.header-container-1 .header-1 .welcome-msg {
	text-transform: uppercase;
	font-size: 10px;
}

.header-container ul#nav {
    position: relative;
    z-index: 1000;	
}

.block-layered-nav  .block-content dl {
	margin: 0;
}

.header .i-header-content .nova-mgt-header-social-icons ul li {
    background-color: #444444;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    float: left;
    height: 23px;
    margin-left: 5px;
    position: relative;
    right: 0;
    top: 0;
    width: 23px;
}

.header .i-header-content .nova-mgt-header-social-icons ul li a {
	color: #363636;
	font-size: 16px;
}

.header .i-header-content .nova-mgt-header-social-icons ul li a i {
    bottom: -1.3px;
    color: #FFFFFF;
    font-size: 14px;
    height: 20px;
    left: 1.3px;
    margin: 0;
    position: absolute;
    width: 20px;
}

ul#accordion-slider{
 margin: 0;
 padding: 0;
 list-style: none;
 position: relative;
}
ul#accordion-slider li{
 display: block;
 overflow: hidden;
 padding: 0;
 float: left;
 width: 230px;
 height: 300px;
}
#twitter_update_list {
    font-size: 12px;
    margin: 0;
    text-align: left;
}
#twitter_update_list li {
    border-bottom: 1px solid #545454;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#twitter_update_list li .created {
	padding-left:40px;
	color: silver;
}
#twitter_update_list + .follow-link {
	padding-left:40px;
}
.pages {
	float: right;	
}
.pages ol {
	display: block;	
}
.pages ol li {
    border: 1px solid #dddddd;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 31px;
    margin-left: 10px;
    text-align: center;
    border-radius: 100px;
    width: 35px;
    height: 35px;
}
.pages ol li:hover {
	background: #00b06c;
}
.pages ol li:hover a,
.toolbar .pages ol li:hover a i {
	color: #FFF !important;
}
.pages ol li.current {
    background-color: #00b06c;
    border: 1px solid #00b06c;
    color: #FFF;
    border-radius: 100px;
    width: 35px;
    height: 35px;
}
.pages ol li.current span {
    font-size: 12px;
    line-height: 30px;
    padding: 0 14px;
    text-decoration: none;
}
.pages ol li a {
    font-size: 12px;
    font-weight: normal;
    line-height: 31px;
    padding: 0 13px;
    text-decoration: none;
}
.i-previous {
	line-height: 28px !important;
}
.i-next {
	line-height: 28px !important;
}
.pages ol li a i.icon-right-open-3 {
    margin: 0 0 0 5px;
    font-size: 10px;
}

.pages ol li a i.icon-left-open-3 {
    font-size: 10px;
    margin: 0 5px 0 0;
}

/* 3 Banner ================================================================================ */

.home-custom-block {
    border-bottom: 5px solid #F6F6F6;
    margin: 0 auto;
    max-width: 1920px;
    padding-bottom: 35px;
    width: 100%;
}

.home-custom-block .home-custom-banner {
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
}

.home-custom-block img {
	text-align: center;
}

.f-no-space-m-left .home-banner {
	float: left;
    max-width: 375px;
    text-align: left;
}

.f-no-space-m-center .home-banner {
    max-width: 375px;
    text-align: left;
    margin: 0 auto;
}

.f-no-space-m-right .home-banner {
    float: right;
    max-width: 375px;
    text-align: left;
}

.home-banner .title {
    color: #202020;
    font-size: 22px;
    font-weight: normal;
    padding: 5px 0 0;
    text-transform: none;
}

.home-banner .custom_content {
    color: #363636;
    font-size: 12px;
    min-height: 84px;
    padding-bottom: 30px;
}

.home-banner .view-more {
    cursor: pointer;
    height: 44px;
    line-height: 42px;
    text-align: center;
    width: 165px;
}

.home-banner .view-more a {
    color: #FFFFFF !important;
    font-size: 18px;
    text-transform: uppercase;
}
/* Responsive Tab ============================================================================= */
.resp-tabs-list {
    list-style: none;
	margin: 0;
}
.resp-tabs-list li a {
    color: #232323;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 14px;
	font-weight: 700;
    line-height: 12px;
    margin-right: 15px;
    padding: 15px 0;
    text-transform: uppercase;
	position: relative;
	transition:			color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
	-moz-transition:	color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
	-webkit-transition:	color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
	-o-transition:		color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
}
.resp-tabs-list li.resp-tab-active a{
    border-top: 2px solid #bea275;
    border-bottom: 2px solid #bea275;
}

.resp-tabs-container {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    clear: left;
    padding: 10px;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
}
.resp-tabs-list li{
	background-color: #f5f6f7;
}
/*.resp-tabs-list li.resp-tab-active > a {
    margin-top: 0;
    padding-bottom: 15px;
    position: relative;
}
.resp-tabs-list li.resp-tab-active > a:before{
	background-color: #232323;
    content: "";
    display: block;
    height: 4px;
    left: -1px;
    position: absolute;
    top: -4px;
    width: 100%;
}
.resp-tabs-list li.resp-tab-active > a:after{
	background-color: #232323;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    right: -1px;
    top: -4px;
    width: 100%;
} 
.resp-tabs-list li:hover, .resp-tab-active {
    text-decoration: none;
	transition-duration:			200ms;
	-moz-transition-duration:		200ms;
	-webkit-transition-duration:	200ms;
	-o-transition-duration:			200ms;
	color: #ffcc00 !important;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}
*/
h2.resp-accordion {
    line-height: 2.7777em;
    margin: 0;
    padding: 20px 10px;
    line-height: 1.3em;
    font-size: 19px;
    font-weight: 600;
    color: #111;
    border-bottom: #ddd solid 1px;
}

h2.resp-tab-active {
    margin-bottom: 0px !important;
    padding: 0 10px !important;
}

h2.resp-tab-title:last-child {
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}

.resp-arrow {

}

h2.resp-tab-active span.resp-arrow {

}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #fff !important;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
}

.resp-easy-accordion .resp-tab-content:last-child {
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}
#advanced-search-list li {
	margin-bottom: 10px;
}


/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}
.collapsible .mobile-coll-arrow {
    cursor: pointer;
    display: block;
    line-height: 28px;
    position: absolute;
    right: 0;
    top: -7px;
    width: 28px;
    color: #fff;
    border: #fff solid 1px;
    text-align: center;
    font-size: 16px;
}
/* Footer Info ================================================================================ */
.footer-info-container {
	background-color: #262626;
}

.footer-info-top .footer-info { 
    margin: 20px auto 30px;
    max-width: 900px;
    width: 100%;
}

.footer-info-top .footer-info i {
    color: #A1A1A1 !important;
    font-size: 28px;
    margin-top: 30px;
    text-align: center;
}

.footer-info-top .footer-info ul { 
	display: inline-block;
	float: left;
    margin: 0;
    padding: 0;
}

.footer-info-top .footer-info ul li {
	display: block;
    text-align: left;
}

.footer-info-top .footer-info ul li a {
    color: #808080;
    font-size: 11px;
    text-align: left;
}

.footer-aditional h4 {
    display: inline-block;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 40px;
    text-transform: uppercase !important;
}

/* ======================================================================================= */
.footer-info-container .footer-info {
    margin: 0 auto;
    max-width: 1170px;
    padding-top: 30px;
    width: 100%;
}

.footer-info-container .footer-info .nova-footer-info {
    display: block;
    margin: 0;
    padding: 0 0 20px 0;
}

.footer-info-container .footer-info .nova-footer-info .nova-footer {
    display: block;
    margin: 0;
    padding: 0;
}

.footer-info-container .footer-info .nova-footer-info .nova-footer-box1 {
    margin: 0 30px 0 0;
    padding: 0;
}

.footer-info-container .footer-info h2.block-title {
    color: #FFFFFF !important;
    font-size: 13px;
    text-align: left;
}


.footer-info-container .footer-info .nova-footer-info .nova-footer-box1 p.view-more {
	padding-top: 15px;
}

.footer-info-container .footer-info .nova-footer-info .nova-footer-box1 p.view-more a {
    background-color: #777777;
    color: #FFFFFF !important;
    font-size: 12px;
    padding: 8px 19px;
    text-transform: uppercase;
}

.footer-info-container .footer-info .nova-footer-info .nova-footer-box2 {
    margin: 0 30px 0 0;
    padding: 0;
}


.footer-info-container .footer-info .nova-footer-info .nova-footer-box2 .col-md-5 {
	margin: 0px;
	padding: 0px;
}

.footer-info-container .footer-info .nova-footer-info .nova-footer-box2 .col-md-7 h2.title {
    font-size: 13px;
    line-height: 15px;
}

.footer-info-container .footer-info .nova-footer-info .nova-footer-box2 .col-md-7 p.post {
    border-bottom: 1px solid #545454;
    font-size: 10px;
    margin: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.footer-info h2.title,.footer-info h2.title a,.footer-aditional h4 {
	color: #FFFFFF !important;
}

.footer-info-container .footer-info .nova-footer-info .nova-footer-box2 .col-md-7 p.content {
	font-size: 12px;
    padding-top: 10px;
}

.footer-info-container .footer-info .nova-footer-info .nova-footer-box3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}

.footer-info-container .footer-info .nova-footer-info .nova-footer-box3 .nova-title {
    margin-bottom: 10px;
    padding: 0 5px;
}


.footer-info-container .footer-info .nova-footer-info .nova-footer-box3 .nova-distance {
	margin: 0;
	padding: 0;
}

.footer-info-container .footer-info .nova-footer-info .nova-footer-box3 .nova-distance .nova-img {
	margin: 0;
	padding: 5px;
}

/* Footer ================================================================================ */
.footer-container { 
    padding: 35px 0;
    text-align: left;
}
.footer-container h4 {
    margin-bottom: 30px;
    position: relative;
    text-align: left;
}
.footer-container h4 div.heading-lines {
    display: none;
    overflow: hidden;
    width: 100%;
}
.footer-container h4 div.heading-lines p.line-ft {
    border-top: 2px solid #949494 !important;
    display: inline-block;
    height: 2px;
    margin: 25px auto 0;
    position: relative;
    width: 45px;
    z-index: 1;
}  
.footer-container h4 span {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 1;
}
.footer-container ul {
	margin: 0;
	list-style: none;
}
.footer-container ul li {
	margin-bottom: 0;
	line-height: 16px;
}
.footer-container ul li > a {
    display: block;
    font-size: 13px;
    line-height: 34px;
    text-transform: uppercase;
}
.footer-container ul li{
    display: block;
    font-size: 13px;
    line-height: 34px;
}
.footer-container ul li:before{
    font-size: 16px;
    padding-right: 10px;
}
.footer-container ul li.address:before{
    content:"\f041";
    font-family: fontawesome;
}
.footer-container ul li.phone:before{
    content:"\f095";
    font-family: fontawesome;
}
.footer-container ul li.email:before{
    content:"\f003";
    font-family: fontawesome;
}
.footer-container ul li.hours:before{
    content:"\f017";
    font-family: fontawesome;
}
.footer-container .icofooter span i{
    font-size: 16px;
    padding-right: 15px;
}
.footer-container .icofooter a{
    line-height: 34px;
}
.footer-container .infomation li{
	border-bottom: 1px solid #e9e9e9;
}
.footer-container .infomation li:last-child{
	border-bottom: none;
}
.footer-container .infomation a i{
	margin-right: 5px;
}
.footer-container .itemtag li{
	float: left;
}
.footer-container .itemtag li a{
	border: 3px solid rgba(35, 35, 35, 0.1);
    color: #232323;
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
    margin-right: 3px;
    padding: 4px 11px;
}
ul.contact {
	margin-bottom: 20px;
	overflow: hidden;
}
ul.contact > li {
    display: block;
    font-size: 11px;
    padding: 10px 0;
    text-transform: uppercase;
}
.icon-footer {
	margin-bottom: 35px;
	overflow: hidden;
}
.icon-footer > a {
    border: 1px solid #000;
    float: left;
    font-size: 18px;
    height: 30px;
    margin-right: 15px;
    overflow: hidden;
    text-align: center;
    width: 30px;
}
.footer-container .icon-footer > a {
    color: #000 !important;
}
.footer-container .icon-footer > a:hover i{
	color: #fff !important;
}
.footer-container .icon-footer > a:hover {
	background: #5a4701 !important;
	color: #fff !important;
}
.icon-footer > a i {
    line-height: 30px;
}

.paypal > a {
    float: left;
    margin-right: 15px;
    overflow: hidden;
}
/*
.footer-container ul > li {
	border-top: 1px solid #333333; 
}
.footer-container ul > li:first-child {
	border-top: 0;	
}
*/
.footer-container ul > li a:hover {
	text-decoration: none;
}
/*
.footer-container ul > li a:before {
	content: "\f105";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: block;
	float: right;
	text-decoration: inherit;
	font-size: 14px;
}
*/
.widget-text {
	padding-left: 0;
}
.widget-text > p {
	font-size: 12px;
}

.social-links {
	margin-bottom: 20px;
}
.social-links h4 {
	color: #a3a3a3;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 15px;
}
.social-links ul {
	float: right;
}
.social-links ul li {
	float: left;
	padding-right: 12px;
}
.social-links ul li.last {
	padding-right: 0;
}
.social-links ul li a {
    background: url("https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/icon.png") no-repeat;
    display: block;
    height: 40px;
    width: 40px;
}
.social-links ul li a span {
	display: none;
}
.social-links ul li a.facebook {
	background-position: -11px -232px; 
}
.social-links ul li a.twitter {
	background-position: -63px -232px; 
}
.social-links ul li a.youtube {
	background-position: -115px -232px; 
}
.social-links ul li a.rss {
	background-position: -167px -232px; 
}
.social-links ul li a {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    -o-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}
.social-links ul li a:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
.payment-methods h4 {
	color: #a3a3a3;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 15px;
}
.connect-payment {
	background: url("https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/icon.png") no-repeat -11px -187px;
	width: 283px;
	height: 32px;
}
.footer-container{

}
.copyright-footer {
	border-top: 1px solid #e2e2e2;
    background-color: #262626;
    max-width: 100%;
}
.copyright-footer .footer {

}
.copyright-footer .footer .footer-logo {
	margin-bottom: 10px
}
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer-left {
	float: left;
	padding: 25px 2px 25px 2px;
}
.footer-left ul {
    margin: 0;
}
.footer-right  {
	float: right;
	padding: 25px 2px 25px 2px;
}
.footer address {
    display: block;
    font-size: 14px;
    margin-bottom: 0px !important;
    text-align: left;
}
.footer address a:hover { text-decoration: none; }
.footer ul { 
	display: inline; 
}
.footer ul.links {
    display: block;
    margin: 0;
    text-align: left;
}
.footer ul.links li {
    font-size: 12px;
    line-height: 35px;
}
.footer li { display:inline; padding: 0 10px;}
.footer li.last { background:none !important; padding-right:0 !important; }
.footer-container .bottom-container { margin:0 0 5px; }
.footer ul.links li a {
	color: #747474;
}
.paypal-logo {
	padding: 10px 0;
	float: right;
} 
.paypal-logo a{
	padding: 0 3px;
}
/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout li {line-height: 35px;}
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* Static Block  ============================================================================ */
.block-cart-below-total {
	margin-bottom: 20px;
}
.block-cart-bottom {
	margin: 20px 0;
}
/* ======================================================================================= */
/* Loading ---*/
#infscr-loading {
  position: fixed;
  text-align: center;
  top: 100%;
  width: 126px;
  height: 126px;
  left: 50%;
  margin-top: -546px;
  margin-left: -63px;
  background: #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 200%;
  color: #fff;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
	z-index: 999;
}

#infscr-loading em {
  margin-top: 20px;
  display: block;
}

#infscr-loading img {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* Go Top */
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:50px;
	right:50px;
	overflow:hidden;
	width:50px;
	height:50px;
	border:none;
	text-indent:-9999px;
	background: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/icon.png) no-repeat;
	background-position:  0 -106px;
	transition:			opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-moz-transition:	opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-transition:	opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-o-transition:		opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;	
	z-index: 9999;	
}

#toTop:hover {
	background:#dddddd url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/icon.png) no-repeat;
	background-position:  -50px -106px;
	width:50px;
	height:50px;
	display:block;
	overflow:hidden;
	float:left;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;		
}
#newsletter-validate-detail #advice-validate-email-newsletter {
    text-align: left;
    color: #fff;
}
#toTop:active, #toTop:focus {
	outline:none;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;		
}
.sales-guest-form .page-title {
	margin: 0 0 15px;
}
.main-container .main .col-main .account-login .page-title h1 {
    color: #363636;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}

#login-form .new-users .content {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    margin: 0;
}
#login-form .new-users .content h2 {
	background: none;
    font-size: 110%;
    margin: 0;
    padding: 8px 0;
    text-align: left;
	
}
#login-form .new-users .content p {
    line-height: 22px;
    margin: 10px 0 0 -10px;
}
#login-form .new-users .buttons-set {
	float:right;
    background: none;
    border: none;
    margin:0;
    padding:0;
}
#login-form .registered-users .content {
    background: none repeat scroll 0 0 transparent;
}

#login-form .registered-users .content p { margin-left: -10px; padding: 10px 0;}
#login-form .registered-users .content .form-list { margin-left: -10px;}
#login-form .registered-users .buttons-set {
    background: none;
    border: none;
    margin:0;
    padding: 0 20px 0 10px;
}
#login-form .registered-users .buttons-set .f-left {
    float: left !important;
}
#login-form .registered-users .buttons-set #send2 {
    float: left !important;
    line-height: 40px;
    padding: 0 15px;
}
#login-form .registered-users .buttons-set #send2 span {
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 37px; 
}
.form-list label { padding-bottom: 5px;}

/*  End Login  */
.account-create #form-validate {
    display: inline-block;
    margin-bottom: 50px;
    width: 100%;
}

.account-create #form-validate .fieldset:first-child {
    margin-right: 2%;
}
.account-create .fieldset {
    float: left;
    width: 49%;
}
.account-create .fieldset .form-list {
    margin-top: 15px;
}
.account-create .page-title h1 {
    font-size: 2em;
    font-weight: normal;
    line-height: 1.25em;
}
.account-create .fieldset .field {
    margin-bottom: 20px;
}
.account-create .fieldset .form-list .input-box {
    display: inline-block;
    width: 100%;
}
.account-create .fieldset .field .input-text {
    display: inline-block;
    width: 100%;
}
.account-create .fieldset .form-list .input-text {
    display: inline-block;
    width: 100%;
}
#login-form .form-list label {
    padding: 10px 0 0;
}
.fiver-page-404 .mail-center p {
    font-size: 14px;
    line-height: 24px;
}
#form-validate .input-box .input-text {
	border: 1px solid #e9e9e9;
}
/*  End Create an Account  */
.my-account .dashboard .box-account {
   border: 1px solid #E5E5E5;
    margin-bottom: 10px;
}

.my-account .dashboard .box-account, .box-info {
    border: 1px solid #E5E5E5;
    clear: both;
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 0;
    position: relative;
}

.my-account .dashboard .box-account .box-head h2 , .box-info .box-head h2 {
    font-size: 110%;
    font-weight: normal;
    text-transform: uppercase;
    background: none;
    padding-left: 0px;
}

.my-account .dashboard .box-account .box-title ,.box-info .box-title {
	background:none;
	border-bottom: 1px solid #E5E5E5;
    margin: 0 0 8px;
    padding: 0 0 2px;
    text-align: right;
}

.totals .checkout-types button.btn-checkout span {
    background:none;
    border:none;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}
.form-alt li {
	margin-bottom: 10px;
}    

/*  End Shopping Cart */
.main-container {
	margin-bottom: 0;
}
.account-login .new-users .button {
	font-size: 12px;
    font-weight: normal;
    line-height: 35px;
    padding: 0 15px;
}
.account-login .page-title{
	text-align: center;
}

#login-form .new-users .content h2 {
    font-size: 14px;
    margin: 0;
    padding-bottom: 25px;
    padding-top: 0;
    text-transform: uppercase;
}
#login-form .new-users .content h2 .icon-user {
	color: #b9b9b9;
	font-size: 28px;
}
#login-form .registered-users .content h2 {
    background: none;
    font-size: 14px;
    margin: 0;
    padding: 0 0 20px;
    text-align: left;
    text-transform: uppercase;
}
#login-form .registered-users .content h2 .icon-lock {
	color: #b9b9b9;
	font-size: 28px;
}
#login-form .registered-users .input-box input{
	border: none;
	line-height: 34px;
    padding: 5px 2px;
}
#login-form .new-users .content p {
	color: #545454;
	margin: 0;
}
#login-form .new-users .content .buttons-set {
    bottom: 7px;
    position: absolute;

}
p.required {
    color: #EB340A;
    font-size: 11px;
    text-align: left;
}
.account-login {
    margin-bottom: 55px;
    overflow: hidden;
    text-align: left;
}
.registered-users .content .buttons-set .f-left {
	line-height: 31px;
}

#login-form .registered-users .content p.account {
	color: #545454;
	margin-bottom: 10px;
    margin-left: -1px;
    padding: 0;
}

#login-form .registered-users .content .form-list {
    margin-left: -1px;
}

#login-form .registered-users .buttons-set {
    padding: 0 !important;
}

.account-login #email {
    border-radius: 0 0 0 0;
    width: 100%;
}

#email {
    border-radius: 0 0 0 0;
    width: 100%;
}

.account-login #pass {
    border-radius: 0 0 0 0;
    width: 100%;
}

#pass {
    border-radius: 0 0 0 0;
    width: 100%;
}

.form-list li {
    color: #545454;
}

.form-list li {
    margin: 0 0 10px;
}
.form-list li .aw-blog-comment-area,
.form-list li{
    width: 100%;
}

.form-list li.wide{
    width: 100%;
}

#login-form .registered-users .content p.required {
	color: #ee1c35;
	font-size: 12px;
	margin: 0;
    padding: 0 0 10px 0;
}
#login-form  h4.lined-heading span{
    display: inline-block;
    padding: 0 0 10px;
    position: relative;
    z-index: 1;
}
#login-form  h4{
	color: #232323;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
/* ------ END Log In ---------- */

.f-fix .ratings {
    height: 14px;
    position: relative;
    width: 100%;
}

.f-fix .ratings .rating-box {
    display: inline-block;
    margin: 0;
    position: absolute;
    left: 0;
    top: 10px;
}

.f-fix .ratings .rating-links {
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    display: inline-block;
    float: left;
    margin-bottom: 25px;
    padding: 10px 0;
    text-align: right;
    width: 100%;
}

.f-fix .act-box .btn-cart {
	float: left;
	margin: 0;
	padding: 0;
	background: none;
}

.f-fix .act-box .btn-cart .icon-basket {
    color: #444444;
    cursor: pointer;
    display: block;
    font: 27px/40px 'BebasRegular',Helvetica,sans-serif;
    text-align: center;
    padding: 0 4px;
	border: 1px solid #e7e7e7;
    background: none;
}

.f-fix .act-box .add-to-links {
	max-width: 48px;
}

.f-fix .act-box .add-to-links li {
	display: inline;
	float: left;
}


.f-fix .act-box .add-to-links .icon-heart {
    color: #444444;
    cursor: pointer;
    display: block;
    font: 27px/40px 'BebasRegular',Helvetica,sans-serif;
    text-align: center;
    padding: 0 4px;
	border: 1px solid #e7e7e7;
    background: none;
}

.f-fix .act-box .add-to-links .icon-chart-bar {
    color: #444444;
    cursor: pointer;
    display: block;
    font: 27px/40px 'BebasRegular',Helvetica,sans-serif;
    text-align: center;
    padding: 0 4px;
	border: 1px solid #e7e7e7;
    background: none;
}

.products-list .price-box .price {
    font-size: 24px;
    line-height: 22px;
}

.products-list .special-price .price {
    font-size: 24px;
    line-height: 22px;
}
/* ---------- END List2 ----------- */
.main .cart-left {
	float: left;
}

.main .cart-right {
	float: right;
	margin-top: 15px;
	margin-bottom: 8px;
}

#shopping-cart-table td {
    margin: 0;
    padding: 30px 0;
}


#shopping-cart-table thead {
    border-bottom: 1px solid #ebebeb !important;	
    text-transform: uppercase;
}
#shopping-cart-table .first .a-right {
    border: 1px solid #ebebeb;
    padding: 10px 0;
}
#shopping-cart-table tbody tr {
	border-bottom: #ddd solid 1px;
}
#shopping-cart-table tbody tr.last.odd {
	border-bottom: 0;
}
 
#shopping-cart-table .odd .a-right {
	padding: 13px 0 !important;
}

#shopping-cart-table .icon-edit {
	font-size: 16px;
}

#shopping-cart-table .icon-trash {
	font-size: 16px;
}

#shopping-cart-table .btn-continue, #shopping-cart-table .btn-update {
    color: #202020;
    float: right;
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline;
    text-transform: uppercase;
}
#shopping-cart-table #empty_cart_button {
    color: #202020;
    float: left;
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline;
    text-transform: uppercase;
}

#shopping-cart-table p.nova-or {
    color: #9b9b9b;
    display: inline-block;
    float: right;
    font-size: 9px;
    line-height: 18px;
    margin: 0;
    text-transform: uppercase;
}

#shipping-zip-form #country, #shipping-zip-form #region_id, #shipping-zip-form #postcode {
	border-radius: 0;
}
 
#postcode {
    max-width: 282px;
    width: 100%;
}

.top-empty {
	margin-top: 30px !important;
}

.icon-top {
    display: block;
    float: left;
    height: 60px;
    margin: 0 10px 0 0;
    position: relative;
    width: 62px;
}

.icon-top i {
    color: #444444;
    font-size: 50px;
    height: 50px;
    margin: 0;
    position: absolute;
    width: 62px;
}

.icon-top i:hover {
    color: #444444;
}
.cart-empty .page-title {margin: 0;}
.cart-empty .page-title h1 {
    font-size: 24px;
    margin: 0;
}
.page-title {
	margin-bottom: 20px;
}
.cart-empty { 
	display: block;
	float: left;
}
.cart-empty p {
    color: #959595;
    font-size: 14px;
    margin-bottom: 15px;
}
.cart-empty .center-empty-block {
    border: 1px solid #D9D9D9;
    max-width: 360px;
    padding: 10px;
    width: 100%;
}
.cart-empty .center-empty-block p {
    color: #959595;
    font-size: 13px;
}
.cart-empty .continue-empty {
	display: block;
}
.cart-empty .continue-empty p {
	display: block;
	margin: 0;
	padding: 0;
}
.product-view .product-shop .add-to-links a.email-to-friend {
    background: none;
    padding: 0 5px 2px 0;
}
.product-view .icon-wishlist, .product-view .icon-compare , .product-view .icon-mail {
	font-size: 15px;
}
.product-view .product-shop .price-box .old-price {
    margin-right: 5px;
    margin-top: 0;
}
.product-shop .old-price .price {
    color: #cccccc !important;
    font-size: 20px;
    line-height: 30px;
}
.product-essential .old-price .price, .product-essential .special-price .price, .product-essential .regular-price .price {
    color: #bea275;
    display: inline-block;
    float: left;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2em;
}
.product-essential .old-price .price { color: #999; font-weight: 400; }
#super-product-table .old-price .price, #super-product-table .special-price .price, #super-product-table .regular-price .price {
    float: none;
    font-size: 12px;
    margin: 0;
    text-align: center;
}
.product-view .product-essential .price-box .special-price .price {
    margin-right: 15px;
}
.product-view .product-essential .price-box .old-price .price-sep {
    display: none;
    float: left;
    font-size: 15px;
    line-height: 28px;
    margin-right: 5px;
}
.block-related-slider .regular-price .price,.block-related-slider .old-price .price,.block-related-slider .special-price .price {
	font-size: 18px;
}
.special-price .price {
    color: #EE1D33;
}
.add-to-cart label {
    color: #545454;
    font-weight: normal;
}
.product-grouped-products .price { font-size: 15px !important;}
.home-list-title {
    font-size: 12px;
    margin: 10px auto;
    max-width: 1170px;
    padding: 10px 0;
    text-align: center;
}

.who-we-are .who-center {
    line-height: 30px;
    margin: 0 auto;
    max-width: 445px;
    width: 100%;
}
.brand-slider {
	margin-top: 20px;
}
.brand-slider .title {
	font-size: 18px;
}
.brand-slider .owl-buttons {
    right: 10px !important;
    top: -47px !important;
}

.brand-slider .owl-theme .owl-controls .owl-buttons div {
    border: none;
}

.who-we-are {
	margin-top: 40px;
	margin-bottom: 10px;
	text-align: center;
}

.who-top .col-md-2 div i {
    color: #363636;
    font-size: 25px;
    height: 45px;
    line-height: 45px;
    margin-right: 10px;
    text-align: center;
}

.who-we-are h1.title {
    background: #FFFFFF;
    color: #363636 !important;
    font-size: 14px;
    line-height: 30px;
    margin: 0 auto;
    max-width: 35%;
    text-align: center;
    text-transform: uppercase;
}

.who-we-are h2 {
    color: #363636 !important;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
}

.who-we-are p {
	text-align: center;
}

.who-we-are a {
    text-align: center;
}


.our-brands {
	max-width: 980px;
	width: 100%;
	height: 30px;
	margin: 10px 0px 0px 0px;
	background: url("https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/bg-border-center.png") repeat-x 100% 50%;
}

.about-content {
	font-size: 12px;
}

.about-content .wel-come h2 {
	color: #0D0D0D;
	font-size: 20px;
	line-height: 30px;
    text-transform: none;
}

.about-content .wel-come span {
	color: #818181;
	font-weight: bold;
}

.about-content .center-title {
	text-align: left;
    background: url("https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/bg-border-center.png") repeat-x 100% 50%;
    line-height: 30px;
    margin: 10px 0 45px 0;
    max-width: 980px;
    width: 100%;
}

.about-content .center-title h1 {
    background: #FFFFFF;
    color: #0D0D0D;
    font-size: 24px;
	line-height: 30px;
    margin: 0 auto;
    max-width: 53%;
    text-align: center;
    text-transform: none;
}

.about-content h2 {
    color: #0D0D0D;
    font-size: 20px;
	line-height: 20px;
    font-weight: normal;
    text-transform: none;
}


.about-container .ippolito-etro .span2 {
	margin: 0;
}

.afew-container {
	font-size: 12px;
	margin-top: 60px;
}

.afew-container .afew-top {
	margin-bottom: 55px;
}
.afew-container .afew-center {
	margin-top: 55px;
}

.afew-container .a-few-features h2 {
	color: #0D0D0D;
    font-size: 20px;
	line-height: 30px;
    text-transform: none;
}

.afew-container .a-few-features span {
	color: #818181;
	font-weight: bold;
}
.afew-container .icon-bg-cl {
	width: 130px;
	height: 130px;
	position: relative;
	-webkit-border-radius: 65px;
	-moz-border-radius: 65px;
	border-radius: 65px;
	background: #d0d0d0;
}

.afew-container .icon-bg-cl i {
   color: #FFFFFF;
    font-size: 60px;
    left: 18%;
    position: absolute;
    top: 28%;
}

.afew-container .retina-ready, 
.afew-container .mobile-friendly, 
.afew-container .wide-or, 
.afew-container .responsive-layout {
	width: 90%;
}

.afew-container .retina-ready h3, 
.afew-container .mobile-friendly h3, 
.afew-container .wide-or h3, 
.afew-container .responsive-layout h3 {
	color: #0D0D0D;
    font-size: 24px;
	line-height: 20px;
    text-transform: none;
    padding-bottom: 5px;
}

.a-few-features a {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 30px;
	font-weight: bold;
	padding: 5px 10px;
	background: #565656;
}

.a-few-features a:hover {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 30px;
	font-weight: bold;
	padding: 5px 10px;
	background: #F01C35;
}

.category-products .list-3col-3,
.category-products .list-2col-4 {
	margin-bottom: 20px !important;
}

/* ------ END ABOUT -------- */

.faqs-content h3 {
	color: #818181;
	font-weight: bold;
    line-height: 21px;
    padding: 10px 0;
	margin-bottom: 0;
	border-bottom: 1px solid #ebebeb;
}

.faq-index-index .page-title {
	margin-bottom: 10px;
}

.faq-index-index .page-title h1 {
	font-size: 18px;
}

.faq-index-index .page-title p {
	margin: 3px 0 10px;
}

.faq-items a {
    border: 1px solid #363636;
    float: left;
    margin-top: 10px;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.faq-items dt, .faq-list dt {
	color: #363636;
    font-size: 18px;
    font-weight: normal;
    margin: 25px 0;
    
}
.faq-list .round-number { 
	border: 1px solid #363636;
}

.faq-items dd {
	border-bottom: 1px solid #EDEDED;
    padding-bottom: 70px;
    
}
.faq-items dd:last-child {
	border-bottom: none;
    padding-bottom: 0;
    
}

.faq-list dt {
	font-size: 13px;
    text-transform: uppercase;
}

.faq-list dd ul {
	margin: 0;
	
}

.faq-list dd ul li {
    border: 1px solid #ddd;
    display: flex;
    padding: 10px;
    margin-bottom: 10px;
}

.faq-list dd ul li a {
    color: #363636;
}

.faq-list .round-number {
    -webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    float: left;
    font-size: 17px;
    height: 45px;
    line-height: 45px;
    margin-right: 20px;
    text-align: center;
    width: 45px;
}

.accordion-group {
    border: none;
    margin-bottom: 2px;
}

.accordion-inner {
	border: none;
    border-bottom: 1px solid #E5E5E5;
    padding: 9px 15px;
}


/* ----- END -----*/

.main .novaworks-page-404 {
	text-align: center;
	font-style: italic;
	margin-top: 30px;
}

.main .novaworks-page-404 h1 {
	color: #0d0d0d;
	font-size: 125px;
	line-height: 92px;
	margin: 0 0 5px 0;
	padding: 3px 0;
}

.main .novaworks-page-404 h2 {
	color: #969696;
	font-size: 73px;
	text-transform: none;
	line-height: 56px;
	margin: 0 0 5px 0;
	padding: 3px 0;
}

.main .novaworks-page-404 p {
	color: #969696;
	font-size: 18px;
	text-align: center;
	line-height: 20px;
	margin: 0 0 5px 0;
	padding: 3px 0 0 7px;
}

.main .novaworks-page-404 p a {
	color: #0d0d0d;
	cursor: pointer;
}

.footer-info-container,.footer-container .footer-aditional a, .footer-aditional .twitter, .footer-aditional .twitter a {
	color: #808080;
}

.novaworks-widget-title {
	text-align: center;
	font-size:23px;
	line-height: 23px;
	letter-spacing: 5px;
	margin-top: 30px;
}
.novaworks-widget-subtitle {
	text-align: center;
 	font-size: 15px;
    margin: 10px auto 30px !important;
    width: 409px ;
    color: #999999;
}
/* .widget-static-block .row {
    margin-right: -20px !important;
}
*/
.nova-content-left {
	position: relative;
	text-align: left;
}

.nova-content-center {
	position: relative;
	text-align: center;
}

.nova-content-right {
	position: relative;
	text-align: right;
}

.view {
    cursor: default;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.view .mask, .view .content {
    height: 146px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 270px;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    color: #FFFFFF !important;
    font-size: 20px;
    margin: 20px 0 0;
    padding: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.view p {
    color: #FFFFFF;
    font-size: 15px;
    padding: 10px 20px 20px;
    position: relative;
    text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.title-no-breadcrumbs  {
	padding-bottom: 20px;
}
.title-no-breadcrumbs h1 {
	font-size: 25px;
	text-transform: uppercase;
}
/* Parallax Box */

.parallax-box {
	overflow: hidden;
	display: block;
	background-attachment: fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 30px;
}
.parallax-box .block-title {
    color: #fff;
    float: left;
    font-size: 16px;
    line-height: 40px;
    margin-right: 34px;
    text-transform: uppercase;
}
.parallax-box p {
	color: #fff;
	font-size: 34px;
	text-transform: uppercase;
}
.margin-bottom-15px {
	margin-bottom: 15px
}
.block-home-callout {
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	margin:30px 0;
}
.home-callout {
	margin: 0;
	padding: 25px 0;
}
.home-callout li {
	display:inline;
	margin-right: 20px;
	font-size: 15px;
	text-transform: uppercase;
}
.block-home-socials {
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	margin:30px 0;
}
.home-socials {
	margin: 0;
	padding: 25px 0;
}
.home-socials li {
	display:inline;
	margin-right: 20px;
	font-size: 15px;
	line-height: 35px;
	text-transform: uppercase;
}
.returns:before,
.promotions:before,
.secure:before,
.free-shipping:before,
.free-shipping-badge,
.home-socials .facebook:before,
.home-socials .twitter:before,
.home-socials .pinterest:before,
.home-socials .googleplus:before
 {
    display: inline-block;
    font-family: "fontello";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0.2em;
    margin-right: 0.2em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 1em;
    
}
.returns:before { 
	content: 'ðŸ”„';
	font-size: 21px;
}
.free-shipping:before { 
	content: 'ðŸšš'; 
	font-size: 21px;
}
.free-shipping-badge:before { 
	content: 'ðŸšš'; 
	font-size: 21px;
}
.promotions:before { 
	content: '\eacf';
	font-size: 21px;
}
.secure:before { 
	content: '\eebf';
	font-size: 21px;
}
.returns:before { 
	content: 'ðŸ”„';
	font-size: 21px;
}
.home-socials .facebook:before { 
	content: '\e97a';
	font-size: 21px;
}
.home-socials .twitter:before { 
	content: '\e96f';
	font-size: 21px;
}
.home-socials .pinterest:before { 
	content: '\f312';
	font-size: 21px;
}
.home-socials .googleplus:before { 
	content: '\f0d5';
	font-size: 21px;
}
.size-guide {
    border: 1px solid #ddd;
    display: none;
    margin-top: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
}
.size-guide i {
	font-size: 15px;
}
.size-guide-table {
	margin: 10px 0;
}
.size-guide-table tr td {
	background:none !important;
}
#menu-shadow {
    background: url("https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/header_shadow.png") no-repeat scroll center top / 100% auto rgba(0, 0, 0, 0);
    height: 30px;
    left: 0;
    position: absolute;
    bottom: -30px;
    width: 100%;
    z-index: 27;
}
.product-detail-1 .block-related-slider .owl-prev {
    bottom: 50%;
    left: 0;
}
.product-detail-1 .block-related-slider .owl-next {
    bottom: 50%;
    right: 0;
}
.brands-list .item {padding-left: 15px; padding-right: 15px;}
.brands-list .owl-prev, .brands-list .owl-next {bottom: 20px;}
.brands-list .owl-prev{left: -16px;}
.brands-list .owl-next {right: -16px;}
.cms-index-index .main-container {
	margin-bottom: 0 !important;
}
/*
.col2-left-layout .col-sm-3 {
	width: 20%;
}
.col2-left-layout .col-sm-pull-9 {
	right: 80%;
}
.col2-left-layout .col-sm-9 {
	width: 80%;
}
.col2-left-layout .col-sm-push-3 {
	left: 20%;
}
*/
.act-icon i:before, .act-add-to-wishlist i:before, .act-add-to-compare i:before {
	margin-left: 0;
	margin-right: 0;
}
.added {
	color: #988A49 !important;
}
.add-to-qty .desc-qty {
    background-color: #d4d4d4;
    color: #fff;
    float: left;
    height: 45px;
    width: 35px;
}
.add-to-qty .inc-qty:hover,
.add-to-qty .desc-qty:hover{
	color: #bea275;
}
.add-to-qty .desc-qty:after {
    content:"\f068";
    font-family: fontawesome;
    left: 9px;
    position: absolute;
    top: 15px;
}
.add-to-qty .inc-qty{
    background-color: #d4d4d4;
    color: #fff;
    float: left;
    height: 45px;
    width: 35px;
}
.add-to-qty .inc-qty:after{
    content:"\f067";
	font-family: fontawesome;
    position: absolute;
    right: 9px;
    top: 15px;
}
.button-qty {
    cursor: pointer;
    float: left;
    font-size: 14px;
    height: 22.5px;
    line-height: 14px;
    padding: 4px 0;
    transition: all 0.15s linear 0s;
    width: 20px;
}
.product-flexslider {margin: 0 -15px;}
.products-filter {margin: 0 -15px !important;}
/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}
ul.wrap-items .item-img > a {
  position: relative;
}
ul.wrap-items .list-item:hover .item-img img {
  top: -220px;
}
ul.wrap-items .list-item:hover .item-img img + img {
  top: 0;
}

ul.wrap-items .item-img > a {
  position: relative;
}
ul.wrap-items .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
ul.wrap-items .item-img img + img {
  top: 220px;
}
.mobile-collapsible {
	position: relative;
}
.footer-menu-box {
	float: left;
	width: 180px;
}
 
.block-products-list-sidebar .block-title {
	margin-bottom: 15px;
}
.block-products-list-sidebar .col-md-left .margin-image {border: 0;}
.block-products-list-sidebar .col-md-right h3.product-name {
	padding-bottom: 8px;
}

.block-products-list-sidebar .col-md-right .price-box {
	padding-bottom: 10px;
}

.block-products-list-sidebar .col-md-right h3.product-name a {
    color: #363636;
    font-size: 13px;
}

.block-products-list-sidebar .block-content .col-md-left {
    display: block;
    float: left;
    margin-right: 15px;
    max-width: 105px;
    width: 100%;
}

.block-products-list-sidebar .block-content .col-md-right {
    display: block;
    float: left;
    max-width: 180px;
    width: 100%;
}

.block-products-list-sidebar .block-content .col-md-left .margin-image img {
	max-width: 105px;
	max-height: 140px;
}

.block-products-list-sidebar .block-content .col-md-right h3.product-name {
    font-size: 13px;
    margin: 0;
}

.block-products-list-sidebar .block-content {
    display: block;
    margin-bottom: 20px !important;
}
.block-latest .nova-product-title {
    border-bottom: 3px solid #363636;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-transform: none;	
}
.block-latest .nova-product-title h3 {
	margin-bottom: 10px;
    margin-top: 20px;
}
.block-latest .nova-product-title h3 a {
    color: #363636;
    font-size: 18px;	
    text-transform: none;
 
}

.block-latest .nova-product-content p {
    color: #363636;
    font-size: 13px;
}
.space-8px {
	width: 100%;
	height: 8px;
	background: #f6f6f6;
	margin: 15px 0;
}

.faq-index-index .columns-layout .col-md-12 .col-md-8 {
	max-width: 766px !important;
}

.top-header-container-1 .block_top_free_shipping ul {
    margin: 6px 0 0;
}

.top-header-container-1 .block_top_free_shipping ul li {
    float: right;
    margin-left: 15px;
}

.top-header-container-1 .block_top_free_shipping ul li a {
    cursor: pointer;
    font-size: 11px;
    text-transform: uppercase;
}

.top-header-container-1 .block_top_free_shipping ul li i {
    font-size: 18px;
    position: relative;
    right: 10px;
    top: -4px;
}
.product-shop .badge {
    background-color: #F2F2F2;
    color: #000000;
    cursor: pointer;
    display: block;
    float: left;
    height: 90px;
    margin: 14px 0;
    padding: 15px;
    text-decoration: none;
    width: 100%;
    max-width: 254px;
    font-weight: normal;
    white-space: normal;
    text-align: left;
}
.product-shop .badgehead {
    color: #666666;
    font-size: 22px;
    font-weight: 300;
}
.product-shop .badgebody {
    color: #999999;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    margin-top: 12px;
}
.custom-banner {
	margin-top: 15px;
	margin-bottom: 30px;
}
.sample-banner {
	background: #f0f0f0;
	padding: 15px;
	text-align: center;
}
.sample-banner-inner {
	border: #fff solid 1px;
	padding: 15px;
}
.widget-list-items-products {
	margin: 55px 0;
}
.widget-list-items-products .products-grid {
	margin-bottom: 30px;
}
.gmap-widget {margin-bottom: 30px;}
.gmap-widget h3 {margin-bottom: 15px;}
.map-canvas img {max-width: none;}
.google-charts-widget {
	text-align: center;
	margin-bottom: 30px;
}
.google-charts-widget h3 {margin-bottom: 15px;}
.novaworks-animation {
    opacity: 0;
}
.full-width-text {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	margin-bottom: 60px;
}
.full-width-text:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: -25px;
}
.full-width-text h3 {
	color: #fff !important;
	font-size: 23px;
	letter-spacing: 5px;
}
.box-icon .box-icon-name {
	float: left;
	padding: 18px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 20px;
	margin-right: 20px;
	height: 20px;
	width: 20px;
	line-height: 12px;
	border: 2px solid transparent;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	background-size: 100% 100%;
	background-position: center center;
	transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
}
.box-icon .box-icon-name i:before {
	font-size: 26px;
	line-height: 20px;
	margin-left: 0 !important;
	width: 13px !important;
}
.box-icon .box-icon-name:hover i {
	color: #fff !important;
}
.box-icon .box-icon-content {
	display: block;
	text-align:left;
	margin-left: 80px;
}
/* --------------------------------------------
	SOCIAL SHORTCODE
-------------------------------------------- */

ul.social-icons {
	height: auto;
	overflow: hidden;
	margin-right: -12px;
	list-style: none!important;;
}
ul.social-icons li {
	float: left;
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 12px;
	background: none;
	padding: 0!important;
	line-height: 32px!important;
	border: 0!important;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
ul.social-icons li a {
	background: transparent url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/social-icons.png) no-repeat 0 0;
	display: block;
	width: 32px;
	height: 32px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
}
ul.social-icons.dark li a {
	background-image: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/social-icons-mono.png);
}
ul.social-icons.dark.small li a {
	background-image: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/social-icons-mono-small.png);
}
ul.social-icons.light li a {
	background-image: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/social-icons-mono-light.png);
}
ul.social-icons.light.small li a {
	background-image: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/social-icons-mono-light-small.png);
}
ul.social-icons:hover li, ul.social-icons.small:hover li {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity= 50);
}
ul.social-icons li:hover, ul.social-icons.small li:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity= 100);
}
ul.social-icons li a:hover {
	color: transparent;
}
ul.social-icons li.twitter a {
	background-position: 0 0;
}
ul.social-icons li.facebook a {
	background-position: -32px 0;
}
ul.social-icons li.dribbble a {
	background-position: -64px 0;
}
ul.social-icons li.vimeo a {
	background-position: -96px 0;
}
ul.social-icons li.tumblr a {
	background-position: -128px 0;
}
ul.social-icons li.spotify a {
	background-position: -160px 0;
}
ul.social-icons li.linkedin a {
	background-position: -192px 0;
}
ul.social-icons li.lastfm a {
	background-position: -224px 0;
}
ul.social-icons li.googleplus a {
	background-position: -256px 0;
}
ul.social-icons li.flickr a {
	background-position: -288px 0;
}
ul.social-icons li.youtube a {
	background-position: -320px 0;
}
ul.social-icons li.behance a {
	background-position: -352px 0;
}
ul.social-icons li.pinterest a {
	background-position: -384px 0;
}
ul.social-icons li.instagram a {
	background-position: -416px 0;
}
ul.social-icons li.yelp a {
	background-position: -448px 0;
}
ul.social-icons li.skype a {
	background-position: -480px 0;
}
ul.social-icons.small {
	height: auto;
	overflow: hidden;
	margin-right: -5px;
	list-style: none!important;
}
ul.social-icons.small li {
	width: 24px;
	height: 24px;
	margin: 0 5px 0 0;
	float: left;
	display: inline-block;
	background: none;
	padding: 0!important;
	line-height: 24px!important;
	border: 0!important;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
ul.social-icons.small li a {
	background: transparent url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/social-icons-small.png) no-repeat 0 0;
	display: block;
	width: 24px;
	height: 24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
}
ul.social-icons.small li.twitter a {
	background-position: 0 0;
}
ul.social-icons.small li.facebook a {
	background-position: -24px 0;
}
ul.social-icons.small li.dribbble a {
	background-position: -48px 0;
}
ul.social-icons.small li.vimeo a {
	background-position: -72px 0;
}
ul.social-icons.small li.tumblr a {
	background-position: -96px 0;
}
ul.social-icons.small li.spotify a {
	background-position: -120px 0;
}
ul.social-icons.small li.linkedin a {
	background-position: -144px 0;
}
ul.social-icons.small li.lastfm a {
	background-position: -168px 0;
}
ul.social-icons.small li.googleplus a {
	background-position: -192px 0;
}
ul.social-icons.small li.flickr a {
	background-position: -216px 0;
}
ul.social-icons.small li.youtube a {
	background-position: -240px 0;
}
ul.social-icons.small li.behance a {
	background-position: -264px 0;
}
ul.social-icons.small li.pinterest a {
	background-position: -288px 0;
}
ul.social-icons.small li.instagram a {
	background-position: -312px 0;
}
ul.social-icons.small li.yelp a {
	background-position: -336px 0;
}
ul.social-icons.small li.skype a {
	background-position: -360px 0;
}
.carousel-item {padding: 0 15px;}
ul.recent-posts {
	list-style: none;
	margin: 0;
	padding: 0;
}
.recent-post {
	height: auto;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
}
.recent-post figure {
    height: auto;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}
.recent-post figure .link-to-post {
	overflow: hidden;
}
.blog-cat-view .novaworks-main-content,
.blog-post-view .novaworks-main-content, 
.blog-cat-view .novaworks-main-content {
	padding-top: 50px;
}
.blog-style-1 .recent-post .details-wrap {
	padding: 0;
}
.blog-style-1 .details-wrap .post-item-details {
    font-size: 9px;
    margin-bottom: 30px;
}
.blog-style-1 .details-wrap .post-item-details span {
	text-transform: uppercase;
}
.blog-style-1 .details-wrap .post-item-details span.blog-user {
	color: #282828;
}
.blog-style-2 .recent-post h5 a {
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}
.blog-style-2 .recent-post figure .post-date {
    background-color: #efefef;
    bottom: -10px;
    font-size: 12px;
    height: 60px;
    line-height: 20px;
    margin: 0;
    padding: 10px 0 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 60px;
    z-index: 999;	
}
.blog-style-2 .recent-post .post-item-details {
    color: #9b9b9b;
    font-size: 9px;
}
.blog-style-2 .recent-post .post-item-details span {
	color: #202020;
	text-transform: uppercase;
}
.blog-style-2 .recent-post a.read-more {
    border: 0;
    padding: 0;
}
.blog-style-2 .recent-post a.read-more span {
    background-color: transparent;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    color: #282828;
    display: inline-block;
    font-size: 11px;
    height: 37px;
    left: 0;
    letter-spacing: 1px;
    line-height: 37px;
    margin: 0;
    padding: 0 25px;
    position: relative;
    text-transform: uppercase;
    width: auto;
}
.blog-style-2 .recent-post figure .post-date .triangle-top-right {
	border-left: 10px solid transparent;
    border-top: 10px solid #3f3f3f;
    bottom: 0;
    left: -10px;
}
.blog-style-2 h4.spb_heading {
    margin: 0 0 13px;
	text-align: left;
}
.blog-style-2 h4.spb_heading::before {
    border-top: 1px solid #949494;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
}
.blog-style-2 h4.spb_heading span {
    background-color: #ffffff;
    color: #232323;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 2;
	padding-left: 0;
}
.blog-style-2 .cross-line-1 {
    background: #fff url("https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/cross-line.png") no-repeat scroll center center;
    height: 34px;
    margin-bottom: 25px;
}
.recent-post figure img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 3;
	display: block!important;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.recent-post figure iframe {
	display: block;
	width: 100%;
}
.recent-post figure:hover img {
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}
.recent-post figure figcaption {
	position: absolute;
	bottom: -80px;
	left: 0;
	z-index: 4;
	background: #222;
	color: #fff;
	width: 100%;
	font-size: 12px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.recent-post figure:hover figcaption {
	bottom: 0;
}
.recent-post figure figcaption .comments-likes {
	border-left: 1px solid #444;
	padding: 10px;
}
.recent-post figure figcaption .comments-likes a {
	float: left;
}
figcaption .comments-likes a i, figcaption .comments-likes a span, figcaption .comments-likes .love-it-wrapper a i {
	color: #e4e4e4;
}
figcaption .comments-likes .love-it-wrapper {
	margin-left: 8px;
}
figcaption .comments-likes .love-it-wrapper a i {
	margin-right: 3px;
}
figcaption .post-category {
	padding: 10px;
	float: left;
	max-width: 50%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.recent-post .details-wrap {
	display: block;
	vertical-align: top;
	padding: 15px;
}
.recent-post .post-item-details .comments-likes, .recent-post .post-item-details .comments-likes i, .recent-post .post-item-details .comments-likes span {
	font-weight: normal;
}
.recent-post .post-item-details .comments-likes .icon-comments {
	margin-right: 3px;
}
.recent-post .details-wrap {
    padding: 24px 0 0;
}
.recent-post h5 {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 15px;
    text-align: left;
}
.recent-post h5 a {
    color: #282828;
    text-decoration: none;
}
.recent-post .post-details {
    color: #9b9b9b;
    font-size: 16px;
    margin-bottom: 8px;
    text-align: left;
}
.recent-post .excerpt p {
    color: #9b9b9b;
    font-size: 12px;
    line-height: 24px;
}
.recent-post.format-chat .chat {
	margin-top: 20px;
}
.recent-post figure.quote {
	background: transparent!important;
}
.recent-post .post-item-details .post-date {color: #999;}
.blog-item.format-quote h2, .blog-item.format-status h2, .blog-item.format-aside h2, .blog-item.format-status h3, .blog-item.format-aside h3, .blog-item.format-quote h4, .blog-item.format-status h4, .blog-item.format-aside h4 {
	display: none;
}
.recent-post .post-date {
	margin-right: 4px;
}
.read-more i, .read-more em {
	margin-left: 4px;
	margin-right: 6px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	font-size: 0px;
}
.read-more i:before, .read-more em:before {
	font-size: 12px!important;
}
.read-more:hover i, .read-more:hover em {
	margin-left: 8px;
}
.read-more:hover {
	text-decoration: none;
}
.read-more-link {
	text-decoration: none;
	margin-top: 5px;
	font-weight: bold;
	display: block;
}
.item-link {
	text-decoration: none;
}
.item-link i {
	margin-left: 5px;
}
.alt-bg {
	margin: 0;
	margin-left: -100%;
	margin-right: -100%;
}

.spb_impact_text {
	background: transparent;
	clear: both;
	height: auto;
	overflow: hidden;
}
.spb_impact_text.alt-bg {
	padding-top: 20px;
	padding-bottom: 20px;
}
.impact-text-wrap {
	position: relative;
}
.impact-text-wrap .impact-text-arrow {
	font-size: 42px;
}
.impact-text-wrap .impact-text-arrow i {
	line-height: 28px;
}
.spb_impact_text.cta_align_right a.sf-button {
	margin-right: 0;
}
.spb_impact_text .spb_call_text, .impact-text {
	font-size: 24px;
	line-height: 32px;
	font-weight: 300;
	margin-bottom: 0;
}
.spb_impact_text .spb_button {
	margin-bottom: 0;
}
.spb_call_to_action {
	position: relative;
	background: #f4f4f4;
	padding: 20px;
	padding: 3%;
	border: 1px solid #e5e5e5;
}
.spb_call_to_action .btn {
	margin: 0;
}
.cta_align_left .btn {
	float: left;
	margin-right: 2.5641%;
}
.cta_align_right .btn {
	float: right;
	margin-left: 2.5641%;
}
.cta_align_left .btn,
.cta_align_right .btn {
	max-width: 31.6239%;
}	
.cta_align_left .spb_call_text,
.cta_align_right .spb_call_text {
	width: 65.812%;
	float: left;
	clear: none;
}
.cta_align_left .spb_call_text {
	float: right;
}
.spb_call_to_action .spb_call_text,
#content .spb_call_to_action .spb_call_text {
	margin: 0;
}
.cta_align_bottom {
	text-align: center;
}
.cta_align_bottom .btn {
	position: static;
	margin-top: 2%;
	display: inline-block;
}
.cta_align_left .spb_call_text, .cta_align_right .spb_call_text {
	width: 83%;
}
.cta_align_left .spb_button, .cta_align_left .impact-text-arrow {
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -15px;
	max-width: 12%;
}
.cta_align_right .spb_button, .cta_align_right .impact-text-arrow {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -15px;
	max-width: 12%;
}
.cta_align_left .spb_button.large, .cta_align_right .spb_button.large {
	margin-top: -23px;
}
.cta_align_bottom .spb_button {
	margin: 15px 0 0 0;
}
.spb_latest_tweets_widget {
	padding: 25px 0;	
}
.spb_latest_tweets_widget .twitter-bird {
	font-size: 14px;
	line-height: 26px;
	float: left;
}
ul.mini-list {
    list-style: none outside none;
}
.box-cross-sell {
	margin-top: 35px;
}
/* --------------------------------------------
	PRODUCT PAGE BUILDER ASSETS
-------------------------------------------- */

.product_list_widget.woocommerce ul.products {
	border-top: 0;
	padding-top: 0;
}
ul.mini-list {
	list-style: none;
}
.mini-list li {
	margin-top: 20px;
}
.mini-list li:first-child {
	margin-top: 0;
}
.mini-list li figure {
	float: left;
	width: 70px;
	margin-bottom: 2px;
	-webkit-box-shadow: 0 5px 6px -4px #999;
	-moz-box-shadow: 0 5px 6px -4px #999;
	box-shadow: 0 5px 6px -4px #999;
}
.mini-list li .product-details {
	margin-left: 85px;
}
.mini-list li h5 {
	margin-bottom: 3px;
    margin-top: 0;
    text-align: left;
}
.caption.text-center .price-box{
	float: none;
	margin: 10px 0;
	text-align: center;
}
.sale-products .caption.text-center .price-box{
    margin: 0 0 20px;
}
.mini-list .price-box {
    display: inline-block;
    text-align: left;
    width: 100%;
}
.mini-list .price-box .price-to,
.mini-list .price-box .price-from{
	margin: 5px 0;
}
.mini-list .price-box .price-to .price{
	color: #232323;
}
.mini-list .price-box .price-from .price{
	color: #f1be03;
}
.mini-list .rating-product-box.rating{
	float: none;
}
.mini-list .rating-product-box{
	float: left;
	width: 100%;
}
.top_product_shop .mini-list .rating-product-box .rating-box{
	float: none;
}
.top_product_shop .mini-list .rating-product-box .rating-box {
    margin: 10px auto 0;
} 
.mini-list .rating-product-box .rating-box {
    float: left;
    margin: 0 0 10px;
}
.mini-list li .product-cats {
	display: block;
	margin-bottom: 3px;
}
.mini-list li .star-rating {
	float: none;
	margin: 5px 0 8px;
	font-size: 12px;
	letter-spacing: 4px;
	width: 7.4em;
}
.mini-sidebar {
	margin-bottom: 50px !important;
}

.mini-list .clearfix a img:hover {
	background: #ffcc00!important;
}
/* --------------------------------------------
	LATEST TWEET SHORTCODE
-------------------------------------------- */
.latest-tweets-widget  {text-align:  center;}
.latest-tweets-widget  h4.spb_heading {
	display: inline-block;
    border-bottom-color: #222222;
}
.latest-tweets-widget  h4.spb_heading:before {border: 0;}
.latest-tweets-widget  h4.spb_heading span {background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important; padding: 0 0 5px 0;}
.latest-tweets-widget  ul {
	margin-bottom: 10px;
	list-style: none!important;
}
.latest-tweets-widget  ul li {
	margin-left: 0;
	text-align: 
}
.latest-tweets-widget  p {
	margin-bottom: 0;
}
.latest-tweets-widget  .tweet-author {
	margin-right: 4px;
	font-weight: bold;
}
.latest-tweets-widget  .tweet-date {
	text-decoration: none;
	color: #999;
	margin-left: 5px;
	display: inline-block;
}

/* --------------------------------------------
	ARW TAB
-------------------------------------------- */
.arw_tab_title {
	
}
.arw_tab_title .tab_title {
	display: none;
}
.arw_tab_title .tab_sub_title{
	display: none;
}
.arw_tab_title .tab_title h2 {
    color: #282828;
    font-size: 36px;
    letter-spacing: 2px;
    margin: 0 0 13px;
}
.arw_tab_title .tab_title .cross-line {
	background: #FFF url("https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/cross-line.png") no-repeat center center;
    height: 34px;
}


/* Tabs
/* ========================================================================== */
.arw_tab_slider .tabs  {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 65px;
    margin-top: 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.arw_tab_slider .tabs  .slider-tab li a:hover span,
.arw_tab_slider .tabs  .slider-tab li a:hover{
	background: transparent none repeat scroll 0 0 !important;
}
.arw_tab_slider .tabs  .slider-tab li.active:hover span{

}
.arw_tab_slider .tabs  .slider-tab li a{
	border: none !important;
	background: transparent none repeat scroll 0 0 !important;
}
.arw_tab_slider .tabs  .slider-tab li a span{

}
.arw_tab_slider .tabs ul {
  display: inline-block;
  position: relative;
  margin-top: -10px;
}
.arw_tab_slider .tabs ul:before,
.arw_tab_slider .tabs ul:after {
  /*content: "";
  position: absolute;
  height: 1px;
  width: 2000px;
  background-color: #a5abb7;
  top: 20px;*/
}
.arw_tab_slider .tabs ul:before {
  right: 100%;
  margin-right: 15px;
}
.arw_tab_slider .tabs ul:after {
  left: 100%;
  margin-left: 15px;
}
.arw_tab_slider .tabs li {
  display: inline-block;
  padding: 0 10px;
}

.arw_tab_slider .tabs li a {
  padding: 0;
  color: #232323;
}
.arw_tab_slider .tabs li a,
.arw_tab_slider .tabs li a:hover {

}
.arw_tab_slider.tabs li a:hover {
  color: #bea275;
}
.arw_tab_slider .tabs li.active {
}
.arw_tab_slider .tabs li.active a {
  color: #bea275 !important;

}
.arw_tab_slider .tabs li.active a span {
    color: #bea275;
    border-bottom: 2px solid #bea275;
    padding-bottom: 10px;
}
@media (min-width: 768px) {
  .arw_tab_slider .tabs li + li {
    position: relative;
  }
  .arw_tab_slider .tabs li + li:before {
    /*content: '';
    display: block;
    width: 6px;
    height: 1px;
    position: absolute;
    left: -14px;
    top: 10px;
    background-color: #232323;*/
  }
}
@media (max-width: 767px) {
  .arw_tab_slider .tabs li {
    display: block;
  }
}
/* --------------------------------------------
	TWEET SLIDER SHORTCODE
-------------------------------------------- */
.latest-tweets-widget .owl-item div {text-align: center;}
.tweets-slider .tweet-text {
	padding: 0 15%;
	text-align: center;
}
.text-normal .tweet-text {
	font-size: 18px;
	line-height: 26px;
}
.text-large .tweet-text {
	font-size: 24px;
	line-height: 36px;
}
.tweets-slider .twitter_intents {
	margin-top: 20px;
}
.tweets-slider .twitter_intents a {
	margin-left: 5px;
}
.tweets-slider .twitter_intents a:first-child {
	margin-left: 0;
}
.tweets-slider a.twitter-timestamp {
	margin-top: 20px;
	display: block;
	padding: 0 15%;
}
.tweets-slider a:hover {
	text-decoration: none;
}
.parallax-box .parallax-content {
    text-align: center;
}
.parallax-box .parallax-content h2 {
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
}
.parallax-box .parallax-content p {
    color: #fff !important;
    font-size: 12px;
    margin: 0 auto;
    max-width: 610px;
    text-transform: none;
    width: 100%;
    line-height: 20px;
}
.news-letter {
    max-width: 378px;
    width: 100%;
    margin: 0 auto;
}
#latest-post {
	margin-bottom: 50px;
}
#latest-post div.owl-prev,
#latest-post div.owl-next { 
    min-height: 247px;
}
.brands div.owl-prev,
.brands div.owl-next {
	bottom: 0 !important;
}
.brands .owl-controls.clickable {
	opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}
.brands .brand_list:hover .owl-controls.clickable {
	opacity: 1;
}
.block-home-1 {
	text-align: center;
	margin-bottom: 50px;
}
.block-related-slider .block-subtitle {
	margin-bottom: 25px;
}
#postComment .group-select h3.submitComment {
    border-bottom: 2px solid #e9e9e9;
    color: #202020;
    font-size: 14px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
#postComment .group-select .form-list {
    margin: 0;
    max-width: 870px;
}
#postComment .group-select .form-list .input-box {
    font-size: 12px;
    margin-bottom: 15px;
    max-width: 870px;
    width: 50%;
}
#postComment .group-select .form-list .input-box .input-text {
    border: 1px solid #e9e9e9;
    width: 100%;
}
#postComment .group-select .form-list .aw-blog-comment-area {
    margin: 0;
    max-width: 870px;
    width: 100%;
}
#postComment .group-select .form-list .aw-blog-comment-area .input-text {
    width: 100%;
}
/* Blog */
.postWrapper {
	margin-bottom: 50px;
}
.postWrapper .postImage {
	position: relative;
}
.postContentWrapper .postTitle {
	margin-bottom: 15px;
}
.postContentWrapper .postTitle h2 {
	margin-top: 15px;
}
.postContentWrapper .postTitle h2 a {
    color: #202020;
    font-size: 20px;
    font-weight: bold;
}
.postContentWrapper .postTitle h7 {
    color: #9b9b9b;
    font-size: 14px;
    font-style: italic;
}
.postContentWrapper .postContent {
    color: #9b9b9b;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}
#postComment div.button-set {
	display: inline-block;
}
.blogReadmore {
	display: none;
}
.postReadmoreComments {
	margin-top: 10px;
}

.col-main .postWrapper .postImage a img{
	height: auto;
}

/* for high resolution display */

@media only screen and (min--moz-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 2/1),
	
	only screen and (-webkit-min-device-pixel-ratio: 2),
	
	only screen and (min-device-pixel-ratio: 2) {
	
	.logo-normal {display:none;}
	.logo-retina {display:block;}
}
 
/* ==========================================================================
jpreSlide
========================================================================== */
#jpreOverlay {
	background: #fff;
    display: none;
}
#jpreSlide{
}
#jpreLoader{
	width:100%;
	height:8px;
}

#jprePercentage {
	display: none;
}
#jpreBar {
	background: #505050;
}
/* Popup ================================================================================ */
.modal-open .login-popup .modal {
    overflow: hidden;
}
.modal {
    display: none;
    height: 100%;
    margin: 0 auto;
    max-height: 290px;
    max-width: 700px;
    padding-top: 20px;
    position: fixed;
    top: 25%;
    width: 100%;
    z-index: 11000;
}
.modal .x {
    background-color: #202020;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    z-index: 11000;
}
.modal .x:after {
    color: #fff;
    content: "\f00d";
    font-family: FontAwesome;
    line-height: 20px;
    text-align: center;
}
.modal .x:hover {
	cursor: pointer;
}
.newsletter-sign-box {
    background: #f2f1ef url("https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/popup.png") no-repeat left top;
    border-radius: 0;
    min-height: 290px;
}
.newsletter-sign-box .newsletter {
    max-width: 465px;
    overflow: hidden;
    padding: 45px 0 0 35px;
    width: auto;
    z-index: 11000;
}
.newsletter-sign-box .newsletter .block-title {
	display: none;
}
.newsletter-sign-box .newsletter .block-title-popup {
	display: block !important;
}
.newsletter-sign-box h3 {
    background-color: transparent;
    color: #202020 !important;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0 15px;
    text-align: left;
    text-transform: uppercase;
}
.newsletter-sign-box h4 {
    color: #202020 !important;
    font-size: 11px;
    font-weight: 300;
    margin: 0 0 35px;
    padding: 0;
    text-align: left;
    text-transform: none;
}
.newsletter-sign-box .input-box {
	max-width: 403px;
	width: 100%;
}
.newsletter-sign-box .input-box .input-text {
    border: 0 none;
    float: left;
    height: 30px;
    line-height: 30px;
    width: 80%;
}
.newsletter-sign-box .input-box .button {
    line-height: 30px;
    padding: 0;
    width: 20%;
}
.newsletter-sign-box .form-subscribe .validation-advice {
    position: absolute;
    bottom: 20%;
}

.modal-backdrop.in {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

div.dropdown-phone {
    float: left;
    padding: 13px 0 12px;
    position: relative;
    z-index: 300;
}
div.dropdown-phone p.label {
    cursor: pointer;
    float: left;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: capitalize;
}
div.dropdown-phone p.label:before {
	display: inline-block;
	content: "";
	height: 11px;
	padding-right: 10px;
}	
div.dropdown-phone ul.link-mobile {
    display: none;
    left: 0;
    position: absolute;
    top: 46px;
}
.style-header-2 div.dropdown-phone ul.link-mobile,
.style-header-3 div.dropdown-phone ul.link-mobile {
	left: auto;
	right: 0;
}
div.dropdown-phone ul.link-mobile li {
    width: 165px;
}
div.dropdown-phone ul.link-mobile li a {
    background-color: #f5f6f7;
    color: #232323;
    display: block;
    font-size: 12px;
    line-height: 40px;
    padding: 0 15px;
    white-space: nowrap;
}
div.dropdown-phone ul.link-mobile li:hover a {
	background-color: #232323;
	color: #FFF;
	}
div.dropdown-phone:hover ul.link-mobile {
	display: block;
}

/* Header Home 3 ================================================================================ */
.header-container-3 .headers-top {
    padding-bottom: 45px;
    z-index: 1;
}
.header-container-3 .header-links {
    display: inline-block;
}
.header-container-3 .header-links .links {
    float: left;
    font-size: 10px;
    margin: 0;
    padding: 14px 0 0 0;
    text-transform: uppercase;
}
.header-container-3 .header-links .links li {
    float: left;
    margin-right: 15px;
}
.header-container-3 .header-links .links li a {
	color: #020202;
}
.header-container-3 .header-dropdowns {
    display: inline-block;
}
.header-container-3 .header-language {
	float: left;
    margin-top: 10px;
}
.header-container-3 .header-menu {
    float: right;
    margin-top: 6px;
}
.header-container-3 .header-menu ul.menu p.label {
    line-height: 18px;
}
.header-container-3 .header-menu .menu li.parent.aux-currency {
    height: auto;
    padding: 0 !important;
}
.header-container-3 .aux-currency .sub-menu {
    top: 32px !important;
}
.header-container-3 .header-menu .parent.aux-currency > a {
    padding-bottom: 15px;
}
/* Sticky ================================================================================ */
.is-sticky > .main-navigation {
    background-color: #fff;
    width: 100%;
    z-index: 999;
}
.box-shadow .is-sticky > .main-navigation{
    left: 0;
}
.is-sticky #header {
    padding: 10px 0 0;
}
.style-header-transparent .is-sticky #header {
    height: 80px;
    padding: 0 20px;
}
.header-logo h1.logo {
    margin: 0;
    text-align: center;
}
.header-logo h1.logo a {
    display: -webkit-inline-box;
	display: inline-flex;

}
.header-logo .sticky {
 display: none;
}
.sticky-wrapper .sticky {
 display: none;
}
.is-sticky .standard {
    display: none;
}
.is-sticky .sticky {
    display: inline-block;
}
/* Ajax Notification ======================================================================= */
.ajax-notification {
	display: none;
	position: fixed;
	left: 50%;
	top: 0;
	width: 300px;
	margin-left: -150px;
	padding: 1.5em 30px;
	background-color: #fff;
	font-size: 14px;
	line-height: 18px;
	color: #999;
	text-align: center;
	z-index: 999999;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.ajax-notification .btn-remove {
	position: absolute;
	right: 10px;
	top: 10px;
	border: none;
	height: auto;
	padding: 0;
	line-height: 1;
	margin: 0;
	font-size: 1em;
}
.ajax-notification a.button-readmore {
	border: 1px solid #202020;
	color: #202020;
	font-size: 10px;
	display: inline-block;
	letter-spacing: 2px;
	line-height: 30px;
	padding: 0 10px;
	margin-top: 20px;
	text-transform: uppercase;
}


/* Popup Subscribe ======================================================================= */
.block-subscribe-popup { 
	display: none;
	background: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/popup_newsletter_bg.jpg) no-repeat right center; 
	width: 828px;
    background-position: 50% 50%;
    background-size: cover;
}
.block-subscribe-popup .indent {
    float: right;
    padding: 30px 30px 20px 30px;
    text-align: left;
    width: 65%;
}
.block-subscribe-popup .indent h3 {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.block-subscribe-popup .indent label {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    margin: 0 0 30px;
}
.block-subscribe-popup .indent input[type="text"] {
    background-color: rgba(242, 242, 242, 0.3);
    border: 1px solid #ccc;
    color: #a9a9a9 !important;
    display: block;
    font-size: 14px;
    height: 40px;
    margin-bottom: 30px;
    padding: 7px 25px;
    width: 100%;
}
.block-subscribe-popup .indent button.button {
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 20px;
    padding: 0 15px;
}
.block-subscribe-popup .indent .subscribe-bottom {
    clear: both;
    cursor: pointer;
    float: left;
    font-size: 10px;
    line-height: 11px;
    margin: 0;
}
.block-subscribe-popup .indent .subscribe-bottom input {
    margin: 0 10px 0 0;
}
#advice-validate-email-newsletter {
    left: 75px;
    position: absolute;
    top: 50px;
}
.block-subscribe-popup .input-box { }
.widget > .container > .row {
    margin-bottom: 35px;
}

/* Clears ================================================================================ */
.clearer:after,
.top-header-container:after,
.top-header:after,
.header-container:after,
.header-container .top-container:after,
.top-header .links:after,
.header .i-header-content .header-left:after,
.header .mini-cart .block-content .actions:after,
.header:after,
.header-center:after,
.mini-cart:after,
.bag-product-img:after,
#nav:after,
#wide-menu #nav .header-nav-dropdown-wrapper:after,
.i-top-right:after,
#menuInnner:after,
.content-head:after,
.home-gallery-button:after,
.easy-slider div div div:after,
.home-content-container:after,
.home-gallery:after,
.rb-grid:after,
.accordion:after,
.mini-products-list:after,
.mini-products-list .item:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.default-slider .flexslider:after,
.slider-width:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list-inner:after,
.products-list li.item:after,
.product-tabs:after,
.added-content:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.iosSliderButtons:after,
.social-icons:after,
.shipping-form ul:after,
.more-views:after,
.home-callout:after,
.discount-form:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.products-list .product-sho:after,
.resp-tabs-list:after,
.products-list .act-box:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.main-container .data-table .cart-label:after,
.product-review:after,
.pading-top-bottom-20:after,
.cart:after,
.product-shop .price-box:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.cart .totals:after,
.cart .totals .checkout-types li:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.footer-info .span4:after,
.buttons-set:after,
.form-subscribe:after,
.footer-info:after,
.footer-aditional:after,
.social-links:after,
.bottom-menu-column:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.form-alt li:after,
.block-inner-menu:after,
.novaworksshop-static-block-box:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */
.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0,0)}.owl-carousel .owl-controls .owl-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel .owl-rtl{direction:rtl}.owl-carousel .owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}
html[data-useragent*='MSIE 10.0'] .novaworks-animation, .columns > .novaworks-animation,.start-anim.novaworks-animation,.start-anim.novaworks-animation .novaworks-animation,.current .novaworks-animation, #content > .ux_banner .inner.novaworks-animation,.columns .ux_banner .inner.novaworks-animation,.entry-content .novaworks-animation {
	-webkit-animation-delay:0.3s;-moz-animation-delay:0.3;-o-animation-delay:0.3s;animation-delay:0.3s;
	-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}.novaworks-animation.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-ms-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;}@-webkit-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	25%, 75% {opacity: 0;}
}

.novaworks-animation{-webkit-animation-delay:0s;-moz-animation-delay:0;-o-animation-delay:0s;animation-delay:0s;}

.novaworks-animation:nth-child(1){-webkit-animation-delay:0.4s!important;-moz-animation-delay:0.4s!important;-o-animation-delay:0.4s!important;animation-delay:0.4s!important;}
.novaworks-animation:nth-child(2){-webkit-animation-delay:0.5s!important;-moz-animation-delay:0.5s!important;-o-animation-delay:0.5s!important;animation-delay:0.5s!important;}
.novaworks-animation:nth-child(3){-webkit-animation-delay:0.6s!important;-moz-animation-delay:0.6s!important;-o-animation-delay:0.6s!important;animation-delay:0.6s!important;}
.novaworks-animation:nth-child(4){-webkit-animation-delay:0.7s!important;-moz-animation-delay:0.7s!important;-o-animation-delay:0.7s!important;animation-delay:0.7s!important;}
.novaworks-animation:nth-child(5){-webkit-animation-delay:0.8s!important;-moz-animation-delay:0.8s!important;-o-animation-delay:0.8s!important;animation-delay:0.8s!important;}
.novaworks-animation:nth-child(6){-webkit-animation-delay:0.9s!important;-moz-animation-delay:0.9!importants;-o-animation-delay:0.9s!important;animation-delay:0.9s!important}
.novaworks-animation:nth-child(7){-webkit-animation-delay:1.0s!important;-moz-animation-delay:1.0!importants;-o-animation-delay:1.0s!important;animation-delay:1.0s!important}

/* ie9 + ie8 fix */
.lt-ie9 .novaworks-animation {opacity: 1!important}



@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
   
    
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
   
    
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
   
    
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
   
    
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}



.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
 
    
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
  
    
    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInY {
    0% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    

    
    100% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    

    
    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInY;
	backface-visibility: visible !important;
	animation-name: flipInY;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	-moz-animation-name: fadeInUpBig;
	-o-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	-o-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	-moz-animation-name: fadeInRightBig;
	-o-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.5);
	}
	

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}
	

	
	100% {
		opacity: 1;
		-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}
	

	
	100% {
		opacity: 1;
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}
	

	
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}



@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes bounceInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
	

	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateY(-30px);
	}
	
	80% {
		transform: translateY(10px);
		opacity: 1;
	}
	
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}
	
	80% {
		-webkit-transform: translateY(-10px);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateY(30px);
	}
	
	80% {
		-moz-transform: translateY(-10px);
		opacity: 1;
	}
	
	100% {
		-moz-transform: translateY(0);
		opacity: 1;
	}
}

@-o-keyframes bounceInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateY(30px);
	}
	
	80% {
		-o-transform: translateY(-10px);
		opacity: 1;
	}
	
	100% {
		-o-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateY(30px);
	}
	
	80% {
		transform: translateY(-10px);
		opacity: 1;
	}
	
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
	}
	
	80% {
		-webkit-transform: translateX(-10px);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translateX(0);
		opacity: 1;
	}
}

@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateX(30px);
	}
	
	80% {
		-moz-transform: translateX(-10px);
		opacity: 1;
	}
	
	100% {
		-moz-transform: translateX(0);
		opacity: 1;
	}
}

@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateX(30px);
	}
	
	80% {
		-o-transform: translateX(-10px);
		opacity: 1;
	}
	
	100% {
		-o-transform: translateX(0);
		opacity: 1;
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateX(30px);
	}
	
	80% {
		transform: translateX(-10px);
		opacity: 1;
	}
	
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
	}
	
	80% {
		-webkit-transform: translateX(10px);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translateX(0);
		opacity: 1;
	}
}

@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateX(-30px);
	}
	
	80% {
		-moz-transform: translateX(10px);
		opacity: 1;
	}
	
	100% {
		-moz-transform: translateX(0);
		opacity: 1;
	}
}

@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateX(-30px);
	}
	
	80% {
		-o-transform: translateX(10px);
		opacity: 1;
	}
	
	100% {
		-o-transform: translateX(0);
		opacity: 1;
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateX(-30px);
	}
	
	80% {
		transform: translateX(10px);
		opacity: 1;
	}
	
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	-moz-animation-name: rotateInUpLeft;
	-o-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	-moz-animation-name: rotateInUpRight;
	-o-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	-moz-animation-name: rotateInDownRight;
	-o-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

.is-sticky .main-navigation{
	margin: 0px;
}
.main-navigation {
    border: none !important;
    position: relative;
    z-index: 9999;
}

.style-header-transparent .is-sticky .main-navigation {
    border: none !important;
    position: relative;
    z-index: 9999;
    top: 18px;
}
#novaworks-nav li.parent a.level-top {

}
#novaworks-nav li.parent a.level-top:after {

}
#novaworks-nav li.level0 .groups-wrapper ul li a span{
    transform: translate3d(0px,0px,0px);
    -webkit-transform: translate3d(0px,0px,0px);
    transition: 0.35s;
    -webkit-transition: 0.35s;
}
#novaworks-nav li.level0 .groups-wrapper ul li a:hover span{
    transform: translate3d(7px,0px,0px);
    -webkit-transform: translate3d(7px,0px,0px);
    transition: 0.35s;
    -webkit-transition: 0.35s;
}
.main-navigation-container {
	position: relative;
}
.main-navigation-container:before {
	 box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}
.header_nav{
    position: relative;
}

.header-topMenu {
    text-align: center;
}
.style-header-9 .header-topMenu-inner {
    position: relative;
}
.novaworks-main-menu {
}
.header-container .novaworks-main-menu {
	max-width: 1170px;
}
.header-container .novaworks-main-menu  ul.megamenu li.home a {
	padding-left: 0px !important;
}
.novaworks-navigation #novaworks-nav {
    display: inline-block;
    padding: 0;
    z-index: 333;
}
.header-container-1 .novaworks-navigation #novaworks-nav {
    display: block;
    height: 50px;
    margin: 0 auto;
    padding: 0;
    z-index: 997;
}
.header-container-4 .novaworks-navigation #novaworks-nav {
	display: inline-block;
}
.header-container-3 .novaworks-navigation #novaworks-nav > li.level0.active > a > span, 
.header-container-3 .novaworks-navigation #novaworks-nav > li.level0.level-top:hover > a > span {
    border-bottom: none;
}
.header-1 .novaworks-navigation #novaworks-nav > li.level0.active > a > span, 
.header-1 .novaworks-navigation #novaworks-nav > li.level0.level-top:hover > a > span {
    border-bottom: none;
}
.naviga {position:relative ;}
.naviga .mt-nav .mt-show-right {
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 998;
}


#novaworks-nav {
    margin: 0;
    padding: 0;
    width: auto;
}
#novaworks-nav li {
    float: left;
    padding: 0 14px;
    text-align: left;
}


.header-container-3 #novaworks-nav li.level0 {
    float: none !important;
    padding-left: 45px;
}
#novaworks-nav li.last { background: none;}
#novaworks-nav a, #novaworks-nav a:hover {
    display: block;
    outline: none;
    text-decoration: none;
}
#novaworks-nav a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 12px;
    position: relative;
    text-decoration: none;
	-webkit-transition: color 450ms ease-in-out 0s, background-color 50ms ease-in-out 0s;
	transition: color 450ms ease-in-out 0s, background-color 50ms ease-in-out 0s;
	z-index: 99;
}
.header-container-4 #novaworks-nav > li.level0 > a {
	margin: 0 15px;
}
.novaworks-navigation #novaworks-nav > li.level0 > a > span {
    line-height: 60px;
    text-transform: uppercase;
}
.header-container-3 .novaworks-navigation #novaworks-nav > li.level0 > a {
	display: inline-block;
}
.header-container-3 .novaworks-navigation #novaworks-nav > li.level0 > a > span {
    line-height: 36px;
    text-transform: uppercase;
}
#novaworks-nav a, #novaworks-nav a:hover {
    display: block;
    outline: none;
    text-decoration: none;
}
#novaworks-nav  .groups-wrapper .level1 a span{
	text-transform: capitalize;
}
#novaworks-nav  .groups-wrapper .level1 .level2 a span{
    text-transform: capitalize;
    width: 100%;
}
#novaworks-nav span {
    cursor: pointer;
    display: block;
    white-space: nowrap;
}
#novaworks-nav li.level-top.active,
#novaworks-nav li.level-top:hover{
	background-color: #232323 ;
	color: #fff ;
}
#novaworks-nav li.active a.level-top, 
#novaworks-nav li:hover a.level-top {
    color: #bea275 ;
	border: none ;
}
#novaworks-nav li.active a {
    color: #C79B50;
}
#novaworks-nav a, 
#megamenu a, 
#novaworks-nav li.level0 a {
    color: #282828;
    position: relative;
}
#novaworks-nav li.level0 a.level-top{
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}
.is-sticky #novaworks-nav li.level0 a{
    color: #282828 !important;
}
.novaworks-navigation #novaworks-nav li.level0 ul li.level1 a:hover {
  text-decoration:none;
  -webkit-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}
.novaworks-navigation #novaworks-nav li.level0 ul li.level2 a:hover {
  text-decoration:none;
  -webkit-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}

/*dropdown mega*/
#novaworks-nav li ul.shown-sub, #novaworks-nav li div.shown-sub {
    left: 0;
    min-width: 1140px;
    outline: medium none;
    padding: 30px;
    top: 60px;
    width: 100%;
    z-index: 9999;
}
.style-header-transparent #novaworks-nav li ul.shown-sub,
.style-header-transparent #novaworks-nav li div.shown-sub{
    left: -95px;
}
#novaworks-nav li ul.shown-sub, #novaworks-nav li div.shown-sub {
    padding: 30px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
#novaworks-nav li ul.dropdown.shown-sub, 
#novaworks-nav li div.dropdown.shown-sub {
	left: 0;
}
#novaworks-nav .groups-wrapper .level1 .level2:hover{
	background: transparent!important;
}
.dropdown, .dropdown div.shown-sub {
	padding: 0 !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#novaworks-nav li ul.shown-sub, #novaworks-nav li div.shown-sub { /* overflow: visible !important; */ }
}
.ie8 #novaworks-nav li ul.shown-sub, #novaworks-nav li div.shown-sub { /* overflow: visible !important; */ }
div.shown-sub {
    border: 0;
    left: 0;
    outline: none;
    width: 100%;
    z-index: 9;
}
#novaworks-nav .sub-wrapper {
    display: none;
    left: -10000px;
    position: absolute;
    top: 46px;
    background-color: #ffffff;
    width: 100%;
}
#novaworks-nav ul.level0 li {
    float: left;
    outline: none;
    position: relative;
}
#novaworks-nav .dropdown ul.level0 li {padding-right: 0 !important;}
.groups-wrapper ul li.active a{}
#novaworks-nav ul li, #novaworks-nav ul li.active {
    background: none;
    margin: 0;
    padding: 0;
}
#novaworks-nav li.level0 ul li ol {
    margin: 0 0 0 5px;
}
#novaworks-nav li.level0 ul li.level1 a  {
	padding-bottom:0px;
	border: 0 ;
}
#novaworks-nav li.level0 ul li.groups a {
    font-size: 110%;
	padding-bottom:0px;
	border: 0 ;
}
#novaworks-nav li ul span {
    white-space: normal;
}
#novaworks-nav li ul span span.cat-label {
    padding-left: 4px;
}
#novaworks-nav li.groups a { border: 0 ;} 
#novaworks-nav li.level0 ul li a, 
#novaworks-nav li.level0 .groups-wrapper ul li a {
    color: #949494;
    font-size: 13px;
    line-height: 30px;
    text-transform: capitalize;
    -webkit-transition: all 0.1s ease-out 0s;
	transition: all 0.1s ease-out 0s;
}
#novaworks-nav li.level0 ul li a span.title_group {
    display: inline-block;
    padding-right: 10px;
    position: relative;
}
#novaworks-nav li.level0 ul li a .title_group:after {
	/*border-top: 1px solid #a5abb7;
    content: "";
    left: 100%;
    position: absolute;
    top: 15px;
    width: 2000px;*/
}
#novaworks-nav ul li ul.level1 li, #novaworks-nav ul li ul.level2 li {
    border: 0;
    margin: 0;
    width: 100%;
    padding: 0px;
	 /* background: url("https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/icon_menu.png") no-repeat scroll left center transparent; */
}
#novaworks-nav li.level0 ul li a {
}
#novaworks-nav li .shown-sub li div.shown-sub {
    left: 100%;
    top: 0px;
    width: 100%;
}
/*Dropdown classic*/
#novaworks-nav li.m-dropdown {
    left: 0;
    position: relative;
    top: 0;
}
#novaworks-nav .dropdown ul.level0 li {
    height: 40px;
    width: 100%;
}
#novaworks-nav .mtmenu-block .level0  .groups:hover{
	background-color: transparent!important;
}
#novaworks-nav .dropdown ul.level0  li:hover{
	background-color: #e9e9e9;
}
#novaworks-nav li.level-top.parent.parent > div.dropdown.sub-wrapper {
	max-width: 1170px;
}
#novaworks-nav li.m-dropdown .dropdown.sub-wrapper {
	top: 60px;
	width: 215px;
}
#novaworks-nav li.m-dropdown .dropdown.sub-wrapper,
#novaworks-nav li.m-dropdown .dropdown.sub-wrapper ul li div.shown-sub {
	max-width: 290px !important;
	min-width: inherit;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {		
	#novaworks-nav li.m-dropdown .dropdown.sub-wrapper {  overflow: inherit !important;  }
}

#novaworks-nav li ul.shown-sub .mm-item-base:after, #novaworks-nav li div.shown-sub .mm-item-base:after {
  top: -17px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; 
}
#novaworks-nav .m-dropdown .dropdown.shown-sub ul li {
	line-height: 30px;
	padding: 5px 15px 0 15px;
}
#novaworks-nav .m-dropdown .dropdown.shown-sub ul li a {
    color: #232323;
    font-size: 13px;
}
#novaworks-nav .m-dropdown .dropdown.shown-sub ul li.parent:hover > a > span:after {
    color: #202020;
    content: "\f105";
    float: right;
    padding-right: 10px;
    font-family: FontAwesome;
}

.paragraph-right .mini-list.mini-sidebar .product-details  h5,
.paragraph-right .mini-list.mini-sidebar .product-details .price-box{
	margin-bottom:0;
}
/*Block html*/
.mtmenu-block-level1-top {
    margin-bottom: 10px;
}
.mtmenu-block-level1-bottom {
    margin-bottom: 10px;
}
#novaworks-nav .mtmenu-block .nav-block .show-separators ul.links li{list-style:none;}
#novaworks-nav .mtmenu-block .nav-block .show-separators ul.links li a{padding:0px 10px;}
#novaworks-nav .mtmenu-block .nav-block .show-separators ul.links li.label{padding-right:10px;}
.mtmenu-block .nav-block .show-separators ul.links li {line-height:25px;}
#novaworks-nav .mtmenu-block .nav-block .section-line{
    border-bottom: 1px solid #FFFFFF;
    clear: both;
    display: block;
    line-height: 0;
    margin-bottom: 10px;
    padding-top: 10px;
}
.mtmenu-block .nav-block .show-separators ul.links li a:hover{ /* background-color: #e00500; */color: #FFFFFF;}
.mtmenu-block .nav-block .f-right{float:right;}
#novaworks-nav .dropdown .mtmenu-block ul {
    padding: 0;
    margin: 0;
}
#novaworks-nav .mtmenu-block .nav-block a{padding:0; text-transform: capitalize;}
#novaworks-nav .mtmenu-block .nav-block a:hover{color:#000;text-decoration:none;}
.mtmenu-block .nav-block h3{font-size:140%;color:#fff;clear:both; padding: 10px 0 0;font-weight:normal;}
.mtmenu-block .nav-block p{font-size:100%;color:#fff;line-height: 25px;margin: 0;}
.groups-wrapper {
    display: inline-block;
    margin: 10px 0 0;
    max-width: 200px;
    padding: 0px 0 10px;
}
/* Itemgrid: different numbers of columns
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Clear every first item in each row (row: group of n items) */

/* Item grid: 1 column */
.itemgrid-1col .item { width:100%; }

/* Item grid: 2 columns */
.itemgrid-2col .item { width:50%; }
.itemgrid-2col .item:nth-child(2n+1) { clear:left; }

/* Item grid: 3 columns */
.itemgrid-3col .item { width:31.333%; }
.itemgrid-3col .item:nth-child(3n+1) { clear:left; }

/* Item grid: 4 columns */
.itemgrid-4col .item { width:25%; }
.itemgrid-4col .item:nth-child(4n+1) { clear:left; }
.itemgrid-4col .item.dop { width:50%; }

/* Item grid: 5 columns */
.itemgrid-5col .item { width:20%; }
.itemgrid-5col .item:nth-child(5n+1) { clear:left; }
.itemgrid-5col .item.dop { width:40%; }

/* Item grid: 6 columns */
.itemgrid-6col .item { width:18%; }
.itemgrid-6col .item:nth-child(6n+1) { clear:left; }
.itemgrid-6col .item.dop { width:29.32%; }

/* Item grid: 7 columns */
.itemgrid-7col .item { width:12.286%; }
.itemgrid-7col .item:nth-child(7n+1) { clear:left; }


/*Grid column*/
.grid12-12, .grid-full {
    width: 100%;
}
.grid12-1, .grid12-2,
.grid12-3,
.grid12-4, .grid12-5,
.grid12-6, .grid12-7,
.grid12-8, .grid12-9,
.grid12-10, .grid12-11,
.grid12-12, .grid4-1,
.grid4-2, .grid4-3,
.grid2-1, .grid-full,
.grid-col2-sidebar,
.grid-col2-main {
    position: relative;
    display: inline;
    float: left;
}

	/* Grid units */
.grid12-1,
.grid12-2,
.grid12-3,
.grid12-4,
.grid12-5,
.grid12-6,
.grid12-7,
.grid12-8,
.grid12-9,
.grid12-10,
.grid12-11,
.grid12-12,

    /* Deprecated: other grid units */
.grid4-1,
.grid4-2,
.grid4-3,
.grid2-1,

    /* Alias for full-width units */
.grid-full,

    /* Special grid units */
.grid-col2-sidebar,
.grid-col2-main
{
    position:relative;
    display:inline;
    float:left;
}
/* Grid units */
.dropdown .grid12-1,
.dropdown .grid12-2,
.dropdown .grid12-3,
.dropdown .grid12-4,
.dropdown .grid12-5,
.dropdown .grid12-6,
.dropdown .grid12-7,
.dropdown .grid12-8,
.dropdown .grid12-9,
.dropdown .grid12-10,
.dropdown .grid12-11,
.dropdown .grid12-12,

    /* Deprecated: other grid units */
.dropdown .grid4-1,
.dropdown .grid4-2,
.dropdown .grid4-3,
.dropdown .grid2-1,

    /* Alias for full-width units */
.dropdown .grid-full,

    /* Special grid units */
.dropdown .grid-col2-sidebar,
.dropdown .grid-col2-main
{
    margin-left:0 !important;
    margin-right:0 !important;
}
/* Basic grid units width */
.grid12-1	{ width: 8.3333%; }
.grid12-2	{ width: 27.6667%; }
.grid12-3,
.grid4-1	{ width: 25%; }
.grid12-4	{ width: 42.05%; }
.grid12-5	{ width: 41.6666%; }
.grid12-6,
.grid4-2,
.grid2-1	{ width:50%; }
.grid12-7	{ width: 58.3333%; }
.grid12-8	{ width: 57.95%; }
.grid12-9,
.grid4-3	{ width: 75%; }
.grid12-10	{ width: 72.3333%; }
.grid12-11	{ width: 91.6666%; }
.grid12-12,
.grid-full	{ width:100%; }

/* Menu */
.navbar{border:none; text-align: left;}
.navbar-inverse{background-color:#fff !important; border-color:none !important;}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{ border: medium none;}
.bs-navbar-collapse .nav-accordion{background-color:#F2F2F2 !important;border-top: 1px solid #FFFFFF;margin-top: 1px;}
.navbar-inverse .bs-navbar-collapse ul.nav-accordion li a{color:##333333;padding-left: 10px;margin-bottom: 1px; text-transform: uppercase;font-size:14px;}
.navbar-inverse .bs-navbar-collapse ul.nav-accordion li a:hover{color:#fff;}
.navbar-inverse .bs-navbar-collapse ul.nav-accordion li{ line-height: 49px;}
.navbar-inverse .bs-navbar-collapse ul.nav-accordion li a{ border-bottom: 1px solid #FFFFFF;}
.navbar-inverse .bs-navbar-collapse ul.nav-accordion li ul li a{padding:0 0 0 20px;}
.navbar-inverse .bs-navbar-collapse ul.nav-accordion li ul li ul li a{padding:0 0 0 30px;text-transform: capitalize;}
.navbar-inverse .bs-navbar-collapse ul.nav-accordion li ul li ul li ul li a{padding:0 0 0 50px;font-size: 12px;}
/* .navbar-inverse .navbar-collapse ul.nav-accordion li span.collapse{background-position: -10px -10px;top: 0;}
.navbar-inverse .navbar-collapse ul.nav-accordion li span.expand{background-position: -10px -10px;top: 0;} */
.navbar-toggle{float:left;display:block; float: none;margin-right: 0;height: 45px;}
.navbar-collapse ul.nav-accordion li span.expand,.navbar-collapse ul.nav-accordion li span.collapse{height:49px;}
.navbar-collapse ul.nav-accordion li span.expand:hover,.navbar-collapse ul.nav-accordion li span.collapse:hover{height:49px;}
.navbar-toggle {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;	
}
.nova-collapsed-icon{float:left; display: block; color:#363636}

.navbar-inverse .navbar-toggle:focus{ background-color: #FFF !important; }
.navbar-inverse .navbar-toggle:hover{ background-color:#FFF !important;}
.navbar-header {
    background-color: none !important;
    background-image: none !important;
    border: 0 none !important;
    border-radius: 0 0 0 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
	 float: none;
}
.navbar-inverse .navbar-toggle .icon-bar {
	border-radius:0;
}
.navbar-inverse .navbar-toggle {border-color: #e5e5e5;}
.navbar-header:hover{
   /* background-color: #8AC20E !important; */
}
.navbar-header .navbar-brand {
    font-size: 130% !important;
    font-weight: bold !important;
    margin: 0 !important;
    text-shadow: none !important;
    text-transform: uppercase !important;
}
.navbar-header .navbar-brand {
    color: #656565 !important;
    font-weight: normal !important;
    text-shadow: 0 0 0 !important;
}
.navbar-header .navbar-brand {
    font-weight: normal !important;
	 line-height: 14px !important;
    padding: 5px 0 0 17px !important;
    text-shadow: 0 0 0 !important;
	}

.navbar-header .nova-collapsed-icon .sr-only {
	position: relative !important;
	font-size: 16px;
	left: -10px;
}

.navbar-collapse { height: auto !important;}

.novaworks-navigation #novaworks-nav li.level0 ul li a {
    color: #282828;
}
.novaworks-navigation #novaworks-nav li.level0 div.level0 ul li.level1 > a {
    border-bottom: 1px solid #cecece;
    color: #282828;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
	margin-right: 15px;
    overflow: hidden;
}
.menu-static-blocks p {
    color: #646464;
}
.menu-static-blocks .block-menu-01 p {
    color: #9b9b9b;
    font-size: 12px;
    line-height: 20px;
}
.mtmenu-block-bottom .block-nova-02 {
	margin-top: 40px;
}
.mtmenu-block-bottom .block-nova-02 div.first {
    float: left;
    width: 38.5%;
}
.mtmenu-block-bottom .block-nova-02 div.last {
    float: left;
    padding-left: 25px;
    width: 61.5%;
}
.mtmenu-block-bottom .block-nova-02 div.last h2 {
    display: block;
    font-size: 24px;
    margin: 0;
    text-transform: uppercase;
}
.mtmenu-block-bottom .block-nova-02 div.last h2.last {
	margin-bottom: 20px;
}
.mtmenu-block-bottom .block-nova-02 div.last p {
    font-size: 16px;
    line-height: 24px;
}
/*
    Mobile Menu Core Style
*/

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: left; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: right; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0.438em 0 0; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em;-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow {float: right; font-size: 18px; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { display: block; cursor: pointer; }
.slicknav_nav a { display: block }
.slicknav_nav a:focus {color: #fff;}
.slicknav_nav .slicknav_item a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
	font-size:16px;
}
/* Button */
.slicknav_btn {
	margin: 5px 5px 6px;	
	text-decoration:none;	
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);	
	background-color: #222222;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {	
	color: #FFF;
	font-weight: bold;	
	text-shadow: 0 1px 3px #000;	
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}
.slicknav_menu {
	background-color: #282828;
	padding: 4px 0 5px;
}
.style-header-transparent .slicknav_menu {
	position: absolute;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	top: 10px;
}
.slicknav_nav {
	color:#fff;
	margin:0;	
	padding:0;
	font-size:0.875em;
}
.slicknav_nav, .slicknav_nav ul {
	list-style: none;
	overflow:hidden;
}
.slicknav_nav ul {
	padding:0;
	margin:0 0 0 20px;
}
.slicknav_nav .slicknav_item {
	padding:5px 10px;
	margin:2px 5px;
	text-align: left;
}
.slicknav_nav a{
	padding:5px 10px;
	margin:2px 5px;
	text-decoration:none;
	color:#fff;
	text-align: left;
}
.slicknav_nav .slicknav_item a {
	padding:0;
	margin:0;
}
.slicknav_nav li a {
	text-transform: uppercase;
}
.slicknav_nav li ul li a {
	text-transform: none;
}
.slicknav_nav .slicknav_item:hover {
	background:#ccc;
	color:#fff;	
}
.style-header-transparent1 .slicknav_nav .slicknav_item:hover,
.style-header-transparent .slicknav_nav .slicknav_item:hover{
	background-color: rgba(204,204,204,0.5);
	color:#fff;
}
.style-header-transparent1 .slicknav_nav .a:hover,
 .style-header-transparent .slicknav_nav .a:hover{
	 background-color: rgba(204,204,204,0.5);
	 color:#222;
 }
.style-header-transparent1 .slicknav_nav .slicknav_item .a span:hover,
.style-header-transparent .slicknav_nav .slicknav_item .a span:hover{
	background-color: rgba(204,204,204,0.5);
	color:#222;
}
.slicknav_nav a:hover{
	background:#ccc;
	color:#222;
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	border: 1px solid #e8e8e8;
	background: #fff;
	top: 20px;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}
.bx-wrapper .bx-viewport #item-thumbnails div{
	width: 100% !important;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/css/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */


.bx-wrapper .bx-controls-direction a {
	position: absolute;
	outline: 0;
	width: 20px;
	height: 20px;
	z-index: 9999;
	left: 36%;
}
.bx-wrapper .bx-controls-direction a i{
	font-size: 20px;
	margin-left: 4px;

}
.bx-wrapper .bx-controls-direction a.bx-prev{
	top: 0;
}
.bx-wrapper .bx-controls-direction a.bx-next{
	bottom: -40px;
}



/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/css/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/css/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/**STYLE DRILLMENU**/
.mt-drillmenu {
    float: left !important;
    margin-left: 0 !important;
    width: 100% !important;
}
.nav-accordion { width: 100%; }
ul.nav-accordion {
    line-height: 0.5em;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.nav-accordion li {
    background: #FFFFFF;
    position: relative;
}

ul.nav-accordion li a {
    background-image: none !important;
    border-bottom: 1px solid #e1e1e1;
    display: block;
    font-size: 110%;
    height: 41px;
    line-height: 41px;
    margin: 0;
    padding: 0 ;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
	font-weight: normal;
    text-transform: none;
}
ul.nav-accordion ul {
    display: none;
    margin: 0;
    padding: 0;
}
ul.nav-accordion ul li {
    clear: both;
    margin: 0;
    padding: 0;
}
ul.nav-accordion ul li a {
    font-size: 100%;
    outline: none;
    padding-left: 15px;
}
ul.nav-accordion ul li.active { font-weight: bold; }
ul.nav-accordion ul ul li a {
    padding-left: 30px;
}
ul.nav-accordion ul ul ul li a { padding-left: 45px; }
ul.nav-accordion ul ul li a:hover {  }

ul.nav-accordion li span.expand {
    background-color: transparent;
    background-position: 0px 3px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 32px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 6px;
    width: 20px;
    z-index: 9;
}
ul.nav-accordion li span.collapse {
    background-color: rgba(0, 0, 0, 0);
    background-position: 0 3px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 32px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 6px;
    width: 20px;
    z-index: 9;
	font-size: 0 ;
}
ul.detail-parent {
    margin: 0px;
    padding: 0 0 0 17px;
}
.navbar .btn-navbar {
    background-image: none !important;
    border-radius: 2px 2px 2px 2px;
    box-shadow: none !important;
    float: left !important;
    margin: 9px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.navbar .brand {
    font-size: 130% !important;
    font-weight: bold !important;
    margin: 0 !important;
    padding-left: 20px !important;
    text-shadow: none !important;
    text-transform: uppercase !important;
}
.navbar .btn-navbar .icon-bar { background-color: #FFFFFF !important; }
ul.nav-accordion li.level0 > a > span > .cat-label {
    position: inherit;
}
ul.nav-accordion li.level0 > a > span > .pin-bottom:before {
    position: inherit;
    right: 6px;
    top: 22px;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 0px;
}
ul.nav-accordion li span.expand {
    background-image: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/accordion/menu_up.png);
}
ul.nav-accordion li span.collapse {
    background-image: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/accordion/menu_down.png);
}
/**END STYLE DRILLMENU**/
/**
 * This is icons font css file for theme. It is broken into following sections:
	1. Font Awesome
	2. Linr
	2. Brankic
	3. Steadysets
	4. Elegant
	5. Icomoon Free
	6. Simple Line
------------------------------------------------------------*/

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/fontawesome-webfont.eot?v=4.2.0');src:url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}
 
/*-----------------------------------------------------------------------------------*/
/*  LINR
/*-----------------------------------------------------------------------------------*/

 @font-face {
  font-family: 'linr';
  src: url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/linr.eot?96574182');
  src: url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/linr.eot?96574182#iefix') format('embedded-opentype'),
       url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/linr.woff?96574182') format('woff'),
       url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/linr.ttf?96574182') format('truetype'),
       url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/linr.svg?96574182#linr') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'linr';
    src: url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/font/linr.svg?96574182#linr') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "linr";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-music:before { content: '\e831'; } /* '' */
.icon-wallet:before { content: '\e802'; } /* '' */
.icon-mail:before { content: '\e82f'; } /* '' */
.icon-heart:before { content: '\e82e'; } /* '' */
.icon-star:before { content: '\e82d'; } /* '' */
.icon-user:before { content: '\e82c'; } /* '' */
.icon-videocam:before { content: '\e82b'; } /* '' */
.icon-camera:before { content: '\e82a'; } /* '' */
.icon-photo:before { content: '\e829'; } /* '' */
.icon-attach:before { content: '\e828'; } /* '' */
.icon-lock:before { content: '\e827'; } /* '' */
.icon-eye:before { content: '\e825'; } /* '' */
.icon-tag:before { content: '\e824'; } /* '' */
.icon-thumbs-up:before { content: '\e823'; } /* '' */
.icon-pencil:before { content: '\e826'; } /* '' */
.icon-comment:before { content: '\e822'; } /* '' */
.icon-location:before { content: '\e821'; } /* '' */
.icon-cup:before { content: '\e820'; } /* '' */
.icon-trash:before { content: '\e81f'; } /* '' */
.icon-doc:before { content: '\e81e'; } /* '' */
.icon-note:before { content: '\e80a'; } /* '' */
.icon-cog:before { content: '\e80b'; } /* '' */
.icon-params:before { content: '\e80c'; } /* '' */
.icon-calendar:before { content: '\e80d'; } /* '' */
.icon-search:before { content: '\e830'; } /* '' */
.icon-clock:before { content: '\e811'; } /* '' */
.icon-lightbulb:before { content: '\e80f'; } /* '' */
.icon-tv:before { content: '\e812'; } /* '' */
.icon-desktop:before { content: '\e810'; } /* '' */
.icon-mobile:before { content: '\e813'; } /* '' */
.icon-cd:before { content: '\e814'; } /* '' */
.icon-inbox:before { content: '\e815'; } /* '' */
.icon-globe:before { content: '\e816'; } /* '' */
.icon-cloud:before { content: '\e817'; } /* '' */
.icon-paper-plane:before { content: '\e818'; } /* '' */
.icon-fire:before { content: '\e819'; } /* '' */
.icon-graduation-cap:before { content: '\e81a'; } /* '' */
.icon-megaphone:before { content: '\e81b'; } /* '' */
.icon-database:before { content: '\e81c'; } /* '' */
.icon-key:before { content: '\e81d'; } /* '' */
.icon-beaker:before { content: '\e809'; } /* '' */
.icon-truck:before { content: '\e808'; } /* '' */
.icon-money:before { content: '\e807'; } /* '' */
.icon-food:before { content: '\e806'; } /* '' */
.icon-shop:before { content: '\e805'; } /* '' */
.icon-diamond:before { content: '\e804'; } /* '' */
.icon-t-shirt:before { content: '\e803'; } /* '' */
.icon-sound:before { content: '\e80e'; } /* '' */



/*-----------------------------------------------------------------------------------*/
/*  BRANKIC
/*-----------------------------------------------------------------------------------*/

@font-face {
	font-family: 'brankic';
	src:url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/brankic.eot?-73j4e4');
	src:url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/brankic.eot?#iefix-73j4e4') format('embedded-opentype'),
		url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/brankic.woff?-73j4e4') format('woff'),
		url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/brankic.ttf?-73j4e4') format('truetype'),
		url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/brankic.svg?-73j4e4#brankic') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="brankic-"], [class*=" brankic-"] {
	font-family: 'brankic';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.brankic-number:before {
	content: "\e7c3";
}
.brankic-number2:before {
	content: "\e7c4";
}
.brankic-number3:before {
	content: "\e7c5";
}
.brankic-number4:before {
	content: "\e7c6";
}
.brankic-number5:before {
	content: "\e7c7";
}
.brankic-number6:before {
	content: "\e7c8";
}
.brankic-number7:before {
	content: "\e7c9";
}
.brankic-number8:before {
	content: "\e7ca";
}
.brankic-number9:before {
	content: "\e7cb";
}
.brankic-number10:before {
	content: "\e7cc";
}
.brankic-number11:before {
	content: "\e7cd";
}
.brankic-number12:before {
	content: "\e7ce";
}
.brankic-number13:before {
	content: "\e7cf";
}
.brankic-number14:before {
	content: "\e7d0";
}
.brankic-number15:before {
	content: "\e7d1";
}
.brankic-number16:before {
	content: "\e7d2";
}
.brankic-number17:before {
	content: "\e7d3";
}
.brankic-number18:before {
	content: "\e7d4";
}
.brankic-number19:before {
	content: "\e7d5";
}
.brankic-number20:before {
	content: "\e7d6";
}
.brankic-quote:before {
	content: "\e7d7";
}
.brankic-quote2:before {
	content: "\e7d8";
}
.brankic-tag:before {
	content: "\e7d9";
}
.brankic-tag2:before {
	content: "\e7da";
}
.brankic-link:before {
	content: "\e7db";
}
.brankic-link2:before {
	content: "\e7dc";
}
.brankic-cabinet:before {
	content: "\e7dd";
}
.brankic-cabinet2:before {
	content: "\e7de";
}
.brankic-calendar:before {
	content: "\e7df";
}
.brankic-calendar2:before {
	content: "\e7e0";
}
.brankic-calendar3:before {
	content: "\e7e1";
}
.brankic-file:before {
	content: "\e7e2";
}
.brankic-file2:before {
	content: "\e7e3";
}
.brankic-file3:before {
	content: "\e7e4";
}
.brankic-files:before {
	content: "\e7e5";
}
.brankic-phone:before {
	content: "\e7e6";
}
.brankic-tablet:before {
	content: "\e7e7";
}
.brankic-window:before {
	content: "\e7e8";
}
.brankic-monitor:before {
	content: "\e7e9";
}
.brankic-ipod:before {
	content: "\e7ea";
}
.brankic-tv:before {
	content: "\e7eb";
}
.brankic-camera:before {
	content: "\e7ec";
}
.brankic-camera2:before {
	content: "\e7ed";
}
.brankic-camera3:before {
	content: "\e7ee";
}
.brankic-film:before {
	content: "\e7ef";
}
.brankic-film2:before {
	content: "\e7f0";
}
.brankic-film3:before {
	content: "\e7f1";
}
.brankic-microphone:before {
	content: "\e7f2";
}
.brankic-microphone2:before {
	content: "\e7f3";
}
.brankic-microphone3:before {
	content: "\e7f4";
}
.brankic-drink:before {
	content: "\e7f5";
}
.brankic-drink2:before {
	content: "\e7f6";
}
.brankic-drink3:before {
	content: "\e7f7";
}
.brankic-drink4:before {
	content: "\e7f8";
}
.brankic-coffee:before {
	content: "\e7f9";
}
.brankic-mug:before {
	content: "\e7fa";
}
.brankic-icecream:before {
	content: "\e7fb";
}
.brankic-cake:before {
	content: "\e7fc";
}
.brankic-inbox:before {
	content: "\e7fd";
}
.brankic-download:before {
	content: "\e7fe";
}
.brankic-upload:before {
	content: "\e7ff";
}
.brankic-inbox2:before {
	content: "\e800";
}
.brankic-checkmark:before {
	content: "\e801";
}
.brankic-checkmark2:before {
	content: "\e802";
}
.brankic-cancel:before {
	content: "\e803";
}
.brankic-cancel2:before {
	content: "\e804";
}
.brankic-plus:before {
	content: "\e805";
}
.brankic-plus2:before {
	content: "\e806";
}
.brankic-minus:before {
	content: "\e807";
}
.brankic-minus2:before {
	content: "\e808";
}
.brankic-notice:before {
	content: "\e809";
}
.brankic-notice2:before {
	content: "\e80a";
}
.brankic-cog:before {
	content: "\e80b";
}
.brankic-cogs:before {
	content: "\e80c";
}
.brankic-cog2:before {
	content: "\e80d";
}
.brankic-warning:before {
	content: "\e80e";
}
.brankic-health:before {
	content: "\e80f";
}
.brankic-suitcase:before {
	content: "\e810";
}
.brankic-suitcase2:before {
	content: "\e811";
}
.brankic-suitcase3:before {
	content: "\e812";
}
.brankic-picture:before {
	content: "\e813";
}
.brankic-pictures:before {
	content: "\e814";
}
.brankic-pictures2:before {
	content: "\e815";
}
.brankic-android:before {
	content: "\e816";
}
.brankic-marvin:before {
	content: "\e817";
}
.brankic-pacman:before {
	content: "\e818";
}
.brankic-cassette:before {
	content: "\e819";
}
.brankic-watch:before {
	content: "\e81a";
}
.brankic-chronometer:before {
	content: "\e81b";
}
.brankic-watch2:before {
	content: "\e81c";
}
.brankic-alarmclock:before {
	content: "\e81d";
}
.brankic-time:before {
	content: "\e81e";
}
.brankic-time2:before {
	content: "\e81f";
}
.brankic-headphones:before {
	content: "\e820";
}
.brankic-wallet:before {
	content: "\e821";
}
.brankic-checkmark3:before {
	content: "\e822";
}
.brankic-cancel3:before {
	content: "\e823";
}
.brankic-eye:before {
	content: "\e824";
}
.brankic-position:before {
	content: "\e825";
}
.brankic-sitemap:before {
	content: "\e826";
}
.brankic-sitemap2:before {
	content: "\e827";
}
.brankic-cloud:before {
	content: "\e828";
}
.brankic-upload2:before {
	content: "\e829";
}
.brankic-chart:before {
	content: "\e82a";
}
.brankic-chart2:before {
	content: "\e82b";
}
.brankic-chart3:before {
	content: "\e82c";
}
.brankic-chart4:before {
	content: "\e82d";
}
.brankic-chart5:before {
	content: "\e82e";
}
.brankic-chart6:before {
	content: "\e82f";
}
.brankic-location:before {
	content: "\e830";
}
.brankic-download2:before {
	content: "\e831";
}
.brankic-basket:before {
	content: "\e832";
}
.brankic-folder:before {
	content: "\e833";
}
.brankic-gamepad:before {
	content: "\e834";
}
.brankic-alarm:before {
	content: "\e835";
}
.brankic-alarm-cancel:before {
	content: "\e836";
}
.brankic-phone2:before {
	content: "\e837";
}
.brankic-phone3:before {
	content: "\e838";
}
.brankic-image:before {
	content: "\e839";
}
.brankic-open:before {
	content: "\e83a";
}
.brankic-sale:before {
	content: "\e83b";
}
.brankic-direction:before {
	content: "\e83c";
}
.brankic-map:before {
	content: "\e83d";
}
.brankic-trashcan:before {
	content: "\e83e";
}
.brankic-vote:before {
	content: "\e83f";
}
.brankic-graduate:before {
	content: "\e840";
}
.brankic-lab:before {
	content: "\e841";
}
.brankic-tie:before {
	content: "\e842";
}
.brankic-football:before {
	content: "\e843";
}
.brankic-eightball:before {
	content: "\e844";
}
.brankic-bowling:before {
	content: "\e845";
}
.brankic-bowlingpin:before {
	content: "\e846";
}
.brankic-baseball:before {
	content: "\e847";
}
.brankic-soccer:before {
	content: "\e848";
}
.brankic-dglasses:before {
	content: "\e849";
}
.brankic-microwave:before {
	content: "\e84a";
}
.brankic-refrigerator:before {
	content: "\e84b";
}
.brankic-oven:before {
	content: "\e84c";
}
.brankic-washingmachine:before {
	content: "\e84d";
}
.brankic-mouse:before {
	content: "\e84e";
}
.brankic-smiley:before {
	content: "\e84f";
}
.brankic-sad:before {
	content: "\e850";
}
.brankic-mute:before {
	content: "\e851";
}
.brankic-hand:before {
	content: "\e852";
}
.brankic-radio:before {
	content: "\e853";
}
.brankic-satellite:before {
	content: "\e854";
}
.brankic-medal:before {
	content: "\e855";
}
.brankic-medal2:before {
	content: "\e856";
}
.brankic-switch:before {
	content: "\e857";
}
.brankic-key:before {
	content: "\e858";
}
.brankic-cord:before {
	content: "\e859";
}
.brankic-locked:before {
	content: "\e85a";
}
.brankic-unlocked:before {
	content: "\e85b";
}
.brankic-locked2:before {
	content: "\e85c";
}
.brankic-unlocked2:before {
	content: "\e85d";
}
.brankic-magnifier:before {
	content: "\e85e";
}
.brankic-zoomin:before {
	content: "\e85f";
}
.brankic-zoomout:before {
	content: "\e860";
}
.brankic-stack:before {
	content: "\e861";
}
.brankic-stack2:before {
	content: "\e862";
}
.brankic-stack3:before {
	content: "\e863";
}
.brankic-davidstar:before {
	content: "\e864";
}
.brankic-cross:before {
	content: "\e865";
}
.brankic-moonandstar:before {
	content: "\e866";
}
.brankic-transformers:before {
	content: "\e867";
}
.brankic-batman:before {
	content: "\e868";
}
.brankic-spaceinvaders:before {
	content: "\e869";
}
.brankic-skeletor:before {
	content: "\e86a";
}
.brankic-lamp:before {
	content: "\e86b";
}
.brankic-lamp2:before {
	content: "\e86c";
}
.brankic-umbrella:before {
	content: "\e86d";
}
.brankic-streetlight:before {
	content: "\e86e";
}
.brankic-bomb:before {
	content: "\e86f";
}
.brankic-archive:before {
	content: "\e870";
}
.brankic-battery:before {
	content: "\e871";
}
.brankic-battery2:before {
	content: "\e872";
}
.brankic-battery3:before {
	content: "\e873";
}
.brankic-battery4:before {
	content: "\e874";
}
.brankic-battery5:before {
	content: "\e875";
}
.brankic-megaphone:before {
	content: "\e876";
}
.brankic-megaphone2:before {
	content: "\e877";
}
.brankic-patch:before {
	content: "\e878";
}
.brankic-pil:before {
	content: "\e879";
}
.brankic-injection:before {
	content: "\e87a";
}
.brankic-thermometer:before {
	content: "\e87b";
}
.brankic-lamp3:before {
	content: "\e87c";
}
.brankic-lamp4:before {
	content: "\e87d";
}
.brankic-lamp5:before {
	content: "\e87e";
}
.brankic-cube:before {
	content: "\e87f";
}
.brankic-box:before {
	content: "\e880";
}
.brankic-box2:before {
	content: "\e881";
}
.brankic-diamond:before {
	content: "\e882";
}
.brankic-bag:before {
	content: "\e883";
}
.brankic-moneybag:before {
	content: "\e884";
}
.brankic-grid:before {
	content: "\e885";
}
.brankic-grid2:before {
	content: "\e886";
}
.brankic-list:before {
	content: "\e887";
}
.brankic-list2:before {
	content: "\e888";
}
.brankic-ruler:before {
	content: "\e889";
}
.brankic-ruler2:before {
	content: "\e88a";
}
.brankic-layout:before {
	content: "\e88b";
}
.brankic-layout2:before {
	content: "\e88c";
}
.brankic-layout3:before {
	content: "\e88d";
}
.brankic-layout4:before {
	content: "\e88e";
}
.brankic-layout5:before {
	content: "\e88f";
}
.brankic-layout6:before {
	content: "\e890";
}
.brankic-layout7:before {
	content: "\e891";
}
.brankic-layout8:before {
	content: "\e892";
}
.brankic-layout9:before {
	content: "\e893";
}
.brankic-layout10:before {
	content: "\e894";
}
.brankic-layout11:before {
	content: "\e895";
}
.brankic-layout12:before {
	content: "\e896";
}
.brankic-layout13:before {
	content: "\e897";
}
.brankic-layout14:before {
	content: "\e898";
}
.brankic-tools:before {
	content: "\e899";
}
.brankic-screwdriver:before {
	content: "\e89a";
}
.brankic-paint:before {
	content: "\e89b";
}
.brankic-hammer:before {
	content: "\e89c";
}
.brankic-brush:before {
	content: "\e89d";
}
.brankic-pen:before {
	content: "\e89e";
}
.brankic-chat:before {
	content: "\e89f";
}
.brankic-comments:before {
	content: "\e8a0";
}
.brankic-chat2:before {
	content: "\e8a1";
}
.brankic-chat3:before {
	content: "\e8a2";
}
.brankic-volume:before {
	content: "\e8a3";
}
.brankic-volume2:before {
	content: "\e8a4";
}
.brankic-volume3:before {
	content: "\e8a5";
}
.brankic-equalizer:before {
	content: "\e8a6";
}
.brankic-resize:before {
	content: "\e8a7";
}
.brankic-resize2:before {
	content: "\e8a8";
}
.brankic-stretch:before {
	content: "\e8a9";
}
.brankic-narrow:before {
	content: "\e8aa";
}
.brankic-resize3:before {
	content: "\e8ab";
}
.brankic-download3:before {
	content: "\e8ac";
}
.brankic-calculator:before {
	content: "\e8ad";
}
.brankic-library:before {
	content: "\e8ae";
}
.brankic-auction:before {
	content: "\e8af";
}
.brankic-justice:before {
	content: "\e8b0";
}
.brankic-stats:before {
	content: "\e8b1";
}
.brankic-stats2:before {
	content: "\e8b2";
}
.brankic-attachment:before {
	content: "\e8b3";
}
.brankic-hourglass:before {
	content: "\e8b4";
}
.brankic-abacus:before {
	content: "\e8b5";
}
.brankic-pencil:before {
	content: "\e8b6";
}
.brankic-pen2:before {
	content: "\e8b7";
}
.brankic-pin:before {
	content: "\e8b8";
}
.brankic-pin2:before {
	content: "\e8b9";
}
.brankic-discout:before {
	content: "\e8ba";
}
.brankic-edit:before {
	content: "\e8bb";
}
.brankic-scissors:before {
	content: "\e8bc";
}
.brankic-profile:before {
	content: "\e8bd";
}
.brankic-profile2:before {
	content: "\e8be";
}
.brankic-profile3:before {
	content: "\e8bf";
}
.brankic-rotate:before {
	content: "\e8c0";
}
.brankic-rotate2:before {
	content: "\e8c1";
}
.brankic-reply:before {
	content: "\e8c2";
}
.brankic-forward:before {
	content: "\e8c3";
}
.brankic-retweet:before {
	content: "\e8c4";
}
.brankic-shuffle:before {
	content: "\e8c5";
}
.brankic-loop:before {
	content: "\e8c6";
}
.brankic-crop:before {
	content: "\e8c7";
}
.brankic-square:before {
	content: "\e8c8";
}
.brankic-square2:before {
	content: "\e8c9";
}
.brankic-circle:before {
	content: "\e8ca";
}
.brankic-dollar:before {
	content: "\e8cb";
}
.brankic-dollar2:before {
	content: "\e8cc";
}
.brankic-coins:before {
	content: "\e8cd";
}
.brankic-pig:before {
	content: "\e8ce";
}
.brankic-bookmark:before {
	content: "\e8cf";
}
.brankic-bookmark2:before {
	content: "\e8d0";
}
.brankic-addressbook:before {
	content: "\e8d1";
}
.brankic-addressbook2:before {
	content: "\e8d2";
}
.brankic-safe:before {
	content: "\e8d3";
}
.brankic-envelope:before {
	content: "\e8d4";
}
.brankic-envelope2:before {
	content: "\e8d5";
}
.brankic-radioactive:before {
	content: "\e8d6";
}
.brankic-music:before {
	content: "\e8d7";
}
.brankic-presentation:before {
	content: "\e8d8";
}
.brankic-male:before {
	content: "\e8d9";
}
.brankic-female:before {
	content: "\e8da";
}
.brankic-aids:before {
	content: "\e8db";
}
.brankic-heart:before {
	content: "\e8dc";
}
.brankic-info:before {
	content: "\e8dd";
}
.brankic-info2:before {
	content: "\e8de";
}
.brankic-piano:before {
	content: "\e8df";
}
.brankic-rain:before {
	content: "\e8e0";
}
.brankic-snow:before {
	content: "\e8e1";
}
.brankic-lightning:before {
	content: "\e8e2";
}
.brankic-sun:before {
	content: "\e8e3";
}
.brankic-moon:before {
	content: "\e8e4";
}
.brankic-cloudy:before {
	content: "\e8e5";
}
.brankic-cloudy2:before {
	content: "\e8e6";
}
.brankic-car:before {
	content: "\e8e7";
}
.brankic-bike:before {
	content: "\e8e8";
}
.brankic-truck:before {
	content: "\e8e9";
}
.brankic-bus:before {
	content: "\e8ea";
}
.brankic-bike2:before {
	content: "\e8eb";
}
.brankic-plane:before {
	content: "\e8ec";
}
.brankic-paperplane:before {
	content: "\e8ed";
}
.brankic-rocket:before {
	content: "\e8ee";
}
.brankic-book:before {
	content: "\e8ef";
}
.brankic-book2:before {
	content: "\e8f0";
}
.brankic-barcode:before {
	content: "\e8f1";
}
.brankic-barcode2:before {
	content: "\e8f2";
}
.brankic-expand:before {
	content: "\e8f3";
}
.brankic-collapse:before {
	content: "\e8f4";
}
.brankic-popout:before {
	content: "\e8f5";
}
.brankic-popin:before {
	content: "\e8f6";
}
.brankic-target:before {
	content: "\e8f7";
}
.brankic-badge:before {
	content: "\e8f8";
}
.brankic-badge2:before {
	content: "\e8f9";
}
.brankic-ticket:before {
	content: "\e8fa";
}
.brankic-ticket2:before {
	content: "\e8fb";
}
.brankic-ticket3:before {
	content: "\e8fc";
}
.brankic-microphone4:before {
	content: "\e8fd";
}
.brankic-cone:before {
	content: "\e8fe";
}
.brankic-blocked:before {
	content: "\e8ff";
}
.brankic-stop:before {
	content: "\e900";
}
.brankic-keyboard:before {
	content: "\e901";
}
.brankic-keyboard2:before {
	content: "\e902";
}
.brankic-radio2:before {
	content: "\e903";
}
.brankic-printer:before {
	content: "\e904";
}
.brankic-checked:before {
	content: "\e905";
}
.brankic-error:before {
	content: "\e906";
}
.brankic-add:before {
	content: "\e907";
}
.brankic-minus3:before {
	content: "\e908";
}
.brankic-alert:before {
	content: "\e909";
}
.brankic-pictures3:before {
	content: "\e90a";
}
.brankic-atom:before {
	content: "\e90b";
}
.brankic-eyedropper:before {
	content: "\e90c";
}
.brankic-globe:before {
	content: "\e90d";
}
.brankic-globe2:before {
	content: "\e90e";
}
.brankic-shipping:before {
	content: "\e90f";
}
.brankic-yingyang:before {
	content: "\e910";
}
.brankic-compass:before {
	content: "\e911";
}
.brankic-zip:before {
	content: "\e912";
}
.brankic-zip2:before {
	content: "\e913";
}
.brankic-anchor:before {
	content: "\e914";
}
.brankic-lockedheart:before {
	content: "\e915";
}
.brankic-magnet:before {
	content: "\e916";
}
.brankic-navigation:before {
	content: "\e917";
}
.brankic-tags:before {
	content: "\e918";
}
.brankic-heart2:before {
	content: "\e919";
}
.brankic-heart3:before {
	content: "\e91a";
}
.brankic-usb:before {
	content: "\e91b";
}
.brankic-clipboard:before {
	content: "\e91c";
}
.brankic-clipboard2:before {
	content: "\e91d";
}
.brankic-clipboard3:before {
	content: "\e91e";
}
.brankic-switch2:before {
	content: "\e91f";
}
.brankic-ruler3:before {
	content: "\e920";
}



/*-----------------------------------------------------------------------------------*/
/*  STEADYSETS
/*-----------------------------------------------------------------------------------*/

@font-face {
	font-family: 'steadysets';
	src:url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/steadysets.eot?-vkb5u5');
	src:url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/steadysets.eot?#iefix-vkb5u5') format('embedded-opentype'),
		url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/steadysets.woff?-vkb5u5') format('woff'),
		url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/steadysets.ttf?-vkb5u5') format('truetype'),
		url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/steadysets.svg?-vkb5u5#steadysets') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="steadysets-"], [class*=" steadysets-"] {
	font-family: 'steadysets';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.steadysets-type:before {
	content: "\e921";
}
.steadysets-box3:before {
	content: "\e922";
}
.steadysets-archive2:before {
	content: "\e923";
}
.steadysets-envelope4:before {
	content: "\e924";
}
.steadysets-email:before {
	content: "\e925";
}
.steadysets-files2:before {
	content: "\e926";
}
.steadysets-uniE927:before {
	content: "\e927";
}
.steadysets-file-settings:before {
	content: "\e928";
}
.steadysets-file-add:before {
	content: "\e929";
}
.steadysets-file4:before {
	content: "\e92a";
}
.steadysets-align-left:before {
	content: "\e92b";
}
.steadysets-align-right:before {
	content: "\e92c";
}
.steadysets-align-center:before {
	content: "\e92d";
}
.steadysets-align-justify:before {
	content: "\e92e";
}
.steadysets-file-broken:before {
	content: "\e92f";
}
.steadysets-browser2:before {
	content: "\e930";
}
.steadysets-windows:before {
	content: "\e931";
}
.steadysets-window2:before {
	content: "\e932";
}
.steadysets-folder2:before {
	content: "\e933";
}
.steadysets-folder-add:before {
	content: "\e934";
}
.steadysets-folder-settings:before {
	content: "\e935";
}
.steadysets-folder-check:before {
	content: "\e936";
}
.steadysets-wifi-low:before {
	content: "\e937";
}
.steadysets-wifi-mid:before {
	content: "\e938";
}
.steadysets-wifi-full:before {
	content: "\e939";
}
.steadysets-connection-empty:before {
	content: "\e93a";
}
.steadysets-connection-25:before {
	content: "\e93b";
}
.steadysets-connection-50:before {
	content: "\e93c";
}
.steadysets-connection-75:before {
	content: "\e93d";
}
.steadysets-connection-full:before {
	content: "\e93e";
}
.steadysets-list3:before {
	content: "\e93f";
}
.steadysets-grid4:before {
	content: "\e940";
}
.steadysets-uniE941:before {
	content: "\e941";
}
.steadysets-battery-charging:before {
	content: "\e942";
}
.steadysets-battery-empty:before {
	content: "\e943";
}
.steadysets-battery-25:before {
	content: "\e944";
}
.steadysets-battery-50:before {
	content: "\e945";
}
.steadysets-battery-75:before {
	content: "\e946";
}
.steadysets-battery-full:before {
	content: "\e947";
}
.steadysets-settings:before {
	content: "\e948";
}
.steadysets-arrow-left:before {
	content: "\e949";
}
.steadysets-arrow-up:before {
	content: "\e94a";
}
.steadysets-arrow-down:before {
	content: "\e94b";
}
.steadysets-arrow-right:before {
	content: "\e94c";
}
.steadysets-reload:before {
	content: "\e94d";
}
.steadysets-refresh2:before {
	content: "\e94e";
}
.steadysets-volume4:before {
	content: "\e94f";
}
.steadysets-volume-increase:before {
	content: "\e950";
}
.steadysets-volume-decrease:before {
	content: "\e951";
}
.steadysets-mute2:before {
	content: "\e952";
}
.steadysets-microphone5:before {
	content: "\e953";
}
.steadysets-microphone-off:before {
	content: "\e954";
}
.steadysets-book3:before {
	content: "\e955";
}
.steadysets-checkmark4:before {
	content: "\e956";
}
.steadysets-checkbox-checked:before {
	content: "\e957";
}
.steadysets-checkbox:before {
	content: "\e958";
}
.steadysets-paperclip2:before {
	content: "\e959";
}
.steadysets-download5:before {
	content: "\e95a";
}
.steadysets-tag3:before {
	content: "\e95b";
}
.steadysets-trashcan2:before {
	content: "\e95c";
}
.steadysets-search2:before {
	content: "\e95d";
}
.steadysets-zoomin2:before {
	content: "\e95e";
}
.steadysets-zoomout2:before {
	content: "\e95f";
}
.steadysets-chat5:before {
	content: "\e960";
}
.steadysets-chat-1:before {
	content: "\e961";
}
.steadysets-chat-2:before {
	content: "\e962";
}
.steadysets-chat-3:before {
	content: "\e963";
}
.steadysets-comment:before {
	content: "\e964";
}
.steadysets-calendar5:before {
	content: "\e965";
}
.steadysets-bookmark3:before {
	content: "\e966";
}
.steadysets-email2:before {
	content: "\e967";
}
.steadysets-heart5:before {
	content: "\e968";
}
.steadysets-enter:before {
	content: "\e969";
}
.steadysets-cloud3:before {
	content: "\e96a";
}
.steadysets-book4:before {
	content: "\e96b";
}
.steadysets-star:before {
	content: "\e96c";
}
.steadysets-clock2:before {
	content: "\e96d";
}
.steadysets-printer3:before {
	content: "\e96e";
}
.steadysets-home:before {
	content: "\e96f";
}
.steadysets-flag2:before {
	content: "\e970";
}
.steadysets-meter:before {
	content: "\e971";
}
.steadysets-switch3:before {
	content: "\e972";
}
.steadysets-forbidden:before {
	content: "\e973";
}
.steadysets-lock2:before {
	content: "\e974";
}
.steadysets-unlocked3:before {
	content: "\e975";
}
.steadysets-unlocked4:before {
	content: "\e976";
}
.steadysets-users:before {
	content: "\e977";
}
.steadysets-user:before {
	content: "\e978";
}
.steadysets-users2:before {
	content: "\e979";
}
.steadysets-user2:before {
	content: "\e97a";
}
.steadysets-bullhorn:before {
	content: "\e97b";
}
.steadysets-share:before {
	content: "\e97c";
}
.steadysets-screen:before {
	content: "\e97d";
}
.steadysets-phone5:before {
	content: "\e97e";
}
.steadysets-phone-portrait:before {
	content: "\e97f";
}
.steadysets-phone-landscape:before {
	content: "\e980";
}
.steadysets-tablet3:before {
	content: "\e981";
}
.steadysets-tablet-landscape:before {
	content: "\e982";
}
.steadysets-laptop2:before {
	content: "\e983";
}
.steadysets-camera5:before {
	content: "\e984";
}
.steadysets-microwaveoven:before {
	content: "\e985";
}
.steadysets-creditcards:before {
	content: "\e986";
}
.steadysets-calculator2:before {
	content: "\e987";
}
.steadysets-bag2:before {
	content: "\e988";
}
.steadysets-diamond2:before {
	content: "\e989";
}
.steadysets-drink5:before {
	content: "\e98a";
}
.steadysets-shorts:before {
	content: "\e98b";
}
.steadysets-vcard:before {
	content: "\e98c";
}
.steadysets-sun2:before {
	content: "\e98d";
}
.steadysets-bill:before {
	content: "\e98e";
}
.steadysets-coffee2:before {
	content: "\e98f";
}
.steadysets-uniE990:before {
	content: "\e990";
}
.steadysets-newspaper2:before {
	content: "\e991";
}
.steadysets-stack4:before {
	content: "\e992";
}
.steadysets-mapmarker:before {
	content: "\e993";
}
.steadysets-map3:before {
	content: "\e994";
}
.steadysets-support:before {
	content: "\e995";
}
.steadysets-uniE996:before {
	content: "\e996";
}
.steadysets-barbell:before {
	content: "\e997";
}
.steadysets-stopwatch:before {
	content: "\e998";
}
.steadysets-atom2:before {
	content: "\e999";
}
.steadysets-syringe:before {
	content: "\e99a";
}
.steadysets-health2:before {
	content: "\e99b";
}
.steadysets-bolt:before {
	content: "\e99c";
}
.steadysets-pill:before {
	content: "\e99d";
}
.steadysets-bones:before {
	content: "\e99e";
}
.steadysets-lab2:before {
	content: "\e99f";
}
.steadysets-clipboard5:before {
	content: "\e9a0";
}
.steadysets-mug2:before {
	content: "\e9a1";
}
.steadysets-bucket:before {
	content: "\e9a2";
}
.steadysets-select:before {
	content: "\e9a3";
}
.steadysets-graph:before {
	content: "\e9a4";
}
.steadysets-crop2:before {
	content: "\e9a5";
}
.steadysets-image2:before {
	content: "\e9a6";
}
.steadysets-cube2:before {
	content: "\e9a7";
}
.steadysets-bars:before {
	content: "\e9a8";
}
.steadysets-chart7:before {
	content: "\e9a9";
}
.steadysets-pencil3:before {
	content: "\e9aa";
}
.steadysets-measure:before {
	content: "\e9ab";
}
.steadysets-eyedropper2:before {
	content: "\e9ac";
}


/*-----------------------------------------------------------------------------------*/
/*  ELEGANT
/*-----------------------------------------------------------------------------------*/

@font-face {
	font-family: 'elegant';
	src:url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/elegant.eot?-e3psir');
	src:url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/elegant.eot?#iefix-e3psir') format('embedded-opentype'),
		url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/elegant.woff?-e3psir') format('woff'),
		url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/elegant.ttf?-e3psir') format('truetype'),
		url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/elegant.svg?-e3psir#elegant') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="elegant-"], [class*=" elegant-"] {
	font-family: 'elegant';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.elegant-mobile:before {
	content: "\e000";
}
.elegant-laptop:before {
	content: "\e001";
}
.elegant-desktop:before {
	content: "\e002";
}
.elegant-tablet2:before {
	content: "\e003";
}
.elegant-phone4:before {
	content: "\e004";
}
.elegant-document:before {
	content: "\e005";
}
.elegant-documents:before {
	content: "\e006";
}
.elegant-search:before {
	content: "\e007";
}
.elegant-clipboard4:before {
	content: "\e008";
}
.elegant-newspaper:before {
	content: "\e009";
}
.elegant-notebook:before {
	content: "\e00a";
}
.elegant-book-open:before {
	content: "\e00b";
}
.elegant-browser:before {
	content: "\e00c";
}
.elegant-calendar4:before {
	content: "\e00d";
}
.elegant-presentation2:before {
	content: "\e00e";
}
.elegant-picture2:before {
	content: "\e00f";
}
.elegant-pictures4:before {
	content: "\e010";
}
.elegant-video:before {
	content: "\e011";
}
.elegant-camera4:before {
	content: "\e012";
}
.elegant-printer2:before {
	content: "\e013";
}
.elegant-toolbox:before {
	content: "\e014";
}
.elegant-briefcase:before {
	content: "\e015";
}
.elegant-wallet2:before {
	content: "\e016";
}
.elegant-gift:before {
	content: "\e017";
}
.elegant-bargraph:before {
	content: "\e018";
}
.elegant-grid3:before {
	content: "\e019";
}
.elegant-expand2:before {
	content: "\e01a";
}
.elegant-focus:before {
	content: "\e01b";
}
.elegant-edit2:before {
	content: "\e01c";
}
.elegant-adjustments:before {
	content: "\e01d";
}
.elegant-ribbon:before {
	content: "\e01e";
}
.elegant-hourglass2:before {
	content: "\e01f";
}
.elegant-lock:before {
	content: "\e020";
}
.elegant-megaphone3:before {
	content: "\e021";
}
.elegant-shield:before {
	content: "\e022";
}
.elegant-trophy:before {
	content: "\e023";
}
.elegant-flag:before {
	content: "\e024";
}
.elegant-map2:before {
	content: "\e025";
}
.elegant-puzzle:before {
	content: "\e026";
}
.elegant-basket2:before {
	content: "\e027";
}
.elegant-envelope3:before {
	content: "\e028";
}
.elegant-streetsign:before {
	content: "\e029";
}
.elegant-telescope:before {
	content: "\e02a";
}
.elegant-gears:before {
	content: "\e02b";
}
.elegant-key2:before {
	content: "\e02c";
}
.elegant-paperclip:before {
	content: "\e02d";
}
.elegant-attachment2:before {
	content: "\e02e";
}
.elegant-pricetags:before {
	content: "\e02f";
}
.elegant-lightbulb:before {
	content: "\e030";
}
.elegant-layers:before {
	content: "\e031";
}
.elegant-pencil2:before {
	content: "\e032";
}
.elegant-tools2:before {
	content: "\e033";
}
.elegant-tools-2:before {
	content: "\e034";
}
.elegant-scissors2:before {
	content: "\e035";
}
.elegant-paintbrush:before {
	content: "\e036";
}
.elegant-magnifying-glass:before {
	content: "\e037";
}
.elegant-circle-compass:before {
	content: "\e038";
}
.elegant-linegraph:before {
	content: "\e039";
}
.elegant-mic:before {
	content: "\e03a";
}
.elegant-strategy:before {
	content: "\e03b";
}
.elegant-beaker:before {
	content: "\e03c";
}
.elegant-caution:before {
	content: "\e03d";
}
.elegant-recycle:before {
	content: "\e03e";
}
.elegant-anchor2:before {
	content: "\e03f";
}
.elegant-profile-male:before {
	content: "\e040";
}
.elegant-profile-female:before {
	content: "\e041";
}
.elegant-bike3:before {
	content: "\e042";
}
.elegant-wine:before {
	content: "\e043";
}
.elegant-hotairballoon:before {
	content: "\e044";
}
.elegant-globe3:before {
	content: "\e045";
}
.elegant-genius:before {
	content: "\e046";
}
.elegant-map-pin:before {
	content: "\e047";
}
.elegant-dial:before {
	content: "\e048";
}
.elegant-chat4:before {
	content: "\e049";
}
.elegant-heart4:before {
	content: "\e04a";
}
.elegant-cloud2:before {
	content: "\e04b";
}
.elegant-upload3:before {
	content: "\e04c";
}
.elegant-download4:before {
	content: "\e04d";
}
.elegant-target2:before {
	content: "\e04e";
}
.elegant-hazardous:before {
	content: "\e04f";
}
.elegant-piechart:before {
	content: "\e050";
}
.elegant-speedometer:before {
	content: "\e051";
}
.elegant-global:before {
	content: "\e052";
}
.elegant-compass2:before {
	content: "\e053";
}
.elegant-lifesaver:before {
	content: "\e054";
}
.elegant-clock:before {
	content: "\e055";
}
.elegant-aperture:before {
	content: "\e056";
}
.elegant-quote3:before {
	content: "\e057";
}
.elegant-scope:before {
	content: "\e058";
}
.elegant-alarmclock2:before {
	content: "\e059";
}
.elegant-refresh:before {
	content: "\e05a";
}
.elegant-happy:before {
	content: "\e05b";
}
.elegant-sad2:before {
	content: "\e05c";
}
.elegant-facebook:before {
	content: "\e05d";
}
.elegant-twitter:before {
	content: "\e05e";
}
.elegant-googleplus:before {
	content: "\e05f";
}
.elegant-rss:before {
	content: "\e060";
}
.elegant-tumblr:before {
	content: "\e061";
}
.elegant-linkedin:before {
	content: "\e062";
}
.elegant-dribbble:before {
	content: "\e063";
}



/*-----------------------------------------------------------------------------------*/
/*  ICOMOON FREE 
/*-----------------------------------------------------------------------------------*/

@font-face {
	font-family: 'icomoon';
	src:url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/icomoon.eot?u8ancj');
	src:url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/icomoon.eot?#iefixu8ancj') format('embedded-opentype'),
		url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/icomoon.woff?u8ancj') format('woff'),
		url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/icomoon.ttf?u8ancj') format('truetype'),
		url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/icomoon.svg?u8ancj#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icomoon-"], [class*=" icomoon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icomoon-home2:before {
	content: "\e600";
}
.icomoon-home22:before {
	content: "\e601";
}
.icomoon-home3:before {
	content: "\e602";
}
.icomoon-office:before {
	content: "\e603";
}
.icomoon-newspaper3:before {
	content: "\e604";
}
.icomoon-pencil4:before {
	content: "\e605";
}
.icomoon-pencil22:before {
	content: "\e606";
}
.icomoon-quill:before {
	content: "\e607";
}
.icomoon-pen3:before {
	content: "\e608";
}
.icomoon-blog:before {
	content: "\e609";
}
.icomoon-droplet:before {
	content: "\e60a";
}
.icomoon-paint-format:before {
	content: "\e60b";
}
.icomoon-image3:before {
	content: "\e60c";
}
.icomoon-image22:before {
	content: "\e60d";
}
.icomoon-images:before {
	content: "\e60e";
}
.icomoon-camera6:before {
	content: "\e60f";
}
.icomoon-music2:before {
	content: "\e610";
}
.icomoon-headphones2:before {
	content: "\e611";
}
.icomoon-play:before {
	content: "\e612";
}
.icomoon-film4:before {
	content: "\e613";
}
.icomoon-camera22:before {
	content: "\e614";
}
.icomoon-dice:before {
	content: "\e615";
}
.icomoon-pacman2:before {
	content: "\e616";
}
.icomoon-spades:before {
	content: "\e617";
}
.icomoon-clubs:before {
	content: "\e618";
}
.icomoon-diamonds:before {
	content: "\e619";
}
.icomoon-pawn:before {
	content: "\e61a";
}
.icomoon-bullhorn2:before {
	content: "\e61b";
}
.icomoon-connection:before {
	content: "\e61c";
}
.icomoon-podcast:before {
	content: "\e61d";
}
.icomoon-feed:before {
	content: "\e61e";
}
.icomoon-book5:before {
	content: "\e61f";
}
.icomoon-books:before {
	content: "\e620";
}
.icomoon-library2:before {
	content: "\e621";
}
.icomoon-file5:before {
	content: "\e622";
}
.icomoon-profile4:before {
	content: "\e623";
}
.icomoon-file22:before {
	content: "\e624";
}
.icomoon-file32:before {
	content: "\e625";
}
.icomoon-file42:before {
	content: "\e626";
}
.icomoon-copy:before {
	content: "\e627";
}
.icomoon-copy2:before {
	content: "\e628";
}
.icomoon-copy3:before {
	content: "\e629";
}
.icomoon-paste:before {
	content: "\e62a";
}
.icomoon-paste2:before {
	content: "\e62b";
}
.icomoon-paste3:before {
	content: "\e62c";
}
.icomoon-stack5:before {
	content: "\e62d";
}
.icomoon-folder3:before {
	content: "\e62e";
}
.icomoon-folder-open:before {
	content: "\e62f";
}
.icomoon-tag4:before {
	content: "\e630";
}
.icomoon-tags2:before {
	content: "\e631";
}
.icomoon-barcode3:before {
	content: "\e632";
}
.icomoon-qrcode:before {
	content: "\e633";
}
.icomoon-ticket4:before {
	content: "\e634";
}
.icomoon-cart:before {
	content: "\e635";
}
.icomoon-cart2:before {
	content: "\e636";
}
.icomoon-cart3:before {
	content: "\e637";
}
.icomoon-coin:before {
	content: "\e638";
}
.icomoon-credit:before {
	content: "\e639";
}
.icomoon-calculate:before {
	content: "\e63a";
}
.icomoon-support2:before {
	content: "\e63b";
}
.icomoon-phone6:before {
	content: "\e63c";
}
.icomoon-phone-hang-up:before {
	content: "\e63d";
}
.icomoon-address-book:before {
	content: "\e63e";
}
.icomoon-notebook2:before {
	content: "\e63f";
}
.icomoon-envelope5:before {
	content: "\e640";
}
.icomoon-pushpin:before {
	content: "\e641";
}
.icomoon-location2:before {
	content: "\e642";
}
.icomoon-location22:before {
	content: "\e643";
}
.icomoon-compass3:before {
	content: "\e644";
}
.icomoon-map4:before {
	content: "\e645";
}
.icomoon-map22:before {
	content: "\e646";
}
.icomoon-history:before {
	content: "\e647";
}
.icomoon-clock3:before {
	content: "\e648";
}
.icomoon-clock22:before {
	content: "\e649";
}
.icomoon-alarm2:before {
	content: "\e64a";
}
.icomoon-alarm22:before {
	content: "\e64b";
}
.icomoon-bell:before {
	content: "\e64c";
}
.icomoon-stopwatch2:before {
	content: "\e64d";
}
.icomoon-calendar6:before {
	content: "\e64e";
}
.icomoon-calendar22:before {
	content: "\e64f";
}
.icomoon-print:before {
	content: "\e650";
}
.icomoon-keyboard3:before {
	content: "\e651";
}
.icomoon-screen2:before {
	content: "\e652";
}
.icomoon-laptop3:before {
	content: "\e653";
}
.icomoon-mobile2:before {
	content: "\e654";
}
.icomoon-mobile22:before {
	content: "\e655";
}
.icomoon-tablet4:before {
	content: "\e656";
}
.icomoon-tv2:before {
	content: "\e657";
}
.icomoon-cabinet3:before {
	content: "\e658";
}
.icomoon-drawer:before {
	content: "\e659";
}
.icomoon-drawer2:before {
	content: "\e65a";
}
.icomoon-drawer3:before {
	content: "\e65b";
}
.icomoon-box-add:before {
	content: "\e65c";
}
.icomoon-box-remove:before {
	content: "\e65d";
}
.icomoon-download6:before {
	content: "\e65e";
}
.icomoon-upload4:before {
	content: "\e65f";
}
.icomoon-disk:before {
	content: "\e660";
}
.icomoon-storage:before {
	content: "\e661";
}
.icomoon-undo:before {
	content: "\e662";
}
.icomoon-redo:before {
	content: "\e663";
}
.icomoon-flip:before {
	content: "\e664";
}
.icomoon-flip2:before {
	content: "\e665";
}
.icomoon-undo2:before {
	content: "\e666";
}
.icomoon-redo2:before {
	content: "\e667";
}
.icomoon-forward2:before {
	content: "\e668";
}
.icomoon-reply2:before {
	content: "\e669";
}
.icomoon-bubble:before {
	content: "\e66a";
}
.icomoon-bubbles:before {
	content: "\e66b";
}
.icomoon-bubbles2:before {
	content: "\e66c";
}
.icomoon-bubble2:before {
	content: "\e66d";
}
.icomoon-bubbles3:before {
	content: "\e66e";
}
.icomoon-bubbles4:before {
	content: "\e66f";
}
.icomoon-user3:before {
	content: "\e670";
}
.icomoon-users3:before {
	content: "\e671";
}
.icomoon-user22:before {
	content: "\e672";
}
.icomoon-users22:before {
	content: "\e673";
}
.icomoon-user32:before {
	content: "\e674";
}
.icomoon-user4:before {
	content: "\e675";
}
.icomoon-quotes-left:before {
	content: "\e676";
}
.icomoon-busy:before {
	content: "\e677";
}
.icomoon-spinner:before {
	content: "\e678";
}
.icomoon-spinner2:before {
	content: "\e679";
}
.icomoon-spinner3:before {
	content: "\e67a";
}
.icomoon-spinner4:before {
	content: "\e67b";
}
.icomoon-spinner5:before {
	content: "\e67c";
}
.icomoon-spinner6:before {
	content: "\e67d";
}
.icomoon-binoculars:before {
	content: "\e67e";
}
.icomoon-search3:before {
	content: "\e67f";
}
.icomoon-zoomin3:before {
	content: "\e680";
}
.icomoon-zoomout3:before {
	content: "\e681";
}
.icomoon-expand3:before {
	content: "\e682";
}
.icomoon-contract:before {
	content: "\e683";
}
.icomoon-expand22:before {
	content: "\e684";
}
.icomoon-contract2:before {
	content: "\e685";
}
.icomoon-key3:before {
	content: "\e686";
}
.icomoon-key22:before {
	content: "\e687";
}
.icomoon-lock3:before {
	content: "\e688";
}
.icomoon-lock22:before {
	content: "\e689";
}
.icomoon-unlocked5:before {
	content: "\e68a";
}
.icomoon-wrench:before {
	content: "\e68b";
}
.icomoon-settings2:before {
	content: "\e68c";
}
.icomoon-equalizer2:before {
	content: "\e68d";
}
.icomoon-cog3:before {
	content: "\e68e";
}
.icomoon-cogs2:before {
	content: "\e68f";
}
.icomoon-cog22:before {
	content: "\e690";
}
.icomoon-hammer2:before {
	content: "\e691";
}
.icomoon-wand:before {
	content: "\e692";
}
.icomoon-aid:before {
	content: "\e693";
}
.icomoon-bug:before {
	content: "\e694";
}
.icomoon-pie:before {
	content: "\e695";
}
.icomoon-stats3:before {
	content: "\e696";
}
.icomoon-bars2:before {
	content: "\e697";
}
.icomoon-bars22:before {
	content: "\e698";
}
.icomoon-gift2:before {
	content: "\e699";
}
.icomoon-trophy2:before {
	content: "\e69a";
}
.icomoon-glass:before {
	content: "\e69b";
}
.icomoon-mug3:before {
	content: "\e69c";
}
.icomoon-food:before {
	content: "\e69d";
}
.icomoon-leaf:before {
	content: "\e69e";
}
.icomoon-rocket2:before {
	content: "\e69f";
}
.icomoon-meter2:before {
	content: "\e6a0";
}
.icomoon-meter22:before {
	content: "\e6a1";
}
.icomoon-dashboard:before {
	content: "\e6a2";
}
.icomoon-hammer22:before {
	content: "\e6a3";
}
.icomoon-fire:before {
	content: "\e6a4";
}
.icomoon-lab3:before {
	content: "\e6a5";
}
.icomoon-magnet2:before {
	content: "\e6a6";
}
.icomoon-remove:before {
	content: "\e6a7";
}
.icomoon-remove2:before {
	content: "\e6a8";
}
.icomoon-briefcase2:before {
	content: "\e6a9";
}
.icomoon-airplane:before {
	content: "\e6aa";
}
.icomoon-truck2:before {
	content: "\e6ab";
}
.icomoon-road:before {
	content: "\e6ac";
}
.icomoon-accessibility:before {
	content: "\e6ad";
}
.icomoon-target3:before {
	content: "\e6ae";
}
.icomoon-shield2:before {
	content: "\e6af";
}
.icomoon-lightning2:before {
	content: "\e6b0";
}
.icomoon-switch4:before {
	content: "\e6b1";
}
.icomoon-powercord:before {
	content: "\e6b2";
}
.icomoon-signup:before {
	content: "\e6b3";
}
.icomoon-list4:before {
	content: "\e6b4";
}
.icomoon-list22:before {
	content: "\e6b5";
}
.icomoon-numbered-list:before {
	content: "\e6b6";
}
.icomoon-menu:before {
	content: "\e6b7";
}
.icomoon-menu2:before {
	content: "\e6b8";
}
.icomoon-tree:before {
	content: "\e6b9";
}
.icomoon-cloud4:before {
	content: "\e6ba";
}
.icomoon-cloud-download:before {
	content: "\e6bb";
}
.icomoon-cloud-upload:before {
	content: "\e6bc";
}
.icomoon-download22:before {
	content: "\e6bd";
}
.icomoon-upload22:before {
	content: "\e6be";
}
.icomoon-download32:before {
	content: "\e6bf";
}
.icomoon-upload32:before {
	content: "\e6c0";
}
.icomoon-globe4:before {
	content: "\e6c1";
}
.icomoon-earth:before {
	content: "\e6c2";
}
.icomoon-link3:before {
	content: "\e6c3";
}
.icomoon-flag3:before {
	content: "\e6c4";
}
.icomoon-attachment3:before {
	content: "\e6c5";
}
.icomoon-eye2:before {
	content: "\e6c6";
}
.icomoon-eye-blocked:before {
	content: "\e6c7";
}
.icomoon-eye22:before {
	content: "\e6c8";
}
.icomoon-bookmark4:before {
	content: "\e6c9";
}
.icomoon-bookmarks:before {
	content: "\e6ca";
}
.icomoon-brightness-medium:before {
	content: "\e6cb";
}
.icomoon-brightness-contrast:before {
	content: "\e6cc";
}
.icomoon-contrast:before {
	content: "\e6cd";
}
.icomoon-star2:before {
	content: "\e6ce";
}
.icomoon-star22:before {
	content: "\e6cf";
}
.icomoon-star3:before {
	content: "\e6d0";
}
.icomoon-heart6:before {
	content: "\e6d1";
}
.icomoon-heart22:before {
	content: "\e6d2";
}
.icomoon-heart-broken:before {
	content: "\e6d3";
}
.icomoon-thumbs-up:before {
	content: "\e6d4";
}
.icomoon-thumbs-up2:before {
	content: "\e6d5";
}
.icomoon-happy2:before {
	content: "\e6d6";
}
.icomoon-happy22:before {
	content: "\e6d7";
}
.icomoon-smiley2:before {
	content: "\e6d8";
}
.icomoon-smiley22:before {
	content: "\e6d9";
}
.icomoon-tongue:before {
	content: "\e6da";
}
.icomoon-tongue2:before {
	content: "\e6db";
}
.icomoon-sad3:before {
	content: "\e6dc";
}
.icomoon-sad22:before {
	content: "\e6dd";
}
.icomoon-wink:before {
	content: "\e6de";
}
.icomoon-wink2:before {
	content: "\e6df";
}
.icomoon-grin:before {
	content: "\e6e0";
}
.icomoon-grin2:before {
	content: "\e6e1";
}
.icomoon-cool:before {
	content: "\e6e2";
}
.icomoon-cool2:before {
	content: "\e6e3";
}
.icomoon-angry:before {
	content: "\e6e4";
}
.icomoon-angry2:before {
	content: "\e6e5";
}
.icomoon-evil:before {
	content: "\e6e6";
}
.icomoon-evil2:before {
	content: "\e6e7";
}
.icomoon-shocked:before {
	content: "\e6e8";
}
.icomoon-shocked2:before {
	content: "\e6e9";
}
.icomoon-confused:before {
	content: "\e6ea";
}
.icomoon-confused2:before {
	content: "\e6eb";
}
.icomoon-neutral:before {
	content: "\e6ec";
}
.icomoon-neutral2:before {
	content: "\e6ed";
}
.icomoon-wondering:before {
	content: "\e6ee";
}
.icomoon-wondering2:before {
	content: "\e6ef";
}
.icomoon-point-up:before {
	content: "\e6f0";
}
.icomoon-point-right:before {
	content: "\e6f1";
}
.icomoon-point-down:before {
	content: "\e6f2";
}
.icomoon-point-left:before {
	content: "\e6f3";
}
.icomoon-warning2:before {
	content: "\e6f4";
}
.icomoon-notification:before {
	content: "\e6f5";
}
.icomoon-question:before {
	content: "\e6f6";
}
.icomoon-info3:before {
	content: "\e6f7";
}
.icomoon-info22:before {
	content: "\e6f8";
}
.icomoon-blocked2:before {
	content: "\e6f9";
}
.icomoon-cancel-circle:before {
	content: "\e6fa";
}
.icomoon-checkmark-circle:before {
	content: "\e6fb";
}
.icomoon-spam:before {
	content: "\e6fc";
}
.icomoon-close:before {
	content: "\e6fd";
}
.icomoon-checkmark5:before {
	content: "\e6fe";
}
.icomoon-checkmark22:before {
	content: "\e6ff";
}
.icomoon-spell-check:before {
	content: "\e700";
}
.icomoon-minus4:before {
	content: "\e701";
}
.icomoon-plus3:before {
	content: "\e702";
}
.icomoon-enter2:before {
	content: "\e703";
}
.icomoon-exit:before {
	content: "\e704";
}
.icomoon-play2:before {
	content: "\e705";
}
.icomoon-pause:before {
	content: "\e706";
}
.icomoon-stop2:before {
	content: "\e707";
}
.icomoon-backward:before {
	content: "\e708";
}
.icomoon-forward22:before {
	content: "\e709";
}
.icomoon-play3:before {
	content: "\e70a";
}
.icomoon-pause2:before {
	content: "\e70b";
}
.icomoon-stop22:before {
	content: "\e70c";
}
.icomoon-backward2:before {
	content: "\e70d";
}
.icomoon-forward3:before {
	content: "\e70e";
}
.icomoon-first:before {
	content: "\e70f";
}
.icomoon-last:before {
	content: "\e710";
}
.icomoon-previous:before {
	content: "\e711";
}
.icomoon-next:before {
	content: "\e712";
}
.icomoon-eject:before {
	content: "\e713";
}
.icomoon-volume-high:before {
	content: "\e714";
}
.icomoon-volume-medium:before {
	content: "\e715";
}
.icomoon-volume-low:before {
	content: "\e716";
}
.icomoon-volume-mute:before {
	content: "\e717";
}
.icomoon-volume-mute2:before {
	content: "\e718";
}
.icomoon-volume-increase2:before {
	content: "\e719";
}
.icomoon-volume-decrease2:before {
	content: "\e71a";
}
.icomoon-loop2:before {
	content: "\e71b";
}
.icomoon-loop22:before {
	content: "\e71c";
}
.icomoon-loop3:before {
	content: "\e71d";
}
.icomoon-shuffle2:before {
	content: "\e71e";
}
.icomoon-arrow-up-left:before {
	content: "\e71f";
}
.icomoon-arrow-up2:before {
	content: "\e720";
}
.icomoon-arrow-up-right:before {
	content: "\e721";
}
.icomoon-arrow-right2:before {
	content: "\e722";
}
.icomoon-arrow-down-right:before {
	content: "\e723";
}
.icomoon-arrow-down2:before {
	content: "\e724";
}
.icomoon-arrow-down-left:before {
	content: "\e725";
}
.icomoon-arrow-left2:before {
	content: "\e726";
}
.icomoon-arrow-up-left2:before {
	content: "\e727";
}
.icomoon-arrow-up22:before {
	content: "\e728";
}
.icomoon-arrow-up-right2:before {
	content: "\e729";
}
.icomoon-arrow-right22:before {
	content: "\e72a";
}
.icomoon-arrow-down-right2:before {
	content: "\e72b";
}
.icomoon-arrow-down22:before {
	content: "\e72c";
}
.icomoon-arrow-down-left2:before {
	content: "\e72d";
}
.icomoon-arrow-left22:before {
	content: "\e72e";
}
.icomoon-arrow-up-left3:before {
	content: "\e72f";
}
.icomoon-arrow-up3:before {
	content: "\e730";
}
.icomoon-arrow-up-right3:before {
	content: "\e731";
}
.icomoon-arrow-right3:before {
	content: "\e732";
}
.icomoon-arrow-down-right3:before {
	content: "\e733";
}
.icomoon-arrow-down3:before {
	content: "\e734";
}
.icomoon-arrow-down-left3:before {
	content: "\e735";
}
.icomoon-arrow-left3:before {
	content: "\e736";
}
.icomoon-tab:before {
	content: "\e737";
}
.icomoon-checkbox-checked2:before {
	content: "\e738";
}
.icomoon-checkbox-unchecked:before {
	content: "\e739";
}
.icomoon-checkbox-partial:before {
	content: "\e73a";
}
.icomoon-radio-checked:before {
	content: "\e73b";
}
.icomoon-radio-unchecked:before {
	content: "\e73c";
}
.icomoon-crop3:before {
	content: "\e73d";
}
.icomoon-scissors3:before {
	content: "\e73e";
}
.icomoon-filter:before {
	content: "\e73f";
}
.icomoon-filter2:before {
	content: "\e740";
}
.icomoon-font:before {
	content: "\e741";
}
.icomoon-text-height:before {
	content: "\e742";
}
.icomoon-text-width:before {
	content: "\e743";
}
.icomoon-bold:before {
	content: "\e744";
}
.icomoon-underline:before {
	content: "\e745";
}
.icomoon-italic:before {
	content: "\e746";
}
.icomoon-strikethrough:before {
	content: "\e747";
}
.icomoon-omega:before {
	content: "\e748";
}
.icomoon-sigma:before {
	content: "\e749";
}
.icomoon-table:before {
	content: "\e74a";
}
.icomoon-table2:before {
	content: "\e74b";
}
.icomoon-insert-template:before {
	content: "\e74c";
}
.icomoon-pilcrow:before {
	content: "\e74d";
}
.icomoon-lefttoright:before {
	content: "\e74e";
}
.icomoon-righttoleft:before {
	content: "\e74f";
}
.icomoon-paragraph-left:before {
	content: "\e750";
}
.icomoon-paragraph-center:before {
	content: "\e751";
}
.icomoon-paragraph-right:before {
	content: "\e752";
}
.icomoon-paragraph-justify:before {
	content: "\e753";
}
.icomoon-paragraph-left2:before {
	content: "\e754";
}
.icomoon-paragraph-center2:before {
	content: "\e755";
}
.icomoon-paragraph-right2:before {
	content: "\e756";
}
.icomoon-paragraph-justify2:before {
	content: "\e757";
}
.icomoon-indent-increase:before {
	content: "\e758";
}
.icomoon-indent-decrease:before {
	content: "\e759";
}
.icomoon-newtab:before {
	content: "\e75a";
}
.icomoon-embed:before {
	content: "\e75b";
}
.icomoon-code:before {
	content: "\e75c";
}
.icomoon-console:before {
	content: "\e75d";
}
.icomoon-share2:before {
	content: "\e75e";
}
.icomoon-mail:before {
	content: "\e75f";
}
.icomoon-mail2:before {
	content: "\e760";
}
.icomoon-mail3:before {
	content: "\e761";
}
.icomoon-mail4:before {
	content: "\e762";
}
.icomoon-google:before {
	content: "\e763";
}
.icomoon-googleplus2:before {
	content: "\e764";
}
.icomoon-googleplus22:before {
	content: "\e765";
}
.icomoon-googleplus3:before {
	content: "\e766";
}
.icomoon-googleplus4:before {
	content: "\e767";
}
.icomoon-google-drive:before {
	content: "\e768";
}
.icomoon-facebook2:before {
	content: "\e769";
}
.icomoon-facebook22:before {
	content: "\e76a";
}
.icomoon-facebook3:before {
	content: "\e76b";
}
.icomoon-instagram:before {
	content: "\e76c";
}
.icomoon-twitter2:before {
	content: "\e76d";
}
.icomoon-twitter22:before {
	content: "\e76e";
}
.icomoon-twitter3:before {
	content: "\e76f";
}
.icomoon-feed2:before {
	content: "\e770";
}
.icomoon-feed3:before {
	content: "\e771";
}
.icomoon-feed4:before {
	content: "\e772";
}
.icomoon-youtube:before {
	content: "\e773";
}
.icomoon-youtube2:before {
	content: "\e774";
}
.icomoon-vimeo:before {
	content: "\e775";
}
.icomoon-vimeo2:before {
	content: "\e776";
}
.icomoon-vimeo3:before {
	content: "\e777";
}
.icomoon-lanyrd:before {
	content: "\e778";
}
.icomoon-flickr:before {
	content: "\e779";
}
.icomoon-flickr2:before {
	content: "\e77a";
}
.icomoon-flickr3:before {
	content: "\e77b";
}
.icomoon-flickr4:before {
	content: "\e77c";
}
.icomoon-picassa:before {
	content: "\e77d";
}
.icomoon-picassa2:before {
	content: "\e77e";
}
.icomoon-dribbble2:before {
	content: "\e77f";
}
.icomoon-dribbble22:before {
	content: "\e780";
}
.icomoon-dribbble3:before {
	content: "\e781";
}
.icomoon-forrst:before {
	content: "\e782";
}
.icomoon-forrst2:before {
	content: "\e783";
}
.icomoon-deviantart:before {
	content: "\e784";
}
.icomoon-deviantart2:before {
	content: "\e785";
}
.icomoon-steam:before {
	content: "\e786";
}
.icomoon-steam2:before {
	content: "\e787";
}
.icomoon-github:before {
	content: "\e788";
}
.icomoon-github2:before {
	content: "\e789";
}
.icomoon-github3:before {
	content: "\e78a";
}
.icomoon-github4:before {
	content: "\e78b";
}
.icomoon-github5:before {
	content: "\e78c";
}
.icomoon-wordpress:before {
	content: "\e78d";
}
.icomoon-wordpress2:before {
	content: "\e78e";
}
.icomoon-joomla:before {
	content: "\e78f";
}
.icomoon-blogger:before {
	content: "\e790";
}
.icomoon-blogger2:before {
	content: "\e791";
}
.icomoon-tumblr2:before {
	content: "\e792";
}
.icomoon-tumblr22:before {
	content: "\e793";
}
.icomoon-yahoo:before {
	content: "\e794";
}
.icomoon-tux:before {
	content: "\e795";
}
.icomoon-apple:before {
	content: "\e796";
}
.icomoon-finder:before {
	content: "\e797";
}
.icomoon-android2:before {
	content: "\e798";
}
.icomoon-windows2:before {
	content: "\e799";
}
.icomoon-windows8:before {
	content: "\e79a";
}
.icomoon-soundcloud:before {
	content: "\e79b";
}
.icomoon-soundcloud2:before {
	content: "\e79c";
}
.icomoon-skype:before {
	content: "\e79d";
}
.icomoon-reddit:before {
	content: "\e79e";
}
.icomoon-linkedin2:before {
	content: "\e79f";
}
.icomoon-lastfm:before {
	content: "\e7a0";
}
.icomoon-lastfm2:before {
	content: "\e7a1";
}
.icomoon-delicious:before {
	content: "\e7a2";
}
.icomoon-stumbleupon:before {
	content: "\e7a3";
}
.icomoon-stumbleupon2:before {
	content: "\e7a4";
}
.icomoon-stackoverflow:before {
	content: "\e7a5";
}
.icomoon-pinterest:before {
	content: "\e7a6";
}
.icomoon-pinterest2:before {
	content: "\e7a7";
}
.icomoon-xing:before {
	content: "\e7a8";
}
.icomoon-xing2:before {
	content: "\e7a9";
}
.icomoon-flattr:before {
	content: "\e7aa";
}
.icomoon-foursquare:before {
	content: "\e7ab";
}
.icomoon-foursquare2:before {
	content: "\e7ac";
}
.icomoon-paypal:before {
	content: "\e7ad";
}
.icomoon-paypal2:before {
	content: "\e7ae";
}
.icomoon-paypal3:before {
	content: "\e7af";
}
.icomoon-yelp:before {
	content: "\e7b0";
}
.icomoon-libreoffice:before {
	content: "\e7b1";
}
.icomoon-file-pdf:before {
	content: "\e7b2";
}
.icomoon-file-openoffice:before {
	content: "\e7b3";
}
.icomoon-file-word:before {
	content: "\e7b4";
}
.icomoon-file-excel:before {
	content: "\e7b5";
}
.icomoon-file-zip:before {
	content: "\e7b6";
}
.icomoon-file-powerpoint:before {
	content: "\e7b7";
}
.icomoon-file-xml:before {
	content: "\e7b8";
}
.icomoon-file-css:before {
	content: "\e7b9";
}
.icomoon-html5:before {
	content: "\e7ba";
}
.icomoon-html52:before {
	content: "\e7bb";
}
.icomoon-css3:before {
	content: "\e7bc";
}
.icomoon-chrome:before {
	content: "\e7bd";
}
.icomoon-firefox:before {
	content: "\e7be";
}
.icomoon-IE:before {
	content: "\e7bf";
}
.icomoon-opera:before {
	content: "\e7c0";
}
.icomoon-safari:before {
	content: "\e7c1";
}
.icomoon-IcoMoon:before {
	content: "\e7c2";
}


/*-----------------------------------------------------------------------------------*/
/*  SIMPLE LINE
/*-----------------------------------------------------------------------------------*/

@font-face {
	font-family: 'Simple-Line-Icons';
	src:url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/Simple-Line-Icons.eot');
	src:url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'),
		url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/Simple-Line-Icons.woff') format('woff'),
		url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/Simple-Line-Icons.ttf') format('truetype'),
		url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'Simple-Line-Icons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
[class^="sline-"], [class*=" sline-"] {
	font-family: 'Simple-Line-Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.sline-user-female:before {
	content: "\e000";
}
.sline-user-follow:before {
	content: "\e002";
}
.sline-user-following:before {
	content: "\e003";
}
.sline-user-unfollow:before {
	content: "\e004";
}
.sline-trophy:before {
	content: "\e006";
}
.sline-screen-smartphone:before {
	content: "\e010";
}
.sline-screen-desktop:before {
	content: "\e011";
}
.sline-plane:before {
	content: "\e012";
}
.sline-notebook:before {
	content: "\e013";
}
.sline-moustache:before {
	content: "\e014";
}
.sline-mouse:before {
	content: "\e015";
}
.sline-magnet:before {
	content: "\e016";
}
.sline-energy:before {
	content: "\e020";
}
.sline-emoticon-smile:before {
	content: "\e021";
}
.sline-disc:before {
	content: "\e022";
}
.sline-cursor-move:before {
	content: "\e023";
}
.sline-crop:before {
	content: "\e024";
}
.sline-credit-card:before {
	content: "\e025";
}
.sline-chemistry:before {
	content: "\e026";
}
.sline-user:before {
	content: "\e005";
}
.sline-speedometer:before {
	content: "\e007";
}
.sline-social-youtube:before {
	content: "\e008";
}
.sline-social-twitter:before {
	content: "\e009";
}
.sline-social-tumblr:before {
	content: "\e00a";
}
.sline-social-facebook:before {
	content: "\e00b";
}
.sline-social-dropbox:before {
	content: "\e00c";
}
.sline-social-dribbble:before {
	content: "\e00d";
}
.sline-shield:before {
	content: "\e00e";
}
.sline-screen-tablet:before {
	content: "\e00f";
}
.sline-magic-wand:before {
	content: "\e017";
}
.sline-hourglass:before {
	content: "\e018";
}
.sline-graduation:before {
	content: "\e019";
}
.sline-ghost:before {
	content: "\e01a";
}
.sline-game-controller:before {
	content: "\e01b";
}
.sline-fire:before {
	content: "\e01c";
}
.sline-eyeglasses:before {
	content: "\e01d";
}
.sline-envelope-open:before {
	content: "\e01e";
}
.sline-envelope-letter:before {
	content: "\e01f";
}
.sline-bell:before {
	content: "\e027";
}
.sline-badge:before {
	content: "\e028";
}
.sline-anchor:before {
	content: "\e029";
}
.sline-wallet:before {
	content: "\e02a";
}
.sline-vector:before {
	content: "\e02b";
}
.sline-speech:before {
	content: "\e02c";
}
.sline-puzzle:before {
	content: "\e02d";
}
.sline-printer:before {
	content: "\e02e";
}
.sline-present:before {
	content: "\e02f";
}
.sline-playlist:before {
	content: "\e030";
}
.sline-pin:before {
	content: "\e031";
}
.sline-picture:before {
	content: "\e032";
}
.sline-map:before {
	content: "\e033";
}
.sline-layers:before {
	content: "\e034";
}
.sline-handbag:before {
	content: "\e035";
}
.sline-globe-alt:before {
	content: "\e036";
}
.sline-globe:before {
	content: "\e037";
}
.sline-frame:before {
	content: "\e038";
}
.sline-folder-alt:before {
	content: "\e039";
}
.sline-film:before {
	content: "\e03a";
}
.sline-feed:before {
	content: "\e03b";
}
.sline-earphones-alt:before {
	content: "\e03c";
}
.sline-earphones:before {
	content: "\e03d";
}
.sline-drop:before {
	content: "\e03e";
}
.sline-drawer:before {
	content: "\e03f";
}
.sline-docs:before {
	content: "\e040";
}
.sline-directions:before {
	content: "\e041";
}
.sline-direction:before {
	content: "\e042";
}
.sline-diamond:before {
	content: "\e043";
}
.sline-cup:before {
	content: "\e044";
}
.sline-compass:before {
	content: "\e045";
}
.sline-call-out:before {
	content: "\e046";
}
.sline-call-in:before {
	content: "\e047";
}
.sline-call-end:before {
	content: "\e048";
}
.sline-calculator:before {
	content: "\e049";
}
.sline-bubbles:before {
	content: "\e04a";
}
.sline-briefcase:before {
	content: "\e04b";
}
.sline-book-open:before {
	content: "\e04c";
}
.sline-basket-loaded:before {
	content: "\e04d";
}
.sline-basket:before {
	content: "\e04e";
}
.sline-bag:before {
	content: "\e04f";
}
.sline-action-undo:before {
	content: "\e050";
}
.sline-action-redo:before {
	content: "\e051";
}
.sline-wrench:before {
	content: "\e052";
}
.sline-umbrella:before {
	content: "\e053";
}
.sline-trash:before {
	content: "\e054";
}
.sline-tag:before {
	content: "\e055";
}
.sline-support:before {
	content: "\e056";
}
.sline-size-fullscreen:before {
	content: "\e057";
}
.sline-size-actual:before {
	content: "\e058";
}
.sline-shuffle:before {
	content: "\e059";
}
.sline-share-alt:before {
	content: "\e05a";
}
.sline-share:before {
	content: "\e05b";
}
.sline-rocket:before {
	content: "\e05c";
}
.sline-question:before {
	content: "\e05d";
}
.sline-pie-chart:before {
	content: "\e05e";
}
.sline-pencil:before {
	content: "\e05f";
}
.sline-note:before {
	content: "\e060";
}
.sline-music-tone-alt:before {
	content: "\e061";
}
.sline-music-tone:before {
	content: "\e062";
}
.sline-microphone:before {
	content: "\e063";
}
.sline-loop:before {
	content: "\e064";
}
.sline-logout:before {
	content: "\e065";
}
.sline-login:before {
	content: "\e066";
}
.sline-list:before {
	content: "\e067";
}
.sline-like:before {
	content: "\e068";
}
.sline-home:before {
	content: "\e069";
}
.sline-grid:before {
	content: "\e06a";
}
.sline-graph:before {
	content: "\e06b";
}
.sline-equalizer:before {
	content: "\e06c";
}
.sline-dislike:before {
	content: "\e06d";
}
.sline-cursor:before {
	content: "\e06e";
}
.sline-control-start:before {
	content: "\e06f";
}
.sline-control-rewind:before {
	content: "\e070";
}
.sline-control-play:before {
	content: "\e071";
}
.sline-control-pause:before {
	content: "\e072";
}
.sline-control-forward:before {
	content: "\e073";
}
.sline-control-end:before {
	content: "\e074";
}
.sline-calendar:before {
	content: "\e075";
}
.sline-bulb:before {
	content: "\e076";
}
.sline-bar-chart:before {
	content: "\e077";
}
.sline-arrow-up:before {
	content: "\e078";
}
.sline-arrow-right:before {
	content: "\e079";
}
.sline-arrow-left:before {
	content: "\e07a";
}
.sline-arrow-down:before {
	content: "\e07b";
}
.sline-ban:before {
	content: "\e07c";
}
.sline-bubble:before {
	content: "\e07d";
}
.sline-camcorder:before {
	content: "\e07e";
}
.sline-camera:before {
	content: "\e07f";
}
.sline-check:before {
	content: "\e080";
}
.sline-clock:before {
	content: "\e081";
}
.sline-close:before {
	content: "\e082";
}
.sline-cloud-download:before {
	content: "\e083";
}
.sline-cloud-upload:before {
	content: "\e084";
}
.sline-doc:before {
	content: "\e085";
}
.sline-envelope:before {
	content: "\e086";
}
.sline-eye:before {
	content: "\e087";
}
.sline-flag:before {
	content: "\e088";
}
.sline-folder:before {
	content: "\e089";
}
.sline-heart:before {
	content: "\e08a";
}
.sline-info:before {
	content: "\e08b";
}
.sline-key:before {
	content: "\e08c";
}
.sline-link:before {
	content: "\e08d";
}
.sline-lock:before {
	content: "\e08e";
}
.sline-lock-open:before {
	content: "\e08f";
}
.sline-magnifier:before {
	content: "\e090";
}
.sline-magnifier-add:before {
	content: "\e091";
}
.sline-magnifier-remove:before {
	content: "\e092";
}
.sline-paper-clip:before {
	content: "\e093";
}
.sline-paper-plane:before {
	content: "\e094";
}
.sline-plus:before {
	content: "\e095";
}
.sline-pointer:before {
	content: "\e096";
}
.sline-power:before {
	content: "\e097";
}
.sline-refresh:before {
	content: "\e098";
}
.sline-reload:before {
	content: "\e099";
}
.sline-settings:before {
	content: "\e09a";
}
.sline-star:before {
	content: "\e09b";
}
.sline-symbol-female:before {
	content: "\e09c";
}
.sline-symbol-male:before {
	content: "\e09d";
}
.sline-target:before {
	content: "\e09e";
}
.sline-volume-1:before {
	content: "\e09f";
}
.sline-volume-2:before {
	content: "\e0a0";
}
.sline-volume-off:before {
	content: "\e0a1";
}
.sline-users:before {
	content: "\e001";
}
#wide-menu {
}
#wide-menu #nav {
    left: 0;
    position: relative;
    top: 0;	
}
/* All Levels */
#wide-menu #nav li {
	float:left; 
	text-align:left; 
	/*position:relative;*/ /*my:Drop-down position under current tab*/
}
#wide-menu #nav li a {
	color: #363636;
	display:block;
	float:left;
	border:none;
	text-decoration:none;
	transition-duration:			200ms;
	-moz-transition-duration:		200ms;
	-webkit-transition-duration:	200ms;
	-o-transition-duration:			200ms;		
}
#wide-menu #nav li a:hover { 
	text-decoration:none; 
	transition:			color 450ms ease-in-out, background-color 450ms ease-in-out;
	-moz-transition:	color 450ms ease-in-out, background-color 450ms ease-in-out;
	-webkit-transition:	color 450ms ease-in-out, background-color 450ms ease-in-out;
	-o-transition:		color 450ms ease-in-out, background-color 450ms ease-in-out;	
}

#wide-menu #nav li.over {}
#wide-menu #nav li.parent {}
#wide-menu #nav li a span { 
	display:block; 
	white-space:nowrap;
}
#wide-menu #nav li ul a span { white-space:normal; }
/* Only 1st level
-------------------------------------------------------------- */
#wide-menu #nav > li {
 	display:inline-block;
	/*position:relative;*/ /*Set to position drop-down under current tab*/
}
#wide-menu #nav > li > a {
    color: #363636;
    display: block;
    font-size: 14px;
    line-height: 45px;
    padding: 0 14px;
    text-transform: uppercase;
}
.header-container-1 #wide-menu #nav > li > a {
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    line-height: 50px;
    padding: 0 14px;
    text-transform: uppercase;
}
#wide-menu #nav > li.parent:hover > a,
#wide-menu #nav > li.parent.active > a {
	color: #f01c35;
}

#wide-menu #nav > li:hover > a {}
#wide-menu #nav > li> a {}

#wide-menu #nav > li:hover > a {
	position:relative; /*FF: domyslny static sprawia, ze element nie wyplywa na wierzch pomimo wysokiego z-index*/
	z-index:999999; /* "ul.shown-sub" + 1 */
}

#wide-menu #nav > li.active > a {

} /* For parent items */

#wide-menu #nav > li > a span {}
#wide-menu #nav > li.parent:hover > a span,
#wide-menu #nav > li.parent.active > a span {
	/* For parent items */
	display:block;
}
#wide-menu #nav > li:hover > a span,
#wide-menu #nav > li.active > a span {
	display:block;
}
#wide-menu #nav > li:hover > a span {}
/* Only 2nd level (first subcategory)
-------------------------------------------------------------- */

#wide-menu #nav ul.level0 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #363636;
    display: none;
    left: -260px;
    margin: 0;
    padding: 30px 30px 45px;
    position: absolute;
    top: 50px;
    width: 1170px;
    z-index: 99999;
}
.header-container-1 #wide-menu #nav ul.level0 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 3px solid #DDDDDD;
    display: none;
    left: 0;
    margin: 0;
    padding: 30px 30px 45px 30px;
    position: absolute;
    top: 51px;
    width: 1170px;
    z-index: 99999;
}
#wide-menu #nav ul.level0 {}
#wide-menu #nav div ul { position:static; width:auto; border:none; } 

/* Block with subcategory title and a list of child categories */

#wide-menu #nav ul.level0 > li {
    float: left;
    margin: 0 40px 0 10px;
}

#wide-menu #nav ul.level0 > li.last {}
#wide-menu #nav ul.level0 > li > a {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
}
#wide-menu #nav ul.level0 > li > a:hover {
	
}

#wide-menu #nav ul.level0 > li.level1 > ul.level1 {
	margin-left: 0;
}

/* 2nd level
-------------------------------------------------------------- */
#wide-menu #nav ul li a { float:none; }
#wide-menu #nav ul li a:hover { color: #f01b37; text-decoration: none !important; }
#wide-menu #nav ul li.parent {}

/* 3rd level
-------------------------------------------------------------- */
#wide-menu #nav ul ul,
#wide-menu #nav ul div {
	position:static !important;
}
#wide-menu #nav ul ul {
	padding-top: 5px;
}
#wide-menu #nav ul ul li {
	float: none;
	margin: 0;
	padding: 5px 0;
}
#wide-menu #nav ul ul li a:hover {
	text-decoration:underline;
}
/* 4th level
-------------------------------------------------------------- */
#wide-menu #nav ul.level2 { padding:5px 0 5px 8px; }
#wide-menu #nav ul.level2 a { color:#aaa; font-size:11px; line-height:15px; }

/* Show menu
-------------------------------------------------------------- */
/* default: left:0; Move 8px left (navbar left corner width) */
#wide-menu #nav ul.level0 > li.menu-content {
	float:none;
	width:inherit;
	margin-right:0;
	margin-left:0;
	margin-bottom:0;
}
#wide-menu #nav li > ul.shown-sub,
#wide-menu #nav li > div.shown-sub {}
/* deleted:
#wide-menu #nav li .shown-sub ul.shown-sub,
#wide-menu #nav li .shown-sub li div.shown-sub { left:100px; }*/

#wide-menu #nav #wide-menu #nav-custom-link > a { cursor:default; }
#wide-menu #nav .header-nav-dropdown-wrapper { margin:0 0 20px; padding:0; border:0; display: block !important;}
#wide-menu #nav .header-nav-dropdown-wrapper li {
	float:left;
	width:23.125%;
	margin-right:2.5%;
}
#wide-menu #nav .header-nav-dropdown-wrapper li.first {}
#wide-menu #nav .header-nav-dropdown-wrapper li.last { margin-right:0; }
#wide-menu #nav .header-nav-dropdown-wrapper p { margin:10px 0; color:#999999; }
#wide-menu #nav .header-nav-dropdown-wrapper .heading { margin:10px 0; color:#333; }

/********** Navigation > */
/* ======================================================================================= */

/* All Levels */ /* Style consistent throughout all nav levels */
#default-menu {}
#default-menu #nav li { position:relative; text-align:left;  line-height: normal;}
#default-menu #nav li.over { z-index:998; }
#default-menu #nav a,
#default-menu #nav a:hover { display:block; text-decoration:none; }
#default-menu #nav span {
    cursor: pointer;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    white-space: nowrap;
}
#default-menu #nav li a {
	color: #363636;
}
#default-menu #nav li ul span {white-space:normal; }
#default-menu #nav ul li.parent a {}
#default-menu #nav ul li.parent li a {}
#default-menu #nav ul li a:hover span {
	background: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/icon-right.png) no-repeat 90% 50%;
}

#default-menu #nav ul li.level2 a:hover span {
	background: none;
}

/* 0 Level */
#default-menu #nav li { float:left;  font-size:18px; }
#default-menu #nav li a{ line-height: 55px;}
#default-menu #nav li.active a { }
#default-menu #nav li a {
    float: left;
    line-height: 42px;
    padding: 0 15px;
}

.header-container-1 #default-menu #nav li.home a {
    padding-left: 0;
}
.header-container-1 #default-menu #nav li a {
    line-height: 50px;
}
#default-menu #nav li.over a,
#default-menu #nav li a:hover {

}

#default-menu #nav li.parent:hover a.level-top {
	background: url("https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/icon-hover-menu.png") no-repeat bottom center;
}

#default-menu #nav li a.over,
#default-menu #nav li a:hover { }
/* 1st Level */
#default-menu #nav li ul li a {
	border:0 !important;
	margin-bottom:0;
}
#default-menu #nav ul { 
	margin: 0;
    padding: 0;
}
#default-menu #nav ul li,
#default-menu #nav ul li.active { float:none; margin:0; font-size: 12px;}
#default-menu #nav ul li.last { padding-bottom:0; }
#default-menu #nav ul li { }
#default-menu #nav ul {
}
#default-menu #nav ul a, #default-menu #nav ul li a, #default-menu #nav ul a:hover {
    background: none !important;
    float: none;
    line-height: 30px;
    padding: 0 0 0 20px;
}
.header-container-1 #default-menu #nav ul a, .header-container-1 #default-menu #nav ul li a, .header-container-1 #default-menu #nav ul a:hover {
    line-height: 35px;
}
#default-menu #nav ul li a { }
#default-menu #nav ul li a:hover { }
#default-menu #nav ul li.active a { }
/* 2nd Level */

#default-menu #nav ul, #default-menu #nav div {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #363636;
    left: -10000px;
    min-width: 195px;
    padding: 10px 0;
    position: absolute;
    top: 42px;
    width: 100%;
}
#default-menu #nav div ul { position:static; width:auto; border:none; }
#default-menu ul li.level0 ul li:hover {
	background: #E8F2F4;
}
/* 3rd+ Level */
#default-menu #nav ul ul, #default-menu #nav ul ul, #default-menu #nav ul div {
    left: 190px !important;
    top: 10px;
    width: 100% !important;
}

#default-menu #nav ul span, 
#default-menu #nav ul li.last li span {
    font-size: 14px !important;
    text-transform: none;
}
#default-menu #nav ul li a:hover {}
#default-menu #nav ul li a,
#default-menu #nav ul li a:hover {}
#default-menu #nav ul span,
#default-menu #nav ul li.last li span {}
#default-menu #nav li.active ul li a {}
#default-menu #nav ul li.active ul li a { color:#818181 !important; } 
#default-menu #nav ul li.active ul li a:hover { }
/* Show menu */
#default-menu #nav li ul.shown-sub,
#default-menu #nav li div.shown-sub { left:0; z-index:999; }
#default-menu #nav li .shown-sub ul.shown-sub,
#default-menu #nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */


/********** Mobile Navigation > */
/* ======================================================================================= */
.mobi-nav{ 
    padding:10px;
    margin: 0 auto;
    width: 90%;
}
.mobi-nav h1 {
    background: #111;
    font-size: 16px;
    line-height: 47px;
    text-transform: uppercase;  
    font-weight: normal;  
    display: inline-block;
    margin: 0;
    width: 100%;
}
.mobi-nav h1 span {
    color: #FFFFFF;
    float: left;
    padding-left: 10px;
}
.mobi-nav h1 a.nav-box {
    background: url("https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/common.png") no-repeat scroll 0 -361px transparent;
    float: right;
    font-size: 0;
    height: 22px;
    margin-top: 13px;
    width: 27px;
    padding-right:10px;
}
#mobi-nav-content {}
.accordion { list-style-type: none; padding: 0; margin: 0 0 30px; }
.accordion ul { padding: 0; margin: 0; float: left; display: block; width: 100%; }
.accordion li { background: #fff; cursor: pointer; list-style-type: none; padding: 0; margin: 0; float: left; display: block; width: 100%; position:relative;}
.accordion li.active > em.open-close {
    background: url("https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/common.png") no-repeat scroll 2px -427px transparent;
}
.accordion li div { padding: 20px; background: #aef; display: block; clear: both; float: left; width: 360px;}
.accordion em.open-close {
    background: url("https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/common.png") no-repeat scroll 2px -392px transparent;
    padding: 8px 14px;
    position: absolute;
    right: 0;
    top: 0;
}
.accordion a { text-decoration: none; border-bottom: 1px solid #F0F0F0; font-size:12px; text-transform:uppercase;padding: 8px 10px; display: block; cursor: pointer; text-align:left;}
.accordion em{margin-right:10px;}
.accordion ul a{font-size:11px;}
.accordion li ul li { background: #F0F0F0; }
.block-inner-menu { margin-top: 20px; width: 100% !important;}
.block-inner-menu h4 {font-size: 11px; font-weight: normal;}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.modnadama.si/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.modnadama.si/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.modnadama.si/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.modnadama.si/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.modnadama.si/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.modnadama.si/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.modnadama.si/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.modnadama.si/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.modnadama.si/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/* Header ================================================================================ */
.header-container {
    background-color: #e4deda;
    margin-bottom: 55px;
    max-height: 240px;
}
.header-container .top-header.top-header-1 {
    border-bottom: none;
    position: relative;
    text-align: left;
}
.header-1 #header div.header-logo {
    margin: 15px 0 15px 30px;
}
.header-1 #header div.header-logo a {
    display: inline-block;
    float: left;
}
.header-right-1 a.cart-contents i {
    background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #202020;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 28px;
}
.mega-layout-custom-menu {
	position: relative;
	text-align: right;
}
.mega-layout-custom-menu .menu-manager-menu {
    display: inline-block;
    height: 54px;
    margin: 0;
}
.mega-layout-custom-menu .menu-manager-menu li {
    display: inline;
    height: 54px;
    line-height: 54px;
}
.mega-layout-custom-menu .menu-manager-menu li a {
	font-size: 14px;
	padding: 0 15px;
	text-transform: uppercase;
}
.mega-layout-custom-menu .menu-manager-menu li.last a {
	padding-right: 0;
}
.mega-layout-custom-menu .menu-manager-menu li a span {
	padding: 0;
}
.style-header-9 .totalmenu{
    position: relative;
}
.header-bottom {
    /*max-height: 485px;
    overflow: scroll;*/
    position: absolute;
    text-align: left;
    max-width: 270px;
    width: 23%;
    top: -3px;
    left: 0;
}
.header-bottom .shop-categories .widget-title{
    background-color: #af5875;
    color: #fff !important;
    margin: 0;
    padding: 15px 0;
    text-align: center;
}
.header-bottom .shop-categories .widget-content ul li{
    border-bottom: 1px solid #d4d4d4;
    line-height: 40px;
    padding: 0 30px;
    margin: 0 5px;
}
.header-bottom .shop-categories .widget-content ul li:last-child{
    border-bottom: none;
}
.header-bottom .shop-categories .widget-content ul li .arrow i{
    float: right;
    line-height: 40px;
}
.header-bottom .shop-categories .widget-content ul li .arrow i:hover{
    cursor: pointer;
}
.header-bottom .navleft-container {
    background-color: #fff;
    display: block;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 999;
}
.catalog-category-view .main-navigation .header-bottom .navleft-container,
.style-header-9 .is-sticky .header-bottom .navleft-container{
    background-color: transparent;
}
.header-bottom .navleft-container .megamenu-title {
	margin: 0;
}
.header-bottom .navleft-container .megamenu-title h2 {
    color: #fff !important;
    cursor: inherit;
    font-size: 14px;
    font-weight: normal;
    line-height: 54px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    letter-spacing: 1px;
}
#search_mini_form .form-search {

}
.custom-header-2 #search_mini_form .form-search {
    border: 2px solid #282828;
    height: 51px;
}
.header-1 #search_mini_form {
    background-color: #dc3411;
    display: inline-block;
    float: left;
    height: 58px;
    max-width: calc(100% - 370px);
    padding: 10px;
    width: 100%;
}
#search_mini_form .form-search > label {
    color: #9b9b9b;
    display: none;
    float: left;
    font-size: 14px;
    line-height: 38px;
    margin: 0;
    padding-left: 15px;
}
#search_mini_form .form-search .box-select {
    border-right: 1px solid #d4d4d4;
    display: inline-block;
    float: left;
    left: 0;
    max-height: 52px;
    max-width: 192px;
    position: absolute;
    top: 0;
}
#search_mini_form .form-search .header-input {

}
#search_mini_form .form-search .header-input .input-text {


}

#search_mini_form .form-search:hover input.input-text {

}

.header-topsearch input.input-text{
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    font-style: italic;
    padding: 15px 10px 15px 225px;
}
.custom-header-2 #search_mini_form .form-search .header-input .input-text {
    color: #282828;
    text-transform: uppercase;	
}
#search_mini_form .form-search .button {
    float: right;
    position: relative;
    top: -40px;
    background-color: transparent !important;

}
#search_mini_form .form-search .button:hover{
    background-color: transparent !important;
}

#search_mini_form .form-search .button span span {
    color: red;
    display: block;
    text-indent: -9999px;
}
#search_mini_form .form-search .button span span:after {
    color: #232323;
    content: "\f002";
    display: block;
    font-family: FontAwesome;
    font-size: 15px;
    left: 50%;
    margin: -10px 0 0 -8px;
    position: absolute;
    text-indent: 0;
    top: 50%;
}
#search_mini_form .form-search .box-select .header-select {
    float: left;
    max-width: 192px !important;
    position: relative;
    width: 192px;
}
#search_mini_form .form-search .box-select .header-select select{
    height: 52px !important;
}
#search_mini_form .form-search .box-select .header-select span span{
    font-size: 13px;
    text-transform: uppercase;
}
#search_mini_form .form-search .box-select .selectpicker {
    color: #282828 !important;
    display: inline-block;
    font-size: 10px !important;
    line-height: 20px;
    padding: 16px 25px;
    text-align: left;
}
.selectpicker .customSelectInner {
	width: 100% !important;
}
#search_mini_form .form-search .box-select .selectpicker .customSelectInner:after {
    content: "";
    font-family: FontAwesome;
    padding-left: 17px;
}
.block-gird-4-banner {
	margin-top: 30px;
	margin-bottom: 50px;
}
.block-mega {
	border: 1px solid #e9e9e9;
}
.block-mega-first {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}
.block-mega-first .block-mega-content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.block-mega-first .block-mega-content h2 {
    color: #4084ca !important;
    font-size: 30px;
    font-weight: normal;
    margin: 25px 0 20px;
    padding: 0 33px;
}
.block-mega-first .block-mega-content a:before {
    content: "";
    font-family: FontAwesome;
    font-size: 14px;
}
.block-mega-first .block-mega-content a span {
    font-size: 14px;
    padding-left: 5px;
    text-decoration: underline;
}
.block-mega-last {
    overflow: hidden;
    position: relative;
}
.block-mega-last .block-mega-content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 100px;
    text-align: center;
    top: 0;
}
.block-mega-last .block-mega-content h2 {
    color: #00bdde !important;
    font-size: 20px;
    font-weight: normal;
    margin: 25px 0 0;
    text-transform: uppercase;
}
.block-mega-last .block-mega-content p {
    color: #fee18f;
    font-size: 11px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.block-mega-last .block-mega-content a {
    border: 1px solid #202020;
    display: inline-block;
    font-size: 10px;
    padding: 5px 15px;
    text-transform: uppercase;
}
.block-newsletter {
    background-color: #f5f5f5;
    margin-bottom: 35px;
    max-width: 270px;
    padding: 20px 17px 12px;
    width: 100%;
}
.block-newsletter .block-title {
    color: #202020;
    font-size: 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.block-newsletter .form-subscribe input {
    border: 0;
    color: #c4c4c4;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    max-width: 232px;
    padding: 0 0 0 10px;
    width: 100%;
}
.block-newsletter .input-box .input-text {
	margin-bottom: 12px;
}
.block-newsletter .input-box button.button {
    display: block;
    float: none !important;
    line-height: 28px;
    margin: 0 auto;
    padding: 0 10px;
}
.nova-widget-style-mega-style .mini-sidebar {
    border: 1px solid #ebebeb;
    padding: 20px;
}
.nova-widget-style-mega-style .mini-sidebar {
    border: 1px solid #ebebeb;
    padding: 20px;
}
.mini-list li {
    margin-top: 25px;
}
.mini-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.mini-list li figure {
    box-shadow: none;
    display: inline-block;
    float: left;
    max-width: 105px;
    width: 100%;
}
.block_submenu_paragraph_right .mini-list li figure{
	margin: 0 0px 30px 0;
}
.mini-sidebar li figure {
	margin: 0;
}
.mini-list li .product-details {
    display: inline-block;
    float: left;
    margin-left: 15px;
    max-width: 130px;
    width: 100%;
}
.mini-list li h5 {
    margin:  0;
}
.block_submenu_paragraph_right > .mini-list > li > h5 > a, .mini-list li h5 a {
    color: #232323;
    display: block;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    margin: 0 0 8px;
    text-transform: none;
}

.product-name.caption-title {
	margin-top: 30px;
}
.sale-products .product-name.caption-title {
    margin-top: 80px;
}
.products-list-4col .mini-list .clearfix.media .product-list .pull-left.media-link a img{
	max-width: 100px;
}
.mini-sidebar .special-price .price {
    font-size: 14px;
    line-height: 30px;
}
.mini-sidebar .price-box .price {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    padding: 0;
}
.mini-sidebar .price-sep {
    font-size: 14px;
}
.mini-sidebar .rating-product-box {
    float: left;
}

/* Vmegamenu ================================================================================ */
#pt_vmegamenu {
    position: relative;
    border: 1px solid #e8e8e8;
}
.navleft-container .megamenu-title{
    cursor: pointer;
}
.downloadable-customer-products .main-navigation .header-bottom #pt_vmegamenu,
.newsletter-manage-index .main-navigation .header-bottom #pt_vmegamenu,
.oauth-customer-token-index .main-navigation .header-bottom #pt_vmegamenu,
.wishlist-index-index .main-navigation .header-bottom #pt_vmegamenu,
.review-customer-index .main-navigation .header-bottom #pt_vmegamenu,
.sales-recurring-profile-index .main-navigation .header-bottom #pt_vmegamenu,
.sales-billing-agreement-index .main-navigation .header-bottom #pt_vmegamenu,
.sales-order-history .main-navigation .header-bottom #pt_vmegamenu,
.customer-address-form .main-navigation .header-bottom #pt_vmegamenu,
.customer-account-edit .main-navigation .header-bottom #pt_vmegamenu,
.customer-account-index .main-navigation .header-bottom #pt_vmegamenu,
.customer-account-create .main-navigation .header-bottom #pt_vmegamenu,
.customer-account-login .main-navigation .header-bottom #pt_vmegamenu,
.checkout-cart-index .main-navigation .header-bottom #pt_vmegamenu,
.catalog-product-view .main-navigation .header-bottom #pt_vmegamenu,
.faq-index-index .main-navigation .header-bottom #pt_vmegamenu,
.contacts-index-index .main-navigation .header-bottom #pt_vmegamenu,
.cms-about .main-navigation .header-bottom #pt_vmegamenu,
.blog-post-view .main-navigation .header-bottom #pt_vmegamenu,
.blog-cat-view .main-navigation .header-bottom #pt_vmegamenu,
.catalog-category-view .main-navigation .header-bottom #pt_vmegamenu,
.style-header-9 .is-sticky #pt_vmegamenu{
    display: none;
}
.downloadable-customer-products .main-navigation .header-bottom #pt_vmegamenu.active,
.newsletter-manage-index .main-navigation .header-bottom #pt_vmegamenu.active,
.oauth-customer-token-index .main-navigation .header-bottom #pt_vmegamenu.active,
.wishlist-index-index .main-navigation .header-bottom #pt_vmegamenu.active,
.review-customer-index .main-navigation .header-bottom #pt_vmegamenu.active,
.sales-recurring-profile-index .main-navigation .header-bottom #pt_vmegamenu.active,
.sales-billing-agreement-index .main-navigation .header-bottom #pt_vmegamenu.active,
.sales-order-history .main-navigation .header-bottom #pt_vmegamenu.active,
.customer-address-form .main-navigation .header-bottom #pt_vmegamenu.active,
.customer-account-edit .main-navigation .header-bottom #pt_vmegamenu.active,
.customer-account-index .main-navigation .header-bottom #pt_vmegamenu.active,
.customer-account-create .main-navigation .header-bottom #pt_vmegamenu.active,
.customer-account-login .main-navigation .header-bottom #pt_vmegamenu.active,
.checkout-cart-index .main-navigation .header-bottom #pt_vmegamenu.active,
.catalog-product-view .main-navigation .header-bottom #pt_vmegamenu.active,
.faq-index-index .main-navigation .header-bottom #pt_vmegamenu.active,
.contacts-index-index .main-navigation .header-bottom #pt_vmegamenu.active,
.cms-about .main-navigation .header-bottom #pt_vmegamenu.active,
.blog-post-view .main-navigation .header-bottom #pt_vmegamenu.active,
.blog-cat-view .main-navigation .header-bottom #pt_vmegamenu.active,
.catalog-category-view .main-navigation .header-bottom #pt_vmegamenu.active,
.style-header-9 .is-sticky #pt_vmegamenu.active{
    display: block;
    background-color: #fff;
}


#pt_vmegamenu ul {
	margin: 0;
}
#pt_vmegamenu ul li a {
    display: block;
    font-size: 10px;
    margin-bottom: 18px;
    text-transform: uppercase;
}
#pt_vmegamenu ul.level1 li {
	position: relative;
}
#pt_vmegamenu ul.level1 li ul.level2 {
    background-color: #fbfbfb;
	-moz-box-shadow: 10px 10px 5px #e8e8e8;
	-webkit-box-shadow: 10px 10px 5px #e8e8e8;
	box-shadow: 10px 10px 5px #e8e8e8;
    display: none;
    left: 100%;
    padding: 10px 20px 0;
    position: absolute;
    top: 0;
    width: 200px;
}
#pt_vmegamenu ul.level1 li:hover ul.level2 {
	display: block;
}

.more-categories {
    border-top: 1px solid #e8e8e8;
    line-height: 45px;
    text-align: center;
}
.more-categories a {
    color: #282828;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.more-categories a span {
    margin-right: 25px;
}
.more-categories a i {
	font-size: 16px;
}

/* Container ================================================================================ */
.block-mega-nv {
    bottom: 100px;
    left: 30px;
    position: absolute;
    right: 0;
}
.block-mega-nv a {
    border: 1px solid #202020;
    color: #202020;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 15px;
    text-transform: uppercase;
}
.home-tab-mega ul {
    background-color: #fff;
    -moz-box-shadow: -2px 5px 7px 0 rgba(50, 50, 50, 0.15);
    -webkit-box-shadow: -2px 5px 7px 0 rgba(50, 50, 50, 0.15);
    box-shadow: -2px 5px 7px 0 rgba(50, 50, 50, 0.15);
    margin: 0;
    padding: 0;
}
.home-tab-mega ul li {
	margin: 0;
	padding: 0;
}
.home-tab-mega ul > li > a {
    border: 0 !important;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 42px;
    margin: 0;
    padding: 0 28px;
}
.nova-widget-style-mega-style h4.spb_heading:before {
	border-top: 0 !important;
}
.nova-widget-style-mega-style h4.spb_heading  {
	border-top: 0;
	border-bottom: 0;
	border-left: #ccc solid 14px;
}
.nova-widget-style-mega-style h4.spb_heading {
	line-height: 42px;
	background: #fff;
	padding-left: 15px;
	margin-bottom: 30px;
	-webkit-box-shadow: -2px 5px 7px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    -2px 5px 7px 0px rgba(50, 50, 50, 0.15);
	box-shadow:         -2px 5px 7px 0px rgba(50, 50, 50, 0.15);
}
.nova-widget-style-mega-style h4.spb_heading p {
	font-size: 16px;
	text-align: left;
	margin: 0;
}
.nova-widget-style-mega-style h5.spb_heading {
    margin: 0;
}
.nova-widget-style-mega-style h5.spb_heading p {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.mini-sidebar {
    margin-bottom: 15px !important;
}
.nova-widget-style-mega-style .spb_heading .heading-icon {
	display: none !important;
}
.home-tab-mega .owl-buttons,
.nova-widget-layout .owl-buttons {
	opacity: 1 !important;
}
.home-tab-mega .owl-buttons div,
.nova-widget-layout .owl-buttons div {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    bottom: auto !important;
    height: 17px !important;
    left: auto !important;
    padding: 0 !important;
    right: 15px;
    top: -55px !important;
    width: 17px !important;
}
.home-tab-mega .owl-buttons div.owl-prev,
.nova-widget-layout .owl-buttons div.owl-prev {
    right: 40px !important;
}
.home-tab-mega .owl-buttons div.owl-next,
.nova-widget-layout .owl-buttons div.owl-next {
    right: 20px !important;
}
.home-tab-mega .owl-buttons div.owl-prev:before,
.nova-widget-layout .owl-buttons div.owl-prev:before {
    color: #202020;
    content: "";
    font-family: FontAwesome;
    font-size: 16px;
    padding: 0;
    width: 0 !important;
}
.home-tab-mega .owl-buttons div.owl-next:before,
.nova-widget-layout .owl-buttons div.owl-next:before {
    color: #202020;
    content: "";
    font-family: FontAwesome;
    font-size: 16px;
    padding: 0;
    width: 0 !important;
}

.slider-items {
    margin: 0 auto;
    padding-bottom: 0;
}
.block-img-right {
	margin-bottom: 30px;
}

.home-page-9 {
	margin: 35px 0 0;
}

/* Footer ================================================================================ */
.brands {
    border-top: 1px solid #e9e9e9;
    margin: 70px 0 0;
    padding-top: 10px;
}
.brands h4.spb_heading {
	display: none;
}

.footer-container h4 .heading-icon {
    background-color: transparent;
    display: inline-block;
    height: 21px;
    margin: 0 10px 0 auto;
    position: relative;
    width: 21px;
    z-index: 1;
}
.footer-container h4 .heading-icon:before {
    background-color: transparent;
    border: 1px solid #838788;
    content: " ";
    display: inline-block;
    height: 14px;
    left: 3px;
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    width: 14px;
}

.navleft-container > .megamenu-title:hover {
    cursor: pointer;
}
.pt_vmegamenu div.pt_menu {
    padding: 0;
    position: relative;
    width: 100%;
    /*width: 1065px;*/
}
.pt_vmegamenu div.popup {
    padding: 15px 0 15px 25px;
}
.pt_vmegamenu #pt_menu_link ul li a.act,
.pt_vmegamenu #pt_menu_link ul li a:hover,
.pt_vmegamenu div.pt_menu.act .parentMenu a {

}
.pt_vmegamenu div.pt_menu.active {

}
.pt_vmegamenu div.popup {
    background-color: #ffffff;
    display: none;
    position: absolute;
    text-align: left;
    top: 0;
    width: auto;
    z-index: 3000;
    border: 1px solid #af5875;
    opacity: 0.5;
}
.pt_vmegamenu div.havesub{
    width: 850px;
}
.pt_vmegamenu div.pt_menu:hover div.popup{
    transition: opacity 0.6s;
    -webkit-transition: opacity 0.6s;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    display: block;
    left: 0px;
}
.pt_vmegamenu div.pt_menu .parentMenu a {
    border-bottom: 1px solid #d4d4d4;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 40px;
    margin: 0 8px;
    padding: 0 25px 0 15px;
    text-transform: uppercase;
    width: 94%;
}
.pt_vmegamenu div.pt_menu.last .parentMenu a:last-child{
    border-bottom: none;
}
.pt_vmegamenu div.pt_menu .parentMenu > a:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
}
.pt_vmegamenu div.pt_menu .parentMenu.noSubMenu > a:after {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    right: 0px;
}
.pt_vmegamenu div.pt_menu .parentMenu > a > .fa {
	margin-right: 15px;
}
.pt_vmegamenu div.pt_menu .parentMenu > a i {
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    width: 15px;
}
.pt_vmegamenu div.popup a {
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
}
.pt_vmegamenu .itemMenu h4.level1, 
.pt_vmegamenu .itemMenu a.level1 {
    color: #282828;
    font-size: 12px;
    text-transform: uppercase;
}
.pt_vmegamenu .itemMenu h4.level1,
.pt_vmegamenu .itemSubMenu h4.level2 span{
    color: #897725;
}
.pt_vmegamenu .itemSubMenu h4.level2,
.pt_vmegamenu .itemSubMenu a.level2,
.pt_vmegamenu .itemSubMenu h4.level3,
.pt_vmegamenu .itemSubMenu a.level3,
.pt_vmegamenu .itemMenu a.level1.nochild{
    color: #868176;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
}
.pt_vmegamenu .itemSubMenu a.level2:hover,
.pt_vmegamenu .itemMenu a.level1.nochild:hover{
    color: #A52A2A;
}
.pt_vmegamenu div.popup a.actParent {
    color: #4D4D4D;
}
.pt_vmegamenu div.popup a.act {
    color: #A52A2A;
}

.pt_vmegamenu div.column {
    float: left;
    margin-right: 20px;
    width: 190px;
}
.pt_vmegamenu div.column.last {
    border-right: 0 none;
    margin-right: 0;
    padding-right: 0;
}
.pt_vmegamenu .clearBoth {
    clear:both;
}
.pt_vmegamenu .block2{
    margin-top: 10px;
    /*display: inline-block;*/
}
.pt_vmegamenu #popup_home{
    display: none !important;
}
.pt_vmegamenu div.popup .block1{
    overflow: hidden;
}
/*show right block*/
.pt_vmegamenu div.popup .floatleft{
    float: left;
}
.pt_vmegamenu div.popup .blockright img{
    max-width: 100%;
} 
.pt_vmegamenu .parentMenu .block-title{
    color: #1E7EC8;
}

.pt_vmegamenu div.pt_menu .parentMenu p{
    margin: 0;
    padding: 0;
}
.pt_vmegamenu #pt_menu_link .parentMenu ul li{
    float: none;
    list-style: none;
}
.pt_vmegamenu #pt_menu_link .parentMenu ul li a{
    float: none;
    padding: 5px 10px 6px;
    display: block;
}
.pt_vmegamenu #pt_menu_link {
    padding: 0;
    width: 195px;
}
.pt_vmegamenu .wrap-popup {
    position: absolute;
    left: 100%;
    top: 0;
}

.pt_vmegamenu div.pt_menu{

}

/*==============================header============================================*/
.block_submenu_paragraph_right .paragraph-right .mini-sidebar .clearfix:hover .product-details,
.block_submenu_paragraph_right .paragraph-right .mini-sidebar .clearfix:hover figure{
	background-color: transparent !important;
}
.block_submenu_paragraph_right .paragraph-right .mini-sidebar .clearfix{
	float: none !important;
	margin-bottom: 20px;
}
/*-----------------------------footer----------------------------------------*/
.footer-bg .widget-heading h4{
	font-size: 14px;
    font-weight: bold;
}
/*================================menu==============================================*/

.block_submenu_paragraph{
	color: #232323 !important;
}

.paragraph-left .block-title{
	line-height: 30px;
    margin: 0 0 20px;
	color: #282828 !important;
    font-size: 14px;
    font-weight: normal;
    margin-right: 15px;
    overflow: hidden;
    text-transform: uppercase;
}
.paragraph-left .block-title span{
	color: #232323 !important;
    display: inline-block !important;
    padding-right: 10px;
    position: relative;
	
}
.paragraph-left .block-title span:after{
	border-top: 1px solid #a5abb7;
    content: "";
    left: 100%;
    position: absolute;
    top: 15px;
    width: 2000px;
}
/*=========================================block home =======================*/
.home_one_1{
	margin-top: 30px;
}


/*=================================home 4=================================*/
.spb_posts_carousel_widget .recent-post .media-link{
	margin-bottom: 25px;
	margin-right: 0;
}
.spb_posts_carousel_widget .recent-post .media-link figure{
	overflow: hidden;
}
.spb_posts_carousel_widget .recent-post .media-link figure img{
	width:100%;
    height:100%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.spb_posts_carousel_widget .recent-post .media-link figure:hover img {
	opacity: 0.7;
	-moz-transform:scale(1) ;
    -webkit-transform:scale(1) ;
    -o-transform:scale(1) ;
    transform:scale(1);
}
.spb_posts_carousel_widget .recent-post .media-body{
	text-align: left;
}
.blog-style-1{
	margin-top: 50px;
}
.blog-style-1 .spb_heading{
	text-align: left;
}
.blog-style-1 .spb_heading span{
	padding-left: 0;
}
.spb_posts_carousel_widget .recent-post{
	margin-bottom: 0;
}
/*=================================home 5=================================*/
.parallax-content .owl-pagination .owl-page span{
	background-color: #fff;
	width: 10px;
	height: 10px;
	
}
.home_five_7{
	margin-top: 30px;
}
/*=================================home 6=================================*/
.home_six_5{
	margin-top: 30px;
}
/*=================================home 7=================================*/

/*=================================home 8=================================*/

/*=================================home 9=================================*/
.home_nine_3{
	margin-bottom: 60px;
}

/* Shop info banners
/* ========================================================================== */
.shop-info-banners .block {
  background-color: transparent;
  max-width: 450px;
  margin: 0 auto;
  text-align: left;
  padding: 15px 17px;
  border: solid 4px #3c3c3c;
  
  color: #3c3c3c;
  font-weight: 500;
  line-height: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shop-info-banners .block .fa {
  font-size: 60px;
  line-height: 60px;
  color: #3c3c3c;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shop-info-banners .block .media-heading {
  font-size: 24px;
  line-height: 24px;
  font-weight: 900;
  color: #3c3c3c;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shop-info-banners .block:hover {
  color: #ffffff !important;
  background-color: #3c3c3c;
}
.shop-info-banners .block:hover .fa {
  color: #ffffff !important;
}
.shop-info-banners .block:hover .media-heading {
  color: #ffffff!important;
}

/* Message box
/* ========================================================================== */
.message-box {
	background-color: #f1be03;
    color: #ffffff;
    margin-top: 30px;
    padding: 15px;
    position: relative;
    text-align: center;
}
.message-box h2 {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  color: #ffffff !important;
}
.message-box:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/media/wysiwyg/bella/overlay-banner.png') repeat center center;
}
.message-box .message-box-inner {
  border: solid 1px #ffffff;
  padding: 20px 15px;
  position: relative;
  z-index: 1;
}


/*===========================================block homes one =========================================*/
.home_one_4 {
	margin-top: 60px;
}
.home_one_8 {
	padding-bottom: 70px;
	margin-top: 30px;
}
/*============================================brands================================================*/

.block_brand_list_detail {
	margin-bottom: 10px;
}

/*============================================ CMS - Home =============================================*/
.slider-home-1 .title-1 {
    clear: both;
    color: #232323;
    display: inline-block;
    font-size: 75px;
    font-weight: 100;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;	
}
.slider-home-1 .title-2 {
    color: #00b16a;
    font-size: 200px;
    font-weight: 900;
    line-height: 1;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.slider-home-1 a.title-3 {
    background-color: #00b16a;
    border-color: #00b16a;
    border-width: 3px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 12px 20px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
}

.slider-home-2 .title-1 {
    font-family: "Vidaloka",serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 15px;	
}
.slider-home-2 .title-2 {
    color: #232323;
    font-family: "Vidaloka",serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 25px;
    overflow: hidden;	
}
.slider-home-2 .title-2 span::before,
.slider-home-2 .title-2 span:after {
    background-color: #232323;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100%;
}
.slider-home-2 .slider-price {
    color: #232323;
    font-family: "Vidaloka",serif;
    margin-bottom: 25px;
}
.slider-home-2 .slider-price span {
    font-size: 18px;
    line-height: 20px;
    padding-right: 5px;
    position: relative;
    text-decoration: none !important;
    top: 1px;
    vertical-align: top;
}
.slider-home-2 .slider-price ins {
    font-size: 60px;
    line-height: 60px;
    margin-right: 15px;
    text-decoration: none;
    vertical-align: top;
}
.slider-home-2 .slider-price span {
    font-size: 18px;
    line-height: 20px;
    padding-right: 5px;
    position: relative;
    text-decoration: none !important;
    top: 1px;
    vertical-align: top;
}
.slider-home-2 .slider-price del {
    font-size: 36px;
    line-height: 36px;
    vertical-align: top;
}

.slider-home-3 .title-1 {
    color: #ffffff;
    font-family: "Vidaloka",serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 15px;
}
.slider-home-3 .title-2 {
    color: #ffffff;
    font-family: "Vidaloka",serif;
    font-size: 70px;
    font-weight: 500;
    line-height: 90px;
    margin-bottom: 25px;
    overflow: hidden;
}
.slider-home-3 .title-2 span:before, 
.slider-home-3 .title-2 span:after {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

/*============================================ CMS - Home V9 =============================================*/
.header-left {
	overflow: hidden;
}
.header-left .slider-home-1 .title-1 {
	font-size: 45px;
}
.header-left .slider-home-1 .title-2 {
    font-size: 140px;
}






/*============================================ soffia ====================================================*/
.nopaddingleft{
    padding-left: 0;
}
.nopaddingright{
    padding-right: 0;
}
.nopadding{
    padding: 0;
}
/*============================================ header ====================================================*/
.callphone .phone{
    padding: 14px  0;
}
.callphone .phone span{
    padding-right: 10px;
    position: relative;
    margin-right: 10px;
}
.callphone .phone span:after{
    border-right: 1px solid #717171;
    content: " ";
    position: absolute;
    right: 0;
    top: 3px;
    height: 13px;
}
.callphone .phone:before {
    content: "\f095";
    font-family: fontawesome;
    padding: 0 10px 0 0;
}

#icondropdownheader{
    padding: 0 10px;
}

.titlecollection {
    border-bottom: 1px solid #cecece;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.submenuwomen .conten img{
    height: 100px;
    max-width: 200px;
    width: 200px;
}
.conten2,
.conten1{
    position: relative;
    margin-bottom: 20px;
}
.contenright {
    font-size: 14px;
    font-weight: bold;
    left: 50%;
    position: absolute;
    top: 0;
}
.contenright p{
    color: #232323;
}
.contenright .jew{
    font-style: italic;
    font-weight: normal;
    color: #858585;
}
.submenumen{
    position: relative;
    text-align: center;
}
.contencaption{
    left: 37%;
    position: absolute;
    top: 55%;
}

/*=======================================about us===================================*/
.aboutconten1{
    margin-bottom: 30px;
}
.aboutconten1 div img{
    margin-bottom: 20px;
}
.titleabout h1 {
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    margin: 0;
    padding: 10px 0;
}
.welcome{
    margin-bottom: 45px;
}
.welcome p{
    color: #232323;
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
}
.welcome p span{
    font-weight: bold;
}
.contenabout1 .contentext{
    margin-bottom: 40px;
    text-align: justify;
}
.contenabout1 p.incluproduct{
    font-size: 14px;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.company{
    margin-bottom: 30px;
}
.company p{
    color: #232323;
    display: inline-block;
    font-size: 16px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.online h4,
.over h4,
.tailor h4{
    font-size: 14px;
    text-transform: uppercase;
}
.online p,
.over p,
.tailor p{
    text-align: justify;
}

.over h4:before{
    content: "\f06b";
    font-family: fontawesome;
    color: #bea275;padding-right: 10px;
    font-size: 16px;
}
.online h4:before{
    content: "\f07a";
    font-family: fontawesome;
    color: #bea275;padding-right: 10px;
    font-size: 16px;
}
.tailor h4:before{
    content: "\f0c4";
    font-family: fontawesome;
    color: #bea275;padding-right: 10px;
    font-size: 16px;
}
.faqs1{
    margin-bottom: 30px;
}
.faqs1 p{
    color: #232323;
    display: inline-block;
    font-size: 16px;
    padding-bottom: 10px;
}
.pertinacia{
    margin-bottom: 20px;
    border-bottom: 1px solid #E8E8E8;
}
.pertinacia p.faqs{
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 20px;
}
.pertinacia p.faqs2{
    padding-bottom: 20px;
    padding-left: 15px;
    text-align: justify;
}

.pertinacia p.faqs i{
    color: #bea275;
    padding-right: 10px;
    font-size: 16px;
}

/*================================= block home one 1 ===================================*/
.grid figure h2 span {
    background-color: rgba(255, 255, 255, 1);
    color: #232323 !important;
    font-size: 13px;
    font-weight: normal !important;
    padding: 10px 20px;
}
.home_one_1 figure.effect-bubba h2 {
    padding-top: 20%;
}
/*================================= block home one 3 ===================================*/
.block_number_3{
    padding: 0 !important;
}
.home_one_3 .imghovereffect{
    overflow: hidden;
}
.home_one_3 .imghovereffect img{
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    width: 100%;
    height: auto;
}
.home_one_3 .imghovereffect:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
/*================================= block home one 4 ===================================*/

.home_one_4 .owl-controls .owl-buttons {
    top: -95px;
}
/*================================= block home one 5 ===================================*/

/*================================= block home one 6 ===================================*/
.testimonial .testimonial-text{
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    padding: 0 150px;
}
.testimonial .testimonial-name{
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    margin: 10px 0;
}
.testimonials-carousel{
    margin-top: 50px;
}
h2.section-title-lg span{
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}
/*.testimonials-carousel .testimonial .testimonial-text:before,
.testimonials-carousel .testimonial .testimonial-text:after {
    content: '';
    position: absolute;
    top: 0;
    margin-top: 0;
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #FFF;
}
.testimonials-carousel .testimonial .testimonial-text:before {
    content: '\f10d';
    left: 115px;
    top: 2px;
}
.testimonials-carousel .testimonial .testimonial-text:after {
    content: '\f10e';
    right: 115px;
    top: 2px;
}*/
.recent-post .media-body .media-heading{
    margin-bottom: 10px;
    margin-top: 30px;
}
.recent-post .media-body .media-heading a{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.recent-post .media-body .shortconten{
    text-align: justify;
}
.recent-post .media-body .datepost{
    margin-bottom: 20px;
}
.recent-post .media-body .datepost span{
    font-style: italic;
}

/*================================= block home two 1 ===================================*/
.nopaddingblock {
    padding: 0;
}
.home_two_1{
    margin-top: 30px;
}
.home_two_1 .row{
    padding: 0 15px;
}
.home_two_1 figure.effect-bubba h2 {
    padding-top: 18%;
    transform: translate3d(0px, 5px, 0px);
    -webkit-transform:translate3d(0px, 5px, 0px);
    -o-transform: translate3d(0px, 5px, 0px);
}
/*================================= block home two 2 ===================================*/
.home_two_2 .item h3.product-name a,
.home_two_4 .item h3.product-name a{
    color: #282828;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-transform: lowercase;
}
.home_two_2 .arw_tab_slider .tabs{
    text-align: left;
}
/*================================= block home two 3 ===================================*/
.home_two_3{
    padding: 0 15px;
}
.home_two_3 .alt-bg{
    margin: 0;
}
.home_two_3 .video-content {
    height: 290px;
}
.home_two_3 .video-text-wrap {
    top: 40%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.home_two_3 .video-text-wrap h3{
    font-size: 22px;
    color: #fff !important;
    letter-spacing: 1px;
}
.home_two_3 .video-text-wrap p {
    color: #fff !important;
    font-size: 36px;
    line-height: 36px;
    margin: 0 auto;
    text-transform: none;
    max-width: 100%;
    margin-bottom: 50px;
}
.home_two_3 .video-text-wrap button.playvideo{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.home_two_3 .video-content #video1 {
    width: 100%;
    opacity: 0;
}
.video-content{
	height: 300px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.video-content #video1{
    left: 50%;
    position: relative;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.video-text-wrap{
	position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform:translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}
.video-text-wrap .newvideo{
    font-size: 24px;
    margin-bottom: 10px;
}
.video-text-wrap p{
	color: #fff;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 50px;
}
.video-text-wrap button{
	background-color: transparent;
    border: 2px solid #fff;
    border-radius: 100px;
    height: 60px;
    left: 50%;
    padding: 0;
    position: absolute;
    top: 110%;
    transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform:translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    width: 60px;
}
.video-text-wrap button:hover{
	background-color: transparent !important;
}
.video-text-wrap button i{
	color: #fff;
    font-size: 18px;
    margin-left: 3px;
}
/*================================= block home two 4 ===================================*/
.home_two_4{
    margin: 50px 0 0;
}
/*================================= block home two 5 ===================================*/
.home_two_5 .parallax-box{
    padding: 0 15px !important;
}

.home_two_5 .alt-bg {
    margin-left: 15px;
    margin-right: 15px;
}


/*================================= block home three 1 ===================================*/

.style-h3-4{
    font-family: Playfair Display !important;
}

.home_three_1 {
    margin-top: 30px;
}
.home_three_1 figure.effect-nova3 {
    overflow: hidden;
    position: relative;
}
.home_three_1 figure.effect-nova3 .bordereffecttext{
    left: 50%;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.home_three_1 figure.effect-nova3 .borderps1{
    top: 50%;
}

.home_three_1 figure.effect-nova3 .bordereffecttext::before,
.home_three_1 figure.effect-nova3 .bordereffecttext::after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.home_three_1 figure.effect-nova3 .bordereffecttext .effecttext{
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    height: 60px;
}
.home_three_1 figure.effect-nova3 .bordereffecttext .effecttext h2{
    line-height: 30px;
    transform: translate3d(0, 11px,0);
}

.home_three_1 figure.effect-nova3 .bordereffecttext .effecttext h2 span{
    background-color: transparent;
    color: #2d2d2d !important;
    font-size: 18px;
    font-weight: 600 !important;
    letter-spacing: 3px;
    line-height: 30px;
    padding: 0;
}

.home_three_1 figure.effect-nova3 img{
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0, 0);
    transform: translate3d(-40px,0,0);
}
.home_three_1 figure.effect-nova3:hover img {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
/*================================= block home three 2 ===================================*/
.home_three_2 .arw_tab_slider .tabs li {
    border: 1px solid #e1e1e1;
    padding: 0;
    min-width: 150px;
    position: relative;
}
.home_three_2 .arw_tab_slider .tabs li + li{
	margin-left: 10px;
}
.home_three_2 .arw_tab_slider .tabs li.active a span{
    border-bottom: none;
}
.home_three_2 .arw_tab_slider .tabs li.active::after{
    border-bottom: 3px solid #000000;
    bottom: -1px;
    content: "";
    left: -1px;
    position: absolute;
    width: calc(100% + 2px);
}
.home_three_2 .arw_tab_slider .tabs .slider-tab li a span {
    display: block;
    padding: 10px 20px;
}
.home_three_2 .arw_tab_slider .tabs ul {
  margin-top: 0;
}
.home_three_2 .arw_tab_slider .tabs{
    letter-spacing: 2px;
}
.home_three_2 .item h3.product-name a,
.home_three_4 .item h3.product-name a{
    font-weight: 400;
}
/*================================= block home three 3 ===================================*/

.home_three_3 {
    display: inline-block;
}
.home_three_3 .groupbanner1{

}
.home_three_3 .groupbanner2{

}
.home_three_3 .groupbanner3{

}
.home_three_3 .addmargin{
    margin-bottom: 30px;
}
.stylish{
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 48px;
    margin: 0;
    text-transform: uppercase;
}
.affordable{
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: normal;
    font-style: italic;
}
.home_three_3 .dotted-line{
    padding-bottom: 40px;
}

/*================hover effect ================*/
.home_three_3 .effect-nova2{
    overflow: hidden;
}
.home_three_3 .effect-nova2 img{
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.home_three_3 .effect-nova2:hover img{
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/*img banner3-1 */
.home_three_3 .effect-nova2 .captionbanner3-1{
    display: inline-block;
    padding-top: 60px;
    float: left;
}
.home_three_3 .effect-nova2 .captionbanner3-1 h2 span{
    background-color: transparent;
    color: #393737;
    font-size: 30px;
    padding: 0;
}
.home_three_3 .effect-nova2 .captionbanner3-1 h3{
    margin: 0;
    text-align: center;
}

.home_three_3 .effect-nova2 .captionbanner3-1 h3 span{
    font-size: 18px;
    text-transform: capitalize;
}
/*end img banner3-1 */

/*img banner3-2 */
.home_three_3 .effect-nova2 .captionbanner3-2{
    display: inline-block;
    padding-top: 60px;
    float: right;
}
.home_three_3 .effect-nova2 .captionbanner3-2 h2 span{
    background-color: transparent;
    color: #393737;
    font-size: 30px;
    padding: 0;
}
.home_three_3 .effect-nova2 .captionbanner3-2 h3{
    margin: 0;
    text-align: center;
}

.home_three_3 .effect-nova2 .captionbanner3-2 h3 span{
    font-size: 18px;
    text-transform: capitalize;
}

.home_three_3 .effect-nova2:hover img{
    opacity: 0.6;
    transition:opacity 0.5s transform 0.5s ease 0s;
    -webkit-transition:opacity 0.5s -webkit-transform 0.5s ease 0s;
}

/*end img banner3-2 */

/*img banner3-3 */
.home_three_3 .effect-nova2 .captionbanner3-3{
    display: inline-block;
    padding-top: 130px;
}
.home_three_3 .effect-nova2 .captionbanner3-3 h2 span{
    background-color: transparent;
    color: #000 !important;
    font-size: 60px;
    padding: 0;
}
.home_three_3 .effect-nova2 .captionbanner3-3 h3{
    margin: 0;
    text-align: center;
}

.home_three_3 .effect-nova2 .captionbanner3-3 h3 span{
    color: #000;
    font-size: 24px;
    text-transform: capitalize;
}
/*end img banner3-3 */

/*img banner3-4 */
.home_three_3 .effect-nova2 .captionbanner3-4{
    display: inline-block;
    padding-top: 130px;
}
.home_three_3 .effect-nova2 .captionbanner3-4 h2 span{
    background-color: transparent;
    color: #232323 !important;
    font-size: 30px;
    padding: 0;
}
.home_three_3 .effect-nova2 .captionbanner3-4 h3{
    margin: 0;
    text-align: center;
}

.home_three_3 .effect-nova2 .captionbanner3-4 h3 span{
    color: #232323;
    font-size: 18px;
    text-transform: capitalize;
}
/*end img banner3-4 */

/*img banner3-5 */
.home_three_3 .effect-nova2 .captionbanner3-5{
    text-align: left;
    padding-top: 20%;
}
.home_three_3 .effect-nova2 .captionbanner3-5 h2 span{
    background-color: transparent;
    font-size: 24px;
    line-height: 36px;
    padding: 0 30px;
    color: #716e6e !important;
    letter-spacing: 2px;
}
.home_three_3 .effect-nova2 .captionbanner3-5 h3 span{
    color: #716e6e;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 36px;
    padding: 0 30px;
    text-transform: capitalize;
}
.home_three_3 .effect-nova2 .captionbanner3-5 p{
    text-align: justify;
    padding: 30px;
    text-transform: capitalize;
    opacity: 0;
    color: #716e6e;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: translate3d(0px,50px, 0);
    transform: translate3d(0px,50px,0);
}
.home_three_3 .effect-nova2:hover .captionbanner3-5 p{
    opacity: 1;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: translate3d(0px,-10px, 0);
    transform: translate3d(0px,-10px,0);
}
.home_three_3 figure.effect-nova4 figcaption::before,
.home_three_3 figure.effect-nova4 figcaption::after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
}
.home_three_3 figure.effect-nova4 figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.home_three_3 figure.effect-nova4 figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

/*end img banner3-5 */

/*================================= block home three 4 ===================================*/
.home_three_4{
    margin-top: 30px;
}
.home_three_4 .cross-line-1,
.home_three_4 .cross-line-3{
    display: none;
}
.home_three_4 .owl-controls .owl-buttons {
    top: -103px;
}
.home_three_4 .dotted-line {
    margin: 5px auto 0;
    padding-bottom: 40px;
}
.home_three_4 .product_sub_title .title{
    color: #959595 !important;
    font-size: 12px;
    letter-spacing: 2px;
    margin-top: 0;
    text-transform: capitalize;
    font-weight: normal;
    font-style: italic;
}
.home_three_4 .spb_heading{
    margin: 0;
    text-align: center;
}
.home_three_4 .spb_heading span{
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
}
    /*================================= block home three 5 ===================================*/

.effect-nova1{
	overflow: hidden;
}

figure.effect-nova1 img{
	width:100%;
    height:100%;
    -webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-nova1:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*================================= block home three 6 ===================================*/
.home_three_6{
	display: inline-block;
	margin-top: 40px;
}
.oppinion{
    color: #232323;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.theysay{
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 24px;
    font-style: italic;
}
.dotted-line{
    border-top: 1px dashed #7f7f7f;
    width: 150px;
    margin: 0 auto;
    padding-bottom: 20px;
    margin-top: 15px;
}
.twolinetext p{
    line-height: 21px;
}
.twolinetext .doccosau{
	margin-bottom: 45px;
}
.imgcircle{
	float: left;
    width: 100px;
    margin-right: 20px;
}
.imgcircle img{
	border: 2px solid #e8e8e8;
    border-radius: 100px;
    height: 100px;
    width: 100px;
}
.contenslidetext{
	display: inline-block;
    margin-bottom: 50px;
    cursor: pointer;
}
.textslider{
	display: inline-block;
	float: left;
}
.textconten{
	float: right;
    text-align: justify;
    max-width: 450px;
}
.textconten:after{
    position: absolute;
    margin-top: 0;
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #cccccc;
    content: '\f10e';
    right: 6px;
    top: 90px;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.faraway{
	line-height: 21px;
}
.appleby{
	color: #232323;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 21px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
}
.manager{
	color: #7f7f7f;
    text-transform: capitalize;
}
.dotted-line-1{
	border-top: 1px dashed #7f7f7f;
}

.content1,
.content2,
.content3{
    padding: 0 15px;
}

/*================================= block home three 7 ===================================*/
.home_three_7{
	margin: 35px 0 25px;
}
.home_three_7 .owl-controls.clickable .owl-buttons{
	display: none;
}
.home_three_7 .brand_list .item {
    border: 1px solid #e9e9e9;
}


/*================================= block home five 1 ===================================*/
.btnslider-5:hover,
.btnslider-7:hover,
.btnslider-5{
    color: #fff !important;
}
.btnslider-7{
    color: #232323 !important;
}
.home_five_1 {
    display: inline-block;
    margin-bottom: -5px;
    width: 100%;
}
.bgbnh5-1 {
    padding: 30px;
}

.home_five_1 .effect_nova5{
    overflow: hidden;
    position: relative;
}
.home_five_1 .grid figure{
    background-color: transparent !important;
}
.home_five_1 .grid figure figcaption {
    padding: 1em;
}

.home_five_1 .captiontexthome5 .captioncontent5-1{
    text-align: right;
}
.home_five_1 .captiontexthome5 .captioncontent5-3{
    text-align: left;
}
.home_five_1 .captiontexthome5 .captioncontent5-2 h4{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 30px;
    text-transform: uppercase;
    margin-top: 110px;
}
.home_five_1 .captiontexthome5 .captioncontent5-3 h4,
.home_five_1 .captiontexthome5 .captioncontent5-1 h4{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 30px;
    text-transform: uppercase;
}
.home_five_1 .captiontexthome5 .captioncontent5-2 h4{
    color: #fff !important;
}
.home_five_1 .captiontexthome5 .captioncontent5-3 p{
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 27px;
    margin: 25px 0 30px;
    text-transform: none;
    color: #888888;
}
.home_five_1 .captiontexthome5 .captioncontent5-2 p{
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 27px;
    margin: 25px 0 30px;
    text-align: center;
    text-transform: none;
    color: #fff;
}
.home_five_1 .captiontexthome5 .captioncontent5-1 p{
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 27px;
    margin: 25px 0 30px;
    text-transform: none;
    color: #888888;
}
.home_five_1 .captiontexthome5 .captioncontent5-3 div a,
.home_five_1 .captiontexthome5 .captioncontent5-2 div a,
.home_five_1 .captiontexthome5 .captioncontent5-1 div a{
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    background-color: transparent !important;
    padding: 0;
    margin: 0;
}
.home_five_1 .captiontexthome5 .captioncontent5-3 .viewcollection{
    float: left;
}
.home_five_1 .captiontexthome5 .captioncontent5-2 .viewcollection{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    border-color: #fff;
}
.home_five_1 .captiontexthome5 .captioncontent5-2 .viewcollection a{
    color: #fff !important;
}
.viewcollection {
    background-color: transparent;
    border: 1px solid;
    float: right;
}
.viewcollection a{
    text-transform: uppercase;
}
.viewcollection:hover a{
    color: #fff !important;
}

/*================================= block home five 2 ===================================*/
.tp-bullets{
    display: none;
}
.home_five_2 .cross-line-1,
.home_five_3 .cross-line-1,
.home_five_4 .cross-line-1,
.home_five_2 .dotted-line,
.home_five_3 .dotted-line,
.home_five_4 .dotted-line,
.home_five_2 .owl-controls .owl-buttons,
.home_five_3 .owl-controls .owl-buttons,
.home_five_4 .owl-controls .owl-buttons{
    display: none;
}

.home_five_2 {

}
.home_five_2 .productscroll,
.home_five_3 .productscroll,
.home_five_4 .productscroll{
    padding: 130px 0 40px;
}
.home_five_5 .brandscroll{
    padding: 100px 50px 40px;
}
.home_five_2 h4.spb_heading,
.home_five_3 h4.spb_heading,
.home_five_4 h4.spb_heading,
.home_five_5 h4.spb_heading{
    text-align: center;
}
.home_five_2 .product_sub_title,
.home_five_3 .product_sub_title,
.home_five_4 .product_sub_title{
    padding: 0 150px;
    margin-bottom: 40px;
}
.home_five_5 .brand-title .sub_brand_title{
    padding: 0 100px;
    margin-bottom: 40px;
}

.home_five_2 .product_sub_title .title,
.home_five_3 .product_sub_title .title,
.home_five_4 .product_sub_title .title,
.home_five_5 .brand-title .sub_brand_title span{
    color: #a1a1a1 !important;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
}
.home_five_2 h4.spb_heading span,
.home_five_3 h4.spb_heading span,
.home_five_4 h4.spb_heading span{
    line-height: 30px;
    font-weight: normal;
    font-size: 20px;
}
.home_five_2 .paddingright_2{
    padding-right: 30px;
}
/*================================= block home five 3 ===================================*/
.home_five_3 .effect_nova6{
    position: relative;
    overflow: hidden;
}

.home_five_3 .paddingleft_3{
    padding-left: 30px;
}

/*================================= block home five 4 ===================================*/
.home_five_4 .effect_nova7{
    position: relative;
    overflow: hidden;
}
.home_five_5 .paddingleft_5{
    padding-left: 30px;
}
.home_five_2 img,
.home_five_3 img,
.home_five_4 img,
.home_five_5 img{
    width: 100%;
    height: auto;
}

/*================================= block home four ===================================*/
.home_four_1{
    margin-top: -90px !important;
}
.home_four_1 .parallax-box{
    background-position: 0 0;
    background-repeat: no-repeat;
}
.home_four_1 .parallax-content .shopnow,
.home_four_2 .parallax-content .shopnow,
.home_four_3 .parallax-content .shopnow,
.home_four_4 .parallax-content .shopnow{
    display: inline-block;
}
.home_four_1 .parallax-content .shopnow button,
.home_four_2 .parallax-content .shopnow button,
.home_four_3 .parallax-content .shopnow button,
.home_four_4 .parallax-content .shopnow button{
    border: 2px solid #fff;
    font-size: 15px;
    line-height: 18px;
    padding: 12px 45px;
    text-transform: uppercase;
}
.pnghome4-3,
.pnghome4-1{
    padding: 150px 0 50px;
}
.pnghome4-2{
    padding: 100px 0 50px;
}
.pnghome4-4{
    padding: 30px 0;
}
/*================================= block home six ===================================*/
.paddingright_2{
    padding-right: 30px;
}

.paddingleft_3{
    padding-left: 30px;
}
.home_six_1 img,
.home_six_2 img,
.home_six_3 img{
    width: 100%;
    height: auto;
}
/*================================= block home six 1 ===================================*/
.home_six_1 .bntextright{
    position: relative;
    padding: 80px 0;
}
.home_six_1 .bntextright .titletext h3{
    text-transform: uppercase;
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 1px;
    margin-top: 0;
}
.home_six_1 .bntextright .contenttext {
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1px;
    padding: 0 60px;
    margin: 25px 0 45px;
}
.home_six_1 .bntextright .btnlearnmore {
    left: 50%;
    position: absolute;
    top: 80%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.home_six_1 .bntextright .btnlearnmore button{
    text-transform: uppercase;
    font-size: 15px;
    border: 2px solid #232323;
    background: transparent;
}
/*================================= block home six 2 ===================================*/
.home_six_2 .bntexleft{
    position: relative;
    padding: 80px 0;
}
.home_six_2 .bntexleft .titletext h3{
    text-transform: uppercase;
    font-size: 24px;
    line-height: 50px;
    letter-spacing: 1px;
    margin-top: 0;
}
.home_six_2 .bntexleft .contenttext {
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1px;
    padding: 0 60px;
    margin: 25px 0 45px;
}
.home_six_2 .bntexleft .btnshopnow {
    left: 50%;
    position: absolute;
    top: 80%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.home_six_2 .bntexleft .btnshopnow button{
    text-transform: uppercase;
    font-size: 15px;
    border: 2px solid #232323;
    background: transparent;
}

/*================================= block home six 3 ===================================*/
.home_six_3 .bntextright{
    position: relative;
    padding: 150px 0;
}
.home_six_3 .bntextright .titletext h3{
    text-transform: uppercase;
    font-size: 24px;
    line-height: 50px;
    letter-spacing: 1px;
    margin-top: 0;
}
.home_six_3 .bntextright .contenttext {
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1px;
    padding: 0 60px;
    margin: 25px 0 45px;
}
.home_six_3 .bntextright .linkslist{
    display: -webkit-inline-box;
    display: inline-flex;
}
.home_six_3 .bntextright .linkslist ul{
    text-align: left;
    margin: 0 50px;
}
.home_six_3 .bntextright .linkslist ul li{
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
}
/*================================= block home six 4 ===================================*/
.home_six_4{
    margin-top: 60px;
}
.home_six_4 .line_styles_2{
    margin-bottom: 50px;
    margin-top: 15px;
}
.home_six_4 .spb_heading{
    text-align: center;
}
.home_six_4 .owl-controls .owl-buttons {
    top: -91px;
}
.home_six_4 div h4.spb_heading span {
    font-weight: 400;
}
/*================================= block home six 5 ===================================*/
.home_six_5 .video-content {
    height: 450px;
}
.home_six_5 .alt-bg{
    margin: 0;
}
.home_six_5 .video-text-wrap {
    top: 45%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.home_six_5 .video-text-wrap p {
    color: #fff !important;
    font-size: 36px;
    line-height: 36px;
    margin: 0 auto;
    text-transform: none;
    max-width: 100%;
    margin-bottom: 50px;
}
.home_six_5 .video-text-wrap button.playvideo{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.home_six_5 .video-content #video1 {
    width: 100%;
    opacity: 0;
}

/*================================= block home seven ===================================*/
.main-navMenu {
    margin-bottom: 11px;
    overflow: hidden;
    position: relative;
}
.main-navMenu ul {
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.is-sticky .main-navMenu ul {
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    top: 5px;
}
.main-navMenu ul li {
    display: inline-block;
}
.main-navMenu ul li a {
    display: inline-block;
    line-height: 40px;
    padding: 0 20px;
    text-align: center;
    -ms-transition: all 0.2s ease-in-out 0s; /* IE 9 */
    -webkit-transition: all 0.2s ease-in-out 0s; /* Chrome, Safari, Opera */
    transition: all 0.2s ease-in-out 0s;
}
.main-navMenu ul li.active a,
.main-navMenu ul li:hover a {
    background-color: transparent;
}
.main-navMenu ul li a span {
    color: #282828;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.main-navMenu ul li.active a span,
.main-navMenu ul li:hover a span {
    color: #FFF;
}
/*================================= block home seven 1===================================*/

.home_seven_1 .content7-1{
    border: 1px solid #d4d4d4;
}
.home_seven_1 .content7-1 .hotdead{
    border-right: 1px solid #d4d4d4;
    padding: 0 40px;
    width: 30%;
}
.home_seven_1 .content7-1 .hotdead .caption{
    margin-top: 25px;
    position: relative;
}
.home_seven_1 .content7-1 .hotdead .owl-controls .owl-buttons {
    right: -35px;
}
.calccountdown {
    left: 50%;
    position: absolute;
    top: -35px;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.home_seven_1 .content7-1 .hotdead .item-product-image-box {
    padding: 0 17px;
}
.home_seven_1 .content7-1 .fixpercent{
    border-left: 1px solid #d4d4d4;
    margin-left: -1px;
    padding-left: 0;
    width: 70%;
}
.home_seven_1 .content7-1 .slider-items-products{
    padding: 0 15px;
}
.home_seven_1 .content7-1 .slider-items-products .spb_heading,
.home_seven_1 .content7-1 .hotdead .spb_heading{
    margin-bottom: 30px;
}
.home_seven_1 .content7-1 .slider-items-products .spb_heading span{
    background-color: red;
    color: #fff !important;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 40px;
    margin-left: -16px;
    padding: 0 30px;
    margin-top: -1px;
}
.home_seven_1 .content7-1 .hotdead .spb_heading span{
    background-color: red;
    color: #fff !important;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 40px;
    margin-left: -26px;
    padding: 0 30px;
    margin-top: -1px;
}
.home_seven_1 .owl-controls .owl-buttons {
    top: -65px;
}
.home_seven_1 .item h3.product-name a,
.home_seven_3 .item h3.product-name a{
    text-transform: uppercase;
}
/*================================= block home seven 2===================================*/
.home_seven_2{
    margin: 30px 0;
}
.home_seven_2 .banner7-2 {
    position: relative;
}
.home_seven_2 .banner7-2 .captiontext{
    left: 30%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.home_seven_2 .banner7-2 .captiontext h3{
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 70px;
    margin: 0;
    text-transform: uppercase;
}
.home_seven_2 .banner7-2 .captiontext p{
    font-size: 16px;
    letter-spacing: 1px;
}
.home_seven_2 .banner7-2 .captiontext p span a{
    color: #e9000e !important;
}
/*================================= block home seven 3===================================*/
.home_seven_3 .arw_tab_title .tab_title {
    display: block;
    left: 0;
    position: absolute;
    top: -1px;
    z-index: 9;
}
.home_seven_3 .arw_tab_title .tab_title h2 {
    background-color: red;
    color: #fff !important;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 40px;
    padding: 0 30px;
    margin: 0;
}
.home_seven_3 .arw_tab_title .tab_title .cross-line{
    display: none;
}
.home_seven_3 .tabhome7{
    position: relative;
}
.home_seven_3 .arw_tab_slider .tabs{
    border-bottom: 1px solid #d4d4d4;
    margin: 0 0 30px;
    text-align: right;
    font-size: 13px;
    font-weight: normal;
    line-height: 38px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.home_seven_3 .arw_tab_slider .tabs li.active a span {
    border-bottom: 1px solid #e8e8e8;
    padding: 0;
}
.home_seven_3 .arw_tab_slider .tabs li.active{
    border-top: none;
    border-left: none;
    border-right: none;
}

.home_seven_3 .arw_tab_slider .tabs li{
    display: inline;
    border-top: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    padding: 11px 10px;
    margin-left: -1px;
}
.home_seven_3 .arw_tab_slider .owl-controls .owl-buttons {
    top: -30px;
}

/*================================= block home seven 4===================================*/
.home_seven_4 .blog-style-1 {
    margin-top: 0;
}
.home_seven_4{
    margin-bottom: 0px;
}
/*================================= block home seven 6===================================*/
.home_seven_6 .alt-bg{
    margin: 0 -100%;
}
/*================================= block home eight 1===================================*/
.home_eight_1 figure.effect-bubba h2{
    padding-top: 18%;
}
.home_eight_1 {
    margin-bottom: 30px;
    overflow: hidden;
    padding-top: 30px;
    position: relative;
}

.bnh8-3-midd{
    position: relative;
}
.bnh8-3-midd img{
    width: 100%;
    height: auto;
}
.bnh8-3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    width: 100%;
}
.bnh8-3-4,
.bnh8-3-1 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 24px;
}
.bnh8-3-2 {
    border-top: 2px solid #fff;
    width: 50px;
    margin: 15px auto 10px;
}
.bnh8-3-3{
    color: #fff;
    font-size: 100px;
    letter-spacing: 1px;
    line-height: 110px;
    font-weight: bold;
}
.effnova figcaption h2 span{
    left: 50%;
    padding: 5px 20px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.effnova{
    overflow: hidden;
}
.effnova img{
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: 0.6s;
    -webkit-transition: 0.6s;
}
.hveffh8:hover .effnova img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: 0.6s;
    -webkit-transition: 0.6s;
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}

.grid {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	/*position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	text-align: center;
	cursor: pointer;*/
}

.grid figure img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	opacity: 0.8;
}
.grid figure.effect-bubba:hover{
	background-color: rgba(0,0,0,0.8) !important;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #484c61;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Roxy *****/
/*---------------*/

figure.effect-roxy {
	background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
	background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}

figure.effect-roxy img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50px,0,0);
	transform: translate3d(-50px,0,0);
}

figure.effect-roxy figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-20px,0,0);
	transform: translate3d(-20px,0,0);
}

figure.effect-roxy figcaption {
	padding: 3em;
	text-align: left;
}

figure.effect-roxy h2 {
	padding: 30% 0 10px 0;
}

figure.effect-roxy p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
}

figure.effect-roxy:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Bubba *****/
/*---------------*/
figure.effect-bubba{
	background-color: rgba(0,0,0,0.3);
}


figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,15px,0);
	transform: translate3d(0,15px,0);
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Romeo *****/
/*---------------*/

figure.effect-romeo {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

figure.effect-romeo img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,0,300px);
	transform: translate3d(0,0,300px);
}

figure.effect-romeo:hover img {
	opacity: 0.6;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 1px;
	background: #fff;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

figure.effect-romeo:hover figcaption::before {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
	transform: translate3d(-50%,-50%,0) rotate(45deg);
}

figure.effect-romeo:hover figcaption::after {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
	transform: translate3d(-50%,-50%,0) rotate(-45deg);
}

figure.effect-romeo h2,
figure.effect-romeo p {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-romeo h2 {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
	transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
}

figure.effect-romeo p {
	padding: 0.25em 2em;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,150%,0);
	transform: translate3d(0,-50%,0) translate3d(0,150%,0);
}

figure.effect-romeo:hover h2 {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
}

figure.effect-romeo:hover p {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,100%,0);
}

/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla {
	background: #18a367;
}

figure.effect-layla img {
	height: 390px;
}

figure.effect-layla figcaption {
	padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-layla p {
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-layla img,
figure.effect-layla h2 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
	background: #4a3753;
}

figure.effect-honey img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-honey:hover img {
	opacity: 0.5;
}

figure.effect-honey figcaption::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-honey h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1em 1.5em;
	width: 100%;
	text-align: left;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-honey h2 i {
	font-style: normal;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	padding: 3em;
	background-color: rgba(58,52,42,0.7);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h2 {
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
	opacity: 0.4;
}

/*---------------*/
/***** Marley *****/
/*---------------*/

figure.effect-marley figcaption {
	text-align: right;
}

figure.effect-marley h2,
figure.effect-marley p {
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 10px 0;
}


figure.effect-marley p {
	bottom: 30px;
	line-height: 1.5;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-marley h2 {
	top: 30px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-marley:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-marley h2::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-marley h2::after,
figure.effect-marley p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Ruby *****/
/*---------------*/

figure.effect-ruby {
	background-color: #17819c;
}

figure.effect-ruby img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

figure.effect-ruby:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-ruby h2 {
	margin-top: 20%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-ruby p {
	margin: 1em 0 0;
	padding: 3em;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
} 

figure.effect-ruby:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

/*---------------*/
/***** Milo *****/
/*---------------*/

figure.effect-milo {
	background: #2e5d5a;
}

figure.effect-milo img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-30px,0,0) scale(1.12);
	transform: translate3d(-30px,0,0) scale(1.12);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-milo:hover img {
	opacity: 0.5;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

figure.effect-milo h2 {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1em 1.2em;
}

figure.effect-milo p {
	padding: 0 10px 0 0;
	width: 50%;
	border-right: 1px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0,0);
	transform: translate3d(-40px,0,0);
}

figure.effect-milo:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Dexter *****/
/*---------------*/

figure.effect-dexter {
	background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);
	background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%); 
}

figure.effect-dexter img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-dexter:hover img {
	opacity: 0.4;
}

figure.effect-dexter figcaption::after {
	position: absolute;
	right: 30px;
	bottom: 30px;
	left: 30px;
	height: -webkit-calc(50% - 30px);
	height: calc(50% - 30px);
	border: 7px solid #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}

figure.effect-dexter:hover figcaption::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-dexter figcaption {
	padding: 3em;
	text-align: left;
}

figure.effect-dexter p {
	position: absolute;
	right: 60px;
	bottom: 60px;
	left: 60px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}

figure.effect-dexter:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Sarah *****/
/*---------------*/

figure.effect-sarah {
	background: #42b078;
}

figure.effect-sarah img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-sarah:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah figcaption {
	text-align: left;
}

figure.effect-sarah h2 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
}

figure.effect-sarah h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

figure.effect-sarah:hover h2::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

figure.effect-sarah:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 3.75em;
	background: #fff;
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {
	float: left;
}

figure.effect-zoe p.icon-links a {
	float: right;
	color: #3c4a50;
	font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
	color: #252d31;
}

figure.effect-zoe p.description {
	position: absolute;
	bottom: 8em;
	padding: 2em;
	color: #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

figure.effect-zoe p.icon-links a span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
	content: '\e000';
}

.icon-paper-clip::before {
	content: '\e001';
}

.icon-heart::before {
	content: '\e024';
}

figure.effect-zoe h2 {
	display: inline-block;
}

figure.effect-zoe:hover p.description {
	opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico figcaption {
	padding: 3em;
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
	padding: 20% 0 20px 0;
}

figure.effect-chico p {
	margin: 0 auto;
	max-width: 200px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 0;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	/*position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;*/
}

.grid figure img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
	background: #2f3238;
}

figure.effect-julia img {
	max-width: none;
	height: 400px;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia figcaption {
	text-align: left;
}

figure.effect-julia h2 {
	position: relative;
	padding: 0.5em 0;
}

figure.effect-julia p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background: rgba(255,255,255,0.9);
	color: #2f3238;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
}

figure.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*-----------------*/
/***** Goliath *****/
/*-----------------*/

figure.effect-goliath {
	background: #df4e4e;
}

figure.effect-goliath img,
figure.effect-goliath h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
}

figure.effect-goliath p {
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}

figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}

figure.effect-goliath:hover h2 {
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}

figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*-----------------*/
/***** Hera *****/
/*-----------------*/

figure.effect-hera {
	background: #303fa9;
}

figure.effect-hera h2 {
	font-size: 158.75%;
}

figure.effect-hera h2,
figure.effect-hera p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}

figure.effect-hera figcaption::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	border: 2px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}

figure.effect-hera p {
	width: 100px;
	text-transform: none;
	font-size: 121%;
	line-height: 2;
}

figure.effect-hera p a {
	color: #fff;
}

figure.effect-hera p a:hover,
figure.effect-hera p a:focus {
	opacity: 0.6;
}

figure.effect-hera p a i {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-hera p a:first-child i {
	-webkit-transform: translate3d(-60px,-60px,0);
	transform: translate3d(-60px,-60px,0);
}

figure.effect-hera p a:nth-child(2) i {
	-webkit-transform: translate3d(60px,-60px,0);
	transform: translate3d(60px,-60px,0);
}

figure.effect-hera p a:nth-child(3) i {
	-webkit-transform: translate3d(-60px,60px,0);
	transform: translate3d(-60px,60px,0);
}

figure.effect-hera p a:nth-child(4) i {
	-webkit-transform: translate3d(60px,60px,0);
	transform: translate3d(60px,60px,0);
}

figure.effect-hera:hover figcaption::before {
	opacity: 1;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
}

figure.effect-hera:hover h2 {
	opacity: 0;
	-webkit-transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
	transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
}

figure.effect-hera:hover p i:empty {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0); /* just because it's stronger than nth-child */
	opacity: 1;
}

/*-----------------*/
/***** Winston *****/
/*-----------------*/

figure.effect-winston {
	background: #162633;
	text-align: left;
}

figure.effect-winston img {
	-webkit-transition: opacity 0.45s;
	transition: opacity 0.45s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-winston figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/img/triangle.svg) no-repeat center center;
	background-size: 100% 100%;
	content: '';
	-webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
	transition: opacity 0.45s, transform 0.45s;
	-webkit-transform: rotate3d(0,0,1,45deg);
	transform: rotate3d(0,0,1,45deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

figure.effect-winston h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-winston p {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 1.5em 7% 0;
}

figure.effect-winston a {
	margin: 0 10px;
	color: #5d504f;
	font-size: 170%;
}

figure.effect-winston a:hover,
figure.effect-winston a:focus {
	color: #cc6055;
}

figure.effect-winston p a i {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}

figure.effect-winston:hover img {
	opacity: 0.6;
}

figure.effect-winston:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-winston:hover figcaption::before {
	opacity: 0.7;
	-webkit-transform: rotate3d(0,0,1,20deg);
	transform: rotate3d(0,0,1,20deg);
}

figure.effect-winston:hover p i {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-winston:hover p a:nth-child(3) i {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-winston:hover p a:nth-child(2) i {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-winston:hover p a:first-child i {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

/*-----------------*/
/***** Selena *****/
/*-----------------*/

figure.effect-selena {
	background: #fff;
}

figure.effect-selena img {
	opacity: 0.95;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-selena:hover img {
	-webkit-transform: scale3d(0.95,0.95,1);
	transform: scale3d(0.95,0.95,1);
}

figure.effect-selena h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-selena p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg);
	transform: perspective(1000px) rotate3d(1,0,0,90deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

figure.effect-selena:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-selena:hover p {
	opacity: 1;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,0);
	transform: perspective(1000px) rotate3d(1,0,0,0);
}

/*-----------------*/
/***** Terry *****/
/*-----------------*/

figure.effect-terry {
	background: #34495e;
}

figure.effect-terry figcaption {
	padding: 1em;
}

figure.effect-terry figcaption::before,
figure.effect-terry figcaption::after {
	position: absolute;
	width: 200%;
	height: 200%;
	border-style: solid;
	border-color: #101010;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-terry figcaption::before {
	right: 0;
	bottom: 0;
	border-width: 0 70px 60px 0;
	-webkit-transform: translate3d(70px,60px,0);
	transform: translate3d(70px,60px,0);
}

figure.effect-terry figcaption::after {
	top: 0;
	left: 0;
	border-width: 15px 0 0 15px;
	-webkit-transform: translate3d(-15px,-15px,0);
	transform: translate3d(-15px,-15px,0);
}

figure.effect-terry img,
figure.effect-terry p a {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-terry img {
	opacity: 0.85;
}

figure.effect-terry h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.4em 10px;
	width: 50%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

@media screen and (max-width: 920px) {
	figure.effect-terry h2 {
		padding: 0.75em 10px;
		font-size: 120%;
	}
}

figure.effect-terry p {
	float: right;
	clear: both;
	text-align: left;
	text-transform: none;
	font-size: 111%;
}

figure.effect-terry p a {
	display: block;
	margin-bottom: 1em;
	color: #fff;
	opacity: 0;
	-webkit-transform: translate3d(90px,0,0);
	transform: translate3d(90px,0,0);
}

figure.effect-terry p a:hover,
figure.effect-terry p a:focus {
	color: #f3cf3f;
}

figure.effect-terry:hover figcaption::before,
figure.effect-terry:hover figcaption::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-terry:hover img {
	opacity: 0.6;

}

figure.effect-terry:hover h2,
figure.effect-terry:hover p a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-terry:hover p a {
	opacity: 1;
}

figure.effect-terry:hover p a:first-child {
	-webkit-transition-delay: 0.025s;
	transition-delay: 0.025s;
}

figure.effect-terry:hover p a:nth-child(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-terry:hover p a:nth-child(3) {
	-webkit-transition-delay: 0.075s;
	transition-delay: 0.075s;
}

figure.effect-terry:hover p a:nth-child(4) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

/*-----------------*/
/***** Phoebe *****/
/*-----------------*/

figure.effect-phoebe {
	background: #675983;
}

figure.effect-phoebe img {
	opacity: 0.85;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-phoebe:hover img {
	opacity: 0.6;
}

figure.effect-phoebe figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/img/triangle2.svg) no-repeat center center;
	background-size: 100% 100%;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(5,2.5,1);
	transform: scale3d(5,2.5,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-phoebe:hover figcaption::before {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-phoebe h2 {
	margin-top: 1em;
	-webkit-transition: transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-phoebe:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-phoebe p a {
	color: #fff;
	font-size: 140%;
	opacity: 0;
	position: relative;
	display: inline-block;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-phoebe p a:first-child {
	-webkit-transform: translate3d(-60px,-60px,0);
	transform: translate3d(-60px,-60px,0);
}

figure.effect-phoebe p a:nth-child(2) {
	-webkit-transform: translate3d(0,60px,0);
	transform: translate3d(0,60px,0);
}

figure.effect-phoebe p a:nth-child(3) {
	-webkit-transform: translate3d(60px,-60px,0);
	transform: translate3d(60px,-60px,0);
}

figure.effect-phoebe:hover p a {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo {
	background: #3498db;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 1em;
	max-width: 150px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-apollo h2 {
	text-align: left;
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

/*-----------------*/
/***** Kira *****/
/*-----------------*/

figure.effect-kira {
	background: #fff;
	text-align: left;
}

figure.effect-kira img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-kira figcaption {
	z-index: 1;
}

figure.effect-kira p {
	padding: 2.25em 0.5em;
	font-weight: 600;	
	font-size: 100%;
	line-height: 1.5;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-kira p a {
	margin: 0 0.5em;
	color: #101010;
}

figure.effect-kira p a:hover,
figure.effect-kira p a:focus {
	opacity: 0.6;
}

figure.effect-kira figcaption::before {
	position: absolute;
	top: 0;
	right: 2em;
	left: 2em;
	z-index: -1;
	height: 3.5em;
	background: #fff;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,4em,0) scale3d(1,0.023,1) ;
	transform: translate3d(0,4em,0) scale3d(1,0.023,1);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

figure.effect-kira:hover img {
	opacity: 0.5;
}

figure.effect-kira:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-kira:hover figcaption::before {
	opacity: 0.7;
	-webkit-transform: translate3d(0,5em,0) scale3d(1,1,1) ;
	transform: translate3d(0,5em,0) scale3d(1,1,1);
}

/*-----------------*/
/***** Steve *****/
/*-----------------*/

figure.effect-steve {
	z-index: auto;
	overflow: visible;
	background: #000;
}

figure.effect-steve:before,
figure.effect-steve h2:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #000;
	content: '';
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-steve:before {
	box-shadow: 0 3px 30px rgba(0,0,0,0.8);
	opacity: 0;
}

figure.effect-steve figcaption {
	z-index: 1;
}

figure.effect-steve img {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: perspective(1000px) translate3d(0,0,0);
	transform: perspective(1000px) translate3d(0,0,0);
}

figure.effect-steve h2,
figure.effect-steve p {
	background: #fff;
	color: #2d434e;
}

figure.effect-steve h2 {
	position: relative;
	margin-top: 2em;
	padding: 0.25em;
}

figure.effect-steve h2:before {
	box-shadow: 0 1px 10px rgba(0,0,0,0.5);
}

figure.effect-steve p {
	margin-top: 1em;
	padding: 0.5em;
	font-weight: 800;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(0.9,0.9,1);
	transform: scale3d(0.9,0.9,1);
}

figure.effect-steve:hover:before {
	opacity: 1;
}

figure.effect-steve:hover img {
	-webkit-transform: perspective(1000px) translate3d(0,0,21px);
	transform: perspective(1000px) translate3d(0,0,21px);
}

figure.effect-steve:hover h2:before {
	opacity: 0;
}

figure.effect-steve:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

/*-----------------*/
/***** Moses *****/
/*-----------------*/

figure.effect-moses {
	background: -webkit-linear-gradient(-45deg, #EC65B7 0%,#05E0D8 100%);
	background: linear-gradient(-45deg, #EC65B7 0%,#05E0D8 100%);
}

figure.effect-moses img {
	opacity: 0.85;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-moses h2,
figure.effect-moses p {
	padding: 20px;
	width: 50%;
	height: 50%;
	border: 2px solid #fff;
}

figure.effect-moses h2 {
	padding: 20px;
	width: 50%;
	height: 50%;
	text-align: left;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(10px,10px,0);
	transform: translate3d(10px,10px,0);
}

figure.effect-moses p {
	float: right;
	padding: 20px;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

figure.effect-moses:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-moses:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-moses:hover img {
	opacity: 0.6;
}

/*---------------*/
/***** Jazz *****/
/*---------------*/

figure.effect-jazz {
	background: -webkit-linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
	background: linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
}

figure.effect-jazz img {
	opacity: 0.9;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz figcaption::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-jazz h2,
figure.effect-jazz p {
	opacity: 1;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
}

figure.effect-jazz h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-jazz p {
	padding: 0.5em 2em;
	text-transform: none;
	font-size: 0.85em;
	opacity: 0;
}

figure.effect-jazz:hover img {
	opacity: 0.7;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-jazz:hover figcaption::after {
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}

figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

/*---------------*/
/***** Ming *****/
/*---------------*/

figure.effect-ming {
	background: #030c17;
}

figure.effect-ming img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

figure.effect-ming h2 {
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-ming p {
	padding: 1em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-ming:hover h2 {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-ming:hover img {
	opacity: 0.4;
}

/*---------------*/
/***** Lexi *****/
/*---------------*/

figure.effect-lexi {
	background: -webkit-linear-gradient(-45deg, #000 0%,#fff 100%);
	background: linear-gradient(-45deg, #000 0%,#fff 100%);
}

figure.effect-lexi img {
	margin: -10px 0 0 -10px;
	max-width: none;
	width: -webkit-calc(100% + 10px);
	width: calc(100% + 10px);
	opacity: 0.9;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(10px,10px,0);
	transform: translate3d(10px,10px,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-lexi figcaption::before,
figure.effect-lexi p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-lexi figcaption::before {
	position: absolute;
	right: -100px;
	bottom: -100px;
	width: 300px;
	height: 300px;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transform: scale3d(0.5,0.5,1);
	transform: scale3d(0.5,0.5,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-lexi:hover img {
	opacity: 0.6;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lexi h2 {
	text-align: left;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(5px,5px,0);
	transform: translate3d(5px,5px,0);
}

figure.effect-lexi p {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 1.5em 1.5em 0;
	width: 140px;
	text-align: right;
	opacity: 0;
	-webkit-transform: translate3d(20px,20px,0);
	transform: translate3d(20px,20px,0);
}

figure.effect-lexi:hover figcaption::before {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-lexi:hover h2,
figure.effect-lexi:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Duke *****/
/*---------------*/

figure.effect-duke {
	background: -webkit-linear-gradient(-45deg, #34495e 0%,#cc6055 100%);
	background: linear-gradient(-45deg, #34495e 0%,#cc6055 100%);
}

figure.effect-duke img,
figure.effect-duke p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-duke:hover img {
	opacity: 0.1;
	-webkit-transform: scale3d(2,2,1);
	transform: scale3d(2,2,1);
}

figure.effect-duke h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

figure.effect-duke p {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 20px;
	padding: 30px;
	border: 2px solid #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% -100%;
	transform-origin: 50% -100%;
}

figure.effect-duke:hover h2,
figure.effect-duke:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

/* Media queries */
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/opensans/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/opensans/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/opensans/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/opensans/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  src: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/opensans/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  src: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/opensans/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/opensans/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/opensans/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/opensans/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/opensans/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/opensans/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/opensans/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/opensans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/opensans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/opensans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/opensans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  src: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/opensans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  src: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/opensans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/opensans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/opensans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/opensans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/opensans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/opensans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/fonts/opensans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}


/* start custom */
.novaworks-navigation #novaworks-nav > li.level0 > a > span { line-height: 46px; }
.novaworks-navigation { height: 46px; }
#novaworks-nav li.m-dropdown .dropdown.sub-wrapper,
#novaworks-nav li ul.shown-sub, #novaworks-nav li div.shown-sub { top: 46px; }
#novaworks-nav li.level0 a.level-top {  font-size: 15px;  font-weight: 500;  letter-spacing: 0px; }
div.dropdown-phone,
.storemail .phone,
.callphone .phone { padding: 10px 0px; font-size: 13px; }
.storemail .phone strong,
.callphone .phone strong { color: #222; }
div.dropdown-phone { float: right; }
.storemail .phone:before { content: "\f0e0"; font-family: fontawesome; padding: 0 10px 0 0; }
.header-menu ul.menu li.shopping-bag-item .cart-contents { padding: 9px 30px 9px; }
div.dropdown-phone ul.link-mobile,
.header-menu .menu ul.sub-menu { top: 40px !important; }
.is-sticky #novaworks-nav li.level0 a { color: #fff !important; }
#novaworks-nav li.level0 ul li a, #novaworks-nav li.level0 .groups-wrapper ul li a,
.top-header ul li, .top-header ul li a, .top-header ul li a span,
div.dropdown-phone p.label { text-transform: none; }
.header-menu ul.menu li.shopping-bag-item .cart-contents span { font-weight: bold;  }

.fieldset,
.customer-account-login .novaworks-main-content .main,
.products-grid .content-item,
.product-flexslider .item, .box-up-sell .item, .box-cross-sell .item, .flexslider-related .item { background: #fff; }

.catalog-product-view .product-essential .row { background: #fff; padding-top: 10px;  }
#product-options-wrapper dd div.input-box { border: 0px; padding: 0px; }
.product-essential .rating-box { width: 70px; }
.rating-box .rating.brez::before { color: #ebebeb; }
.product-view .opis { padding: 0px 10px; }
.product-view .product-name h1 { font-size: 32px; line-height: 1.2em; font-weight: bold; margin-bottom: 5px; margin-top: 10px; text-transform: none !important; }
.product-essential .detail-d { font-size: 11px; color: #888; padding: 0px; }
.product-view .product-shop .short-description { border: 0px; margin: 0px 0px 10px 0px; padding: 0px 0px; }
div h4.spb_heading span { background-color: transparent; }
.product-collateral { margin: 0px; }
.catalog-product-view .owl-controls .owl-buttons { top: -30px; }
.product-view .product-essential #qty { color: #333; }
.catalog-product-view .bx-wrapper .bx-viewport { border: 0px; }
.product-view .product-img-box .more-views {  margin: 0px -20px 20px 0px; }
.product-shop .detail-availability p { padding: 5px 0px; }
.detail-c .detail-availability p.dobava span {font-weight: 600; color: #78674b !important;}
.novaworks-social-share ul { width: 100%; }

.product-options dd { padding: 0px; }
.swatch-attr ul { margin: 0px; }

.item .price-box,
.item h3.product-name { margin-left: 10px; margin-right: 10px; padding-bottom: 10px; width: auto; text-align: center; display: block; }
.item h3.product-name { display: block;  height: 42px; overflow: hidden; padding: 0px; margin: 10px;}
.item h3.product-name a { line-height: 21px; font-size: 15px; text-transform: none; font-weight: 500; }
.item-product-image-box .product-hover-box .act-quickview-button,
.item .novaworks-quick-act .btn-theme { font-size: 11px; }

.account-login { margin-bottom: 0px;}
.main-container .main .col-main .account-login .page-title h1 { font-size: 24px; border-bottom: 1px solid #ebebeb; margin: 10px 20px 10px 20px; padding-bottom: 10px; }
.account-login .new-users { min-height: 355px; }
#login-form .registered-users .buttons-set #send2 { clear: left; }

.buttons-set button.button { clear: none; display: block; float: right !important; margin-top: 0px;  }
.buttons-set p.required,
.buttons-set .back-link { float: left; clear: left; }

.newsletter-manage-index .my-account,
.wishlist-index-index .my-account,
.review-customer-index .my-account,
.sales-order-history .my-account,
.customer-address-form .my-account,
.customer-account-edit .my-account,
.dashboard,
.customer-account-create .account-create { padding: 20px; background: #fff; }
.account-create #form-validate { margin-bottom: 0px; }
.product-shop .detail-availability p,
#narrow-by-list ol li a,
.welcome-msg { text-transform: none; }

.block { background: #fff; padding: 0px 10px; }
.sidebar .left-categories .block-title { padding-top: 10px; margin-bottom: 0px; }
.block-layered-nav .block-subtitle { display: none; }
.block-layered-nav .actions { border-top: 0px; padding: 0px 0px 10px 0px;}
#narrow-by-list ol li a span.count { font-weight: normal; color: #999; font-size: 11px; }

/*
.breadcrumbs-inner { border-bottom: 1px solid #c1bdad;  border-top: 0px; background: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/breadcrumbs.jpg); }
*/
.breadcrumbs { font-size: 13px; line-height: 13px; padding: 12px 0px; margin: 0px;}
.breadcrumbs ul { margin: 0px; padding: 0px; }
.breadcrumbs-inner a.goback { float: right; font-size: 13px; line-height: 13px; padding: 12px 0px; margin: 0px; }

.arw_tab_slider .tabs { font-size: 18px; }

.toolbar-bottom .toolbar { border: 0px; background: transparent; margin: 0px; }
/*.toolbar { border: 1px solid #c1bdad; background: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/breadcrumbs.jpg); }*/
.toolbar .sorter { padding: 0px 10px; }
.sorter .sort-by,
.sorter .direction,
.sorter .limiter,
.sorter .view-mode,
.sorter .item-total { margin: 5px 0px;}
.sorter .sort-by .sort-by { margin: 0px;}
.sorter .limiter ul,
.sorter .sort-by ul { top: 34px; }
.sorter span.text-color { color: #333; }
.sorter,
.sorter .limiter .current span { color: #111; }
.sorter .limiter .current span { width: 45px; }
.sorter .limiter { margin-left: 10px; border-color: #c1bdad; }

.checkout-cart { padding: 20px; background: #fff; }
#shopping-cart-table thead .a-center-name { padding-left: 10px; }
#discount-coupon-form .discount { background: #fff;  margin-bottom: 10px; }
.cart .totals { background: #fff; }
#shopping-cart-totals-table .a-right strong span.price,
#shopping-cart-totals-table .a-right strong { font-size: 14px; margin-left: 0px; }
.cart .totals tfoot td { padding: 7px; }
#shopping-cart-table td { padding-left: 10px; }

.prednosti  { padding: 15px 0px; }
.prednosti .prednost { text-align: left; padding: 10px 0px; }
.prednosti p { margin: 0px; padding: 0px; font-size: 14px; color: #555; }
.prednosti h4 { margin: 5px 0px; padding: 0px; font-weight: bold; font-size: 16px; line-height: 1.2em; color: #111;  }
.prednosti h4:before { background: #fbf8f3; float: left; display: block; margin: 0 15px 0px 10px; text-align: center; width: 75px; height: 75px; font-size: 30px; line-height: 75px; font-weight: 300; color: #BEA275; font-family: FontAwesome; }
.prednosti .prednost_1 h4:before { content: "\f0d1"; }
.prednosti .prednost_2 h4:before { content: "\f021"; }
.prednosti .prednost_3 h4:before { content: "\f07a"; }
.prednosti .prednost_4 h4:before { content: "\f05a"; }

.copyright-footer { border-top: 1px solid #111; }
.footer-container h4 { margin-bottom: 5px; margin-top: 0px;  }
.footer-container ul li,
.footer-container ul li > a { line-height: 24px; }
.footer address { font-size: 13px; }

#header-section .container { position: relative; }
.header-topsearch .form-searchdefault { position: absolute; right: 0px;  top: -5px; }
.header-topsearch .form-searchdefault .input-text { width: auto; border: 1px solid #efefef; margin-right: 10px; }
.resp-tabs-list li a,
.resp-tabs-list li.resp-tab-active a { border: 0px; padding: 15px 20px; }
.resp-tabs-list li.resp-tab-active a {  background: #fff; }
.resp-tabs-container {  border: 0px; padding: 0; }
#nova-product-detail-tab { padding: 0px 0px 15px; }
#nova-product-detail-tab { color: #444;  font-size: 14px; }

.product-view .product-img-box .product-image { max-height: 640px; max-width: 470px; }

.contacts-index-index .col-main,
.cms-page-view .col-main { background: #fff; padding-bottom: 15px; }
.cms-page-view .col-main { margin-top: 0px; }
.cms-page-view .col-main .page-title h1 { margin-top: 10px; font-size: 24px; }
.novaworks-main-content { padding-bottom: 20px; }

#narrow-by-list dd .swatch-label { padding: 0px !important; overflow: hidden; }


.product-view .product-image .zoom-image { bottom: 10px; }
.block-content { padding-bottom: 10px; }
.cms-index-index .arw_tab_slider .tabs { margin-bottom: 30px; }
.cms-index-index .line_styles_1 { margin-bottom: 20px; }
.cms-index-index .home_one_5,
.cms-index-index .blog-style-1 { margin-top: 20px; }
.cms-index-index .home_one_1 { margin-top: 0px; }
.cms-index-index .recent-post .media-body .media-heading { margin-top: 0px; font-weight: bold; }
.cms-index-index .arw_tab_slider .owl-controls .owl-buttons,
.cms-index-index .home_one_5 .owl-controls .owl-buttons {  top: -35px; }
.pokazi { cursor: pointer; text-decoration: underline; }
.zaloga { display: none; }

.header-background-default img {  margin-bottom: 0px; }

.block-subscriber input.input-text { border: 1px solid #ebebeb; padding-top: 5px; padding-bottom: 5px; margin-bottom: 10px; }
.block-kategorije dl { margin-bottom: 0px; }
.block-viewed .block-content { padding-top: 0px; }

 .cms-index-index .home_one_5 { border-bottom: 1px solid #c1bdad; border-top: 1px solid #c1bdad; margin: 30px 0px 20px 0px; padding-top: 20px; }
/*.cms-index-index .home_one_5 .col-md-6 { padding-top: 20px; background: #BF7676; }
.cms-index-index .home_one_5 .col-md-6:first-child { background: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/breadcrumbs.jpg);  }*/

.prednostno li { background: #333; color: #f9f9f9; padding: 15px; margin: 0px 0px 10px 0px; text-align: center; }
.prednostno li strong { display: block; font-size: 110%; color: #fff; }

.bag-buttons a.checkout-button { background-color: #BEA275 !important; }
.item-product-image-box .novaworks-product-badge { text-indent: -5px; }
.item .novaworks-new-badge { right: 10px; top: 10px; left: auto; text-indent: -3px; background: #000; }

.block-blog h5 { font-weight: bold; }
.std ul,
.postContentWrapper .postContent ul { list-style: disc; margin: 10px 0px 10px 15px; }
#newsletter-validate-detail button { background: #222 !important; color: #fff; }
#newsletter-validate-detail button:hover { background: #000 !important;}
#newsletter-validate-detail button:hover span { color: #fff; }

.postTags,
.postTags li {  display: inline-block; margin-right: 5px; }

/* Max-width 1920px */
@media (max-width: 1950px) {
	.product-img-box #image-zoom > img {
		height: 630px !important;
		width: 470px !important;
	}
	.product-img-box .product-image .mousetrap {
		height: 630px !important;
		width: 470px !important;
	}

}
/* Max-width 1170px */
@media (max-width: 1170px) {
	.product-img-box #image-zoom > img {
		height: 630px !important;
		width: 470px !important;
	}
	.product-img-box .product-image .mousetrap {
		height: 630px !important;
		width: 470px !important;
	}
}

@media (max-width: 630px) {
	.style-header-0 .header-topsearch { position: relative !important; top: 0 !Important; text-align: center; }
	.header_nav { margin: 0px -15px; }
	.style-header-0 .main-navigation { position: relative; clear: both; }
	.logo-fade { margin-bottom: 0px !important; }
	.style-header-0 .main-navigation { position: relative !important; top: 0 !Important; }
	.header-topsearch .form-searchdefault { max-width: 220px; position: relative; top: 0px; margin: 0 auto; margin-bottom: 10px; float: none; overflow: hidden; }
	.sorter .item-total,
	.header-links { display: none; }
}
@media (max-width: 490px) {
	.callphone .phone span::after,
	.storemail { display:none; }
	/* slika pri produktu */
	.product-view .col-xs-2, .product-view .col-xs-10 { float: none; width: 100%; }
	.product-view .col-xs-10 {padding-top: 25px; }
	.product-view .product-img-box .product-image {max-height: 425px;max-width: 470px;}
	.product-view .product-img-box .product-image #wrap #image-zoom { display: block; left: 0;position: absolute;top: 0;width: 100%;}
	.product-img-box #image-zoom > img { height: auto !important;width: 100% !important;}
}

/* top */
.top-wrapper { background: #800080; }
.top { max-width: 1180px; padding: 10px 10px; margin: 0 auto; min-height: 22px; text-align: left;  font-size: 16px; line-height: 22px; color: #fff; text-shadow:1px 1px 1px rgba(0,0,0,0.1); }
.top p { margin: 0px; padding: 0px; }
.top a { text-decoration: none; color: #fff; }
.top u { font-weight: bold; }
#popupDiv { display: none; }
.top a#close { width: 20px; height: 20px; background: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/zapri.png) no-repeat top; display:block; overflow: hidden; text-indent: -999999px; float: right; margin: 0px 10px 0px 0px; }

/* update */

.product-view .product-shop .out-of-stock span { background: none transparent; width: 100%; white-space: nowrap; }

.krog { position: absolute; color: #fff; font-size: 11px; padding-top:10px; box-sizing: border-box; height: 45px; width: 45px; line-height: 13px; -webkit-border-radius: 45px; -moz-border-radius: 45px; border-radius: 45px; bottom: 10px; right: 10px; }
.krog.velf { background: #b64f9b; }
.krog.velh { background: #7f63a1; }
.krog.velj { background: #b2a1c7; }

.account-login .registered-users { margin-bottom: 20px; }

/* update gumb */
.product-view .product-essential .btn-carts span i { margin-right: 10px; }
.product-view .product-essential .btn-carts { color: #fff;  background-color: #111;  border: 1px solid #111; font-size: 17px; font-weight: 600; }

/* popup */
.leftslide { left:-500px; top:250px; position: fixed; z-index: 9999999999; width: 290px; height: 330px; background: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/popust.jpg) no-repeat bottom right #800080; padding: 30px; color: #fff; display: none; }
.leftslide.visible { display: block; }
.leftslide .clear { clear: both; }
.leftslide .leftslide_close { position: absolute; right: 10px; top:7px; color: #fff; font-weight: bold; font-size: 24px; }
.leftslide form { overflow: hidden; }
.leftslide form input { width: 180px; height: 40px; line-height: 40px; float: left; margin-left:10px; }
.leftslide form button span { color: #fff; }
.leftslide .terms { overflow: hidden; display: block; clear: both; margin: 10px 0px 0px 0px; font-style: italic; font-size: 12px;  color:rgba(250,250,250,0.8); }
.leftslide .terms a { color:rgba(250,250,250,1);}
.leftslide .terms a:hover { text-decoration: underline; }
.leftslide .vsebina {color:rgba(250,250,250,0.8);}
.leftslide .vsebina strong { color:rgba(250,250,250,1) !important;  }
.leftslide .vsebina h3 { color:rgba(250,250,250,1) !important; font-size: 24px; margin: 0px 0px 10px 0px; }

/* popup */
.ml-subscribe-form { position: fixed; max-width: 340px; z-index: 999999; right: 0px; top: 100px; background: #fff; padding: 0px; -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2); -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2); box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
overflow: hidden; -webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
.ml-subscribe-form .napis { height: 320px; float: left; background: #028fb7;  width: 40px; position: relative; }
.ml-subscribe-form .napis .text { cursor: pointer; color: #fff; position: absolute; font-size: 17px; vertical-align: middle; text-align: center; height: 40px; line-height: 36px; text-transform: uppercase; top: 140px; left: -140px; width: 320px; -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); }
.ml-subscribe-form .ml-vertical-align-center { display: none; float: right; width: 300px; padding: 15px;  }
.ml-subscribe-form h4 { font-weight: bold; margin-top: 0px; }

/*Sprememba barve gumba*/
.buttons-set button.button { clear: none; display: block; float: right !important; margin-top: 0px; background-color: #bea275 !important; }

.top-container .widget { max-width: 1200px; margin: 0 auto; display: block; padding: 20px 20px 0px 20px; }


.swatch-link .x { background: none transparent !important; }

/* testimonial */
.testimonials { background-color: #a08355; padding-bottom: 20px; }
.testimonial .testimonial-name { color: #000; }
.testimonials-carousel { margin-top: 10px; }
.testimonials h2.section-title-lg span { color: #fff; border-bottom: 1px solid rgba(255,255,255,0.8); }
.testimonials .owl-theme .owl-controls .owl-page span { background: #fff; }
.testimonial .testimonial-name { color: #fff; }
.testimonial .testimonial-name,
.testimonials .testimonial-text em,
.testimonials .testimonial-text { font-size: 14px; line-height: 1.3em; }

/* quickshop modificiation */

#quickshop_heared { border: 1px solid #ccc; margin-left: 10px; padding: 5px; }
#quickshop_other { border: 1px solid #ccc; line-height: 18px; padding: 5px; }

body .onestep-section .block-content .komentar { position: relative; top: unset; right: unset; width: 100%; height: unset; padding: 0; background: #fff; border:0; margin: 10px 0; }
body .onestep-section .block-content .komentar:after,
body .onestep-section .block-content .komentar:before { display: none; }
body .onestep-section .block-content .komentar textarea { height: 72px; }

.quickheared { background: #f9f9f9; padding: 5px; }

/* ajaxcart popup */
#add_to_cart_popup {
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}
#add_to_cart_popup #popup-content {
    background: #fff;
    border-radius: 5px;
    margin: 100px auto;
    padding: 20px;
    position: relative;
    transition: all 5s ease-in-out;
    width: 300px;
}
#add_to_cart_popup .block-title {
    border-left: 7px solid #bea275;
    color: #000000;
    font-size: 16px;
    margin-bottom: 5px;
    padding: 10px;
    text-align: left;
}
#add_to_cart_popup .product-name {
    color: #282828;
    margin: 10px 0;
}
#add_to_cart_popup button {
    background-color: #000000;
    color: #ffffff;
    float: none;
    width: 100%;
}
#add_to_cart_popup button:first-child:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
}
#add_to_cart_popup .btn-cart {
    margin-bottom: 10px;
    background-color: #bea275;
}
.datanotice { font-size: 12px; line-height: 1.3em; padding: 10px; background: #f9f9f9; border: 1px solid #ebebeb; margin: 5px 0; }
.datanotice p { margin: 0; }

#payment-method .form-list div { line-height: 1.4em; font-weight: 300; padding-right: 0; }

/* GDPR */
.parallax-content .degriz_gdprnewsletter input { height: auto; width: auto; }
.parallax-content #newsletter-validate-detail .degriz_gdprnewsletter { margin-top: 67px; right: 0;  }
.parallax-box .parallax-content .degriz_gdprnewsletter p { color: #333 !important; margin: 0; }
.parallax-box .form-subscribe .degriz_gdprnewsletter .button { position: relative; letter-spacing: 0; }
.account-create .fieldset .form-list .control .input-box { width: auto; }
.account-create .form-list li.control input.checkbox { margin-right: 5px; }

@media (max-width: 991px) and (min-width: 631px) {
	.main-navigation { margin-top: 110px; }
}
@media (max-width: 630px) {
	.parallax-content #newsletter-validate-detail .degriz_gdprnewsletter { margin-top: 61px; }
	.testimonials h2.section-title-lg span { display: inline-block; }
}



/* menu update */
#novaworks-nav li { padding: 0px 11px; }
@media (max-width: 991px) {
	body .style-header-0 .main-navigation { top: 66px; }
}

@media (max-width: 770px) {
	.header-links { display: none; }
}


/* UPDATE 2024 */
/* Block: Layered Navigation */
.block-layered-nav .block-title { display: none; }
.block-layered-nav .block-content { padding: 0px; }
.block-layered-nav .currently .label { text-transform: none; vertical-align: bottom; font-size: 14px; }
.block-layered-nav .btn-remove { float:left; margin:3px 3px 0 0; }
.block-layered-nav dt { cursor: pointer; position: relative; margin: 0 0 10px 0; font-weight: 600; font-size: 16px; color: #171717; line-height: 1.4em; border-bottom: 1px solid #ededed; padding: 10px; }
.block-layered-nav dt:before { content: '-'; font-size: 16px; color: #999; font-weight: 300; vertical-align: top; position: absolute; right: 5px; top: 50%; transform: translateY(-50%); }
.block-layered-nav dt.open:before { content: '+'; }
.block-layered-nav dd { margin: 15px 0 15px 0; padding: 0 10px; overflow-y: auto; max-height: 224px; }

.block-layered-nav dd li { margin: 2px 0; overflow: hidden; padding: 0 40px 0 25px; position: relative; }
.block-layered-nav dd a { color: #191919; display: inline-block; font-weight: 500; font-size: 14px; line-height: 1.3em; text-decoration: none; }
#narrow-by-list ol li a { font-size: 14px; line-height: 1.4em; margin-left: 0; font-weight: 500;  }
.block-layered-nav dd a:before { position: absolute; top: 3px; left: 0; width: 16px; height: 16px; content: ""; background-image: url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/sprite.png'); background-repeat: no-repeat; background-position: 0 0; }
.block-layered-nav dd a:hover:before { background-position: -16px 0; }
.block-layered-nav dd span.number { color: #999; font-weight: 300; position: absolute; top: 0; right: 5px; }
.block-layered-nav a.remove:before { background-position: -32px 0; }

.block-layered-nav .izbor { padding: 3px 5px; margin:0 0 10px; background: #f2eada; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; color: #4e422c; font-size: 12px; }
.block-layered-nav .izbor a { color: #3a311f;}
.block-layered-nav .izbor .block-subtitl { font-weight: 600; margin-bottom: 2px; color: #222; }

.block-layered-nav ol.cats li { border-top: 1px dashed #e4d8b9; padding: 4px 0px 4px 0px; line-height: 14px;  }
.block-layered-nav ol.cats li.first { border-top: 0px;}
.block-layered-nav ol.cats li a { line-height: 14px; font-size: 12px; }


@media (max-width: 767px) {
	.header-background-default,
	.col-left .promo { display: none; }
	.block-layered-nav .block-content,
	.block.left-categories { display: none; }
	.block-layered-nav .block-content.show,
	.block-layered-nav .block-title { display: block; }

	.block-layered-nav { box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; }
	.block-layered-nav .block-title { position: relative; cursor: pointer; padding-left: 10px; }
	.block-layered-nav .block-title:before { content: '+'; font-size: 16px; color: #444; font-weight: 600; vertical-align: top; position: absolute; right: 5px; top: 50%; transform: translateY(-50%); }
	.block-layered-nav .block-title.show:before { content: '-'; }
}

#header { padding-top: 10px; padding-bottom: 10px; }
.header-topsearch .form-searchdefault .input-text { border-color: #ccc; color: #333; font-size: 15px; font-style: normal; }
.header-topsearch .form-searchdefault { right: 10px; top: 23px; }
.header-topsearch .search-autocomplete { background: #fff; width: 100% !important; padding: 10px 10px 5px 10px; box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; }
.header-topsearch .search-autocomplete .amount { display: none; } 
.header-topsearch .search-autocomplete li { margin-bottom: 5px; }

@media (min-width: 767px) {
	.header-topsearch .form-searchdefault .input-text {  width: 240px; }
}
@media (max-width: 630px) {
	.header-topsearch .form-searchdefault { top: 0px; }
}

.home_one_3 { max-width: 1372px; margin: 0 auto; }

.measures { margin-bottom: 10px; font-weight: 600; position: cursor; cursor: pointer; display: inline-block; line-height: 32px; padding: 0 15px 0 5px; border: 1px solid #ccc; color: #111; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px, rgba(0, 0, 0, 0.02) 0px 1px 3px 1px; }
.measures:before { content: ''; display: inline-block; margin-right: 5px; width: 32px; height: 32px; background: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/measurement.svg) no-repeat; background-size: contain; vertical-align: bottom; }

#novaworks-nav .m-dropdown .dropdown.shown-sub ul li a { font-size: 14px; }

/* blog update */
.cms-index-index .home_one_6 .parallax-box { background: #a08355 !important; }
.cms-index-index .home_one_7 { padding-top: 40px;  }
.cms-index-index .recent-post .media-link { margin-bottom: 20px; display: block; }
.recent-post .media-body .media-heading a { font-size: 20px; font-weight: bold; letter-spacing: unset;line-height: 1.4em; color: #171717; }

.recent-post .media-body .shortconten .read-more { text-decoration: underline; }

.post-list ul li { float: left; width:49%; margin-right: 2%; box-sizing: border-box; background: #f9f9f9; overflow: hidden; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.post-list ul li:nth-child(2n) { margin-right: 0; }
.post-list ul li .image { display: block;overflow: hidden; }
.post-list ul li img { max-width: 100%; width: 100%; height: auto; }
.post-list ul li .vsebina { padding: 20px;  position: absolute; bottom: 20px; left: 20px; right: 20px; text-decoration: none; display: block; color: #171717; background: rgba(249,249,249,0.7);  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.post-list ul li .vsebina h2 { font-size: 26px; line-height: 1.3em; font-weight: bold; margin-bottom: 10px; }
.post-list ul li .vsebina .read-more { font-weight: 600; text-decoration: underline; }
.post-list ul li .content { padding: 40px 40px 20px 40px; }
.post-list ul li .content h2 { font-size: 32px; margin: 0 0 10px 0; }
.post-list ul li .content a.more { text-decoration: none; display: inline-block; margin-top: 20px; border: 1px solid #ccc; background-color: #fff; color: #171717; padding: 0 20px; line-height: 38px; height: 38px; cursor: pointer; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.post-list ul li .content a.more:hover { background-color: #171717; border-color: #171717; color: #fff; }

.post-list .pager .amount { display: none; }
.post-list .top .pager { margin: -10px 0 20px 0; }

.wp-block-image { margin-bottom: 20px; }

.post-wrap { padding: 20px; line-height: 1.6em; font-size: 15px; background: #fff; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.post-wrap .featured { display: block; max-width: 100%; margin-bottom: 30px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.post-view .post-meta { font-style: normal; }
.post-view .post-skips a { text-decoration: none; display: inline-block; border: 1px solid #ccc; background-color: #f9f9f9; color: #171717; padding: 0 20px; line-height: 38px; height: 38px; cursor: pointer; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.post-view .post-skips a:hover { background-color: #171717; border-color: #171717; color: #fff; }
.post-view .post-skips a:before { float: left; font-size: 10px; content: '<'; font-weight: 300; vertical-align: top; margin: 0 5px 0 -5px; }
.post-view .post-skips a.post-skip-next:before { content: '>'; float: right; margin: 0 -5px 0 5px; }

.wrelated .title h2 { font-size: 21px;  font-weight: 300;  margin: 0 0 20px 0; }
.wrelated .products-grid { margin: 0; }
.post-view .post-meta .post-info { background: #f9f9f9; padding: 15px 20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; display: block; font-size: 15px; color: #666; }
.post-view .post-meta .post-info a { color: #333; }

.is-blog .breadcrumbs { margin-bottom: 20px; }
.wordpress-post-view .page-title h1 { font-size:28px; font-weight: bold; }

.wrelated { margin-top: 40px; }
.wrelated .owl-item .item { margin-right: 20px; }
.wrelated .owl-item h2 { text-align: center; font-size: 18px; margin: 20px 0 10px 0; line-height: 1.4em; }
.wrelated .owl-controls .owl-buttons { top: 10px; }

.block.block-blog { padding: 15px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.block.block-blog .block-content { padding-bottom: 0; }
.block.block-blog .wp-block-categories { margin: 0; }
.block.block-blog .wp-block-categories li { font-size: 16px; font-weight: bold; margin-bottom: 5px; list-style-type: disc; margin-left: 25px; }
.block.block-blog .wp-block-categories li:last-child { margin-bottom: 0;}

/* banners */
.banners { position: relative;}
.banners .owl-carousel .owl-item img { height: unset !important; }

.banners .owl-theme .owl-controls { margin-top: 0; }
.banners .owl-controls .owl-buttons { position: unset; right: unset; top: unset; }
.banners .owl-controls .owl-buttons .owl-prev,
.banners .owl-controls .owl-buttons .owl-next { position: absolute; top: 50%; text-align: center; width: 30px; height: 30px; padding: 5px; transform: translateY(-50%); background: rgba(255,255,255,0.4); -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px; box-shadow: rgba(0, 0, 0, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }
.banners .owl-controls .owl-buttons .fa { font-size: 15px; line-height: 22px; vertical-align: top; }
.banners .owl-controls .owl-buttons .owl-prev { left: 10px; }
.banners .owl-controls .owl-buttons .owl-next { right: 10px; }
.banners .owl-controls .owl-buttons .owl-prev .fa { margin-left: -2px; }
.banners .owl-controls .owl-buttons .owl-next .fa { margin-right: -2px; }

/* badges */
.item-product-image-box .novaworks-product-badge.novaworks-sale-badge,
.product-img-box .novaworks-product-badge.novaworks-sale-badge { letter-spacing: 0.02em; font-size: 16px; padding-left: 0; padding-right: 0; text-align: center; text-indent: unset; text-shadow: 1px 1px 0px rgba(0,0,0,0.2); }
.novaworks-product-badge { box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; }
/* Product Sidebar Modal */
.tab-arrow-wrapper {
    float: right;
    display: none;
    align-items: center;
    height: 20px;
}
.resp-accordion .tab-arrow-wrapper {
    display: flex;
}
.tab-arrow {
    width: 20px;
    height: 20px;
    color: #444;
}

.sidebar-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999998;
    display: none;
    opacity: 0;
    transition: opacity 0.3s;
}
.sidebar-overlay.active {
    display: block;
    opacity: 1;
}

.pm8YXp.V65f13 {
    position: fixed;
    top: 0;
    right: -450px;
    width: 100%;
    max-width: 420px;
    height: 100vh;
    height: 100dvh;
    background: #fff;
    z-index: 999999;
    box-shadow: -2px 0 10px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    transition: right 0.3s ease;
    color: #111;
}
@media (max-width: 960px) {
    .pm8YXp.V65f13 {
        max-width: 100%;
        right: -100%;
    }
}
.pm8YXp.V65f13.active {
    right: 0;
}

.xOzxQN {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #efefef;
    color: #111;
}
.eDZBlg {
    font-size: 18px;
    font-weight: 600;
    color: #111;
}
.Xo2RD6 .LSH5AU {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    color: #333;
}
.BF6Pg8 { display: block; width: 24px; height: 24px; }

._8WbYa_ {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}
.Zq6StR { font-weight: bold; font-size: 12px; color: #666; text-transform: uppercase; margin-bottom: 5px; }
.TTpFMr { font-size: 14px; color: #111; margin-bottom: 15px; }

/* Hide accordion content to avoid double display */
.resp-tab-content {
    display: none !important;
}
.resp-easy-accordion .resp-tab-content-active {
    display: none !important;
}

/* Product Gallery Grid & Carousel - Restoration */
.product-images-grid {
    margin-bottom: 30px;
}
.product-images-grid .row {
    margin-left: -10px;
    margin-right: -10px;
}
.product-images-grid .col-sm-6 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.zoom-item-wrapper {
    width: 100%;
    margin-bottom: 10px;
}

/* Forces the container to maintain the correct 470:702 ratio regardless of theme CSS */
.ratio-container {
    position: relative;
    width: 100%;
    padding-bottom: 149.36%; /* (702 / 470) * 100 */
    height: 0;
    overflow: hidden;
    background: #fbf8f3;
    display: block;
}
.ratio-container #wrap {
   mix-blend-mode: multiply;
}
.ratio-container .cloud-zoom,
.ratio-container .mousetrap,
.ratio-container img,
.ratio-container #wrap {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    max-width: none !important;
    max-height: none !important;
}

.ratio-container .mousetrap {
    z-index: 998;
    background: transparent !important;
}

/* Aggressive neutralization of theme's fixed dimensions */
.product-view .product-img-box img,
.product-view .product-img-box .mousetrap,
.product-view .product-img-box #image-zoom > img {
    max-height: none !important;
    max-width: none !important;
}

@media (min-width: 992px) {
    .product-images-carousel {
        display: none !important;
    }
    .product-images-grid {
        display: block !important;
    }
}
@media (max-width: 991px) {
    .product-images-grid {
        display: none !important;
    }
    .product-images-carousel {
        display: block !important;
        margin-bottom: 20px;
    }
}

/* Modern Social Share Styling - Minimalist */
.modern-share {
    margin: 15px 0 0 0;
    padding-top: 10px;
    border: none;
    clear: both;
}
.share-list {
    display: flex !important;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.share-list li {
    margin: 0 !important;
    padding: 0 !important;
}
.share-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: transparent !important;
    transition: all 0.3s ease;
    border: none !important;
}
.share-list li a svg {
    width: 22px;
    height: 22px;
    fill: #111;
    transition: all 0.3s ease;
}

/* Hover States - Subtle Scale & Color Change */
.share-list li a:hover {
    transform: translateY(-2px);
}
.share-list li.facebook a:hover svg { fill: #1877F2; }
.share-list li.x-twitter a:hover svg { fill: #000; }
.share-list li.whatsapp a:hover svg { fill: #25D366; }
.share-list li.instagram a:hover svg { fill: #bc1888; }
.share-list li.tiktok a:hover svg { fill: #000; }
.share-list li.share-mail a:hover svg { fill: #BEA275; }
.share-list li.copy-link a:hover svg { fill: #BEA275; }

/* Copy Notification Tooltip */
.share-notification {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: #111;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    z-index: 999999;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    animation: shareSlideUp 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@keyframes shareSlideUp {
    from { bottom: -20px; opacity: 0; }
    to { bottom: 40px; opacity: 1; }
}
.share-notification.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.product-images-carousel .owl-item img {
    width: 100%;
}
.product-images-carousel .item {
    padding: 0 15px;
}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9999;
}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{ 
	overflow: hidden; 
}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000000;}
#colorbox{}
    #cboxTopLeft{}
    #cboxTopRight{}
    #cboxBottomLeft{}
    #cboxBottomRight{}
    #cboxMiddleLeft{}
    #cboxMiddleRight{}
    #cboxTopCenter{}
    #cboxBottomCenter{}
    #cboxContent{
	    background-color: #fff; 
	    padding: 10px;
	}
    	.cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxTitle {
		    bottom: 10px;
		    color: #fff;
		    left: 0;
		    line-height: 25px;
		    position: absolute;
		    text-align: center;
		    width: 100%;
		}
		#cboxCurrent {
		    bottom: 10px;
		    color: #fff;
		    left: 85px;
		    line-height: 25px;
		    position: absolute;
		    text-transform: uppercase;
		}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious,
        #cboxNext { position:absolute; background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/lib/colorbox/images/arrows-button.png) no-repeat #8a8a8a; width:25px; height:25px; text-indent:-9999px; }
        #cboxPrevious:hover,
        #cboxNext:hover { background-color:#9b0e11; }
        #cboxPrevious {
		    background-position: 0 0;
		    bottom: 10px;
		    left: 10px;
		    padding: 0;
		}
        #cboxPrevious:hover{background-color:#9b0e11;}
        #cboxNext {
		    background-position: -25px 0;
		    bottom: 10px;
		    left: 45px;
		    padding: 0;
		}
        #cboxNext:hover{background-color:#9b0e11;}
        #cboxLoadingOverlay{background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/lib/colorbox/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/lib/colorbox/images/loading.gif) no-repeat center center;}
		#cboxClose {
		    background-color: #FFF;
		    font-size: 15px;
		    line-height: 30px;
		    padding: 0;
		    position: absolute;
		    right: 0;
		    text-align: center;
		    top: 0px;
		    width: 30px;
		}
		#cboxClose:hover {
			background-color: #282828;
		}
		#cboxClose > i {
		    left: 0;
		    position: relative;
		    top: -2px;
		}
        
#cboxNext,
#cboxPrevious,
#cboxClose {
	transition:			background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-moz-transition:	background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-transition:	background-color 300ms ease-in-out, background-position 300ms ease-in-out;		
}
.ajaxcart-box{height: 118px !important;}
.ajaxcart-box #cboxLoadedContent{margin-bottom:0 !important;}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/lib/colorbox/images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/lib/colorbox/images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/lib/colorbox/images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/lib/colorbox/images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/lib/colorbox/images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/lib/colorbox/images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/lib/colorbox/images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/lib/colorbox/images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}
/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 15px;
  text-align: center;
  color: #111;
  text-decoration: none;
  box-sizing: content-box;
  font-weight: 600;
}

.swatch-link {
  border: 1px solid #cccccc;
  margin: 0 0 3px;
}
.swatch-link img {
  border-radius: 2px;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.swatch-label {
  margin: 0;
  white-space: nowrap;
  background: #fff;
}

.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
}
.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {

}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 1% 1%;
  width: auto; display: inline-block;
}
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #3399cc;
}
#narrow-by-list dd .swatch-label {
  background: #fff;
  border: 1px solid #cccccc;
	color: #333;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 2px 0;
  padding: 1px 5px;
  white-space: nowrap;
	font-weight: 500;
}
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #cccccc;
  cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #000;
	background: #ccc;
}

.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}
body.modal_opened,
html.modal_opened { overflow: hidden; }
.degriz_gdprnewsletter { margin: 0; }
.degriz_gdprnewsletter > label > input { display: inline-block; vertical-align: middle;  margin-right: 10px; }
.degriz_gdprnewsletter a.gdprnewsletter_box_open label { text-decoration: underline; }
.gdprpopup_class { opacity:0; filter:alpha(opacity=0); visibility: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; text-align: left; background: rgba(0,0,0, .9); -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -ms-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; z-index: 9999; }
.gdprpopup_bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.gdprpopup-state { display: none !important; }
.modal_opened .popup_opened.gdprpopup_class { opacity:1; filter:alpha(opacity=100); visibility: visible; }
.modal_opened .popup_opened.gdprpopup_class .gdprpopup_inner { top: 50%; }
.gdprpopup_inner { -webkit-transition: top 0.3s ease; -moz-transition: top 0.3s ease; -ms-transition: top 0.3s ease; -o-transition: top 0.3s ease; transition: top 0.3s ease; position: absolute; top: 20%; left: 50%; background: #fff; overflow: auto; width: 800px; max-width: 90%; height: auto; max-height: 90%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.gdprpopup_inner > div { margin: 3em; }
.gdprpopup_close { position: absolute !important; right: 0.5em; top: 0.5em; width: 2.1em; height: 2.1em; cursor: pointer; }
.gdprpopup_close:after,
.gdprpopup_close:before { content: ''; position: absolute; left: 50%; top: 0; width: 2px; height: 2.5em; margin: -3px 0 0 -1px; background: #999; display: block; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.gdprpopup_close:hover:after,
.gdprpopup_close:hover:before { background: #000; }
.gdprpopup_close:before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.gdprlabel_text,
.gdprlabel_button { cursor: pointer; }
.gdprpopup_class a { padding: 0; }
.gdprpopup_class a label { padding: 10px 15px; }
.gdprpopup_box_inner { margin-bottom: 2em; }
.gdprpopup_box_subscribe { text-align: center; }
.gdprpopup_box_subscribe a { margin: 5px;display: inline-block;padding: 10px 20px;}
.gdpr_line { margin-top: 0; color: #777; font-size: 12px; }
.gdpr_line a {  color: #777; }
.gdpr_line a label { vertical-align: unset; }
.quickshop .gdpr_line { margin: -10px 0 10px 0; }
.quickshop-agreement-p label {margin: 0; }

/* location specific css */
#newsletter-validate-detail .degriz_gdprnewsletter { position: absolute; font-size: 12px; margin-top: 25px; margin-bottom: 0; }
#newsletter-validate-detail .degriz_gdprnewsletter label { color: rgba(255,255,255,0.7); }
#newsletter-validate-detail .degriz_gdprnewsletter a.gdprnewsletter_box_open { color: rgba(255,255,255,0.9); }
#newsletter-validate-detail .degriz_gdprnewsletter .button label { color: rgba(0,0,0,0.7); }
.instagram-view div {
	float:left;
	margin:10px;
}

#ajax_global_messages {
    position: relative;
    z-index: 9999;
}
#ajax_global_messages_close {
    position: absolute;
    top: 13px;
    right: 13px;
    z-index: 10000;
    display: block;
    width: 15px;
    height: 15px;
    background: #666;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    text-decoration: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.messages {
	text-align: center;
}
.messages,
.messages ul {
	list-style: none !important;
}
.messages ul {
	background: none;
}
.messages,
.messages li,
.messages ul,
.messages ul li,
.messages li li {
	margin: 0 !important;
	padding: 0 !important;
}
.messages li.error-msg,
.messages li.success-msg,
.messages li.note-msg,
.messages li.notice-msg {
    border: none !important;
    font-size: 14px !important;
    font-weight: bold !important;
    padding: 10px 35px !important;
    min-height: 22px !important;
    background-position: 13px 13px !important;
    background-repeat: no-repeat !important;
    
}
.messages li.error-msg {
	background-image: url(https://www.modnadama.si/skin/frontend/novaworks/images/i_msg-error.gif);
}
.messages li.note-msg,
.messages li.notice-msg {
    background-image: url(https://www.modnadama.si/skin/frontend/novaworks/images/i_msg-note.gif);
}
.messages li.success-msg {
    background-image: url(https://www.modnadama.si/skin/frontend/novaworks/images/i_msg-success.gif);
}
.note-msg,
.notice-msg {
	color: #d6b501;
}

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	cursor: move;		
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family: Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	overflow: hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}


body {
  color:#7f7f7f;
  font-family:'Open Sans', sans-serif !important;
  font-size:14px;
}
a { color:#393939; }
a:focus { color:#393939; }
a:hover {
  color:#bea275 !important;
  text-decoration:none;
}
h1, h2, h3, h4, h5, h6, #default-menu #nav li a, #wide-menu #nav > li > a, #wide-menu #nav ul.level0 > li > a, .footer-info-top .footer-info li, .footer-info-container .footer-info .about-responsive h4, .footer-info .newsletter-box .form-subscribe-header, .bottom-menu-column h4, .footer-aditional .facebook h4, .footer-aditional .twitter h4, .category-title h1, .home-content h3.title, .who-we-are h1, .main .col-main .page-title h1, .col-main .cart-empty a, .about-content .wel-come h2, .about-content .center-title h1, .about-content h2, .afew-container .retina-ready h3, .afew-container .mobile-friendly h3, .afew-container .wide-or h3, .afew-container .responsive-layout h3, .post-list-item h2 a { font-family:'Open Sans', sans-serif; }
h1, h2, h3, h4, h5, h6 { color:#232323 !important; }
h5, h5 a, h3 a, #menubar-controls a { color:#7f7f7f; }
.wrapper { background-color:#ffffff; }
.header-bg-container { background-color:#ffffff; }
.header-bg-container .is-sticky .logo-fade {
  background-color:#ffffff;
  z-index:1005;
}
.lables_style_2 .novaworks-product-badge:after { border-top-color:#bea275 !important; }
.block_custom_slidebar_3 .spb_heading .heading-line, .line_styles_1, .line_styles_2, .cross-line-2 { border-color:#bea275 !important; }
.welcome-msg, .dropdown-phone p.label, div.aux-currency > a, .store_language .language div.value { color:#717171; }
.top-header ul.links li a { color:#ffffff; }
.top-header ul.links li a:hover { color:#bea275 !important; }
div.dropdown-phone ul.link-mobile li a {
  background-color:#f5f6f7;
  color:#232323;
}
div.dropdown-phone ul.link-mobile li a:hover { color:#bea275; }
.top-header .header-left > p { color:#717171; }
.header-menu .shopping-bag-item:hover .cart-contents {
  background-color:#ffffff !important;
  border-color:#bea275 !important;
}
.shopping-bag-item a.cart-contents {
  background-color:#ffffff !important;
  border-bottom:3px solid #bea275 !important;
  color:#bea275 !important;
}
.shopping-bag-item a.cart-contents:hover { color:#bea275 !important; }
.top-search-coltrol i, .style-header-transparent1 .shopping-bag-item a.cart-contents, .style-header-transparent .shopping-bag-item a.cart-contents {
  background-color:transparent !important;
  border-bottom:none !important;
  color:#ffffff !important;
}
.top-search-coltrol i:hover, .style-header-transparent1 .shopping-bag-item a.cart-contents:hover, .style-header-transparent .shopping-bag-item a.cart-contents:hover { color:#bea275 !important; }
.style-header-transparent1 .shopping-bag-item:hover a.cart-contents, .style-header-transparent .shopping-bag-item:hover a.cart-contents { background-color:transparent !important; }
.main-navigation { background-color:#232323 !important; }
.header-menu ul.menu li.shopping-bag-item:hover .cart-contents .fa-shopping-cart, .header-menu ul.menu li.shopping-bag-item:hover .cart-contents span { color:#bea275; }
.header-bg-container .is-sticky .shopping-bag-item a.cart-contents, .header-bg-container .is-sticky #top-search a#top-search-trigger { color:#232323 !important; }
.shopping-bag-item .shopping-bag { background-color:#ffffff; }
#novaworks-nav li.level-top.active, #novaworks-nav li.level-top:hover {
  background-color:#232323 !important;
  color:#bea275 !important;
}
#novaworks-nav li.active a.level-top, #novaworks-nav li:hover a.level-top {
  color:#bea275 !important;
  border:none;
}
#novaworks-nav a, #megamenu a, #novaworks-nav li.level0 a { color:#ffffff; }
#novaworks-nav a:hover, #megamenu a:hover, #novaworks-nav li.level0 a:hover { color:#bea275 !important; }
.home_three_2 .arw_tab_slider .tabs li.active::after { border-bottom:4px solid #bea275 !important; }
.arw_tab_slider .tabs li.active a span {
  border-color:#bea275 !important;
  color:#bea275 !important;
}
.product-flexslider .owl-controlls .owl-buttons div:hover { border-color:transparent; }
.product-flexslider .owl-controlls .owl-buttons div:before { color:#202020 !important; }
.product-flexslider .owl-controlls .owl-buttons div:before:hover { color:#bea275 !important; }
.block-newsletter .input-box button.button { background-color:#ffffff; }
.block-newsletter .input-box button.button:hover { background-color:transparent; }
.light-button .owl-theme .owl-controlls .owl-buttons div {
  color:#7f7f7f;
  background:#ffffff;
}
.light-button .owl-theme .owl-controlls .owl-buttons div:hover { color:#7f7f7f; }
.light-button .owl-theme .owl-controlls .owl-buttons div:hover:hover { color:#7f7f7f !important; }
#novaworks-nav .m-dropdown .dropdown.shown-sub ul li { background-color:#ffffff !important; }
#novaworks-nav .m-dropdown .dropdown.shown-sub ul li:hover { background-color:#ffffff !important; }
#novaworks-nav .m-dropdown .dropdown.shown-sub ul li > a { color:#555555 !important; }
#novaworks-nav .m-dropdown .dropdown.shown-sub ul li:hover > a { color:#bea275 !important; }
.pages ol li.current {
  background-color:#bea275 !important;
  border:1px solid #bea275 !important;
  color:#ffffff;
}
#poll-answers span.label label { color:#393939; }
.header-container-1 .nav-container { border-top:5px solid #bea275; }
.home-page-three .footer-page-three ul li { background-color:#cdcdcd; }
.home-page-three .footer-page-three ul li:hover { background-color:#bea275; }
.breadcrumbs ul li strong { color:#bea275; }
span.amount span.price { color:#bea275; }
.special-price .price, .regular-price  .price { color: #78674b; }
.old-price .price { color:#282828; }
.minimal-price .price { color:#d4d4d4; }
.faq-items a:hover {
  border:1px solid #bea275;
  background:#bea275;
  color:#ffffff !important;
}
.parallax-box ul.social-icon li { background-color:#ffffff; }
.parallax-box ul.social-icon li:hover { background-color:#bea275 !important; }
.home-banner .view-more { background-color:#363636; }
.home-banner .view-more:hover { background-color:#bea275 !important; }
.home-tab-mega ul > li.active > a, .home-tab-mega ul > li.active > a:hover, .home-tab-mega ul > li > a:hover {
  background-color:#bea275 !important;
  color:#ffffff !important;
}
.ajax-loading, .sorter .view-mode strong, #twitter_update_list li .tweet-icon { background-color:#bea275 !important; }
.nova-widget-style-mega-style h5.spb_heading { border-bottom:3px solid #bea275; }
#wide-menu #nav ul.level0 > li > a {
  border-bottom:1px solid #bea275 !important;
  padding-bottom:10px;
  display:inline-block;
}
.bag-buttons a, a.checkout-button {
  background-color:#ffffff;
  color:#ffffff;
}
.bag-buttons a:hover, a.checkout-button:hover {
  background-color:#bea275;
  color:#ffffff !important;
}
.banner-button-view { background-color:transparent; }
.banner-button-view:hover { background-color:#ffffff; }
.tp-bullets.preview3 .bullet:hover, .tp-bullets.preview3 .bullet.selected {
  background-color:#bea275;
  border:none;
}
.block-compare .actions > .btn-clear-all-compare, .block-compare .actions > .button, .catalog-product-compare-index ul.add-to-links li a {
  background-color:#ffffff;
  color:#ffffff;
}
.block-compare .actions > .btn-clear-all-compare:hover, .block-compare .actions > .button:hover, .catalog-product-compare-index ul.add-to-links li a:hover {
  background-color:#bea275;
  color:#ffffff !important;
}
a.checkout-button:hover {
  background:#ffffff;
  color:#ffffff;
}
.header-container-1 .novaworks-navigation { border-top:5px solid #bea275; }
.header .i-header-content .nova-mgt-header-social-icons ul li { background-color:#444444; }
.header .i-header-content .nova-mgt-header-social-icons ul li:hover { background-color:#ffffff; }
.item-product-image-box .product-hover-box .act-quickview-button {
  background-color:#ffffff;
  color:red !important;
}
.item-product-image-box .product-hover-box .act-quickview-button:hover {
  background-color:#ffffff;
  color:#ffffff !important;
}
.header .i-header-content .nova-mgt-header-social-icons ul li a i { color:#ffffff; }
.header .i-header-content .nova-mgt-header-social-icons ul li a i:hover { color:#ffffff !important; }
.novaworks-navigation #novaworks-nav li.level0 ul li a { color:#393939 !important; }
#novaworks-nav .sub-wrapper { background-color:#ffffff; }
.novaworks-navigation #novaworks-nav li.level0 div.level0 ul li.level1 > a, .novaworks-navigation #novaworks-nav li.level0 .mtmenu-block h4 span, .novaworks-navigation #novaworks-nav li.level0 .mtmenu-block h5 a, .novaworks-navigation #novaworks-nav li.level0 .mtmenu-block .rating-box .rating:before, .novaworks-navigation #novaworks-nav li.level0 .mtmenu-block .old-price .price { color:#bea275 !important; }
.novaworks-navigation #novaworks-nav li.level0 ul li > a { color:#555555 !important; }
.novaworks-navigation #novaworks-nav li.level0 ul li:hover > a { color:#bea275 !important; }
.faq-list dd ul li a, .who-top .col-md-2 div i { color:#282828; }
.faq-list dd ul li a:hover, .who-top .col-md-2 div i:hover { color:#bea275; }
.quick-act a, .mini-cart-act a, .btn-compare-remove, .nova-slider-direction-nav a, .contact-us .social-icons a { color:#282828; }
.quick-act a:hover, .mini-cart-act a:hover, .btn-compare-remove:hover, .nova-slider-direction-nav a:hover, .contact-us .social-icons a:hover { color:#bea275; }
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, .block-home-three2 .owl-theme .owl-controls .owl-page.active span, .block-home-three2 .owl-theme .owl-controls.clickable .owl-page:hover span, #cboxPrevious:hover, #cboxNext:hover, .full-width-text, #jpreBar, .pages ol li:hover, .header-menu ul.menu li.shopping-bag-item .cart-contents .amount, .a-few-features a:hover, .circle-hover .circle-background, a.novaworks-button-light:hover, a.novaworks-button-dark:hover, .box-icon .box-icon-name:hover, #toTop {
  background-color:#bea275 !important;
  color:#ffffff !important;
}
.footer-info-top i, .contact-us .phone, .contact-us .fax, .contact-us .support, .contact-us em, .contact-us i, .box-icon .box-icon-name i, .pt_vmegamenu div.pt_menu.act .parentMenu a, .pt_vmegamenu div.popup a.act, .pt_vmegamenu .itemSubMenu a.level2:hover, .pt_vmegamenu .itemMenu a.level1.nochild:hover, .sorter .view-mode a.list:hover, .sorter .view-mode div.list, .sorter .view-mode a.grid:hover, .sorter .view-mode div.grid, #default-menu #nav li.active a span, #default-menu #nav li.level0.active a.level-top, #default-menu #nav li.level0:hover a.level-top, #default-menu #nav li.level0 a:hover, .i-top-right ul li.selected, .home-content-container .main-container .filter-nav ul li a.selected, .block-tags .block-content .tags-list a:hover, .icon-ok, .search-col .form-search:hover button.button, .header .i-header-content .nova-mgt-header-social-icons ul li a, .block-account .block-content li.current, .block-account .block-content li a:hover, .col-main .cart-empty a, .slider-home-1 .title-2, #novaworks-nav li.parent:hover a.level-top:after, #nova-product-detail-tab .resp-tabs-list > li.resp-tab-active > a, .detail-c .detail-availability p span, .item:hover .line, .banner-item:hover .line, #wide-menu #nav > li.active > a, #wide-menu #nav > li.parent:hover > a, .header .mini-cart .block-content .price, #wide-menu #nav > li.parent.active > a, #wide-menu #nav ul.level0 > li > a, #wide-menu #nav ul li a:hover, .sorter .sort-by ul li a.active, .sorter .limiter ul li a.active, .footer-info-container .footer-info .contact-us span, .products-list .desc a.link-learn, .block-tags .actions a:hover, .product-view .product-essential .btn-cart:hover span, .block-home-three1 a.icon-three:hover, .top-dropdown li:hover a, .added, .resp-tabs-list li:hover, .resp-tab-active, h2.resp-tab-active, .slider-menu-products > h4.menu_heading, .alert-box h6, .twitter-posts a, .item h3.product-name a:hover, .novaworks-navigation #novaworks-nav li.level0 ul li a:hover, #opc-login h3, #opc-login .buttons-set .f-left, .mega-layout-custom-menu .menu-manager-menu li.active a, .mega-layout-custom-menu .menu-manager-menu li a:hover, #wide-menu #nav > li:hover > a, .block-inner-menu h4, .product-shop .block-detail-other span, #wide-menu #nav li a.level-top:hover, .home-content-container .filter-nav ul li a.selected, .block-box-inner h2 span, .pertinacia p.faqs:before, .over h4:before, .online h4:before, .tailor h4:before, .block-contact-content h2 span { color:#bea275 !important; }
#search_mini_form .form-search:hover .box-select, #search_mini_form .form-search:hover input.input-text, .resp-tabs-list li.resp-tab-active a, #pt_vmegamenu { border-color:#bea275 !important; }
#search_mini_form .form-search .button:hover span span:after { color:#bea275 !important; }
#search_mini_form .form-search:hover input.input-text
.novaworks-social-share ul li a {
  background-color:#ffffff;
  color:#232323;
}
#search_mini_form .form-search:hover input.input-text
.novaworks-social-share ul li a:hover {
  background-color:transparent !important;
  color:#bea275 !important;
}
.products-list .btn-cart {
  background-color:transparent;
  color:#ffffff;
}
.products-list .btn-cart:hover {
  background-color:#ffffff !important;
  color: !important;
}
.tab_wrap .tabs > ul > li > a:hover, .tab_wrap .tabs > ul > li > a.active {
  background-color:#bea275 !important;
  color:#ffffff !important;
}
.header-menu .menu .iconright, .quick-view a, .novaworks-quick-act a, .block-subscribe-popup .indent button.button, .home_five_3 .captiontexthome5-3 .captioncontent button, .home_four_1 .parallax-content .shopnow button, .home_four_2 .parallax-content .shopnow button, .home_four_3 .parallax-content .shopnow button, .home_four_4 .parallax-content .shopnow button {
  background-color:transparent !important;
  border-color:#ffffff !important;
  color:#ffffff !important;
}
.header-menu .menu .iconright:hover, .quick-view a:hover, .novaworks-quick-act a:hover, .block-subscribe-popup .indent button.button:hover, .home_five_3 .captiontexthome5-3 .captioncontent button:hover, .home_four_1 .parallax-content .shopnow button:hover, .home_four_2 .parallax-content .shopnow button:hover, .home_four_3 .parallax-content .shopnow button:hover, .home_four_4 .parallax-content .shopnow button:hover {
  background-color:#ffffff !important;
  border-color:#ffffff !important;
  color:#232323 !important;
}
.quick-view a span { color:#ffffff !important; }
.quick-view a span:hover { color:#232323 !important; }
.main-slider .btn-theme, .thumbnail.thumbnail-banner .btn-theme, .products-list .act-box .add-to-links li a, .products-list .act-box .button, .slider-style-3 a.add_to_cart_small {
  background-color:#bea275;
  border-color:#bea275;
  color:#ffffff;
}
.main-slider .btn-theme:hover, .thumbnail.thumbnail-banner .btn-theme:hover, .products-list .act-box .add-to-links li a:hover, .products-list .act-box .button:hover, .slider-style-3 a.add_to_cart_small:hover {
  background-color:#ae9265 !important;
  border-color:#ae9265 !important;
  color:#ffffff !important;
}
.slider-style-3 a.add_to_cart_small {
  color:#bea275 !important;
  border-color:#bea275 !important;
}
.form-subscribe .input-box .button { border-color:#ffffff; }
.form-subscribe .input-box .button:hover { border-color:#ffffff; }
.sf-roll-button, .account-login .buttons-set button.button {
  background-color:#bea275;
  color:#ffffff !important;
}
.sf-roll-button:hover, .account-login .buttons-set button.button:hover {
  background-color:#ae9265 !important;
  color:#ffffff !important;
}
.slider-home-1 .title-2 { color:#bea275 !important; }
.slider-home-1 a.title-3 {
  background-color:#ffffff !important;
  color:#ffffff !important;
}
.slider-home-1 a.title-3:hover {
  background-color:#bea275 !important;
  color:#ffffff !important;
}
.slider-home-2 .title-1 { color:#232323 !important; }
.header-bottom .navleft-container .megamenu-title { background-color:#bea275 !important; }
a.novaworks-button-light, .box-icon .box-icon-name { border-color:#bea275; }
.novaworks-social-share ul li a:hover i { color:#bea275 !important; }
.product-view .product-essential .btn-cart {
  background-color:#bea275;
  border-color:#bea275;
  border:1px solid #bea275;
}
.product-view .product-essential .btn-cart:hover {
  background-color:transparent;
  border:1px solid #bea275;
}
.main-navMenu ul li.active a span, .main-navMenu ul li:hover a span { color:#bea275 !important; }
.home_seven_3 .arw_tab_title .tab_title h2, .home_seven_1 .content7-1 .slider-items-products .spb_heading span, .home_seven_1 .content7-1 .hotdead .spb_heading span { background-color:#bea275 !important; }
.style-7-4:hover, .style-5-4:hover {
  background-color:#bea275 !important;
  color:#ffffff !important;
}
.styleh3-5 .style-h3-5 { border-top:2px solid #bea275 !important; }
.home_six_1 .bntextright .btnlearnmore button:hover, .home_six_2 .bntexleft .btnshopnow button:hover, .viewcollection:hover { border-color:#bea275 !important; }
.style-h3-4 { color:#bea275; }
.style-8-3 { border-color:#bea275 !important; }
.style-8-3:hover {
  background-color:#bea275 !important;
  border-color:#bea275 !important;
}
.style-8-6:hover {
  background-color:#bea275 !important;
  border-color:#bea275 !important;
}
.style-8-6 .btnslider-8-3, .style-8-3:hover .btnslider-8 { color:#ffffff !important; }
.style-8-1 .beautyseason, .style-8-3 .btnslider-8 { color:#bea275 !important; }
.product-shop div.add-to-link ul.add-to-links li a, .product-options-bottom div.add-to-link ul.add-to-links li a { border:2px solid #e8e8e8; }
.product-shop div.add-to-link ul.add-to-links li a:hover, .product-options-bottom div.add-to-link ul.add-to-links li a:hover { border:2px solid #bea275; }
.product-view .product-shop .add-to-links li:hover a i { color:#bea275 !important; }
.block-tags .actions a { background-color:transparent; }
.block-tags .actions a:hover { background-color:#bea275; }
.cart .totals .checkout-types li .button, .cart ul.checkout-types li button.button {
  background-color:#bea275;
  color:#ffffff;
}
.cart .totals .checkout-types li .button:hover, .cart ul.checkout-types li button.button:hover {
  background-color:#ffffff;
  color:#ffffff !important;
}
.novaworks-new-badge {
  background-color:#bea275;
  color:#ffffff;
}
.novaworks-sale-badge {
  background-color:#bea275;
  color:#ffffff;
}
.novaworks-sale-badge .triangle-top-left { border-top:15px solid #bea275; }
.novaworks-sale-badge .triangle-bottom-left { border-bottom:15px solid #bea275; }
.novaworks-new-badge .triangle-top-left { border-top:15px solid #bea275; }
.novaworks-new-badge .triangle-bottom-left { border-bottom:15px solid #bea275; }
.megamenu .cat-label-label1 {
  background-color:#bea275;
  color:#ffffff;
}
.megamenu .cat-label-label2 {
  background-color:#bea275;
  color:#ffffff;
}
.message-box { background-color:#bea275 !important; }
.thumbnail:hover .nova-overlay, .recent-post .media-link:hover .nova-overlay, .product-list .media-link:hover .nova-overlay {
  background-color:#bea275 !important;
  opacity:0.3;
}
.parallax-box .form-subscribe .button, .banner-one-3 .one-3-right a, .home_five_3 .one-3-right a { background-color:#ffffff; }
.parallax-box .form-subscribe .button:hover, .banner-one-3 .one-3-right a:hover, .home_five_3 .one-3-right a:hover { background-color:transparent; }
.parallax-box .form-subscribe .button1 { background-color:transparent; }
.parallax-box .form-subscribe .button1:hover {
  background-color:transparent !important;
  color:#bea275 !important;
}
.rev_slider_wrapper div.button-style-1 { background-color:transparent; }
.rev_slider_wrapper div.button-style-1:hover { background-color:#ffffff !important; }
.rev_slider_wrapper div.button-style-2 {
  background-color:transparent;
  border:2px solid #ffffff;
}
.rev_slider_wrapper div.button-style-2:hover {
  background-color:#ffffff !important;
  border:2px solid transparent !important;
}
.rev_slider_wrapper div.button-3-2 {
  background-color:#282828;
  border:1px solid #282828;
}
.rev_slider_wrapper div.button-3-2:hover {
  background-color:#ffffff !important;
  border:1px solid #ffffff;
}
.rev_slider_wrapper div.button-style-4.button-1 { background-color:#96a487; }
.rev_slider_wrapper div.button-style-4.button-1:hover { background-color:#ffffff !important; }
.rev_slider_wrapper div.button-style-4.button-2 { background-color:#ffffff; }
.rev_slider_wrapper div.button-style-4.button-2:hover { background-color:#96a487 !important; }
.rev_slider_wrapper div.button-style-4.button-3 { background-color:#1a1a1a; }
.rev_slider_wrapper div.button-style-4.button-3:hover { background-color:#ffffff !important; }
.rev_slider_wrapper div.button-style-6, .rev_slider_wrapper div.button-3-1 {
  background-color:transparent;
  border:1px solid #ffffff;
}
.rev_slider_wrapper div.button-style-6:hover, .rev_slider_wrapper div.button-3-1:hover {
  background-color:#ffffff !important;
  border:1px solid transparent !important;
}
.post-list-item h2 a {
  font-size:22px;
  text-transform:none;
  font-weight:normal;
  color:#232323;
}
.post-list-item h2 a:hover {
  color:#bea275;
  text-decoration:none;
}
.post-list .pager .amount { line-height:30px; }
.post-list .limiter label {
  float:left;
  line-height:30px;
  margin-right:10px;
  margin-bottom:0;
}
.post-list .limiter select {
  width:50px;
  margin-bottom:0;
  margin-right:10px;
}
.post-list-item { border-bottom:#ebebeb solid 3px; }
.block_two_5 a.read-more span { background-color:#282828; }
.block_two_5 a.read-more span:hover {
  background-color:#bea275;
  color:#ffffff;
}
#filters .selected, #filters > button:hover { background-color:transparent; }
.arw_tab_slider ul.slider-tab li a {
  background-color:#ffffff;
  color:#282828;
}
.arw_tab_slider ul.slider-tab li a:hover {
  background-color:#ffffff;
  color:#bea275 !important;
}
.arw_tab_slider ul.slider-tab li.active a {
  background-color:#ffffff;
  color:#bea275 !important;
}
.last .post-list-item { border-bottom:0; }
.featured-image {
  border:1px solid #dddddd;
  margin:4px 10px 10px 0 !important;
  padding:1px;
}
.descriptions-hidden .quick-act { background:transparent; }
.descriptions-hidden .quick-act:hover { background:#ffffff; }
.home_five_1 .captiontexthome5 .captioncontent5-3 div a:hover, .home_five_1 .captiontexthome5 .captioncontent5-2 div a:hover, .home_five_1 .captiontexthome5 .captioncontent5-1 div a:hover { color:#bea275 !important; }
.full-width-text:after { border-top-color:#bea275; }
#shopping-cart-table #empty_cart_button, #shopping-cart-table .btn-continue, #shopping-cart-table .btn-update, #discount-coupon-form .discount .discount-form .buttons-set .button span span, .shipping .shipping-form ul.form-list li.li-button .button span span, #shopping-cart-table .a-center-qty a, #shopping-cart-table .a-center-price span.price, #shopping-cart-table tbody .a-center-subtotal span.price, #shopping-cart-totals-table .a-right strong span.price, .bag-product-price span.price, .notification-message span { color:#bea275 !important; }
#shopping-cart-table #empty_cart_button:hover, #shopping-cart-table .btn-continue:hover, #shopping-cart-table .btn-update:hover, #discount-coupon-form .discount .discount-form .buttons-set .button span span:hover, .shipping .shipping-form ul.form-list li.li-button .button span span:hover, #shopping-cart-table .a-center-qty a:hover, #shopping-cart-table .a-center-price span.price:hover, #shopping-cart-table tbody .a-center-subtotal span.price:hover, #shopping-cart-totals-table .a-right strong span.price:hover, .bag-product-price span.price:hover, .notification-message span:hover { color:#232323 !important; }
.add-to-qty .inc-qty:hover, .add-to-qty .desc-qty:hover, .product-essential .special-price .price, .product-essential .regular-price .price { color:#78674b !important; }
.ship-left span {
  border:1px solid #bea275;
  color:#bea275;
}
.footer-container {
  background-color:#a08355;
  color:#f1f1f1;
}
.footer-container h4 span { color:#ffffff; }
.footer-container h4 div.heading-lines p.line-ft { border-top:2px solid #ffffff; }
.footer-container ul li > a { color:#ffffff; }
.footer-container ul li > a:hover { color:#ffffff; }
.footer-container .icon-footer > a {
  background-color:#ffffff;
  color:#ffffff;
}
.footer-container .icon-footer > a:hover {
  background-color:#bea275 !important;
  color:#ffffff !important;
}
.footer-container ul.location .icofooter span i { color:#ffffff !important; }
.copyright-footer {
  background-color:#232323;
  color:#757575;
}
.copyright-footer .footer-copyright-left address a { color:#757575; }
.copyright-footer .footer-copyright-left address a:hover { color:#bea275; }
.pertinacia p.faqs i { color:#bea275 !important; }

/*-----------------------------------------------------------------------------

	-	Revolution Slider 4.1 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	27/11/13
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/


@font-face {
  font-family: 'revicons';
  src: url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/css/nwdthemes/revslider/font/revicons.eot?5510888');
  src: url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/css/nwdthemes/revslider/font/revicons.eot?5510888#iefix') format('embedded-opentype'),
       url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/css/nwdthemes/revslider/font/revicons.woff?5510888') format('woff'),
       url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/css/nwdthemes/revslider/font/revicons.ttf?5510888') format('truetype'),
       url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/css/nwdthemes/revslider/font/revicons.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'revicons';
    src: url('https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/css/nwdthemes/revslider/font/revicons.svg?5510888#revicons') format('svg');
  }
}
*/

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.revicon-search-1:before { content: '\e802'; } /* '' */
.revicon-pencil-1:before { content: '\e831'; } /* '' */
.revicon-picture-1:before { content: '\e803'; } /* '' */
.revicon-cancel:before { content: '\e80a'; } /* '' */
.revicon-info-circled:before { content: '\e80f'; } /* '' */
.revicon-trash:before { content: '\e801'; } /* '' */
.revicon-left-dir:before { content: '\e817'; } /* '' */
.revicon-right-dir:before { content: '\e818'; } /* '' */
.revicon-down-open:before { content: '\e83b'; } /* '' */
.revicon-left-open:before { content: '\e819'; } /* '' */
.revicon-right-open:before { content: '\e81a'; } /* '' */
.revicon-angle-left:before { content: '\e820'; } /* '' */
.revicon-angle-right:before { content: '\e81d'; } /* '' */
.revicon-left-big:before { content: '\e81f'; } /* '' */
.revicon-right-big:before { content: '\e81e'; } /* '' */
.revicon-magic:before { content: '\e807'; } /* '' */
.revicon-picture:before { content: '\e800'; } /* '' */
.revicon-export:before { content: '\e80b'; } /* '' */
.revicon-cog:before { content: '\e832'; } /* '' */
.revicon-login:before { content: '\e833'; } /* '' */
.revicon-logout:before { content: '\e834'; } /* '' */
.revicon-video:before { content: '\e805'; } /* '' */
.revicon-arrow-combo:before { content: '\e827'; } /* '' */
.revicon-left-open-1:before { content: '\e82a'; } /* '' */
.revicon-right-open-1:before { content: '\e82b'; } /* '' */
.revicon-left-open-mini:before { content: '\e822'; } /* '' */
.revicon-right-open-mini:before { content: '\e823'; } /* '' */
.revicon-left-open-big:before { content: '\e824'; } /* '' */
.revicon-right-open-big:before { content: '\e825'; } /* '' */
.revicon-left:before { content: '\e836'; } /* '' */
.revicon-right:before { content: '\e826'; } /* '' */
.revicon-ccw:before { content: '\e808'; } /* '' */
.revicon-arrows-ccw:before { content: '\e806'; } /* '' */
.revicon-palette:before { content: '\e829'; } /* '' */
.revicon-list-add:before { content: '\e80c'; } /* '' */
.revicon-doc:before { content: '\e809'; } /* '' */
.revicon-left-open-outline:before { content: '\e82e'; } /* '' */
.revicon-left-open-2:before { content: '\e82c'; } /* '' */
.revicon-right-open-outline:before { content: '\e82f'; } /* '' */
.revicon-right-open-2:before { content: '\e82d'; } /* '' */
.revicon-equalizer:before { content: '\e83a'; } /* '' */
.revicon-layers-alt:before { content: '\e804'; } /* '' */
.revicon-popup:before { content: '\e828'; } /* '' */


/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/

.tp-static-layers				{	position:absolute; z-index:505; top:0px;left:0px}


.tp-caption .frontcorner		{
										width: 0;
										height: 0;
										border-left: 40px solid transparent;
										border-right: 0px solid transparent;
										border-top: 40px solid #00A8FF;
										position: absolute;left:-40px;top:0px;
									}

.tp-caption .backcorner		{
										width: 0;
										height: 0;
										border-left: 0px solid transparent;
										border-right: 40px solid transparent;
										border-bottom: 40px solid #00A8FF;
										position: absolute;right:0px;top:0px;
									}

.tp-caption .frontcornertop		{
										width: 0;
										height: 0;
										border-left: 40px solid transparent;
										border-right: 0px solid transparent;
										border-bottom: 40px solid #00A8FF;
										position: absolute;left:-40px;top:0px;
									}

.tp-caption .backcornertop		{
										width: 0;
										height: 0;
										border-left: 0px solid transparent;
										border-right: 40px solid transparent;
										border-top: 40px solid #00A8FF;
										position: absolute;right:0px;top:0px;
									}
                                    
.tp-layer-inner-rotation            {    position: relative !important;}        


/***********************************************
    -    SPECIAL ALTERNATIVE IMAGE SETTINGS    -
***********************************************/

img.tp-slider-alternative-image    {    width:100%; height:auto;}


                            

/******************************
	-	WRAPPER STYLES		-
******************************/



.rev_slider_wrapper{
	position:relative;
}

.rev_slider_wrapper >ul	{
	visibility:hidden;
}

.rev_slider{
	position:relative;
	overflow:visible;
}


.rev_slider img{
	max-width:none !important;
	-moz-transition: none 0;
	-webkit-transition: none 0;
	-o-transition: none 0;
	transition: none 0;
	margin:0px;
	padding:0px;
	border-width:0px;
	border:none;

}

.rev_slider .no-slides-text{
	font-weight:bold;
	text-align:center;
	padding-top:80px;
}

.rev_slider >ul{
	margin:0px;
	padding:0px;
	list-style: none !important;
	list-style-type: none;
	background-position:0px 0px;
}

.rev_slider >ul >li,
.rev_slider >ul >li:before{
	display: block;
	list-style:none !important;
	position:absolute;
	visibility:hidden;
	margin:0px !important;
	padding:0px !important;
	overflow-x: visible;
	overflow-y: visible;
	list-style-type: none !important;
	background-image:none;
	background-position:0px 0px;
	text-indent: 0em;
}

.tp-revslider-slidesli,
.tp-revslider-mainul    {    padding:0 !important; margin:0 !important; list-style:none !important;}

.tp-simpleresponsive >ul,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before {
	list-style:none;
	padding:0 !important;
	margin:0 !important;
	list-style:none !important;
	overflow-x: visible;
	overflow-y: visible;
	background-image:none
}


.tp-simpleresponsive >ul li{
    list-style:none;
    position:absolute;
    visibility:hidden;
}


.rev_slider .tp-caption,
.rev_slider .caption { position:absolute;  visibility:hidden; white-space: nowrap}

.tp-simpleresponsive img	{	max-width:none}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp-caption { z-index:1}



.tp_inner_padding	{	box-sizing:border-box;
						-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						max-height:none !important;	}


.tp-hide-revslider,.tp-caption.tp-hidden-caption	{	visibility:hidden !important; display:none !important}

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {max-width: none !important}

/******************************
	-	WRAPPER STYLES END	-
******************************/

/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}
/******************************
	-	IE8 HACKS ENDS	-
*******************************/

/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%}
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video	{ width:100% !important; height:100% !important; display: none}

.tp-caption.fullscreenvideo	{	left:0px; top:0px; position:absolute;width:100%;height:100%}


.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video	{ width:100% !important; height:100% !important; display: none}


.fullcoveredvideo video,
.fullscreenvideo video					{	background: #000}

.fullcoveredvideo .tp-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}

.html5vid.videoisplaying .tp-poster	{	display: none}

.tp-video-play-button		{	background:#000;
								background:rgba(0,0,0,0.3);
								padding:5px;
								border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
								position: absolute;
								top: 50%;
								left: 50%;
								font-size: 40px;
								color: #FFF;
								z-index: 3;
								margin-top: -27px;
								margin-left: -28px;
								text-align: center;
								cursor: pointer;

							}
.tp-caption:hover .tp-video-play-button    {    opacity: 1;}
.html5vid .tp-revstop                            {    width:15px;height:20px; border-left:5px solid #fff; border-right:5px solid #fff; position: relative;margin:10px 20px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.html5vid .tp-revstop                            {    display:none}
.html5vid.videoisplaying .revicon-right-dir        {    display:none}
.html5vid.videoisplaying .tp-revstop            {    display:block}

.html5vid.videoisplaying .tp-video-play-button	{	display:none}
.html5vid:hover .tp-video-play-button             { display:block}

.fullcoveredvideo .tp-video-play-button	{	display:none !important}

.tp-video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
    background-image: linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
    background-image: -o-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.13, rgb(0,0,0)),
        color-stop(1, rgb(50,50,50))
    );
    
    display:table;max-width:100%; overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.tp-caption:hover .tp-video-controls {
    opacity: .9;
}

.tp-video-button {
    background: rgba(0,0,0,.5);
    border: 0;
    color: #EEE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor:pointer;
    line-height:12px;
    font-size:12px;
    color:#fff;
    padding:0px;
    margin:0px;
    outline: none;
    }
.tp-video-button:hover {
    cursor: pointer;
}


.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap     { padding:0px 5px;display:table-cell; }

.tp-video-seek-bar-wrap    {    width:80%}
.tp-video-vol-bar-wrap    {    width:20%}

.tp-volume-bar,
.tp-seek-bar        {    width:100%; cursor: pointer;  outline:none; line-height:12px;margin:0; padding:0;}


/********************************
	-	FULLSCREEN VIDEO ENDS	-
*********************************/



/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3}
.tp-dottedoverlay.twoxtwo				{	background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/gridtile.png)}
.tp-dottedoverlay.twoxtwowhite			{	background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/gridtile_white.png)}
.tp-dottedoverlay.threexthree			{	background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/gridtile_3x3.png)}
.tp-dottedoverlay.threexthreewhite		{	background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/gridtile_3x3_white.png)}

/********************************
	-	DOTTED OVERLAYS ENDS	-
*********************************/



/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/

.fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}



.fullwidthbanner-container{
	width:100%;
	position:relative;
	padding:0;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabanner{
	width:100%;
	position:relative;
}


/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/

.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img			{ 	/*-webkit-transform: translateZ(0);
										  -webkit-backface-visibility: hidden;
										  -webkit-perspective: 1000;*/
									}


/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; */
	position:absolute;
	-webkit-font-smoothing: antialiased !important;
}


/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow  {
		position:absolute;

		margin-left:auto;
		margin-right:auto;
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
	}

.tp-bannershadow.tp-shadow1 {	background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/shadow1.png) no-repeat; background-size:100% 100%; width:890px; height:30px; bottom:-30px}
.tp-bannershadow.tp-shadow2 {	background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/shadow2.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px}
.tp-bannershadow.tp-shadow3 {	background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/shadow3.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px}


/******************************
	-	BUTTONS	-
*******************************/

.tp-button{
			padding:6px 13px 5px;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			height:30px;
			cursor:pointer;
			color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
			background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/css/nwdthemes/revslider/images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
			text-decoration:none;
		}

.tp-button.big			{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/css/nwdthemes/revslider/images/gradient/g40.png) repeat-x top}


.purchase:hover,
.tp-button:hover,
.tp-button.big:hover		{	background-position:bottom, 15px 11px}


	/*@media only screen and (min-width: 480px) and (max-width: 767px) {
		.tp-button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	}
		a.tp-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tp-button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important}
		a.tp-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}*/


/*	BUTTON COLORS	*/

.tp-button.green, .tp-button:hover.green,
.purchase.green, .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }


.tp-button.blue, .tp-button:hover.blue,
.purchase.blue, .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68}


.tp-button.red, .tp-button:hover.red,
.purchase.red, .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212}

.tp-button.orange, .tp-button:hover.orange,
.purchase.orange, .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00}

.tp-button.darkgrey,.tp-button.grey,
.tp-button:hover.darkgrey,.tp-button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222}

.tp-button.lightgrey, .tp-button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555}



/************************
	-	NAVIGATION	-
*************************/

/** BULLETS **/

.tpclear								{	clear:both}


.tp-bullets								{	z-index:1; position:absolute;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
												-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
												-webkit-transform: translateZ(5px);
										}
.tp-bullets.hidebullets					{
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
												-moz-opacity: 0;
												-khtml-opacity: 0;
												opacity: 1;
										}


.tp-bullets.simplebullets.navbar						{ 	border:1px solid #666; border-bottom:1px solid #444; background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/boxed_bgtile.png); height:40px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }

.tp-bullets.simplebullets.navbar-old					{ 	 background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/navigdots_bgtile.png); height:35px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }


.tp-bullets.simplebullets.round .bullet					{	cursor:pointer; position:relative;	background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/bullet.png) no-repeat top left;	width:20px;	height:20px;  margin-right:0px; float:left; margin-top:0px; margin-left:3px}
.tp-bullets.simplebullets.round .bullet.last			{	margin-right:3px}

.tp-bullets.simplebullets.round-old .bullet				{	cursor:pointer; position:relative;	background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/bullets.png) no-repeat bottom left;	width:23px;	height:23px;  margin-right:0px; float:left; margin-top:0px}
.tp-bullets.simplebullets.round-old .bullet.last		{	margin-right:0px}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet				{	cursor:pointer; position:relative;	background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/bullets2.png) no-repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:0px}
.tp-bullets.simplebullets.square .bullet.last			{	margin-right:0px}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet			{	cursor:pointer; position:relative;	background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/bullets2.png) no-repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:0px}
.tp-bullets.simplebullets.square-old .bullet.last		{	margin-right:0px}


/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet				{	cursor:pointer; position:relative;	background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/bullet_boxed.png) no-repeat top left;	width:18px;	height:19px;   margin-right:5px; float:left; margin-top:10px}

.tp-bullets.simplebullets.navbar .bullet.first			{	margin-left:0px !important}
.tp-bullets.simplebullets.navbar .bullet.last			{	margin-right:0px !important}



/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet			{	cursor:pointer; position:relative;	background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/navigdots.png) no-repeat bottom left;	width:15px;	height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px}
.tp-bullets.simplebullets.navbar-old .bullet.first		{	margin-left:0px !important}
.tp-bullets.simplebullets.navbar-old .bullet.last		{	margin-right:0px !important}


.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected				{	background-position:top left; }

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected		{	background-position:bottom left; }



/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows												{	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
															-moz-opacity: 1;
															-khtml-opacity: 1;
															opacity: 1;
															-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
															-webkit-transform: translateZ(1000px);
															-webkit-transform-style: preserve-3d;

														}


.tparrows .tp-arr-imgholder								{ display: none}
.tparrows .tp-arr-titleholder							{ display: none}

.tparrows.hidearrows									{
															-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
															-moz-opacity: 0;
															-khtml-opacity: 0;
															opacity: 0;
														}
.tp-leftarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/large_left.png) no-repeat top left;	width:40px;	height:40px;   }
.tp-rightarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/large_right.png) no-repeat top left;	width:40px;	height:40px;   }


.tp-leftarrow.round										{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/small_left.png) no-repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left; margin-top:0px;	}
.tp-rightarrow.round									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/small_right.png) no-repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left;	margin-top:0px}


.tp-leftarrow.round-old									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/arrow_left.png) no-repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left; margin-top:0px;	}
.tp-rightarrow.round-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/arrow_right.png) no-repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left;	margin-top:0px}


.tp-leftarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/small_left_boxed.png) no-repeat top left;	width:20px;	height:15px;   float:left;	margin-right:6px; margin-top:12px}
.tp-rightarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/small_right_boxed.png) no-repeat top left;	width:20px;	height:15px;   float:left;	margin-left:6px; margin-top:12px}


.tp-leftarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/arrowleft.png) no-repeat top left;		width:9px;	height:16px;   float:left;	margin-right:6px; margin-top:10px}
.tp-rightarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/arrowright.png) no-repeat top left;	width:9px;	height:16px;   float:left;	margin-left:6px; margin-top:10px}

.tp-leftarrow.navbar-old.thumbswitharrow				{	margin-right:10px; }
.tp-rightarrow.navbar-old.thumbswitharrow				{	margin-left:0px; }

.tp-leftarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/arrow_left2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px}
.tp-rightarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/arrow_right2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px}


.tp-leftarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/arrow_left2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px}
.tp-rightarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/arrow_right2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px}


.tp-leftarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/large_left.png) no-repeat 0 0;	width:40px;	height:40px;

														}
.tp-rightarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/large_right.png) no-repeat 0 0;	width:40px;	height:40px;

														}




.tp-leftarrow:hover,
.tp-rightarrow:hover 									{	background-position:bottom left; }






/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/


.tp-bullets.tp-thumbs						{	z-index:1000; position:absolute; padding:3px;background-color:#fff;
												width:500px;height:50px; 			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												margin-top:-50px;
												vertical-align: top;
											}
.tp-bullets.tp-thumbs img					{	vertical-align: top}


.fullwidthbanner-container .tp-thumbs		{  padding:3px}

.tp-bullets.tp-thumbs .tp-mask				{	width:500px; height:50px;  			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												overflow:hidden; position:relative}


.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer	{	width:5000px; position:absolute}

.tp-bullets.tp-thumbs .bullet				{   width:100px; height:50px; 			/* THE DIMENSION OF A SINGLE THUMB */
												cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
												/*filter: alpha(opacity=50);	*/
												-moz-opacity: 0.5;
												-khtml-opacity: 0.5;
												opacity: 0.5;

												-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
											}


.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected		{ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
											}
.tp-thumbs img								{	width:100%; }




/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	visibility: hidden; width:100%; height:5px; /*background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/timer.png);*/ background: #fff; background: rgba(0,0,0,0.15); position:absolute; z-index:200; top:0px}
.tp-bannertimer.tp-bottom					{	top:auto; bottom:0px !important;height:5px}





/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/

/* NAVIGATION PREVIEW 1 */
.tparrows.preview1 							{	width:100px;height:100px;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden;background: transparent}
.tparrows.preview1:after					{	position:absolute; left:0px;top:0px; font-family: "revicons"; color:#fff; font-size:30px; width:100px;height:100px;text-align: center; background:#fff;background:rgba(0,0,0,0.15);z-index:2;line-height:100px; -webkit-transition: background 0.3s, color 0.3s; -moz-transition: background 0.3s, color 0.3s; transition: background 0.3s, color 0.3s}
.tp-rightarrow.preview1:after				{	content: '\e825';  }
.tp-leftarrow.preview1:after				{	content: '\e824';  }

.tparrows.preview1:hover:after 				{	background:rgba(255,255,255,1); color:#aaa; }

.tparrows.preview1 .tp-arr-imgholder 		{	background-size:cover; background-position:center center; display:block;width:100%;height:100%;position:absolute;top:0px;
												-webkit-transition: -webkit-transform 0.3s;
												transition: transform 0.3s;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
											}
.tparrows.preview1 .tp-arr-iwrapper            {      -webkit-transition: all 0.3s;transition: all 0.3s;
												-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0}
.tparrows.preview1:hover .tp-arr-iwrapper    {      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1}


.tp-rightarrow.preview1 .tp-arr-imgholder	{	right:100%;
												-webkit-transform: rotateY(-90deg);
												transform: rotateY(-90deg);
												-webkit-transform-origin: 100% 50%;
												transform-origin: 100% 50%;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;



											}
.tp-leftarrow.preview1 .tp-arr-imgholder	{	left:100%;
												-webkit-transform: rotateY(90deg);
												transform: rotateY(90deg);
												-webkit-transform-origin: 0% 50%;
												transform-origin: 0% 50%;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;



											}


.tparrows.preview1:hover .tp-arr-imgholder	{	-webkit-transform: rotateY(0deg);
												transform: rotateY(0deg);
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

											}


	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:80px; height:80px;line-height:80px; font-size:24px}

	}

    @media only screen and (min-width: 480px) and (max-width: 767px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:60px; height:60px;line-height:60px;font-size:20px}

	}



    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:40px; height:40px;line-height:40px; font-size:12px}
    }

/* PREVIEW 1 BULLETS */

.tp-bullets.preview1 						{ 	height: 21px; }
.tp-bullets.preview1 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.15) !important;
											    /*-webkit-border-radius: 10px;
											    border-radius: 10px;*/
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 5px !important;
											    height: 5px !important;
											    border: 8px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 5px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview1 .bullet.last 			{	margin-right: 0px; }
.tp-bullets.preview1 .bullet:hover,
.tp-bullets.preview1 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: #aaa !important;
												width: 5px !important;
											    height: 5px !important;
											    border: 8px solid rgba(255, 255, 255, 1) !important;
}




/* NAVIGATION PREVIEW 2 */
.tparrows.preview2 							{	min-width:60px; min-height:60px; background:#fff; ;

												border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;
												overflow:hidden;
												-webkit-transition: -webkit-transform 1.3s;
												-webkit-transition: width 0.3s, background-color 0.3s, opacity 0.3s;
												transition: width 0.3s, background-color 0.3s, opacity 0.3s;
												backface-visibility: hidden;
}
.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; color:#aaa; font-size:25px; margin-top: -12px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s }
.tp-rightarrow.preview2:after				{	content: '\e81e';  right:18px; }
.tp-leftarrow.preview2:after				{	content: '\e81f';  left:18px; }


.tparrows.preview2 .tp-arr-titleholder 		{	background-size:cover; background-position:center center; display:block; visibility:hidden;position:relative;top:0px;
												-webkit-transition: -webkit-transform 0.3s;
												transition: transform 0.3s;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
												white-space: nowrap;
												color: #000;
												text-transform: uppercase;
												font-weight: 400;
												font-size: 14px;
												line-height: 60px;
												padding:0px 10px;
											}

.tp-rightarrow.preview2 .tp-arr-titleholder	{	 right:50px;
												-webkit-transform: translateX(-100%);
												transform: translateX(-100%);
											}
.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:50px;
												-webkit-transform: translateX(100%);
												transform: translateX(100%);
											}

.tparrows.preview2.hovered					{	width:300px}
.tparrows.preview2:hover					{	background:#fff}
.tparrows.preview2:hover:after				{	color:#000}
.tparrows.preview2:hover .tp-arr-titleholder{	-webkit-transform: translateX(0px);
													transform: translateX(0px);
													visibility: visible;
													position: absolute;
											}

/* PREVIEW 2 BULLETS */

.tp-bullets.preview2 						{ 	height: 17px; }
.tp-bullets.preview2 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.5) !important;
											    -webkit-border-radius: 10px;
											    border-radius: 10px;
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 2px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview2 .bullet.last 			{	margin-right: 0px; }
.tp-bullets.preview2 .bullet:hover,
.tp-bullets.preview2 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 1) !important;
}

.tp-arr-titleholder.alwayshidden			{	display:none !important}


	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview2 {	min-width:40px; min-height:40px; width:40px;height:40px;
								border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;
							}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:20px; margin-top: -12px}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:11px}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:11px}
		.tparrows.preview2 .tp-arr-titleholder		{	font-size:12px; line-height:40px; letter-spacing: 0px}
		.tp-rightarrow.preview2 .tp-arr-titleholder	{	right:35px}
		.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:35px}

	}

    @media only screen and (min-width: 480px) and (max-width: 767px) {
   		 .tparrows.preview2 						{	min-width:30px; min-height:30px; width:30px;height:30px;
														border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
													}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:8px}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:8px}
		.tparrows.preview2 .tp-arr-titleholder		{	font-size:10px; line-height:30px; letter-spacing: 0px}
		.tp-rightarrow.preview2 .tp-arr-titleholder	{	right:25px}
		.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:25px}
		.tparrows.preview2 .tp-arr-titleholder		{	display:none;visibility:none}


	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tparrows.preview2 							{	min-width:30px; min-height:30px; width:30px;height:30px;
														border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
													}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:8px}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:8px}
		.tparrows.preview2 .tp-arr-titleholder		{	display:none;visibility:none}
		.tparrows.preview2:hover					{	width:30px !important; height:30px !important}
    }



/* NAVIGATION PREVIEW 3 */
.tparrows.preview3 							{	width:70px; height:70px; background:#fff; background:rgba(255,255,255,1); -webkit-transform-style: flat; }
.tparrows.preview3:after					{	position:absolute;  line-height: 70px;text-align: center; font-family: "revicons"; color:#aaa; font-size:30px; top:0px;left:0px;;background:#fff; z-index:100; width:70px;height:70px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s}
.tparrows.preview3:hover:after					{	color:#000; }
.tp-rightarrow.preview3:after				{	content: '\e825';  }
.tp-leftarrow.preview3:after				{	content: '\e824';  }


.tparrows.preview3 .tp-arr-iwrapper			{
												  -webkit-transform: scale(0,1);
												  transform: scale(0,1);
												  -webkit-transform-origin: 100% 50%;
												  transform-origin: 100% 50%;
												  -webkit-transition: -webkit-transform 0.2s;
												  transition: transform 0.2s;
												  z-index:0;position: absolute; background: #000; background: rgba(0,0,0,0.75);
												  display: table;min-height:90px;top:-10px}

.tp-leftarrow.preview3 .tp-arr-iwrapper		{	 -webkit-transform: scale(0,1);
												  transform: scale(0,1);
												  -webkit-transform-origin: 0% 50%;
												  transform-origin: 0% 50%;
											}

.tparrows.preview3 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center; display:table-cell;min-width:90px;height:90px;
												position:relative;top:0px; }

.tp-rightarrow.preview3 .tp-arr-iwrapper	{	right:0px;padding-right:70px}
.tp-leftarrow.preview3 .tp-arr-iwrapper		{	left:0px; direction: rtl;padding-left:70px}
.tparrows.preview3 .tp-arr-titleholder		{	display:table-cell; padding:30px;font-size:16px; color:#fff;white-space: nowrap; position: relative; clear:right;vertical-align: middle}

.tparrows.preview3:hover .tp-arr-iwrapper	{
												-webkit-transform: scale(1,1);
												  transform: scale(1,1);

											}

/* PREVIEW 3 BULLETS */
.tp-bullets.preview3 						{ 	height: 17px; }
.tp-bullets.preview3 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.5);
											    -webkit-border-radius: 10px;
											    border-radius: 10px;
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 12px !important;
											    height: 12px !important;
											    display: inline-block;
											    margin-right: 5px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview3 .bullet.last 			{	margin-right: 0px; }
.tp-bullets.preview3 .bullet:hover,
.tp-bullets.preview3 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												width: 12px !important;
											    height: 12px !important;
}


	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview3:after,
		.tparrows.preview3 							{	width:50px; height:50px; line-height:50px;font-size:20px}
		.tparrows.preview3 .tp-arr-iwrapper			{	min-height:70px}
		.tparrows.preview3 .tp-arr-imgholder 		{	min-width:70px;height:70px}
		.tp-rightarrow.preview3 .tp-arr-iwrapper	{	padding-right:50px}
		.tp-leftarrow.preview3 .tp-arr-iwrapper		{	padding-left:50px}
		.tparrows.preview3 .tp-arr-titleholder		{	padding:10px;font-size:16px; }



	}

    @media only screen  and (max-width: 767px) {

		.tparrows.preview3:after,
		.tparrows.preview3 							{	width:50px; height:50px; line-height:50px;font-size:20px}
		.tparrows.preview3 .tp-arr-iwrapper			{	min-height:70px}
	}





/* NAVIGATION PREVIEW 4 */
.tparrows.preview4 							{	width:30px; height:110px;  background:transparent;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000}
.tparrows.preview4:after					{	position:absolute;  line-height: 110px;text-align: center; font-family: "revicons"; color:#fff; font-size:20px; top:0px;left:0px;z-index:0; width:30px;height:110px; background: #000; background: rgba(0,0,0,0.25);
												-webkit-transition: all 0.2s ease-in-out;
											    -moz-transition: all 0.2s ease-in-out;
											    -o-transition: all 0.2s ease-in-out;
											    transition: all 0.2s ease-in-out;
												   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

											}

.tp-rightarrow.preview4:after				{	content: '\e825';  }
.tp-leftarrow.preview4:after				{	content: '\e824';  }


.tparrows.preview4 .tp-arr-allwrapper		{	visibility:hidden;width:180px;position: absolute;z-index: 1;min-height:120px;top:0px;left:-150px; overflow: hidden;-webkit-perspective: 1000px;-webkit-transform-style: flat}

.tp-leftarrow.preview4 .tp-arr-allwrapper	{	left:0px}
.tparrows.preview4 .tp-arr-iwrapper			{	position: relative}

.tparrows.preview4 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center;width:180px;height:110px;
												position:relative;top:0px;

												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;



											}


.tparrows.preview4 .tp-arr-imgholder2 		{	display:block;background-size:cover; background-position:center center; width:180px;height:110px;
												position:absolute;top:0px; left:180px;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;

											}

.tp-leftarrow.preview4 .tp-arr-imgholder2 	{	left:-180px}




.tparrows.preview4 .tp-arr-titleholder		{	display:block; font-size:12px; line-height:25px; padding:0px 10px;text-align:left;color:#fff; position: relative;
												background: #000;
												color: #FFF;
												text-transform: uppercase;
												white-space: nowrap;
												letter-spacing: 1px;
												font-weight: 700;
												font-size: 11px;
												line-height: 2.75;
												-webkit-transition: all 0.3s;
												transition: all 0.3s;
												-webkit-transform: rotateX(-90deg);
												transform: rotateX(-90deg);
												-webkit-transform-origin: 50% 0;
												transform-origin: 50% 0;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;


}



.tparrows.preview4:after				{	transform-origin: 100% 100%; -webkit-transform-origin: 100% 100%}
.tp-leftarrow.preview4:after			{	transform-origin: 0% 0%; -webkit-transform-origin: 0% 0%}




@media only screen and (min-width: 768px)  {
		.tparrows.preview4:hover:after				{	-webkit-transform: rotateY(-90deg); transform:rotateY(-90deg)}
		.tp-leftarrow.preview4:hover:after			{	-webkit-transform: rotateY(90deg); transform:rotateY(90deg)}


		.tparrows.preview4:hover .tp-arr-titleholder	{	-webkit-transition-delay: 0.4s;
															transition-delay: 0.4s;
															-webkit-transform: rotateX(0deg);
															transform: rotateX(0deg);
															-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

														}
}

/* PREVIEW 4 BULLETS */

.tp-bullets.preview4 						{ 	height: 17px; }
.tp-bullets.preview4 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.5) !important;
											    -webkit-border-radius: 10px;
											    border-radius: 10px;
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 2px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview4 .bullet.last 			{	margin-right: 0px; }
.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 1) !important;
}


    @media only screen  and (max-width: 767px) {
   		 .tparrows.preview4 						{	width:20px; height:80px}
   		 .tparrows.preview4:after					{	width:20px; height:80px; line-height:80px; font-size:14px}

   		 .tparrows.preview1 .tp-arr-allwrapper,
   		 .tparrows.preview2 .tp-arr-allwrapper,
   		 .tparrows.preview3 .tp-arr-allwrapper,
   		 .tparrows.preview4 .tp-arr-allwrapper		{	display: none !important}
    }


/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/




/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/

 .tp-simpleresponsive img {
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}

.tp-caption img {
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
zoom: 1;
}



/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/coloredbg.png) repeat}

.tp-caption.slidelink a span	{	background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/coloredbg.png) repeat}






/******************************
	-	LOADER FORMS	-
********************************/

.tp-loader 	{
				top:50%; left:50%;
				z-index:10000;
				position:absolute;


			}

.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/loader.gif) no-repeat center center;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  margin-top:-20px;
  margin-left:-20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  margin-top:-20px;
  margin-left:-20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}



.tp-loader.spinner5 	{	background:url(https://www.modnadama.si/skin/frontend/novaworks/nw_soffia/images/nwdthemes/revslider/assets/loader.gif) no-repeat 10px 10px;
							background-color:#fff;
							margin:-22px -22px;
							width:44px;height:44px;
							border-radius: 3px;
							-moz-border-radius: 3px;
							-webkit-border-radius: 3px;
						}


@-webkit-keyframes tp-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top:-20px;margin-left:-20px;
  background-color: #ff0000;
   box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
  animation: tp-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes tp-scaleout {
  0% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}




.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;

}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes tp-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}




.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2.0s infinite linear;
  animation: tp-rotate 2.0s infinite linear;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes tp-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes tp-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes tp-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.tp-caption.medium_grey{position:absolute;color:#fff;text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);font-weight:700;font-size:20px;line-height:20px;font-family:Arial;padding:2px 4px;margin:0px;border-width:0px;border-style:none;background-color:#888;white-space:nowrap;}.tp-caption.small_text{position:absolute;color:#fff;text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);font-weight:700;font-size:14px;line-height:20px;font-family:Arial;margin:0px;border-width:0px;border-style:none;white-space:nowrap;}.tp-caption.medium_text{position:absolute;color:#fff;text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);font-weight:700;font-size:20px;line-height:20px;font-family:Arial;margin:0px;border-width:0px;border-style:none;white-space:nowrap;}.tp-caption.large_text{position:absolute;color:#fff;text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);font-weight:700;font-size:40px;line-height:40px;font-family:Arial;margin:0px;border-width:0px;border-style:none;white-space:nowrap;}.tp-caption.very_large_text{position:absolute;color:#fff;text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);font-weight:700;font-size:60px;line-height:60px;font-family:Arial;margin:0px;border-width:0px;border-style:none;white-space:nowrap;letter-spacing:-2px;}.tp-caption.very_big_white{position:absolute;color:#fff;text-shadow:none;font-weight:800;font-size:60px;line-height:60px;font-family:Arial;margin:0px;border-width:0px;border-style:none;white-space:nowrap;padding:0px 4px;padding-top:1px;background-color:#000;}.tp-caption.very_big_black{position:absolute;color:#000;text-shadow:none;font-weight:700;font-size:60px;line-height:60px;font-family:Arial;margin:0px;border-width:0px;border-style:none;white-space:nowrap;padding:0px 4px;padding-top:1px;background-color:#fff;}.tp-caption.modern_medium_fat{position:absolute;color:#000;text-shadow:none;font-weight:800;font-size:24px;line-height:20px;font-family:"Open Sans", sans-serif;margin:0px;border-width:0px;border-style:none;white-space:nowrap;}.tp-caption.modern_medium_fat_white{position:absolute;color:#fff;text-shadow:none;font-weight:800;font-size:24px;line-height:20px;font-family:"Open Sans", sans-serif;margin:0px;border-width:0px;border-style:none;white-space:nowrap;}.tp-caption.modern_medium_light{position:absolute;color:#000;text-shadow:none;font-weight:300;font-size:24px;line-height:20px;font-family:"Open Sans", sans-serif;margin:0px;border-width:0px;border-style:none;white-space:nowrap;}.tp-caption.modern_big_bluebg{position:absolute;color:#fff;text-shadow:none;font-weight:800;font-size:30px;line-height:36px;font-family:"Open Sans", sans-serif;padding:3px 10px;margin:0px;border-width:0px;border-style:none;background-color:#4e5b6c;letter-spacing:0;}.tp-caption.modern_big_redbg{position:absolute;color:#fff;text-shadow:none;font-weight:300;font-size:30px;line-height:36px;font-family:"Open Sans", sans-serif;padding:3px 10px;padding-top:1px;margin:0px;border-width:0px;border-style:none;background-color:#de543e;letter-spacing:0;}.tp-caption.modern_small_text_dark{position:absolute;color:#555;text-shadow:none;font-size:14px;line-height:22px;font-family:Arial;margin:0px;border-width:0px;border-style:none;white-space:nowrap;}.tp-caption.boxshadow{-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);}.tp-caption.black{color:#000;text-shadow:none;}.tp-caption.noshadow{text-shadow:none;}.tp-caption.thinheadline_dark{position:absolute;color:rgba(0,0,0,0.85);text-shadow:none;font-weight:300;font-size:30px;line-height:30px;font-family:"Open Sans";background-color:transparent;}.tp-caption.thintext_dark{position:absolute;color:rgba(0,0,0,0.85);text-shadow:none;font-weight:300;font-size:16px;line-height:26px;font-family:"Open Sans";background-color:transparent;}.tp-caption.largeblackbg{position:absolute;color:#fff;text-shadow:none;font-weight:300;font-size:50px;line-height:70px;font-family:"Open Sans";background-color:#000;padding:0px 20px;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.tp-caption.largepinkbg{position:absolute;color:#fff;text-shadow:none;font-weight:300;font-size:50px;line-height:70px;font-family:"Open Sans";background-color:#db4360;padding:0px 20px;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.tp-caption.largewhitebg{position:absolute;color:#000;text-shadow:none;font-weight:300;font-size:50px;line-height:70px;font-family:"Open Sans";background-color:#fff;padding:0px 20px;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.tp-caption.largegreenbg{position:absolute;color:#fff;text-shadow:none;font-weight:300;font-size:50px;line-height:70px;font-family:"Open Sans";background-color:#67ae73;padding:0px 20px;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.tp-caption.excerpt{font-size:36px;line-height:36px;font-weight:700;font-family:Arial;color:#ffffff;text-decoration:none;background-color:rgba(0, 0, 0, 1);text-shadow:none;margin:0px;letter-spacing:-1.5px;padding:1px 4px 0px 4px;width:150px;white-space:normal !important;height:auto;border-width:0px;border-color:rgb(255, 255, 255);border-style:none;}.tp-caption.large_bold_grey{font-size:60px;line-height:60px;font-weight:800;font-family:"Open Sans";color:rgb(102, 102, 102);text-decoration:none;background-color:transparent;text-shadow:none;margin:0px;padding:1px 4px 0px;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.medium_thin_grey{font-size:34px;line-height:30px;font-weight:300;font-family:"Open Sans";color:rgb(102, 102, 102);text-decoration:none;background-color:transparent;padding:1px 4px 0px;text-shadow:none;margin:0px;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.small_thin_grey{font-size:18px;line-height:26px;font-weight:300;font-family:"Open Sans";color:rgb(117, 117, 117);text-decoration:none;background-color:transparent;padding:1px 4px 0px;text-shadow:none;margin:0px;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.lightgrey_divider{text-decoration:none;background-color:rgba(235, 235, 235, 1);width:370px;height:3px;background-position:initial initial;background-repeat:initial initial;border-width:0px;border-color:rgb(34, 34, 34);border-style:none;}.tp-caption.large_bold_darkblue{font-size:58px;line-height:60px;font-weight:800;font-family:"Open Sans";color:rgb(52, 73, 94);text-decoration:none;background-color:transparent;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.medium_bg_darkblue{font-size:20px;line-height:20px;font-weight:800;font-family:"Open Sans";color:rgb(255, 255, 255);text-decoration:none;background-color:rgb(52, 73, 94);padding:10px;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.medium_bold_red{font-size:24px;line-height:30px;font-weight:800;font-family:"Open Sans";color:rgb(227, 58, 12);text-decoration:none;background-color:transparent;padding:0px;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.medium_light_red{font-size:21px;line-height:26px;font-weight:300;font-family:"Open Sans";color:rgb(227, 58, 12);text-decoration:none;background-color:transparent;padding:0px;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.medium_bg_red{font-size:20px;line-height:20px;font-weight:800;font-family:"Open Sans";color:rgb(255, 255, 255);text-decoration:none;background-color:rgb(227, 58, 12);padding:10px;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.medium_bold_orange{font-size:24px;line-height:30px;font-weight:800;font-family:"Open Sans";color:rgb(243, 156, 18);text-decoration:none;background-color:transparent;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.medium_bg_orange{font-size:20px;line-height:20px;font-weight:800;font-family:"Open Sans";color:rgb(255, 255, 255);text-decoration:none;background-color:rgb(243, 156, 18);padding:10px;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.grassfloor{text-decoration:none;background-color:rgba(160, 179, 151, 1);width:4000px;height:150px;border-width:0px;border-color:rgb(34, 34, 34);border-style:none;}.tp-caption.large_bold_white{font-size:58px;line-height:60px;font-weight:800;font-family:"Open Sans";color:rgb(255, 255, 255);text-decoration:none;background-color:transparent;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.medium_light_white{font-size:30px;line-height:36px;font-weight:300;font-family:"Open Sans";color:rgb(255, 255, 255);text-decoration:none;background-color:transparent;padding:0px;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.mediumlarge_light_white{font-size:34px;line-height:40px;font-weight:300;font-family:"Open Sans";color:rgb(255, 255, 255);text-decoration:none;background-color:transparent;padding:0px;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.mediumlarge_light_white_center{font-size:34px;line-height:40px;font-weight:300;font-family:"Open Sans";color:#ffffff;text-decoration:none;background-color:transparent;padding:0px 0px 0px 0px;text-align:center;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.medium_bg_asbestos{font-size:20px;line-height:20px;font-weight:800;font-family:"Open Sans";color:rgb(255, 255, 255);text-decoration:none;background-color:rgb(127, 140, 141);padding:10px;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.medium_light_black{font-size:30px;line-height:36px;font-weight:300;font-family:"Open Sans";color:rgb(0, 0, 0);text-decoration:none;background-color:transparent;padding:0px;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.large_bold_black{font-size:58px;line-height:60px;font-weight:800;font-family:"Open Sans";color:rgb(0, 0, 0);text-decoration:none;background-color:transparent;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.mediumlarge_light_darkblue{font-size:34px;line-height:40px;font-weight:300;font-family:"Open Sans";color:rgb(52, 73, 94);text-decoration:none;background-color:transparent;padding:0px;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.small_light_white{font-size:17px;line-height:28px;font-weight:300;font-family:"Open Sans";color:rgb(255, 255, 255);text-decoration:none;background-color:transparent;padding:0px;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.roundedimage{border-width:0px;border-color:rgb(34, 34, 34);border-style:none;}.tp-caption.large_bg_black{font-size:40px;line-height:40px;font-weight:800;font-family:"Open Sans";color:rgb(255, 255, 255);text-decoration:none;background-color:rgb(0, 0, 0);padding:10px 20px 15px;border-width:0px;border-color:rgb(255, 214, 88);border-style:none;}.tp-caption.mediumwhitebg{font-size:30px;line-height:30px;font-weight:300;font-family:"Open Sans";color:rgb(0, 0, 0);text-decoration:none;background-color:rgb(255, 255, 255);padding:5px 15px 10px;text-shadow:none;border-width:0px;border-color:rgb(0, 0, 0);border-style:none;}
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700,800);

.tp-caption a {
color:#ff7302;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}

.tp-caption a:hover {
color:#ffa902;
}
.tp-caption a {
color:#ff7302;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}

.tp-caption a:hover {
color:#ffa902;
}


.tp-caption.big_caption_3,
.tp-caption.big_caption_2,
.tp-caption.big_caption_4,
.tp-caption.big_caption_5,
.tp-caption.big_caption_6,
.tp-caption.big_caption_7,
.tp-caption.big_caption_8,
.tp-caption.big_caption_9,
.tp-caption.big_caption_10,
.tp-caption.big_caption_11,
.tp-caption.big_caption_12,
.tp-caption.big_caption_13,
.tp-caption.big_caption_3_white,
.tp-caption.big_caption_2_white,
.tp-caption.big_caption_4_white{
            position: absolute; 
			color: #e14f4f; 
			text-shadow: none; 
			
			font-size: 80px; 
			line-height: 80px; 
			 font-family: "Oswald";
			border-width: 0px; 
			border-style: none; 
 
								
		}
    .tp-caption.big_caption_2, .tp-caption.big_caption_2_white {font-size:48px;}
.tp-caption.big_caption_4, .tp-caption.big_caption_4_white {font-size:124px; color:#fff;}
.tp-caption.big_caption_5  {font-size:120px;color:#94BB54;font-weight:800;}
.tp-caption.big_caption_6 {font-size:84px;color:#94BB54;font-weight:800;}
.tp-caption.big_caption_7 {font-size:50px;color:#333;font-weight:800;}
.tp-caption.big_caption_8  {font-size:24px;color:#fff;font-family: "Open Sans";}
.tp-caption.big_caption_9  {font-size:100px;color:#fff !important;}
.tp-caption.big_caption_10  {font-size:55px;color:#2a2b2c;font-weight:bold;}
.tp-caption.big_caption_11  {font-size:100px;color:#fff;}
.tp-caption.big_caption_12  {font-size:200px;color:#94BB54;font-weight:800;}
.tp-caption.big_caption_13 {font-size:24px;color:#aaa;font-family: "Open Sans";}
.tp-caption.handwriting, .tp-caption.handwriting_white{
            position: absolute; 
			color: #fff; 
			text-shadow: none; 
			 
			font-size: 144px; 
			line-height: 44px; 
			 font-family: "Dancing Script";
			padding:15px 40px 15px 40px;
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
  
								
		}

.tp-caption.store_button a {
            position: absolute; 
			color: #fff; 
			text-shadow: none; 
			
			font-size: 18px; 
			line-height: 18px; 
            font-weight:bold;
			 font-family: "Open Sans";
			padding:20px 35px 20px 35px !important;
			margin: 0px; 
  			cursor:pointer;
      		background:#1ABC9C;
  	        border-radius:5px;
            border-bottom:4px solid #16A085;
 						
}
.tp-caption.store_button_white a{position: absolute; 
			color: #fff; 
			text-shadow: none;
            font-size:14px;
    		font-weight:normal;
    		padding:10px 20px !important;
            background:#379BDE;
      		border-bottom:4px solid #2980B9;
      		border-radius:5px ;
    }
.tp-caption.store_button_white a:hover{
  	    background:#2980B9;
        border-bottom:4px solid #379BDE;
      }
.tp-caption.store_button a, .tp-caption.store_button_white a {
	color: #fff !important; 
}
.tp-caption.store_button_white a {color:#fff !important;}


.tp-caption a {
color:#ff7302;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}

.tp-caption a:hover {
color:#ffa902;
}

.tp-caption.big_caption_3_white,
.tp-caption.big_caption_2_white,
.tp-caption.big_caption_4_white,
.tp-caption.handwriting_white{
    color:#fff;
    
    }
.tp-caption a {
color:#ff7302;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}

.tp-caption a:hover {
color:#ffa902;
}
.tp-caption a {
color:#ff7302;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}

.tp-caption a:hover {
color:#ffa902;
}
