.putMessage {
    width: 850px;
    height: 286px;
    background: rgba(255,255,255, 0.9);
    text-align: center;
    margin: 21px auto 102px;
    border: 1px solid #DFDFDF;
}
.clock1 {
    margin-right: 28px;
    margin-left: 0px;
}
.clock1, .clock2, .clock3, .clock4 {
    color: #000;
}

.putMessage b {
  font-weight: normal;
  padding-top: 35px;
  font-size: 31px;
  color: #2f2f2f;
  text-transform: uppercase;
  display: block;
}
.putMessage p.action {
  font-size: 27px;
  color: #2f2f2f;
  margin-top: 17px;
  margin-bottom: 23px;
}
.putMessage p.limit {
  font-size: 19px;
  color: #2f2f2f;
  margin-top: -4px;
}
.putMessage p.action span {
  color: #F44336;
  text-transform: uppercase;
}
.putMessage p.action span small {
  font-size: 27px;
  text-transform: none;
}
.putMessage p.action span big {
  font-size: 41px;
}
.clock1 {
  margin-right: 28px;
  margin-left: 0px;
}
.clock2 {
  margin-right: 58px;
  margin-left: 63px;
}
.clock3 {
  margin-left: 25px;
  margin-right: 82px;
}
.putMessage form {
  height: 55px;
  width: 100%;
  background-color: #ccd0d5;
  text-align: center;
  padding-top: 12px;
}
.putMessage form input[type=submit] {
  width: 203px;
  height: 44px;
  text-align: center;
  text-transform: uppercase;
  background-color: #6fbb00;
  color: #fff;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 20px;
  -moz-box-shadow: -2px 2px 5px rgba(52,87,0,0.3), inset -1px 1px 1px rgba(255,255,255,0.3);
  -webkit-box-shadow: -2px 2px 5px rgba(52,87,0,0.3), inset -1px 1px 1px rgba(255,255,255,0.3);
  box-shadow: -2px 2px 5px rgba(52,87,0,0.3), inset -1px 1px 1px rgba(255,255,255,0.3);
}
.putMessage form input::-webkit-input-placeholder {
	font-size:16px;
	color:#4d4d4d;
}
.putMessage form input:-moz-placeholder {
	font-size:16px;
	color:#4d4d4d;
}
.putMessage form input.placeholder {
	font-size:16px;
	color:#4d4d4d;
}
.putMessage p.stay {
	font-size:22px;
	color:#2f2f2f;
	margin-top:10px;
}
.putMessage p.stay span{
	color:#3f4750;
	font-size:37px;
	font-family: 'Conv_PFDinDisplayPro-Med';
	width:53px;
	text-align:center;
	height:50px;
	display:inline-block;
	background:url(images/stay.png) no-repeat top center;
	margin:0 5px;
}
.putMessage form input[type=text] {
  width: 190px;
  height: 44px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 4px;
  border: none;
  padding-left: 17px;
  font-size: 16px;
  color: #4d4d4d;
}
.countdownHolder {
  font: 20px/1 Arial,sans-serif;
  letter-spacing: -3px;
  margin: 5px auto 0;
  text-align: center;
  width: 518px;
}
.digit {
  position: absolute;
  display: block;
  width: 48px;
  background-color: #444;
  border-radius: 0px;
  text-align: center;
  color: #000;
  color: #3f4750;
  letter-spacing: -1px;
  height: 58px;
  padding-top: 4px;
  margin-top: 0px;
  font-size: 33px;
  font-weight: bold;
  font-family: 'Conv_PFDinDisplayPro-Med';
  background: url(images/stay.png) no-repeat top center;
}

.digit.static {
  box-shadow: none;
  background-image: linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
  background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
  background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
  background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
  background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
  background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.5, #3A3A3A), color-stop(0.5, #444444) );
  background: url(images/stay.png) no-repeat top center;
}
.position {
  display: inline-block;
  height: 55px;
  overflow: hidden;
  position: relative;
  width: 2.05em;
  width: 53px;
}
.countDays{ /* display:none !important;*/ }
.countDiv0{ /* display:none !important;*/ }
.countHours{}
.countDiv1{}
.countMinutes{}
.countDiv2{}
.countSeconds{}


.countDiv{
	display:inline-block;
	width:16px;
	height:1.6em;
	position:relative;
}

.countDiv:before,
.countDiv:after{
	position:absolute;
	width:5px;
	height:5px;
	background-color:#444;
	border-radius:50%;
	left:50%;
	margin-left:-3px;
	top:0.2em;
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
	content:'';
}

.countDiv:after{
	top:0.6em;
}
.well__ins4 {

}
.hdng {
    color: #7B7B7B;
}
.nb1 {

}
.nb2 {

}
.nb3 {

}
.nb4 {

}
.nb5 {

}
.nb6, .nb6 p, .nb6 div {
color: #7B7B7B
}
.nb7 a {
    color: #FB8B30;
}
.nb7 a:hover {
    color: #222;
}
.nb8 {
  background: #222222;
    border: 0px solid #eee;
    cursor: pointer;
}
.nb8:hover {
  background: #000;
}
.entry-title, .entry-title a  {
      text-align: center;
    margin-bottom: 35px;

}
  .hdr-brand h1 span {
    letter-spacing: 1px;
    font-weight: bold;
}
  .hdr-brand h1 {
    font-weight: bold!important;
}

.nb10 {

}
.nb10 p {
    margin-bottom: 20px;
    color: #222;
    font-size: 16px;
    line-height: 23px;
}
.nb10 img.alignright {
float: right;
    border: 1px solid #BBB;
    padding: 4px;
    margin: 0px 0px 10px 10px;
}
.nb10 .byline {
  display: none;
}
.entry-header .entry-meta {
  display: none;
}

.wpblo17 {
  padding: 4px;
    margin: 5px auto 10px auto;
    text-align: center;
}
.wpblo17 img {
  border: 1px solid #BBB;
    padding: 4px;
}
.site-content .page-title {
  text-align: right;
  display: none;
}
.wpblo8 {
    overflow: hidden;
}
.wpblo9 {
    width: 47%;
    float: left;
    margin-right: 6%;
    overflow: hidden;
    height: 28px;
}
.wpblo10 {
    float: right;
    width: 47%;
    text-align: right;
    overflow: hidden;
    height: 28px;
}
.wpblo20 {
  margin-bottom: 5px;
}

.dr {
    height: 28px;
    padding-left: 7px;
    border-radius: 2px;
    border: 1px solid #ACA4A4;
    margin-bottom: 2px;
    width: 98%;
}
.drt {height: 70px; padding: 7px; border-radius: 2px; border: 1px solid #ACA4A4; margin-bottom: 13px; width: 96%;}
.drr {    display: inline-block!important;
    padding: 8px 35px 8px!important;
    /* padding-top: 11px; */
    padding-right: 38px!important;
    border-radius: 5px!important;
    text-align: center!important;
    font-size: 16px!important;
    line-height: 25px!important;
    font-weight: 700!important;
background: #b77900;
    color: #FFF!important;
    margin-left: 12px!important;
    width: 93%!important;
    height: auto!important;
    cursor: pointer!important;
 }
.drr:hover {opacity: 0.8; filter: alpha(opacity=80);  -moz-opacity: 0.8;}
.resultokno {
    position: fixed;
    z-index: 999999;
    background-color: #F1F1F1;
    width: 394px;
    padding: 10px;
    left: 50%;
    margin-left: -197px;
    border: 1px solid #ACA4A4;
    top: 48px;
    border-radius: 4px;
}.zagtext {color: #000!important; font-size: 20px!important; padding: 9px 0px 14px!important; font-family: Open Sans!important; }
#reskod {height: 200px;  width: 600px;}
.avtorc, .avtorc a {color: #555!important; font-size: 10px!important; font-family: Open Sans!important;}
.avtorc {float: right!important;margin-right: 20px!important; font-family: Open Sans!important;}
#openokno {
    cursor: pointer;
    position: fixed;
right: 56px;
    border: 1px solid #EED!important;
    border-bottom: 0px solid #EED!important;

    padding: 4px 26px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0fcabf+0,00c0d6+100 */
    background: #b77900;
    z-index: 9999;
    border-radius: 16px 16px 0px 0px;
    top: inherit;
    bottom: 0px;
    width: auto;
    margin-left: -51px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF!important;
}
#csslefts, .zagtext {margin-left: 14px!important; margin-right: 14px;}
.resultokno div div {color: #000!important; font-family: Open Sans!important; font-size: 14px!important;}
.blockall {width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; opacity: 0.8; filter: alpha(opacity=80); -moz-opacity: 0.8; background: #000; cursor: pointer; z-index: 99999;}

.avtors {
    text-align: right;
    margin-right: 19px;
}
.avtors a {
  font-size: 8px;
}
.avtors a:hover {

}
.site-content .wpblo20 {
  display: none;
}

@media (max-width:1199px){
.ftr-brand {
    font-size: 34px!important;
    line-height: 34px!important;
}
.ftr-brand h1 {
letter-spacing: 0px!important;
}
.camera_caption {
    display: block!important;
}

.camera_caption {
    top: 25%!important;
    }
    .hdr-brand h1 span {
          letter-spacing: 0px!important;
              font-size: 14px;
    }

}
@media (max-width:992px){
.camera_caption h2 {
    font-size: 60px!important;
}
.camera_caption {
    top: 18%!important;
}
.putMessage {
    width: 725px;
    }
    h2, .entry-title, .entry-title a {
    font-size: 29px!important;
    line-height: 32px!important;
}
.ftr-brand {
    font-size: 30px!important;
    line-height: 31px!important;
}
.wpblo17 img {
    width: 90%;
}
}
@media (max-width:767px){
.camera_caption h2 {
    font-size: 45px!important;
}
.camera_caption h2 + p {
    margin-top: 18px;
    font-size: 17px;
}
.camera_caption p + .btn1, .camera_caption p + .wow {
    margin-top: 23px;
}
#toTop {
  display: none!important;
}
#openokno {
    right: 21px;
    }
.putMessage {
    width: 420px;
}
.putMessage b {
    font-size: 19px;
    }
    .putMessage p.action {
    font-size: 23px;
    margin-top: 11px;
    margin-bottom: 17px;
    line-height: 26px;
}
.putMessage p.limit {
    font-size: 19px;
    margin-top: -4px;
    padding: 2px 7px 8px;
    line-height: 19px;
}
.nb10 img.alignright {
    float: none;
}
.position {
    width: 35px;
}
.digit {
    width: 35px;
    }
.countdownHolder {
    width: 410px;
}
.clock1 {
    margin-right: 0px;
    margin-left: 5px;
}
.clock2 {
    margin-right: 23px;
    margin-left: 48px;
}
.clock3 {
    margin-left: 21px;
    margin-right: 39px;
}
}
@media (max-width:480px){
.camera_caption h2 {
    font-size: 34px!important;
}
h2, .entry-title, .entry-title a {
    font-size: 23px!important;
    line-height: 28px!important;
}
h3 {
    font-weight: 400;
    font-size: 23px;
}
.ftr-brand {
    font-size: 21px!important;
    line-height: 24px!important;
}
.resultokno {
    width: 300px;
    padding: 5px;
    margin-left: -155px;
    top: 20px;
}
.dr {
    height: 21px;
    padding-left: 7px;
    border-radius: 2px;
    border: 1px solid #ACA4A4;
    margin-bottom: 0px;
}
.resultokno div div {
    font-size: 13px!important;
}
.drt {
    height: 30px;
    margin-bottom: 8px;
}
.drr {
    line-height: 15px!important;
    }
    .putMessage {
    width: 270px;
    padding: 2px;   height: 260px;
}
.putMessage b {
    font-size: 14px;
    text-transform: none;
    line-height: 20px;
}
.putMessage p.action span {
    text-transform: none;
}
.putMessage p.action {
    font-size: 14px;
    margin-top: 3px;
    margin-bottom: 17px;
    line-height: 18px;
}
.putMessage p.limit {
    font-size: 17px;
    margin-top: -4px;
    padding: 0px 7px 8px;
    line-height: 19px;
}
.digit {
    width: 21px;
    height: 21px;
    font-size: 16px;
}
.position {
    display: inline-block;
    height: 28px;
    overflow: hidden;
    position: relative;
    width: 2.05em;
    width: 21px;
}
.countdownHolder {
    width: 270px;
}
.clock1, .clock2, .clock3, .clock4 {
    font-size: 11px;
}
.clock1 {
    margin-right: 0px;
    margin-left: 2px;
}
.clock2 {
    margin-right: 22px;
    margin-left: 31px;
}
.clock3 {
    margin-left: 10px;
    margin-right: 24px;
}
}