@media (min-width: 468px){
    h1,h2,h3{word-wrap: break-word}
    h1 {
        font-size: 45px;
    }
    .head-3 {
        font-size: 1.48em;
    }
}
@media (max-width: 468px){
    h1 {
        font-size: 25px;
    }
    .head-3 {
        font-size: 1.18em;
    }
    /*p{text-align: justify;}*/
}
h1{
    font-weight: bold;
    margin-top: 0;
}
h3{
    margin-bottom: 0;
}
.active > .nav-line{
    display: block;
}
#page-top .btn:focus{
    outline: none;
}

.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {

}
li .nav-line{
    width: 80%;
    height: 2px;
    background: #ca982f;
    position: absolute;
    left: 10%;
    display: none;
}
li:hover .nav-line,
li:focus .nav-line{
    display: block;
}
.top-line{
    height: 6px;
    background-color: #ca982f;
    margin-bottom: 30px;
}

/*header{
    background-image: url('../../img/client/bg-header.jpg');
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    !*height: 977px;*!
}*/

#home{
    position: relative;
    background: #333333;
}
#head-content{
    position: relative;
    z-index: 25;
}
header .intro-text {}
header .intro-text .intro-heading {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px;
}
header.index .intro-text .intro-heading>*{
    display: inline-block !important;
}
header.index8 .intro-text .intro-heading #main-title::before{
    content: 'WELCOME TO';
    display: inline-block;
    /*margin-right: 8px;*/
    font-size: 0.1em;
    line-height: 1em;
    transform: rotate(270deg);
    transform-origin: left bottom 0;

}
@media (min-width: 768px) {
    /*header .intro-text {
        padding-top: 300px;
        padding-bottom: 296px;
    }*/
    header .intro-text .intro-heading {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 75px;
        line-height: 75px;
        margin-bottom: 50px;
    }
}
@media (min-width: 768px) {}
.head-3{
    font-size: 1.68em;
}
header .mouse-div{
    width: 100%;
    position: absolute;
    z-index: 25;
    bottom: 0;
    text-align: center;
}
header .mouse-div img{
    margin: 0 auto 10px auto;
    cursor: pointer;
}
header .mouse-div div.anim-wrapp{
    width: 28px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
header .mouse-div div.anim{
    display: inline-block;
    position: relative;
    margin: 0 auto;
    height: 10px;
    width: 2px;
    background: #c6942d;
    border-radius: 10px;

    -webkit-animation: mymove 5s infinite; /* Safari 4.0 - 8.0 */
    animation: mymove 3s infinite;

}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    0%   {top: 35px;}
    50%  {top: 20px;}
    100% {top: 35px;}
}

/* Standard syntax */
@keyframes mymove {
    0%   {top: 35px;}
    50%  {top: 20px;}
    100% {top: 35px;}
}




#home #owl-header{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 25;
}

/* Background images are set within the HTML using inline CSS, not here */

#home .item{
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.title-line{
    width: 60px;
    margin: 20px auto 60px auto;
    height: 4px;
    background: #ca982f;
}
#about .title-line,
#contacts .title-line{
    margin-bottom: 50px;
}