@font-face {
    font-family: 'Montserrat';
    font-weight:  100;
    src: url('fonts/Montserrat-Thin.ttf');
}
@font-face {
    font-family: 'Montserrat';
    font-weight:  200;
    src: url('fonts/Montserrat-Light.ttf');
}
@font-face {
    font-family: 'Montserrat';
    font-weight:  300;
    src: url('fonts/Montserrat-Regular.ttf');
}
@font-face {
    font-family: 'Montserrat';
    font-weight:  400;
    src: url('fonts/Montserrat-Medium.ttf');
}
@font-face {
    font-family: 'Montserrat';
    font-weight:  600;
    src: url('fonts/Montserrat-Bold.ttf');
}
@font-face {
    font-family: 'Montserrat';
    font-weight:  800;
    src: url('fonts/Montserrat-Black.ttf');
}
html {
    scroll-behavior: smooth;
}
body {
    color: #1e1e1e;;
    font-size: 20px;
    line-height: 41px;
    margin: 0;
    font-family: Montserrat;
    background-color: #fff;
    overflow-x: hidden;
}
p {
    color: #1e1e1e;
    font-size: 20px;
    line-height: 36px;
    margin: 0 0 50px 0;
    font-family: Montserrat;
    letter-spacing: 1px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

#ortopedija p, #estetika p {
    font-family: 'Montserrat';
    font-size: 20px;
    text-shadow: 0px 2px 0px #fff;
}

.misl_aboutus_half ul {
    width: 100%;
    float: left;
    margin-top: 0;
}
th {
    text-align: left;
    color: #9b1148;
}
.misl_cenikpage th {
    text-align: center;
    border-bottom: 2px solid #b787cc;
}
.misl_cenikpage td:nth-child(2), .misl_cenikpage td:nth-child(3) {
    text-align: right;
}
#misl_article_container tr td, #misl_article_container tr th{
    padding: 0 20px;
    white-space: nowrap;
}
#misl_article_container h1 {
    text-shadow: 0 0 0 transparent;
    color: #1e1e1e;
    text-align: center;
    letter-spacing: 5px;
}
.misl_cenikpage #misl_article_container tr:nth-child(even) {
    background-color: #fdf9ff!important;
}
.misl_cenikpage #misl_article_container tr:nth-child(odd) {
    background-color: #fcf4ff!important;
}
li {

    color: #1e1e1e;;
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    font-family: Montserrat;
    padding: 5px 30px 5px 0;

}
b {
}
a {
    color: #ffffff;
    text-decoration: none;
    transition:0.1s;
}
#misl_article_container a {
    color: #cc2260;
}
#misl_menu_list a:hover {
    color: #080808;
    transition: 0.3s;
}
#misl_menu li.active, #misl_menu li:hover, .misl_extra_menu_button:hover {
    
    transition: 0.1s;
}
a:hover {
    color: #ffffff;
    text-decoration: underline;
}
h1  {
    font-family: Montserrat;
    font-size: 3.5vw;
    color: #e05b8b;
    line-height: 65px;
    margin: 0 0 5px 0;
    letter-spacing: 23px;
    font-weight: 200;
    line-height: 85px;
    text-shadow: -2px 7px 5px rgba(0,0,0,0.2);
}
#misl_article_container h1, #misl_articles_container h1 {
    margin: 0 0 80px 0;
    padding: 0 5%;
    font-size: 58px;
    line-height: 75px;
}
h2  {
    font-family: Montserrat;
    font-size: 34px;
    color: #cd2260;
    line-height: 33px;
    letter-spacing: 0px;
    margin: 0;
    font-weight: 500;
    margin-bottom: 40px;
}
.misl_mappagecontainer {
    padding: 50px;
    margin: 50px;
}
h3 {
    margin-bottom: 70px;
    font-family: Montserrat;
    font-size: 21px;
    color: #9b1148;;
    line-height: 40px;
    letter-spacing: 0;
}
h4 {

    font-family: Montserrat;
    font-size: 25px;
    color: #1e1e1e;;
    line-height: 36px;
    padding: 0 30px 0 0;
    letter-spacing: 2px;
    margin: 0;

}
h6 {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
}
.normalshow {
    position: relative!important;
    display: block!important;
}
.normalhide {
    margin-top: -5px!important;
    animation-name: disappearance;
    animation-fill-mode: forwards; 
    animation-duration: 0.3s;
    /*transition: 0.3s;*/
}
.minishow {
    position: fixed!important;
    display: block!important;
}
.minihide {
    position: absolute!important;
    display: none!important;
}
@keyframes disappearance {
  from {opacity: 1;}
  to {opacity: 0;}
}
.fixed {
    margin-top: 0px!important;
    position: fixed!important;
    z-index: 999;
    height: 42px!important;
    transition: 0s;
}
#misl_menu.fixed a {
    line-height: 40px;
    font-size: 18px;
}
#misl_menu.fixed a:hover {
    text-shadow: 0px 1px 0px rgba(0,0,0,0.5)!important;
}
.misl_topcontact {
    position: absolute;
    right: 13px;
    top: 55px;
}
.misl_topcontact h2 {
    font-family: 'Montserrat';
    text-align: right;
    color: #f4f4f4;
    text-shadow: 0px 5px 10px #000000;
    line-height: 16px;
    font-size: 41px;
    letter-spacing: 1.3px;
}
#misl_contact h4 {
    padding-left: 0;
    padding-top: 0;
    margin: 0 0 50px 0;
    line-height: 45px;
    float: left;
    width: 100%;
    font-weight: normal;
}
#misl_contact label {
    width: 100%;
    float: left;
}
#misl_contact input {
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 20px;
    font-family: Montserrat;
    width: 100%;
    height: 40px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
}
#misl_contact textarea {
    padding: 20px;
    height: 500px;
    box-sizing: border-box;
    font-size: 20px;
    font-family: Montserrat;
    float: left;
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
}
#misl_contact button {
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    padding: 10px 20px;
    border-radius: 3px;
    color: #c9c9c9;
    font-family: Montserrat;
    cursor: pointer;
    font-size: 20px;
    width: 100%;
    transition: 0.6s;
}
#misl_contact button:hover {
    background-color: #e2e2e2;
    color:#ffffff;
    transition:0.3s;
}
#misl_contactform {
    margin-top: 13px;
}
#misl_contactform input, #misl_contactform textarea {
    box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
    background-color: #fff;
}
#misl_contactform label span {

    width: 215px;
    float: left;
    font-size: 17px;
    font-family: Montserrat;
    letter-spacing: 2px;
    line-height: 40px;

}

.misl_contact button {

    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 19px;
    background-color: #ffffff;
    line-height: 19px;
    padding: 5px 13px;
    width: auto;
    height: 42px;
    border: 0px solid;
    border-radius: 0;
    margin: 0 0 0 10px;
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: 0.6s;
    float: right;
    background: #b2b2b2;
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 39%, rgba(255, 216, 102,0.6) 48%, rgba(255,255,255,0.9) 87%, rgba(255,255,255,0.9) 100%);
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 39%,rgba(255, 216, 102,0.6) 48%,rgba(255,255,255,0.9) 87%,rgba(255,255,255,0.9) 100%);
background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 39%,rgba(255, 216, 102, 0.6) 48%,rgba(255,255,255,0.9) 87%,rgba(255,255,255,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#e6ffffff',GradientType=1 );
    color: #ccc;
    border: 1px solid #fff;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    padding: 3px 30px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    font-size: 17px;
    text-transform: lowercase;
    letter-spacing: 6px;
    line-height: 34px;
    font-family: Montserrat;
    cursor: pointer;

}
.misl_contact button:hover {
    border: 1px solid #b2b2b2;
    color: #b2b2b2!important;
    background: #fff;
    transition: 0.3s;

}
#kontakt {
   /* padding-top: 50px;*/
}
#kontakt .pressEnter {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 16px;
    text-transform: uppercase;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 19px;
    background-color: #ffffff;
    line-height: 19px;
    padding: 5px 13px;
    width: auto;
    height: 42px;
    border: 0px solid;
    border-radius: 0;
    margin: 0 0 0 10px;
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,0.1);
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 39%, rgba(255, 216, 102,0.6) 48%, rgba(255,255,255,0.9) 87%, rgba(255,255,255,0.9) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 39%,rgba(255, 216, 102,0.6) 48%,rgba(255,255,255,0.9) 87%,rgba(255,255,255,0.9) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 39%,rgba(255, 216, 102, 0.6) 48%,rgba(255,255,255,0.9) 87%,rgba(255,255,255,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#e6ffffff',GradientType=1 );
    transition: 0.6s;
}
#kontakt .pressEnter:hover {
    border: 1px solid #fff;
    color: #ffffff;
    transition: 0.3s;
}
.misl_newsletter_form_container {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 488px;
}

.misl_numbers {
    font-family: Monospace;
}
.misl_hamburgermenu {
    width: 42px;
    height: 42px;
    box-sizing: border-box;
    z-index: 11;
    background-color: #f0f0f0;
    padding: 8px 5px;
    border-radius: 3px;
    display: none;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    padding: 0;
}
.misl_hamburgermenu_off {
    width: 42px;
    height: 42px;
    box-sizing: border-box;
    z-index: 10;
    background-color: #f0f0f0;
    padding: 3px;
    border-radius: 3px;
    display: none;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
#map {
    height: 700px;
}
.misl_footer_copyright {
    width: 100%;
    text-align: center;
    float: left;
    font-size: 12px;
    color: #c31f5c;
    font-family: Montserrat;
}
.misl_contact_container {
    background: #ff79aa;
    height: auto;
    float: left;
    width: 100%;
    padding: 50px 0;
}
.misl_contact_container p {
    letter-spacing: 2px;
    font-size: 20px;
}
.misl_contact_container p span {
    font-family: 'Montserrat Bold';
}
.misl_contact_container h2 {
    line-height: 128px;
    margin: 0;
}
.misl_contact_container input[type="text"] {
    width: 100%;
    color: #1e1e1e;
    border: 2px solid #fff;
    background: transparent;
      background-color: transparent;
    line-height: 30px;
    margin: 0 0 10px 0;
    box-sizing: border-box;
    font-family: Montserrat;
    font-size: 14px;
    padding: 0 10px;
}
.cookiemonster {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255,0.7);
    height: 60px;
    z-index: 999;
}
.cookiemonster p {
    color: #080808;
    width: 80%;
    float: left;
    line-height: 24px;
    font-size: 23px;
    padding: 5px 10px;
    font-family: Montserrat;
    line-height: 24px;
    font-size: 20px;
    padding: 5px 10px;
    font-family: Montserrat;
    letter-spacing: 0;
}
.cookiemonster button {
    float: right!important;
    font-family: Montserrat;
    font-weight: bold;
    border: 2px solid #9b1148;
    text-align: left;
    min-width: 80px;
    background-color: #ffffff;
    color: #9b1148;
    font-size: 18px;
    border-radius: 1px;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 0 15px;
    line-height: 38px;
    height: 41px;
    text-transform: uppercase;
    margin: 10px 0;
    position: relative;
    margin-top: 9px!important;
    margin-right:  100px!important;
    line-height: 18px!important;
    height: 42px;
}
input[placeholder="Last name"] {
    position: absolute;
    left: -9999999999999px;
}
.misl_contact_container button {
    cursor: pointer !important;
    font-size: 22px;
    font-weight: 400;
    color: #ffffff !important;
    font-family: Montserrat !important;
    margin: 3px 0;
    height: 50px;
    border-radius: 5px !important;
    border: 0px solid #fff !important;
    background: transparent;
    float: right !important;
    padding: 0 50px !important;
    margin-right: 0 !important;
    transition: 0.1s;
    width: 100%;
    background: #fff;
    color: #1e1e1e !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc2360', endColorstr='#960046',GradientType=0 ); /* IE6-9 */
    letter-spacing: 2px;  
}
.misl_contact_container button:hover {
    color: #fff !important;
    background-color: #1e1e1e;
    transition: 0.3s;
    cursor: pointer;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
}
.misl_contactform_hidden {
    height: 0!important;
    overflow: hidden;
    transition: 1s;
}
#misl_contactform, #misl_googlemaps {
    height: auto;
}
.misl_contact_container label {
    font-size: 20px;
    font-family: 'Montserrat';
    background: transparent;
    padding: 0 5px;
    line-height: 50px;
    letter-spacing: 4px;
    line-height: 45px;
}
.misl_contact_container textarea {
    background: transparent;
    width: 100%;
    color: #1e1e1e;
    border: 2px solid #fff;
    line-height: 30px;
    margin: 0 0 1px 0;
    box-sizing: border-box;
    font-family: Montserrat;
    font-size: 14px;
    padding: 0 10px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  font-size: 17px;
  line-height: 26px;
  opacity: 0.2; /* Firefox */
}

:-ms-input-placeholder { /* Montserratnet Explorer 10-11 */
  color: #000;
  font-size: 26px;
  line-height: 26px;
  opacity: 0.2;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
  font-size: 26px;
  line-height: 26px;
  opacity: 0.2;
}
.misl_contact_container h2 img {
    display: inline;
    vertical-align: text-bottom;
}
.misl_contact_container h2, .misl_contact_container p, .misl_contact_container label {
    color: #1e1e1e;
}
.misl_gallerypreview_container {

}
#misl_gallerypage #misl_article_container {
    width: 100%;
}
.misl_gallerycontainer a {
    margin: 0;
}
 #misl_subpage .misl_gallerycontainer img.misl_galleryimage, #misl_frontpage .misl_gallerycontainer img.misl_galleryimage {
    box-shadow: 0 0 0 transparent;
    cursor: pointer;
    margin: 0;
    width: 31%;
    box-sizing: border-box;
    margin-bottom: 2%;
    border: 2px solid transparent;
    margin: 10px;
    height: 320px!important;
    width: auto;

}
#misl_subpage .misl_gallerycontainer img.misl_galleryimage:hover, #misl_gallerypage .misl_gallerycontainer img.misl_galleryimage:hover, #misl_frontpage .misl_gallerycontainer img.misl_galleryimage:hover, #misl_minigallery .misl_gallerycontainer img.misl_galleryimage:hover{
    border: 2px solid #080808;
    transition: 0.3s;
}
#misl_gallerypage .misl_gallerycontainer a img.misl_galleryimage, #misl_gallerypage .misl_gallerycontainer a img.misl_galleryimage {
    margin: 1%;
    height: 318px !important;
    width: auto;
    border: 2px solid transparent;
    box-shadow: 0 0 0;
}
.misl_gallerypreview_container .misl_aboutus_third {
    background-color: #ffffff;
    width: 33.333%;
}
.misl_gallerypreview_container .misl_aboutus_third img {
    border:  2px solid #ffffff;
    cursor: pointer;
    float: none !important;
    width: 350px;
    margin: 13px auto;
    border-radius: 0;
    box-shadow: 0px 0px 0px transparent;
    transition: 0.1s;
}
.misl_gallerypreview_container .misl_aboutus_third img:hover {
    border:  2px solid #080808;
    transition: 0.3s;
}
.misl_pricelistform_item {
    color: #080808;
}
.misl_cenikpage table {
    table-layout: fixed ;
    width: 100%!important;
    border-radius: 5px;
    box-shadow: 0px 5px 25px rgba(134, 55, 169,0.15);
    border: 3px solid #fff;
}
.misl_cenikpage tr {
    line-height: 40px;
    font-size: 17px;
}
.misl_cenikpage #misl_article_container h2 {
    margin: 80px 0 20px 0;
    text-align: center;
    color: #9b1148;
}
.misl_cenikpage #misl_article_container h1 {
    margin: 40px 0 5px -3px;
}
.misl_cenikpage tr:hover {
    background-color: #ffffff;
}
.misl_cenikpage tr:first-child:hover {
    background-color: transparent;
}
.misl_cenikpage tr td:nth-child(3) {
    border-right: 2px solid transparent;
}
.misl_cenikpage tr td:nth-child(1) {
    border-left: 2px solid transparent;
}
.misl_cenikpage tr:hover td:nth-child(3) {
    border-right: 2px solid #e4a9ff;
}
.misl_cenikpage tr:hover td:nth-child(1) {
    border-left: 2px solid #e4a9ff;
}
.misl_cenikpage .misl_footer_container tr:hover td:nth-child(1) {
    border-left: 2px solid transparent;
}
.misl_cenikpage .misl_footer_container tr:hover td:nth-child(3) {
    border-right: 2px solid transparent;
}
.misl_cenikpage #misl_article_container tr td {
    padding: 0 8px;
    white-space: break-spaces !important;
}
.misl_cenikpage tr td:nth-child(1) {
    width: 80%;
    text-align: right;

}
.misl_cenikpage tr td:nth-child(2) {
    width: 10%;
}
.misl_cenikpage tr td:nth-child(3) {
    width: 10%;
}
table button {
    float: left;
    margin-top: 4px;
    cursor: pointer;
    background-color: transparent;
    border: 2px solid #9b1148;
    font-family: Montserrat bold;
    color: #9b1148;
    border-radius: 3px;
    line-height: 27px;
    vertical-align: middle;
    padding: 0 10px;
    margin-right: 10px;
}
table button:hover {
    background-color: #9b1148;
    color: #ffffff;
}
.misl_footer_container tr:hover td:nth-child(1),.misl_footer_container tr:hover td:nth-child(3) {    
    border: 0;
}
.misl_footer_container tr:hover {
    background-color: transparent;
}
.misl_footer_container tr td:nth-child(1) {
    text-align: left;
}
.misl_footer_container tr td:nth-child(2) {
    text-align: left;
}
.misl_footer_container tr td:nth-child(3) {
    text-align: left;
}
.misl_gallerypreview_container h3 {
    font-family: Montserrat;
    font-size: 21px;
    color:     #1e1e1e;;
    line-height: 36px;
    padding: 0 30px 0 0;
    letter-spacing: 2px;
    margin: 25px 0 12px 0;
}
.misl_gallerypreview_container button {
    cursor: pointer;
    font-family: 'Montserrat';
    margin: 0 auto;
    float: none;
    display: block;
    background: transparent;
    border: 2px solid #080808;
    color: #080808;
    border-radius: 5px;
    padding: 10px 30px;
    line-height: 28px;
    font-size: 28px;
    transition: 0.1s;
}
.misl_gallerypreview_container button:hover {
    background: #080808;
    border: 2px solid #080808;
    color: #ffffff;
    transition: 0.3s;
}
.misl_zaposleni {
    float: left!important;
    margin-right: 1vw;
    margin-top:30px;
    box-shadow: 0px 0px 0px !important;
}
#misl_menu {
    position: absolute;
    transition: 0s;
    width: 100%;
    height: 64px;
    line-height: 49px;
    z-index: 99;
    background-color: #fff;
    width: 1475px;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.05);
}
#misl_topinfo {
    width: 100%;
    float: left;
    background-color: #080808;
    color: #fff;
    height: 30px;
    line-height: 30px;
}
.misl_menu_container {
    position: absolute;
    width: 100%;
    height: 40px;
    border-top: 2px solid #cd2361;
}
.fixed .misl_menu_container {
    background-color: rgba(254, 254, 255, 0.9);
}
.misl_header_text {
    float: left;
    padding: 0 0 0 10px;
    text-transform: uppercase;
    color: #292929;
    font-size: 39px;
    width: auto;
    text-align: left;
    letter-spacing: 3px;
    line-height: 55px;
    border-radius: 3px;
    position: relative;
    height: 644px;
}
.misl_header_text h1 {
    color: #ffffff;
    padding: 0 0 0 5px;
    text-transform: none;
    font-size: 100px;
    letter-spacing: 1px;
    line-height: 131px;
    margin-bottom: 0;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.2), 0px 5px 0px rgba(82, 5, 119, 0.2);
    margin-left: -13px;
    font-family: Montserrat;
}
.misl_header_text h3 {
    text-transform: none;
    font-family: 'Montserrat';
    color: #fff;
    font-size: 20px;
    letter-spacing:1px;
    line-height: 30px;
    margin-top: 20px;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.2), 0px 3px 0px rgba(82, 5, 119, 0.2);
}
.misl_language {
    float: right;
}
.misl_language select {
    background-color: #080808;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
    font-family: Montserrat;
    border-radius: 3px;
    display: block;
    margin-top: 6px;
}
.misl_header_text h3 span {
font-family: 'Montserrat Bold';
font-size: 26px;
margin-right: 10px;
}
.misl_header_text .misl_header_text_button {
    float: right;
    font-family: Montserrat;
    cursor: pointer;
    text-transform: uppercase;
    border: 2px solid rgba(255,255,255,0.65);
    border-radius: 5px;
    padding: 10px 17px;
    margin: 0;
    margin-bottom: 10px;
    background: -moz-linear-gradient(-45deg,  rgba(134,55,146,0.8) 0%, rgba(134,55,146,0.8) 42%, rgba(195,53,155,0.8) 56%, rgba(195,53,155,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(134,55,146,0.8) 0%,rgba(134,55,146,0.8) 42%,rgba(195,53,155,0.8) 56%,rgba(195,53,155,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(134,55,146,0.8) 0%,rgba(134,55,146,0.8) 42%,rgba(195,53,155,0.8) 56%,rgba(195,53,155,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc863792', endColorstr='#ccc3359b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    position: absolute;
    right: 9px;
    bottom: 40px;
    color: #fff;
    font-size: 28px;
    line-height: 28px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.3), inset 0px 0px 30px rgba(0,0,0,0.2);
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    letter-spacing: 1.5px;
    transition: 0.5s;
}
.misl_header_text .misl_header_text_button:hover {
    border: 2px solid #fc33a32e;
    transition: 0.2s;
}
#misl_toptabs {
    margin-top: 65px;
}
#misl_toptabs .misl_center_container_inner .misl_tab:nth-child(1) {
    background: #cd2260; /* Old browsers */
    background: url('/images/tab_bg3.png'), -moz-linear-gradient(left,  #f79ebd 0%, #cd2260 100%); 
    background: url('/images/tab_bg3.png'), -webkit-linear-gradient(left,  #f79ebd 0%,#cd2260 100%); 
    background: url('/images/tab_bg3.png'), linear-gradient(to right, #f79ebd 0%,#cd2260 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd2260', endColorstr='#f79ebd',GradientType=1 );
    background-position: right top;
    background-repeat: no-repeat;
}
#misl_toptabs .misl_center_container_inner .misl_tab:nth-child(2) {
    background: #ffffff; /* Old browsers */
    background: url('/images/tab_bg2.png'), -moz-linear-gradient(left,  #ffffff 0%, #ffeafa 100%); /* FF3.6-15 */
    background-image: url('/images/tab_bg2.png'),  -webkit-linear-gradient(left,  #ffffff 0%,#ffeafa 100%); /* Chrome10-25,Safari5.1-6 */
    background-image: url('/images/tab_bg2.png'),  linear-gradient(to right,  #ffffff 0%,#ffeafa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffeafa',GradientType=1 ); /* IE6-9 */
    background-position: 50% top;
    background-repeat: no-repeat;

}
#misl_toptabs .misl_center_container_inner .misl_tab:nth-child(3) {
    background: #f79ebd;
    background: url('/images/terilnik.png'),-moz-linear-gradient(left,  #f79ebd 6%, #ffdde9 82%, #ffdde9 95%);
    background: url('/images/terilnik.png'),-webkit-linear-gradient(left,  #f79ebd 6%,#ffdde9 82%,#ffdde9 95%);
    background: url('/images/terilnik.png'),linear-gradient(to right,  #f79ebd 6%,#ffdde9 82%,#ffdde9 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79ebd', endColorstr='#ffdde9',GradientType=1 );
    background-position: right top;
    background-repeat: no-repeat;
}
.misl_tab_price {
    color: #fff;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    left: -3px;
    bottom: 2px;
    font-size: 18px;
}
#misl_toptabs .misl_tab {
    min-width: 457px;
    width: 31%;
    cursor: pointer;
    box-sizing: border-box;
    background-color: #fff;
    float: left;
    height: 250px;
    border-radius: 5px;
    margin-top: -78px;
    z-index: 2;
    /*position: relative;*/
    box-shadow: 0px 7px 10px rgba(0,0,0,0.2);
}
.misl_tab_left {
    margin-right: 51px;
}
#misl_toptabs .misl_tab h3 {
    text-align: center;
    color: #ffffff;
    letter-spacing: 0px;
    font-size: 22px;
    font-family: Montserrat Bold;
    letter-spacing: 2px;
    margin: 0 0 15px 0;
}
#misl_toptabs .misl_titlecontainer {
    float: left;
    width: 100%;
    position: relative;
    height: 135px;
}
#misl_toptabs .misl_titlecontainer h3 {
    width: 100%;
    letter-spacing: 2px;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#misl_toptabs .misl_tab p {
    font-size: 14px;
    font-family: Montserrat;
    text-align: left;
    color: #fff;
    letter-spacing: 1px;
    width: auto;
    line-height: 27px;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 0;
    z-index: 1;
    position: relative;
}

#misl_toptabs .misl_tab img {
    position: relative;
    cursor: poMontserrat;
    border: 2px solid transparent;
    transition: 0.3s;
    float: left;
    margin: 0;
    padding: 0;
}
#misl_toptabs .misl_tab:hover img {
    transform: scale(1.01);
    transition: 0.1s;
}
#misl_toptabs .misl_tab_forty img {
    width: auto;
    height: 100%;   
}
.misl_tab_more {
    color: #cc2260;
    font-size: 14px;
    float: left;
    line-height: 20px;
}
.misl_tab {

}
.misl_tab1 {
    margin-right:2%!important;
    background: #753792; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #753792 0%, #ff33a3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #753792 0%,#ff33a3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #753792 0%,#ff33a3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#753792', endColorstr='#ff33a3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.misl_tab2 {
    margin: 0!important;
    background: #92378f; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #92378f 0%, #ff5cb5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #92378f 0%,#ff5cb5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #92378f 0%,#ff5cb5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92378f', endColorstr='#ff5cb5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.misl_tab3 {
    margin-left:2%!important;
    background: #923769; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #923769 0%, #be33ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #923769 0%,#be33ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #923769 0%,#be33ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#923769', endColorstr='#be33ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.misl_tab_sixty {
    width: 60%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}
.misl_tab_hundred ul li {
  padding: 0;
  line-height: 27px;
  font-size: 13px;
}
.misl_tab_hundred ul {
    line-height: 27px;
    padding-left: 5px;
    margin: 15px 0 10px 0;
}
.misl_tab_hundred {
    width: 100%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
}
.misl_tab_sixty ul {
    line-height: 27px;
    padding-left: 15px;
    margin: 15px 0 10px 0;
}
.misl_tab_sixty ul li {
    padding: 0;
    line-height: 27px;
    font-size: 14px;
}
.misl_tab_forty {
    width: 40%;
    float: left;
    box-sizing: border-box;
}
.misl_frontpage_item {
    position: relative;
    width: 31%;
    background: #dbdbdb;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 15px #ccc;
    margin-top: 20px!important;
}
.misl_frontpage_item p {
    font-size: 16px;
    line-height: 32px;
    padding: 10px;
    margin-bottom: 30px;
}
.misl_frontpage_item h2 {
    position: absolute;
    padding: 10px;
    text-shadow: 0px 2px 0px #2f2f2f, 0px 0px 2px #2f2f2f;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
}
.misl_tab h2 {
    color: #fff;
    line-height: 36px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
.misl_frontpage_item a {
    font-weight: 800;
    position: absolute;
    bottom: 0;
    left: 10px;
}
.misl_frontpage_item span {
    font-weight: 800;
    position: absolute;
    bottom: 0;
    right: 10px;
}
#misl_menu a {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 61px;
    margin-right: 10px;
    margin-left: 10px;
    color: #080808;
}
#misl_menu .misl_extra_menu_buttonsleft a {
    color: #292929;
    padding: 0 5px;
    border-radius: 0;
    font-family: Montserrat;
    float: right;
    display: block;
    width: 106px;
    line-height: 26px !important;
    height: 26px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    text-align: center;
}
#misl_menu .misl_extra_menu_buttonsleft a:nth-child(2) {
    color: #292929;
    padding: 0 5px;
    border-radius: 0;
    font-family: Montserrat;
    float: right;
    display: block;
    width: 106px;
    line-height: 26px !important;
    height: 26px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
}
#misl_menu .misl_extra_menu_buttonsleft a:hover {
    background-color: #080808;
    color: #ffffff;
}
#misl_menu .misl_extra_menu_buttonsleft a:hover img {
    filter:brightness(2200%);
    transition: 0.3s;
}
#misl_menu a:hover img, #misl_login:hover img {
    filter:brightness(200%);
}
#misl_menu ul {
    list-style: none;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    float: left;
    
}
#misl_menu li {
    height: 65px;
    font-size: 17px;
    letter-spacing: 1px;
    border-bottom: 2px solid transparent;
    box-shadow: 0px 0px 0px transparent;
    margin: 0 auto;
    padding: 0 0.4vw;
    float: left;
    position: relative;
    min-width: 110px;
    transition: 0.1s;
}
#misl_menu li .misl_submenu {
    position: absolute;
    box-shadow: 0px 20px 20px rgba(0,0,0,0.1);
    left: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    width: 120%;
    margin-left: -10%;
    margin-top: 2px;
}
.scrollToTop {
    display: none;
    z-index: 999999999;
    width: 40px;
    height: 38px;
    padding: 0px;
    text-align: center;
    text-decoration: none;
    position: fixed;
    bottom: 9px;
    right: 10px;
    overflow: hidden;
    background-color: #9b1148;
    border: 2px solid #fcfcfc;
    border-radius: 0px;
    color: #fff;
    box-shadow: 5px 0px 30px rgba(0,0,0,0.2);
    background: #cc2360 url(/images/top.png);
    background-size: 40px 36px;
    background-position: 2px 3px;
    background-repeat: no-repeat;
    transition: 0.3s;
    padding: 2px;
}
.scrollToTop:hover {
    background-size: 36px 33px;
    background-position: 4px 4px;
    border: 2px solid #ffffff;
    transition: 0.1s;
}
.misl_stndardformcontainer {
    width: 80%;
}
.misl_stndardformcontainer ::placeholder {
    color: #9b1148;
}
.misl_stndardformcontainer:-ms-input-placeholder {color: #9b1148;
}

.misl_stndardformcontainer::-ms-input-placeholder {
    color: #9b1148;
}
.misl_stndardformcontainer input[type="text"], .misl_stndardformcontainer input[type="email"],.misl_stndardformcontainer textarea {
    border: 2px solid #9b1148;
    font-size: 20px;
    box-sizing: border-box;
    width: 100%;
    color: #9b1148;
    font-family: Montserrat;
    margin: 3px 0;
    height: 50px;
    border-radius: 5px;
    background: transparent;
    padding: 0 15px;
}
.misl_stndardformcontainer textarea {
    height: auto;
    padding: 15px;
}
.misl_stndardformcontainer select {
    border: 2px solid #9b1148;
    font-size: 20px;
    box-sizing: border-box;
    width: 100%;
    color: #ffffff;
    font-family: Montserrat;
    margin: 3px 0;
    height: 50px;
    border-radius: 5px;
    background: #9b1148;
    padding: 0 5px;
}
.misl_stndardformcontainer select option {
    color: #ffffff;
}
.misl_stndardformcontainer button {
    cursor: pointer;
    border: 2px solid #9b1148;
    font-size: 20px;
    box-sizing: border-box;
    width: 100%;
    color: #9b1148;
    font-family: Montserrat;
    margin: 3px 0;
    height: 50px;
    border-radius: 5px;
    background: transparent;
    padding: 0 5px;
    transition: 0.1s;
}
.misl_stndardformcontainer button:hover {
    border: 2px solid #ffffff;
    color: #ffffff;
    background: #9b1148;
    transition: 0.3s;
}
.misl_welcomemessage {
    float: left;
    border-radius: 5px;
    width: 350px;
    margin-top: 10%;
    z-index: 99999999999999;
    border: 2px solid #ffffff;
    box-shadow: 0 8px 10px rgba(0,0,0,0.2);
    text-align: center;
    background-color: #cd2361;
    color: #ebebeb;
    font-size: 25px;
    animation: blink 3s forwards ease-in-out;
    -webkit-animation: blink 3s forwards ease-in-out;
      animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 165px;
    text-align: center;
    background-image: url('/images/sanologo.png');
    background-repeat: no-repeat;
    background-position-x: 97px;
}
.misl_welcomemessage span {
    font-size: 36px;
    font-family: Montserrat;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    top: 0;
    right: 0;
    position: absolute;
}
.misl_systemmessage {
    width: 80%;
    float: left;
    margin: 50px 10% 50px 10%;
    background-color: #9b1148;
    color: #fff;
}
.misl_systemmessage span {
    font-size: 36px;
    font-family: Montserrat;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
}
.misl_systemmessage {
    border-radius: 5px;
    position: fixed;
    width: 90%;
    margin-left: 5%;
    margin-top: 10%;
    top: 132px;
    left: 0;
    z-index: 99999999999999;
    border: 2px solid #ffffff;
    box-shadow: 0 8px 10px rgba(0,0,0,0.2);
    padding: 5px;
    text-align: center;
    background-color: #cd2361;
    color: #ebebeb;
    font-size: 25px;
    animation: blink 3s forwards ease-in-out;
    -webkit-animation: blink 3s forwards ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
#misl_system_message a {
  color:#08DA40;
}
#misl_system_message a:hover {
  color:#ffffff;
}
.tooltip{
    padding: 0;
    border: 0px solid;
    min-width:0px;
    /*opacity:0;*/
    display: inline;
    position: relative!important;
    background:transparent;
    float: right;
    margin-right: 10px;
    cursor: pointer;
}
}
.tooltip:hover:after {
    white-space: nowrap;
    font-weight: normal;
    font-size: 16px;
    background-image: -webkit-gradient( linear, left top, right bottom, color-stop(0, #163681), color-stop(1, #061840) );
    background-image: -o-linear-gradient(right bottom, #163681 0%, #061840 100%);
    background-image: -moz-linear-gradient(right bottom, #163681 0%, #061840 100%);
    background-image: -webkit-linear-gradient(right bottom, #163681 0%, #061840 100%);
    background-image: -ms-linear-gradient(right bottom, #163681 0%, #061840 100%);
    background-image: linear-gradient(to right bottom, #163681 0%, #061840 100%);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 5px!important;
    /* color: #fff!important; */
    box-shadow: 0.5px -1.5px 5px rgba(0,0,0,0.5);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(tooltip);
    right: -10px;
    bottom: 35px;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    animation: appear 0.5s;
    line-height: 25px;
    padding: 1px 5px;
    letter-spacing: 0px;
    transition: 0.3s;
}
.tooltip:hover:before {
    border: solid;
    border-color: #081b47 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 29px;
    content: "";
    right: 12px;
    position: absolute;
    z-index: 99;
    animation: appear 0.5s;
    transition: 0.3s;
}
@keyframes appear {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}
@keyframes blink {
    0% {
      top: 100px;
      background-color: #cd2361;
      color:#ebebeb;
    }
    14% {
      top: 100px;
      background-color: #ebebeb;
      color:#cd2361;
    }
    29% {
      top: 100px;
      background-color: #cd2361;
      color:#ebebeb;
    }
    44% {
      top: 100px;
      background-color: #ebebeb;
      color:#cd2361;
    }
    59% {
      top: 100px;
      background-color: #cd2361;
      color:#ebebeb;
    }
    73% {
      top: 100px;
      background-color: #ebebeb;
      color:#cd2361;
    }
    100% {
      top: 100px;
      background-color: #cd2361;
      color:#ebebeb;
    }
}
@keyframes disappear {
    0% {
        opacity: 1;
        margin-top: 10%;
        overflow:hidden;
    }
    50% {
        opacity: 0;
        margin-top: 10%;
        overflow:hidden;
    }
    100% {
        opacity: 0;
        margin-top: -10%;
        overflow:hidden;
    }
}
.misl_footer tr {
    background-color: transparent;
}
#misl_article_container img, #misl_articles_container img  {
    float: left;
    margin: 0 25px 5px 15px;
    padding: 0;
    border-radius: 5px;
    max-width: 100%;
}
#misl_article_container .misl_item_img img {
    box-shadow: 0 0 0 transparent;
    margin: 0;
}
#misl_article_container input, #misl_article_container textarea {
    width: 100%;
    border: 0px;
    line-height: 30px;
    margin: 0 0 10px 0;
    box-sizing: border-box;
    padding: 0 10px;
    font-family: Montserrat;
    font-size: 14px;
    box-shadow: inset 0px 0px 3px rgba(0,0,0,0.09);
    border: 1px solid #fff;
}
#misl_article_container input[type="submit"] {
    color: #fff;
    background-color: #cc2360;
    border: 1px solid #cc2360;
    font-family: montserrat;
    font-size: 17px;
    cursor: pointer;
    transition: 0.1s;
}
#misl_article_container input[type="submit"]:hover {
    color: #cc2360;
    background-color: #fff;
    transition: 0.3s;
}
.misl_form_container {
    padding: 0 5%;
    margin: 0 auto;
}
.misl_form_container p {

}
.misl_item_price {

}
ul {
  list-style: none;
}

ul li::before {
    content: "\2731";
    color: #cd2361;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.misl_tab ul li::before {
    color: #ffffff;
}
ul#misl_menu_list li::before {
    content: "";
}
#misl_menu.fixed li .misl_submenu {
    top: 38px;
}
#misl_menu li .misl_submenu ul {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    width: 100%;
}
.misl_singlearticle_container {

}
#misl_menu li .misl_submenu li {
    display: none;
    letter-spacing: 0;
    border-bottom: 2px solid transparent;
    box-shadow: 0px 0px 0px transparent;
    margin: 0 auto;
    padding: 0 10px;
    line-height: 35px;
    background-color: #f5f5f5e6;
    width: 100%;
    float: left;
    box-sizing: border-box;
    height: auto;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 2px solid #ffffff;
    transition: 0.3s;
}
#misl_menu li:hover .misl_submenu li {
    display: block;
    transition: 0.1s;
}
#misl_menu li .misl_submenu li:hover {
    background-color: #cd2361;
    color: #ffffff;
    transition: 0.1s;
}
.fixed #misl_menu_list li {
    height: 48px;
    transition: 0.1s;
}
.misl_flatbutton {
    cursor: pointer;
    float: right;
    background-color: #9b1148;
    color: #fff;
    padding: 9px 19px;
    border:  1px solid #9b1148;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    margin-top: 25px;
    text-transform: uppercase;
    font-size: 20px;
    transition: 0.1s;
}
.misl_flatbutton:hover {
    color: #9b1148;
    background-color: #fff;
    transition: 0.3s;
}
.fixed .misl_flatbutton {
    margin-top: 1px;
    transition: 0.1s;
}
.misl_vertical_line_left {
    width: 1px;
    float: left;
    height: 50px;
    border-left: 1px solid #dfdfdf;
    margin-top: 25px;
    transition: 0.1s;
}
.fixed .misl_vertical_line_left {
    margin-top: 0;
    transition: 0.1s;
}
.misl_vertical_line_right {
    width: 1px;
    float: right;
    height: 50px;
    border-right: 1px solid #dfdfdf;
    margin-top: 25px;
    width: 20px;
    transition: 0.1s;
}
.fixed .misl_vertical_line_right {
    margin-top: 0;
    transition: 0.1s;
}
.misl_extra_menu_button {
    height: 100px;
    font-size: 17px;
    letter-spacing: 2.03px;
    border-bottom: 2px solid transparent;
    box-shadow: 0px 0px 0px transparent;
    margin: 0 auto;
    padding: 0 1.5vw;
    float: right;
    line-height: 100px;
    transition: 0.1s;
    margin-right: -156px;
}
.fixed .misl_extra_menu_button {
    height: 50px;
    line-height: 50px;
    transition: 0.1s;
}
.misl_extra_menu_buttonsleft {
    height: 50px;
    width: 120px;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0;
    border-bottom: 2px solid transparent;
    box-shadow: 0px 0px 0px transparent;
    margin: 0 auto;
    padding: 24px 10px;
    float: left;
    line-height: 30px;
    transition: 0.1s;
    text-align: right;
    margin-left: -142px;
}
.misl_extra_menu_buttonsleft a {
    height: 30px;
}
.misl_menudownarrow {
    padding: 0 5px;
}
.fixed .misl_extra_menu_buttonsleft {
    height: 30px;
    line-height: 50px;
    padding: 0 10px;
    transition: 0.1s;
}
.fixed .misl_extra_menu_buttonsleft a {
    height: 25px;
    line-height: 25px!important;
}

#misl_gallerypage .misl_header {
    height:130px;
}
.misl_container {
    overflow: hidden;
    float: left;
    font-family: Montserrat;
    letter-spacing: 1px;
    text-align: justify;
    text-align: left;
    background-attachment: fixed;
}
#misl_items_container {
    padding: 10px 20px;
}
.misl_center_container {
    float: left;
    width: 100%;
    overflow: hidden;
}
.misl_center_container_inner {
    width: 1475px;
    height: auto;
    margin: auto;
}
.misl_item form button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 7px;
}
.misl_item {
    cursor: pointer;
    width: calc(25% - 15px);
    float: left;
    padding: 0 20px 7px 20px;
    box-sizing: border-box;
    margin: 10px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    box-shadow: rgba(205, 35, 97, 0.2) -2px 1.6px 10px;
    border: 1px solid #cd236121;
    position: relative;
    min-height: 390px;
}
.misl_items_righthalf .misl_item {
    min-height: 350px;
    padding: 0 5px;
}
.misl_items_righthalf .misl_item .misl_item_title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400px;
}
.misl_item:nth-child(4n + 1) {
    margin-left: 0;
}
.misl_item:nth-child(4n) {
    margin-right: 0;
}
.misl_item_price {
  float: right;
  background-color: #cd2361;
  color: #fff;
  border-radius: 99px;
  padding: 0 20px;
  margin: 0;
}
.misl_item .misl_item_price {
    float: none;
    margin: 20px auto;
    display: block;
    text-align: center;
    position: absolute;
    right: 7px;
    bottom: 0;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    min-width: 85px;
    padding: 0;
    border: 1px solid #cd2361;
}
#misl_productspage .misl_item .misl_item_price {
    bottom: -5px;
}
.misl_item .misl_item_discount {
    float: none;
    margin: 20px auto;
    display: block;
    text-align: center;
    position: absolute;
    left: 7px;
    bottom: -5px;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    min-width: 85px;
    padding: 0;
    background-color: #fff;
    color: #cd2361;
    border-radius: 99px;
    border: 1px solid #cd2361;
}
.misl_item_title {
    font-family: Montserrat;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    font-weight: 200;
}
.misl_item_img {
    margin: 0 auto;
    display: block;
    float: none;
    width: auto;
    position: relative;
    overflow: hidden;
}
#misl_article_container .misl_item img {
    width: 100%;
    height: auto;
}
.misl_item_controlls {
    float: left;
    width: 50%;
}
.misl_item_controlls button {
    float: left;
    margin: 0;
    background-color: #f4f4f4;
    color: #cd2361;
    border-radius: 99px;
    padding: 10px 20px;
    font-family: montserrat;
    display: block;
    border: 1px solid #cd2361;
}
.misl_item button {
    margin: 0 auto;
    display: block;
    cursor: pointer;
    background: transparent;
    border: 1px solid #cd2261;
    color: #cd2261;
    font-family: Montserrat;
    padding: 5px 15px;
    font-size: 20px;
    letter-spacing: 1px;
    transition: 0.1s;
}
.misl_item button:hover, .misl_item:hover button {
    background: #cd2261;
    border: 1px solid #cd2261;
    color: #fff;
    transition: 0.3s;
}
.misl_header {
    background-position-x: 50%;
    text-align: center;
    width: 100%;
    float: left;
    transition: 0s linear;
    transition-property: background-position;
    z-index: 1;
    position: relative;
}
.misl_header .misl_center_container, .misl_topbanner .misl_center_container {
    background-color: transparent;
}
.misl_header .misl_logo {
    max-width: 700px;
    cursor: pointer;
    padding: 0;
    display: block;
    float: left;
    opacity: 1;
    z-index: 99;
    margin-top: -2px;
    transition: 0.1s;
}
.misl_header .fixed .misl_logo {
    cursor: pointer;
    padding-top: 0;
    padding-bottom: 5px;
    padding-left: 0px;
    z-index: 99;
    height: 42px;
    width: auto;
    transition: 0.1s;
}
.misl_header .misl_center_container {
    height: 65px;
}

.misl_topbanner {
    width: 100%;
    height: 644px;
    float: left;
    position: relative;
    z-index: 1;
    margin-bottom: 188px;
    margin-top: 65px;
    background-position: -27px -85px;
    overflow: hidden;
    background-size: 108%;
}
#misl_topbanner1 {
    opacity: 0;
    display: block;
    margin-left: -20000px;
    background-image: url('/images/banner_animation1_1.jpg');
    animation-name: animate_panel1;
    animation-timing-function: linear;
    animation-duration: 30s;
    animation-iteration-count: infinite;
}
#misl_topbanner2 {
    opacity: 0;
    display: block;
    margin-left: -20000px;
    background-image: url('/images/banner_animation2_1.jpg');
    animation-name: animate_panel2;
    animation-timing-function: linear;
    animation-duration: 30s;
    animation-iteration-count: infinite;
}
#misl_topbanner3 {
    opacity: 0;
    display: block;
    margin-left: -20000px;
    background-image: url('/images/banner_animation3_1.jpg');
    animation-name: animate_panel3;
    animation-timing-function: linear;
    animation-duration: 30s;
    animation-iteration-count: infinite;
}
@keyframes animate_panel1 {
  0% {
    margin-left: 0;
    background-size: 103%;
    opacity: 0;
  }
  1% {
    margin-left: 0;
    opacity: 1;
  }
  33% {
    margin-left: 0;
    opacity: 1;
  }
  34% {
    margin-left: -200000px;
    background-size: 108%;
    opacity: 0;
  }
  100% {
    margin-left: -200000px;
    background-size: 108%;
    opacity: 0;
  }
}
@keyframes animate_panel2 {
  0% {
    display: none;
    margin-left: -200000px;
    background-size: 103%;
    opacity: 0;
  }
  33% {
    display: block;
    margin-left: 0;
    background-size: 103%;
    opacity: 0;
  }
  34% {
    margin-left: 0;
    opacity: 1;
  }
  66% {
    margin-left: 0;
    opacity: 1;
  }
  67% {
    margin-left: -200000px;
    background-size: 108%;
    opacity: 0;
  }
  100% {
    margin-left: -200000px;
    background-size: 108%;
    opacity: 0;
  }
}
@keyframes animate_panel3 {
  0% {
    display: none;
    background-size: 103%;
    opacity: 0;
  }
  66% {
    display: block;
    margin-left: 0;
    background-size: 103%;
    opacity: 0;
  }
  67% {
    margin-left: 0;
    opacity: 1;
  }
  99% {
    margin-left: 0;
    opacity: 1;
  }
  100% {
    margin-left: -200000px;
    background-size: 108%;
    opacity: 0;
  }
}
#misl_paralax_png1 {
    position: absolute;
    left: -80px;
    bottom: 0px;
    height: auto;
    animation-name: png_animation;
    animation-timing-function: linear;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    height: 110%;
    width: auto;
}
#misl_paralax_png2 {
    position: absolute;
    left: -80px;
    bottom: 0px;
    height: auto;
    animation-name: png_animation;
    animation-timing-function: linear;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    height: 110%;
    width: auto;
}
#misl_paralax_png3 {
    position: absolute;
    left: -80px;
    bottom: 0px;
    height: auto;
    animation-name: png_animation;
    animation-timing-function: linear;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    height: 110%;
    width: auto;
}
@keyframes png_animation {
  0% {
    opacity: 0;
    left: 0;
    height: 100%;
  }
  5% {
    opacity: 1;
    left: 0;
    height: 100%;
  }
  95% {
    opacity: 1;
    left: -80px;
    height: 110%;
  }
  100% {
    opacity: 0;
    left: -80px;
    height: 110%;
  }
}
#misl_animationtext {
    width: 100%;
    opacity: 1;
    animation-name: opacityeffect;
    animation-timing-function: linear;
    animation-duration: 2s;
}
@keyframes opacityeffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.misl_topinfo_segments {
    margin-left: 20px;
    font-size: 14px;
}
.misl_topinfo_segments img {
    vertical-align: text-top;
    margin-right: 5px;
}
.misl_mainbody {
    line-height: 22px;
    float: left;
    background: #ffffff;
    width: 100%;
    z-index: 0;
}
.misl_topheader {
    width: 100%;
    font-family: Montserrat-Bold;
    font-size: 5vw;
    text-align: center;
    margin: 17px 0 0px 0;
    color: #f4f4f4;
    text-shadow: 0px 5px 10px #000000;
}
.puscica_levo {
    z-index: 1;
    position: relative;
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: -17px;
    margin-top: 75px;
    width: 1280px;
    height: 142px;
    text-align: center;
    filter: drop-shadow(0px 13px 10px rgba(0,0,0,1));
    transition: 0.3s;
}
.puscica_levo:hover {
    filter: drop-shadow(0px 8px 4px rgba(0,0,0,0.7));
    animation-name: left_bounce;
    animation-timing-function: linear;
    animation-duration: 0.5s;
    margin-left: -55px;
}
@keyframes left_bounce {
    0% {
        margin-left: -17px;
    }
    20% {
        margin-left: -55px;
    }
    40% {
        margin-left: -45px;
    }
    60% {
        margin-left: -55px;
    }
    80% {
        margin-left: -50px;
    }
    100% {
        margin-left: -55px;
    }
}
.puscica_levo img {
    -webkit-clip-path: polygon(16% 0, 16% 23%, 99% 23%, 99% 68%, 16% 68%, 16% 91%, 1% 45%);
    clip-path: polygon(16% 0, 16% 23%, 99% 23%, 99% 68%, 16% 68%, 16% 91%, 1% 45%);
    cursor: pointer;
    position: absolute;
    left: 0;
    top: -74px;
}
.puscica_levo h1 {
    position: absolute;
    cursor: pointer;
    left: 250px;
    top: 26px;
    margin: 0;
    color: #ffffff;
    line-height: 46px;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    z-index: 1;

}
.puscica_levo h2 {
    position: absolute;
    cursor: pointer;
    left: 250px;
    top: 70px;
    font-family: 'Montserrat';
    font-size: 36px;
    margin: 0;
    color: #ffffff;
    line-height: 36px;
    text-transform: uppercase;
    z-index: 10;
}
.puscica_desno {
    z-index: 2;
    position: relative;
    box-sizing: border-box;
    display: block;
    float: right;
    margin-right: -17px;
    margin-top: 2px;
    width: 1280px;
    height: 142px;
    text-align: center;
    filter: drop-shadow(0px 13px 10px rgba(0,0,0,1));
    transition: 0.3s;
}
.puscica_desno:hover {
    filter: drop-shadow(0px 8px 4px rgba(0,0,0,0.7));
    animation-name: right_bounce;
    animation-timing-function: linear;
    animation-duration: 0.5s;
    margin-right: -55px;
}
@keyframes right_bounce {
    0% {
        margin-right: -17px;
    }
    20% {
        margin-right: -55px;
    }
    40% {
        margin-right: -45px;
    }
    60% {
        margin-right: -55px;
    }
    80% {
        margin-right: -50px;
    }
    100% {
        margin-right: -55px;
    }
}
.puscica_desno img {
    -webkit-clip-path: polygon(1% 23%, 84% 23%, 84% 0, 99% 45%, 84% 91%, 84% 68%, 1% 68%);
    clip-path: polygon(1% 23%, 84% 23%, 84% 0, 99% 45%, 84% 91%, 84% 68%, 1% 68%);
    cursor: pointer;
    position: absolute;
    left: 0;
    top: -74px;
}
.puscica_desno h1 {
    position: absolute;
    cursor: pointer;
    left: 55px;
    top: 26px;
    margin: 0;
    color: #ffffff;
    line-height: 46px;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    z-index: 1;
}
.puscica_desno h2 {
    position: absolute;
    cursor: pointer;
    left: 55px;
    top: 70px;
    font-family: 'Montserrat';
    font-size: 36px;
    margin: 0;
    color: #ffffff;
    line-height: 36px;
    text-transform: uppercase;
    z-index: 10;
}
.misl_row {
    min-height: 600px;
    /*position: relative;*/
    float: left;
    box-sizing: border-box;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    line-height: 35px;
    overflow: visible;

}
#misl_subpage .misl_row {
    background-repeat: no-repeat;
    background-position: 931px 68px;
    z-index: 1;
    background-color: #fff;
    padding: 0;
    border-radius: 0;
    padding-bottom: 100px;
}
#misl_subpage .misl_center_container {
    background-color: #fff;
}
#misl_minigallery {
    background-color: #ffffff!important;
}
.misl_aboutus_half {

    float: left;
    width: 50%;
    padding: 0 25px;
    box-sizing: border-box;

}
.misl_container_onethird {
    float: left;
    width: 20%;
}
.misl_container_contactleft {
    float: left;
    width: 40%;
}
.misl_container_contactright {
    float: left;
    width: 60%;
}
#misl_articles_container, #misl_article_container {
    border-radius: 5px;
    padding: 50px;
    margin: 50px;
    box-sizing: border-box;
    width: calc(100% - 100px);
    background-color: #f4f4f4;
    box-shadow: 0 15px 50px rgba(0,0,0,0.15);
    border: 2px solid #f9f9f9;
}
.misl_container_twothirds {
    float: left;
    width: 80%;
}
.misl_multiarticle_sepparator {
    border-bottom: 2px dotted #9b1148;
    margin: 50px 0;
}
.misl_singlearticle_container:last-child .misl_multiarticle_sepparator {
    border-bottom: 0px dotted #9b1148;
} 
.misl_aboutus_third {
    float: left;
    width: 50%;
    padding: 0 25px;
    box-sizing: border-box;
}
.misl_aboutus_half img {

    float: left;
    border-radius: 3px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.5);

}
.misl_aboutus_half img:nth-child(1) {
    float: right;
}
.misl_aboutus_third img {

    float: left;
    border-radius: 3px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.5);

}

.misl_fullpage {
    float: left;
    width: 100%;
    padding: 30px 0px;
}
.misl_halfpage {
    float: left;
    position: relative;
    margin: 0 5% 0 0;
    width: 45%;
    box-sizing: border-box;
}
.misl_contact {
    margin: 0 0 0 5%;
}
.misl_halfpage h2 {
    margin-top: 10px;
    padding: 0 30px 0 0;
}
.misl_halfpage p {
    padding: 0 30px 0 0;
}
.misl_halfpage img {
    width: 100%;
    max-height: 463px;
    box-sizing: border-box;
    box-shadow: 0px 12px 50px rgba(0, 0, 0, 0.3);
    border: 0px solid rgb(94, 94, 94);
    border-radius: 3px;
}
.misl_footer_container {
    background: #dbdbdb;
    margin-top: 0px;
    z-index: 9;
    position: relative;
}
.misl_footer table {
    width: 100%;
}

.misl_footer {

    float: left;
    color: #cccccc;
    padding: 70px 0 0px 0;
    width: 100%;

}
.misl_footer td, .misl_footer td a {
    height: 35px;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: Montserrat;
    color: #1e1e1e;
}
.misl_footer td span {
    font-family: 'Montserrat';
    font-size: 32px;
}
.misl_footer ul {

    position: absolute;
    right: 0;
    bottom: -17px;
    list-style: none;

}
.misl_footer li {

    border-right: 1px solid #c9c9c9;
    float: left;
    padding: 0 20px;
    margin: 0;
    height: 20px;
    line-height: 15px;
    font-family: Montserrat;

}
.misl_footer li:last-child {
    border-right: 0px solid #000;
}
.misl_footer ul a {
   color:#878787;
}
.misl_normal_img {
    float: left;
    width: auto!important;
    margin: 10px 30px;
    border-radius: 5px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
}
.misl_sepperator {
    width: 100%;
    height: 10px;
    float: left;
}
.misl_textarea {
    padding: 1% 0;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 25px;
}
.misl_location {
    box-shadow: -400px 0px 0px #ececed, 669px 0px 0px #ececed;
    margin-top: calc(-1 * (1% + 42px));
}
.misl_mobilesepperator {
        display: none;
    }
.misl_tab button {
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 39%, rgba(255, 216, 102,0.6) 48%, rgba(255,255,255,0.9) 87%, rgba(255,255,255,0.9) 100%);
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 39%,rgba(255, 216, 102,0.6) 48%,rgba(255,255,255,0.9) 87%,rgba(255,255,255,0.9) 100%);
background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 39%,rgba(255, 216, 102, 0.6) 48%,rgba(255,255,255,0.9) 87%,rgba(255,255,255,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#e6ffffff',GradientType=1 );
    color: #ccc;
    border: 1px solid #fff;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    padding: 3px 30px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    font-size: 17px;
    text-transform: lowercase;
    letter-spacing: 6px;
    line-height: 34px;
    font-family: Montserrat;
    cursor: pointer;
    transition: 0.6s;
}
.misl_tab button:hover {
    color: #000;
    border: 1px solid #cccccc;
    transition: 0.3s;
}
.misl_stndardformcontainer form {
    float: left;
    box-shadow: 0px 5px 4px rgba(134, 55, 169,0.1);
    padding: 20px;
    border-radius: 5px;
    margin-left: -10px;
    margin-top: -10px;
}
.misl_adminediticons img {
    float: right;
}
.misl_adminediticons div { 
    max-width: 40px;
    max-height: 40px;
    margin: 1%;
    cursor: pointer;
    float: right;
    width: 30%;
    height: 40px;
    background-size: 100% auto;
    box-sizing: border-box;
    padding: 0;
    background-repeat: no-repeat;
}
.misl_adminediticons div.icon1 { 
    background-image: url('/images/uredi.jpg');
}
.misl_adminediticons div.icon1:hover { 
    background-image: url('/images/uredi2.jpg');
}
.misl_adminediticons div.icon2 { 
    background-image: url('/images/podvoji.jpg');
}
.misl_adminediticons div.icon2:hover { 
    background-image: url('/images/podvoji2.jpg');
}
.misl_adminediticons div.icon3 { 
    background-image: url('/images/izbrisi.jpg');
}
.misl_adminediticons div.icon3:hover { 
    background-image: url('/images/izbrisi2.jpg');
}
.misl_adminediticons div.icon4 { 
    background-image: url('/images/prevod2.jpg');
}
.misl_adminediticons div.icon4:hover { 
    background-image: url('/images/prevod.jpg');
}
.misl_paymentoptions {

}
/* ANGELS START */
input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}
#misl_frontpage {
    background: #ffffff; /* Old browsers */
    /*background: -moz-linear-gradient(top,  #f2f2f2 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #f2f2f2 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 );*/
}
#misl_frontpage .misl_halfpage_text {
    height: auto;
}
#misl_frontpage .misl_row:nth-child(3) {
    background-color: #f2f2f2;
}
.italic {
    font-family: Montserrat;
}
#misl_container {
    max-width: 1440px;
    overflow: hidden;
}
.misl_admin {
    margin: auto;
    background-color: #ffffff;
}
.misl_admin .misl_header span {
    font-family: Montserrat;
    margin-top: 57px;
    margin-left: 5px;
    color: #cd2361;
}
.misl_admin .misl_header {
    box-sizing: border-box;
    width: 100%;
}
.misl_admin .misl_logout {
    margin-top: 5px!important;
    margin-left: 0px!important;
}
.center {
    margin: auto;
    background-color: #ffffff;
}
.misl_orders table, .misl_contacts table {
    border-collapse: collapse
}
.misl_orders table tr {
    border-bottom: 1px solid #f4f4f4;
}
/*.misl_header {
    position: relative;
    text-align: center;
    height: 150px;
    width: 100%;
    float: left;
    background-color: #ffffff;
    z-index: 99999;
}*/
/*.misl_header .misl_logo {
    cursor: pointer;
    padding: 30px 0 10px 0;
    display: inline;
}*/
.subtitle {
    letter-spacing: 1.1px;
    font-size: 13.4px;
}
.misl_topbanner {
    float: left;
    position: relative;
    font-family: Montserrat;
    height: auto;
    overflow: hidden;
}
.misl_bannertext {
    position: absolute;
    letter-spacing: 1.1px;
    left: 131px;
    top: 4vw;
    font-size: 3.6vw;
    color: #ffffff;
}
.misl_bannertext .misl_button_inverse {
    margin-top: 5vw;
}
.misl_bannertext span {
    font-weight: bold;
    letter-spacing: 0;
    font-size: 16px;
    width: 100%;
    float: left;
    margin: 20px 0 -40px 0;
}
.misl_mainbody {
    font-family: Montserrat;
    line-height: 22px;
    float: left;
    background-color: #ffffff;
    width: 100%;
}
.misl_contactmessage br {
    display: none;
}
.misl_minitext {
    font-size: 14px;
    vertical-align: top;
    line-height: 27px;
}
.misl_mainbody h2:nth-child(1) {
    margin-top: 20px;
}
.misl_mainbody h2:nth-child(3) {
    margin-bottom: 35px;
}
.misl_contactmessage {
    padding: 50px 0;
    float: left;
    width: 100%;
}
.misl_topbanner_img {
    width: 100%;
    margin-top: -30px;
}
.misl_topbanner_img_mob {
    display: none;
}
.misl_carusel_item img {
    width: 214px;
    height: 190px;
}
.misl_maintabs {
    width: 100%;
    margin: 100px 0 100px 0;
    text-align: center;
}
.misl_tabitem {
    display: inline-block;
    width: 216px;
    margin: 0 75px;
}
.misl_tabitem img {
    display: inline;
    margin-top: 30px;
}
.misl_tabitem span {
    float: left;
    width: 216px;
    font-size: 18px;
}
.misl_tabitem span.misl_tabheader {
    font-family: Montserrat;
    margin: 20px 0 20px 0;
}
.misl_button {
    font-family: Montserrat;
    border: 1px solid #cd2361;
    text-align: center;
    min-width: 168px;
    background-color: #cd2361;
    color: #ffffff;
    font-size: 18px;
    border-radius: 5px;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 0 15px;
    line-height: 42px;
    height: 41px;
    text-transform: uppercase;
    margin: 20px 0;
}
.misl_button:hover {
    background-color: #ffffff;
    color: #cd2361;
    transition: 0.3s;
}
.misl_button_inverse {
    border: 1px solid #cd2361;
    font-family: Montserrat;
    text-align: center;
    min-width: 168px;
    background-color: #ffffff;
    color: #cd2361;
    font-size: 18px;
    border-radius: 5px;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 0 15px;
    line-height: 40px;
    height: 41px;
    text-transform: uppercase;
     margin: 20px 0;
}
.misl_button_inverse:hover {
    background-color: #cd2361;
    color: #ffffff;
    transition: 0.3s;
}
.misl_button a {
    color: #ffffff;
}
.misl_button_inverse:hover a {
    color: #ffffff;
}
.misl_button:hover a {
    color: #cd2361;
}
.misl_row {
    margin: 0;
    width: 100%;
    float: left;
    background-color: #f0f0f0;
    box-shadow: inset 1px 1px 50px rgba(0,0,0,0.15);
    border-radius: 0;
}
.misl_singlerow {
    margin: 0 0 82px 0;
    width: 100%;
    float: left;
    background-color: #f2f2f3;
    border-bottom: 2px solid #f2f2f2;
    border-top: 2px solid #f2f2f2;
}
#misl_shop, .misl_custom_category {
    border-top: 3px solid #f2f2f2;
}
#misl_shop .misl_row {
    margin: 0;
}
#misl_shop h2 {
    line-height: 19px;
}
#misl_shop .misl_row_odd .misl_item_img {
    float: right;
}
#misl_shop .misl_row_odd .misl_item_desc {
    float: right;
}
#misl_shop .misl_item_img {
    overflow: hidden;
    text-align: center;
}
#misl_shop .misl_item_img img {
    display: inline-block;
    float: none;
    height: 590px;
    width: auto;
}
#misl_shop .misl_item_desc {
    min-height: 600px;
    min-height: 600px;
}
#misl_shop .misl_button_inverse {
    width: auto;
}
#misl_shop .misl_button {
    width: auto;
}
#misl_story .misl_row {
    margin: 0;
}
#misl_story, #misl_contact {
    border-top: 3px solid #f2f2f2;
}
#misl_story .misl_row_odd .misl_item_img {
    float: right;
}
#misl_story .misl_row_odd .misl_item_desc {
    float: right;
}
#misl_story .misl_item_img {
    overflow: hidden;
    text-align: center;
    height: 520px;
}
#misl_story .misl_item_img img {
    display: inline-block;
    float: none;
    height: 520px;
    width: auto;
    margin-left: -100%;
    margin-right: -100%;
}
#misl_story .misl_item_desc {
    height: 600px;
    min-height: 600px;
}
#misl_story .misl_halfpage_text {
    height: auto;
    text-align: left;
    padding: 0 30px;
    background-color: #ffffff;
}
.misl_animateditem .misl_item_img {
    background-color: #ffffff;
    float: left;
    margin-left: -40px;
    width: calc(100% + 80px);
}
.misl_animateditem .misl_item_img img {
    width: auto;
    height: 250px;
    margin: 0 auto;
    float: none;
    display: block;
    min-height: 190px;
}
.misl_row_odd .misl_item_desc {
    float: right;
}
#paypal-button {
    max-height: 0;
    height: auto;
}
.misl_halfpage {
    float: left;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
}
.misl_halfpage_text {
    height: 617px;
    text-align: left;
    padding: 0 60px;
    background-color: #f2f2f2;
}
.misl_halfpage_text .misl_button {
    float: left;
}
.misl_carusel {
    float: left;
    width: 99%;
    padding: 30px 0.5% 60px 0.5%;
    background-color: #ffffff;
    text-align: center;
}
.misl_carusel_item {
    color: #4a4a4a;
    cursor: pointer;
    width: 214px;
    margin: 0px 15px;
    padding: 10px;
    min-width: 209px;
    display: inline-block;
    border: 1px solid #ffffff;
    border-radius: 5px;
}
.misl_carusel_item:hover {
    border: 1px solid #cd2361;
    transition: 0.3s;
}
.misl_carusel_item span {
    font-family: Montserrat;
    font-size: 18px;
}
.misl_carusel_item .misl_carusel_price {
    font-family: Montserrat;
    line-height: 40px;
}
.misl_carusel_item .misl_button {
    text-transform: uppercase;
    width: 148px;
    margin: 10px auto;
}
.misl_addtocart {
    margin: 10px 0 30px 0;
    float: left;
    width: 100%;
}
.misl_custom_category {
    float: left;
    background-color: #f2f2f2;
}
.misl_custom_category .misl_custom_title {
    width: 100%;
    height: 100px;
    line-height: 101px;
    background-color: #ffffff;
    text-align: center;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
}
.misl_custom_category .misl_halfpage h3 {
    font-family: Montserrat;
    font-size: 36px;
    line-height: 46px;
}
.misl_language_title {
    z-index: 999;
    position: absolute;
}
.misl_affirmations_container {
    position: relative;
}
.misl_lid_container {
    position: relative;
}
.misl_addtocart form {
    line-height: 32px;
}
.misl_addtocart input {
    position: absolute;
    left: 10px;
    z-index: -11;
}
.misl_addtocart input + label {
    margin-top: 10px;
    position: relative;
    cursor: pointer;
    margin-right: 5px;
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    float: left;
    height: 14px;
    line-height: 14px;
}
.misl_addtocart input:hover + label {
    background-color: #add9eb;
    border: 1px solid #add9eb;
    transition: 0.3s;
}
.misl_addtocart input:checked + label {
    background-color: #c4c4c4;
}
/*.misl_footer table {
    width: 1180px;
    margin-left: 260px;
}
.misl_footer tr:first-child {
    line-height: 30px;
}
.misl_footer td {
    vertical-align: top;
}*/
.misl_item_desc_window {
    overflow: hidden;
    height: auto;
    width: 625px;
    line-height: 28px;
    font-size: 19px;
}
.misl_item_desc_shown {
    font-size: 19px;
    line-height: 28px;
}
.misl_item_moreinfo {
    margin-top: 30px;
    font-size: 19px;
    line-height: 1.8vw;
}
#misl_itempage .misl_paymentoptions img {
    margin-right: 20px;
}
#misl_itempage .misl_halfpage {
    min-height: 1040px;
}
/*.misl_footer {
    float: left;
    padding: 70px 0 50px 0;
    background-color: #f2f2f3;
    width: 100%;
}
.misl_footer_element {
    width: 25%;
    float: left;
}
.misl_footer_element:nth-child(4) span:nth-child(2) {
    line-height: 21px;
}
.misl_footer_container {
    padding: 0 15%;
}
.misl_footer_element span {
    float: left;
    line-height: 35px;
    width: 100%;
}*/
.misl_item_desc {
    text-align: left;
    min-height: 800px;
    background-color: #f2f2f2;
    padding: 0px 40px;
}
.misl_item_desc h2:first-child {
    font-family: Montserrat;
}
.misl_item_desc .misl_button {
    float: left;
}

.misl_item_price span {
    font-family: Montserrat;
    font-size: 24px;
    float: right;
    color:#4a4a4a
}
.misl_shop_price {
    width: 100%;
    font-family: Montserrat;
    font-size: 24px;
    float: left;
    padding: 20px 0;
}
.misl_shop_buttonrow {
    float: left;
    width: 100%;
    padding: 20px 0;
}
.misl_shop_buttonrow .misl_button_inverse {
    float: right;
}
.misl_item_summary {
    font-family: Montserrat;
    font-size: 24px;
    width: 600px;
    background-color: #add9eb;
    color: #ffffff;
    padding: 30px;
    margin: 50px -1px;
}
#misl_item_desc_container .misl_details {
    cursor: pointer;
    line-height: 24px;
    padding: 20px 0;
}
#misl_item_desc_container .misl_details:hover {
    color:#cd2361;
}
#misl_item_desc_container .misl_details .misl_boldarrow {
    color:#4a4a4a;
    display: inline-block;
    width: 20px;
    height: 20px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: 1s;
}
#misl_item_desc_container .misl_details:hover .misl_boldarrow {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.3s;
}
/*#misl_menu {
    float: left;
    width: 100%;
    margin: 30px 0;
}*/
/*#misl_menu ul {
    list-style: none;
    width: auto;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}
#misl_menu li {
    display: inline;
    margin: 0 20px;
    font-size: 18px;
    letter-spacing: 2.03px;
    line-height: 22px;
}
#misl_menu li a {
    color: #4a4a4a;
}
#misl_menu li.active a, #misl_menu li a:hover {
    color: #cd2361;
}*/
.par_image_pagination {
    width: 100%;
    text-align: center;
}
.par_image_pagination ul {
    list-style: none;
    display: inline-block;
}
.par_image_pagination ul li {
    float: left;
    margin: 0 10px;
}
.misl_login input[type="email"], .misl_login input[type="password"], .misl_login input[type="text"] {
    box-sizing: content-box;
    margin-bottom: 10px;
    padding: 0 10px;
    border-radius: 3px;
    border: 1px solid transparent;
    text-align: left;
    width: 300px;
    height: 40px;
    background-color: #ffffff;
    color: #4a4a4a;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 1px;
}
.misl_login input[type="submit"], .misl_minibutton {
    box-sizing: content-box;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 0 10px;
    border: 1px solid #cd2361;
    text-align: left;
    width: 300px;
    height: 40px;
    background-color: #cd2361;
    color: #ffffff;
    font-size: 18px;
    border-radius: 5px;
    line-height: 40px;
    letter-spacing: 1px;
}
.misl_login input[type="submit"]:hover, .misl_minibutton:hover {
    padding: 0 10px;
    border: 1px solid #cd2361;
    text-align: left;
    width: 300px;
    height: 40px;
    background-color: #ffffff;
    color: #cd2361;
    font-size: 18px;
    border-radius: 5px;
    line-height: 40px;
    letter-spacing: 1px;
    transition: 0.3s;
}
.misl_systemmessage {
    text-align: center;
}
.misl_topcart {
    padding: 50px 35px;
    background-color: #f0f0f0;
    margin-top: 100px;
}
.misl_topcart span:first-child {
    text-transform: uppercase;
    float:left;
}
.misl_topcart span:last-child {
    font-family: Montserrat;
    float:right;
}
.misl_topcart span:last-child:hover .misl_rightarrow {
    padding-left: 5px;
    transition: 0.3s;
}
.misl_topcart span:last-child a {
    color: #cd2361;
}
.misl_rightarrow {
    padding-left: 5px;
    color:#cd2361;
    display: inline;
    vertical-align: middle;
}
.misl_cartrow {
    float: left;
    width: 100%;
    background-color: #f0f0f0;
}
.misl_cartrow_img {
    float: left;
    width: 25%;
    height: 175px;
    overflow: hidden;
}
.misl_cartrow_img img {
    width: 150px;
    height: auto;
    display: block;
    margin: 0 auto;
    float: none;
}
.misl_cart_instructions {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 5px;
    background-color: #f0f0f0;
}
.misl_cart_instructions .misl_cart_instructions_buttons {
    font-family: Montserrat;
    vertical-align: middle;
    line-height: 50px;
    display: inline-block;
    width: 63%;
}
.misl_orders {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 50px;
}
.misl_contact {
    border-collapse: collapse; 
    width: 100%
}
.misl_contact tr:nth-child(odd) {
    border-bottom: 1px solid #cd2361;
}
.misl_contacts {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 50px;
}
.misl_modrapuscicaadmin {
    width: 20px;
    height: 20px;
}
.misl_orders table, .misl_contacts table {
    width: 100%;
    text-align: left;
}
.misl_checkout_button {
    box-sizing: content-box;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 0 10px;
    border: 1px solid #cd2361;
    text-align: center;
    height: 40px;
    background-color: #cd2361;
    color: #ffffff;
    border-radius: 5px;
    line-height: 40px;
    letter-spacing: 1px;
    font-size: 22px;
    width: 100%;
}
.misl_checkout_button:hover {
    border: 1px solid #cd2361;
    background-color: #ffffff;
    color: #cd2361;
    transition: 0.3s;
}
.misl_checkout_button_inverse {

    border: 1px solid #cd2361;
    background-color: #ffffff;
    color: #cd2361;
}
.misl_checkout_button_inverse:hover {
    border: 1px solid #cd2361;
    background-color: #cd2361;
    color: #ffffff;
}
.misl_cart_button {
    box-sizing: border-box;
    float: right;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #cd2361;
    text-align: center;
    width: 100%;
    font-size: 1vw;
    background-color: #cd2361;
    color: #ffffff;
    border-radius: 5px;
    line-height: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.misl_cart_button:hover {
    border: 1px solid #cd2361;
    background-color: #ffffff;
    color: #cd2361;
    transition: 0.3s;
}
.misl_cart_button_inverse {

    border: 1px solid #cd2361;
    background-color: #ffffff;
    color: #cd2361;
}
.misl_cart_button_inverse:hover {
    border: 1px solid #cd2361;
    background-color: #cd2361;
    color: #ffffff;
}
.misl_cartrow_title {
    position: relative;
    width: 30%;
    height: 175px;
    float: left;
}
.misl_cartrow_title div {
    font-family: Montserrat;
    position: absolute;
    margin-left: 10px;
}
.misl_cartrow_language {
    font-family: Montserrat;
}
.misl_cartrow_quantity input {
    text-align: center;
    width: 30px;
    border: 1px solid #cccccc;
    height: 25px;
    background-color: #f0f0f0;
}
.misl_cartrow_quantity .misl_cartrow_quantity_container {
    position: absolute;
    width: 87px;
}
.misl_plus_button {
    cursor: pointer;
    width: 25px;
    height: 29px;
    line-height: 24px;
    float: right;
    text-align: center;
}
.misl_minus_button {
    cursor: pointer;
    width: 25px;
    height: 29px;
    line-height: 24px;
    float: left;
    text-align: center;
}
.misl_cartrow_price {
    position: relative;
    width: 25%;
    height: 175px;
    float: left;
}
.misl_cartrow_price input, .misl_cartrow_total input {
    background-color: #f0f0f0;
    font-size: 18px;
}
.misl_cartrow_price span input {
    font-family: Montserrat;
    position: absolute;
    border: 0px;
    text-align: center;
    width: 100%;
}
.misl_cartrow_total {
    position: relative;
    width: 40%;
    height: 100px;
    float: left;
    text-align: right;
}
.misl_cartrow_total span input {
    border: 0px;
    font-family: Montserrat;
    position: absolute;
    left: -5px;
    width: 100%;
    text-align: left;
}
.misl_cartrow_quantity {
    position: relative;
    width: 15%;
    height: 175px;
    float: left;
}
.misl_systemmessage p {
    font-family: Montserrat;
    text-align: center;
}
.misl_cartrow_quantity span {
    font-family: Montserrat;
    position: absolute;
}
.misl_cartrow_text {
    text-align: left;
    position: relative;
    width: 60%;
    height: 100px;
    float: left;
}
.misl_cartrow_text span:nth-child(3) {
    color: #949497;
    font-size: 12px;
}
.misl_cartrow_remove {
    text-align: left;
    position: relative;
    width: 5%;
    height: 175px;
    float: left;
}
.misl_cartrow_remove a {
    position: absolute;
    font-family: Montserrat;
    font-size: 18px;
    color: #4a4a4a;
}
.misl_cartrow_remove a:hover {
    color: #cd2361;
}
.misl_cartrow_text span {
    position: absolute;
}
.misl_checkout_container {
    background-color: #f0f0f0;
    float: left;
    width: 100%;
    padding-bottom: 100px;
}
.misl_checkout_container table {
    width: 100%;
    margin: 0 20px;
}
.misl_checkout_container table th {
    text-align: left;
}
.misl_checkout_container table td {
    text-align: left;
}
.misl_checkout_half_left {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding: 0 100px;
    min-height: 600px;
}
.misl_checkout_half_right {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding: 0 100px;
}
.misl_checkout_half_right .misl_cartrow_title {
    width: 40%;
    height: 80px;
}
.misl_checkout_half_right .misl_cartrow_img {
    width: 20%;
    height: 80px;
}
.misl_checkout_half_right .misl_cartrow_price {
    width: 40%;
    height: 80px;
    text-align: left;
}
.misl_checkout_half_right .misl_cartrow_img img {
    width: 88px;
    height: auto;
    float: left;
    display: block;
}
.misl_checkout_wideinput {
    width: 100%!important;
}
.misl_checkout_halfinput_left {
    width: 216px;
    margin-right: 4%;
}
.misl_checkout_total, .misl_checkout_total_num {
    font-family: Montserrat;
    text-align: right;
}
.misl_checkout_subtotal_container {
    float: left;
    margin: 20px 0;
    width: 583px;
}
.misl_checkout_righttext {
    float: right;
}
.misl_user_menu {
    position: absolute;
    font-size: 14px;
    line-height: 65px!important;
    top: 1px;
    right: -1px;
}
.fixed .misl_user_menu {
    top: 0px;
    line-height: 44px !important;
}
.misl_language {

}
.misl_language select {
    font-size: 14px;
    font-family: Montserrat;
}
.misl_currency select {
    font-size: 14px;
    font-family: Montserrat;
}
.misl_user_menu .misl_login {
    cursor: pointer;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    margin: 0 0px 0 0;
    padding: 0 15px 0 0;
    border-right: 1px solid #e5e5e6;
}
.misl_user_menu span.misl_language {
    margin: 0 0px 0 10px;
    display: inline-block;
    padding: 0 10px 0 0;
    border-right: 1px solid #e5e5e6;
}
.misl_user_menu span.misl_currency {
    margin: 0 0px 0 10px;
    display: inline-block;
    padding: 0 10px 0 0;
    border-right: 1px solid #e5e5e6;
}
.misl_user_menu span.misl_language select {
    border: 0px solid;
}
.misl_user_menu span.misl_language option {
    border: 0px solid;
}
.misl_user_menu span.misl_currency select {
    border: 0px solid;
}
.misl_user_menu span.misl_currency option {
    border: 0px solid;
}
.misl_user_menu span.misl_cart {
    margin: 0 10px;
}
.misl_user_menu img {
    width: 16px;
    height: 16px;
    margin-bottom: -2px;
}

.misl_user_menu_login_container {
    margin-left: 0px;
    max-height: 0;
    background-color: transparent;
    width: 100%;
    height: 50px;
    overflow: hidden;
}
.misl_user_menu_login_container input {
    width: 200px;
    height: 25px;
    border: 1px solid #f4f4f4;
    padding: 0 10px;
    border-radius: 3px;
    color: #4a4a4a;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.05);
    float: left;
}
#misl_registration {
    text-align: left;
}
.misl_toprightinfo {
    float: right;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    right: 2px;
    top: -11px;
}
.misl_toprightinfo span {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 0;
    position: relative;
    font-size: 15px;
    height: 20px;
    text-align: right;
    margin-bottom: 5px;
}
#misl_menu.fixed .misl_toprightinfo span a {
    font-size: 14px;
}
#misl_menu.fixed .misl_toprightinfo span img {
    height: 15px;
}
.misl_toprightinfo span img {
    vertical-align: middle;
    height: 20px;
    width: auto;
}
#misl_login {
    text-align: center;
}
#misl_textpage {
    padding: 5% 10%;
    width: 100%;
    box-sizing: border-box;
}
#misl_textpage h1 {
    padding: 0 0 30px 0;
}
#misl_textpage h2 {
    font-size: 20px;
}
.misl_terms_checkbox {
    padding: 30px 0px;
    text-indent: -30px;
    float: left;
    width: 100%;
    font-family: Montserrat;
}
.misl_terms_backto {
    padding: 30px 0px;
    text-indent: -10px;
    float: left;
    width: 100%;
    font-family: Montserrat;
}
.misl_terms_checkbox label {
    cursor: pointer;
}
.misl_terms_checkbox input {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
#misl_contact tr:nth-child(3) {
    position: absolute;
    left: -9999999999999999px;
    opacity: 0;
}
#misl_contact .misl_countlabel {
    position: absolute;
    right: 2px;
    bottom: -12px;
    font-family: Montserrat;
    font-size: 12px;

}
#misl_contact .misl_contact_container, #misl_retrieve .misl_retrieve_container {
    width: 600px;
    margin: 0 auto;
    padding: 50px 0 250px 0;
}
#misl_contact .misl_contact_thankyou {
    text-align: center;
    width: 300px;
    margin: 0 auto;
    padding: 50px 0;
}
#misl_contact input, #misl_retrieve input {
    box-sizing: border-box;
    height: 40px;
    width: 300px;
    border-radius: 3px;
    border: 1px solid #d5d5d6;
    padding: 0px 20px;
}
#misl_contact textarea {
    box-sizing: border-box;
    height: 40px;
    width: 300px;
    height: 100px;
    border-radius: 3px;
    border: 1px solid #d5d5d6;
    padding: 20px 20px;
}
#misl_contact button, #misl_retrieve button {
    width: 300px;
}
#misl_retrieve .misl_retrieve_container form {
    margin: 0 auto;
    width: 320px;
}
#misl_retrieve input {
    margin-bottom:10px;
}
.misl_privacydisclaimer {
    font-family: Montserrat;
    font-size: 14px;
    color: #cd2361;
}
.misl_hidebyheight {
    max-height: 500px!important;
    transition: 1s;
}
#pripomocki_kategorije {
    width: 100%;
    display: block;
    cursor: pointer;
    background: transparent;
    border: 1px solid #cd2261;
    color: #cd2261;
    font-family: Montserrat;
    padding: 5px 15px;
    font-size: 20px;
    letter-spacing: 1px;
    transition: 0.1s;
}
#pripomocki_kategorije:hover {
    background: #cd2261;
    border: 1px solid #cd2261;
    color: #fff;
    transition: 0.3s;
}
::-webkit-input-placeholder {
    font-family: Montserrat;
    line-height: 30px;
    vertical-align: top;
    font-weight: 400;
    font-size: 17px;
}
:-moz-placeholder {
    font-family: Montserrat;
    line-height: 30px;
    vertical-align: top;
    font-weight: 400;
    font-size: 17px;
}
::-moz-placeholder {
    font-family: Montserrat;
    line-height: 30px;
    vertical-align: top;
    font-weight: 400;
    font-size: 17px;
}
:-ms-input-placeholder {
    font-family: Montserrat;
    line-height: 30px;
    vertical-align: top;
    font-weight: 400;
    font-size: 17px;
}
.misl_checkout_userdata {
    position: relative;
    float: left;
}
.misl_checkout_userdata h3 {
    margin: 5px 0px;
}
.misl_registered_information {

}
.misl_sepperator {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 0;
}
.misl_sepperator_line {
    float: left;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #333;
}
.misl_sepperator_space {
        float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 50px;
}
.misl_checkout_userdata input[type="text"], .misl_checkout_userdata input[type="email"], .misl_checkout_userdata input[type="tel"], .misl_checkout_userdata input[type="password"]  {
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 0 1%;
    text-align: left;
    width: 48%;
    height: 40px;
    border: 1px solid transparent;
    background-color: #fff;
    color: #4a4a4a;
    font-size: 13px;
    border-radius: 3px;
    float: left;
    position: relative;
}
.misl_inputlabel {
    position: absolute;
    left: 6px;
    font-size: 13px;
    color: #898A8D;
}
.misl_checkout_userdata input:focus ~ .misl_inputlabel,
.misl_checkout_userdata input:not(:focus):valid ~ .misl_inputlabel{
  opacity: 0;
  transition: 0.3s;
}
.misl_custom_category .misl_halfpage {
    background-color: #f2f2f2;
    text-align: left;
    padding: 0 40px;
}
.misl_custom_category .misl_halfpage:first-child {
    padding: 0 0 0 40px;
}
.misl_lidpix_mini_container {
    width: 100%;
    text-align: center;
}
.misl_lidpix_container {
    background-color: #ffffff;
    position: relative;
    height: 30vw;
    max-height: 470px;
    margin-bottom: 30px;
    float: right;
    width: 100%;
}
.misl_lidpix {
    position: absolute;
    right: 0;
    opacity: 0;
    width: 100%;
}
.misl_lidpix:first-child {
    opacity: 1;
}
.misl_lidpix_mini {
    cursor: pointer;
    display: inline-block;
    padding: 1vw;
    width: 9vw;
}
.misl_peoplealsobought_container {
    float: left;
    width: 100%;
}
.misl_peoplealsobought {
    font-family: Montserrat;
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 10px 40px;
}
.misl_peoplealsobought_text {
    position: relative;
    float: left;
    margin: 40px 0;
    min-width: 100px;
}
.misl_peoplealsobought img {
    float: left;
}
.misl_peoplealsobought_price {

}
.misl_peoplealsobought {
    font-family: Montserrat;
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 50px 10px 100px 10px;
    position: relative;
    height: 150px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.misl_paymentoptions {
    width: 100%;
    text-align: center;
    float: left;
    padding-bottom: 40px;
}
.misl_paymentoptions img {
    display: inline;
}
.misl_crystalspage .misl_button {
    width:210px;
}

.misl_items {
    border: 1px solid #cd2361;
    padding: 3px 13px 3px 10px;
    border-radius: 3px;
    margin: 0 10px;
    font-family: Montserrat;
    color: #cd2361;
    font-size: 13px;
    cursor: pointer;
}
.misl_items:hover {
    background-color: #cd2361;
    color: #ffffff;
    transition: 0.3s;
}
.misl_language select {
    -moz-appearance: none;
    width: 78px;
    padding: 5px 2px;
    line-height: 16px;
    border-radius: 5px;
    height: 34px;
    background: url(images/dolpuscica.png) no-repeat right;
    background-size: 14px 10px;
    -webkit-appearance: none;
    background-position-x: 64px;
    background-position-y: 12px;
}
.misl_currency select {
    -moz-appearance: none;
    width: 78px;
    padding: 5px 2px;
    line-height: 1;
    border-radius: 5px;
    height: 34px;
    background: url(images/dolpuscica.png) no-repeat right;
    background-size: 14px 10px;
    -webkit-appearance: none;
    background-position-x: 64px;
    background-position-y: 12px;
}
.misl_cartrow_lefthalf {
    width: 70%;
    padding-bottom: 50px;
    float: left;
    position: relative;
}
.misl_cartrow_righthalf {
    width: 30%;
    float: left;
}
.misl_item_lefthalf {
    width: 60%;
    padding-bottom: 50px;
    float: left;
    position: relative;
}
.misl_item_righthalf {
    width: 40%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
}
.misl_items_lefthalf {
    width: 20%;
    padding-bottom: 50px;
    float: left;
    position: relative;
    padding: 4px 15px 15px 0;
    box-sizing: border-box;
}
.misl_items_lefthalf a {
    color: #000;
    width: 100%;
    float: left;
    margin: 7px 0;
    background-color: #fff;
    padding: 0 8px;
    box-sizing: border-box;
    box-shadow: -2px 5px 10px rgba(0,0,0,0.2);
    border: 1px solid #cd236121;
    transition: 0.3s;
}
.misl_items_lefthalf a:hover, .misl_items_lefthalf a.active {
    background-color: #cd2361;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    transition: 0.1s;
}
.misl_empty_category {
  text-align: center;
  width: 100%;
  float: left;
}
.misl_items_righthalf {
    width: 80%;
    float: left;
}
.misl_billing_radio input {
    width: 10px;
    height: 10px;
}
.misl_billing_radio_container {
    width: 100%;
    float: left;
}
.misl_billing_radio_container .misl_billing_radio {
    width: 336px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    margin: 0 0 10px 0;
    background-color: #fff;
    float: left;
    padding-left: 35px;
    cursor: pointer;
    position: relative;
}
.misl_billing_radio input {
    position: absolute;
    left: 7px;
    top: 11px;
}
.misl_payment_radio input {
    width: 10px;
    height: 10px;
}
.misl_payment_radio_container {
    width: 100%;
    float: left;
}
.misl_payment_radio_container .misl_payment_radio {
    width: 456px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    margin: 0 0 10px 0;
    border: 1px solid #d5d5d6;
    float: left;
    padding-left: 35px;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.misl_payment_radio input {
    position: absolute;
    left: 7px;
    top: 11px;
}
.misl_customradio {
    position: absolute;
    top: 10px;
    left: 6px;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}
.misl_billing_radio:hover input ~ .misl_customradio {
    background-color: #ccc;
    transition: 0.3s;
}
.misl_billing_radio, .misl_payment_radio {
    font-family: Montserrat;
}
.misl_billing_radio input:checked ~ .misl_customradio {
    background-color: #CD2361;
}
.misl_billing_radio input:checked ~ .misl_customradio:after {
    display: block;
}
.misl_payment_radio:hover input ~ .misl_customradio {
    background-color: #ccc;
    transition: 0.3s;
}

.misl_payment_radio input:checked ~ .misl_customradio {
    background-color: #CD2361;
}
.misl_payment_radio input:checked ~ .misl_customradio:after {
    display: block;
}
.misl_customradio:after {
    content: "";
    position: absolute;
    display: none;
}
.misl_billing_radio .misl_customradio::after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.misl_payment_radio .misl_customradio::after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.misl_billingaddress {
    max-height: 0px;
    float: left;
    overflow: hidden;
}
.misl_checkout_userinfo {
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #d5d5d6;
    padding: 0px 10px;
    float: left;
    width: 456px;
    box-sizing: border-box;
}
.misl_checkout_userinfo .misl_sepperator_line {
    border-bottom: 1px solid #d5d5d6;
}
.misl_checkout_userinfo h3 {
    margin: 15px 0;
    float: left;
}
.misl_checkout_userinfo h3 span {
    color: #898A8D;
    width: 215px;
    float: left;
}
.misl_checkout_userinfo h3 span:first-child {
    color: #4a4a4a;
    width: 115px;
    float: left;
}
.misl_checkoutposition_container {
    text-align: center;
    font-family: Montserrat;
    background-color: #ffffff;
    padding: 30px 0 30px 0;
}
.misl_checkoutposition_container .active {
    color: #cd2361;
}
.misl_hamburgermenu {
    background-color: #ffffff;
    padding: 5px 0;
    display: none;
    position: absolute;
    right: 5px;
    top: 63px;
    cursor: pointer;
}
.misl_hamburgermenu_off {
    display: none;
    position: absolute;
    right: 5px;
    top: 63px;
    cursor: pointer;
}
.misl_mobileinfo {
    display: none;
}
.misl_paymentlabel {
    float: left;
    line-height: 40px;
}
.misl_lidinfo2 {
    display: block;
}
.misl_lidinfo {
    display: none;
}
.misl_cartitem_container {
    position: relative;
    float: left;
    width: 100%;
}
.misl_modrapuscica {

}
.misl_admin h1 {
    width: 100%;
}
.misl_admin h1 span {
    float: right;
}
.misl_peoplealsobought .misl_button_inverse {
    margin: 20px auto;
}
.misl_peoplealsobought_container h3 {
    letter-spacing: 2px;
       width: 100%;
    text-transform: uppercase;
    text-align: center;
}
.misl_cartrow_container {
    float: left;
    width: 100%;
    padding: 10px 0;
}
/*.misl_footer_copyright {
    margin-top: 40px;
    margin-bottom: -40px;
    width: 100%;
    float: left;
    text-align: center;
    color: #bdbdbd;
    font-size: 13px;
}*/
#misl_shop .misl_breaksepperator {
    display:none!important;
}
/* ANGELS END */
#misl_sifranti_searchresult_container {

}
.misl_sifranti_searchresult {
    cursor: pointer;
    padding: 0 10px;
    font-size: 12px;
    line-height: 20px;
    text-indent: -32px;
    padding-left: 39px;
}
.misl_sifranti_searchresult:hover {
    background-color: #cc2360;
    color: #fff;
}
#misl_lending_categories {
    max-height: 0;
    overflow: hidden;
    height: auto;
    transition: 1s;
}
#misl_lending_categories span {
    width: 100%;
    float: left;
    font-weight: 400;
    cursor: pointer;
    padding: 0 10px;
      padding-left: 10px;
    font-size: 12px;
    line-height: 20px;
    text-indent: -32px;
    padding-left: 39px;
    border: 1px solid rgba(0,0,0,0.1);
    box-sizing: border-box;
    margin-bottom: 1px;
}
#misl_lending_categories span:hover {
    background-color: #cc2360;
    color: #fff;
}
.misl_lending_details {
    margin-bottom: 50px;
    display: none;
}
.misl_frontpage_item_image_container {
    width: 100%;
    height: 208px;
    overflow: hidden;
    position: relative;
    background-color: #cc2360;
}
.misl_frontpage_item_image_container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.misl_frontpage_item_top h2 {
    z-index: 9;
}
#misl_toptabs .misl_tab img {
    width: 140px;
    height: auto;
}
@media only screen and (min-width : 100px) and (max-width : 600px) {
    .misl_item {
        width: 95%;
    }
    .misl_center_container_inner {
      width: 100%;
    }
    .misl_frontpage_item {
        width: 100%;
        margin: 5px!important;
    }
    .misl_row .misl_container {
        display: block!important;
        margin-top: 0px;
    }
    #contact_pic img {
        max-width: 100%;
        height: auto;
    }
    .misl_footer .misl_fullpage table tr:nth-child(1) td:nth-child(2) {
        display: none;
    }
    #misl_articles_container, #misl_article_container {
        width: 100%;
    }
    #misl_gallerypage .misl_gallerycontainer a img.misl_galleryimage, #misl_gallerypage .misl_gallerycontainer a img.misl_galleryimage {
        height: auto!important;
    }
    .misl_toprightinfo span a {
        font-size: 12px!important;
        line-height: 12px!important;
        margin: 0!important;
        padding: 0!important;
    }
    .scrollToTop {
        bottom: 57px;
    }
    .cookiemonster button {
        box-sizing: border-box;
        width: 15%;
        padding: 0 5px;
        text-align: center;
        margin-right: 2% !important;
        font-size: 2vw;
    }
    .cookiemonster p {
        color: #080808;
        width: 75%;
        float: left;
        line-height: 10px;
        font-size: 7px;
        padding: 5px 10px;
        box-sizing: border-box;
    }
    .misl_cenikpage #misl_article_container tr td {
        text-align: center;
    }
    #misl_article_container img, #misl_articles_container img {
        width: 45%;
        height: auto;
    }
    p {
        padding: 10px 20px 10px 0;
    }
    #misl_subpage .misl_row {
        padding: 5px;
        margin: 0;
        width: 100%;
    }
    .misl_mappagecontainer {
        padding: 0;
        margin: 50px 0;
    }
    #misl_articles_container {
        border: 1px solid #9b1148;
        border-radius: 5px;
        margin: 5px;
        padding: 0;
        width: 100%;
        box-sizing: border-box;
    }
    p {
        font-size: 17px;
        line-height: 30px;
    }
    #misl_article_container img {
        max-width: 50%;
        height: auto;
        margin: 0 15px 0 5px;
    }
    #misl_article_container {
        padding: 5px;
        margin: 50px 0 0 0;
        box-sizing: border-box;
    }
    .fixed {
        display: none;
    }
    #misl_menu_list {
        padding-top: 10px!important;
        display: none;
        opacity: 0;
    }
    .misl_header_text .misl_header_text_button {
        position: absolute;
        width: 95% !important;
        box-sizing: border-box;
        left: 2%;
        bottom: 0;
        font-size: 25px;
        line-height: 30px;
    }
    .misl_header_text {
        height: 550px;
    }
    .misl_topbanner {
        margin-top: 0;
        height: 550px;
    }  
    #misl_paralax_png1 {
        left: -100px;
        top: auto;
        bottom: 0;
        height: 100%;
        width: auto !important;
        animation-name: png_animation2_1;
        animation-timing-function: linear;
        animation-duration: 10s;
        animation-iteration-count: infinite;
    }
    #misl_paralax_png2 {
        left: -150px;
        top: auto;
        bottom: 0;
        height: 100%;
        width: auto !important;
        animation-name: png_animation2_2;
        animation-timing-function: linear;
        animation-duration: 10s;
        animation-iteration-count: infinite;
    }
    #misl_paralax_png3 {
        left: -550px;
        top: auto;
        bottom: 0;
        height: 100%;
        width: auto !important;
        animation-name: png_animation2_3;
        animation-timing-function: linear;
        animation-duration: 10s;
        animation-iteration-count: infinite;
    }
    @keyframes png_animation2_1 {
      0% {
        opacity: 0;
        left: -100px;
        width: 90%;
      }
      5% {
        opacity: 1;
        left: -100px;
        width: 90%;
      }
      95% {
        opacity: 1;
        left: -200px;
        width: 100%;
      }
      100% {
        opacity: 0;
        left: -200px;
        width: 100%;
      }
    }
    @keyframes png_animation2_2 {
      0% {
        opacity: 0;
        left: -200px;
        width: 90%;
      }
      5% {
        opacity: 1;
        left: -200px;
        width: 90%;
      }
      95% {
        opacity: 1;
        left: -300px;
        width: 100%;
      }
      100% {
        opacity: 0;
        left: -300px;
        width: 100%;
      }
    }
    @keyframes png_animation2_3 {
      0% {
        opacity: 0;
        left: -500px;
        width: 90%;
      }
      5% {
        opacity: 1;
        left: -500px;
        width: 90%;
      }
      95% {
        opacity: 1;
        left: -650px;
        width: 100%;
      }
      100% {
        opacity: 0;
        left: -650px;
        width: 100%;
      }
    }
    .misl_header_text h3 span {
        font-size: 22px;
        line-height: 22px;
    }  
    .misl_header_text h3  {
        font-size: 20px;
        line-height: 20px;
    }  
    .misl_header_text h1 {
        font-size: 37px;
        letter-spacing: 2px;
        line-height: 54px;
        margin-bottom: 0;
        margin-left: 5px;
        margin-top: 0;
        box-sizing: border-box;
    width: calc(100% - 5px);
}
    #misl_topbanner1, #misl_topbanner2, #misl_topbanner3 {
        background-size: auto !important;
        margin-bottom: 4px;
    }
    .misl_extra_menu_button {
        display: none;
    }
    .misl_stndardformcontainer {
        width: 100%;
    }
    #misl_topinfo {
        height: auto;
        padding-bottom: 2px;
        margin-bottom: 0;
    }
    #misl_topinfo span {
        float: left;
        width: 65%;
        line-height: 20px;
        text-align: left;
        white-space: nowrap;
    }
    .misl_topinfo_segments {
        margin-left: 5px;
    }
    .misl_mainbody {
        margin-top: 0;
    }
    .misl_container_contactleft {
        width: 100%;
    }
    .misl_container_contactright {
        width: 100%;
    }
    .misl_footer .misl_halfpage {
        width: 100%;
    }
    #ortopedija, #estetika {
        padding-top: 0!important;
    }
    h1 {
        font-size: 30px;
    }
    .misl_hamburgermenu_off {
        /*display: block;*/
        position: absolute;
    }
    .misl_newsletter_form_container label {
        font-size: 20px;
        float: left;
        margin-left: 10px;
    }
    .misl_newsletter_form_container #emailinput {
        font-size: 28px;
        float: left;
        margin-left: 10px;
        width: 95%;
    }
    #kontakt {

    }
    .misl_newsletter_form_container {
        height: 170px;
    }
    
    .misl_gallerypreview_container .misl_aboutus_third {
        padding: 5px;
        width: 100%;
        float: left;
        margin: 10px 0!important;
    }
    .misl_gallerypreview_container .misl_aboutus_third:nth-child(3) {
        margin-left: 10px;
        margin-right: 0px;
    }
    .misl_aboutus_half img {
        width: calc(50% - 5px);
    }
    .misl_aboutus_half img:nth-child(2) {
        margin-bottom: 20px;
    }
    .misl_aboutus_half img:nth-child(10) {
        margin-top: -47px;
    }

    .misl_hamburgermenu {
       display: block;
        position: absolute;
    }
    #misl_menu li, .fixed #misl_menu li {
        line-height: 45px!important;
        width: 100%;
        display: block;
        height: auto!important;
        padding: 0;
        text-align: center;
    }
    #misl_menu.fixed li .misl_submenu {
        top: 0;
    }
    #misl_menu a {
        color: #292929;
        font-family: Montserrat;
        font-size: 25px;
    }
    .misl_menudownarrow {
        display: none;
    }
    #misl_menu li .misl_submenu li {
        border-bottom: 2px solid #eee;
        padding: 10px 0 0 5px!important;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 16px;
    }
    #misl_menu li .misl_submenu li:last-child {
        border-bottom: 2px solid transparent;
    }
    #misl_menu li .misl_submenu {
        box-shadow: 0 0 0 transparent;
        position: relative;
        top: 0;
        padding: 0;
    }
    .misl_container {
        float: left;
        width: 100%;
    }
    .misl_topborder_container {
        width: 100%;
    }
    .misl_mainbody {
        line-height: 25px;
    }
    .misl_header {
        height: auto;
    }
    .misl_aboutus_left {
        width: 100%;
    }
    .misl_aboutus_left div:nth-child(5) {
        width: 100%!important;
    }
    .misl_aboutus_right {
        width: 100%;
    }
    .misl_center_container_inner {
        width: auto;
    }
    #misl_storitve {
        height: 270px;
    }
    .misl_storitev {
        background-color: transparent!important;
        width: calc(100% / 3);
        float: left;
        padding: 0;
        border-radius: 3px;
        max-height: 191px;
        margin: 0 !important;
        box-sizing: border-box;
    }
    .misl_storitev h3 {
        color: #fff;
        font-size: 11px;
        padding: 0;
        margin-top: -49px;
        z-index: 0;
        position: relative;
        line-height: 20px;
        letter-spacing: 1px;
    }
    .misl_storitve_form_container h2 {
        color: #fff;
        padding-bottom: 0px;
        text-align: left;
        padding: 0 10px;
        margin: 0;
    }
    .misl_storitve_form_container {
        height: 300px;
    }
    .misl_storitve_form_container .misl_button {
        padding: 20px 15px!important;
        width: 100%;
        border-radius: 2px;
        box-sizing: border-box;
    }
    .misl_storitev .misl_button {
        height: 130px !important;
    }
    .misl_logo {
        padding: 0!important;
        width: auto;
        height: 75px;
        margin-left: 5px;
    }
    .misl_topcontact {
        bottom: 202px;
    }
    .misl_topcontact h2 {
        line-height: 15px;
        font-size: 12px;
    }
    .misl_top {
        height: auto;
    }
    #misl_menu {
        width: 100%;
        position: relative;
        z-index: 9;
        padding: 0;
        height: auto;
        margin-top: 0px;
        border: 0px;
        float: left;
    }
    .fixed .misl_extra_menu_buttonsleft, .misl_extra_menu_buttonsleft {
        display: none;
    }
    #misl_menu ul {
        width: 100%;
        text-align: left;
        margin-top: -12px;
        float: left;
        box-sizing: border-box;
    }
    .misl_menu_container {
        position: relative;
        left: 0;
        width: 100%;
        height: auto;
        float: left;
        background-color: #ffffff;
    }
    .fixed .misl_menu_container {
        background-color: #ffffff!important;
    }
    .misl_flatbutton {
        margin: 2px -9px 0 0;
        padding: 1px 10px;
        font-size: 16px;
        position: absolute;
        right: 14px;
        top: 2px;
        width: 54%;
        box-sizing: border-box;
        height: auto;
    }
    .fixed {
        display: block;
        position: relative!important;
        margin-top: 5px!important;
        height: auto!important;
    }
    .misl_language {
        width: auto!important;
        float: right!important;
    }
    .misl_language img {
        margin-right: 2px!important;
        margin-top: 2px!important;
    }
    .misl_language form select {
        margin-right: 2px!important;
        margin-top: 0!important;
    }
    .misl_toprightinfo {
      top: 0;
    }
    .misl_animatedheadline {
        line-height: 40px;
    }
    .misl_menu_container img.misl_logo {
        position: absolute !important;
        display: block !important;
        float: left;
        height: auto;
        width: 125px!important;
        margin-top: 0;
        left: 0;
        top: 6px;
        margin-top: 0;
        max-height: 69px;
        width: auto;
    }
    .misl_topinfo {
        width: 91%;
        margin: 0;
    }
    #misl_toptabs .misl_tab h1 {
        margin-top: 250px;
    }
    .misl_topborder_inner span {
        line-height: 19px;
        font-size: 14px;
        letter-spacing: 0px;
        margin-left: 5px;
    }
    .misl_topinfo:nth-child(4) {
        width: 30%;
        float: left;
    }
    .misl_topinfo:nth-child(5) {
        width: 45%;
        float: left;
    }
    .misl_topinfo img {
        display: none;
    }
    .misl_topborder_inner::before {
        z-index: -1;
    }
    .misl_topborder_inner {
        position: absolute;
        left: -30%;
        width: 89%;
        height: 50px;
    }
    .misl_language {
        float: left;
        line-height: 10px;
        margin-left: 5px;
    }
    .misl_language input.slovenscina {
        width: 21px;
        height: 17px;
        background-size: 21px 17px;
        position: absolute;
        left: -70px;
        top: 10px;
    }
    .misl_language input.deutsch {
        width: 21px;
        height: 17px;
        background-size: 21px 17px;
        position: absolute;
        left: -45px;
        top: 10px;
    }
    .misl_language input.english {
        width: 21px;
        height: 17px;
        background-size: 21px 17px;
        position: absolute;
        left: -20px;
        top: 10px;
    }
    .misl_topheader {
        margin-top: 73px;
        font-size: 11.2vw;
    }
    .puscica_levo {
        margin-left: 0px;
        margin-top: 12px;
        width: 86%;
        height: auto;
    }
    .puscica_levo img {
        top: 0;
        width: 100%;
    }
    .puscica_levo h1 {
        font-size: 12px;
        line-height: 13px;
        left: 57px;
        top: 19px;
        width: 200px;
        text-shadow: 0px 1px 1px #000;
    }
    .puscica_levo h2 {
        display: none;
    }
    .puscica_desno {
        margin-right: 0px;
        margin-top: 35px;
        width: 86%;
        height: auto;
    }
    .puscica_desno img {
        top: 0;
        width: 100%;
    }
    .puscica_desno h1 {
        font-size: 12px;
        line-height: 13px;
        left: 14px;
        top: 19px;
        width: 200px;
        text-shadow: 0px 1px 1px #000;
    }
    .puscica_desno h2 {
        display: none;
    }
    #map {
        height: 300px;
    }
    .misl_aboutus_half {
        width: 100%;
    }
    .misl_aboutus_half h2 {
        font-size: 19px;
        line-height: 24px;
        padding: 0 10px;
    }
    .misl_aboutus_half p {
        padding: 0 10px;
        font-size: 15px;
        line-height: 22px;
    }
    .misl_fullpage {
        padding: 0px 3px;
    }
    .misl_fullpage p {
        font-size: 20px;
    }
    #misl_contact textarea {
        height: 300px;
    }
    .misl_footer {
        float: left;
        padding: 20px 0;
        width: 100%;
    }
    .misl_footer table {
        display: block;
        float: left;
        width: 100%;
    }
    .misl_footer tr {
        width: 100%;
    }
    .misl_footer td {
        height: 18px;
        font-size: 12px;
        padding: 5px 0;
    }
    .misl_footer td span {
        font-size: 12px;
    }
    .misl_footer li {
        height: 20px;
        line-height: 15px;
        font-size: 15px;
        padding: 0 10px;
    }
    .misl_footer th {
        height: 18px;
        font-size: 10px;
        display: block;
        float: left;
        width: 50%;
        padding: 0;
        margin: 0;
    }
    .misl_footer .misl_halfpage:nth-child(2) {
        height:100px!important;
    }
    colgroup {
        display: none;
    }
    .misl_footer iframe {
        display: none;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        padding: 0 10px;
    }
    h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .misl_textarea {
        padding: 1% 1%;
        box-sizing: border-box;
    }
    .misl_location {
        margin-top: 35px;
        margin-left: -10px;
        height: 200px;
    }
    .misl_mobilesepperator {
        display: block;
    }
    .misl_copyright_container {
        color: #fff;
        font-family: Montserrat-Regular;
        font-size: 11px;
        text-align: center;
        letter-spacing: 7px;
        line-height: 13px;
    }
    #misl_toptabs .misl_tab {
        width: 98%;
        margin: 0 1%;
    }
    #misl_toptabs .misl_tab2, #misl_toptabs .misl_tab3 {
        margin: 5px 1% 0 1%!important;
    }
    /*.misl_mainbody .misl_row img {
        opacity: 0.3;
        padding-top: 100px;
    }*/
    .misl_mainbody .misl_row #estetika + div img {
        opacity: 0.3;
        padding-top: 100px;
        margin-left: -200px;
    }
    .misl_tab_sixty ul li {
      line-height: 23px;
      font-size: 12px;
    }
    #misl_toptabs .misl_tab p {
      line-height: 23px;
      font-size: 12px;
    }
    .misl_tab_hundred ul li {
      line-height: 23px;
      font-size: 12px;
    }
    .misl_tab h2 {
      line-height: 18px;
      font-size: 16px;
    }
    .misl_container_onethird {
        width: 15%;
    }
    .misl_container_twothirds {
        width: 85%;
    }
    .misl_row {
        margin: 0 1%;
        width: 98%;
        padding-bottom: 0;
    }
    #kontakt .misl_container_onethird {
        width: 100%;
    }
    #kontakt .misl_container_twothirds {
        width: 100%;
    }
    #kontakt h2 {
        font-size: 40px;
    }
    #misl_contactform h2 {
        font-size: 25px;
        height: 85px;
    }
    .misl_contact_container {
        padding: 0 10px 10px 10px;
        box-sizing: border-box;
    }
    .misl_contact_container h2 img {
        width: 80px;
    }
    .misl_contact_container input[type="text"], .misl_contact_container textarea {
        width: 100%;
    }
    .misl_contact_container label {
        font-size: 17px;
        padding: 0;
    }
    #misl_minigallery h2 {
        font-size: 34px;
    }
    #misl_minigallery .misl_row {
        padding: 0 0 20px 0!important;
    }
    #misl_article_container .misl_gallerycontainer img.misl_galleryimage, #misl_frontpage .misl_gallerycontainer img.misl_galleryimage, #misl_minigallery .misl_gallerycontainer img.misl_galleryimage {
        padding: 0;
        max-width: 100%;
        height: auto !important;
    }
    .misl_fullpage {
        box-sizing: border-box;
    }
    #misl_toptabs .misl_tab img {
        width: 50%;
        height: auto;
        margin: 40px 25%;
    }
    .misl_row {
        margin: 0;
        padding: 10px 0;
        width: 99%;
        padding-bottom: 0;
    }
}
@media only screen and (min-width : 600px) and (max-width : 1800px) {
    #misl_articles_container, #misl_article_container {
        width: calc(100% - 100px);
    }
    .cookiemonster button {
        box-sizing: border-box;
        width: 15%;
        padding: 0 5px;
        text-align: center;
        margin-right: 5% !important;
        font-size: 2vw;
    }
    .cookiemonster p {
        color: #080808;
        width: 80%;
        float: left;
        line-height: 1.5vw;
        font-size: 1.5vw;
        padding: 5px 10px;
        box-sizing: border-box;
    }
    #misl_article_container img, #misl_articles_container img {
        max-width: none;
        height: auto;
    }
    p {
        padding: 10px 20px 10px 0;
    }
    .misl_mappagecontainer {
        padding: 0;
        margin: 50px 00;
    }
    #misl_articles_container {
        border: 2px solid #9b1148;
        border-radius: 5px;
        margin: 5px;
        padding: 10px;
        width: calc(100% - 6px);
        box-sizing: border-box;
    }
    .misl_extra_menu_buttonsleft {
        display: none;
    }
    .misl_header_text h1 {
        font-size: 46px !important;
        line-height: 80px;
        margin-top: 70px;
    }
    .misl_header_text .misl_header_text_button {

    }
    #misl_toptabs .misl_tab img {
        height: auto;
        margin: 10px 41px 10px 10px!important;
    }
    #misl_toptabs .misl_titlecontainer h3 {
        font-size: 20px;
    }
    .#misl_toptabs .misl_tab img {
        height: auto;
        margin: 5% 10%;
    }
    .misl_topbanner {
        background-size: 103% 110% !important;
    }
    #misl_toptabs .misl_tab p {
        /*dfont-size: 16px*/;
    }
}
@media only screen and (min-width : 300px) and (max-width : 1450px) {
    #misl_fptabs .misl_animatedtab {
        height: 250px!important;
    }
    #misl_toptabs .misl_tab {
      min-width: unset;
    }
    .misl_item_title {
        font-size: 15px;
        line-height: 20px;
    }
    #misl_fptabs > div {
        position: relative;
        float: left;
    }
    #misl_fptabs .misl_animatedtab {
        width: 100%;
        height: 220px;
        margin: 0;
    }
    #misl_toptabs .misl_center_container {
        /*display: none;*/
    }
    #misl_menu li {
        padding: 0 5px;
    }
    .misl_header .fixed .misl_logo {
        margin-top: 0;
    }
    #misl_menu {
        width: 100%;
    }
    .misl_aboutus_half img {
        width: 19vw;
    }
    .misl_aboutus_half:nth-child(2){
        padding-top: 110px;
    }
    .misl_center_container_inner {
        width: 100%;
    }
    .misl_topcontact h2 {
        font-size: 27px;
    }
    #misl_menu {

    }
    .misl_header .misl_logo {
        width: 89px;
        margin-top: 17px;
        margin-left: 9px;
    }
    #misl_menu a {
        font-size: 14px;
    }
    #misl_menu li {

    }
    .misl_topheader {
        font-size: 8vw;
        margin: 40px 0 0px 0;
    }
    .puscica_levo {
        position: relative;
        margin-left: 0px;
        margin-top: 12px;
        width: 86%;
        height: auto;
    }
    .puscica_levo img {
        top: 0;
        width: 100%;
    }
    .puscica_levo h1 {
        position: relative;
        font-size: 3vw;
        padding: 7% 0px 0px 0px;
        cursor: pointer;
        left: 84px;
        letter-spacing: 1.2px;
        width: 100%;
        line-height: 100%;
        height: 100%;
    }
    .puscica_levo h2 {
        display: none;
    }
    .puscica_desno {
        position: relative;
        width: 86%;
        height:auto;
    }
    .puscica_desno img {
        top: 0;
        width: 100%;
    }
    .puscica_desno h1 {
        position: relative;
        font-size: 3vw;
        padding: 7% 0px 0px 0px;
        cursor: pointer;
        left: -83px;
        letter-spacing: 4px;
        width: 100%;
        line-height: 100%;
        height: 100%;
    }
    .puscica_desno h2 {
        display: none;
    }

}
