.navigation-clean-button {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
}

a,
a:hover,
a:visited {
    text-decoration: none !important;
}

.legal{padding:5px 30px 0px 30px;font-size: 11px;text-align:center; }

a.btn-read,
a.btn-read:visited {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 5px;
  text-decoration: none !important;
  color:#ff7400 !important;
  font-weight: normal;
  border: solid 1px #ff7400;
  margin: 5px 0px;
  display: inline-block;;
}
a.btn-read i{margin-right: 5px;}
a.btn-read:hover{background-color: #efefef;}

@media (max-width:767px) {
    .navigation-clean-button {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width:767px) {
    .navigation-clean-button .navbar-header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width:767px) {
    .navigation-clean-button .navbar-right {
        margin-bottom: 20px;
    }
}

.navigation-clean-button .navbar-brand {
    font-weight: bold;
    color: inherit;
}

.navigation-clean-button .navbar-brand:hover {
    color: #222;
}

.navigation-clean-button.navbar-inverse .navbar-brand:hover {
    color: #f0f0f0;
}

.navigation-clean-button .navbar-brand img {
    height: 100%;
    display: inline-block;
    margin-right: 10px;
    width: auto;
}

.navigation-clean-button .navbar-toggle {
    border-color: #ddd;
}

.navigation-clean-button .navbar-toggle:hover,
.navigation-clean-button .navbar-toggle:focus {
    background: none;
}

.navigation-clean-button.navbar-inverse .navbar-toggle {
    border-color: #555;
}

.navigation-clean-button .navbar-toggle .icon-bar {
    background-color: #888;
}

.navigation-clean-button.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #eee;
}

.navigation-clean-button .navbar-collapse,
.navigation-clean-button .navbar-form {
    border-top-color: #ddd;
}

.navigation-clean-button.navbar-inverse .navbar-collapse,
.navigation-clean-button.navbar-inverse .navbar-form {
    border-top-color: #333;
}

.navigation-clean-button .navbar-nav > .active > a,
.navigation-clean-button .navbar-nav > .open > a {
    background: none;
    box-shadow: none;
}

.navigation-clean-button.navbar-default .navbar-nav > .active > a,
.navigation-clean-button.navbar-default .navbar-nav > .active > a:focus,
.navigation-clean-button.navbar-default .navbar-nav > .active > a:hover {
    color: #ff7400;
    box-shadow: none;
    background: none;

}

.navigation-clean-button.navbar .navbar-nav > li > a {
    padding-left: 18px;
    padding-right: 18px;
}

.navigation-clean-button.navbar-default .navbar-nav > li > a {
    color: #465765;
}

.navigation-clean-button.navbar-default .navbar-nav > li > a:focus,
.navigation-clean-button.navbar-default .navbar-nav > li > a:hover {
    color: #37434d !important;
    background-color: transparent;
}

.navigation-clean-button .navbar-nav > li > .dropdown-menu {
    margin-top: -5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    background-color: #fff;
    border-radius: 2px;
}

.navigation-clean-button .dropdown-menu > li > a:focus,
.navigation-clean-button .dropdown-menu > li > a {
    line-height: 2;
    font-size: 14px;
    color: #37434d;
}

.navigation-clean-button .dropdown-menu > li > a:focus,
.navigation-clean-button .dropdown-menu > li > a:hover {
    background: #eee;
    color: inherit;
}

@media (max-width:767px) {
    .navigation-clean-button .navbar-nav .open .dropdown-menu {
        box-shadow: none;
    }
}

@media (max-width:767px) {
    .navigation-clean-button .navbar-nav .open .dropdown-menu > li > a {
        color: #37434d;
        padding-top: 12px;
        padding-bottom: 12px;
        line-height: 1;
    }
}

.navigation-clean-button.navbar-inverse {
    background-color: #1f2021;
    color: #fff;
}

.navigation-clean-button.navbar-inverse .navbar-nav > .active > a,
.navigation-clean-button.navbar-inverse .navbar-nav > .active > a:focus,
.navigation-clean-button.navbar-inverse .navbar-nav > .active > a:hover {
    color: #8f8f8f;
    box-shadow: none;
    background: none;
    pointer-events: none;
}

.navigation-clean-button.navbar-inverse .navbar-nav > li > a {
    color: #dfe8ee;
}

.navigation-clean-button.navbar-inverse .navbar-nav > li > a:focus,
.navigation-clean-button.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff !important;
    background-color: transparent;
}



.navigation-clean-button.navbar-inverse .dropdown-menu > li > a:focus,
.navigation-clean-button.navbar-inverse .dropdown-menu > li > a {
    color: #f2f5f8;
}

.navigation-clean-button.navbar-inverse .dropdown-menu > li > a:focus,
.navigation-clean-button.navbar-inverse .dropdown-menu > li > a:hover {
    background: #363739;
}

@media (max-width:767px) {
    .navigation-clean-button.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
}

.navigation-clean-button .actions {
    margin-top: 7px;
    margin-bottom: 0;
}

.navigation-clean-button .actions .login {
    margin-right: 7px;
    text-decoration: none;
    color: #465765;
}

.navigation-clean-button.navbar-inverse .actions .login {
    color: #dfe8ee;
}

.navigation-clean-button.navbar-inverse .actions .login:hover {
    color: #fff;
}

.navigation-clean-button .action-button,
.navigation-clean-button .action-button:active {
    background: #56c6c6;
    border-radius: 20px;
    color: #fff;
    box-shadow: none;
    border: none;
    text-shadow: none;
    padding: 10px 22px;
    transition: background-color 0.25s;
}

.navigation-clean-button .action-button:hover {
    background: #66d7d7;
}

.navigation-clean-button.navbar-inverse .action-button,
.navigation-clean-button.navbar-inverse .action-button:active {
    background: #208f8f;
}

.navigation-clean-button.navbar-inverse .action-button:hover {
    background: #269d9d;
}



.testimonials-clean {
    color: #313437;
    background-color: #efefef;
}

.testimonials-clean p {
    color: #7d8285;
}

.testimonials-clean h2 {
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 40px;
    color: inherit;
}

@media (max-width:767px) {
    .testimonials-clean h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.testimonials-clean .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
}

.testimonials-clean .intro p {
    margin-bottom: 0;
}

.testimonials-clean .people {
    padding: 50px 0 20px;
}

.testimonials-clean .item {
    margin-bottom: 32px;
}

@media (min-width:768px) {
    .testimonials-clean .item {
        height: 220px;
    }
}

.testimonials-clean .item .box {
    padding: 30px;
    background-color: #fff;
    position: relative;
    margin-top: 20px;
}

.testimonials-clean .item .box:after {
    content: '';
    position: absolute;
    left: 30px;
    bottom: -24px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-width: 12px 15px;
    border-top-color: #fff;
}

.testimonials-clean .item .author {
    margin-top: 28px;
    padding-left: 25px;
}

.testimonials-clean .item .name {
    font-weight: bold;
    margin-bottom: 2px;
    color: inherit;
}

.testimonials-clean .item .title {
    font-size: 13px;
    color: #9da9ae;
}

.testimonials-clean .item .description {
    font-size: 15px;
    margin-bottom: 0;
}

.testimonials-clean .item img {
    max-width: 40px;
    float: left;
    margin-right: 12px;
    margin-top: -5px;
}


.footer-dark {
    padding: 50px 0;
    color: #f0f9ff;
    background-color: #282d32;
    border-top: solid 5px #ff7400;
}

.footer-dark h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: normal;
    font-size: 22px;
    color: #ff7400;
}

.footer-dark .item b {
    color: #ff7400 !important;
    font-weight: normal;
}

.footer-dark ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
}

.footer-dark ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.6;
}

.footer-dark ul a:hover {
    opacity: 0.8;
}

@media (max-width:767px) {
    .footer-dark .item:not(.social) {
        text-align: center;
        padding-bottom: 20px;
    }
}

.footer-dark .item.text {
    margin-bottom: 36px;
}

@media (max-width:767px) {
    .footer-dark .item.text {
        margin-bottom: 0;
    }
}

.footer-dark .item.text p {
    opacity: 0.6;
    margin-bottom: 0;
}

.footer-dark .item.social {
    text-align: left;
}

@media (max-width:991px) {
    .footer-dark .item.social {
        text-align: center;
        margin-top: 20px;
    }
}

.footer-dark .item.social > a {
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
    margin: 0 20px 0 0px;
    color: #fff;
    opacity: 0.75;
}

.footer-dark .item.social > a:hover {
    opacity: 0.9;
}

.footer-dark .copyright {
    text-align: left;
    padding-top: 24px;
    opacity: 0.3;
    font-size: 13px;
    margin-bottom: 10px;
}

.features-clean {
    color: #313437;
    background-color: #fff;
    padding-bottom: 30px;
}

@media (max-width:767px) {
    .features-clean {
        padding-bottom: 10px;
    }
}

.features-clean p {
    color: #7d8285;
}

.features-clean h2 {
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 40px;
    padding-top: 40px;
    color: #ff7400;
}

.features-clean h2 b {
    font-weight: normal;
    font-size: 24px;
    display: block;
    color: #222;
}

@media (max-width:767px) {
    .features-clean h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.features-clean .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 60px;
}

@media (max-width:767px) {
    .features-clean .intro {
        margin-bottom: 40px;
    }
}

.features-clean .item {
    min-height: 100px;
    padding-left: 80px;
    margin-bottom: 40px;
}

@media (max-width:767px) {
    .features-clean .item {
        min-height: 0;
    }
}

.features-clean .item .name {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
    color: inherit;
}

.features-clean .item .description {
    font-size: 15px;
    margin-bottom: 0;
}

.features-clean .item .icon {
    font-size: 40px;
    color: #ff7400;
    float: left;
    margin-left: -65px;
}

.article-list {
    color: #313437;
    background-color: #fff;
}

.article-list p {
    color: #7d8285;
}

.article-list h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}

@media (max-width:767px) {
    .article-list h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.article-list .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
}

.article-list .intro p {
    margin-bottom: 0;
}

.article-list .articles {
    padding-bottom: 40px;
}

.article-list .item {
    padding-top: 50px;
    min-height: 425px;
    text-align: left;
}

.article-list .item .name {
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
    color: inherit;
}

.article-list .item .description {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
}

.article-list .item .action {
    font-size: 24px;
    width: 24px;
    margin: 22px auto 0;
    line-height: 1;
    display: block;
    color: #4f86c3;
    opacity: 0.85;
    transition: opacity 0.2s;
    text-decoration: none;
}

.article-list .item .action:hover {
    opacity: 1;
}

.map-clean h2 {
    margin-bottom: 20px;
}

.map-clean h2 b{display: block;font-size:1.4em;color: #ff7400;}


h1,
h2,
h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}

a {
    text-decoration: none;
}

ul.list a,
ul.list a:focus,
ul.list a.visited {
    color: #ff7400 !important;
}

ul.list a:hover {
    color: #000 !important;
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
    padding-left: 15px;
    margin-bottom: 20px;
}

ul li {
    margin-bottom: 2px;
}

.no-pad {
    margin-right: 0;
    margin-left: 0;
}

.no-pad > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.top-info {
    background-color: #ff7400;
    padding: 10px 0px;
}

.top-info i{margin-right: 5px;color: #111;display: inline-block;}
.top-info label{font-weight: normal;margin-right: 20px;display: inline-block;line-height: 1px;color: #222;}

.navbar-brand > img {
    width: 90px !important;
    height: 40px !important;
    margin-top: -15px;
}

.navbar {
    padding-bottom: 0px;
}

.navbar-nav li {
    padding: 0;
    margin: 0;
}

.navbar-nav li a {
    padding-top: 25px;
    padding-bottom: 5px;
    margin: 0;
    margin-bottom: 5px;
}

.dropdown-menu li a {
    padding: 5px 20px;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ff7400
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #222
}

.highlight-orange {
    text-align: center;
    color: #fff;
    background: #f44900;
    background: -moz-linear-gradient(top, #f44900 0%, #ff7400 100%);
    background: -webkit-linear-gradient(top, #f44900 0%, #ff7400 100%);
    background: linear-gradient(to bottom, #f44900 0%, #ff7400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f44900', endColorstr='#ff7400', GradientType=0);
    padding: 40px 0px;
    margin: 0;
}

.highlight-grey {
    text-align: center;
    color: #fff;
    background: #888;
    padding: 40px 0px 0px 0px;
    margin: 0;
    margin-top:20px;
}


.highlight-orange h2 {
    font-weight: normal;
    font-size: 32px;
}

.highlight-orange p, .highlight-grey p {
    font-weight: normal;
    font-size: 20px;
    padding: 0px 20px;
    color: #222;
}

.highlight-grey p {
   font-size: 16px;
   color: #fff;
   font-weight:  normal !important;
   padding: 10px 40px;
}

.btn {
    border: 2px solid #fff;
    background: none;
    color: #fff;
    padding: 12px 24px;
    font-size: 16px;
    cursor: pointer;
    margin: 4px
}

.btn-white:hover {
    background-color: #fff;
    color: #f44900;
}

.btn-orange {
    background-color: #f44900;
    color: #fff;
}

.btn-orange:hover {
    background-color: #fff;
    color: #f44900;
}

.img-responsive {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.parallax-home-slider {
    padding: 40px 0px;
    background-image: url('../img/home-bg-01.jpg');
    background-position: center top;
    background-size: cover;
    min-height: 400px;

}


.parallax-internal-slider{
  padding: 20px 0px;
  background-image: url('../img/home-bg-01.jpg');
  background-position: center top;
  background-size: cover;
  min-height: 180px;
}

.home-sliderBG {
    background-image: url('../img/home-bg-01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.home-welcome {
    padding: 0;
    color: #fff;
    padding: 0;
}

.home-welcome-box {
    background: rgba(0, 0, 0, 0.7);
    padding: 40px 20px;
    text-align: left;
    width: 50%;
    margin: 0;
}

.home-welcome-box h1 {
    opacity: 100;
    filter: alpha(opacity=100);
    padding-top: 30px;
}

.home-welcome-box h1 span {
    display: block;
    font-weight: normal;
    font-size: 28px !important;
    color: #ff7400;
}

.home-welcome-text h2 {
    padding-top: 40px;
}



.internal-welcome {
    padding: 0;
    color: #fff;
    padding: 0;
}

.internal-welcome-box {
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
    text-align: left;
    width: 50%;
    margin: 0;
}

.internal-welcome-box h1 {
    opacity: 100;
    filter: alpha(opacity=100);
    padding-top: 10px;
}

.internal-welcome-box h1 span {
    display: block;
    font-weight: normal;
    font-size: 20px !important;
    color: #ff7400;
}




.core-list {
    padding: 40px 0px;
}

.core-list h3 {
    font-weight: bold;
    padding-bottom: 10px;
}

.parallax-bg-01 {
    background-image: url('../img/home-bg-01.jpg');
    background-position: center bottom;
    background-size: cover;
    padding: 80px 0px;
    text-align: right;
}

.parallax-bg-01 h3 {
    padding: 20px 20px 20px;
    background-color: #ff7400;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: bold;
}

.parallax-bg-01 p {
    display: block;
}

.parallax-bg-01 strong {
    font-size: 22px;
    line-height: :0;
}

.parallax-bg-01 i {
    font-size: 16px;
    padding: 10px;
    border-radius: 28px;
    border: solid 1px #fff;
}

.parallax-bg-01 .btn:hover i {
    border: solid 1px #222;
}

.parallax-bg-01 .btn {
    padding: 10px 20px;
}

.parallax-bg-01 p b {
    display: inline-block;
    background-color: #222;
    color: #fff;
    padding: 20px 20px;
    font-weight: normal;
    font-size: 14px;
    width: 80%;
    margin-bottom: 10px;
}

.profile-window {
    margin-bottom: 40px;
}

.features .item {
    min-height: 200px;
}

.core-list {
    margin-bottom: 40px;
}

@media (max-width:767px) {
    .home-welcome-box {
        width: 70%;
        margin: 20px 0px;
    }

    .highlight-orange h2 {
        font-size: 26px;
    }

    .highlight-orange p {
        font-size: 16px;
    }

    .features .item {
        min-height: inherit;
    }

}

.c_copyright {
    background-color: #000;
    padding: 10px 0px;
    color: #777 !important;
    font-size: 11px;
}

.c_copyright p {
    padding: 2px 0px;
    margin: 0;
    color: #777;
}

.c_copyright a,
.c_copyright a:visited {
    color: #ccc;
}

.c_copyright a:hover {
    color: #ff7400;
}


@media (max-width:767px) {
    .text-right {
        text-align: center;
    }
    .c_copyright {
        text-align: center;
    }
}



.simple-slider .swiper-slide {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
  width: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width:767px) {
  .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    display: none;
  }
}

@media (max-width:767px) {
  .simple-slider .swiper-slide {
    height: 360px;
  }
}

.breadcrums{font-size: 11px;padding: 5px 0px;}
.breadcrums a {display: inline-block;font-size: 11px;color: #ff7400;}


.inner-head{background: rgb(237,71,0);}
.inner-head{background: -moz-linear-gradient(left, rgba(237,71,0,1) 0%, rgba(255,156,76,1) 100%);}
.inner-head{background: -webkit-linear-gradient(left, rgba(237,71,0,1) 0%,rgba(255,156,76,1) 100%);}
.inner-head{background: linear-gradient(to right, rgba(237,71,0,1) 0%,rgba(255,156,76,1) 100%);}
.inner-head{filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed4700', endColorstr='#ff9c4c',GradientType=1 );}

.inner-head{padding: 10px 20px;}
.inner-head h1 {
    opacity: 100;
    filter: alpha(opacity=100);
    padding-top: 10px;
}
.inner-head h1 span {
    display: block;
    font-weight: normal;
    font-size: 20px !important;
    color: #fff;
}


.dropdown-menu li.active a {
    background-color: orange !important;
}
