/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
    /*background: url("/images/bg.jpg") repeat;*/
    font: 14px/16px Gill Sans / Gill Sans MT, sans-serif;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  background-color: #f5f5f5;
}

a {
    transition: all 0.8s ease 0s;
    outline: medium none;
}
a:hover {
    color: #fe8f01 !important;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
.footer{
    background: #3d3d3d;
}

code {
  font-size: 80%;
}

.navbar {
    background: #3d3d3d;
}

.nav > li > a::before {
    background: #fe8f01 !important;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    transition: all 0.8s ease 0s;
    z-index: -1;
    color: #fff !important;
}
.nav > li > a {
    font-size: 17px !important;
    padding-left: 20px;
    padding-right: 20px;
    border: medium none;
    padding: 22px 30px;
    position: relative  !important;
    color: #a9a8a8;
    font: 20px/31px;
}
.nav > li > a.active,.nav > li > a:hover {
    color: #fff !important;
}
.nav > li > a:hover::before, .nav > li > a.active::before {
    top: 0;
    transition: all 0.4s ease 0s;
}
.content-top{
    margin-top: 65px;
    padding-bottom: 10px;
    background: rgba(250, 250, 250, 0.50);
    border-bottom: 1px solid #c6c6c6;
}
.content{
}
.contacts{
    text-align: right;
    margin-top: 5px;
}

.contacts .textcontacts{
    float: right;
    text-align: left;
    color: #9b9b9b;
}

.categories ul{
    margin: 0px;
    padding: 0px;
}
.categories ul li::before{
    color: #3d3d3d;
    content: "○";
    font-size: 21px;
    left: 0;
    line-height: 16px;
    position: absolute;
    top: 1px;
}
.categories ul li{
    font-size: 16px !important;
}
ul.child  li::before{
    color: #3d3d3d;
    content: "○";
    font-size: 20px;
    left: 0;
    line-height: 15px;
    position: absolute;
    top: 1px;
}
.categories ul li:hover::before{
    color: #fe8f01;
}
.categories ul li{
    color: #7c7c7c;
    font-size: 15px;
    line-height: 21px;
    list-style: outside none none;
    margin: 5px 0 5px 0;
    padding: 0 0 0 24px;
    position: relative;
}
.categories ul li.active::before{
    color: #fe8f01 !important;
}
.categories ul li.active{
    color: #fe8f01;
}
.categories ul li a{
    color: #626262;
    text-decoration: none;
}
.categories ul li a.active{
    color: #fe8f01;
}
ul.parent{
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 30px;
}
.thumbnail {
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 6px 30px 5px 0;
    display: block;
    line-height: 18px;
}
.featured-thumbnail {
    float: left;
    margin: 5px 20px 10px 0;
    overflow: hidden;
    position: relative;
}
.center-thumbnail{
    margin: 0 auto;
}
[class*="thumbnail"] {
    border-color: #ddd;
}
time{
    color: #9b9b9b;
    display: block;
    font-size: 14px;
    line-height: 21px;
}
h4 a {
    color: #3d3d3d;
    text-decoration: none;
}
h4 a:hover {
    text-decoration: none;
}
h5 a {
    color: #3d3d3d;
    text-decoration: none;
    font-weight: bold;
}
h5 a:hover {
    text-decoration: none;
}
a.btn-primary::before {
     background: #fe8f01 none repeat scroll 0 0;
     bottom: 0;
     content: "";
     display: block;
     left: 0;
     position: absolute;
     right: 0;
     top: 0;
     z-index: -1;
 }
a.btn-primary::after {
    background: #3d3d3d none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    transition: all 0.8s ease 0s;
    z-index: -1;
}
a.btn-primary {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    margin: 0;
    padding: 8px 16px;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.8s ease 0s;
    vertical-align: top;
    z-index: 99;
}
a.btn-primary:focus {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none;
    color: #fff !important;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}
a.btn-primary:focus::after {
    top: 100%;
    transition: all 0.4s ease 0s;
}
a.btn-primary:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}
a.btn-primary:hover::after {
    top: 0;
    color: #fff !important;
    transition: all 0.4s ease 0s;
}
a.btn-primary:hover {
    color: #fff !important;
}
.btn {
    outline: medium none;
}
.excerpt {
    margin: 0 0 17px;
}
.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-bottom: 15px;
    margin-right: 15px;
    margin-top: 15px;
    padding: 9px 10px;
    position: relative;
}
.logo{
}
.logo .logo-text{
    margin-left: 111px;
    margin-top: 10px;
}

.logo .logo-text h1{
    text-decoration: none;
    font-size: 30px;
    margin-bottom: 0px;
    margin-top: 15px;
    padding-top: 3px;
}

.logo .logo-text h1 a{
    color: #3b3b3b;
    text-decoration: none;
}
.logo .logo-text p{
    color: #777777;
}
.logo .logo-text hr{
    margin: 0px;
}

.logo .logo-bg{
    height: 100px;
    width: 74px;
    background: url('/images/logo_bg.png') no-repeat;
    float: left;
    transition: all 0.8s ease 0s;
}
.logo:hover .logo-bg {
    transform: rotateY(360deg);
    transition: all 0.4s ease 0s;
}
.logo .logo-ex{
    height: 70px;
    width: 70px;
    background: url('/images/logo_ex.png') no-repeat;
    margin-left: 19px;
    margin-top: 24px;
}
.desc{
    min-height: 220px;
}

.desc h5{
    max-height: 75px;
    overflow: hidden;
}
.footer .logo{
}
.footer .logo .logo-text{
    margin-left: 75px;
    margin-top: 10px;
    overflow: hidden;
}
.footer .logo .logo-text h3{
    text-decoration: none;
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 6px;
}
.footer .logo .logo-text h3 a{
    color: #fe8f01;
    text-decoration: none;
}
.footer .logo .logo-text p{
    color: #fe8f01;
}
.footer .logo .logo-text hr{
    margin: 0px;
}
.footer .logo .logo-bg{
    margin-top: 2px;
    height: 70px;
    width: 52px;
    background: url('/images/logo_footer.png') no-repeat;
    float: left;
    transition: all 0.8s ease 0s;
}
#back-top-wrapper {
    bottom: 10px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    z-index: 99;
}
.visible-desktop {
    display: inherit !important;
}
#back-top-wrapper p#back-top {
    margin: 0;
}
#back-top {
    display: none;
}
#back-top-wrapper p#back-top a::before {
    color: #797979;
    content: "⬆";
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    line-height: 32px;
    transition: all 0.8s ease 0s;
    vertical-align: top;
    border: 2px solid #797979;
    border-radius: 30px;
    height: 35px;
    width: 35px;
}
#back-top-wrapper p#back-top a:hover::before {
    color: #fe8f01;
    border: 2px solid #fe8f01;
}
#back-top-wrapper p#back-top a {
    width: auto;
    cursor: pointer;
}
#back-top a {
    color: #bbb;
    display: block;
    font: 11px/100% Arial,Helvetica,sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 1s ease 0s;
    width: 50px;
}
.show-child{
    cursor:pointer
}
.content-main  .col-md-4 {
    height: 350px;
}
.content-main img{
    max-width: 100%;
}

/*
##################################################
###   10. Mobile
##################################################
*/
@media screen and (max-width:1000px){

}
@media (min-width:1200px) and (max-width:1365px){
}
@media (min-width:992px) and (max-width:1200px){
}
@media (min-width:768px) and (max-width:992px){
    .footer .logo .logo-text h3 a{
        font-size: 20px !important;
    }
}
@media (min-width:480px) and (max-width:767px){

    .logo .logo-text h1 a{
        font-size: 35px !important;
    }
}
@media (min-width:479px) and (max-width:600px){

    .logo .logo-text h1 a{
        font-size: 28px !important;
    }
}
@media (max-width:479px){

    .logo .logo-text h1 a{
        font-size: 22px !important;
    }
}