/* ==========================================================================
   Author's custom styles
   ==========================================================================


   */

/* Links */
a,
a:focus,
a:hover {
   color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
   /*color: #333;*/
   /*text-shadow: none; *//* Prevent inheritence from `body` */
   /*background-color: #fff;*/
   /*border: 1px solid #fff;*/
   background-image: none;
}

html,
body {
   height: 100%;
   min-height: 100%;
   color: #fff;
   text-align: center;
   text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
   background-color: #fdfdfd;
   min-height: 444px;
   font-family: 'Noto Serif', serif;
   background-image: url("/img/models.jpeg");
   background-position: top left;
   background-repeat: no-repeat;
   background-size: cover;
}

.cover .btn-lg {
   padding: 0px 0px;
   font-weight: bold;
}

.opacity100 {
   -moz-opacity: 1;
   -khtml-opacity: 1;
   opacity: 1;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
   filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
   filter: alpha(opacity=100);
}

.opacity50 {
   -moz-opacity: .5;
   -khtml-opacity: .5;
   opacity: .5;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
   filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
   filter: alpha(opacity=50);
}

.map-bg {

   font-size: 16px;
   /*line-height: 10px;*/
   text-shadow: 0 1px 3px rgba(0, 0, 0, 1);
   margin-left: 0px;

   max-width: 1610px;
}

.height100 {
   height: 100%;
   min-height: 100%;
}

.input-sm2, .form-group-sm2 .form-control {
   height: 25px;
   padding: 4px 6px;
   font-size: 12px;
   line-height: 1.5;
   border-radius: 3px;
}
.login-form {
   position: relative;
   float: right;
   top: 5px;
   right: 5px;
   padding: 5px;
   width: 300px;
   text-align: right;
   /*border: solid 1px red;*/
}

.marg-15 {
   margin-top: -12px;
}





p, h1, div {
   font-family: 'Noto Serif', sans-serif, serif;
   /* cyrillic-ext */
}








