/* Theme Name: Genera
   Author: Phases
   Version: 1.1.0
   Created:July 2016
   Last Update: August 2016
   File Description:Main CSS file of the template
*/


/*---------------------

Table of contents

1. Reset
2. Helper classes 
3.Bootstrap Components
4. Navbar Custom
5. Home
6. Features
7.Services
8. Brand
9. Section CTA
10. Team
11. Pricing
12. Testimonials
13. FAQ
14. Footer
15. Intro Form
16. Home Product
17. Home Video
18. Subscribe Form
19. Home Countdown
20. Responsive

---------------------*/


/*======= 1.Reset ======== */
html{
    overflow-x: hidden;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #4c5667;
    background: #fff;
    font-size: 14px;
    line-height: 22px;
    overflow-x: hidden;
}

::selection {
    background: #f87a2e;
    color: #fff;
}

::-moz-selection {
    background: #f87a2e;
    color: #fff;
}

a:hover,
a:focus,
.a:active {
    text-decoration: none;
    outline: none !important;
}

blockcontact-failed-msg {
    margin: 0 0 10px;
    font-size: 18px;
    border-left: none;
    line-height: 32px;
    font-style: italic;
}

address {
    color: #97a0af;
}

textarea {
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

h1,
.h1 {
    font-weight: 700;
    line-height: 48px;
}

iframe, img {
    max-width: 100%;
}


/*======= 2.Helper classes ======== */

.section {
    padding-top: 75px;
    padding-bottom: 75px;
}
.contact{
 padding-bottom: 75px; 
}
.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}

.bg-gray {
    background-color: #f5f5f5;
    border-bottom: 1px solid #f6f6f6;
    border-top: 1px solid #f6f6f6;
}

.bg-dark {
    background-color: #334159;
    position: relative;
    background-image: url("../images/bg-pattern.png");
    background-repeat: repeat;
}

.bg-img-1 {
    background: url("../images/bg1.jpg");
    background-size: cover;
    position: relative;
}

.bg-img-2 {
    background: url("../images/bg2.jpg");
    background-size: cover;
    position: relative;
}

.bg-img-3 {
    background: url("../images/bg3.jpg");
    background-size: cover;
    position: relative;
}

.bg-img-4 {
    background: url("../images/bg4.jpg");
    background-size: cover;
    position: relative;
}

.bg-img-5 {
    background: url("../images/bg5.jpg");
    background-size: cover;
    position: relative;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

.bg-overlay-dark {
    background: rgba(0, 0, 0, 0.5);
}

.title {
    font-weight: 300;
    line-height: 50px;
    margin-top: 0px;
}

.sub-title {
    color: #97a0af;
    font-size: 16px;
    margin-bottom: 50px;
}

.title-hr {
    height: 4px;
    width: 60px;
    margin: 25px auto 20px;
    background: #f87a2e;
    border-radius: 4px;
}

.page-sub-title {
    margin: 10px 0px !important;
}

.hr {
    display: inline-block;
    border: 0;
    width: 35px;
    margin: 12px 0px 25px;
    padding: 0;
    height: 0;
    border-top: 2px solid #f87a2e;
}

.padding-t-0 {
    padding-top: 0px;
}

.font-bold {
    font-weight: 700;
}

.text-muted {
    color: #97a0af;
}

.bg-custom {
    background-color: #f87a2e !important;
}

.text-secondary {
    color: #f87a2e;
}

.active-text {
    background-color: #f87a2e;
    padding: 0 10px;
    color: #ffffff;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}
.frame-border {
    border: 9px solid rgba(0, 0, 0, 0.3);
    webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.form-control:focus {
    border-color: #e5702a;
}
/* PRE LOADER */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("/images/preloader.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 3000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 3000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 3000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


/*======= 3.Bootstrap Components ======== */


/*== Dropdown == */

.dropdown-menu {
    box-shadow: none;
    padding: 4px 0;
    border-radius: 4px !important;
    -webkit-animation: dropdownOpen 0.3s ease-out;
    -o-animation: dropdownOpen 0.3s ease-out;
    animation: dropdownOpen 0.3s ease-out;
    border: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
}

.dropdown-menu > li > a {
    padding: 6px 20px;
    font-size: 15px !important;
    color: #ffffff;
}

@-webkit-keyframes dropdownOpen {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes dropdownOpen {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}


/*== Buttons == */

.btn {
    text-transform: uppercase;
    font-weight: 700;
    padding: 11px 30px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}

.btn.btn-rnd {
    padding: 11px 40px;
    border-radius: 30px;
}

.btn-custom {
    background: #f87a2e;
    -webkit-box-shadow: 0px 2px 0px #cc5265 !important;
    box-shadow: 0px 2px 0px #cc5265 !important;
    color: #ffffff !important;
}

.btn-custom:focus,
.btn-custom:hover {
    background: #cc5265;
    border: 1px solid #cc5265;
    outline: none;
}

.btn-secondary {
    background: #f87a2e;
    -webkit-box-shadow: 0px 3px 0px #e5702a !important;
    box-shadow: 0px 3px 0px #e5702a !important;
    color: #ffffff !important;
}

.btn-secondary:focus,
.btn-secondary:hover {
    background: #e5702a;
    border: 1px solid #e5702a;
    outline: none;
}


/*== links ==*/

a.link,a.link:hover,.home a,.home a:hover,.section a,.section a:hover{
    color: #f87a2e;
    text-decoration: none;
  /*  border-bottom: 1px solid #7a452d;*/
}


/*===== 4. Navbar Custom ======*/

.navbar-custom {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    padding: 8px 0;
    margin-bottom: 0px;
    transition: background-color 1s ease-in-out, border 1s ease-in-out;
    -moz-transition: background-color 1s ease-in-out, border 1s ease-in-out;
    -webkit-transition: background-color 1s ease-in-out, border 1s ease-in-out;
    -o-transition: background-color 1s ease-in-out, border 1s ease-in-out;
    border: 0;
}

.navbar-custom .navbar-nav li a {
    color: #333;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    -webkit-transition: all ease .25s;
    -o-transition: all ease .25s;
    transition: all ease .25s;
}

.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
    color: #222;
}

.navbar-custom .nav>li>a:focus,
.navbar-custom .nav>li>a:hover {
    background-color: #ffffff;
    color: #f87a2e !important;
}

.navbar-custom .navbar-nav li.active a {
    color: #f87a2e !important;
}

.logo {
    display: block;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    color: #4c5667 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.logo i {
    font-size: 28px;
    vertical-align: middle;
    color: #f87a2e;
}

.logo img {
    width: 155px;
    display: none;
}

.navbar-toggle {
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 0px;
    padding: 9px 0px;
}

.navbar-custom .btn-custom {
    margin-top: 8px;
    margin-left: 20px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.no-inlinesvg .logo img, .ie .logo img {
  display: block;
}
.ie .logo svg{
    display: none;
}

/*======= 5.Home =======*/

.home-wrapper {
    color: #ffffff;
    padding: 0;
}

.home-wrapper p {
    line-height: 30px;
    margin-top: 40px;
    color: #eee;
    margin-bottom: 0;
    font-size: 19px;
    max-width: 400px;
}

.video-btn {
    color: #ffffff !important;
    letter-spacing: 1px;
    padding-top: 20px;
    outline: none !important;
}

.video-btn i {
    margin-right: 7px;
}

/*======= 6.Features =======*/

.features-txt, .section p {
    color: #97a0af;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}


/*======= 7.Services =======*/

.service-item {
    margin-bottom: 30px;
}

.service-item img {
    float: left;
    width: 64px;
}

.service-item .service-detail p {
    color: #9aa7af;
    line-height: 26px;
}


/*======= 8.Brand =======*/

.clients {
    padding-top: 60px;
}

.clients img {
    opacity: 0.7;
}

.clients img:hover {
    opacity: 1;
    transition: 0.5s;
}

.brand-item {
    display: inline-block;
    margin-left: 50px;
    margin-bottom: 10px;
}

.brand-item:first-child {
    margin-left: 0;
}

.brand-list {
    margin: 0;
    padding: 0;
}

.brand-list li {
    display: inline-block;
    text-align: left;
    padding-left: 50px;
}

.brand-list li:first-child {
    padding-left: 0;
}


/*======= 9.Section CTA =======*/

.section-cta {
    color: #ffffff;
    padding: 100px 0;
}

.section-cta p {
    font-size: 18px;
}

.section-cta h2 {
    margin: 40px;
}


/*======= 10.Team ======*/

.team img {
    max-width: 150px;
    margin: 0 auto;
}

.team .team-member {
    margin: 30px 0px;
}

.team .team-member h4 {
    padding-top: 10px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.team .team-member p {
    color: #97a0af;
}


/*======= 11.Pricing =======*/

.pricing-item {
    margin: 0 0 30px;
    position: relative;
    text-align: center;
}

.pricing-item-inner {
    vertical-align: middle;
    border: 2px solid rgba(151, 160, 175, 0.2);
    border-radius: 8px;
    background-color: #fff;
}

.best-value .pricing-item-inner {
    border: 2px solid #f87a2e;
}

.pricing-topbar {
    background-color: #f87a2e;
    color: #fff;
    padding: 30px;
    margin: -2px -2px 20px -2px;
    border-radius: 5px 5px 0 0;
}

.pricing-icon {
    padding-bottom: 10px;
    position: relative;
    font-size: 32px;
    z-index: 1;
}

.pricing-title {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
}

.pr-list {
    padding: 0;
    color: #4c5667;
    font-size: 15px;
    margin-bottom: 20px;
}

.pr-list li {
    padding: 12px 20px;
    list-style: none;
}

.pricing-num {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-top: 20px;
}

.pricing-num sup {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    top: -20px;
    left: -3px;
    margin-left: -7px;
}

.pr-per {
    color: #eee;
    font-size: 12px;
}

.pr-button {
    margin: 30px 0;
}


/*======= 12.Testimonials =======*/

.testimonials {
    color: #ffffff;
}

.clientblock {
    margin-top: 30px;
}


/*======= 13.FAQ ======*/

.question i {
    margin-right: 5px;
    font-size: 24px;
    vertical-align: middle;
}

.answer {
    color: #97a0af;
    margin-bottom: 40px;
}


/*======= 14.Footer =======*/

.footer {
    padding-top: 60px;
}

.footer .mail {
    font-size: 15px;
    line-height:45px;
    color: #646669;
}

.footer a {
    color: #f87a2e;
    ;
}

.footer a:hover {
    color: #f87a2e;
}

.footer .phone a {
    font-size: 27px;
    color: #1a213d; 
    font-family: 'Montserrat', sans-serif;
}
.menu-list li a {
    color: #4c5667;
    display: inline-block;
    font-weight: 500;
    margin: 10px;
}

.social-circle li a {
    height: 34px;
    width: 34px;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    line-height: 34px;
    border-radius: 3px;
    border: 1px solid transparent;
    background-color: #ededed;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.social-circle li a img {
    transform: scale(0.95);
    transition: all 0.1s ease-in-out;
}
.social-circle li a:hover img {
    transform: scale(1.05);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.social-circle li a:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
/*.social-circle .btn-ln a {
    background: #0e76a8;
}

.social-circle .btn-skype a {
    background: #01aef2;
}

.social-circle li a:hover {
    background-color: #fff;
}

.social-circle .btn-ln a:hover {
    color: #0e76a8;
    border: 1px solid #0e76a8;
}

.social-circle .btn-skype a:hover {
    color: #01aef2;
    border: 1px solid #01aef2;
}*/


/* == 15. Intro Form == */

.home-intro h1 {
    margin: 0;
    font-size: 55px;
    line-height: 60px;
    font-weight: 400;
}

.home-intro > .container {
    padding: 70px 0px 70px 0px;
}

.intro-form {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 3px;
    border: 3px solid #eee;
    border-bottom: 0;
}

.intro-form .form-topbar {
    color: #fff;
    padding: 0 15px;
    margin-bottom: 20px;
}

.intro-form h3 {
    font-size: 30px;
    line-height: 54px;
    font-weight: 400;
    margin: 0;
    color: #1a213d;
}

.intro-form h5 {
    color: #646669;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
}

.form-group input {
    border: 1px solid #eee;
    height: 40px;
    box-shadow: none !important;
}
.form-group input.btn {
    min-width: 200px;
}

.form-inline .btn{
    height: 38px;
    padding: 0;
}
/* == 16. Home Product == */

.home-product h1 {
    margin: 0;
    font-size: 32px;
    line-height: 46px;
}

.home-product .home-wrapper {
    padding: 100px 0px;
}


/* == 17. Home Video == */

.home-video h1 {
    margin: 0;
    font-size: 32px;
    line-height: 46px;
}


/* == 18. Subscribe Form == */
.subscribe-form{
    margin-top: 20px;
    padding-right: 0;
    padding-left: 0;
}
.subscribe-form form {
    position: relative;
    margin: 0px auto;
    padding: 35px 45px 60px 45px;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.subscribe-form .form-inline .form-group{
    margin: 0 6px;
}
.subscribe-form input {
    padding: 0 20px;
    font-size: 17px;
    min-width: 265px;
    outline: none !important;
    background-color: rgba(255, 255, 255, 0.85);
}

.subscribe-form button {
    text-transform: uppercase;
    outline: none !important;
    min-width: 195px;
}
.subscribe-form .form-topbar{
    margin-bottom: 15px;
    margin-left: 6px;
    margin-right: 6px;
}
.subscribe-form h3{
    float: left;
    margin: 0;
    font-size: 30px;
    line-height: 54px;
    color: #1a213d;
}
.subscribe-form h5{
    float: right;
    margin: 0;
    font-size: 15px;
    line-height: 54px;
    color: #646669;
    font-family: 'Open Sans', sans-serif;
}
/* == 19. Home Countdown == */

.cs-countdown {
    color: #f87a2e;
    margin-top: 40px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.cs-countdown > * {
    text-align: center;
}

.cs-countdown div {
    display: inline-block;
}

.cs-countdown div span {
    width: 180px;
    display: block;
}

.cs-countdown div span:first-child {
    height: 48px;
    font-weight: 700;
    font-size: 4em;
    line-height: 48px;
}

.cs-countdown div span:last-child {
    height: 25px;
    font-size: 0.9em;
    line-height: 25px;
    color: #ffffff;
}


/* Dark Layout */

.dark-layout {
    background-color: #222;
}

.dark-layout .navbar-custom {
    background-color: #222;
}

.dark-layout .logo {
    color: #ffffff !important;
}

.dark-layout .navbar-custom .navbar-nav li a {
    color: #ffffff;
    background-color: transparent !important;
}

.dark-layout .title {
    color: #ffffff;
}

.dark-layout .bg-gray {
    background-color: #333;
    border: 0 !important;
}

.dark-layout .h1,
.dark-layout .h2,
.dark-layout .h3,
.dark-layout .h4,
.dark-layout .h5,
.dark-layout .h6,
.dark-layout h1,
.dark-layout h2,
.dark-layout h3,
.dark-layout h4,
.dark-layout h5,
.dark-layout h6 {
    color: #f3f3f3;
}

.dark-layout .menu-list li a {
    color: #b5bac3;
}

.dark-layout .bg-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.dark-layout .pricing-item-inner {
    background-color: #eee;
}

.dark-layout .intro-form {
    background-color: #222;
    border: 3px solid #666;
    border-bottom: 0 !important;
}

.dark-layout .intro-form input {
    border: 1px solid #666;
    background-color: transparent;
    color: #ffffff;
}

.dark-layout .sub-title,
.dark-layout .features-txt,
.dark-layout .service-item .service-detail p,
.dark-layout .answer {
    color: #7d828a;
}
blockquote{
    border-left: 0;
    font-style: italic;
    line-height: 30px;
}
.clientblock p{
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
}

/*======= 20.Responsive ======*/
@media only screen and (min-width: 1200px){
    .subscribe-form .form-topbar {
         padding-right: 60px; 
         padding-left: 60px; 
    }
}
@media (max-width: 1199px){
    .subscribe-form form{
        max-width: 600px;
    }
    .subscribe-form .text-left,
    .subscribe-form .text-right{
        text-align: center;
        float: none;
    }
    .subscribe-form .form-inline input.form-control{
        width: 100%;
        min-width: 0;
    }
    .subscribe-form .form-inline .form-group{
        margin: 0;
        display: block;
        float: left;
        width: 50%;
        padding: 5px;
    }
    .subscribe-form h5{
        line-height: 25px;
    }
    .subscribe-form .form-inline .form-group .btn{
        width: 100%;
    }
}
@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .dropdown-menu.arrow:before,
    .dropdown-menu.arrow:after {
        position: absolute;
        top: -8px;
        right: 12px;
        display: inline-block;
        content: '';
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-bottom: 8px solid #fff;
    }
    .dropdown-menu > li > a {
        color: #4c5667 !important;
    }
}

@media (max-width: 767px) {
    .home-intro > .container {
        padding: 25px 0px 25px 0px;
    }
    .dropdown-menu > li > a:hover {
        background-color: transparent;
        color: #ffffff;
    }
    .is-sticky .navbar-toggle {
        color: #111111;
    }
    .vertical-content {
        -ms-flex-direction: column;
            flex-direction: column;
    }
    section:nth-child(odd) .vertical-content {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;   
    }
    .home.home-intro .vertical-content {
        -ms-flex-direction: column;
            flex-direction: column;
    }
    .vertical-content > div{
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .home.home-intro .vertical-content > div{
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .home-wrapper{
        padding: 0 25px;
    }
    .section{
        padding-top: 25px;
        padding-bottom: 25px; 
    }
    img.img-responsive{
        margin: 0 auto;
    }
    .footer .col-sm-4{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .footer .col-sm-4 ul{
        margin-bottom: 0;
        padding-bottom: 20px;
    }
    .footer .text-left,
    .footer .text-right{
        text-align: center!important;
    }
    .footer {
        padding-top: 30px;
    }
}

@media (max-width: 768px) {
    .feature-detail {
        padding: 0!important;
    }
}
@media (max-width: 600px){
    .subscribe-form input{
        width: 100%;
    }
    .subscribe-form .form-inline .form-group{
        display: block;
        width: 100%;
    }
    .form-inline .btn{
        width: 100%;
    }
    .clients{
        padding-top: 15px;
    }
    .brand-item {
        display: block;
        margin-left: 0;
    }
    .subscribe-form form{
        max-width: 80%;
    }
}
@media (max-width: 420px) {
    .h1,
    h1 {
        font-size: 26px;
        line-height: 40px;
    }
    .h2,
    h2 {
        font-size: 24px;
        line-height: 36px;
    }
    .home-wrapper {
        padding: 10px 25px;
    }
    .subscribe-form form{
        max-width: 90%;
    }
}


/* keyframe spin */

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* loader */

.loader-bottom,.loader-top {
    display: block;
    background: rgba(255,255,255,0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px solid #f87a2e
}

.loader-bottom:before,.loader-top:before {
    border: 3px solid #ccc;
    border-top-color: #f87a2e;
    content: '';
    border-radius: 50%;
    position: absolute;
    top: 45%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -10px;
    margin-left: -10px;
    animation: spinner-360 .6s linear infinite;
    -webkit-animation: spinner-360 .6s linear infinite
}

.ebook-success-msg,
.ebook-failed-msg,
.contact-success-msg,
.contact-failed-msg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
}

.ebook-success-msg:after,
.ebook-failed-msg:after,
.contact-success-msg:after,
.contact-failed-msg:after {
    content: '\f00d';
    font-family: 'fontAwesome';
    float: right;
    cursor: pointer
}

.ebook-success-msg,.ebook-failed-msg {
    padding: 10px 15px;
    font-size: 16px
}

.ebook-success-msg:before,
.ebook-failed-msg:before,
.contact-success-msg:before,
.contact-failed-msg:before {
    content: '';
    font-family: 'fontAwesome';
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 36px;
    border: 3px solid;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    line-height: 66px;
    text-align: center;
    -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
}
.ebook-failed-msg,
.contact-failed-msg {    
    border: 1px solid #a94442
}
.ebook-success-msg,
.contact-success-msg {    
    border: 1px solid #3c763d
}
.ebook-success-msg {
    background: #dff0d8;
    color: #3c763d
}

.ebook-success-msg:before {
    content: '\f00c'
}

.ebook-failed-msg {
    background: #f2dede;
    color: #a94442
}

.ebook-failed-msg:before {
    content: '\f071'
}

.contact-success-msg,.contact-failed-msg {
    padding: 10px 15px;
    font-size: 16px;
    background: #fff
}

.contact-success-msg:before,.contact-failed-msg:before {
    content: '';
    margin-right: 10px;
    font-family: 'fontAwesome';
}

.contact-success-msg {
    color: #3c763d
}

.contact-success-msg:before {
    content: '\f00c'
}

.contact-failed-msg {
    color: #a94442
}

.contact-failed-msg:before {
    content: '\f071'
}
span.errormessage {
    color: #881820;
    margin-top: 5px;
    display: block;
    text-align: left;
}
.subscribe-form span.errormessage {
    position: absolute;
}
span.errormessage span:before {
    content: '\f071';
    font-family: 'fontAwesome';
    margin-right: 5px;
    color: #881820;
    font-weight: bold;
}
@keyframes spinner-360 {
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinner-360 {
    to {
        -webkit-transform: rotate(360deg)
    }
}
.contact-success-msg .message, .contact-failed-msg .message {
    left: 50%;
    top: 75%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
}
.ebook-success-msg .message, .ebook-failed-msg .message {
    left: 50%;
    top: 65%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.error{
   position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align:center;
}
.wrapper-error{
    height:500px;
}
.social-circle .btn-fb a {
    background: #3b5998;
}
.social-circle .btn-fb a:hover {
    color: #3b5998;
    border: 1px solid #3b5998;
}
.testimonials blockquote {
    display: flex;
    position: relative;
    top: 6px;
    padding: 0px;
}
.testimonials blockquote img {
    height: 20px;
}
.testimonials blockquote p {
    margin-top: 0px;
    color: #fff;
    font-size: 17.5px;
}

@media only screen and (max-width:1200px){
    .navbar  .container{
    width:100%;
    }
    .home.home-intro .vertical-content {
        display: block;
    }
    .home-intro h1 {
        font-size: 40px;
        line-height: 45px;
    }
    .nav>li>a {
        padding: 18px 13px;
    }
}
@media only screen and (max-width:900px){
    .nav>li>a {
            padding: 18px 6px;
            font-size: 12px !important;
        }
    }
@media only screen and (max-width:767px){
    .nav>li>a {
            padding: 10px 15px;
            font-size: 13px !important;
        }
        html {
            scroll-behavior: smooth;
        }
        .section#DanishKompetencer, #DanishAndreYdelser, #DanishService {
            padding-top: 60px;
            margin-top: -60px;
        }
        #DanishTestimonial {
            padding-top: 75px;
            margin-top: -20px;
        }
    }



