.slider-main .item img{


}
.slider-main-text{
    position: absolute;
    z-index: 1;
}


.slider-main-text .info{
    color:#D5D5D7;
    font-size: 40px;
    font-weight: 300;
}
.btn-slider{
    margin-left: 10px;
    margin-top: 20px;
    border: 1px solid #D5D5D7;
    font-weight: bold;
    color: #fff;
}

.btn-slider:hover, btn-slider:focus{

    color: #fff;
}
.slider-main .owl-nav{
/*    display: none;*/
}

.field-box-item{
    margin-top: 25px;
    margin-bottom: 25px;
    border: 1px solid #D5D5D7;
}
.field-box-title{
    font-size: 18px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 15px;
}

.field-box-item-1 .field-box-right{
    height: 201px;
    background-color: #F2634B;
    margin-left: -17px;
    width:calc( 100% + 17px );
    padding-left: 17px;

}
.field-box-item-1 .field-box-right a{
    color:#fff;
}
.site-box-bottom {
    margin-bottom: 25px;
    margin-top: 25px;
    position: relative;
}
.site-box-bottom img{
    height: 194px;
    width: 100%;
}

.site-box-bottom .content{
    position: absolute;
    font-size:20px;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    margin-top: -45px;
    padding: 8px 25px;
    width: calc( 100% - 30px );
}
.site-box-bottom .content a{
    color: #fff;
}

.login-register h1, .login-register .h1 {
    color: #000000;
    font-family: Lato;
    font-size: 25px;
    font-weight: bold;
    line-height: 40.52px;
    text-transform: uppercase;
}
.login-register h2, .login-register .h2 {
    color: #000000;
    font-family: Lato;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 33px;
}

.login-register .remember-link{
    color: #f2634b;
    font-family: Lato;
    font-size: 12px;
    font-weight: 300;
    line-height: 19px;
}

.login-register .btn{
    margin-top: 15px;
}
.login-register ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.login-register li {
    padding-left: 1em; 
    text-indent: -.7em;
    margin-bottom: 5px;
}

.login-register li::before {
    content: "• ";
    color: red; /* or whatever color you prefer */
}

.login-register .company{
    display:none;
}
.login-register.register .btn{
    margin-left:-7px;
}
.page-section h1{
    color: #000;
    font-family: Lato;
    font-size: 25px;
    line-height: 40.52px;
    text-transform: uppercase;
    padding-left:37px;
    margin-bottom: 30px;
}

.page-section li a{
    color: #000000;
    font-family: Lato;
    font-size: 13px;
    font-weight: normal;
    line-height: 25px;
    padding: 1px 15px;
}
.page-section li.active a{
    font-weight: bold; 
}
.page-section .page-content {
    color: #000000;
    font-family: Lato;
    font-size: 13px;
    line-height: 21px;
}
.contact{
    font-size: 13px;
    line-height: 21px;
}
.contact h1{
    color: #000000;
    font-family: Lato;
    font-size: 25px;
    margin-bottom: 30px;
}
.contact h2 {
    margin-top: 0px;
    color: #000000;
    font-family: Lato;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
}

.map-container,.map-content{
    display: none;;
}
.owl-carousel .owl-item img {
    width: auto !important;
}

.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next{
    position: absolute;
    top: calc(50% - 40px);
    font-size: 40px;
}
.owl-carousel .owl-nav .owl-prev{
    left:-20px;
}
.owl-carousel .owl-nav .owl-next{
    right:-20px; 
}
.field-box-item .col-sm-6{
    overflow: hidden;
}
.field-box-item.field-box-item-2 .field-box-right{
    background-color: white;
}
@media (max-width: 1024px) {
  .site-box-bottom .content {

        font-size: 15px;
    }
}
@media (max-width: 980px) {
    .site-box-bottom .content {

    font-size: 10px;

}
    .field-box-title {
        padding-bottom: 16px;
    }

    .field-box-photo img{
        max-width: 100%;
    }
    .field-box-item-1 .field-box-right {

        margin-left: -1px;
        width: calc( 100% + 1px);
        height: auto;
        padding: 10px;
    }
    .field-box-item-1 .field-box-right p{
        padding-bottom: 0;
    }
    .field-box-item-2 .field-box-right {
        padding-left: 10px;
    }
  
    .site-box-bottom .content {

        font-size: 22px;
    }
}