﻿html {
	font-size: 1.1em;
	font-weight: normal;
	list-style-type: disc;
	text-align: left;
	color: #000;
	line-height: 1.2;
	font-family: 'Raleway', sans-serif;
	background: #F3F3F3;
}
body {

}


p {

	line-height: 1.2;
	font-size: 1em;
	margin-bottom: 0;
}

em {
	font-style: italic;
	color: #A8000D;
}
b, strong {
	font-weight: bold;
}
ul {
	list-style-type: disc;
}

.uk-nav-sub li {
list-style-type: disc;	
}

li.item-138 ul li {
list-style-type: none;	
}


dt {
	width: 100%;
}
h1 {
	font-size: 2.8em;
	line-height: 1.1em;
	font-weight: bold;
text-align: center;
	color: #5E0909;
	font-family: 'Raleway', sans-serif;
}


h2 {
font-size: 2em;
line-height: 1.1em;
color: #5E0909;
font-family: 'Raleway', sans-serif;
position: relative;
padding-bottom: 10px;
text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.jshop h2 {
font-size: 1.2em;
}


h3 {
	font-size: 1.8em;
	line-height: 1em;	
	color: #000;
padding-bottom: 10px;
    font-family: 'Raleway', sans-serif;
	position: relative;
}


h4 {
font-size: 1.2em;
line-height: 1em;
color: #000;
	font-family: 'Raleway', sans-serif;
margin-top: 10px;


}

h5 {
	
  font-size: 1.2em;
	color: #000;
line-height: 1.2;
    font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
}

h6 {
  color: #000;
  font-size: 1.2em;
  line-height: 1em;
  font-family: 'Raleway', sans-serif;
  padding-left: 20px;
  border-left: solid 15px #5E0909;
  overflow: hidden;
  background-color: #DBECF7;
  padding-top: 20px;
  padding-bottom: 20px;
}





footer{

}
footer a{


}
}
footer a:visited{
}
footer a:hover{

}
footer p {


}


header {
color: #fff;
}

header a:visited{
}
header a:hover{
	
}


nav {

}

nav a{
}
nav a:visited{
}
nav a:hover{
}


section {

}


.main-page {

}



a {
color: #5E0909;		
}

a:hover {
	color: #3A0505;	
}

a:visited {
			
}


a:active {
}



.breadcrumb li{
	display: inline-block;
	list-style-image: none;
	list-style-type: none;
}


#breadcrumps {
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
	font-size: 12px;
	color: #000;
	position: relative;
	margin: 0px;
}

.tags {
padding-left: 0;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 0.8em;
margin-top: 10px;

}

.tags li {
	list-style-type: none;
	display: inline-block;
	margin-right: 5px;
	padding-bottom: 0;
}

.tags li a:before{
content: "# ";	
}

.tags li a{
	color: #333;
	background-color: #EE1C25;
	padding: 5px;
	border-radius: 2px;
}

.tags li a:hover{
	text-decoration: none;
	background-color: #1774FF;
	color: #000;
}

.tags li a:active{
	text-decoration: none;
	background-color: #004dbf ;
	color: #000;

}

.gotop {
    margin-right: 30px;
    text-align: right;
    display: block;
    padding: 15px !important;
    right: 10px;
    bottom: 10px;
z-index: 10;
color: #fff;
line-height: 15px !important;
}


.pagination {
margin-top: 50px;
}

.pagination ul{
	display: inline-block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.pagination li{
	font-size: 14px;
	color: #CCCCCC;
	background-color: #006BBB;
	text-align: center;
	margin: 5px;
	font-weight: normal;
	text-transform: uppercase;
	background-image: none;
	cursor: point;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.pagination a:link {
	font-size: 14px;
	color: #000;
	padding: 0px;
	text-align: center;
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: none;
	cursor: pointer;
}
.pagination a:visited {
	color: #000;
	text-decoration: none;
}
.pagination a:active {
	color: #666666;
	text-decoration: none;
}
.pagination a:hover {
	color: #333333;
	text-decoration: none;
}


img.gray:hover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
/*Добавим вот такой вот код*/
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
/*конец кода с transition*/
}
img.gray {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; /* IE 6-9 */
}



/** Uikit **/ 

.uk-tab > .uk-active > a {
  border-color: #5E0909;
}

.uk-subnav-pill > * > :first-child {
  padding: 5px 10px;
  background: #666;
  color: #fff;
}

.uk-subnav-pill > * > a:hover {
  background: #666;
  color: #fff;
  opacity:0.8;
}



.uk-accordion-title {
    font-size: 1.5em;
    color: #006BBB;
}

ul .nav-child {
	list-style: square;
}

.uk-nav-primary > li > a {
    line-height: 1;
}

.uk-nav li > a {
    padding-bottom: 15px;
}

.uk-offcanvas-bar {
    background: #5E0909;
}

.uk-search-default .uk-search-input {
    background-color: #fff;
}

.uk-modal-dialog {

}

.uk-modal-footer {
    background: #BBBBBB;
}


.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
    border-color: #006BBB;
}

.uk-label {
    background: #111;
}

.uk-text-small {
    font-size: .85em;
}

.uk-card-title {
    font-size: 1.5em;
    line-height: 1.1;
}


.uk-card {
  border-radius: 10px;
}

.uk-card-primary {
  background-color: #5E0909;

}


.uk-text-primary {
    color: #5E0909 !important;
}

.uk-article-title {
    font-size: 1.625em;
}

.uk-badge {
    background: #005797;
}

.uk-list-primary li::marker, .uk-list-primary > ::before {
    color: #006BBB !important;
}

.uk-navbar-toggle {
    color: #fff;
}

.uk-search-navbar .uk-search-input {
color: #000;
    font-size: 1em;
}

.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
	min-height: 30px;
}

.uk-navbar-nav > li > a {
	color: #fff;

}

.uk-navbar-nav > li.uk-active > a {
  color: #5E0909;
}

.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
	font-family: 'Raleway', sans-serif;
}


.uk-background-muted {
  background-color: #DDDDDD;
}

.uk-background-primary {
    background-color: #5E0909;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #5E0909;
}

.uk-background-secondary {
    background-color: #000;	
}


.uk-button-primary {
    background-color: #5E0909 ;
	color:#fff ;
}


.uk-button-primary:hover {
	background-color: #3A0505 ;
	color:#fff ;
}

.uk-button-primary:focus {
	background-color: #3A0505 ;
	color:#fff ;
}

.uk-button {
text-transform: none;
	font-family: 'Raleway', sans-serif;
	position: relative;
	text-transform: uppercase;
	border-radius: 5px;
}

.uk-button.gotop {
position: fixed;	
}


/** end Uikit **/



/** QuickForm  **/ 

.qf3form {
  padding:0 !important;
  background: transparent !important;
}

.qf3form .qf3btn input {
  border: none !important;
  border-radius: 50px !important;
  padding: 0 30px !important;
  font-size: 0.875rem !important;
  text-transform: uppercase !important;
  line-height: 38px !important;
}

/** end QuickForm  **/ 

/** JoomShopping **/


.jshop_price {
	font-size: 2em;
	font-weight: bold;
}



ul.jscat-and-prod li.category a {
	font-size: 1.5em;
	font-weight: bold;
}


ul.jscat-and-prod li.category  {
margin-bottom: 15px;
}

ul.jscat-and-prod li.category > span {
  margin-top: 15px;
}

ul.jscat-and-prod li.category ul.categories li a {
	font-size: 1em;
	color: #000;
	font-weight: normal;
}

.uk-offcanvas ul.jscat-and-prod li.category ul.categories li a{
	color: inherit;
}


ul.jscat-and-prod li.category ul.categories li  {
margin-bottom: 0;
}

ul.jscat-and-prod li.category ul.categories li > span {
  margin-top: 5px;
}


#mxcpr {
display:none!important;
}


.jshop_menu_level_1 a, .jshop_menu_level_1_a a {
padding-left: 20px;
font-size: 0.8em;	
}

.jshop_menu_level_1_a a {
	color: #E70000;
}

/** end JoomShopping **/


/** @media **/


@media (min-width: 768px) and (max-width: 1219px) {
	

}




@media (min-width: 1220px) {  


}

@media (max-width: 960px) {




}


@media (max-width: 768px) {
	

h1 {
  font-size: 2em;
}	
	
.min-height {
min-height: auto;	

}	

header.main {

}


h3:after   {
    content: none;

	}


.uk-light h3:after   {

    content: none;
	}
}




/** end @media **/