@font-face {
    font-family: 'Raleway';
    font-weight:  100;
    src: url('fonts/Raleway-Thin.ttf');
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: bold;
}
html {
    scroll-behavior: smooth;
}
body {
    color: #1e1e1e;;
    font-size: 20px;
    line-height: 41px;
    margin: 0;
    font-family: Raleway;
    background-color: #fff;
    overflow-x: hidden;
}
body > div {
    background-repeat: no-repeat !important;
    background-color: #020202 !important;
}
.filesize {

}
#selectedFiles {
    background-color: rgba(189, 242, 82,0.05);
    padding: 10px 20px;
    border-radius: 5px;
    width: max-content;
    margin-bottom: 50px;
}
.misl_transfer_history p {
    color: #fff;
}
.misl_transfer_history table {
    width: 100%;
}
#misl_frontpage {
    background-image: url('/images/topbg2.jpg')!important;
    background-color: #000;
    background-size: contain !important;
}
p {
    color: #1e1e1e;
    font-size: 20px;
    line-height: 36px;
    margin: 0 0 50px 0;
    font-family: Raleway;
    letter-spacing: 1px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
#misl_images_container {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
}
.misl_aboutus_half ul {
    width: 100%;
    float: left;
    margin-top: 0;
}
th {
    text-align: left;
    color: #1b2125;
}
.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: Raleway;

}
b {
}
a {
    color: #bdf252;
    text-decoration: none;
    transition: 0.1s;
}
.misl_simple_instructions {
    color: #fff;
    margin: 0;
}
#misl_checknewpass input {
    width: 100%;
}
#misl_article_container a:hover {
    color: #000;
}
#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;
}
h1 {
    font-family: Raleway;
    font-size: 50px;
    color: #1b2125;
    margin: 10px 0;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 3px;
    background: linear-gradient(to right, #000 0%, #9be800 100%);
      background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
#misl_article_container h1, #misl_articles_container h1 {
	margin: 0 0 80px 0;
	padding: 0 5%;
	font-size: 58px;
	line-height: 75px;
	width: 90%;
}
h2 {
    font-family: Raleway;
    font-size: 34px;
    color: #1b2125;
    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: Raleway;
    font-size: 21px;
    color: #1b2125;;
    line-height: 40px;
    letter-spacing: 0;
}
h4 {

    font-family: Raleway;
    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;
}
.misl_topanimation {
    background-image: url('/images/topbg.jpg');
    height: 690px;
}
.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;}
}
.misl_topcontact {
    position: absolute;
    right: 13px;
    top: 55px;
}
.misl_topcontact h2 {
    font-family: 'Raleway';
    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: Raleway;
    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: Raleway;
    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: Raleway;
    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: Raleway;
    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: Raleway;
    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 {
    background-image: url('/images/botbg_newsletter.jpg');
    text-align: center;
    width: 100%;
    padding: 130px 0;
}
.misl_newsletter_form_container .misl_center_container_inner h2 {
	color: #fff;
}
.misl_center_container_inner h2 {
	color: #000;
	margin: 20px 0;
	font-size: 25px;
	font-weight: 800;
	letter-spacing: 2px;
}
.misl_center_container_inner input {
    width: 70%;
    text-align: center;
    line-height: 35px;
    border: 0;
    box-shadow: 0 0 0;
    margin: 7px 0;
    opacity: 1;
    background-color: #bdf252;
    font-family: Raleway;
    font-size: 16px;
    letter-spacing: 1px;
}
#newsletter button {
    text-transform: uppercase;
    background-color: #e47b02;
    border: 1px solid #e47b02;
    color: #fff;
    padding: 15px 35px 11px 35px;
    margin-top: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: Raleway;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}
#newsletter button:hover {
	background-color: #1f2933;
    border: 1px solid #fff;
    transition: 0.1s;
}
.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_gallery_container {
  width: 100%;
  margin-left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0px;
  flex-wrap: wrap;
}
#misl_gallery_categories {
    width: 100%;
    float: left;
}
#misl_gallery_categories h3 {
    float: left;
}
#misl_gallery_categories form {
    float: left;
    margin: 62px 0 25px 10px;
}
#misl_gallery_categories form select {
    font-family: Raleway;
    line-height: 25px;
    font-size: 20px;
}
.misl_footer_copyright {
	width: 100%;
	text-align: left;
	float: left;
	font-size: 12px;
	color: #fff;
	font-family: Raleway;
    letter-spacing: 2px;
    text-align: center;
}
.misl_footer table img {
	width: 200px;
	height: auto;
}
.misl_footer table tr:first-child td {
	/*text-transform: uppercase;
	font-weight: bold;*/
}
.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: 'Raleway';
}
.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: Raleway;
    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: Raleway;
    line-height: 24px;
    font-size: 20px;
    padding: 5px 10px;
    font-family: Raleway;
    letter-spacing: 0;
}
.cookiemonster button {
    float: right!important;
    font-family: Raleway;
    font-weight: bold;
    border: 2px solid #1b2125;
    text-align: left;
    min-width: 80px;
    background-color: #ffffff;
    color: #1b2125;
    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: 21px!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: Raleway !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='#1b2125', 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: 'Raleway';
    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: Raleway;
    font-size: 14px;
    padding: 0 10px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 26px;
  opacity: 0.2; /* Firefox */
}

:-ms-input-placeholder { /* Ralewaynet 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: #1b2125;
}
.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%;
}

.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) {
    text-align: center;
}
.misl_gallerypreview_container h3 {
    font-family: Raleway;
    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: 'Raleway';
    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 {
    transition: 0s;
    height: 82px;
    line-height: 49px;
    background-color: transparent;
    width: 100%;
    float: right;
}
#misl_topinfo {
    width: 100%;
    float: left;
    background-color: #080808;
    color: #fff;
    height: 30px;
    line-height: 30px;
}
.misl_menu_container {
    position: absolute;
    width: 100%;
    z-index: 100;
    height: 117px;
}
.fixed .misl_menu_container {

}
.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: Raleway;
}
.misl_header_text h3 {
    text-transform: none;
    font-family: 'Raleway';
    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 {
    
}
.misl_language select {
    background-color: transparent;
    color: #000;
    border: 1px solid rgba(255,255,255,0.3);
    font-family: Raleway;
    border-radius: 3px;
    display: block;
    margin-top: 6px;
}
.misl_header_text h3 span {
font-family: 'Raleway';
font-size: 26px;
margin-right: 10px;
}
.misl_header_text .misl_header_text_button {
    float: right;
    font-family: Raleway;
    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_tab_price {
    color: #fff;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    left: -3px;
    bottom: 2px;
    font-size: 18px;
}
.misl_toptabs {
    width: 24.7%;
    float: left;
    overflow: hidden;
}
.misl_center_container_inner .misl_toptabs:nth-child(1) {
    margin-right: 0.2%;
}
.misl_center_container_inner .misl_toptabs:nth-child(2), .misl_center_container_inner .misl_toptabs:nth-child(3) {
    margin-left: 0.2%;
    margin-right: 0.2%;
}
.misl_center_container_inner .misl_toptabs:nth-child(4) {
    margin-left: 0.2%;
}
.misl_toptabs h2 {
    color: #ffffff;
    background-color: #1f2933;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 2px;
}
.misl_toptabs img {
    float: left;
}
.misl_tab_more {
    color: #e47b02;
    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 {
	border-left: 3px solid rgba(0,0,0,0);
	border-right: 3px solid rgba(0,0,0,0);
	border-radius: 0;
    font-family: Raleway;
    font-weight: 400;
    font-size: 16px;
    line-height: 39px;
    margin-left: 10px;
    color: #161d0a;
    padding: 0 5px;
	margin-right: 10px;
}
#misl_menu a:hover {
	text-decoration: none;
	border-bottom: 1px solid rgba(0,0,0,0);
	transition: 0.3s;
}
.fixed {
    margin-top: 0px!important;
    position: fixed!important;
    z-index: 999;
    height: 42px!important;
    transition: 0s;
}
#misl_menu.fixed a {

}
#misl_menu.fixed a:hover {

}
#misl_menu li.active a {
    color: #fff;
    font-weight: 800;
    border-radius: 7px;
    padding: 2px 5px;
}
#misl_menu .misl_extra_menu_buttonsleft a {
    color: #292929;
    padding: 0 5px;
    border-radius: 0;
    font-family: Raleway;
    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: Raleway;
    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;
    text-align: center;
    padding: 0;
    float: right;
    width: 60%;
    background-color: #bdf252e8;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 39px;
}
.fixed#misl_menu ul#misl_menu_list {
    height: 39px;
    margin: 3px 0;
}
#misl_menu li {
    height: 39px;
    font-size: 17px;
    letter-spacing: 1px;
    border-bottom: 2px solid transparent;
    box-shadow: 0px 0px 0px transparent;
    margin: 0 auto;
    float: left;
    position: relative;
    min-width: 80px;
    transition: 0.1s;
    line-height: 38px;
}
#misl_menu li .misl_submenu {
    display: none;
    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: #bdf252e8;
    border: 0px solid #fcfcfc;
    border-radius: 0px;
    color: #fff;
    box-shadow: 5px 0px 30px rgba(0,0,0,0.2);
    background: #bdf252e8 url(/images/top.png);
    background-size: 40px 36px;
    background-position: 2px 3px;
    background-repeat: no-repeat;
    transition: 0.3s;
    padding: 2px;
    border-radius: 10px;
}
.scrollToTop:hover {
    background-size: 30px 26px;
    background-position: 7px 7px;
    border: 0px solid #ffffff;
    transition: 0.1s;
}
.misl_stndardformcontainer {
    width: 80%;
}
.misl_stndardformcontainer ::placeholder {
    color: #1b2125;
}
.misl_stndardformcontainer:-ms-input-placeholder {color: #1b2125;
}

.misl_stndardformcontainer::-ms-input-placeholder {
    color: #1b2125;
}
.misl_stndardformcontainer input[type="text"], .misl_stndardformcontainer input[type="email"],.misl_stndardformcontainer textarea {
    border: 2px solid #1b2125;
    font-size: 20px;
    box-sizing: border-box;
    width: 100%;
    color: #1b2125;
    font-family: Raleway;
    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 #1b2125;
    font-size: 20px;
    box-sizing: border-box;
    width: 100%;
    color: #ffffff;
    font-family: Raleway;
    margin: 3px 0;
    height: 50px;
    border-radius: 5px;
    background: #1b2125;
    padding: 0 5px;
}
.misl_stndardformcontainer select option {
    color: #ffffff;
}
.misl_stndardformcontainer button {
    cursor: pointer;
    border: 2px solid #1b2125;
    font-size: 20px;
    box-sizing: border-box;
    width: 100%;
    color: #1b2125;
    font-family: Raleway;
    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: #1b2125;
    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: #060709;
    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: Raleway;
    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: #1b2125;
    color: #fff;
}
.misl_systemmessage span {
    font-size: 36px;
    font-family: Raleway;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
}
.misl_systemmessage {
    box-sizing: border-box;
    position: fixed;
    z-index: 99999999999999;
    border: 2px solid #ffffff;
    box-shadow: 0 8px 10px rgba(0,0,0,0.2);
    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;
    line-height: 48px !important;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    border-radius: 10px;
    background-color: #aede4c;
    padding: 20px 50px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(135deg, rgb(0, 0, 0) 0%,rgb(18, 21, 12) 50%,rgb(10, 11, 8) 51%,rgb(19, 23, 9) 100%);
    background: -webkit-linear-gradient(135deg, rgb(0, 0, 0) 0%,rgb(18, 21, 12) 50%,rgb(10, 11, 8) 51%,rgb(19, 23, 9) 100%);
    background: linear-gradient(135deg, rgb(0, 0, 0) 0%,rgb(18, 21, 12) 50%,rgb(10, 11, 8) 51%,rgb(19, 23, 9) 100%);
      background-color: rgba(0, 0, 0, 0);
      background-repeat: repeat;
      background-size: auto;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
    margin-top: 10%;
    top: 132px;
}
#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;
    margin-top: 3px;
    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: #1f2832;
      color:#ebebeb;
    }
    14% {
      top: 100px;
      background-color: #ebebeb;
      color:#060709;
    }
    29% {
      top: 100px;
      background-color: #1f2832;
      color:#ebebeb;
    }
    44% {
      top: 100px;
      background-color: #ebebeb;
      color:#060709;
    }
    59% {
      top: 100px;
      background-color: #1f2832;
      color:#ebebeb;
    }
    73% {
      top: 100px;
      background-color: #ebebeb;
      color:#060709;
    }
    100% {
      top: 100px;
      background-color: #1f2832;
      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: Raleway;
    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: #1b2125;
    border: 1px solid #1b2125;
    font-family: Raleway;
    font-size: 17px;
    cursor: pointer;
    transition: 0.1s;
}
#misl_article_container p, #misl_article_container h3 {
    margin: 0;
}
.misl_center_container_inner h2.misl_slogan {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 39.5px;
    letter-spacing: 0;
    color: #1f2933;
    margin: 20px 0;
}
.misl_slogan span {
    color: #e47b02;
}
.misl_frontpage_item_bot {
    position: relative;
}
.misl_frontpage_item_bot:nth-child(1) {
    float: left;
}
.misl_frontpage_item_bot:nth-child(2) {
    width: 374px;
    margin: 0 auto;
}
.misl_frontpage_item_bot:nth-child(3) {
    float: right;
}
.misl_frontpage_item_bot img {
    float: left;
}
.misl_frontpage_item_bot h2 {
    position: absolute;
    background-color: #1f2933;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 15px 30px;
    bottom: -65px;
    width: 150px;
    left: 0;
    margin: 0;
}
.misl_frontpage_item_bot a {
    position: absolute;
    left: 0;
    bottom: -86px;
    padding: 0px 45px;
    background-color: #e47b02;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}
.misl_frontpage_partners {
    width: 100%;
    text-align: center;
    margin: 50px 0;
}
.misl_frontpage_partners img {
    display: inline-block;
    margin: 0 2%;
}
#misl_article_container input[type="submit"]:hover {
    color: #1b2125;
    background-color: #fff;
    transition: 0.3s;
}
.misl_form_container {
    padding: 0 5%;
    margin: 0 auto;
}
.misl_form_container p {

}
.misl_item_price {

}
ul {

}
#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: #060709;
    color: #ffffff;
    transition: 0.1s;
}
.fixed #misl_menu_list li {
    height: 48px;
    transition: 0.1s;
}
.misl_flatbutton {
    cursor: pointer;
    float: right;
    background-color: #1b2125;
    color: #fff;
    padding: 9px 19px;
    border:  1px solid #1b2125;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    margin-top: 25px;
    text-transform: uppercase;
    font-size: 20px;
    transition: 0.1s;
}
.misl_flatbutton:hover {
    color: #1b2125;
    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: Raleway;
    letter-spacing: 1px;
    text-align: justify;
    text-align: left;
    width: 100%;
}
.misl_vendor_img {
  border-radius: 5px;
  box-shadow: 10px 10px 0px #BCF051;
  display: inline-block;
  width: 221px;
  height: 221px;
  margin: 0px 5px 5px 7px;
  background-position: center center !important;
}
#misl_items_container {
    padding: 10px 20px;
    width: 100%;
}
.misl_center_container {
    float: left;
    width: 100%;
}
.misl_center_container_second {
    height: 44px !important;
    background: #202a34;
    background: -moz-linear-gradient(left, #202a34 0%, #52606d 49%, #202a34 100%);
    background: -webkit-linear-gradient(left, #202a34 0%,#52606d 49%,#202a34 100%);
    background: linear-gradient(to right, #202a34 0%,#52606d 49%,#202a34 100%);
      background-color: rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202a34', endColorstr='#202a34',GradientType=1 );
}
.misl_center_container_second div {
    text-transform: uppercase;
    display: flex;
    font-size: 14px;
    line-height: 44px;
    color: #ffffff;
}
.misl_center_container_second div span {
    font-weight: bold;
    margin-right: 5px;
}
.misl_center_container_inner {
    width: 100%;
    height: auto;
    margin: auto;
}
.misl_item form button {
	color: #1f2933;
	position: absolute;
	right: 7px;
	bottom: 7px;
	text-transform: uppercase;
	font-weight: bold;
}
.misl_item {
	cursor: pointer;
	width: calc(25% - 15px);
	float: left;
	padding: 0 40px 7px 40px;
	box-sizing: border-box;
	margin: 10px;
	  margin-left: 10px;
	border-radius: 2px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 0 5px #1f29331f;
	position: relative;
}
.misl_items_righthalf .misl_item {
    min-height: 340px;
    padding: 0 5px;
}
.misl_items_righthalf .misl_item .misl_item_title {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400px;
	text-transform: uppercase;
	font-family: Raleway !important;
	padding: 10px 1%;
	float: left;
	width: 98%;
}
.misl_item:nth-child(4n + 1) {
    margin-left: 0;
}
.misl_item:nth-child(4n) {
    margin-right: 0;
}
.misl_item_price {
  float: right;
  background-color: #1f2933;
  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;
	left: 7px;
	bottom: 0;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	min-width: 85px;
	padding: 0;
	border: 2px solid #fff;
	box-shadow: 0 2px 4px #ccc;
}
#misl_productspage .misl_item .misl_item_price {
    bottom: -8px;
}
.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: #060709;
    border-radius: 99px;
    border: 1px solid #060709;
}
.misl_item_title {
    font-family: Raleway;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
}
.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: #060709;
    border-radius: 99px;
    padding: 10px 20px;
    font-family: Raleway;
    display: block;
    border: 1px solid #060709;
}
.misl_item button {
    margin: 0 auto;
    display: block;
    cursor: pointer;
    background: transparent;
    border: 0px solid #1f2933;
    color: #1f2933;
    font-family: Raleway;
    padding: 5px 15px;
    font-size: 20px;
    letter-spacing: 1px;
    transition: 0.1s;
}
.misl_item button:hover, .misl_item:hover button {
    background: #1f2933;
    border: 0px solid #1f2933;
    color: #fff;
    transition: 0.3s;
}
.misl_header {
    color: #fff;
    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;
    margin-top: 5px;
    margin-left: 50px;
    transition: 0.1s;
    height: 63px;
    width: auto;
}
.misl_header .fixed .misl_logo {
    cursor: pointer;
    padding-top: 0;
    padding-bottom: 5px;
    padding-left: 0px;
    z-index: 99;
    height: 42px;
    width: auto;
    position: relative;
    transition: 0.1s;
}
.misl_header .misl_center_container {
    height: 117px;
}

.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: Raleway-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: 'Raleway';
    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: 'Raleway';
    font-size: 36px;
    margin: 0;
    color: #ffffff;
    line-height: 36px;
    text-transform: uppercase;
    z-index: 10;
}
.misl_row {
    min-height: 500px;
    /*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: 10px 0;
	box-sizing: border-box;
	width: 100%;
	background-color: #fff;
	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 #1b2125;
    margin: 50px 0;
}
.misl_singlearticle_container:last-child .misl_multiarticle_sepparator {
    border-bottom: 0px dotted #1b2125;
} 
.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_imagecontainer, .misl_kupicontainer {
    float: left;
    width: 100%;
    padding: 30px 50px!important;
    box-sizing: border-box;
}
.misl_kupicontainer tr td {
    border-bottom: 1px solid #546b25;
}
.misl_kupicontainer h1 {
    color: #fff;
}
.misl_kupicontainer h3 {
    color: #fff;
}
.misl_kupicontainer h4 {
    color: #fff;
    padding: 0;
}
.misl_kupicontainer p {
    color: #fff;
    font-size: 20px;
    margin: 0;
}
.misl_kupicontainer table button {
    float: none;
}
.misl_price {
    font-size: 24px;
}
.misl_price p {
    
}
.misl_halfpage {
    width: 50%;
    float: left;
    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: #10230e; 
    background: -moz-linear-gradient(left,  #10230e 0%, #081107 50%, #10230e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #10230e 0%,#081107 50%,#10230e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #10230e 0%,#081107 50%,#10230e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10230e', endColorstr='#10230e',GradientType=1 ); /* IE6-9 */
    margin-top: 0px;
    z-index: 9;
    position: relative;
}
.misl_footer table {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.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: 1px;
    font-family: Raleway;
    color: #ffffff;
}
.misl_footer td span {
    font-family: 'Raleway';
    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: Raleway;

}
.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_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: Raleway;
    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 */
    width: 100%;
    /*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: Raleway;
}
#misl_container {
    max-width: 1440px;
    overflow: hidden;
}
.misl_admin {
    margin: auto;
    background-color: #ffffff;
}
.misl_admin .misl_header span {
    font-family: Raleway;
    margin-top: 57px;
    margin-left: 5px;
    color: #060709;
}
.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: Raleway;
    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_fullwidth {
    font-family: Raleway;
    line-height: 22px;
    float: left;
    background-color: transparent;
    width: 100%;
}
.misl_mainbody {
    font-family: Raleway;
    line-height: 22px;
    float: none;
    background-color: transparent;
    width: 1170px;
    height: auto;
    margin: 10px auto;
    border-radius: 10px;
    overflow: hidden;
}
.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: Raleway;
    margin: 20px 0 20px 0;
}
.misl_button {
    font-family: Raleway;
    border: 0px solid;
    text-align: center;
    min-width: 168px;
    background-color: #bdf252;
    color: #0e1f0c;
    font-size: 18px;
    border-radius: 10px;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 0 15px;
    height: 41px;
    margin: 20px 0;
    font-weight: bold;
    line-height: 41px;
}
.misl_button:hover {
    background-color: #fff;
    transition: 0.3s;
}
.misl_systemmessage_container {
  position: fixed;
  display: none;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(251,251,251,1) 50%, rgba(243,243,243,1) 51%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(251,251,251,1) 50%,rgba(243,243,243,1) 51%,rgba(255,255,255,1) 100%);
  background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(251,251,251,1) 50%,rgba(243,243,243,1) 51%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
  padding: 20px 100px;
  border-radius: 2px;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  float: left;
  box-sizing: border-box;
  box-shadow: 0px 5px 5px rgba(0,0,0,0.5), 0px 5px 25px rgba(255, 255, 255,0.5);
  border: 2px solid #fff;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-100%);
}
.misl_close_popup {
  background-size: 100%;
  width: 38px;
  height: 38px;
  box-sizing: border-box;
  z-index: 10;
  padding: 3px;
  border-radius: 3px;
  display: block;
  position: absolute;
  right: 4px;
  top: 4px;
  cursor: pointer;
}
.misl_close_popup:hover {
    filter: brightness(0.5);
}
.misl_passchange_initiate {
  width: 100%;
  overflow: hidden;
  max-height: 0;
  text-align: center;
  transition: 0.5s;
}
#misl_passchangebtn {
  cursor: pointer;
}
.misl_button_inverse {
    border: 1px solid #060709;
    font-family: Raleway;
    text-align: center;
    min-width: 168px;
    background-color: #ffffff;
    color: #060709;
    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: #060709;
    color: #ffffff;
    transition: 0.3s;
}
.misl_button a {
    color: #ffffff;
}
.misl_button_inverse:hover a {
    color: #ffffff;
}
.misl_button:hover a {
    color: #060709;
}
.misl_row {
    margin: 0;
    width: 100%;
    float: left;
    border-radius: 0;
    padding: 50px 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_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 #060709;
    transition: 0.3s;
}
.misl_carusel_item span {
    font-family: Raleway;
    font-size: 18px;
}
.misl_carusel_item .misl_carusel_price {
    font-family: Raleway;
    line-height: 40px;
}
.misl_carusel_item .misl_button {
    text-transform: uppercase;
    width: 148px;
    margin: 10px auto;
}
.misl_animatedheadline {
    text-align: right;
}
.misl_toptabs_higher {
    margin-top: -150px;
    background-color: #fff;
    height: 150px;
    padding: 25px;
}
.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: Raleway;
    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_uredi {
    float: left;
    padding: 22px;
    width: 100%;
    box-sizing: border-box;
}
#misl_uredi table {
    width: 100%;
    float: left;
}
#misl_uredi button {
    float: left;
}
#misl_uredi th {
    color: #fff;
    font-weight: 800;
    border-bottom: 1px solid #fff;
    line-height: 16px;
    font-size: 16px;
    padding-bottom: 15px;
    text-align: center;
}
#misl_uredi td {
    color: #fff;
    line-height: 12px;
    font-size: 12px;
}
#misl_uredi select {
    width: 100%;
}
#misl_uredi .misl_input {
    background-color: #fff;
    width: 98%;
}
/*.misl_footer table {
    width: 1180px;
    margin-left: 260px;
}
.misl_footer tr:first-child {
    line-height: 30px;
}
.misl_footer td {
    vertical-align: top;
}*/
.misl_plans label {
    cursor: pointer;
}
.misl_options_element input {
    cursor: pointer;
}
.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_displayblock {
  display: block !important;
  animation-name: appear;
  animation-duration: 0.5s;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
  transition: 0.5s;
}
.misl_cart_items td {
    color: #fff;
}
#misl_cart {
    padding: 22px;
    width: 50%;
    margin: 0 auto;
}
#misl_cart > form {
    margin-top: 50px;
}
.misl_popup {
    display: none;
    width: auto;
    height: auto;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(135deg, rgb(0, 0, 0) 0%,rgb(18, 21, 12) 50%,rgb(10, 11, 8) 51%,rgb(19, 23, 9) 100%);
    background: -webkit-linear-gradient(135deg, rgb(0, 0, 0) 0%,rgb(18, 21, 12) 50%,rgb(10, 11, 8) 51%,rgb(19, 23, 9) 100%);
    background: linear-gradient(135deg, rgb(0, 0, 0) 0%,rgb(18, 21, 12) 50%,rgb(10, 11, 8) 51%,rgb(19, 23, 9) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
    position: absolute;
    z-index: 9999;
    top: 45px;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.5), 0px 2px 5px rgb(0,0,0);
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    transition: 0.5s;
}
.misl_bg-overlay {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #0f0f0f;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: none;
  z-index: 999;
  opacity: 0.8;
}
/*.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: Raleway;
}
.misl_item_desc .misl_button {
    float: left;
}

.misl_item_price span {
    font-family: Raleway;
    font-size: 24px;
    float: right;
    color:#4a4a4a
}
.misl_shop_price {
    width: 100%;
    font-family: Raleway;
    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: Raleway;
    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:#060709;
}
#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: #060709;
}*/
.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 #060709;
    text-align: left;
    width: 300px;
    height: 40px;
    background-color: #060709;
    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 #060709;
    text-align: left;
    width: 300px;
    height: 40px;
    background-color: #ffffff;
    color: #060709;
    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: Raleway;
    float:right;
}
.misl_topcart span:last-child:hover .misl_rightarrow {
    padding-left: 5px;
    transition: 0.3s;
}
.misl_topcart span:last-child a {
    color: #060709;
}
.misl_rightarrow {
    padding-left: 5px;
    color:#060709;
    display: inline;
    vertical-align: middle;
}
.misl_signuppagerow {
    float: left;
    width: 100%;
    background-color: #f0f0f0;
}
.misl_signuppagerow_img {
    float: left;
    width: 25%;
    height: 175px;
    overflow: hidden;
}
.misl_signuppagerow_img img {
    width: 150px;
    height: auto;
    display: block;
    margin: 0 auto;
    float: none;
}
.misl_signuppage_instructions {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 5px;
    background-color: #f0f0f0;
}
.misl_signuppage_instructions .misl_signuppage_instructions_buttons {
    font-family: Raleway;
    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 #060709;
}
.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 #060709;
    text-align: center;
    height: 40px;
    background-color: #060709;
    color: #ffffff;
    border-radius: 5px;
    line-height: 40px;
    letter-spacing: 1px;
    font-size: 22px;
    width: 100%;
}
.misl_checkout_button:hover {
    border: 1px solid #060709;
    background-color: #ffffff;
    color: #060709;
    transition: 0.3s;
}
.misl_checkout_button_inverse {

    border: 1px solid #060709;
    background-color: #ffffff;
    color: #060709;
}
.misl_checkout_button_inverse:hover {
    border: 1px solid #060709;
    background-color: #060709;
    color: #ffffff;
}
.misl_signuppage_button {
    box-sizing: border-box;
    float: right;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #060709;
    text-align: center;
    width: 100%;
    font-size: 1vw;
    background-color: #060709;
    color: #ffffff;
    border-radius: 5px;
    line-height: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.misl_signuppage_button:hover {
    border: 1px solid #060709;
    background-color: #ffffff;
    color: #060709;
    transition: 0.3s;
}
.misl_signuppage_button_inverse {

    border: 1px solid #060709;
    background-color: #ffffff;
    color: #060709;
}
.misl_signuppage_button_inverse:hover {
    border: 1px solid #060709;
    background-color: #060709;
    color: #ffffff;
}
.misl_signuppagerow_title {
    position: relative;
    width: 30%;
    height: 175px;
    float: left;
}
.misl_signuppagerow_title div {
    font-family: Raleway;
    position: absolute;
    margin-left: 10px;
}
.misl_signuppagerow_language {
    font-family: Raleway;
}
.misl_signuppagerow_quantity input {
    text-align: center;
    width: 30px;
    border: 1px solid #cccccc;
    height: 25px;
    background-color: #f0f0f0;
}
.misl_signuppagerow_quantity .misl_signuppagerow_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_signuppagerow_price {
    position: relative;
    width: 25%;
    height: 175px;
    float: left;
}
.misl_signuppagerow_price input, .misl_signuppagerow_total input {
    background-color: #f0f0f0;
    font-size: 18px;
}
.misl_signuppagerow_price span input {
    font-family: Raleway;
    position: absolute;
    border: 0px;
    text-align: center;
    width: 100%;
}
.misl_signuppagerow_total {
    position: relative;
    width: 40%;
    height: 100px;
    float: left;
    text-align: right;
}
.misl_signuppagerow_total span input {
    border: 0px;
    font-family: Raleway;
    position: absolute;
    left: -5px;
    width: 100%;
    text-align: left;
}
.misl_signuppagerow_quantity {
    position: relative;
    width: 15%;
    height: 175px;
    float: left;
}
.misl_systemmessage p {
    font-family: Raleway;
    text-align: center;
}
.misl_signuppagerow_quantity span {
    font-family: Raleway;
    position: absolute;
}
.misl_signuppagerow_text {
    text-align: left;
    position: relative;
    width: 60%;
    height: 100px;
    float: left;
}
.misl_signuppagerow_text span:nth-child(3) {
    color: #949497;
    font-size: 12px;
}
.misl_signuppagerow_remove {
    text-align: left;
    position: relative;
    width: 5%;
    height: 175px;
    float: left;
}
.misl_signuppagerow_remove a {
    position: absolute;
    font-family: Raleway;
    font-size: 18px;
    color: #4a4a4a;
}
.misl_signuppagerow_remove a:hover {
    color: #060709;
}
.misl_signuppagerow_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_signuppagerow_title {
    width: 40%;
    height: 80px;
}
.misl_checkout_half_right .misl_signuppagerow_img {
    width: 20%;
    height: 80px;
}
.misl_checkout_half_right .misl_signuppagerow_price {
    width: 40%;
    height: 80px;
    text-align: left;
}
.misl_checkout_half_right .misl_signuppagerow_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: Raleway;
    text-align: right;
}
.misl_checkout_subtotal_container {
    float: left;
    margin: 20px 0;
    width: 583px;
}
.misl_checkout_righttext {
    float: right;
}
.misl_user_menu_container {
    position: absolute;
    width: 100%;
    height: 82px;
    top: 50px;
}
.misl_user_menu {
    position: absolute;
    font-size: 14px;
    top: 6px;
    right: 7px;
    height: 82px;
    line-height: 82px !important;
    z-index: 101;
    transition: 0.2s;
    width: 30%;
}
.fixed .misl_user_menu {
    top: -60%;
    left: 13%;
    line-height: 44px !important;
    transition: 0.2s;
    width: 435px;
}
.fixed .misl_vendormenu {
    top:45px;
}
.misl_language {

}
.fixed .misl_user_menu .misl_login {
    background-color: #bdf2528f;
    transition: 0.3s;
}
.fixed ul#misl_menu_list {
    background-color: #bdf2528f;
    transition: 0.3s;
}
.fixed ul#misl_menu_list:hover {
    background-color: #bdf252;
    transition: 0.3s;   
}
.misl_language select {
    font-size: 14px;
    font-family: Raleway;
}
.misl_currency select {
    font-size: 14px;
    font-family: Raleway;
}
.misl_user_menu .misl_login {
    cursor: pointer;
    height: 37px;
    line-height: 37px;
    display: inline-block;
    background-color: #bdf252e8;
    margin: 0 1%;
    border-radius: 10px;
    width: 176px;
    border: 0px;
    font-size: 16px;
    font-family: Raleway;
    font-weight: 400;
    color: #161d0a;
    transition: 0.3s;
    box-sizing: border-box;
}
.misl_user_menu .misl_login:hover {
    background-color: #f2f2f2;
    transition:0.1s;
}
.misl_popup .misl_passworddisclaimer {
  background-color: #1e1e1e;
  border-radius: 3px;
  box-shadow: 0px 2px 5px #828282;
  width: 90%;
  margin: 5px auto;
  float: left;
  width: 100%;
  line-height: 22px;
  color: #f4f4f4;
  box-sizing: border-box;
  padding: 0 10px;
}
.misl_image_column1 {
    float: left;
    width: 50%;
    box-sizing: border-box;
}
.misl_image_column2 {
    float: left;
    width: 50%;
    box-sizing: border-box;
}
.misl_image_simmilar a {
  display: inline-block;
  margin: 0.5%;
}
.misl_image_element {
  position: relative;
  overflow: hidden;
  display: block;
  float: left;
  width: 286px;
  height: 286px;
  margin: 1%;
  background: #FAFAFA;
  box-shadow: -7px 19px 31px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  transition: 0.5s;
}
.misl_image_element img {
    width: 100%;
    height: auto;
}
.misl_options {
    margin-top: 30px;
}
.misl_options_element {
    color: #fff;
}
.misl_options .misl_button {
    width: 200px;
    text-align: center;
    text-shadow: 0 0 transparent;
    cursor: pointer;
    transition: 0.1s;
}
.misl_options .misl_button:hover {
    background-color: #fff;
    transition: 0.3s;
}
.misl_options .misl_button a {
    color: #0e1f0c;
    text-shadow: 0 0 transparent;
}
#map {
    box-shadow: 10px 10px 0px #BCF051;
}
.misl_plans label {
    color: #fff;
}
.misl_plans input[type="radio"] {
    width: inherit;
}
.misl_image img {
    box-shadow: 10px 10px 0px #BCF051;
    width: 80%;
    height: auto;
}
.misl_listitem {
    color: #fff;
}
.misl_image_simmilar .ptt_image_element {
  width: 194px;
  height: 194px;
  margin: 0.2%;
}
.misl_element_title {
  position: absolute;
  top: 5px;
  left: 4px;
  color: #ffffff;
  font-family: Raleway;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(255,255,255,0.1);
  padding: 2px 5px;
  border-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  transition: 0.3s;
}
.misl_element_author {
  position: absolute;
  bottom: 6px;
  right: 6px;
  color: #ffffff;
  font-family: Raleway;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 2px 5px;
  border-radius: 2px;
  opacity: 0;
  transition: 0.3;
}
.misl_image_info {
    padding-left: 5px;
    margin-top: -5px;
    margin-bottom: 20px;
}
.misl_element_shadow {
  position: absolute;
  top: 2%;
  left: 2%;
  width: 96%;
  height: 96%;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 5px;
  box-shadow: inset 0px 0px 54px rgba(0,0,0,0.5), 0px 0px 54px rgba(0,0,0,0.5);
  transition: 0.2s;
}
.misl_imagecontainer h1 {
    text-align: left;
    color: #fff;
    -webkit-text-fill-color: inherit;
    text-shadow: 0px 2px 2px #000;
    font-weight: 200;
    font-size: 84px;
    line-height: 100px;
    text-transform: none;
}
.misl_imagecontainer h3 {
    font-size: 30px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 400;
    margin: 58px 0 25px 0;
    text-shadow: 0px 2px 2px #000;
    text-align: center;
}
.misl_imagecontainer h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    text-shadow: 0px 2px 2px #000;
    text-align: left;
}
.misl_imagecontainer li {
    color: #fff;
    text-shadow: 0px 2px 2px #000;
}
.misl_imagecontainer p {
    color: #fff;
    text-shadow: 0px 2px 2px #000;
    text-align: center;
}
.misl_light {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 99px;
  vertical-align: top;
  margin: 0px 2px 5px 2px;
  background-color: #DEDEDE;
}
.misl_light2 {
  background-color: #E6FF00;
}
.misl_light3 {
  background-color: #00ff00;
}
.misl_user_menu span.misl_language {
    margin: 0 0px 0 10px;
    display: inline-block;
    padding: 0 15px 0 5px;
    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_signuppage {
    margin: 0 10px;
}
.misl_user_menu img {
    width: 31px;
    height: 28px;
    margin-bottom: -9px;
}

.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 transparent;
    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_registration .misl_row {
    background-color: #fff;
}
.misl_image_simmilar {
    float: left;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}
.misl_image_simmilar h3 {
    margin-left: 10px;
}

.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: Raleway;
}
.misl_terms_backto {
    padding: 30px 0px;
    text-indent: -10px;
    float: left;
    width: 100%;
    font-family: Raleway;
}
.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: Raleway;
    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: Raleway;
    font-size: 14px;
    color: #060709;
}
.misl_hidebyheight {
    max-height: 500px!important;
    transition: 1s;
}
#pripomocki_kategorije {
    width: 100%;
    display: block;
    cursor: pointer;
    background: transparent;
    border: 1px solid #1f2933;
    color: #1f2933;
    font-family: Raleway;
    padding: 5px 15px;
    font-size: 20px;
    letter-spacing: 1px;
    transition: 0.1s;
}
#pripomocki_kategorije:hover {
    background: #1f2933;
    border: 1px solid #1f2933;
    color: #fff;
    transition: 0.3s;
}
::-webkit-input-placeholder {
    font-family: Raleway;
    line-height: 30px;
    vertical-align: top;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 2px;
}
:-moz-placeholder {
    font-family: Raleway;
    line-height: 30px;
    vertical-align: top;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 2px;
}
::-moz-placeholder {
    font-family: Raleway;
    line-height: 30px;
    vertical-align: top;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 2px;
}
:-ms-input-placeholder {
    font-family: Raleway;
    line-height: 30px;
    vertical-align: top;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 2px;
}
.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 #3e4c59;
	background-color: transparent;
	color: #000;
	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: Raleway;
    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: Raleway;
    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 {
    padding: 3px 0 3px 0;
    border-radius: 3px;
    font-family: Raleway;
    color: #060709;
    font-size: 14px;
    cursor: pointer;
    text-shadow: 0 0 0;
}
.misl_items:hover {
    background-color: #060709;
    color: #ffffff;
    transition: 0.3s;
}
.misl_language select {
    -moz-appearance: none;
    width: 80px;
    padding: 5px 2px;
    line-height: 16px;
    border-radius: 5px;
    height: 34px;
    background-size: 14px 10px;
    -webkit-appearance: none;
    background-position-x: 64px;
    background-position-y: 12px;
    text-transform: uppercase;
}
.misl_currency select {
    -moz-appearance: none;
    width: 78px;
    padding: 5px 2px;
    line-height: 1;
    border-radius: 5px;
    height: 34px;
    background-size: 14px 10px;
    -webkit-appearance: none;
    background-position-x: 64px;
    background-position-y: 12px;
}
.misl_signuppagerow_lefthalf {
    width: 70%;
    padding-bottom: 50px;
    float: left;
    position: relative;
}
.misl_signuppagerow_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: 2px solid #ffffff;
    border-radius: 99px;
	text-align: center;
    transition: 0.3s;
}
.misl_items_lefthalf a:hover, .misl_items_lefthalf a.active {
    background-color: #1f2933;
    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: Raleway;
}
.misl_billing_radio input:checked ~ .misl_customradio {
    background-color: #060709;
}
.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: #060709;
}
.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: Raleway;
    background-color: #ffffff;
    padding: 30px 0 30px 0;
}
.misl_checkoutposition_container .active {
    color: #060709;
}
.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_signuppageitem_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_signuppagerow_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: #1b2125;
    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: #1b2125;
    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: #1b2125;
}
.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_imagetab {
    position: relative;
    cursor: pointer;
    float: left;
    width: 290px;
    height: 290px;
    margin: 10px 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 2px rgba(255,255,255,0.5);
    border: 2px solid rgba(255,255,255,0.5);
    box-sizing: border-box;
    transition: 1.3s;
}
.misl_imagetab:hover {
    box-shadow: 0px 0px 2px rgb(185, 235, 80);
    border: 2px solid rgb(179, 230, 76);
    transition: 0.1s;
}
.misl_imagetab img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-left: 50%;
    transform: translateX(-50%);
}
.misl_imagetab .misl_imagetab_text {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #00000075;
    height: 95px;
    box-sizing: border-box;
    padding: 0 5px;
    color: #f4f4f4;
}
.misl_imagetab_text .misl_imagetab_text_title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 800;
}
.misl_imagetab_text .misl_imagetab_text_tags {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
}
.misl_imagetab_text table {
    font-size: 12px;
    width: 100%;
}
.misl_imagetab_text table tr {
    line-height: 12px;
}
.misl_imagetab_text table tr:first-child {
    font-weight: bold;
    text-transform: uppercase;
}
.misl_imagetab_text table tr td:nth-child(2) {
    text-align: right;
}
.misl_searchbarform_inner {
    width: 70%;
    position: absolute;
    left: 0;
    top: 78px;
    z-index: 102;
}
#misl_searchbarinput {
    margin: 0;
    float: left;
    background-color: #fff;
    width: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 400 !important;
    font-family: raleway;
}
#misl_downloadpage {
    min-height: 100vh;
}
.misl_searchbarimg {
    top: 7px;
    left: 72%;
    position: absolute;
    opacity: 0.5;
    transition: 0.1s;
}
.misl_download_loader_container p {
    text-align: center;
    color: #fff;
    font-weight: 200;
    font-size: 50px;
    letter-spacing: 4px;
    margin-top: 50px;
}
.misl_download_loader_container img {
    width: 128px;
    margin: 0 auto;
    display: block;
    padding: 5px;
    background-color: #f4f4f4;
    border-radius: 10px;
}
.misl_vendor_profile h1 {
    text-align: center;
}
#misl_seller_signup {
    padding: 22px;
    color: #fff;
}
#misl_signuppage .misl_disclaimer {
    font-size: 12px;
    color: #fff;
    text-align: center;
    width: 70%;
    line-height: 12px;
    float: left;
}
#misl_signuppage label {
    float: left;
    cursor: pointer;
}
#misl_signuppage th {
    color: #fff;
}
#misl_signuppage h2 {
    color: #fff;
}
input[type="checkbox"], input[type="radio"] {
    width: auto;
    cursor: pointer;
}
#misl_signuppage input[type="submit"] {
    width: auto;
}
#misl_prenoscontainer {
    width: 50%;
    padding: 22px;
    color: #fff;
}
#misl_prenoscontainer p {
    color: #fff;
}
#misl_prenoscontainer label {

}
.misl_radiorow {
    width: 70%;
    margin-right: 30%;
    box-sizing: border-box;
    float: left;
}
.misl_radiorowlabel {
    width: 90%;
    float: left;
}
.misl_radiorow_buttons {
    width: 10%;
    float: left;
}
.misl_upload .progress {
    float: left;
    width: 100%;
    margin: 0;
}
.progressgif {
  text-align: center;
}
.progressgif img {
  display: inline;
}
.progress .bar {
    width: 0%;
    height: 10px;
    background-color: #BCF051;
}
.misl_image_zoom {
    max-height: 0;
    height: auto;
    position: absolute;
    z-index: 9;
    left: 1%;
    top: 3%;
    width: 98%;
    box-shadow: 0px 0px 15px #000;
    margin: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
}
.misl_image_zoom img {
    width: 100%;
    vertical-align: top;
}
.misl_zoomedimg_visible {
    opacity: 1;
    height: auto;
    max-height: 3000px;
    transition: 1s;
}
#misl_zoomedimg, #misl_smallimg {
    cursor: pointer;
}
#misl_vendorprofile {
    margin: 100px 22px;
    line-height: 30px;
}
#misl_vendorprofile table td {
    color: #fff;
}
#misl_vendorprofile label {
    width: 100%;
    color: #fff;
    float: left;
}
#misl_vendorprofile form {
    float: left;
}
#misl_vendorprofile label input, #misl_vendorprofile label textarea {
    float: right;
    width: 420px;
    box-sizing: border-box;
}
#misl_vendorprofile button.misl_profileedit {
    float: left;
    width: auto;
    box-sizing: border-box;
}
#misl_vendorprofile .misl_vendor_img {

}
.misl_vendormenu {
    overflow: hidden;
    display: none;
    position: absolute;
    top: 64px;
    box-shadow: 0 0 0 transparent !important;
    left: 50%;
    transform: translateX(calc(-50% - 100px));
    width: 206px;
}
.misl_vendormenu a {
    float: left;
    margin: 0!important;
    padding: 0!important;
}
.misl_vendormenu a:hover {
    text-decoration: none!important;
    border-bottom: 0px solid transparent!important;
}
.misl_vendormenu .misl_button {
    font-weight: 400;
    line-height: 37px;
    width: 142px !important;
    display: block;
    height: 37px;
    float: left;
    margin: 0 0 5px 0;
}
.misl_vendormenu_open {
    background-color: #161d0a !important;
    color: #fff !important;
}
#consentuploadform input, #change_location input {
    width: auto;
}
.misl_location h2 {
    color: #fff;
}
.misl_location p {
    color: #fff;
    margin-bottom: 0;
}
iframe, object, embed{max-width: 100%;}
#misl_vendorsview .misl_vendor_profile {
    width: 25%;
    height: 686px;
    float: left;
    padding: 10px 20px;
    box-sizing: border-box;
    overflow: hidden;
}
#misl_vendorsview .misl_vendor_profile h1 {
    white-space: nowrap;
}

@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 #1b2125;
        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: Raleway;
        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: Raleway-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: calc(50% - 23px);
        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 #1b2125;
        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 {
        width: 80%;
        height: auto;
        margin: 40px 10%;
    }
    #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 {
        font-size: 16px;
    }
}
@media only screen and (min-width : 600px) and (max-width : 1450px) {
    #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: auto;
        margin-top: 23px;
        max-height: 35px;
    }
    #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;
    }

}
