/* ========================================================================
   my
 ========================================================================== */
 @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic');
 
 .uk-panel-box {background: #f1f3f7;}
 .my-catalog .uk-nav li>a:hover {background: #fff;}
 .my-catalog .uk-dropdown {background: #282836; border-radius: 3px;}
 .my-catalog .uk-nav ul a {padding: 2px 20px;}
 .my-catalog uk-nav-dropdown .uk-button-link {color: #f44336;}
 .my-catalog .uk-button-link {color: #f2f2f2;}
 .my-catalog .uk-button-link:hover {color: #f44336;}

 button {font-size: 17px;}
  .uk-button-dropdown {display: block;}
  .uk-panel-box-primary {background: rgba(0,0,0, .46);}
 
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #666!important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #666!important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666!important;
}
 
 .uk-form select, .uk-form textarea, .uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="datetime"], .uk-form input[type="datetime-local"], .uk-form input[type="date"], .uk-form input[type="month"], .uk-form input[type="time"], .uk-form input[type="week"], .uk-form input[type="number"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="color"] {
		 border-radius: 3px;
	     border: 1px solid #666;
	 
	 
 }
 .uk-form input:-webkit-autofill {border-color: #000 !important;}
 .uk-text-danger {color: #f44336!important;}
 
 html {font: 400 17px / 31px 'Roboto'; color: #101010;}
 
	.my-catalog {background: rgba(0,0,0, .34);}
.uk-modal-dialog {z-index: 9999999;}	

.uk-navbar-nav>li>a {font-size: 15px;}
#tm-hero {background-attachment: fixed;}
.uk-form-horizontal .uk-form-controls {margin-left: 0;}
.uk-article-title, .uk-panel-title, h1, h2, h3, h4, h5, h6 { color: #181e2c; font-weight: 400;}
.my-main .uk-heading-large {font-weight: 700;}
.uk-button {border-radius:35px; padding: 7px 33px;}
.uk-button-large {
	padding: 7px 45px;
	font-size:15px;
	font-weight: 400;}
	

.my-main .tm-bottom-b  {padding: 55px 0; text-align: center;}
.my-main .tm-bottom-b .uk-container {max-width: 100%;}
.tm-bottom-c  { background: #282836 url('/storage/bg-5.jpg') 50% 50% fixed no-repeat!important;
    background-size: cover!important;
}
