h1.big-title {
  font-size: 20px;
}

.bx-google-map img{
    display: initial;
    margin: initial;
    max-width: initial !important;
    max-height: none;
}

.lnk-pseudo {
  border-bottom: 1px dashed;
  text-decoration: none;
  cursor: pointer;
  #color: #0c4da2;
  line-height: 1;
}

.lnk-pseudo a {
  text-decoration: none;
  cursor: pointer;
}

.lnk-pseudo a {
  text-decoration: none;
  cursor: pointer;
}

.title.b-index-map-info-header {
  font-size: 19px;
  font-weight: 500;
}

.modal-dialog .b-error {
    color: #F00;
}

.modal-dialog .b-ok {
    color: #008000;
}

[id^="bx_flv_player"]{
    /*width:100% !important;*/
}

#body._404 {
  background-color: #FFFFFF;
}

.c_news .date {
  font-size: 13px;
  line-height: 1.53846154;
  color: grey;
  margin-bottom: 7px;
}

.podpiska {
    text-align:center;
padding-top:0px;
padding-left:20px;
}

.testbutton {
  font-family: arial;
  font-weight: bold;
  color: #fff !important;
  font-size: 14px;
  box-shadow: 1px 1px 1px #BEE2F9;
  padding: 10px 25px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid #FFFFFF;
  background: #63B8EE;
  background: linear-gradient(top,  #E0EE18,  #D47304);
  background: -ms-linear-gradient(top,  #E0EE18,  #D47304);
  background: -webkit-gradient(linear, left top, left bottom, from(#E0EE18), to(#D47304));
  background: -moz-linear-gradient(top,  #E0EE18,  #D47304);
}
.testbutton:hover {
  color: #14396A !important;
  background: #468CCF;
  background: linear-gradient(top,  #468CCF,  #63B8EE);
  background: -ms-linear-gradient(top,  #468CCF,  #63B8EE);
  background: -webkit-gradient(linear, left top, left bottom, from(#468CCF), to(#63B8EE));
  background: -moz-linear-gradient(top,  #468CCF,  #63B8EE);
}

.b-more-info a {
text-decoration:none;
}

.form-container {
    border: 3px solid #ffae2a;
    background: #fcfcfc;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fcfcfc));
    background: -webkit-linear-gradient(top, #ffffff, #fcfcfc);
    background: -moz-linear-gradient(top, #ffffff, #fcfcfc);
    background: -ms-linear-gradient(top, #ffffff, #fcfcfc);
    background: -o-linear-gradient(top, #ffffff, #fcfcfc);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #fcfcfc 100%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: 'Helvetica Neue',Helvetica,sans-serif;
    text-decoration: none;
    vertical-align: middle;
    min-width:300px;
    padding:20px;
    width:400px;
}

@media only screen and (min-width: 990px) and (max-width: 1023px){}
@media only screen and (min-width: 768px) and (max-width: 989px){}
@media only screen and (min-width: 569px) and (max-width: 767px){}
@media only screen and (min-width: 480px) and (max-width: 568px){
    form-container{
        display: none;
    }
}
@media only screen and (min-width: 321px) and (max-width: 479px){
    form-container{
        display: none;
    }
}
@media only screen and (max-width: 320px){
    form-container{
        display: none;
    }
}

.form-container .inputtext {
   border: 1px solid #cccccc;
   background: #ffffff;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   color: #cccccc;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:8px;
   margin-bottom:20px;
   width:280px;
   }
.form-container .inputtext:focus {
   background: #fff;
   color: #080808;
   }
.form-container h2 {
   text-shadow: #fdf2e4 0 1px 0;
   font-size:18px;
   margin: 0 0 10px 0;
   font-weight:bold;
   text-align:center;
    }
.form-title {
   margin-bottom:10px;
   color: #555555;
   text-shadow: #fdf2e4 0 1px 0;
   }
.submit-container {
   margin:8px 0;
   text-align:right;
   }
.submit-container input  {
   border: 1px solid #cccccc;
   background: #d1b00b;
   background: -webkit-gradient(linear, left top, left bottom, from(#f0d909), to(#d1b00b));
   background: -webkit-linear-gradient(top, #f0d909, #d1b00b);
   background: -moz-linear-gradient(top, #f0d909, #d1b00b);
   background: -ms-linear-gradient(top, #f0d909, #d1b00b);
   background: -o-linear-gradient(top, #f0d909, #d1b00b);
   background-image: -ms-linear-gradient(top, #f0d909 0%, #d1b00b 100%);
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   text-shadow: #ffffff 0 1px 0;
   color: #373837;
   font-family: helvetica, serif;
   padding: 8.5px 18px;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   }
.submit-button:hover {
   border: 1px solid #447314;
   text-shadow: #31540c 0 1px 0;
   background: #372dcc;
   background: -webkit-gradient(linear, left top, left bottom, from(#5a9cbf), to(#372dcc));
   background: -webkit-linear-gradient(top, #5a9cbf, #372dcc);
   background: -moz-linear-gradient(top, #5a9cbf, #372dcc);
   background: -ms-linear-gradient(top, #5a9cbf, #372dcc);
   background: -o-linear-gradient(top, #5a9cbf, #372dcc);
   background-image: -ms-linear-gradient(top, #5a9cbf 0%, #372dcc 100%);
   color: #fff;
   }
.submit-button:active {
   text-shadow: #31540c 0 1px 0;
   border: 1px solid #447314;
   background: #8dc059;
   background: -webkit-gradient(linear, left top, left bottom, from(#6aa436), to(#372dcc));
   background: -webkit-linear-gradient(top, #6aa436, #8dc059);
   background: -moz-linear-gradient(top, #6aa436, #8dc059);
   background: -ms-linear-gradient(top, #6aa436, #8dc059);
   background: -o-linear-gradient(top, #6aa436, #8dc059);
   background-image: -ms-linear-gradient(top, #6aa436 0%, #8dc059 100%);
   color: #fff;
   }

.formsubscribe input[type="submit"] {
  border: 1px solid #cccccc;
   background: #d1b00b;
   background: -webkit-gradient(linear, left top, left bottom, from(#f0d909), to(#d1b00b));
   background: -webkit-linear-gradient(top, #f0d909, #d1b00b);
   background: -moz-linear-gradient(top, #f0d909, #d1b00b);
   background: -ms-linear-gradient(top, #f0d909, #d1b00b);
   background: -o-linear-gradient(top, #f0d909, #d1b00b);
   background-image: -ms-linear-gradient(top, #f0d909 0%, #d1b00b 100%);
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   text-shadow: #ffffff 0 1px 0;
   color: #373837;
   font-family: helvetica, serif;
   padding: 8.5px 18px;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
}

.formsubscribe input[type="text"] {
    border: 1px solid #cccccc;
   background: #ffffff;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   color: #cccccc;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:8px;
   margin-bottom:20px;
   width:280px;
}

#postmail {
    background:url('/local/templates/html_dev/images/background.jpg') no-repeat;
display: block;
width:306px;
height:230px;
text-align:center;
position:relative;
}

#postmail .header {
    top:17px;
    left:24px;
    position:absolute;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: rgb(39, 151, 210);
    text-decoration: underline;
}
#postmail input[type="text"] {
    top:140px;
    height:45px;
    width:245px;
    position: relative;
    box-shadow: inset 3px 4px 7px rgba(0,0,0,0.35);
    border-radius:0px;
}

#postmail input[type="submit"] {
    position:relative;
    top:130px;
    height:30px;
    font-family:robotoslab-bold, Helvetica, Arial;
    font-size:15px;
    color:#0057aa;
    background:#ffc53a;
    border: solid 1px #fff;
    border-radius:0px;
    text-shadow: none;
    padding:0px;
    width: 170px;
    
}

#asd_subscribe_res {
    position: absolute;
    top:55px;
    width:200px;
    left:30px;
    text-align:center;
    font-weight: bold;
    color:red !important;
}

.b-news_banner {
    text-align: center;
    position: relative;
    float:left;
    margin: 0 30px 0 30px;
    
}
.b-news h2{
  width: 298px;
  height: 70px;
}
a.b-news-title{
  text-decoration: none;
  color: #1a3451;
}
a.b-news-title:hover{
  text-decoration: none;
  color: #ffae2a;
}


.h2_inv a {
color:#ffae2a;
font-family: robotoslab-bold, Helvetica, Arial, sans-serif;
font-size: 30px;
font-weight: bold;
height: 30px;
line-height: 30px;
margin-bottom: 12px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
width: 940px;
word-wrap: break-word;
text-decoration:none;
}

.h2_inv a:hover {
color:#2797d2;
font-family: robotoslab-bold, Helvetica, Arial, sans-serif;
font-size: 30px;
font-weight: bold;
height: 30px;
line-height: 30px;
margin-bottom: 12px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
width: 940px;
word-wrap: break-word;
text-decoration:none;
}


/*new styles*/
.item_preview{
    margin-top: 20px;
}


.item_img img{
    width: 100%;
    margin-top: 20px;
}

.item_title{
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}

.item_prop{
    padding: 0;
    list-style: none;
    margin: 5px 0;
    word-break: break-word;
}


.mk_order p{
    font-size: 12px;
}

.mk_order button{
    border: 1px solid #cccccc;
    background: #d1b00b;
    background: -webkit-gradient(linear, left top, left bottom, from(#f0d909), to(#d1b00b));
    background: -webkit-linear-gradient(top, #f0d909, #d1b00b);
    background: -moz-linear-gradient(top, #f0d909, #d1b00b);
    background: -ms-linear-gradient(top, #f0d909, #d1b00b);
    background: -o-linear-gradient(top, #f0d909, #d1b00b);
    background-image: -ms-linear-gradient(top, #f0d909 0%, #d1b00b 100%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
    -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
    box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
    text-shadow: #ffffff 0 1px 0;
    color: #373837;
    font-family: helvetica, serif;
    padding: 8.5px 7px;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
}

.tb {
    font-weight: bold;
}

.best_price_lable {
    position: absolute;
    background: url('../img/best_price.png') no-repeat;
    width: 108px;
    height: 108px;
    top: 0;
}


.new_label{
    position: absolute;
    background: url('../img/new.png') no-repeat;
    width: 108px;
    height: 108px;
    top: 0;
}

#modal_window {
    display: none;
    width:600px;
    margin:30px auto;
    opacity: 1;
    position: fixed;
    top: 110px;
    right: 0;
    border: 0;
    left: 0;
    background: #1A3451;
    z-index: 10;
}

#modal_window p{
    text-align: center;
    color: #fff;
}

#modal_window h4{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 40px;
}

#modal_window .close {
    position: absolute;
    top:5px;
    right:5px;
    border:none;
    font-size: 24px;
    color:#fff;
}

.submit-btn input{
    background: #d1b00b;
}

.inputtext {
    color: #000;
}

.btn-themes {
    background-color: #1485CE;
    border-color: #1485CE;
    color: #FFF
}

.sec_btn{
    padding: 5px 7px;
    margin: 4px;
    font-weight:300;
}
.top-header-img-ks{
float:left;
width: 30%;
padding-right: 10px;
}
.top-header-div-1-ks{
float:left;
 width: 40%;
padding:0 10px;
}
.top-header-div-2-ks{
font-size: 78px;
float:left;
margin-right:5px;
margin-left: 50px;
color:#ffae2a;
}
.top-header-div-3-ks{
font-size: 40px;
float:left;
}
.top-header-div-3-ks p{
margin-top: 23px;
margin-bottom: 0px;
line-height: 0.8;
font-family: robotoslab-bold, Helvetica, Arial, sans-serif;
}
.top-header-div-4-ks{
clear:both;
}
.top-header-div-1-ks .watch-tower{
text-align:center;
margin-bottom:0px;
}
.top-header-div-5-ks{
height: 34px;
margin-bottom: 20px;
margin-left: 40px;
}
.top-header-img-1-ks{
padding-bottom: 5px;
display: inline-block !important;
width: 102px;
margin-right: 10px;
}
.span-top-headre-mat{
vertical-align: bottom;
}
.top-header-img-2-ks{
display: inline-block !important;
padding-bottom: 5px;
margin-top: 13px;
margin-left: 10px;
}
.top-header-img-3-ks{
float:right;
width: 30%;
padding-left: 10px;
}
.top-header-h-ks{
font-size: 42px;
}
.left-text-mat{
font-size:14px !important;
margin-right: 18px !important;
text-align:right;
}
.right-text-mat{
font-size:14px !important;
margin-left: 18px !important;
}
.text-on-main-page-mat{
text-align:center;
margin-top:20px;
}
.text-pod-textom-on-main-page{
text-align:center;
}
.teaser-link {
    text-decoration:none;
    color: #000;
}
.teaser-link:hover {
    text-decoration:none;
}