@import url('https://fonts.googleapis.com/css?family=ABeeZee');
*, :before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html, body {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial sans-serif;
    font-size: 12px;
}

body {
    background: #fff url(../images/background.png) fixed top center no-repeat;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

hr {
    border-color: #213B77;
}

ul.left {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 5px 0 0;
}

ul.left li {
    list-style: none;
    line-height: 20px;
}

ul.left h3 {
    background-color: #004268;
    padding: 10px;
    margin: 0;
    color: white;
}

ul.left a {
    text-decoration: none;
    color: #004268;
}

ul.left a:hover {
    background-color: #004268;
    color: white;
}

address {
    margin-bottom: 0;
}

address .line {
    display: block;
}

.dropdown-menu {
    background: #FFF;
}

#header {
    color: #fff;
    position: relative;
    height: 130px;
}

#header .social_media_group {
    display: none;
}

.social_media_group {
    white-space: nowrap;
}

a.social_media_group_icon {
    display: inline-block;
    margin: 15px 5px 0 0;
    text-decoration: none;
}

#banner_wrapper {
    width: 734px;
    margin-bottom: 5px;
}

#banner_wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#book_now {
    display: block;
    margin-top: 10px;
}

#clear_footer {
    margin: 0 auto;
    padding: 0;
    width: 988px;
    font-size: 12px;
    color: #000000;
}

#clear_footer a {
    text-decoration: none;
    color: #000000;
}

#column-242 {
    width: 242px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 5px;
}

.side_menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.side_menu h3 {
    font-size: 12px;
    margin: 0;
}
.side_menu a {
    background: -webkit-linear-gradient(#FEFBDF, #FCE256);
    background: linear-gradient(#FEFBDF, #FCE256);
    background-color: #FEFBDF;
    border-top: 1px solid #FCE256;
    display: block;
    padding: 9px 21px;
    text-decoration: none;
}
.side_menu a:hover {
    background: -webkit-linear-gradient(#3B5EB0, #213B77);
    background: linear-gradient(#3B5EB0, #213B77);
    background-color: #3B5EB0;
    border-top: 1px solid #213B77;
    color: #FCE256;
}

#company_signature {
    display: none;
    width: 200px;
    height: 65px;
    word-break: normal;
    color: #FFFFFF;
    font-size: 12px;
    margin-top: 25px;
}

#contact_details {
    font-size: 12px;
    float: left;
    margin-top: 25px;
    padding: 0 10px 0 25px;
    width: 200px;
}

#contact_details h3 {
    color: #E9C635;
    font-size: 13px;
    font-weight: bold;
    margin-top: 0;
}

#contact_details ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#contact_details li, #contact_details .line {
    padding: 2px 0;
}

.footer-contact-details-label {
    color: #E9C635;
    font-weight: bold;
}

#contact_wrapper {
    float: right;
    width: 250px;
    margin-top: 27px;
    margin-right: 28px;
}

#content {
    padding: 5px 0 0;
    margin: 0;
    width: 988px;
    background-color: #FFFFFF;
}

#content_area {
    width: 746px;
}

#email {
    width: 255px;
    float: right;
    margin-top: 25px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    font-style: oblique;
}

#email a {
    color: #FFFFFF;
    text-decoration: none;
}

#enqury_form {
    background: black;
    margin-bottom: 0;
    padding: 0;
    height: 420px;
}

#enqury_form h1 {
    padding: 35px 0 17px 18px;
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

#enqury_form label {
    font-weight: normal;
    margin: 0;
}

#enqury_form li {
    width: 100%;
}

#enqury_form input, #enqury_form select, #enqury_form textarea {
    border: 1px solid black;
    border-radius: 5px;
    color: #666;
    display: block;
    padding: 6px;
    width: 100%;
}

#enqury_form textarea {
    height: 80px;
}

#enqury_form form {
    margin: 0 auto;
    width: 206px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    line-height: 23px;
}

#enqury_form form:after {
    clear: both;
    content: '';
    display: table;
}

#enqury_form form .submit, #enqury_form form input[type="submit"] {
    width: 206px;
    height: 35px;
    font-size: 16px;
    color: black;
    text-transform: uppercase;
    border: none;
    margin-top: 10px;
}

div.audio_list {
    background-color: black;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 20px;

}

div.audio_list p {
    color: white;
    padding-top: 12px;
    padding-bottom: 0;
}

#footer {
    color: #fff;
    font-family: Helvetica, Ariel, sans-serif;
    min-height: 220px;
    border-top: 1px solid #FFF;
    background: #18386e url('../images/footer_logo.png') no-repeat top right;
    margin-bottom: 15px;
    width: 988px;
    position: relative;
    padding-bottom: 3.5em;
}

#footer a {
    color: inherit;
}
#footer a:hover {
    text-decoration: underline;
}

#footer address {
    font-style: normal;
}

#footer_logo {
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}

#footer_menu {
    margin-top: 25px;
    float: right;
    margin-right: 200px;
    padding-bottom: 15px;
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
}

#footer_menu ul {
    float: left;
    list-style: none;
    overflow: hidden;
    margin: 0;
    max-width: 100%;
    padding: 0;
}

.footer {
    width: 100%;
}
.footer:after {
    content: '';
    clear: both;
    display: table;
}

.footer > li {
    float:  left;
}

.footer > li {
    width: 50%;
    margin-bottom: 15px;
}

.footer > li:only-child {
    width: 100%;
}
.footer > li:first-child:nth-last-child(2),
.footer > li:first-child:nth-last-child(2) ~ li {
    width: 50%;
}
.footer > li:first-child:nth-last-child(3),
.footer > li:first-child:nth-last-child(3) ~ li {
    width: 33%;
}

#footer_menu a {
    text-decoration: none
}

#footer_menu h3 {
    font-weight: bold;
    font-size: 13px;
    margin-top: 0;
}

#footer_menu ul ul li a {
    font-size: 12px;
}

#footer_menu ul:after {
    clear: both;
    content: '';
    display: table;
}

#footer .social_media_group {
    clear: both;
    float: left;
    margin-left: 25px;
}
a.social_media_group_icon-email {
    display: none;
}
#footer:after {
    content: '';
    clear: both;
    display: table;
}

#get_a_quote .submit {
    height: 34px;
    background: -webkit-linear-gradient(#3f1325 0, #792444 50%, #3f1325 100%);
    background: linear-gradient(#3f1325 0, #792444 50%, #3f1325 100%);
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
}

#get_a_quote .submit:hover {
    background-color: #3f1325
}

#latest_news_content ul {
    list-style: none
}

#latest_news_wrapper, .latest_news_panel {
    width: 232px;
    float: right;
}

#latest_news_content {
    min-height: 200px;
    width: 230px;
    font-size: 12px;
    padding: 6px 0 0 10px;
}

#latest_news_content a {
    text-decoration: none;
    font: bold 12px Helvetica;
}

#latest_news_content li {
    padding: 0;
    margin: 0;
}

#latest_news_content ul {
    padding: 0;
    margin: 0;
}

#latest_news_content h1 {
    font-size: 12px;
    color: #1c232a;
    font-weight: bold;
}

div#latest-testimonials {
    font-size: 16px;
    font-weight: bold;
    border: black;
    width: 232px;
    line-height: 30px;
    text-align: center;
}

#latest-testimonials h1 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
    background-color: #213B77;
    border: thin solid white;
    color: white;
}

div#testimonials {
    background-color: white;
    font-size: 12px;
}

#testimonials {
    color: #004268;
}

#testimonials p {
    font-style: italic;
    font-weight: 200;
}

ul#slider_testimonials {
    padding: 0;
    margin: 0;
}

#ib_footer {
    clear: both;
    font-size: 11px;
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    width: 100%;
}

#ib_footer:after {
    clear: both;
    content: '';
    display: table;
}

#ib_footer a {
    text-decoration: none;
}
#ib_footer a:hover {
    text-decoration: underline;
}

#nav {
    background-color: #d2d2d2;
    background: url('../images/nav_slice.png') repeat-x;
    font-size: 15px;
}

.navbar-collapse {
    padding: 0;
}

.navbar-toggle {
    margin: 3px 15px;
    padding: 4px;
}

.navbar-default .navbar-toggle {
    border-color: #999;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #999;
}

#nav a {
    text-decoration: none;
}

#nav h3 {
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

#newsletter_wrapper {
    margin-top: 25px;
    margin-right: 28px;
    position: absolute;
    right: 0;
}

#newsletter_wrapper input[type="text"] {
    border: 1px solid #7F7F7F;
    display: block;
    margin: 5px 0;
    width: 162px;
    height: 24px;
    padding: 0 5px;
}
#newsletter_wrapper input ~ br {
    display: none;
}

#newsletter_header {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

#newsletter_wrapper .submit {
    background: -webkit-linear-gradient(#3f1325 0, #792444 50%, #3f1325 100%);
    background: linear-gradient(#3f1325 0, #792444 50%, #3f1325 100%);
    border: 1px solid #717582;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    padding: .5em;
    text-transform: uppercase;
}

#news_section {
    font-size: 12px;
    color: #1d1b49;
}

#news_section a {
    color: black;
    text-decoration: none;
    font-size: 12px;
}

#news_section .summary_item_title {
    font-size: 14px;
    font-weight: bold;
}

#news_section  .item_title {
    font-weight: bold;
    font-size: 14px;
}

#news_section .item_summary {
    font-style: oblique;
    font-size: 14px;
}

#panel_wrapper {
    width: 746px;
}

.content_panels_wrapper .panels > ul > li {
    margin-bottom: 5px;
}

#req_callback .req_callback_lables {
    font-size: 14px;
    line-height: 25px;
    float: left;
}

#req_callback .req_callback_fields {
    width: 424px;
    float: left;
    line-height: 25px;
    margin-left: 20px;
}

#req_callback .req_callback_fields input {
    width: 200px
}

#req_callback .submit {
    width: 91px;
    height: 34px;
    background-color: #da7f40;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
}

#req_callback .submit:hover {
    background-color: #da7f40;
    color: white;
}

#req_form_comments {
    resize: none
}

#telephone {
    float: right;
    width: 120px;
    height: 30px;
    word-break: break-all;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border: none;
    display: block;
    padding-left: 42px;
}

#user_content {
    margin-left: 13px;
    width: 100%;
    color: #353636;
    overflow: hidden;
    padding: 0 10px;
}
.side_news_feed {
    float: right;
    background: #d8d8d8 url('../images/latest_news.png') no-repeat;
    max-width: 100%;
}

#user_content h1,
#user_content h2,
#user_content h3,
#user_content h4,
#user_content h5,
#user_content h6 {
    font-weight: bold;
}

#user_content h1,
#user_content h2,
#user_content h4,
#user_content h5,
#user_content h6 {
    color: #213B77;
}

#user_content h1 {
    font-size: 20px;
}

#user_content > h1 {
    line-height: 30px;
}

#user_content h2 {
    font-size: 16px;
}

#user_content h3 {
    color: #213B77;
    font-size: 14px;
}

#user_content h4 {
    font-size: 12px;
}

#user_content h5 {
    font-size: 10px;
}

#user_content h6 {
    font-size: 8px;
}

#user_content iframe {
    max-width: 100% !important;
}

#user_content img {
    max-width: 100% !important;
    height: auto !important;
}

#user_content p {
    font-size: 12px;
    color: #373636;
    text-decoration: none;
}

#user_content ul, #user_content ol {
    padding-left: 0;
}

#user_content ul li {
    list-style-type: none;
    margin-left: 50px;
}

#user_content ul li:before {
    color: #53077B;
    content: '\2022';
    margin-right: 7px;
}

#gallery li:before {
    content: none !important;
}

#user_content ol {
    counter-reset: li;
}

#user_content ol li {
    list-style-type: none;
}

#user_content ol li:before {
    color: #213B77;
    content: counter(li) ".";
    counter-increment: li;
    margin-right: 7px;
}

a, a:active, a:hover {
    text-decoration: underline;
    color: #213B77;
}

#user_content p a, a.return_link.strong {
    color: #213B77;
}

#user_content p a:hover, a.return_link.strong:hover {
    color: #213B77;
}

#user_content a[href="#wrapper"] {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

#user_content #get_a_quote {
    line-height: 28px
}

#user_content #get_a_quote div.title {
    width: 235px;
    padding: 0 5px;
    float: left;
}

#wrapper {
    width: 988px;
    margin: 0 auto;
}
#wrapper:before {
    content: '';
    background-color: #792444;
    background-image: url('../images/nav_slice.png'), url('../images/header_bg.png');
    background-position: bottom center, top center;
    background-repeat: repeat-x, no-repeat;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 166px;
    z-index: -1;
}

fieldset {
    border: none;
    margin-top: 8px;
    margin-bottom: 7px;
}

legend {
    border: 1px solid #6aac35;
    font-size: 14px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    padding-left: 7px;
}

.left {
    float: left
}

div.panels {
    padding-top: 0;
}

.right {
    float: right
}

.panels a {
    border: none
}

#enqury_form h2, .panels h2, .latest_news_header {
    background: #18386e;
    color: #fff;
    font-size: 16px;
    margin-top: 0;
    text-align: left;
}

.twitter-panel {
    min-width: 232px;
}

.latest_news_header:before,
.twitter-panel > h2:before,
.upcoming-events-wrapper > h2:before {
    background: #708CA6 url('../images/icons.png');
    content: '';
    display: inline-block;
    margin-right: 5px;
    width: 45px;
    height: 41px;
    vertical-align: middle;
}
.latest_news_header:before {
    background-position: 0 82px;
}
.twitter-panel > h2:before {
    background-position: 0 41px;
}
.upcoming-events-wrapper > h2:before {
    background-position: 0 0;
}

.twitter-panel iframe,
.twitter-timeline {
    max-height: 541px;
    overflow-y: auto;
    width: 100% !important;
}

.upcoming-event-item {
    position: absolute;
    top: 5px;
    left: 5px;
}
.upcoming-event-date {
    width: 30px;
    position: absolute;
    text-align: center;
}
.upcoming-event-content {
    margin-bottom: 10px;
    margin-left: 35px;
}
.upcoming-event-title {
    margin: 0;
}
.upcoming-event-title a {
    color: #18386E;
    text-decoration: none;
}

.panels img {
    border: none
}

.panels ul li {
    float: left;
    list-style-type: none;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
}

.panels ul {
    padding: 0;
    margin: 0;
}

.panel_body {
    position: relative;
}

.panels .overlay {
    width: 100%;
}

.panels .overlay {
    position: static;
}

.panels .panel_image + .overlay {
    background: #fff;
    background: rgba(255, 255, 255, .7);
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.panels_wrapper .panel_image + .overlay {
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
    color: #213B77;
    font-size: 13px;
    width: 100%;
}


.overlay audio {
    width: 100%;
}

.panels .panel_image + .overlay p {
    padding: 0;
    margin: 0;
}

#course-categories .overlay {
    height: 25px;
    position: absolute;
    width: 219px;
    background-color: rgba(69, 124, 170, 0.8);
    z-index: 3;
}

#course-categories p {
    color: white;
}

#content_area .panel_li {
    margin-bottom: 5px;
    margin-right: 5.5px;
}
#content_area .panel_li:nth-child(3) {
    margin-right: 0;
}

span.feed_item_title {
    font-weight: bold;
    color: #213B77;
}
.feed_item_tile {
    margin-bottom: 1em;
}

.width-200 {
    width: 200px
}

.width-206 {
    width: 206px
}

span.inputBox {
    margin-bottom: 5px;
    width: inherit;
}

fieldset {
    margin: 0;
    padding: 0;
}

fieldset ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

fieldset li {
    padding-bottom: 5px;
}

#course-menu-left ul {
    padding: 3px;
    list-style-type: none;
    margin: 0;
}

#course-menu-left li {
    list-style: none;
    background-image: url(../images/side-nav-bg.jpg);
    padding: 5px;
    margin-bottom: 2px;
    text-transform: uppercase;
}

#course-menu-left a {
    color: #f5f5f5;
    font-size: 11px;
    text-decoration: none;
}

#course-menu-left h3 {
    text-transform: uppercase;
    padding: 0 0 10px;
    color: #6085b2;
    margin: 10px 0 5px 0;
}

/* @group contact form styles */

#ContactForm label[for="subscribe"] {
    max-width: 500px;
    width: 100%;
}

#ContactForm textarea, #ContactForm input {
    background: #eee;
    border: 1px solid #ccc;
    padding: 4px;
    margin-bottom: 10px;
}

#ContactForm label {
    color: #213B77;
    font-weight: normal;
    width: 80px;
    margin-bottom: 10px;
    margin-top: 1px;
}

#ContactForm fieldset ul li:first-child + li label {
    height: 35px;
}

#ContactForm div#subscribetext {
    float: left;
    padding-top: 10px;
}

#ContactForm #submit1 {
    background: url(../images/newsletter_submit_btn.png) no-repeat;
    border: none;
    font-size: 0.1px;
    height: 34px;
    width: 91px;
}

#ContactForm ul li:before,
.panels ul li:before {
    display: none;
}

input#submit-quick-contact {
    background-color: #213B77;
}

#ContactForm input#subscribe {
    float: left;
    width: 10px;
    margin-right: 5px;
    margin-left: 80px;
}

/*

 @end */

#header-right {
    float: right;
    line-height: 10px;
    font-size: 12px;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    width: 80%;
    width: -webkit-calc(100% - 102px);
    width: calc(100% - 102px);
}

#header-right p {
    font-size: 18px;
    margin: 0;
    padding: 3px;
    letter-spacing: .6px;
}

#header-right .header-company-title {
    float: left;
    font-family: 'ABeeZee', sans-serif;
    font-size: 40px;
    margin: 25px 0 0;
}

.header-address-line {
    display: none;
}

#header-right p:last-child{
    width: 800px;
    margin-top: 15px;
}

#header-right span {
    color: #e9c635;
    font-weight: bold;
}

.contact-divider {
    display: block;
    height: 13px;
}

.header_telephone_label:before,
.header_email_label:before {
    content: '';
    display: inline-block;
    margin: 0 5px -10px 0;
}

.header_telephone_label:before {
    background: url('../images/phone-icon.png') no-repeat;
    width: 20px;
    height: 33px;
}

.header_email_label:before {
    background: url('../images/email-icon.png') no-repeat;
    width: 37px;
    height: 32px;
}

#logo img {
    margin: 10px;
}

.nav>li>a {
    display: inline-block;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus {
    background: transparent !important;
}

input, button, select, textarea {
    line-height: normal;
}

#nav .nav li.current > a, #nav .nav > li > a:hover {
    background: #213B77;
    color: #fff;
}

#nav .level2 {
    padding: 0
}
#nav .level2 li:first-child {
     border-top: none;
}
#nav .level2 li a {
    color: #213B77  ;
}

#nav a.dropdown-toggle {
    margin-left: -5px;
}

@media screen and (min-width: 960px)
{
    #user_content:nth-last-child(2)
    {
        width: -webkit-calc(100% - 245px);
        width: calc(100% - 245px);
        float: left;
    }
}

@media screen and (min-width: 960px)
{
    #nav .navbar-nav>li>a {
        color: #18366e;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    #nav ul li:hover > a {
        color: #FFF;
        background: #213B77;
    }

    #nav ul li:hover > ul {
        display: block;
    }

    #nav ul.level2 {
        margin: -2px -1px 0 0;
        width: 100%;
    }

    #nav ul.level2 > li {
        position: relative;
        width: 160px;
    }

    #nav ul.level2 > li > ul {
        background-clip: padding-box;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        display: none;
        list-style-type: none;
        padding-left: 0;
        position: absolute;
        top: 0;
        left: 160px;
    }

    #nav ul.level2 > li:hover > ul {
        display: block;
    }

    #nav ul.level2 li a {
        display: block;
        font-weight: bold;
        padding: 5px 20px;
        width: 160px;
    }

    #nav ul.level2 > li:hover > a {
        background: #213B77;
        color: #fff;
    }

    #nav ul.nav>li {
        background: url('../images/manu_separator.png') right no-repeat;
    }

}

@media screen and ( max-width: 990px ) {

    #banner_wrapper, #banner_wrapper img, #banner_wrapper li, #column-242, #column-242>ul, #content,
    #content_area, #enqury_form, #enqury_form form, #footer, #header, #ib_footer, #latest_news_content, .latest_news_header,
    #latest_news_wrapper, .latest_news_panel, .panels_wrapper, #panels_wrapper, #user_content, #wrapper {
        width: 100%;
    }

    #banner_wrapper img {
        height: auto;
    }

    #column-242 {
        float: left;
        text-align: center;
    }

    #column-242 div, #column-242 ul {
        color: white;
    }

    #column-242 .panels_wrapper {
        display: inline;
    }

    #column-242>div {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    #column-242>ul {
        padding-right: 5px;
    }

    .side_menu_wrapper {
        width: 100%;
        max-width: 100%;
    }
    .side_menu > li {
        width:50%;
        float: left;
        border-right: 1px solid #fff
    }
    .side_menu > li:nth-child(odd)
    {
        border-right: 1px solid #fff;
    }

    #course-menu-left li {
        border-right: 1px solid #FFF;
        float: left;
        overflow-x: hidden;
        white-space: nowrap;
        width: 50%;
    }

    #enqury_form li {
        margin: 0;
    }

    #enqury_form h2, .panels h2, .latest_news_header {
        padding-left: 0;
    }

    #footer {
        padding-left: 0;
    }

    #footer_logo {
        margin-bottom: 20px;
        right: 0;
    }

    #footer_menu {
        float: right;
    }

    #submit-newsletter {
        float: left;
    }

    #wrapper {
        padding: 0 15px;
    }

    .last_panel {
        margin-right: 4px;
    }

    .panels {
        margin: auto;
    }

    #content_area .panels ul {
        text-align: justify;
    }

    .panels ul li {
        float: none;
        display: inline-block;
        margin-left: 3px;
        text-align: left;
        vertical-align: top;
    }
}
@media screen and ( max-width: 990px ) and (-webkit-min-device-pixel-ratio:0)  {
    #content_area .panels ul {
        margin-right: -4px;
    }
}

@media screen and ( max-width: 990px ) and ( min-width: 530px) {

    .panels > ul > li {
        width: 32%;
        margin: 0;
    }

    .panels .overlay {
        position: relative;
        width: auto;
        margin: 0;
        height: auto;
    }

    .panel_image img {
        width: 100%;
    }

}

@media screen and (max-width: 769px)
{
    #footer_menu {
        margin-right: 10px;
        width: calc(100% - 210px);
        width: -webkit-calc(100% - 210px);
    }
    #newsletter_wrapper {
        position: static;
    }

    .footer > li:only-child {
        width: 100%;
    }
    .footer > li:first-child:nth-last-child(2),
    .footer > li:first-child:nth-last-child(2) ~ li {
        width: 50%;
    }
    .footer > li:first-child:nth-last-child(3),
    .footer > li:first-child:nth-last-child(3) ~ li {
        width: 33%;
    }
}


@media screen and ( max-width: 700px ) and ( min-width: 530px) {

    #content_area .panels .overlay p {
        font-size: 11px;
    }

}

@media screen and ( max-width: 959px ) {

    #contact_details {
        position: static;
    }

    #header {
        background: #792444;
        height: auto;
    }

    #wrapper:before {
        background: none;
    }

    #header:after {
        content: '';
        clear: both;
        display: table;
    }

    #header-right {
        border: 0;
        display: block;
        position: relative;
        width: calc(100% - 150px);
        width: calc(100% - 150px);
    }

    #header-right .header-company-title {
        font-size: 23px;
    }

    #header-right #book_now {
        position: absolute;
        top: -33px;
        right: 0;
    }

    #header-right p {
        display: inline;
    }

    #footer {
        padding-left: 5px;
        height: auto;
        overflow: hidden;
    }

    #nav {
        clear: both;
    }

    #nav .navbar-toggle {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    #nav .navbar-toggle .icon-bar {
        width: 18px;
    }

    #nav .navbar-toggle:hover, #nav .navbar-toggle:focus {
        background: transparent;
    }
    .navbar-nav {
        margin: 0;
    }
    .nav > li{
        background: -webkit-linear-gradient(#e5e5e5, #fff, #d6d6d6);
        background: linear-gradient(#e5e5e5, #fff, #d6d6d6);
        width: 100%;
        position: relative;
    }
    .nav > li > a {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
    }
    .nav > li > a:only-child {
        width: 100%;
    }
    .nav .dropdown-toggle {
        cursor: pointer;
        position: absolute;
        right: .5em;
        top: 0;
        width: 1em;
        text-align: center;
    }
    .nav .dropdown-toggle .caret {
        margin-left: -3px;
    }
    .navbar-collapse {
        max-height: none;
    }

}

@media screen and (max-width: 810px)
{
    #header-right .header-company-title {
        float: none;
        font-size: 18px;
        line-height: initial;
    }
}

@media screen and (max-width: 590px)
{
    .footer.footer.footer > li {
        width: 50%;
    }
}

@media screen and (max-width: 530px) {

    #content_area .panels ul {
        text-align: center;
        margin-right: 0;
    }

    #header-right .header-company-title {
        font-size: 12px;
    }

    .side_menu > li {
        width:100%;
        border-right: 1px solid #fff;
        border-right: 1px solid #fff
    }

    .audio_list.audio_list {
        text-align: left;
    }

    .audio_player.audio_player {
        margin-left: 0;
        width: 100%;
    }

    .audio_player.audio_player input[type=range] {
        width: -webkit-calc(100% - 100px);
        width: -moz-calc(100% - 100px);
        width: calc(100% - 100px);
    }

    #column-242 .panels ul li {
        width: 100%;
    }
}

@media screen and (max-width: 510px)
{
    #logo, #header-right {
        display: block;
        width: 100%;
        text-align: center;
    }
    .social_media_group {
        white-space: normal;
    }

    #footer .social_media_group {
        float: none;
    }

    #footer .social_media_group:before {
        display: block;
    }

}

@media screen and (min-width: 480px) {

    #ContactForm textarea, #ContactForm input {
        width: 315px;
    }

}

@media screen and ( max-width: 479px ) {

    #ContactForm input, #ContactForm textarea {
        min-width: 180px;
        max-width: 80%;
    }

    #ContactForm input#subscribe {
        margin-left: 0;
    }

    #ContactForm label {
        max-width: 20%;
    }

    #course-menu-left, #course-menu-left li, #enqury_form_form {
        width: 100%;
    }

    #footer_menu {
        margin-left: 5px;
    }

    #footer_menu, #contact_details, #newsletter_wrapper {
        float: none;
        margin-left: -3px;
        margin-top: 25px;
        min-width: 100%;
        padding-left: 3px;
    }

    #header-right #book_now {
        text-align: center;
        width: 100%;
    }

    #header-right p {
        font-size: 9px;
    }

    #subscribetext {
        width: 250px;
    }

    div.cs_item_overlay {
        margin-top: 0 !important;
        padding: 0;
        position: static !important;
    }

}

.cs_item_overlay.cs_item_overlay {
    border-spacing: 0;
    color: #213B77;
    max-width: 100%;
    right: 0;
    left: inherit;
}

.overlay_content.overlay_content {
    background: rgba(255, 255, 255, .7);
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    width: 80%;
}

.overlay_content h3 {
    color: #213B77;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-align: right;
}

.overlay_content p {
    color: #213B77;
    font-weight: 400;
    margin: 0;
    text-align: right;
}

/* Audio players */

.audio_player {
    background: #213B77;
    border-bottom: 1px solid #213B77;
    border-top: 1px solid #213B77;
    cursor: default;
    display: block;
    height: 20px;
    position: relative;
    width: 200px;
    margin-left: 20px;
}

div.audio_list {
    padding-bottom: 30px;

}

.audio_player {
}

.audio_player input[type=range] {
    margin: auto;
    width: 130px;
}

.gutter {

}

.play_toggle {
    background: url(../images/player.png) no-repeat -25px 0;
    background-size: 100px;
    cursor: pointer;
    height: 20px;
    position: absolute;
    top: -4px;
    left: 8px;
    width: 30px;
}

.play_toggle.playing {
    background-position: 0 0;
}

.play_toggle:active {

}

.time_remaining {
    color: #213B77;
    font-size: 11px;
    margin-top: -14px;
    position: relative;
    top: -39px;
    left: -1px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .gutter {
        margin-top: -14px;
    }

}