@import "fonts.css";

html, body {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    box-sizing: border-box;
}
body {
    display: block;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #3b4952;
    min-width: 320px;
}

/*::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #e4e4e4!important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4);
}*/

body * {
    position: relative;
}

h1 {font-size: 230%;}
h2 {font-size: 210%;}
h3 {font-size: 170%;}
h4 {font-size: 130%;}
h5 {font-size: 100%;}
h6 {font-size: 85%;}

a img {border: 0;}

a {
    text-decoration: none;
    cursor: pointer;
}
a, a:active, a:visited{
    color:  #3b4952;
}
a:hover {
    color: #489600;
}
a:hover, a:focus {
    text-decoration: none;
}
.main_header {
    flex: 0 0 auto;
    background-color: #fff;
    z-index: 1;
}
.main_content {
    flex: 1 0 auto;
    padding-top: 25px;
    background-color: #edf1f1;
    z-index: 0;
}
.main_footer {
    flex: 0 0 auto;
    background-color: #292924;
    color: #fff;
    z-index: -1;
}
.main_slider {
    flex: 1 0 auto;
    background-color: #edf1f1;
    z-index: 1;
    padding-bottom: 25px;
}

.main_width {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

@media all and (max-width: 1250px){
    .main_width {
        width: auto;
        margin: 0 10px;
    }
}

.sidebar, .content {
    padding: 0;
    display: inline-block;
    float: none;
    vertical-align: top;
}
.content {width: 99%;}
@media (min-width: 768px){.content { width: 66%;}}
@media (min-width: 992px){.content { width: 74.5%;}}
@media (max-width: 767px){
	.content { width: 100%;}
    .sidebar {
        float: left;
    }
}

.strong {
    font-weight: 600 !important;
    font-family: "Roboto", sans-serif !important;
}

.ui-widget.ui-widget-content {
    z-index: 100000!important;
}
