* {
    outline: none;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #666;
}
img { max-width: 100%; height: auto;}
.img-wrapper a {display: block; position: relative;}
figure { margin-bottom: 0}
.container {max-width: 1164px; width:100%; margin: auto;}
.logo {
    float: left;
    position: relative;
    max-height: 94px;
}
.logo a {
    position: relative;
    display: block;
    margin-top: 20px;
}
.logo a:before {
    content: "";
    width: 144px;
    height: 144px;
    position: absolute;
    top: -30px;
    left: -5px;
    background: #FFFFFF;
    z-index: 99;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.logo img {position: relative; z-index: 100;}
.site-header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    width: 100%;
    z-index:400;
}
header {padding:0 12px;}
main {min-height: 650px;}

/* --------------- NAV --------------*/

.menu-wrapper {float: right; text-align: right;}
.meta, .lang {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 35px;
}
.meta ul, .lang ul, .main ul {margin: 0; padding: 0;}
.meta ul li, .main ul li {
    margin: 0;
    position: relative;
    padding: 11px 21px 9px 14px;
}
.meta li {border-left: 1px solid #e4e3e2;}
.meta li.last {border-right: 1px solid #e4e3e2;}
.lang label, .lang ul {display: inline-block; vertical-align: middle;}
.lang label {
    font-size: 12px;
    color: #666666;
    margin:0 6px 0 18px;
}
.lang ul li {
    margin: 0 14px;
    position: relative;
    padding: 10px 0;
}
.lang li:after {
    content: "";
    height: 22px;
    width: 1px;
    background: #e4e3e2;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: -14px;
}
.lang li.last {
    padding-right: 20px;
    border-right: 1px solid #e4e3e2;
    margin-right: 5px;
}
.lang li.last:after {display: none;}
.meta a, .lang a {
    font-size: 14px;
    line-height: 1.2;
    color: #666666;
}
.meta a:hover, .lang a:hover, .main a:hover, .meta li.act a, .lang li.act a, .main li.act a {color: #2da449;}
.lang a {text-transform: uppercase;}
.lang a:hover {cursor: default; color: inherit;}
.main {position: relative; z-index: 100;}
.main a {
    font-size: 18px;
    color: #323232;
    line-height: 1.2;
}
.main > ul > li {margin-right: 11px; position: relative;}
.main  > ul > li.last {padding-right: 0; margin-right: 0;}
.sub-menu {
    display: none;
    background: #FFFFFF;
    border-top: 5px solid #2da449;
    border-left: 1px solid #e4e3e2;
    border-right: 1px solid #e4e3e2;
    position: absolute;
    top: 35px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index:200;
    min-width: 220px;
}
ul.sub-menu li {
    display: block;
    text-align: center;
    border-bottom: 1px solid #e4e3e2 ;
    padding: 0;
}
.sub-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #2ca344 transparent transparent transparent;
    line-height: 0;
    position: absolute;
    top: 0;
    left:50%;
    margin-left: -7px;
}
.sub-menu li:hover, .sub-menu li.act  {background: #2ca344;}
.sub-menu li a {padding: 16px 30px;}
.sub-menu li:hover a, .sub-menu li.act a {color: #FFFFFF; display: block;}

/* --------------- MOBILE NAV --------------*/

.mobile-nav {display: none; float: right;}
.mobile-lang {
    display: inline-block;
    vertical-align: top;
    padding-top: 32px;
}
.mobile-lang .select2-container .select2-choice {border: none;}
.mobile-lang .select2-container, .mobile-lang .select2-container .select2-choice {
    min-width: 40px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    color: #2ca344;
    height:auto;
}
.mobile-lang .select2-container .select2-choice .select2-arrow {
    background: url("img/arrow-down-green.svg") no-repeat center;
    width: 12px;
    height: 7px;
    border: none;
    right: 14px;
    top: 50%;
    margin-top: -5px;
}
.mobile-btn {
    width: 88px;
    height: 80px;
    background: url("img/mobile-btn.svg") no-repeat center #F6F6F6;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
.mobile-menu-wrapper {
    display: none;
    position: absolute;
    top: 80px;
    right: 0;
    background: #fff;
    max-width: 320px;
    width: 100%;
}
.mobile-menu-wrapper > ul {
    padding: 0;
    margin: 0;
    border-top: 5px solid #2ca344;
    position: relative;
}
.mobile-menu-wrapper > ul:after {
    content: "";
    width: 12px;
    height: 7px;
    background: url("img/arrow-down-green.svg") no-repeat top;
    position: absolute;
    top: 0;
    right: 39px;
}
.mobile-menu-wrapper ul li {
    border-bottom: 1px solid #ADA8A4;
    margin: 0;
    padding: 0;
    text-align: left;
}
.mobile-menu-wrapper ul li:hover, .mobile-menu-wrapper .sub-menu li.act:hover  {background: #2ca344;}
.mobile-menu-wrapper ul li:hover > a, .mobile-menu-wrapper .sub-menu li.act:hover a {color: #ffffff;}
.mobile-menu-wrapper a {
    text-transform: uppercase;
    color: #000;
    padding: 20px 35px;
}
.has-sub > a{background: url("img/arrow-down-green.svg") no-repeat center right 35px;}
li.has-sub.open > a {background: url("img/arrow-up-green.svg") no-repeat center right 35px;}
.mobile-menu-wrapper .sub-menu {
    position: static;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    padding: 0;
    margin: 0;
    border: none;
    border-bottom: 2px solid #2ca344;
    background: #F2F2F2;
}
.mobile-menu-wrapper li.open {border-bottom:none;}
.mobile-menu-wrapper .sub-menu li.last {border-bottom:none;}
.mobile-menu-wrapper .sub-menu li a {padding: 20px 35px;}
.mobile-menu-wrapper .sub-menu:before {display: none;}
.mobile-menu-wrapper .sub-menu li.act {background: transparent;}
.mobile-menu-wrapper li.act > a {color: #2ca344;}
.menu-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 80px;
    background: rgba(0,0,0,0.8);
    z-index: 90;
}
.menu-overlay.active {display: block;}

/* --------------- SLIDER --------------*/

.covers-slider { margin-top: 100px;}

.mobile-img {display: none;}
.slider {position: relative;}
.slider-item {position: relative;}
.slider h1 {
    color: #FFFFFF;
    opacity: 0;
    /*font-size: 55px;*/
    font-size: 2.9vw;
    line-height: 1.2;
}
.slider-text {
    position: absolute;
    top: 10%;
    width: 100%;
    margin: auto;
}
.slider-text .left, .slider-text .right {box-sizing: border-box;}
.slider-text .left {padding-left: 19%; text-align: left;}
.slider-text .left h1 {max-width: 50%;}
.slider-text .right {padding-right: 19%; text-align: right;}
.slider-text .right h1 {
    max-width: 50%;
    margin-right: 0;
    margin-left: auto;
}
.flex-control-nav {bottom: 103px; z-index: 9;}
.flex-control-paging li a {
    width: 14px;
    height: 14px;
    background: #E8E9F3;
    position: relative;
}
.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {background: #E8E9F3;}
.flex-control-paging li a.flex-active:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #009F2F;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* --------------- HOME --------------*/

.home-page .top { margin-bottom: 0;}
.books-type {background: #F6F6F6; padding-bottom: 65px; position: relative;}
.books-type .container > div {
    margin-top: -35px;
    position: relative;
    z-index: 3;
}
.books-type:before {
    content: "";
    max-width: 1248px;
    width:100%;
    height: 88px;
    background: #F6F6F6;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    top: -87px;
    z-index: 2;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.order {
    background: url("img/home-newsletter-img.png") no-repeat center right 140px #252626;
    padding: 100px 0 25px;
    border-bottom: 10px solid #00A036;
}
.order h3 {
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.order p {color: #fff;}
.order .right {padding: 32px 12px 70px; border-left: 1px solid #767372;}
.order .csc-mailform-field {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
}
.order .csc-mailform-field.first {
    max-width: 330px;
    width:100%;
    margin-right: 24px;
    position: relative;
    margin-left: 26px;
}
.order .csc-mailform-field.first label {
    position: absolute;
    top: 13px;
    left: 20px;
    color: #FFFFFF;
    font-weight: 300;
}
.order .csc-mailform-field.first label.selected {top: -30px; left: 12px;}
.order input[type="text"] {background: #252626;}
.order .left {position: relative;}
.order .left:before {
    content: "";
    width: 146px;
    height: 35px;
    background: url("img/order-before.svg") no-repeat center;
    position: absolute;
    left: 50%;
    top: -135px;
    margin-left: -73px;
}
.order .left:after {
    content: "";
    background: url('img/icons-normal-state.svg') no-repeat -96px -70px;
    width: 98px;
    height: 48px;
    position: absolute;
    top: -83px;
    left: 50%;
    margin-left: -58px;
}
.cantons {padding-top: 65px;}
.cantons-map {padding-top: 35px;}
.cantons-map img {width: 100%; height:auto;}

/* --------------- BOOKS LIST VIEW HOME PAGE --------------*/

.book-item-wrapper {
    padding: 30px 30px 28px;
    background: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 3px 0 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 3px 0 0 rgba(0,0,0,0.75);
    box-shadow: 2px 3px 0 0 rgba(0,0,0,0.75);
    border: 1px solid #cac5c2;
    margin-bottom: 35px;
    text-align: center;
}
.book-item-wrapper h2 {margin-bottom: 20px;}
.book-item-wrapper p { padding-bottom: 20px; margin-bottom: 30px; border-bottom: 1px solid #c2bfbe;  }
.book-item-wrapper .properties-wrapper {
    padding: 15px 0;
    border-top: 1px solid #ADA8A4;
    border-bottom: 1px solid #ADA8A4;
}
.book-item-wrapper .description {
    min-height: 45px;
    margin-bottom: 10px;
    font-size: 14px;
}
.book-item-wrapper .properties-wrapper {margin-bottom: 32px;}
.page-num, .paper-format {
    float: left;
    width:50%;
    font-size: 25px;
    color: #625F5C;
    font-weight: 600;
    text-align: left;
}
.page-num span, .paper-format span {margin-right: 5px; font-size: 25px;}
.book-item-wrapper .page-num {border-right: 1px solid #ADA8A4;}
.properties-wrapper .title {
    font-size: 12px;
    font-weight: 300;
    color: #080707;
 }
.book-item-wrapper .paper-format {padding-left: 40px;}
.book-item-wrapper .more {
    float: right;
    position: relative;
    padding-right: 10px;
}
.book-item-wrapper .more:hover {color: #DA4A20; text-decoration: underline;}
.book-item-wrapper .more:hover:before {background: #000000;}
.book-item-wrapper .more:before {
    content: "";
    position: absolute;
    top: -10px;
    right: -43px;
    background: #DA4A20;
    width: 38px;
    height: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.book-item-wrapper .more:after {
    background: url('img/icons-normal-state.svg') no-repeat -432px -24px;
    width: 9px;
    height: 15px;
    content: "";
    position: absolute;
    top: 2px;
    right: -31px;
}
.abo h2 {
    position: relative;
    z-index: 2;
    color: #FFFFFF;
}
.abo-img {
    max-width: 272px;
    height: 183px;
    background: url("img/list_abo_img.png") no-repeat top left #259c34;
    margin: -82px auto 0;
    position: relative;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.abo-img:before {
    content: "";
    position: absolute;
    right: -7px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 0 7px;
    border-color: transparent transparent transparent #1b5422;
}
.abo-icon {
    background:#FFFFFF;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    margin: -40px auto 0;
}
.abo-icon:before {
    content: "";
    background: url('img/icons-normal-state.svg') no-repeat -453px -58px;
    width: 210px;
    height: 40px;
    position: absolute;
    top: -19px;
    left: 50%;
    margin-left: -100px;
}
.abo-icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top:-32px;
    margin-left: -23px;;
    background: url('img/icons-normal-state.svg') no-repeat -208px -58px;
    width: 46px;
    height: 63px;
}
.abo hr {margin-top: -15px; margin-bottom: 35px;}

/* --------------- BOOKS LIST VIEW ANGEBOTE PAGE --------------*/

.header-line {border-top:1px solid #D0CBC8; margin-bottom: 75px;}
.book-offer-wrapper {
    padding: 42px 31px 26px 37px;
    background: #F3F3F3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 94px;
    min-height: 420px;
}
.book-offer-wrapper:hover, .book-offer-wrapper.abo:hover {background: #D6D7D9;}
.book-offer-wrapper .page-num, .book-offer-wrapper .paper-format {
    float: none;
    width:100%;
    border-bottom: 1px solid #ADA8A4;
    margin-bottom: 7px;
    padding-bottom: 7px;
}
.offer-img {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-top: -62px;
    margin-bottom: 35px;
}
.book-offer-wrapper .properties-wrapper {
    display: inline-block;
    vertical-align: top;
    float: right;
}
.book-offer-wrapper hr {clear: both; margin-bottom: 28px;}
.book-offer-wrapper h2, .book-offer-wrapper.abo h2 {color: #484442; margin-bottom: 0;}
.book-offer-wrapper.abo h2 {margin-bottom: 40px;}
.book-offer-wrapper .description {margin-bottom: 20px;}
.book-offer-wrapper .next {
    float: right;
    width: 133px;
    height: 38px;
    line-height: 38px;
}
.book-offer-wrapper.abo, .book-offer-wrapper.abo .abo-icon {background: #F3F3F3;}
.book-offer-wrapper.abo hr {margin-top: 47px;}
.book-offer-wrapper.abo .abo-img {margin: -62px auto 0;}
.book-offer-wrapper.abo .abo-img:before {border-width: 21px 0 0 7px;}

/* ---------------SINGLE VIEW --------------*/

.single-header h2 {margin-bottom: 10px; color: #413F3E;}
.single-top .header-line {clear: both; margin-bottom: 37px;}
.single-top .right {padding-top: 27px;}
.article-numb {
    padding-left: 28px;
    font-size: 16px;
    color: #433F3E;
    font-weight: 400;
}
.numb-title {margin-right: 38px;}
aside h5 {color: #7B7876; font-family:"Roboto", sans-serif; font-weight: normal;}
.properties-title {
    font-size: 16px;
    font-weight:normal;
    color: #343030;
    display: inline-block;
    vertical-align: top;
    max-width: 148px;
    width: 100%;
    border-right:1px solid rgba(173,168,164,.6);
    padding: 5px 0;
    margin-bottom: 18px;
    margin-right: 34px;
}
.aside-quantity .properties-title, .aside-quantity .quantity {margin-bottom: 0;}
aside .page-num, aside .paper-format {float: none; display: inline-block; width:auto;}
.book-lang, .quantity {
    font-size: 16px;
    font-weight:normal;
    color: #343030;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 18px;
    padding: 5px 0;
}
.book-lang span {
    font-size: 16px;
    font-weight:normal;
    color: #343030;
    display: block;
}
.book-type-header {margin-bottom: 30px;}
.book-type-header h5 {color: #413D3C; line-height:1.33;}
.book-type-wrapper {margin-bottom: 55px;}
.book-item {padding-left: 47px; margin-bottom: 35px; position: relative;}
.book-item  .rounded-book, .book-item .perforated-book, .book-item .bookmark-book, .book-item .exercise-book {margin-left: 12px; margin-bottom: 10px;}
.book-item-title {
    font-size: 14px;
    color: #7B7876;
    font-weight: normal;
}
.info-wrapper {display: inline-block;}
.price-title {
    color: #7c7876;
    font-weight: normal;
    margin-bottom: 10px;
}
.total {
    font-size: 28px;
    color: #504c4a;
    font-weight: normal;
}
.currency {
    color: #00A036;
    font-size: 40px;
    font-weight: 300;
}
.price {
    color: #4B4745;
    font-weight: normal;
    font-size: 40px;;
}
.price-subtitle {
    font-size: 16px;
    font-weight: normal;
    color: #7C7876;
}
.total .info-wrapper {float: right; margin-top: 12px;}

/* --------------- TOOLTIP --------------*/

.info-wrapper {position: relative;}
.tooltip-wrapper {position: relative;}
.tooltip {
    display: none;
    position: absolute;
    border: 1px solid #8b8585;
    background: #FFFFFF;
    padding: 18px 25px;
    opacity: 0;
    width: 312px;
    font-size: 14px;
    line-height: 1.14;
    z-index: 500;
}
.tooltip:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 11px 0 11px;
    border-color: #ffffff transparent  transparent transparent;
    bottom: -15px;
    left: 50%;
    margin-left: -10px;
    top: auto;
    position: absolute;
}
.tooltip:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 12px 0 12px ;
    border-color: #5A5A5A transparent  transparent transparent;
    left: 50%;
    bottom: -16px;
    top: auto;
    margin-left: -11px;
    position: absolute;
}
.tooltip h5 {
    font-size: 14px;
    font-weight: bold;
    color: #009f2e;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
.tooltip p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.14;
}

.tooltip tr td {
    padding: 4px;
}

/* --------------- DATE PICKER --------------*/

.ui-widget-content {
    margin-top: 10px;
    border: 1px solid #D0CBC8;
    padding:10px ;
}
#ui-datepicker-div {max-width: 240px;}
.ui-datepicker-month, .ui-datepicker-year {
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}
.ui-widget-header {border: none;}
.ui-datepicker th {
    font-weight: normal;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    font-weight: normal;
    font-family:"Roboto", sans-serif;
    background: #ffffff;
    color: #666;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {background: #2da449; color: #ffffff;}
.date-picker{position: relative;}
.date-picker input {
    background: transparent;
    position: relative;
    z-index: 1;
}
.date-picker:after {
    content: "";
    position: absolute;
    top: 34px;
    right: 22px;
    background: url('img/date-picker-sprite.svg') no-repeat -1px -1px;
    width: 22px;
    height: 25px;
    z-index: 0;
}
.date-picker.disabled:after {background: url('img/date-picker-sprite.svg') no-repeat -1px -27px;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next  {
    cursor: pointer;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.ui-datepicker .ui-datepicker-prev {
    top: 14px;
    left: 10px;
    background: url('img/icons-normal-state.svg') no-repeat -418px -24px;
    width: 10px;
    height: 15px;
}
.ui-datepicker .ui-datepicker-next {
    background: url('img/icons-normal-state.svg') no-repeat -432px -24px;
    width: 9px;
    height: 15px;
    top: 14px;
    right: 10px;
}
.ui-datepicker .ui-datepicker-prev:hover {
    background: url('img/icons-hover-state.svg') no-repeat -315px -24px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.ui-datepicker .ui-datepicker-next:hover {
    background: url('img/icons-hover-state.svg') no-repeat -329px -24px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

/* --------------- SINGLE SLIDER --------------*/

.single-slider {margin-bottom: 47px;}
.carousel {
    border-top: 1px solid #D0CBC8;
    border-bottom: 1px solid #D0CBC8;
    padding: 30px 0;
    margin-bottom: 30px;
}
.carousel img, .single-slider img {margin: auto; cursor: pointer;}
.carousel img {max-width: 150px !important;}
.flex-direction-nav {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    width: 100%;
}
.flex-direction-nav li {
    margin: 0;
    padding: 0;
    position: relative;
}
.flex-direction-nav li:before {display: none;}
li.flex-nav-prev, li.flex-nav-next {text-indent: 99999px; position: absolute;}
li.flex-nav-prev a:focus, li.flex-nav-next a:focus {outline: none;}
li.flex-nav-prev {left: 0;}
li.flex-nav-next {right:0;}
.flex-direction-nav .flex-nav-prev a {
    text-indent: 99999px;
    overflow: hidden;
    background: url('img/icons-normal-state.svg') no-repeat -529px -100px;
    width: 15px;
    height: 24px;
    opacity: 1;
}
.flex-nav-prev a:hover {background: url('img/icons-hover-state.svg') no-repeat -529px -100px;}
.flex-direction-nav .flex-nav-next a {
    text-indent: 99999px;
    overflow: hidden;
    background: url('img/icons-normal-state.svg') no-repeat -551px -100px;
    width: 15px;
    height: 24px;
    opacity: 1;
}
.flex-nav-next a:hover {background: url('img/icons-hover-state.svg') no-repeat -551px -100px;}
.content {margin-bottom: 40px;}


/* --------------- ORDER STEP 1 --------------*/

.steps {margin-top: -70px; text-align: right;}
.steps ul {padding: 0; margin: 0;}
.steps ul li {
    text-align: center;
    padding: 0;
    max-width: 118px;
    width: 100%;
    position: relative;
}
.steps li.first:after, .steps li.second:after {
    content: "";
    width: 55px;
    height: 1px;
    background: #ECEBEA;
    position: absolute;
    right: -30px;
    top: 15px;
}
.step {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 32px;
    font-size: 20px;
    color: rgba(115,111,109,.36);
    margin: 0 auto 25px;
    position: relative;
    background: #ECEBEA;
}
.step:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top:50%;
    left: 50%;
    border: 1px solid #ECEBEA;
    margin-top: -25px;
    margin-left: -25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.steps li.active .step {color: #000000;}
.steps li.active .step:before {border: 1px solid #00A036;}
.step-title {font-size: 12px; color: #3D3939;}
section.one .header-line {margin-top: 5px; margin-bottom: 0;}
section.two, section.three {padding-top: 37px;}
section.two .left {border-right: 1px solid #D0CBC8; max-width: 330px;}
.step-one section.two > div {padding: 10px 0;}
section.two .section-line {
    clear: both;
    margin-top: 37px;
    padding-top: 0;
    padding-bottom: 37px;
    margin-bottom: 37px;
    border-bottom: 1px solid #D0CBC8;
}
.step-one section.two .csc-mailform-field, section.two > div > div {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
}
.step-one section.two .csc-mailform-field input {max-width: 164px;}
section.two .right > div {margin-left: 57px;}
section.two .right .options-wrapper {margin-left: 0;}
.step-one section.two .csc-mailform-field {padding-left: 54px; max-width: 278px;}
section.two .radio label {margin-bottom: 18px;}
section.two .radio fieldset label {margin-bottom: 15px;}
section.two .radio span {
    display: block;
    font-size: 12px;
    color: #938F8C;
    margin-bottom: 7px;
}
.info-message {
    padding-top: 5px;
    margin-bottom: 0;
    color: #DA4A20 !important;
}
section.four {margin-top: 15px;}
section.four .holiday-header {padding-top: 0;}
.radio .heading {margin-right: 0;}
.holiday-header {padding-top: 37px;}
.holiday-header h2 {float: left;}
.holiday-header .info-wrapper {float: right; margin-top: 4px;}
hr.holiday {margin-top: 0; margin-bottom: 30px;}
.more-wrapper {margin-top: 18px;}
.more-wrapper h5 {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #322E2E;
    margin-left: 18px;
    font-family:"Roboto", sans-serif;
    font-weight: normal;
}
.comment-special {
    margin-top: 9px;
    padding-bottom: 13px;
    color: #A59F9B;
    font-size: 12px;
    font-weight: normal;
    border-bottom: 1px solid #D0CBC8;
    margin-bottom: 25px;
}
.alternative-description {display: none;}
.delivery-info {padding-bottom: 10px;}
.delivery-info h5 {
    color: #343030;
    font-family:"Roboto", sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 35px;
}
.next-step {text-align: right; padding-right: 18px;}
.next-step input {
    width: 295px;
    text-align: left;
    padding-left: 20px;
    background-image: url("img/arrow-white-right.svg");
    background-position: center right 14px;
    background-repeat: no-repeat;
}
.next-step input:hover {
    background-image: url("img/arrow-white-right.svg");
    background-position: center right 14px;
    background-repeat: no-repeat;
}
.header-wrapper h6 {
    font-size: 16px;
    margin-bottom: 0;
    font-family:"Roboto", sans-serif;
    font-weight: normal;
}
.header-wrapper + hr {margin-bottom: 32px;}
.step-one .total {margin-bottom: 25px;}

/* --------------- ORDER STEP 2 --------------*/

.header-text { font-weight: normal; margin-bottom: 30px;}
.green {color: #00A036;}
.step-two .radio {margin-bottom: 10px;}
.step-two .radio > label {display: block;}
.step-two .next-step {margin-top: 30px;}
.next-step .holiday {margin-bottom: 54px;}
.order-quantity-info {
    border: 1px solid #b3b4b4;
    padding: 30px 40px 30px 20px;
    border-radius: 5px;
    color: #797979;
    font-weight:normal;
    margin-bottom: 25px;
}
.order-quantity-info span {
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    font-weight: bold;
    color: #2e2f2e;
}
.order-quantity-info .quantity-title {text-align: left; font-weight: normal;  color: #797979;}
.step-two .book-item {padding-left: 0;}
.step-two .book-item .rounded-book, .step-two .book-item .perforated-book, .step-two .book-item .bookmark-book, .step-two .book-item .exercise-book {margin-left: 25px; margin-right: 27px;}
.step-two .book-item-title {display: inline-block;}

/* --------------- STEP THREE --------------*/

.step-three .one .header-line {margin-top: 17px;}
p.left, p.right {
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
}
.step-three .three p.left, .step-three .three p.right {margin-bottom: 0;}
.step-three .three p.left {
    min-width: 142px;
    color: #7B7876;
    font-weight: 700;
}
.step-three .three p.right {color: #45403F; font-weight: 300;}
p.left {color: #7B7876; min-width:75px;}
p.right {color: #413E3E;}
.step-three .two p {
    color: #2E2C2C;
    font-weight:normal;
    margin-bottom: 8px;
}
.step-three .header-line {
    display: block;
    margin-top: 26px;
    margin-bottom: 37px;
}
.holiday-summary-wrapper {margin-top: 25px; margin-bottom: 28px;}
.holiday-summary {margin-bottom: 5px;}
.summary-left, .summary-center, .summary-right {display: inline-block; vertical-align: top;}
.summary-left {min-width: 142px;}
.summary-center {min-width: 110px;}
.step-three .three h5 {
    color: #45403F;
    font-weight: 700;
    font-family:"Roboto", sans-serif;
}
.step-three .four {margin-top: 0;}
.step-three .five {padding-bottom: 9px;}
.step-three .five .csc-mailform-field {margin-bottom: 28px;}
.step-three .five .csc-mailform-field p {
    display: inline-block;
    vertical-align: top;
    max-width: 515px;
    margin-left:50px;
    margin-bottom: 0;
}

/* --------------- FINAL STEP --------------*/

.order-wrapper {margin-bottom: 37px;}
.order-number {color: #252120; font-weight: normal;}
.final-step .green {font-size: 24px; font-weight: normal;}
.final-step .left > p { font-weight: bold; margin-bottom: 40px;}
.final-step .left > h2, .final-step .left > p, .final-step .left > h3 { padding: 0 12px;}
.img-special {width: 267px;}
.special-description {max-width: 390px;}
.special-description .next {margin: 35px 0 0 auto; width: 294px;}

.five [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before { top: 0;}
.five [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {top: -6px;}

/* --------------- CONTENT PAGE --------------*/

.top {margin-bottom: 50px; margin-top: 112px}
.main-top {padding:0 12px;}
main .left figure {margin: 17px auto !important; }
aside {
    background: #F7F6F6;
    max-width: 436px;
    margin-left: auto;
    margin-right: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 38px 35px;
}
aside .next {width:100%; margin-top: 44px;}
aside .divider {margin-bottom: 25px;}

/* --------------- CONTACT PAGE --------------*/

.contact-page .left {padding: 0;}
.contact-page aside, .aside-header h2 {text-align: center;}
.contact-page aside .divider {margin-bottom: 40px;}
.aside-header h2 {
    margin-bottom: 40px;
    padding-bottom: 22px;
    border-bottom: 1px solid #BEBAB6;
}
.contact-page aside h2, .aside-header h2 {position: relative;}
.contact-page aside h2:before, .aside-header h2:before {
    content: "";
    background: url('img/icons-hover-state.svg') no-repeat -629px -13px;
    width: 25px;
    height: 37px;
    position: absolute;
    top: 0;
    left: 0;
}
.contact-page aside .divider {margin-top: 0;}
.radio {margin-bottom: 30px;}
.radio label, .radio fieldset {display: inline-block; vertical-align: top;}
.radio > label {margin-right: 50px;}
.radio fieldset >label {margin-right: 38px;}
textarea {min-height: 170px;}
.submit-field input {float: right;}
.contact-box {padding: 55px 0 31px; border: 1px solid #BEBAB6; text-align: center;}
.contact-box hr {
    max-width: 80%;
    margin: 25px auto 35px;
    border-top: 1px solid #00A036;
}
.contact-box p {font-size: 16px; line-height: 24px;}

/* --------------- NEWS LIST VIEW --------------*/

.news-list {margin-bottom: 45px;}
.news-list .date {
    font-size: 14px;
    font-weight:700;
    color: #332E2E;
    margin-bottom: 5px;
}
.news-list h5 {
    font-size: 18px;
    color: #322f2e;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
}
.news-list .img-wrapper {margin-bottom: 20px;}
.news-list .description {padding-bottom: 45px; border-bottom: 1px solid #D7D4D1;}
.news-list .teaser p  {font-size: 14px; line-height: 20px;}
.news-list .more {
    float: right;
    color: #D94A1F;
    text-decoration: underline;
    line-height: 1.2;
}
.news-list .more:hover {color: #666;}
.news-list .img-wrapper a {overflow: hidden;}
.news-list .img-wrapper a:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(7,6,6,.75);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.news-list .img-wrapper a:after {
    content: "";
    background: url('img/icons-hover-state.svg') no-repeat -4px -76px;;
    width: 33px;
    height: 39px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -19px;
    margin-left: -16px;
    opacity: 0;
}
.news-list .img-wrapper a:hover:after, .news-list .img-wrapper a:hover:before {opacity: 1;}

/* --------------- NEWS SINGLE VIEW --------------*/

.news-single-page main .right {padding-top: 91px;}
.news-single .date {
    font-size: 24px;
    color: #423C3A;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 15px;
}
.news-single .img-wrapper {margin-bottom: 32px;}
.news-single .back {margin-top: 110px;}
.aside-news .date {
    font-size: 14px;
    color: #332F2F;
    font-weight: bold;
}
.aside-news h4 {
    font-weight: 300;
    color: #322E2E;
    font-family:"Roboto", sans-serif;
}
.aside-news .img-wrapper {margin-bottom: 20px;}
.aside-news .description {text-align: right;}
aside p {font-size: 14px; line-height: 1.4;}
.aside-news .teaser, .aside-news .teaser p  {
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
}
.aside-news .more {text-decoration: underline; color: #000;}
.aside-news .more:hover {color: #DA4920;}

/*  ----------- PAGINATION -------------- */

.f3-widget-paginator {padding:0; margin: 50px 0  0; clear: both; text-align: center;}
.f3-widget-paginator li {
    display: inline-block;
    vertical-align: top;
    padding:0 7px;
    color: #666;
    margin-top: 2px;
}
.f3-widget-paginator li:before {display: none;}
.f3-widget-paginator li a {
    font-weight: bold;
    font-size: 16px;
    color: #666;
}
.f3-widget-paginator li.current  {
    color: #2da449;
    font-weight: bold;
    font-size: 16px;
}
.f3-widget-paginator li.previous, .f3-widget-paginator li.next {margin-top: 0;}
li.previous a, li.next a {
    color: transparent;
    width: 15px;
    height: 24px;
    text-indent: 9999px;
    overflow: hidden;
}
.f3-widget-paginator li.next, .f3-widget-paginator li.next:hover {
    width: auto;
    height:auto;
    background: none;
}
li.previous a {background: url('img/icons-normal-state.svg') no-repeat -529px -100px;}
li.previous:hover a {background: url('img/icons-hover-state.svg') no-repeat -529px -100px;}
li.next:hover a {background: url('img/icons-normal-state.svg') no-repeat -551px -100px;}
li.next a {background: url('img/icons-hover-state.svg') no-repeat -551px -100px;}

/* --------------- BUTTONS --------------*/

.next, .back, .submit, .confirm-button {
    line-height: 46px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    display: block;
}
.more:after, .next:after, .back:after, .submit:after {content: "";}
.next {
    width: 183px;
    height: 46px;
    background: #E34E25;
    padding-left: 20px;
    color: #FFFFFF;
}
.next a, .next:hover a, .more a, .more:hover a, .back a, .back:hover a  {color: inherit; font-size:inherit; line-height: inherit; display: block;}
.next:hover {background: #303030; color: #FFFFFF;}
.next:after {
    background: url('img/icons-normal-state.svg') no-repeat -432px -24px;
    width: 9px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -7px ;
}
.back {
    width: 164px;
    height: 46px;
    background: #494949;
    text-align: center;
    color: #FFFFFF;
}
.back:hover {background: #141414; color: #FFFFFF;}
.back:after {
    background: url('img/icons-normal-state.svg') no-repeat -418px -24px;
    width: 10px;
    height: 15px;
    position: absolute;
    top: 14px;
    left: 32px;
}
.more {
    color: #666;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    cursor: pointer;
    display: block;
}
.submit, .confirm-button {
    width: 149px;
    height: 46px;
    background: #E34E25;
    text-align: center;
    padding: 0;
    color: #FFFFFF;
}
.submit:hover, .confirm-button {background: #303030; color: #FFFFFF;}
.add-more {
    background: url('img/icons-normal-state.svg') no-repeat -520px -20px;
    width: 24px;
    height: 22px;
    cursor: pointer;
    display: inline-block;
}
.add-more:hover {background: url('img/icons-hover-state.svg') no-repeat -520px -20px;}

/* --------------- ICONS --------------*/

.info {
    background: url('img/icons-normal-state.svg') no-repeat -555px -17px;
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
}
.check {
    background: url('img/icons-normal-state.svg') no-repeat -388px -22px;
    width: 24px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}
.rounded-book {
    background: url('img/icons-normal-state.svg') no-repeat -135px -5px;
    width: 37px;
    height: 53px;
    display: inline-block;
    vertical-align: middle;
}
.perforated-book {
    background: url('img/icons-normal-state.svg') no-repeat -4px -3px;
    width: 38px;
    height: 56px;
    display: inline-block;
    vertical-align: middle;
}
.bookmark-book {
    background: url('img/icons-normal-state.svg') no-repeat -48px -3px;
    width: 37px;
    height: 56px;
    display: inline-block;
    vertical-align: middle;
}
.exercise-book {
    background: url('img/icons-normal-state.svg') no-repeat -91px -4px;
    width: 37px;
    height: 55px;
    display: inline-block;
    vertical-align: middle;
}
.pin {
    background: url('img/icons-normal-state.svg') no-repeat -59px -76px;
    width: 26px;
    height: 37px;
}
.marker {
    background: url('img/icons-normal-state.svg') no-repeat -29px -77px;
    width: 25px;
    height: 36px;
}
.format {
    background: url('img/icons-normal-state.svg') no-repeat -216px -21px;
    width: 16px;
    height: 20px;
}
.page-number {
    background: url('img/icons-normal-state.svg') no-repeat -183px -22px;
    width: 21px;
    height: 19px;
}
.add-new {
    background: url('img/icons-normal-state.svg') no-repeat -523px -20px;
    width: 22px;
    height: 22px;
}
span.page-number, span.format {display: inline-block;}

/* --------------- FOOTER --------------*/

footer {margin-top: 90px;}
.footer-top {background: #262726; padding: 85px 0 75px;}
.footer-top p {color: #D6D2D0; margin-bottom: 24px;}
.footer-top p.last {margin-bottom: 0;}
.footer-left, .footer-center, .footer-right {border-left: 1px solid rgba(255,255,255,.53); min-height: 250px;}
.footer-left h2, .footer-center h2, .footer-right h2 {position: relative; margin-bottom: 45px;}
.footer-left h2:before, .footer-center h2:before, .footer-right h2:before {
    content: "";
    position: absolute;
    top: 0;
    left: -71px;
}
.footer-left h2:before {
    background: url('img/icons-normal-state.svg') no-repeat -279px -64px;
    width: 45px;
    height: 46px;
}
.footer-center h2:before {
    background: url('img/icons-normal-state.svg') no-repeat -334px -65px;
    width: 45px;
    height: 46px;
}
.footer-right h2:before {
    background: url('img/icons-normal-state.svg') no-repeat -391px -62px;
    width: 46px;
    height: 46px;
}
.footer-top .next {
    width: 153px;
    height: 38px;
    line-height: 38px;
    position: absolute;
    bottom: 8px;
}
.footer-top .next:hover {color: #313131; background: #FFFFFF;}
.footer-top .next:after {
    -webkit-transition: none;
    -moz-transition: none ;
    -ms-transition: none ;
    -o-transition: none ;
    transition: none ;
}
.footer-top .next:hover:after {
    content: "";
    background: url('img/icons-hover-state.svg') no-repeat -329px -24px;
    width: 9px;
    height: 15px;
    -webkit-transition: none;
    -moz-transition: none ;
    -ms-transition: none ;
    -o-transition: none ;
    transition: none ;
}
.footer-bottom {
    text-align: center;
    background: #a0a39d;
    padding: 40px 0;
}
.footer-bottom a, .footer-bottom li {color: #242525; font-size: 14px;}
.footer-bottom ul li {
    padding: 0 5px;
    margin: 0;
    border-right: 1px solid #242525;
}
.footer-bottom li.last {border-right: none;}
.footer-bottom li.last a {color: #FFFFFF; display: inline;}
.footer-bottom li.last a:hover {color: #242525;}

/* --------------- RESPONSIVE --------------*/

@media all and (max-width: 1366px) {
    main {overflow-x: hidden;}
    .books-type .container > div { margin-top: 60px;}
    .thumbnails { margin-top: 34% !important;}
    #canvas { margin-top: -210px !important;}

}

@media all and (max-width: 1145px) {
    .slider-text .left h1,
    .slider-text .right h1{max-width: 80%;}
    section.two .right > div {margin-left: 25px;}
    .step-one section.two .csc-mailform-field {padding-left: 30px; max-width: 250px;}
    .book-item-wrapper .description {min-height: 51px;}
    .abo hr {margin-bottom: 42px;}
    .order .csc-mailform-field.first {max-width: 250px;}
}
@media all and (max-width: 1024px) {

    .book-offer-wrapper {min-height: 431px;}
    .properties-title {max-width: 125px; margin-right: 10px;}
    .flex-control-nav, .info-wrapper {display: none;}
}
@media all and (max-width: 992px) {

    header.container, .home-page header.container  {max-width: 1164px; width: 100%; margin: auto;}
    header {padding-left: 72px !important; padding-right: 0 !important; position: relative; z-index: 100;}
    .top {margin-top: 80px}
    .logo {max-width: 240px; margin-top: -14px;}
    .logo a:before {width: 118px; height: 118px; top: -7px; left: 8px;}
    .menu-wrapper {display: none;}
    .mobile-nav {display: inline-block;}
    .home-page .container {max-width: 776px; padding:0 16px;}
    .cantons {padding-top: 65px;}
    .books-type:before {max-width: 776px;}
    .order {text-align: center; padding-bottom: 0; padding-top: 65px; background: url("img/home-newsletter-img.png") no-repeat bottom right -205px #252628;}
    .order .left:before {top: -100px;}
    .order .left:after {top: -54px;}
    .order .left > div {max-width: 542px; margin: auto;}
    .order .csc-mailform-field.first {max-width: 330px;}
    .order .right {padding-bottom: 50px; border: none;}
    .tooltip {display: none;}
    aside {margin: 50px auto;}
    .footer-top {padding: 50px 16px 20px;}
    .footer-left, .footer-center {border:none; border-bottom: 1px solid rgba(255,255,255,.53); min-height: 0; margin-bottom: 30px;}
    .footer-right {border:none; min-height: 0;}
    .footer-left h2, .footer-center h2, .footer-right h2 {padding-left: 77px;}
    .footer-left h2:before, .footer-center h2:before, .footer-right h2:before {left:0;}
    .footer-top p {display: inline-block; vertical-align: top; margin-right: 45px; max-width: 60%;}
    .footer-top .next {top: 80px; right: 40px;}
}
@media all and (max-width: 768px) {


    .cantons-map {display: none;}
    .holiday-wrapper .csc-mailform-field {min-height: 68px;}
    h1 {font-size: 40px;}
    .article-numb {padding-left: 0; margin-bottom: 20px;}
    .thumbnails li:nth-of-type(n+7) { display: none;}


}

@media all and (max-width: 680px) {

    .carousel, .steps {display: none;}
    .slider-text {top: 50%;}
    .slider-text .right {padding-right: 10%;}
    .slider-text .left {padding-left: 10%;}
    .flex-control-nav {bottom: 10px;}
    .books-type:before {display: none;}
    .books-type .container > div {margin-top: 35px;}
    .order .csc-mailform-field.first {margin: 0 auto 25px;}
    .order .csc-mailform-field.last input {margin: auto;}
    .news-list .img-wrapper {max-width: 450px; margin: 0 auto 20px;}
    section.two .right > div {margin-left: 0;}
    section.two .left {border-right: none;}
    .next-step input {width: 164px;}
}
@media all and (max-width: 580px) {
    .bread { display: none;}
    .slider {display: none;}
    .mobile-img {display: block;}
    .mobile-img figure {margin: 0 !important;}
    header.container, .home-page header.container {padding-left: 12px !important;}
    .logo {max-width: 178px;}
    .logo a:before {top: -30px; left: -3px;}
    .order .csc-mailform-field {display: block; width:100%; max-width: none; float: none;}
    .footer-top .next {position: relative; top: 0; right: 0;}
    .footer-top p {max-width: 100%;}
    .footer-top p.last {margin-bottom: 25px;}
}



/*--------------------- DODATAK -----------------------*/

.list-top:after { content: ''; display: block; clear: both;}
.list-top .top-content { padding-bottom: 10px; border-bottom: 1px solid #D0CBC8; margin-bottom: 40px;}
.list-top .top-content p a { text-decoration: underline;}
.list-top .top-content:after { content: ''; display: block; clear: both; }
.list-top .top-content > div:first-of-type { float: left; max-width: calc(100% - 464px); }
.list-top .top-content .video { float: right; }
.list-top h1 { padding-bottom: 22px; margin-bottom: 30px; border-bottom: 1px solid #D0CBC8;}


.list-view .list-view-item { padding: 28px; border: 1px solid #d4d4d4; margin-bottom: 40px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;}
.list-view .list-view-item:nth-of-type(n+3) { background-color: #feffed;}

.list-item-top:after { content: ''; display: block; clear: both;}
.list-item-left { float: left; max-width: calc(100% - 430px);}
.list-item-right { float: right; max-width: 360px; width: 100%; position: relative;}
/*.list-item-right:before { content: ''; position: absolute; top: 0; left: 0; width: 57px; height: 76px; background: url('img/cover-icon.png') no-repeat center; }*/
.list-item-right ul { margin-top: 0; margin-bottom: 35px;}
.list-item-right ul li { margin-top: 0;}
.list-item-right ul li:before { top: -3px;}
.list-item-right .list-item-gallery a.next { width: 220px;}
.list-item-right .list-item-gallery a.next:after {width: 20px; height: 30px; margin-top: -15px; background: url('img/cover-icon.png') no-repeat center; -webkit-background-size:contain; background-size:contain;}
.list-item-right .list-item-gallery a:not(:first-of-type) { display: none;}

img.mfp-img { padding: 0; border: 1px solid #000;}
.mfp-figure:after { content: none;}
.mfp-content { background-color: #F7F5F6; padding: 40px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.mfp-figure figure { position: relative;}
.mfp-figure figcaption { color: #000;}
.mfp-figure figcaption .mfp-bottom-bar { position: static; margin-top: 0;}
.mfp-bottom-bar .mfp-title { color: #1A9844; margin-top: 34px; font-size: 24px; font-weight: 400;}

.mfp-arrow:before, .mfp-arrow:after { content: none;}
.mfp-arrow { opacity: 1;}
.mfp-arrow:hover { opacity: 0.65;}
.mfp-arrow.mfp-arrow-right {background: url("img/arrow-right-green.png") no-repeat center; right: -100px;}
.mfp-arrow.mfp-arrow-left {background: url("img/arrow-left-green.png") no-repeat center; left: -100px;}

.mfp-image-holder .mfp-close { right: -50px; top: -30px; display: inline-block; width: 30px; height: 30px; border: 2px solid #fff; border-radius: 50%; padding: 0; line-height: 25px; text-align: center;}

.right .video iframe { width: 100%;}

.odd { text-align: left;}
.even {text-align: right;}

/*-------------- SLIDER --------------*/


.list-item-bottom { padding: 60px 60px 0 60px;}
.list-item-bottom .slide-item a img { border: 1px solid #d4d4d4; margin-bottom: 10px;}
.owl-carousel .owl-prev, .owl-carousel .owl-next { top: 34%; position: absolute; width: 15px; height: 24px; background: url(img/icons-normal-state.svg) no-repeat -529px -100px; margin: 0; padding: 0; }

.owl-carousel .owl-prev { left: -50px; }
.owl-carousel .owl-next { right: -50px; background: url(img/icons-normal-state.svg) no-repeat -551px -100px;}

.owl-carousel .owl-prev:hover {background: transparent url(img/icons-hover-state.svg) no-repeat -529px -100px;}
.owl-carousel .owl-next:hover {background: transparent url(img/icons-hover-state.svg) no-repeat -551px -100px;}

.owl-carousel .slide-item a { text-align: center; display: block;}

.owl-carousel [type="radio"] + label { cursor: pointer; padding-left: 0; display: inline-block; background: url(img/radio-btn.svg) no-repeat right 17px;}
.owl-carousel [type="radio"]:checked + label { background: url(img/radio-btn-check.svg) no-repeat right 17px; }
.slide-item { text-align: center;}

.owl-carousel [type="radio"] + label hr { margin: 5px 0 6px 0; }



/*-------------- MAGAZIN ----------------*/

.thumbnails ul, .bread ul { padding: 0;}
.thumbnails ul li:before, .bread ul li:before { content: none;}

/*------------------- SINGLE -------------------*/

.single-top:after { content: ''; display: block; clear: both;}
.single-top h1 { padding-bottom: 16px; margin-bottom: 50px; border-bottom: 1px solid #d0cbc8;}

.single-bottom:after { content: ''; display: block; clear: both;}
.single-bottom .right { margin-top: 43px; }

.bread { margin-bottom: 50px;}
.bread ul, .bread ul li { margin: 0;}
.bread ul li { position: relative; display: inline-block; padding-right: 56px; padding-left: 25px; background: url("img/bread-grey.png") no-repeat left;}
.bread ul li:after { height: 1px; width: 20px; background-color: #e0e0e0; right: 16px; margin-top: -1px; top: 50%; position: absolute; content: ''; }
.bread ul li:last-of-type:after { content: none;}
.bread ul li.active {color: #2da343; background: url("img/bread-green.png") no-repeat left;}

.choose-covers { padding: 58px 88px 0 88px; border: 1px solid #d0cbc8; border-radius: 4px; }
.choose-covers.cover-missing {border: 1px solid red; box-shadow: 0 0 4px red; }
.choose-covers .owl-carousel .slide-item a { margin-bottom: 20px;}


#canvas { position: relative;}

.container-wrapper *:hover {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.cover-image { text-align: center; padding-bottom: 15px;}


.image-info .next:after { margin-top: -15px; content: ''; width: 30px; height: 30px; background: url("img/info-icon.png") no-repeat 0 0; -webkit-background-size:contain; background-size:contain;}

/*--------------- LOGIKA OKO ODABIRA OPCIJE DATUMA ---------------*/


.ferienplan-no { display: none;}
.four h2 { float: none;}

#Ferienplan { margin-bottom: 20px;}
#Ferienplan label { cursor: pointer;}



/*--------------- POSLEDNJI KORAK -----------------*/

.ferian-confirm:after, .ferian-right:after { content: ''; display: block; clear: both;}
.ferian-left { float: left; width: 30%; margin-bottom: 20px;}
.ferian-right { float: right; width: 70%; padding: 0 30px;}
.ferian-right h3 { margin-bottom: 6px;}
.final-price-item { margin-bottom: 12px;}
.final-price-item h3 { font-size: 20px; line-height: 24px; display: inline-block; margin-right: 10px; min-width: 170px;}
.final-price-item div { display: inline-block; max-width: 500px; vertical-align: top;}
.final-price-item p { text-align: left; font-size: 14px; line-height: 20px; margin-bottom: 6px;}
.final-price-item p span { float: right; margin-left: 25px;}

.final-price { padding-bottom: 30px;}
.final-price:after { content: ''; display: block; clear: both;}
.final-price table { border-collapse: collapse; float: right;}
.final-price thead {border-top: 1px solid #000; border-bottom: 1px solid #000;}
.final-price th { text-align: left; padding: 4px;}
.final-price th:nth-of-type(n+2) { text-align: right; padding: 4px 0 4px 24px}
.final-price td { text-align: right; min-width: 70px;  padding: 6px;}
.final-price tr td:first-of-type {min-width: 300px; text-align: left;}
.final-price tr td:nth-of-type(n+2) { text-align: right; padding: 4px 0 4px 24px}

.internal-note { padding: 10px; background-color: #f9ffc3;}


/*----- RESPONSIVE za dodatak ----*/

@media all and (max-width: 1366px) {
    .mfp-image-holder .mfp-content { max-width: 40%; }
}

@media all and (max-width: 1024px) {

    .magazine-viewport .magazine { margin-top: -28px !important;}
    .thumbnails { margin-top: 35% !important; }
    .final-price-item { width: 100%;}
}

@media all and (max-width: 768px) {


    .thumbnails { margin-top: 50% !important;}
    .bread ul li { padding-right: 10px;}
    .bread ul li:after { content: none;}
    .list-item-left, .list-item-right { max-width: none; float: none;}
    .list-item-left { margin-bottom: 25px;}
    .list-view .list-view-item { margin: 0 12px; margin-bottom: 20px;}
    .list-top .top-content > div:first-of-type { float: none; max-width: none; margin-bottom: 15px;}
    .list-top .top-content .video { float: none;}
    .magazine-viewport .magazine { margin-top: -50px !important;}

}

@media all and (max-width: 620px) {
    tr td:first-of-type { min-width: 0; }
    .ferian-left, .ferian-right { float: none; width: 100%; margin-bottom: 20px;}
    .ferian-right { padding: 0;}

}

@media all and (max-width: 600px) {
    .magazine-viewport .magazine { margin-top: -106px !important; }
}

@media all and (max-width: 400px) {

    .magazine-plugin { display: none;}
    .choose-covers { margin-bottom: 40px;}
    .final-price-item { width: 100%; float: none; margin-bottom: 10px;}
}


@media all and (max-width: 320px) {
    .magazine-plugin { display: none;}
    .choose-covers { margin-bottom: 30px;}
}
