@font-face {
    font-family: 'Frutiger Bold';
    src: url('../fonts/FrutigerLTStd-Bold.eot?#iefix') format('embedded-opentype'),  
        url('../fonts/FrutigerLTStd-Bold.woff') format('woff'), 
        url('../fonts/FrutigerLTStd-Bold.ttf') format('truetype'), 
        url('../fonts/FrutigerLTStd-Bold.svg#FrutigerBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Frutiger Light';
    src: url('../fonts/FrutigerLTStd-Light.eot?#iefix') format('embedded-opentype'),  
        url('../fonts/FrutigerLTStd-Light.woff') format('woff'), 
        url('../fonts/FrutigerLTStd-Light.ttf') format('truetype'), 
        url('../fonts/FrutigerLTStd-Light.svg#FrutigerLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Frutiger Roman';
    src: url('../fonts/FrutigerLTStd-Roman.eot?#iefix') format('embedded-opentype'),  
        url('../fonts/FrutigerLTStd-Roman.woff') format('woff'), 
        url('../fonts/FrutigerLTStd-Roman.ttf') format('truetype'), 
        url('../fonts/FrutigerLTStd-Roman.svg#FrutigerRoman') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {margin:0;padding:0;}
body {
    /*font-family: "open sans",arial,sans-serif;*/
    font-family: 'Frutiger Light';
    font-size: 14px;
    background:#fff;
}

h1, h2, h3 {font-weight: 300;margin-top:0;}
h1 {margin-bottom:20px;}
h2 {margin-bottom:18px;}
h3 {color: #555;margin-bottom:16px;}
p {font-size:100%;color:#555;margin-top:0;}
a {color:#4276d6;text-decoration:none;}
a:hover {text-decoration:underline;}
div.clr{clear:both;}

a, button{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.clearfix:before,
.clearfix:after{
    display: table;
    content: " ";
}
.clearfix:after{
    clear: both;
}
.navWrapper .header-img{
    display: none;
}
.navWrapper {
    box-shadow: 5px 5px 8px #e5e5e5;
    text-align: right;    
}
.navWrapper .nav-toggle,
.navWrapper .nav-title{
    display:none;
}
.navWrapper ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin:0;
}

.navWrapper li {
    display: inline-block;
}
.navWrapper ul li a {
    font-family: 'Frutiger Bold';
    /*font-size:16px;*/
    font-size:115%;
    color:#4d4d4d;
    text-decoration:none;
    display:inline-block;
    padding:10px 50px;
    /*font-weight: 700;*/
}
.navWrapper ul li:hover > a, .navWrapper ul li.current> a{
    background:#00a9ce;
    color: #fff;
}
.navWrapper ul li .dropdown {
    display: none;
    position: absolute;
    width: 200px;
}
.navWrapper ul li:hover .dropdown{
    display: block;
}
.navWrapper ul li .dropdown li {
    float: none;
    padding: 0 5px;
}
.navWrapper ul li .dropdown li a,
.navWrapper ul li.current .dropdown li a{
    display:block;
}
.navWrapper .custom-menu {
    position: absolute;
    left: 0;
    background: #ccc;
    width: 100%;
    display: none;
}
.navWrapper .custom-menu-toggle {
    display: none;
}
.navWrapper li:hover .custom-menu {
    display: block;
}
.navWrapper .custom-menu li {
    display: list-item;
    background: none;
    line-height: normal;
    float:none;
}
.navWrapper .custom-menu li:hover {
    background: none;
}
.navWrapper .custom-menu li a {
    line-height: normal;
}
.navWrapper .custom-menu li:hover > a, .navWrapper nav .custom-menu li.current> a{
    background: none;
}
/* === breadcrumbWrapper === */
.breadcrumbWrapper {
    clear:both;
    padding:40px 0 0;
    /*font-size:12px;*/
    font-size:86%;
}
.breadcrumbs{
    color: #b4b4b4;
    font-family: 'Frutiger Bold';
    /*font-weight: 700;*/
    padding: 40px 0;
}
.breadcrumbs a {
    color: #5e5e5e;
    /*font-weight: 700;*/
}

section.mainSection {
    max-width:1200px;
    padding:0 10px;
    margin:0 auto;
}
.wrapper{
    max-width: 1200px;
    margin: 0 auto;
}
.wrapper2, .BookingPageInner, .BillingPage, .ConfirmationPage, .BasketPage, .tabset{
    max-width: 1050px;
    margin: 0 auto;
}
.pageSection img {max-width:100%;height:auto !important;}

/*homepage layout*/
.top-head {
    background-color: #005bbb;
    padding: 5px 0;
}
.top-cont .select-control {
    background-color: #fff;
    border: none;
    color: #005bbb;
    margin-right: 15px;
    font-size: 100%;
    padding: 1px 30px 3px 8px;
}
.dropdown-area {
    position: relative;
    display: inline-block;
}
.acc-dropdown-toggle {
    background-color: #fff;
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: right 8px center;
    color: #005eb8;
    cursor: pointer;
    display: inline-block;
    font-size: 100%;
    padding: 5px 30px 5px 10px;
    -webkit-transition: background .3s ease-in-out,color .3s ease-in-out;
    transition: background .3s ease-in-out,color .3s ease-in-out;
}
.access-controls-wrapper {
    background: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    left: 0;    
    opacity: 0;
    padding: 1em;
    position: absolute;    
    top: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.access-controls-wrapper.open{
    opacity: 1;
    z-index: 1;
}
.access-controls-wrapper > ul {
    border-bottom: 1px solid  #ddd;
    font-size: 80%;
    list-style: none;
    margin: 0;    
    padding: .5em 0;
}
.access-controls-wrapper > ul > li a {
    color: #005EB8;
    /*font-size: 12px;*/
    font-size: 84%;
}
.accebility-options {
    padding: .5em 0 0;
}
.options-area{
    margin-top: 5px;
}
.options-area:first-child{
    margin-top: 0;
}
.options-area > span {
    font-size: 80%;
    display: block;
    margin-bottom: 5px;
}
.options-area > div > span {
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
}






































select::-ms-expand {
    display: none;
}
select {
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: right 8px center;
    -webkit-appearance: none;
    -moz-appearance: none;      
    appearance: none;    
}
.logo-area {
    border-bottom: 24px solid #cbeae7;
    padding: 20px 0;
}
.logo-area .wrapper{
    position: relative;
}
.header-img {
    bottom: -45px;
    position: absolute;
    right: 0;
}
.home-banner {
    /*     background-image: url(../images/banners/home-banner.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-bottom: 35px solid #cbeae7;
    height: 568px;
    background-color: #cbeae7;
}
.home-banner img{
    display: none;
}
.home-caption {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    top: 47%;
}
.home-caption h2{    
    color: #fff;
    font-family: 'Frutiger Bold';
    /*font-size: 64px;*/    
    font-size: 450%;    
    margin-bottom: 0;
}
.home-caption p {
    color: #fff;
    font-family: 'Frutiger Roman';
    /*font-size: 20px;*/
    font-size: 135%;
    margin-bottom: 40px;
}

.home-book-now-block{
    display: none;
}

.button {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-family: 'Frutiger Bold';    
    font-size: 100%;
    padding: 8px 15px;
}
.button:hover{
    background-color: #00a9ce;
    border-color: #00a9ce;
    text-decoration: none;
}
.button.btn-white{
    border-color: #fff;
    color: #fff;
}
.button.btn-white:hover{
    background-color: #00a9ce;
    border-color: #00a9ce;
}
.button.btn-primary {
    background-color: #005eb8;
    padding: 10px 20px 7px;
    border: 1px solid #005eb8;
}
.button.btn-primary:hover{
    background-color: transparent;
    color: #005eb8;
}
.page-content-block {
    /*padding: 70px 0;*/
}
.page-content-block .wrapper{
    border-bottom: 1px solid #a1a1a1;
    padding: 70px 0;
}
.page-content > p {
    font-family: 'Frutiger Roman';
    /*font-size: 16px;*/
    font-size: 115%;
}
.page-content > p strong{
    font-family: 'Frutiger Bold';
    font-weight: normal;
}
.section-title {
    color: #4d4d4d;
    font-family: 'Frutiger Light';
    /*font-size: 32px;*/
    font-size: 230%;
    margin-bottom: 40px;
    text-align: center;
}
.course-item .course-info{
    background-color: #005eb8;
    margin-top: -6px;
    min-height: 358px;
    padding: 25px 25px 65px;
    position: relative;
}
.course-info .button {
    position: absolute;
    bottom: 20px;
}
.course-item .course-info h3{
    color: #fff;
    font-size: 190%;
    font-weight: 700;
    margin-bottom: 10px;
}
.course-item .course-info h3 a{
    color: #fff;
    font-family: 'Frutiger Bold';    
}
.course-item .course-info h3 a:hover{
    color: #00a9ce;
    text-decoration: none;
}
.course-item .course-info p{
    color: #fff;
    font-family: 'Frutiger Light';
    /*font-size: 18px;*/
    font-size: 130%;
}
.course-item {
    width: 375px;
    float: left;
    margin: 0 10px;
}
.home-book-now a {
    border-top: 18px solid;
    float: left;
    width: 49%;
    position: relative;
    display: block;
    margin-right: 20px;
}
.home-book-now a.book-course{
    border-color: #00a9ce;
}
.home-book-now a.book-room{
    border-color: #ed8b00;
}
.home-book-now a img{
    width: 100%;
}
.home-book-now a:last-child{
    margin-right: 0;
}
.home-book-now a span {
    bottom: 30px;
    color: #fff;
    font-family: 'Frutiger Bold';
    /*font-size: 28px;*/    
    font-size: 200%;    
    left: 40px;
    position: absolute;
}
.education-center-list > a{
    border-bottom: 15px solid;
    float: left;
    font-weight: 700;
    margin-right: 20px;    
    position: relative;
    width: 18.5%;
}
.education-center-list > a:before{
    background-color: rgba(0,94,184,0.8);
    content: "";
    position: absolute;
    left: 0;
    opacity: 0;
    height: 100%;
    top: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.education-center-list > a:hover:before{
    opacity: 1;
}
.education-center-list > a:last-child{
    margin-right: 0;
}
.education-center-list > a.color-green{
    border-color: #76bf00;
}
.education-center-list > a.color-red{
    border-color: #7c2855;
}
.education-center-list > a.color-yellow{
    border-color: #ed8b00;
}
.education-center-list > a.color-viloet{
    border-color: #330072;
}
.education-center-list > a.color-per-green{
    border-color: #00a49d;
}
.education-center-list > a span{
    bottom: 20px;
    color: #fff;
    font-family: 'Frutiger Bold';
    /*font-size: 18px;*/
    font-size: 130%;
    left: 20px;
    position: absolute;
}
.education-center-list > a img{
    margin-bottom: -6px;
    width: 100%;
}
.no-border-bottom .wrapper{
    border-bottom: none !important;
}
.testimonial-area {
    /*    background-image: url(../images/banners/banner-testimonial.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 120px 0;*/
    text-align: center;
}
.testimonial-area ul.slides li {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 140px 0 100px;
    min-height: 500px;
}
.testimonial-slider h3 {
    color: #fff;
    font-size: 230%;
    margin-bottom: 30px;
}
.testimonial-slider blockquote {
    color: #fff;
    /*font-size: 18px;*/
    font-size: 130%;
    max-width: 735px;
    margin: 0 auto;
}
.testimonial-slider blockquote .tst-author{
    /*font-size: 18px;*/
    font-size: 130%;
    font-style: italic;
    font-weight: normal;
    margin: 10px 0;
}
.contact-link {
    text-align: center;
}
footer{
    border-top: 10px solid #00657e;
}
footer .wrapper {
    padding: 40px 0;
}
.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-links li{
    display: inline-block;
}
.footer-links li a{
    border-left: 1px solid #4d4d4d;
    color: #4d4d4d;
    display: block;
    /*font-size: 12px;*/
    font-size: 86%;
    line-height: 12px;
    margin-right: 2px;
    padding-left: 6px;
}
.footer-links li:first-child a{
    border-left: none;
    padding-left: 0;
}
.social-links {
    margin-top: 10px;
}
.social-links a{
    display: inline-block;
    margin-right: 5px;
}
.footer-left {
    float: left;
}
.footer-right{
    float: right;
}
.footer-right a {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}
.footer-right img {
    max-width: 170px;
    height: auto;
}
.copyright {
    /*margin-top: 40px;*/
}
.copyright p {
    color: #4d4d4d;
    /*font-size: 11px;*/
    font-size: 80%;
    margin-bottom: 0;
}
.home .contentBlock .leftColumn.pageSectionTwo, 
.home .contentBlock .rightColumn.pageSectionThree,
.about-us .contentBlock .leftColumn.pageSectionTwo, 
.about-us .contentBlock .rightColumn.pageSectionThree,
.courses .contentBlock .leftColumn.pageSectionTwo, 
.courses .contentBlock .rightColumn.pageSectionThree,
.contact-us .contentBlock .leftColumn.pageSectionTwo, 
.contact-us .contentBlock .rightColumn.pageSectionThree,
.rooms .contentBlock .leftColumn.pageSectionTwo, 
.rooms .contentBlock .rightColumn.pageSectionThree{
    display: none;
}
.home .breadcrumbWrapper{
    display: none;
}
.text-container .wrapper2 {
    border-bottom: 1px solid #a1a1a1;
    padding: 0 0 60px;
}
.text-container h1, .page-container h1 {
    color: #4d4d4d;
    /*font-size: 32px;*/
    font-size: 230%;
}
.text-container h3{
    font-family: 'Frutiger Bold';
    font-size: 100%;    
    margin-bottom: 0;
}
.text-container p strong{
    font-family: 'Frutiger Bold';
    font-weight: normal;
}
.text-container p{
    color: #4d4d4d;
    font-family: 'Frutiger Roman';
    /*font-size: 14px;*/
    font-size: 100%;
}
.courses-item {
    border-bottom: 1px solid #a1a1a1;
    padding: 60px 0;
}
.courses-item .course-img {
    float: left;
    width: 40%;
}
.courses-item .course-details {
    float: left;
    padding-left: 50px;
    width: 60%;
}
.courses-item  .course-details h3 {
    font-size: 148%;
    font-weight: normal;
    margin-bottom: 12px;
}
.courses-item  .course-details h3 a{
    color: #4d4d4d;
    font-family: 'Frutiger Bold';
}
.courses-item  .course-details h3 a:hover{
    color: #005eb8;
    text-decoration: none;
}
.courses-item .course-details ul {
    color: #4d4d4d;
    font-size: 100%;
    list-style: none;
    padding-left: 0;
}
.courses-item .course-details ul li:before{
    content: "-";
    font-size: 15px;
    margin-right: 7px;
}
.course-details .info-text {
    min-height: 187px;
}
.button-area .button {
    color: #fff;
    margin-right: 15px;
}
.course-filter {
    border-bottom: 1px solid #a1a1a1;
    padding: 30px 0 40px;
    text-align: center;
}
.course-filter .filter-course {
    background-image: url(../images/down-arrow-white.png);
    background-color: #005eb8;
    background-position: right 20px center;
    border: none;
    color: #fff;
    /*font-size: 14px;*/
    font-size: 100%;
    font-weight: 700;
    padding: 15px;
    margin: 0 10px;
    width: 30%;
}
.pagination {
    margin: 40px 0 0;
    text-align: center;
}
.pagination > * {
    display: inline-block;
    vertical-align: middle;
}
.pagination > a {    
    color: #005eb8;
    line-height: 0;
}
.pagination .page-number {
    padding: 0 15px;
}
.pagination .page-number > a {
    border-right: 1px solid;
    color: #005eb8;
    display: inline-block;
    /*font-size: 24px;*/
    font-size: 172%;
    line-height: 20px;
    margin-left: -4px;
    padding: 0 12px;
}
.pagination .page-number > a:last-child {
    border-right: none;
}
.text-container.no-border-bottom .wrapper2{
    border-bottom: none;
}
.contact-area {
    padding: 20px 0;
}
.location-info {
    border: 1px solid #eeeeee;
    border-top-width: 10px;
    margin-bottom: 40px;
    padding: 50px;
}
.location-info.green-block{
    border-top-color: #76bf00;
}
.location-info.red-block{
    border-top-color: #7c2855;
}
.location-info.yellow-block{
    border-top-color: #ed8b00;
}
.location-info.violet-block{
    border-top-color: #330072;
}
.location-info.per-green-block{
    border-top-color: #00a49d;
}
.map-location {
    float: left;
    width: 45%;
}
.location-details {
    float: left;
    width: 55%;
    padding-left: 50px;
}
.location-details h3 {
    color: #5b5b5b;
    font-family: 'Frutiger Bold';
    /*font-size: 28px;*/    
    font-size: 200%;    
    line-height: 26px;
    margin-bottom: 25px;
}
.location-details address {
    font-family: 'Frutiger Light';
    font-style: normal;
    color: #5b5b5b;
    /*font-size: 16px;*/
    font-size: 115%;
    margin-bottom: 30px;
}
.info-contact {
    color: #5b5b5b;
    /*font-size: 16px;*/
    font-size: 115%;
}
.info-contact a{
    color: #5b5b5b;    
}
.info-contact a:hover{
    color: #005eb8;
    text-decoration: none;
}
.course-content > h3 {
    font-family: 'Frutiger Bold';
    /*font-size: 26px;*/    
    font-size: 185%;    
    color: #5b5b5b;
    margin-bottom: 30px;
}
.course-content > p{
    font-family: 'Frutiger Roman';
}
.course-content {
    padding: 10px 0 50px;
}
.ui-tabs.info-details{
    border-radius: 0;
    font-family: inherit;
    padding: 0;
}
.info-details {
    border: 1px solid #eee;
    border-top: none;
    padding: 0;
    margin-top: 40px;
}
.tabs-content {
    padding: 70px;
}
.tabs-content h3{
    color: #686868;
    font-family: 'Frutiger Bold';
    font-size: 105%;    
}
.tabs-content p, .mainContent .tabset > div p, .mainContent .tabset > div ul, .mainContent .tabset > div ol {
    color: #555;
    font-family: 'Frutiger Roman';
    font-size: 100%;
    line-height: 24px;
    margin-bottom: 30px;
}
.mainContent .tabset {
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin-bottom: 40px;
}
.info-details.ui-tabs .ui-tabs-nav,
.mainContent .tabset > ul{    
    background: transparent;
    border: none;
    /*border-bottom: 1px solid #ebebeb;*/
    padding: 0;
}
.info-details.ui-tabs .ui-tabs-nav li{
    background: transparent;
    border-radius: 0;
    border: none;
    border-left: none;
    border-color: #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-top: 15px solid;
    margin: 0;
    padding: 0;
    min-height: 75px;   
    position: relative;
    white-space: normal;
    width: 16.6667%;
}
.mainContent .tabset > ul > li{
    background: transparent;
    border-radius: 0;
    border: none;
    border-left: none;
    border-color: #ebebeb;
    /*    border-bottom: 1px solid #ebebeb;*/
    /*    border-right: 1px solid #ebebeb;*/
    border-top: 15px solid;
    margin: 0;
    padding: 0;
    /*    min-height: 75px;   */
    position: relative;
    white-space: normal;
    width: 16.6667%;
}

.info-details.ui-tabs .ui-tabs-nav li.ui-tabs-active{
    border-bottom: none;
}
.info-details.ui-tabs .ui-tabs-nav li:first-child, .mainContent .tabset > ul > li:first-child{
    border-top-color: #5b5b5b;
}
.info-details.ui-tabs .ui-tabs-nav li:nth-child(2), .mainContent .tabset > ul > li:nth-child(2){
    border-top-color: #7c2855;
}
.info-details.ui-tabs .ui-tabs-nav li:nth-child(3), .mainContent .tabset > ul > li:nth-child(3){
    border-top-color: #ed8b00;
}
.info-details.ui-tabs .ui-tabs-nav li:nth-child(4), .mainContent .tabset > ul > li:nth-child(4){
    border-top-color: #330072;
}
.info-details.ui-tabs .ui-tabs-nav li:nth-child(5), .mainContent .tabset > ul > li:nth-child(5){
    border-top-color: #00a49d;
}
.info-details.ui-tabs .ui-tabs-nav li:nth-child(6), .mainContent .tabset > ul > li:nth-child(6){
    border-top-color: #005cbb;
}
.info-details.ui-tabs .ui-tabs-nav li:last-child, .mainContent .tabset > ul > li:last-child a{
    border-right: none;
}
.info-details.ui-tabs .ui-tabs-nav li a {
    background: transparent;
    border: none;
    color: #5b5b5b;
    display: block;    
    font-size: 115%;
    font-family: 'Frutiger Bold';    
    float: none;
    left: 0;
    height: auto;
    padding: 9px 10px;
    position: absolute;
    text-align: center;
    top: 50%;
    right: 0;
    height: auto;
    line-height: normal;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mainContent .tabset > ul > li > a {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-color: #ebebeb !important;
    color: #5b5b5b;
    display: block;    
    font-size: 115%;
    font-family: 'Frutiger Bold';    
    float: none;

    height: 60px;
    padding: 9px 10px;    
    text-align: center;    

    line-height: 18px;
}

.mainContent .tabset > ul > li > a.active{
    background: transparent;
    border: none;
    border-right: 1px solid #ebebeb;
    color: #5b5b5b;
}

.mainContent .tabset > div {    
    padding: 30px 25px 10px;    
}

.mainContent .tabset div.tab ul{
    border-bottom: none;
    /*
            list-style-type: circle;
            list-style-position: inside;
    */

}

.mainContent .tabset div.tab ul li{
    list-style: disc;
    float: none;
    margin-left: 25px;
    font-family: 'Frutiger Roman';
    font-size: 100%;
    line-height: 24px;

}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #5b5b5b;
}
.accordion-area .rooms-accordion.ui-accordion > .ui-accordion-icons {
    background: none;
    border-radius: 0;
    border-top: 10px solid;
    border-color: #eeeeee;
    color: #4d4d4d;
    font-family: 'Frutiger Bold';
    /*font-size: 24px;*/
    font-size: 156%;
    margin-top: 30px;
    padding: 25px 40px;
}
.accordion-area .rooms-accordion.ui-accordion > .ui-accordion-icons.cl-green{
    border-top-color: #76bf00;
}
.accordion-area .rooms-accordion.ui-accordion > .ui-accordion-icons.cl-red{
    border-top-color: #7c2855;
}
.accordion-area .rooms-accordion.ui-accordion > .ui-accordion-icons.cl-yellow{
    border-top-color: #ed8b00;
}
.accordion-area .rooms-accordion.ui-accordion > .ui-accordion-icons.cl-blue{
    border-top-color: #330072;
}
.accordion-area .rooms-accordion.ui-accordion > .ui-accordion-icons.cl-per-green{
    border-top-color: #00a49d;
}

.accordion-area .rooms-accordion.ui-accordion > .ui-accordion-header .ui-accordion-header-icon {    
    /*background-color: #76bf00;*/
    background: none;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    left: auto;
    right: 20px;
    margin-top: -14px;
    width: 28px;
    height: 28px;
}
.accordion-area .rooms-accordion.ui-accordion > .ui-accordion-icons.cl-green .ui-accordion-header-icon{
    background-image: url(../images/plus-green.png);
}
.accordion-area .rooms-accordion.ui-accordion > .ui-accordion-icons.cl-red .ui-accordion-header-icon{
    background-image: url(../images/plus-red.png);
}
.accordion-area .rooms-accordion.ui-accordion > .ui-accordion-icons.cl-yellow .ui-accordion-header-icon{
    background-image: url(../images/plus-yellow.png);
}
.accordion-area .rooms-accordion.ui-accordion > .ui-accordion-icons.cl-blue .ui-accordion-header-icon{
    background-image: url(../images/plus-violet.png);
}
.accordion-area .rooms-accordion.ui-accordion > .ui-accordion-icons.cl-per-green .ui-accordion-header-icon{
    background-image: url(../images/plus-per-green.png);
}
.accordion-area .ui-accordion .ui-accordion-content{
    border-color: #eeeeee;
    border-radius: 0;
    padding: 40px 40px;
}
.items-accordion {
    margin: 40px 0 0;
}
.ui-widget-content .items-accordion .ui-accordion-header.ui-state-default{
    border: none;
    border-bottom: 1px solid #a1a1a1;
    border-radius: 0;
    background: none;
    font-family: 'Frutiger Roman';
    /*font-size: 20px;*/
    font-size: 135%;
    color: #5b5b5b;
    padding: 15px 0;
    margin-top: 20px;
}
.accordion-area .ui-accordion .ui-accordion-content.ui-widget-content .ui-accordion-content{
    border: none;
    padding: 20px 0;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon{
    background-image: url(../images/plus-icon.png);
}
.ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon{
    background-image: url(../images/minus-icon.png);
}
.accordion-area .ui-accordion .ui-accordion-header .ui-accordion-header-icon {    
    left: auto;    
    right: 15px;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
}
.accordion-area p {
    font-family: 'Frutiger Roman';
    font-size: 100%;
}
.accordion-area {
    padding: 10px 0 60px;
}

body.softContrast, body.softContrast .top-head{
    background-color: #F9F7C7;
}
body.softContrast .top-head{
    border-bottom: 1px solid #000;
}
body.softContrast .logo-area, body.softContrast .home-banner, body.softContrast footer{
    border-color: #000;
}
body.softContrast .navWrapper ul li:hover > a, body.softContrast .navWrapper ul li.current > a {
    background: #000;
    color: #F9F7C7;
}
body.highContrast, body.highContrast .top-head{
    background-color: #000;
}
body.highContrast .acc-dropdown-toggle{
    background-color: #0ff;    
    color: #000;
}
body.highContrast .logo-area, body.highContrast .home-banner, body.highContrast footer{
    border-color: #ff0;
}
body.highContrast .navWrapper ul li a{
    color: #0ff;
}
body.highContrast .navWrapper ul li:hover > a, 
body.highContrast .navWrapper ul li.current > a {    
    color: #000;
}
body.highContrast .footer-links li a, 
body.highContrast .breadcrumbs a,
body.highContrast .pagination .page-number > a,
body.highContrast .info-contact a{
    color: #0ff;
}
body.highContrast .footer-links li:first-child a, 
body.highContrast .section-title, 
body.highContrast .copyright p,
body.highContrast .breadcrumbs,
body.highContrast .text-container h1, body.highContrast .page-container h1,
body.highContrast .text-container p,
body.highContrast .courses-item .course-details h3 a,
body.highContrast .courses-item .course-details ul,
body.highContrast .accordion-area .rooms-accordion.ui-accordion > .ui-accordion-icons,
body.highContrast .text-container h3,
body.highContrast .location-details h3,
body.highContrast .location-details address,
body.highContrast .info-contact,
body.highContrast .course-content > h3,
body.highContrast .course-content > p{
    color: #ff0;
}


.mainSectionWrapper .flexslider{
    border: none;
    margin: 0;
}

.mainSectionWrapper #GalleryList li{
    padding: 0;
    position: relative;
}

.bodyInner .flex-direction-nav a{
    opacity: 1;
    height: 54px;
    width: 54px;
}
.bodyInner .flex-direction-nav a:focus{
    outline: none;
}
.bodyInner .testimonial-slider .flex-direction-nav .flex-next {
    background: url(../images/arrow-right.png) no-repeat center;
    right: 12%;
}
.bodyInner .testimonial-slider .flex-direction-nav .flex-prev {
    background: url(../images/arrow-left.png) no-repeat center;
    left: 12%;
}
.bodyInner .testimonial-slider .flexslider:hover .flex-prev {
    left: 12%;
}
.bodyInner .testimonial-slider .flexslider:hover .flex-next {
    right: 12%;
}
.testimonial-slider {
    position: relative;
}
.testimonial-slider img {
    margin-bottom: 15px;
}
.bodyInner .testimonial-slider .flex-control-nav {
    left: 0;
    bottom: 50px;
}

.bodyInner .flex-control-paging li a{
    background: #fff;
    box-shadow: none;
}
.bodyInner .flex-control-paging li a.flex-active, .bodyInner .flex-control-paging li a:hover{
    background: #005eb8;
}
.PageSection_DisplayAnything {
    display: none;
    position: relative;
}
.bodyInner .flexslider{
    border: none;
}
.bodyInner #GalleryList { 
    padding: 0;
}
.PageSection.PageSection_ProductWidget {
    max-width: 1050px;
    margin: 0 auto;
    padding-bottom: 100px;
}
.PageSection_ProductWidget .Listing_Item {
    border-bottom: 1px solid #a1a1a1;
    padding: 30px 0 70px;
}
.PageSection_ProductWidget .Listing_Item, .BL-SearchBar-Results .BLListing_Item {
    margin: 0;
    border-radius: 0;
}
.BL-SearchBar-Results .BLListing_Item {
    border-bottom: 1px solid #444;
    padding: 30px 10px 70px;
}
.PageSection_ProductWidget .Listing_Item.OddItem, .PageSection_ProductWidget .Listing_Item.EvenItem{
    background: transparent;
}
.Listing_Item .ListItem_ImageContainer, .BL-SearchBar-Results .BLListing_Item_Image{
    display: inline-block;
    position: static;
    width: 415px !important;
    min-height: 270px;
    vertical-align: top;
}
.Listing_Item .ListItem_ImageContainer img, .BL-SearchBar-Results .BLListing_Item_Image img{
    width: 100%;
}
.Listing_Item .ListItem_DescriptionContainer, .BL-SearchBar-Results .BLListing_Item_Description {
    display: inline-block;
    margin: 0 !important;
    max-width: 60%;
    padding-left: 40px;
    vertical-align: top;
}
.BL-SearchBar-Results .BLListing_Item_Description{
    padding-left: 30px;
    max-width: 55%;
}
.Listing_Item .ListItem_PriceContainer, .BL-SearchBar-Results .BLListing_Item_Actions {
    bottom: 30px;
    left: 458px;
    right: auto;
    top: auto;
    width: auto;
}
.BL-SearchBar-Results .BLListing_Item_Actions{
    bottom: 20px;
}
.Listing_Item .ListItem_PriceContainer .Actions{
    display: inline-block;
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
}
.Listing_Item .ListItem_PriceContainer .Actions .action_btn,
.BL-SearchBarInnerActions #BL-SearchBar-Advanced-Button, .BL-SearchBarInnerActions #BL-SearchBar-Submit, 
.course-content .action_btn{
    background-color: #005eb8;
    background-image: none;
    border: 1px solid #005eb8;
    border-radius: 0;
    color: #fff; 
    display: block;
    font-family: 'Frutiger Bold';
    font-size: 100%;
    font-weight: normal;
    height: auto;
    line-height: normal;
    min-width: 50px;
    padding: 10px 20px 7px;
}

.Listing_Item .ListItem_PriceContainer .Actions .action_btn:hover,
.BL-SearchBarInnerActions #BL-SearchBar-Advanced-Button:hover, .BL-SearchBarInnerActions #BL-SearchBar-Submit:hover, 
.course-content .action_btn:hover{
    background-color: transparent;
    color: #005eb8;
    opacity: 1;
    text-decoration: none;
}
.course-content .action_btn{
    display: inline-block;
}
.Listing_Item .ListItem_DescriptionContainer h2, .BL-SearchBar-Results .BLListing_Item_Description h2 {
    color: #4d4d4d;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 12px;
    font-family: 'Frutiger Bold';
}
.Listing_Item .ListItem_DescriptionContainer a, .BL-SearchBar-Results .BLListing_Item_Description a {
    color: #4d4d4d;
    font-size: 148%;
    font-weight: normal;
    font-family: 'Frutiger Bold';
}
.Listing_Item .ListItem_DescriptionContainer p, .BL-SearchBar-Results .BLListing_Item_Description p {
    color: #4d4d4d;
    font-family: 'Frutiger Roman';
    margin-bottom: 10px;
}
.PageSection_ProductWidget .Listing_Item:first-child{
    padding-top: 0;
}
.BL-SearchBar .BL-SearchBarInner {
    max-width: 1020px;    
}
.BL-SearchBar .BL-SearchBarInnerField input[type="text"]{
    border-radius: 0;
    width: 300px;
}
.BL-SearchBarInnerActions #BL-SearchBar-Advanced-Button, .BL-SearchBarInnerActions #BL-SearchBar-Submit{
    display: inline-block;
    margin-left: 10px;
}
.BL-SearchBarInnerActions #BL-SearchBar-Advanced-Button:hover, .BL-SearchBarInnerActions #BL-SearchBar-Submit:hover{
    color: #fff;
}
.BL-SearchBarInner .BL-SearchBarInnerField ul li{
    font-family: 'Frutiger Roman';
}
.BL-SearchBarInner .BL-SearchBarInnerField input[type="checkbox"]{
    margin: 0 10px 0 0;
    vertical-align: top;
}
.BL-SearchBarInner .BL-SearchBarInnerActions{
    padding: 8px 10px 0;
}
.text-container .BL-SearchBar-Results > p {
    color: #fff;
    padding: 0 15px;
}
.BookingPage, .BillingPage, .ConfirmationPage, .BasketPage {
    padding: 0 0 80px;
}
.BookingPage input#Form_BookingForm_action_doBookingForm, .BillingPage input#Form_BillingPageForm_action_BillingPageFormSubmit{
    background-color: #005eb8;
    border-radius: 0;
    border: 1px solid #005eb8;
    font-family: 'Frutiger Bold';
    height: auto;
    line-height: normal;
    padding: 10px 20px 7px;
}
.BookingPage input[type="submit"]:hover, .BillingPage input[type="submit"]:hover{
    background-color: transparent !important;
    color: #005eb8 !important;
    opacity: 1 !important;
}
.BL-SearchBar-Results .BLListing_Item_Actions > a {
    background-color: #005eb8;
    background-image: none;
    border: 1px solid #005eb8;
    border-radius: 0;
    color: #fff;     
    font-family: 'Frutiger Bold';
    font-size: 100%;
    font-weight: normal;
    height: auto;
    line-height: normal;
    min-width: 50px;
    padding: 10px 20px 7px;   
    display: inline-block;
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
}
.BL-SearchBar-Results .BLListing_Item_Actions > a:hover{
    background-color: transparent;
    color: #005eb8;
    opacity: 1;
    text-decoration: none;   
}
#calendardatepicker {
    display: none;
}
.course-cat {
    margin-top: 40px;
}
.course-cat .button {
    font-size: 16px;
    margin: 0 10px 15px;
    padding: 10px 20px;
    width: 45%;
}