.navbar {
    min-height: 90px;
    background-color: #41474c;
    border: none
}

.navbar .navbar-header {
    height: 90px
}

.navbar .navbar-header a {
    padding: 6px 15px
}

.navbar button.navbar-toggle {
    display: none;
    margin: 0;
    top: 50%;
    margin-top: -17px;
    margin-right: 20px
}

#myNavbar {
    background: #41474c
}

.navbar-default .navbar-nav li a:hover {
    color: #d7df21;
    background: none;
    font-weight: bold
}

.demo-button-nav {
    background: #d7df21 !important;
    color: #fff !important;
    border-radius: 5px;
}

.demo-button-nav:hover {
    background: #E8ED83 !important;
    color: #fff !important;
}

.navbar-default .navbar-nav li a:focus {
    color: #FFFFFF;
    background: none;
    font-weight: bold
}

.navbar-default .navbar-nav li a {
    color: #ffffff;
    font-weight: bold
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #d7df21;
    background: none;
    font-weight: bold
}

.navbar-nav>li>a {
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px
}

ul.nav {
    margin-top: 23px;
    float: right
}

ul.nav li .btn-group button {
    margin: 21px 9px !important;
    border-radius: 50%;
    background: #fff;
}

ul.nav li .btn-group .dropdown-menu {
    left: auto;
    right: 0
}

ul.nav li .btn-group .dropdown-menu li a {
    color: #000000
}

ul.nav li button.demo {
    margin: 17px 15px !important;
    background: transparent;
    color: #FFFFFF;
    font-weight: bold
}

.navbar.footer {
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0
}

.navbar.footer .container-fluid {
    padding-top: 30px;
    padding-bottom: 50px
}

.navbar.footer .container-fluid .copyright {
    padding-bottom: 30px;
    margin-top: 10px;
}

.copyright p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px
}

.copyright a {
    margin-bottom: 30px;
    display: block
}

.navbar.footer .container-fluid .company {
    padding-bottom: 30px
}

.navbar.footer .container-fluid .company .page-header {
    margin: 0
}

.navbar.footer .container-fluid .company .links {
    padding-top: 20px
}

.navbar.footer .container-fluid .company .links a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    color: #FFFFFF
}

.navbar.footer .container-fluid .company .links a:hover {
    text-decoration: none
}

.navbar.footer .container-fluid .company .links a:focus {
    outline: 0
}

.navbar.footer .container-fluid .product {
    padding-bottom: 30px
}

.navbar.footer .container-fluid .product .page-header {
    margin: 0
}

.navbar.footer .container-fluid .product .links {
    padding-top: 20px
}

.navbar.footer .container-fluid .product .links a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    color: #FFFFFF
}

.navbar.footer .container-fluid .product .links a:hover {
    text-decoration: none
}

.navbar.footer .container-fluid .product .links a:focus {
    outline: 0
}

.navbar.footer .container-fluid .footer_icons {
    text-align: center;
    padding-bottom: 30px
}

.navbar.footer .container-fluid .footer_icons .page-header {
    margin: 0
}

.navbar.footer .container-fluid .footer_icons .links {
    padding-top: 20px
}

.navbar.footer .container-fluid .footer_icons .links a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    color: #FFFFFF
}

.navbar.footer .container-fluid .footer_icons .links a:focus,
.navbar.footer .container-fluid .footer_icons .links a:hover {
    outline: 0;
    text-decoration: none
}

.navbar.footer .container-fluid .footer_icons .social-icon-container {
    display: inline-block;
    width: auto;
    margin: 20px 0 0 0
}

.modal-content h4.modal-title {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    text-align: center
}

.modal-content input {
    border: 1px solid #80878C;
    border-radius: 8px 8px 8px 8px;
    color: #80878C;
    font-size: 16px;
    height: 59px;
    margin: 10px auto 0;
    padding: 6px 20px;
    width: 70%
}

.modal-content textarea {
    border: 1px solid #80878C;
    border-radius: 8px 8px 8px 8px;
    color: #80878C;
    font-size: 16px;
    height: 59px;
    margin: 10px auto 0;
    padding: 6px 20px;
    width: 70%
}

.modal-content button[type=submit] {
    width: 70%;
    height: 59px;
    margin: 30px auto 120px;
    border-radius: 8px;
    color: #686868;
    border: solid 3px #686868;
    font-size: 14px;
    display: block;
    background: none repeat scroll 0 0 transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase
}

.modal-content .captcha_show {
    margin: 10px auto 0;
    width: 70%
}

.modal-content .captcha_show div {
    margin-bottom: 15px
}

.modal-content .captcha_show div input {
    margin: 0;
    padding: 6px 12px;
    width: 100%;
    border-radius: 4px;
    height: 34px;
    font-size: 14px
}

section#highlights {
    padding-top: 90px;
    background-color: #ffffff
}

section#highlights .heading {
    display: inline-block
}

section#highlights .heading h1 {
    font-weight: 700;
    margin: 20px 0 0 0;
    font-size: 30px;
    color: #000000
}

section#highlights .heading hr {
    border-top: 2.5px solid #000000
}

section#highlights img {
    width: 100%;
    height: auto
}

section#highlights p {
    color: #000000;
    font-size: 18px;
    text-align: center
}

section#highlights h3 {
    font-size: 18px;
    color: #000000;
    display: inline-block;
    line-height: 25px;
    margin-bottom: 25px;
    font-weight: bold;
    width: 100%
}

section#highlights .single-benefit {
    min-height: 200px
}

section#editions {
    padding-top: 90px;
    background-color: #61b4e6
}

section#editions .container .heading {
    display: inline-block
}

section#editions .container .heading h1 {
    font-weight: 700;
    margin: 20px 0 0 0;
    font-size: 30px;
    color: #FFFFFF
}

section#editions .container .heading hr {
    border-top: 2.5px solid #FFFFFF
}

section#editions .container .edition-contents {
    height: 180px
}

section#editions .container .edition-contents div {
    text-align: justify
}

section#editions .container .edition-contents div img {
    width: 100%;
    height: auto
}

section#editions .container .teamdesc {
    color: #FFFFFF;
    margin-bottom: 70px;
    padding-right: 45px;
    position: relative
}

section#editions .container p {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px
}

section#editions .container h3 {
    color: #ffffff;
    text-align: left;
    font-size: 25px;
    line-height: 2
}

section#editions .container h3:hover {
    color: #000;
}

section#edition_content {
    padding-top: 90px;
    background-color: #61b4e6
}

section#edition_content .container .nav-pills li a {
    color: #41474c !important;
    border-radius: 0 !important;
    padding: 5px 10px !important
}

section#edition_content .container .nav-pills li a:hover {
    color: #ffffff !important;
    background-color: #41474c !important
}

section#edition_content .container .nav-pills li.active a {
    color: #ffffff !important;
    background-color: #41474c !important
}

section#edition_content .container h2 {
    font-weight: 700;
    margin: 20px 0 40px 0;
    font-size: 30px;
    color: #FFFFFF
}

section#edition_content .container .edition-contents {
    height: 180px
}

section#edition_content .container .edition-contents div {
    text-align: justify
}

section#edition_content .container .edition-contents div img {
    width: 100%;
    height: auto
}

section#edition_content .container .teamdesc {
    color: #FFFFFF;
    margin-bottom: 70px;
    padding-right: 45px;
    position: relative
}

section#edition_content .container p {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px
}

section#edition_content .container .heading {
    display: inline-block !important
}

section#edition_content .container .heading h3 {
    color: #ffffff;
    text-align: left;
    font-size: 25px;
    line-height: 2
}

section#edition_content .container .heading hr {
    margin: 0 0 10px 0 !important;
    border-top: 2.5px solid #000000
}

section#contact {
    padding-top: 90px;
    background-color: #ffffff;
    min-height: 100%
}

section#contact .container h1 {
    font-weight: 700;
    margin: 20px 0 40px 0;
    font-size: 30px;
    color: #000000
}

section#contact .container .topdesc p {
    text-align: center;
    margin-bottom: 70px;
    color: #000000;
    font-size: 16px
}

section#contact .container p {
    color: #000000;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 30px
}

section#contact .container p i {
    font-size: 25px;
    color: #80878c;
    vertical-align: middle
}

section#contact .container h3 {
    color: #000000;
    font-size: 18px;
    margin: 0 0 30px 0
}

section#contact .container input {
    width: 80%;
    border: 0px !important;
    border-bottom: 2px solid #ccc !important;
    color: #80878C;
    font-size: 16px;
    height: 37px;
    margin-bottom: 15px;
    padding: 0px;
    box-shadow: 0 0 0;
}

section#contact .container textarea {
    width: 80%;
    border: 0px !important;
    border-bottom: 2px solid #ccc !important;
    background-color: #FFFFFF;
    box-shadow: 0 0 0;
    color: #80878C;
    display: block;
    font-size: 16px;
    line-height: 1.42857;
    margin-bottom: 10px;
    padding: 0px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
}

section#contact .container .btn-transparent {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #80878C;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    height: 53px;
    text-transform: uppercase;
    width: 100%
}

section#contact .container .address_container {
    padding-top: 30px;
}

section#contact .container .address_container .botblock {
    display: inline-block;
    padding-left: 29px
}

section#contact .container .mobileicon:before {
    content: "\f10b";
    font-family: FontAwesome;
    position: absolute;
    left: 7px;
    top: -2px;
    width: 20px;
    height: 20px;
    font-size: 25px
}

section#contact .container .captcha_image {
    padding-bottom: 10px
}

section.min-full-height {
    padding-top: 90px;
    background-color: #ffffff !important;
    color: #000000 !important
}

section.min-full-height .container img {
    width: 100%
}

section.min-full-height .container h3 {
    color: #000000 !important;
    font-weight: 700;
    font-size: 25px !important
}

section.min-full-height .container p {
    color: #000000 !important;
    font-size: 18px !important;
    text-align: justify;
    line-height: 1.5 !important
}

.banner {
    height: 100%
}

.banner .banner-slide {
    float: left;
    height: 100%;
    width: 100%
}

.banner .banner-slide div {
    height: 100%
}

.banner .banner-slide .carousel-inner .item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.banner-img1 {
    background: url("../images/Banner1.jpg")
}

.banner-img2 {
    background: url("../images/Banner2.jpg")
}

.banner-img3 {
    background: url("../images/Banner3.jpg")
}

.banner-img4 {
    background: url("../images/Banner4.jpg")
}

.banner-img5 {
    background: url("../images/Banner5.jpg")
}

.navbar-toggle {
    display: block
}

.home-menu-button {
    width: 100%;
    height: 60px;
    background: #DEB424;
    border: none;
    font-size: 1.5vw;
    color: #EBD99B
}

.home-menu-button:hover,
.home-menu-button:active,
.home-menu-button:focus {
    background: #EBD99B;
    color: #DEB424
}

.home-search-button {
    width: 100%;
    height: 60px;
    background: #151515;
    border: none;
    font-size: 1.5vw;
    color: #747474
}

.home-search-button i {
    transform: rotate(90deg)
}

.home-search-button:hover,
.home-search-button:active,
.home-search-button:focus {
    background: #747474;
    color: #151515
}

.social-icon-container {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 12px 0px
}

.social-icon-container a {
    outline: 0
}

.social-icon-container button {
    position: relative;
    width: 35px;
    margin: 5px 0;
    height: 35px;
    border: none;
    border-radius: 999px;
    background: #918F90;
    color: #222021;
    font-size: 15px;
    padding: 0;
    outline: 0
}

.right-slide-menu {
    position: fixed;
    width: 200px;
    right: 0;
    top: 0;
    height: 100%;
    background: #DEB424;
    overflow-x: auto;
    z-index: 20
}

.right-slide-menu .list-group {
    margin-top: 30px
}

.right-slide-menu .list-group .list-group-item {
    background: none;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #B08F1C;
    border-left: none;
    border-right: none
}

.right-slide-menu .list-group .list-group-item a {
    color: #FFFFFF
}

.right-slide-menu .list-group .list-group-item a:hover,
.right-slide-menu .list-group .list-group-item a:active {
    text-decoration: none
}

.right-slide-menu .list-group .list-group-item:hover,
.right-slide-menu .list-group .list-group-item:active {
    background: #FFFFFF
}

.right-slide-menu .list-group .list-group-item:hover a,
.right-slide-menu .list-group .list-group-item:active a {
    color: #DEB424
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:1.4) and (orientation:portrait) {

    .home-menu-button,
    .home-search-button {
        font-size: 20px;
        height: 30px
    }

    .social-icon-container button {
        font-size: 16px;
        width: 35px;
        height: 35px
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:550px) and (-webkit-min-device-pixel-ratio:1.4) and (orientation:landscape) {

    .home-menu-button,
    .home-search-button {
        font-size: 20px;
        height: 30px
    }

    .social-icon-container button {
        font-size: 16px;
        width: 35px;
        height: 35px
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {

    .home-menu-button,
    .home-search-button {
        font-size: 20px;
        height: 35px
    }

    .social-icon-container button {
        font-size: 16px;
        width: 35px;
        height: 35px
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {

    .home-menu-button,
    .home-search-button {
        font-size: 20px
    }

    .social-icon-container button {
        font-size: 14px;
        width: 35px;
        height: 35px
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {

    .home-menu-button,
    .home-search-button {
        font-size: 20px
    }

    .social-icon-container button {
        font-size: 20px
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {

    .home-menu-button,
    .home-search-button {
        font-size: 20px;
        height: 35px
    }

    .social-icon-container button {
        font-size: 14px
    }
}

@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:2.5) and (orientation:portrait) {

    .home-menu-button,
    .home-search-button {
        font-size: 20px
    }

    .social-icon-container button {
        font-size: 20px
    }
}

@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:2.5) and (orientation:landscape) {

    .home-menu-button,
    .home-search-button {
        font-size: 20px;
        height: 40px
    }

    .social-icon-container button {
        font-size: 14px;
        width: 35px;
        height: 35px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1) {

    .home-menu-button,
    .home-search-button {
        font-size: 20px;
        height: 45px
    }

    .social-icon-container button {
        font-size: 16px;
        width: 35px;
        height: 35px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) {

    .home-menu-button,
    .home-search-button {
        font-size: 20px;
        height: 45px
    }

    .social-icon-container button {
        font-size: 16px;
        width: 35px;
        height: 35px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {

    .home-menu-button,
    .home-search-button {
        font-size: 25px;
        height: 60px
    }

    .social-icon-container button {
        font-size: 20px;
        width: 40px;
        height: 40px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1400px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {

    .home-menu-button,
    .home-search-button {
        font-size: 25px;
        height: 60px
    }

    .social-icon-container button {
        font-size: 20px;
        width: 40px;
        height: 40px
    }
}

@media screen and (min-width:300px) and (max-width:550px) {
    .navbar button.navbar-toggle {
        display: block
    }

    ul.nav {
        float: left
    }

    ul.nav li .btn-group .dropdown-menu li a {
        color: #FFFFFF !important
    }

    .navbar.footer .copyright {
        text-align: center;
        padding-top: 10px
    }

    .navbar.footer .copyright p {
        line-height: 1.5
    }

    .navbar.footer .footer_icons {
        text-align: center
    }

    .navbar.footer .footer_icons .social-icon-container {
        margin: 0
    }

    section#home {
        height: 60%
    }

    section#highlights img {
        width: 25%
    }

    section#highlights h3 {
        text-align: center
    }

    section#editions .container .edition-contents {
        height: auto !important;
        margin-bottom: 25px
    }

    section#editions .container .edition-contents div {
        text-align: center
    }

    section#editions .container .edition-contents div img {
        width: 25%;
        height: auto
    }

    section#editions .container .edition-contents div h3 {
        text-align: center
    }

    section#contact .container .address_container {
        padding-top: 40px !important;
        text-align: center !important
    }

    section#contact .container .address_container .botblock {
        padding-left: 0 !important
    }

    section.min-full-height h3 {
        margin: 10px !important
    }

    section.min-full-height .row.edition_content {
        padding: 10px !important
    }

    .home-menu-button,
    .home-search-button {
        font-size: 25px;
        height: 60px
    }

    .social-icon-container button {
        font-size: 20px;
        width: 40px;
        height: 40px
    }

    .modal-content input {
        width: 100% !important;
        margin: 0 !important
    }

    .modal-content textarea {
        width: 100% !important;
        margin: 0 !important
    }

    .modal-content button[type=submit] {
        width: 100% !important;
        margin: 0 0 20px 0 !important
    }

    .modal-content .captcha_show {
        width: 100% !important;
        margin: 0 !important
    }
}

@media screen and (min-width:550.1px) and (max-width:600px) {
    .navbar button.navbar-toggle {
        display: block
    }

    ul.nav {
        float: left
    }

    ul.nav li .btn-group .dropdown-menu li a {
        color: #FFFFFF !important
    }

    .navbar.footer .copyright {
        text-align: center
    }

    .navbar.footer .copyright p {
        line-height: 3
    }

    .navbar.footer .footer_icons {
        text-align: center
    }

    .navbar.footer .footer_icons .social-icon-container {
        margin: 0
    }

    section#home {
        height: 70%
    }

    section#highlights img {
        width: 25%
    }

    section#highlights h3 {
        text-align: center
    }

    section#editions .container .edition-contents {
        height: auto !important;
        margin-bottom: 25px
    }

    section#editions .container .edition-contents div {
        text-align: center
    }

    section#editions .container .edition-contents div img {
        width: 25%;
        height: auto
    }

    section#editions .container .edition-contents div h3 {
        text-align: center
    }

    section#contact .container .address_container {
        padding-top: 40px !important;
        text-align: center !important
    }

    section#contact .container .address_container .botblock {
        padding-left: 0 !important
    }

    .home-menu-button,
    .home-search-button {
        font-size: 25px;
        height: 60px
    }

    .social-icon-container button {
        font-size: 20px;
        width: 40px;
        height: 40px
    }
}

@media screen and (min-width:600.1px) and (max-width:768px) {
    .navbar button.navbar-toggle {
        display: block
    }

    ul.nav {
        float: left
    }

    ul.nav li .btn-group .dropdown-menu li a {
        color: #FFFFFF !important
    }

    .navbar.footer .copyright {
        text-align: center
    }

    .navbar.footer .copyright p {
        line-height: 3
    }

    .navbar.footer .footer_icons {
        text-align: center
    }

    .navbar.footer .footer_icons .social-icon-container {
        margin: 0
    }

    section#highlights img {
        width: 25%
    }

    section#highlights h3 {
        text-align: center
    }

    section#editions .container .edition-contents {
        height: auto !important;
        margin-bottom: 25px
    }

    section#editions .container .edition-contents div {
        text-align: center
    }

    section#editions .container .edition-contents div img {
        width: 25%;
        height: auto
    }

    section#editions .container .edition-contents div h3 {
        text-align: center
    }

    section#contact .container .address_container {
        padding-top: 40px !important;
        text-align: center !important
    }

    section#contact .container .address_container .botblock {
        padding-left: 0 !important
    }
}

@media screen and (min-width:600.1px) and (max-width:991px) {
    section#contact .container .address_container {
        padding-top: 40px !important;
        text-align: center !important
    }

    section#contact .container .address_container .botblock {
        padding-left: 0 !important
    }
}

@media screen and (min-width:600.1px) and (max-width:800px) {
    section#home {
        height: 90%
    }

    .social-icon-container button {
        font-size: 20px;
        width: 40px;
        height: 40px
    }
}

@media screen and (min-width:800.1px) and (max-width:1024px) {
    .social-icon-container button {
        font-size: 20px;
        width: 40px;
        height: 40px
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    section.min-full-height {
        padding-top: 170px !important
    }
}

@media screen and (min-width:1024.1px) and (max-width:1224px) {

    .home-menu-button,
    .home-search-button {
        font-size: 25px;
        height: 60px
    }

    .social-icon-container button {
        font-size: 20px;
        width: 40px;
        height: 40px
    }
}

@font-face {
    font-family: 'Corbel';
    src: url("../fonts/Font/corbel.ttf") format("truetype")
}

html,
body {
    height: 100%;
    background: #222021;
    color: #fff;
    font-family: 'Corbel';
    font-size: 18px
}

.no-padding {
    padding: 0 !important
}

.no-margin {
    margin: 0 !important
}

.full-height {
    height: 100%
}

.min-full-height {
    min-height: 100%
}

section.full-height {
    padding-top: 90px
}

i {
    font-size: 18px;
    line-height: normal
}

section#contact .container input {
    margin-bottom: 0px;
    border: 1px solid #ddd;
}

.input-group {
    margin-bottom: 10px;
}

label {
    color: #000;
    padding-top: 5px;
    font-weight: 500;
    font-size: 16px;
}

section#contact .container textarea {
    margin-bottom: 0px;
    border: 1px solid #ddd;
}

.btn {
    margin-top: 30px;
    background: #D7DF21;
    color: #000;
    font-weight: 500;
    padding: 10px 25px;
    font-size: 18px;
}

.btn-group .btn {
    padding: 2px 10px;
}

.btn:hover {
    color: #000;
}

.btnRefresh {
    margin-top: 0px;
    padding: 5px 17px;
}

section#contact .container .address_container .botblock {
    padding-top: 12px;
}

.input-group-addon {
    background-color: #eee;
    border: 1px solid #ddd;
}

.rb_recaptche {
    text-align: left;
}

.butn {
    text-align: left;
}

#banner-innerpage-booking {
    background: url(../images/bookingEdition.png) no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 89px;
}

#banner-innerpage-billing {
    background: url(../images/billingManager.png) no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 89px;
}

#banner-innerpage-custom {
    background: url(../images/Customedition.png) no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 89px;
}

#banner-innerpage-enterprise {
    background: url(../images/enterpriseManager.png) no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 89px;
}

#banner-innerpage-crm {
    background: url(../images/CRM.png) no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 89px;
}

#banner-innerpage-leadmanager {
    background: url(../images/Leadership.png) no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 89px;
}

.centre360-edition-heading {
    padding-top: 171px;
    padding-bottom: 171px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.centre360-edition-heading h2 {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    font-size: 44px;
    text-transform: uppercase;
    font-weight: bold;
    color: #D7DF21;
}

.service-pricing {
    color: #000;
    margin-top: 30px
}

.pricing-note {
    color: #888;
    line-height: 24px;
    margin-bottom: 0;
    font-size: 16px;
}

.fa-envelope {
    font-size: 16px;
}

.edition-paragraph {
    padding-left: 0;
    padding-top: 50px;
}

#edition_content-custom {
    padding-top: 0px !important;
    background: #fff;
    padding-bottom: 50px;
}

#edition_content-custom h1 {
    color: #D7DF21;
    text-transform: uppercase;
    font-weight: bold;
}

#edition_content-custom .heading h1 {
    padding-top: 20px;
    padding-bottom: 10px;
}

.floating-for-desktop img {
    width: 100%;
    position: relative;
}

.helps {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.helps h3 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
}

.left-border {
    border-left: 3px solid #D7DF21;
    padding-left: 20px;
    color: #000;
    line-height: 30px;
}

ul.edition-list {
    padding-left: 0px;
    list-style: none;
}

ul.edition-list li {
    padding-left: 30px;
    background: url(../images/icon.png)no-repeat;
    background-position: left 22px;
    background-size: 20px;
    color: #D7DF21;
    padding-top: 20px;
}

ul.feature-list-ul {
    padding-left: 0px;
    list-style: none;
}

ul.feature-list-ul li {
    padding-top: 20px;
    padding-left: 30px;
    background: url(../images/icon.png)no-repeat;
    background-position: left 22px;
    background-size: 20px;
}

ul.feature-list-ul li,
.feature-content h2 {
    color: #D7DF21;
}

.feature-content h2 {
    text-transform: uppercase;
    font-weight: bold;
}

ul.feature-list-ul li span {
    color: #000;
}

ul.edition-list li span {
    color: #000;
}

#edition_content-custom ul.nav {
    width: 100%;
    margin-top: -28px;
    float: left;
    background: #fff;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
}

#edition_content-custom .tb-nav {
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

section#edition_content .container .tab-nav-pills li a {
    color: #41474c !important;
    border-radius: 0 !important;
    padding: 5px 10px !important
}

section#edition_content .container {
    color: #ffffff !important;
    background-color: #41474c !important
}

section#edition_content .container {
    color: #000 !important;
    background-color: #fff !important
}

#edition_content-custom .nav-pills li a {
    color: #41474c;
    border-radius: 0 !important;
    padding: 15px 10px !important;
    text-align: center;
}

#edition_content-custom .nav-pills li:hover {
    color: #ffffff !important;
    background-color: #41474c !important;
}

#edition_content-custom .nav-pills li.active {
    background-color: rgb(65, 71, 76);
    color: rgb(255, 255, 255);
}

#edition_content-custom .nav-pills li:hover a {
    background: transparent;
    color: #fff;
}

#edition_content-custom .nav-pills li.active a {
    color: rgb(255, 255, 255);
    background: transparent;
}

.nav-pills>li+li,
.tab-nav-pills>li+li {
    margin-left: 0px;
}

.tab-content {
    background: #fff;
}

.fa {
    margin: 0 auto;
    text-align: center;
    color: #000;
    display: inline-block;
    padding-top: 9px;
}

a.socialmedia-icons {
    width: 37px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    margin: 10px;
    display: inline-block;
    text-align: center;
}

a.socialmedia-icons:hover {
    background: #fff !important;
}

a.socialmedia-icons:hover .fa {
    color: #D7DF21;
}

.dropdown-menu {
    background: #D7DF21;
}

.dropdown-menu li a {
    color: #626B73 !important;
    padding: 15px 50px;
}

.dropdown-menu li:hover {
    background: #E9EF5E;
}

.dropdown-menu li:hover a {
    color: #000 !important;
}

@media screen and (min-width:768px) {
    .floating-for-desktop {
        float: right;
    }

    .col-md-6.floating-for-desktop {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width:767px) {
    .left-border {
        padding-top: 10px padding-left:10px;
    }

    ul.edition-list {
        padding-left: 10px;
        padding-top: 10px;
    }

    #edition_content-custom {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.tab-content select {
    display: none;
}

@media (max-width:1200px) {
    .tab-content ul {
        display: none;
    }

    .tab-content {
        text-align: center;
    }

    .tab-content select {
        display: inline-block;
        margin-top: 0px;
        color: #000;
        width: 100%;
        border: 0px;
        padding: 15px;
        background: transparent;
        outline: 0
    }

    .selection {
        margin-top: -25px;
        padding: 0px 15px;
        box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
        background: #fff;
    }

    .tab-content select option:hover {
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
    }
}

.floating-label {
    color: #000;
    font-size: 13px;
    position: relative;
    top: 0;
    font-weight: bold;
    z-index: 2;
    opacity: 0;
}

section#contact .container input:focus {
    outline: 0px;
    box-shadow: 0 0 0;
}

section#contact .container textarea:focus {
    outline: 0px;
    box-shadow: 0 0 0;
}

.recaptcha_text {
    margin-left: -51px;
}

.btn-default {
    border-color: transparent;
}

.btn-success {
    width: 80%;
    border-color: transparent;
}

.btn-default:hover {
    border-color: transparent;
    background-color: #B2B800
}

section#contact .container input[type=sumbit] {
    border-bottom: 0px !important;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:visited {
    color: #fff !important;
    background-color: #B2B800 !important;
    border-color: transparent;
    box-shadow: 0 0 0;
    border: 0px;
    outline: 0;
}

button.form-control.btn.btn-success {
    outline: 0;
}

.edition-paragraph .col-md-6 {
    padding-left: 0px !important;
}

.form-control {
    border-radius: 0px;
    padding: 0px;
}

.form-control:focus {
    border: 0;
}

.refresh {
    margin-top: 21px;
}

#frmContact {
    margin-bottom: 100px;
}

@media screen and(max-width:980px) {
    .social-icon-container {
        display: none;
    }

    .navbar.footer .container-fluid .footer_icons .social-icon-container {
        display: block;
    }
}

@media screen and (min-width:767px) and (max-width:991px) {
    section#contact .container input {
        width: 100%;
    }

    section#contact .container textarea {
        width: 100%;
    }

    .btn-success {
        width: 100%;
    }

    .recaptcha_text {
        margin-left: 0px;
    }
}

@media screen and (min-width:480px) and (max-width:768px) {
    section#contact .container input {
        width: 100%;
    }

    section#contact .container textarea {
        width: 100%;
    }

    .btn-success {
        width: 100%;
    }

    .recaptcha_text {
        margin-left: 0px;
    }

    .navbar-brand>img {
        max-width: 165px
    }
}

@media screen and (max-width:480px) {
    .navbar-brand>img {
        max-width: 165px
    }

    section#contact .container input {
        width: 100%;
    }

    section#contact .container textarea {
        width: 100%;
    }

    .btn-success {
        width: 100%;
    }

    .recaptcha_text {
        margin-left: 0px;
    }
}

@media screen and (min-width:992px) and (max-width:1024px) {
    section#contact {
        min-height: 0;
    }
}

.navbar-nav>li>a {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 24px;
}

.btn-edition {
    padding: 8px 30px 8px 48px !important;
    margin-top: 20px !important;
    position: relative;
}

.btn-edition:hover,
.btn-edition:focus {
    border-color: #B2B800 !important;
    background-color: transparent !important;
}

.btn-edition:before {
    content: '';
    background: url(../images/left-arrow.png)no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
}

.class-dir {
    direction: ltr;
}