/**
осн #6cc82a
#ea6176

#ffb6c1
#49ff89
**/

body{
    background:#fff;
    font-family: 'Roboto', "Helvetica", "Arial", sans-serif;
    font-weight:300;
    padding-top:35px;
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
        color: rgb(0, 108, 202);
}
body a:hover{
    color: #ff5122;
}
.brand-border-color{
    border-color: #ff5122;
}
.brand-bg{
    background: #ff5122;
}
.btn.brand-bg{
    color:#fff;
}
.search-bar i{
    color:#fff;
}
.preloader{
    display:none;
}
body a:hover{
    text-decoration: none;    
}
.container-fluid {
    max-width: 1140px;
}
.top-menu {
    padding: 5px 0;
    font-size: 14px;
    background: #ff5122;
    color: #fff;
    z-index: 9999;
    position:fixed;
    top:0;
    left:0;
    right:0;
}
.top-menu li{
    display:inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-menu li a{
    color: #fff;
}
.top-menu a:hover {
    color: rgba(255,255,255,.74);
}
.search-bar input{
    border-radius: 0;
}
.search-bar .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff5122;
    outline: 0;
    box-shadow: none;
}
.logo img{
    width:250px;
}
.footer{
    margin-top: 20px;
    background: #f2f2f2;
}
.copyright{
    background-color: #515151;    
}
.copyright p{
    color: #fff;
    font-size: 12px;
}
.bottom-menu li a{
    color: #515151;
    padding: .5rem 1rem;
    font-size: 13px;
}
.widget{
    border:1px solid #ddd;
}
.widget-title {
    display: inline-block;
    font-size:16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
}
.widget .nav {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
}
.widget .nav-stacked > li {
    float: none;
}
.widget .nav > li {
    position: relative;
    display: block;
    width:100%;
}
.widget .nav > li > a {
    position: relative;
    display: block;
    padding: 5px 5px;
    color: rgb(0, 108, 202);
}
.widget .nav > li > a:hover {
    color:#ff5122;
}
.news-item{
    border:1px solid #ddd;
    padding:10px;
}
/*.img-post{
    display:inline-block;
    float:left;
    margin-right: 20px;
}
.img-post img{
    max-width:300px;
}*/

/*.read-more{
    margin-bottom: 0;
}*/
.pagination li a{
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 0 1em;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    color: #777;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
}
.pagination li a:hover, .pagination li.active a{
    border-color: transparent;
    text-decoration: none;
    color: #fff;
    background-color: #ff5122;
}
.breadcrumb{
    background-color: transparent;
    padding: 0;
}
.breadcrumb li a{
    font-size: 13px;
}
.category-header {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
}
.news-single-item-meta{
    font-size: 13px;
}
#form-comment input, #form-comment textarea{
    border-radius: 0;
}
button#send-comment-post, button#send-comment-post:hover{
    color:#fff;
    border-radius:0;
}
.content .col-md-9.col-12 .row .col-12{
    padding-left: 0;
}
#contacts-message input, #contacts-message textarea, #contacts-message button{
    border-radius: 0;
}
@media screen and (max-width: 991px){
    body {
        padding-top: 0;
    }
    .top-menu {
        position:relative;
        top:0;
        left:0;
        right:0;
    }
}
@media screen and (max-width: 767px){
    .content .col-md-9.col-12 .row .col-12{
        padding-right: 0;
    }
}


.hljs {
    display: block;
    overflow-x: auto;
    padding: 10px;
    background: white;
    color: black;
    -moz-tab-size: 3;
    -o-tab-size: 3;
    tab-size: 3;
}
pre code {
    background: #FBFBFB!important;
    white-space: pre;
}
.hljs-ln-numbers {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    color: #ccc;
    border-right: 1px solid #CCC;
    vertical-align: top;
    padding-right: 5px !important;
}
.hljs-ln-code {
    padding-left: 10px !important;
}

#menuRecomendation li{
    padding: 5px 0px 5px 0px;
}
.pointer{
    cursor:pointer;
    color: rgb(0, 108, 202);
}
.post-content iframe{
    border:1px solid #ff5122; 
}
.sample-toolbar{
    text-align: right;
}
.sample-toolbar a{
    font-size: 12px;
    display:inline-block;
    margin-left: 20px;
}
.hasError label {
    color:red;
} 
.hasError input, .hasError textarea {
    border:1px solid red;
} 