
@font-face {
    font-family: 'MinionPro-Regular';
    src: url('/fonts/MinionPro-Regular.eot?#iefix') format('embedded-opentype'),  url('/fonts/MinionPro-Regular.otf')  format('opentype'),
    url('/fonts/MinionPro-Regular.woff') format('woff'), url('/fonts/MinionPro-Regular.ttf')  format('truetype'), url('/fonts/MinionPro-Regular.svg#MinionPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'SegoeUI';
    src: url('/fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),  url('/fonts/SegoeUI.woff') format('woff'), url('/fonts/SegoeUI.ttf')  format('truetype'), url('/fonts/SegoeUI.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'MicrosoftSansSerif';
    src: url('/fonts/MicrosoftSansSerif.eot?#iefix') format('embedded-opentype'),  url('/fonts/MicrosoftSansSerif.woff') format('woff'), url('/fonts/MicrosoftSansSerif.ttf')  format('truetype'), url('/fonts/MicrosoftSansSerif.svg#MicrosoftSansSerif') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: 'SegoeUI', serif;
    text-align: center;
    color: #3c3c3c;
}

.locked {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
}

.main{
    display: block;

}

.header{
    font-family: 'MicrosoftSansSerif', serif ;
    background-color: #ff435e;
    color: white;
    text-shadow: 2px 2px 4px #5e5e5e;
}
.header h1{
    font-family: 'MinionPro-Regular', serif ;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #5e5e5e;
    margin-left: 0;
}
.header p{
    margin-top: 8px;
    font-size: 16px;
}
#header-butter{
    margin-top: 15px;
}
.header-mini h1{
    font-size: 33px;
    }
.subheader{
    line-height: 30px;
    font-family: 'MicrosoftSansSerif', serif ;
    background-color: rgb(214, 214, 214);
    color: dimgrey;
}
.subheader h3{
    font-size: 14px;
    margin-top: 9px ;
    margin-left: 0;
    letter-spacing: 0.4px;
}
.subheader a{
    color: #ff435e;
    font-size: 22px;
    margin: 0 auto;
}
#subheader-butter h3{
    font-size: 13px;
}
.subheader-mini h3{
    font-size: 13px;
}
.main{
    margin-top: 20px;
}
.thumb img {
-webkit-filter: grayscale(0);
filter: none;
border-radius: 5px;
background-color: #fff;
border: 1px solid #ddd;
padding: 5px;
    margin: 0 auto;
}

.thumb img:hover {
-webkit-filter: grayscale(1);
 filter: grayscale(1);
}

.thumb {
 padding: 5px;
    height: 190px;
}
.img-responsive{
    width: 180px;
    height: auto;
}
#pudra-h1 h1{
    font-size: 34px;
}
.footer{
    font-family: 'MicrosoftSansSerif', serif ;
    background-color: #ff435e;
    color: #fff;;
    text-shadow: 2px 2px 4px #5e5e5e;
    margin-top: 30px;
}
 a{
    color: #fff;
}
a:hover, a:active, a:focus {
    color: #fff;
}
.footer .img-responsive {
    width: 120px;
    height: auto;
margin: 0 auto;
}
.footer h4{
 margin-bottom: 15px;
}
.soc{
    display: block;
    border-radius: 5px 0 0 5px;
    width: 28px;
    height: 32px;
}
.soc > a{
 height: 100%;
    width: 100%;
    display: block;
}
.vkontakte{
    position: fixed;
    background: url("/img/icon.jpg") no-repeat -1px 0;
    top: 346px;
    right: 0;
    z-index: 10;
    cursor: pointer;

}
.vkontakte:hover{
    background: url("/img/icon.jpg") -1px 32px;
}
.facebook{
    position: fixed;
    background: url("/img/icon.jpg") no-repeat -33px 0;
    top: 384px;
    right: 0;
    z-index: 10;
    cursor: pointer;
}
.facebook:hover{
    background: url("/img/icon.jpg") -33px 32px;
}
.twitter{
    position: fixed;
    background: url("/img/icon.jpg") no-repeat -67px 0;
    top: 422px;
    right: 0;
    z-index: 10;
    cursor: pointer;
}
.twitter:hover{
    background: url("/img/icon.jpg") -67px 32px;
}
.odnokl{
    position: fixed;
    background: url("/img/icon.jpg") no-repeat -99px 0;
    top: 460px;
    right: 0;
    z-index: 10;
    cursor: pointer;
}
.odnokl:hover{
    background: url("/img/icon.jpg") -99px 32px;
}
.insta{
    position: fixed;
    background: url("/img/icon.jpg") no-repeat -131px 0;
    top: 498px;
    right: 0;
    z-index: 10;
    cursor: pointer;
}
.insta:hover{
    background: url("/img/icon.jpg") -131px 32px;
}
#callme{
    height: 151px;
    position: fixed;
    top: 150px;
    right: 0;
    width: 22px;
    z-index: 6;
}
#viewform{

    border: 0;
    padding: 0;
    background: url("/img/callme.png") 0 0;
    height: 185px;
    width: 22px;
    cursor: pointer;
}
#viewform:checked + #callmeform{
    display: block;
}
#cme_cls{
    height: 16px;
    width: 16px;
    float: right;
    display: inline;
    background: url("/img/close.png");
    margin: 12px 14px 0 0;
    box-shadow: 0 1px 0 #fff;
    cursor: pointer;
}
.btn{
    margin-top: 12px;
    margin-left: 68px;
    padding: 4px 24px;
    border: none;
    background: #ee2626;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
}
.btn:hover{
    text-shadow: 0 1px #000;
    background: #f72929;
}
#callme {
  height: 151px;
  position: fixed;
  top: 150px; 
  right: 0;
  width: 22px;
  z-index: 6;
}

#callmeform .txt {
  width: 290px;
  border: 1px solid #aaa;
  color: #777;
  font-size: 14px;
  padding: 2px 2px;
}

#callmeform {
  display: none;
  text-shadow: 0 1px #fff;
  border-bottom: 1px solid #EE2626;
  border-top: 1px solid #EE2626;
  box-shadow: 0 3px 10px #ccc;
  padding-left: 10px;
  position: fixed; 
  border-radius: 10px;
  right: 50px;
  top: 150px;
  width: 325px;
  z-index: 5;
  background: #fff;
}

#callmeform table {
  border-collapse: collapse;
  width: 305px;
}

#callmeform table td {
font-size: 12px; 
padding: 2px 1px;
text-align: left;
}

#callmeform .btn {
  text-shadow: 0 1px #666666;
  font-family:Arial;
  margin-top: 12px;
  padding: 4px 24px;
  border:none;
  background:#ee2626;
  color:#fff;
  border-radius:6px;
  cursor:pointer;
}
#callmeform .btn:hover{
text-shadow: 0 1px #000;
background:#f72929;
}
#callmeform h6 {
  color: #EE2626;
  font-size: 13px;
  padding: 10px 0 8px 0;
  margin: 0;
  text-align: left;
  font-weight: bold;
}
.callmebody {
  font-family: Arial;
  font-size: 80%;
  background: #fff;
  padding: 5px 10px;
}

.callmebody .inf {
  padding: 0 5px;
  margin: 0 0 10px 0;
  font-weight: bold;
  clear: both;
}

#viewform {
  border: 0;
  padding: 0;
  background: url(/img/callme.png) 0px 0;
  height: 185px;
  width: 22px;
  cursor: pointer;
}
.hide-on {display: none;}

.hide-off {display: block;}

.callmeform_hover {
  background-position: 22px 0!important;
}

#callme_result {
  background: #fff url(/img/loading.gif) 10px center no-repeat;
  display: block;
  clear: both;
  margin: 5px 11px 10px 0px;
  text-align: center;
}

#callme_result div {
  padding: 7px 7px;
  margin: 4px 0px 0px 0px;
}

#callme_result .sending {
  display: block;
  clear: both;
}

#callme_result .c_success {
  background: #fef887;
}

#callme_result .c_error {
  background: #ffadad;
  color: #333;
  text-shadow: none;
}

#cme_cls {
  height: 16px;
  width: 16px;
  float: right;
  display: inline;	
  background: url(/img/close.png);
  margin: 12px 14px 0 0;
  box-shadow: 0 1px 0px #fff;
  cursor: pointer;
}

#cm_crds a {
  font-size: 10px;
  color: #888;
}

#cm_crds a:hover { text-decoration: none; }

#cm_crds {
  display: inline;
  float: right;
  padding: 10px 15px 0 0;
  font-size: 10px;
  color: #888;
}

/*
#callmeform{
    display: none;
    text-shadow: 0 1px #fff;
    border-bottom: 1px solid #EE2626;
    border-top: 1px solid #EE2626;
    box-shadow: 0 3px 10px #ccc;
    padding-left: 10px;
    position: fixed;
    border-radius: 10px;
    right: 50px;
    top: 150px;
    width: 305px;
    background-color: #FFFFFF;
}

#callmeform h6{
    color: #EE2626;
    font-size: 13px;
    padding: 10px 0 8px 0;
    margin: 0;
    text-align: left;
    font-weight: bold;
}
#callmeform table td{
    font-size: 12px;
    padding: 2px 1px;
    text-align: left;
}
#callmeform table{
    border-collapse: collapse;
}
#viewform:checked + #callmeform{
    display: block;
}
.hide-on {display: none;}

.hide-off {display: block;}
*/