/* FRONTEND CSS
*********************************************/
html {
    overflow-y: scroll;
}
body {
    background:#070714;
    color:#fff;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizelegibility !important;
}
#background_cycler{
    padding:0;
    margin:0;
    width:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:-1
}
#background_cycler img{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    z-index:1
    background-repeat:no-repeat;
    background-position:left top;
}
#background_cycler img.active{
    z-index:3
}

/* LAYOUT
*********************************************/
/* Floats */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.ie7 .group {
  zoom: 1;







}

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.video-container iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}






}

div.maximenuckh ul.maximenuck li.maximenuck.last {
    display:none !important;
}

/* text */
.mainbodyholder h1, .mainbodyholder h2, .mainbodyholder h3 {
    font-family: 'Open Sans', sans-serif;
}
.bodyrow {
    margin-top:20px;
}
.bodyrow h1 {
    margin:21px 0px 15px 24px;
    font-family: 'Ubuntu',sans-serif;
}
.mainbodyholder h1, .bodyrow h1 {
    font-weight:400; 
    font-size:38px;
    line-height:40px;
    text-transform:uppercase;
}
.mainbodyholder h2 {
    font-weight:600;
    color:#EFBFFF;
    font-size:30px;
    line-height:38px;
    margin:10px 0;
    font-weight:normal !important;
}
.mainbodyholder h2 {
    font-weight:600;
    color:#EFBFFF;
    font-size:30px;
    line-height:38px;
    margin:10px 0;
    font-weight:normal !important;
}
#phoca-dl-category-box .pd-category h3, #phoca-dl-file-box .pd-file h3, #phoca-dl-download-box .pd-file h3 {
    background: none;
    border: none;
    margin:10px 0;
    padding: 0;
    color:#EFBFFF;
    font-size:30px;
    line-height:38px;
    margin:10px 0;
    font-weight:normal !important;
}
.phoca-dl-file-box-mod .pd-document16, #phoca-dl-file-box .pd-document16, #phoca-dl-category-box .pd-document16, #phoca-dl-download-box .pd-document16, #phoca-dl-most-viewed-box .pd-document16 {
    height: 32px;
    line-height: 32px;
    padding-left: 50px;
}
.bgPhocaPDClass table td, .bgPhocaPDClass table p, #overDiv .fontPhocaPDClass {
    color:#1F1149 !important;
    font-size:15px !important;
}
.mainbodyholder h3 {
    font-weight:600;
    color:#EFBFFF;
    font-size:24px;
    line-height:34px;
    margin:10px 0;
    font-weight:normal !important;
}
.mainbodyholder p {
    font-size:17px;
    line-height:23px;
    margin:0 0 19px 0;
}
.mainbodyholder p.big {
    color:#EFBFFF;
    font-size:24px;
    line-height:28px;
    margin:0 0 15px 0;
    font-weight:normal;
}
.mainbodyholder p.bigWhite {
    color:#fff;
    font-size:20px;
    line-height:26px;
    margin:0 0 15px 0;
    font-weight:normal;
}
.mainbodyholder p.intro {
    color:#EFBFFF;
    font-size:17px;
    line-height:23px;
    margin:0 0 15px 0;
}
.mainbodyholder a {
    color:#EEBFFF;
    font-weight:normal;
    text-decoration:none;
}
.mainbodyholder a:hover {
    text-decoration:underline;
}
.mainbodyholder ul {
    list-style:none;
    margin:0 0 10px 24px;
}
.mainbodyholder li {
    font-size:17px;
    line-height:23px;
    margin:0 0 5px 0;
    padding:0 0 0 15px;
}
.mainbodyholder ul.pinkBullet, .mainbodyholder ul.whiteBullet {
    list-style:none;
    margin:0 0 10px 24px;
}
.pinkBullet li {
    background:url('../images/bullet-pink.png') no-repeat 0px 9px !important;
    padding: 0 0 0 34px
}
.whiteBullet li {
    background:url('../images/bullet-white.png') no-repeat 0 6px !important;
    padding: 0 0 0 34px
}




p.question {
    font-weight:bold;
    margin: 0 0 10px !important;
}
p.answer {
    font-style:italic;
    margin: 0 0 20px !important;
    line-height:20px;
}
.pinkBorder {
    border:2px #A13687 solid;
}
.pinkBorder5px {
    border:5px #A13687 solid;
}
.pinkBorderMargin {
    border:2px #A13687 solid;
    margin:10px 20px;
}
.pinkFrame iframe {
    border:2px #A13687 solid !important;
}
.pinkBold {
    color:#EFBFFF !important;
    font-weight:bold !important;
}
.bigbox {
    overflow:hidden;
    padding:10px 10px 0 10px;
    height:auto;
    float:left;
}
#jcemediabox-popup-caption p, #jcemediabox-popup-caption h4 {
    color:#000 !important;
}

/* tables */
table{
    margin-bottom: 15px;
}
table td {
    text-align: left;
    vertical-align: top;
}
table td, table p {
    color:#fff !important;
}
.standardtable th {
    text-align:left;
    background:url('../images/table.png') repeat;
}
.standardtable td, .standardtable th {
    padding:7px 10px 7px 5px;
    border:1px solid black;
}
.standardtable td {
    background:url('../images/table.png') repeat;
}


/* header */
.header {
    width:100%;
    overflow:visible;
    height:auto;
}
.headerborder{
    width:auto;
    height:auto;
    border:10px solid #1C003C;
    overflow:visible;
    margin:45px auto 0 auto;
}
.headerholder {
    width:100%;
    background:url('../images/bk-header.png') repeat;
}
.headerholdertop {
    width:100%;
    height:136px;
    overflow:visible;
}
.headerholderbot {
    width:100%;
    height:auto;
    min-height:59px;
    overflow:visible;
    position: relative;
}
.logo_sm {
    display:none;
}
.logo {
    position:relative;
    background:url('../images/logo.png') no-repeat;
    top:-43px;
    left:0px;
    float:left;
    width:765px;
    height:165px;
    margin: 0 0 -38px;
}
.logoimage {
    width:359px;
    height:165px;
}
.social {
    background:url('../images/social4.png') no-repeat;
    float:right;
    width:245px;
    height:69px;
    margin:5px 0 0 23px;
}
.social .signin {
    width:79px;
    height:69px;
    float:left;
}
.social .google {
    width:58px;
    height:69px;
    float:left;
}
.social .facebook {
    width:59px;
    height:69px;
    float:left;
}
.social .twitter {
    width:58px;
    height:69px;
    float:left;
}
.social .youtube {
    width:63px;
    height:69px;
    float:left;
}
.contact_details_sm {
    display:none;
}
.contact_details {
    float: right;
    height: 38px;
    left: 205px;
    margin-right: 0;
    overflow: hidden;
    position: relative;
    top: -50px;
    width: 213px;
}
.contact_info {
    width:213px;
    height:38px;
}

/* topmenu */
.topmenu {
    width:auto;
    height:39px;
    float:left;
    margin: 19px 0 0 5px;
}
.topmenu span.titreck {
    padding:13px 10px 20px;
}

/* search */
.searchblock label.element-invisible {
    display:none;
}
.searchblock {
    width:250px;
    height:38px;
    float:right;
    margin:13px 1.4% 0;
    position: absolute;
    right: -5px;
    top: -60px;
}
.searchblock .search {
    width:250px;
    height:38px;
    background:#877D91;
    overflow:hidden;
}
.searchblock input.search-query {
    border-radius: 0 !important;
    margin: 0 !important;
    color:#999 !important;
    font-style:italic !important;
    background:#877D91 !important;
    border:0 !important;
    font-weight:normal;
    width:174px;
    text-transform:uppercase !important;
}
.searchblock input.search-query {
    padding: 9px 10px !important;
    font-size:14px !important;
    color:#fff !important;
}
.searchblock input.search-query:focus {
  border: none !important;
  outline: none !important;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(255, 255, 255, 0.4) !important;
     -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(255, 255, 255, 0.4) !important;
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(255, 255, 255, 0.4) !important;
}
.searchblock .button {
    float:right;
    width:38px;
    height:38px;
}
.searchblock input[type="text"]:focus,
.searchblock input[type="search"]:focus {
  border: none !important;
  outline: none !important;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(255, 255, 255, 0.4) !important;
     -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(255, 255, 255, 0.4) !important;
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(255, 255, 255, 0.4) !important;
}


/* banner */
.banner {
    width:100%;
    height:auto;
    overflow:hidden;
    margin-top:20px;
}
.bannerborder{
    width:auto;
    height:auto;
    border:10px solid #1C003C;
}
.bannerholder {
    width:auto;
    height:auto;
    background:url('../../../images/backgrounds/background-fadey3.png') repeat;
}
.banner p {
    margin:0 !important;
}

/* caroufredsel */
.html_carousel div.slide {
	position: relative;
}	
.html_carousel div.slide img {
	width: 100%;
	height: 100%;
}
.html_carousel div.slide div {
	background:#130029;
	width: 100%;
	display: none;
	position: absolute;
	bottom: 0;
}
.clearfix {
	float: none;
	clear: both;
}

/* standard row */
.bodyrow {
    width:100%;
    overflow:visible;
    height:auto;
}
.bodyholder {
    width:100%;
}
.bodyborder { 
    width:auto;
    height:auto;
    border:10px solid #1C003C;
    background:url('../images/bk-header.png') repeat;
    overflow:visible;
    margin:0 auto;
}

/* title row */
.titlerow {
    width:100%;
    height:auto;
    min-height:44px;
}
.titleholder {
    background:url('../images/titlerow.png') no-repeat right top;
    margin:14px 0 1px 0;
    padding:0px;
}
.titleholder h2 {
    font-size:18px !important;
    line-height:22px !important;
    margin:0 !important;
    color:white;
    font-weight:normal !important;
    padding:11px 0px 10px 20px;
    text-decoration:none !important;
}
.titleholder h2:hover, .titleholder a h2:hover, .titleholder a:hover, .titleholder a:focus {
    text-decoration:none !important;
}

/* homepage */
.homeholder {
    width:100%;
    background:url('../images/homebody.png') repeat;
}
.homeborder {
    width:auto;
    height:auto;
    border:10px solid #1C003C;
    overflow:visible;
    margin:0 auto;
    overflow: hidden;
}
.homepadding {
    padding:10px 0 19px 52px;
    width:auto;
    height:auto;
    overflow: hidden;
    z-index:9;
}
.homemodules_rows {
    display:block;
}
.homemodules_row {
    width:100%;
    overflow:hidden;
}
.homemodules_full {
    display:none;
}
.homeholder .user {
    width:240px;
    float:left;
    padding:17px 48px 8px 0;
}
.homeholder h3, .homeholder h3 a {
    font-size:18px !important;
    line-height:20px !important;
    margin:17px 0 10px 0 !important;
    color:#A13687 !important;
    font-weight:normal !important;
}

/* twitter v1 */
.tweetholder {
    padding: 21px 32px 11px 25px;
    width: 218px;
    float:left;
}
.tweetholder h2 {
    color:#fff;
    font-weight:normal !important;
    font-size:16px !important;
    line-height:22px;
    margin:15px 0 0 0 !important;
}
.tweetholder h3 {
    color:#fff;
    font-weight:normal !important;
    font-size:16px !important;
    margin:5px 0 5px 0px !important;
}
.tweetholder h3 span {
    display:block;
    float:left;
    margin:1px 0 0 0 !important;
    line-height:20px;
}
.tweetholder h3 img {
    color:#fff;
    margin:0 8px 0 0 !important;
    float:left;
}
.tweetholder p {
    margin:0 0 2px 0 !important;
}
div.twittertitle {
    width:100%;
    clear:both;
    height:30px;
}
hr.white {
    color:white;
    background:white;
    height:1px !important;
    width:100%;
    border:0 !important; 
    margin:15px 0 14px !important;
}

/* twitter v1.1 */
#wds-container {
    border:none !important;
}
#wds-container {
    background: none !important;
}
#wds-container {
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: 15px !important;
}
.wds-tweet-container {
    border-bottom-color: #FFFFFF !important;
}
.wds-tweet a {
    color:#fff;
}
.tweetimage {
    margin:0 8px 0 0 !important;
    float:left;
}
.tweetscreenName {
    color:#A13687 !important;
    display:block;
    float:left;
    margin:1px 0 0 0 !important;
    line-height:20px;
}
.wds-tweet p.tweetText {
    color:#fff;
    font-size:15px !important;
    line-height:18px !important;
}
.wds-tweet p.tweetText a {
    color:#9999FF !important;
    font-size:15px !important;
}
.trustpilot-widget{
	padding: 25px 15px;
}
.tfp-feed-container{background:black!important;border: none !important;}
.tfp-feed-wrap {border: none !important;}
/* homevideo */
.goingonbody {
    width:100%;
    overflow:visible;
}
.goingonborder {
    width:auto;
    height:auto;
    border-left:10px solid #1C003C;
    border-right:10px solid #1C003C;
    border-bottom:10px solid #1C003C;
    margin:0 auto;
    overflow: hidden;
}
.goingonholder {
    width:100%;
    background:url('../images/goingon.png') no-repeat top;
}
.goingonpadding {
    padding:0 0 19px 0;
    width:auto;
    height:auto;
    overflow: hidden;
}
.homevideoholder {
    width:435px;
    height:auto;
    margin-top: 50px;
    z-index:99;
    float:left;
}
.homevideo {
    border:6px solid #A13687;
    background:#000;
    -moz-box-shadow: 0 0 18px #fff;
    -webkit-box-shadow: 0 0 18px #fff;
    box-shadow: 0 0 18px #fff;
    width:391px;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
}
.homevideo iframe,
.homevideo object,
.homevideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.homevideo p {
    margin-bottom:-3px !important;
}
.homevideoframe {
    width:391px;
    height:auto;
}

/* rightfeed */
.rightfeed {
    display:block;
    width:196px;
    height:auto;
    float:left;
    padding: 50px 0 15px 0;
}
.rightfeed1200, .rightfeed768 {
    display:none;
}
.rightfeed #wds-header a {
    color: #FFFFFF;
    font-size: 16px !important;
    font-weight: normal !important;
    line-height: 22px;
    margin: 15px 0 0;
}
.fsl {
    font-family: arial,sans-serif !important;
    font-size: 14px !important;
}
.rightfeed #wds-header {
    padding: 5px 5px 3px 0 !important;
    border-bottom:none !important;
}
.rightfeed #wds-twitter-icon a {
    margin: 0 !important;
}
.rightfeed .twittertitle a {
    font-weight:normal !important;
    font-size: 16px !important;
}
.rightfeed .wds-tweet-container {
    padding:12px 0 1px !important;
}
.rightfeed .wds-tweet-container .wds-tweet {
    position:relative;
    top:-26px;
    margin-bottom:-18px;
}
.rightfeed .wds-tweet {
    padding-left:45px !important;
}
.rightfeed p.tweetText {
    position:relative;
    left:-35px;
    width:187px;
    font-size: 15px !important;
}
.rightfeed .wds-avatar {
    margin:3px 0 5px 10px;
}
.rightfeed div.twittertitle {
    padding-left:10px;
    height: 35px;
}
     

/* title + breadcrumb */
div.breadcrumbs {
    margin:0 24px 14px;
}
div.breadcrumbs a {
    color:#A13687;
}
/*.breadcrumb {
  padding:0;
  margin: 0;
  list-style: none;
}*/
.breadcrumb {
    --breadcrumb-padding-x: 0;
    --breadcrumb-padding-y: 0;
    --breadcrumb-margin-bottom: 1rem;
    --breadcrumb-bg: transparent;
    --breadcrumb-border-radius: ;
    --breadcrumb-divider-color: #FFF;
    --breadcrumb-item-padding-x: 0.5rem;
    --breadcrumb-item-active-color: #A13687;
    background-color: var(--breadcrumb-bg);
    border-radius: var(--breadcrumb-border-radius);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: var(--breadcrumb-font-size);
    list-style: none;
    margin-bottom: var(--breadcrumb-margin-bottom);
    padding: var(--breadcrumb-padding-y) var(--breadcrumb-padding-x)
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: var(--breadcrumb-item-padding-x)
}

.breadcrumb-item+.breadcrumb-item:before {
    color: var(--breadcrumb-divider-color);
    content: var(--breadcrumb-divider,">");
    float: left;
    padding-right: var(--breadcrumb-item-padding-x)
}

.breadcrumb-item.active {
    color: var(--breadcrumb-item-active-color)
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #fff;
}
.breadcrumb > .active {
  color: #A13687;
}
.breadcrumb a, .breadcrumb span {
    text-transform:uppercase;
    font-size:15px;
}
.contact_details {
    float: right;
    height: 38px;
    left: 205px;
    margin-right: 0;
    overflow: hidden;
    position: relative;
    top: -50px;
    width: 213px;
}
.contact_info {
    width:213px;
    height:38px;
} 

/* mainbody */
.mainbody {
    width:100%;
    overflow:visible;
    height:auto;
}
.mainbodyborder {
    width:auto;
    height:auto;
    border:10px solid #1C003C;
    overflow:visible;
    margin:20px auto 0 auto;
}
.mainbodyholder {
    width:100%;
    /*background:url('../images/bk-header.png') repeat;*/
    background:#000;
    overflow: hidden;
}
.mainbodypadding {
    padding:24px;
    width:auto;
    height:auto;
    overflow: visible;
}

/* main body split columns */
.splitcolumn {
    background:transparent url('../images/mainbodydefault.gif') repeat-y;
}
.leftcolumn {
    width:220px;
    overflow:hidden;
    float:left;
}
.rightcolumn {
    width:700px;
    overflow:hidden;
    float:left;
}

/* sponsors */
.sponsorsbody {
    margin-top:14px;
    width:100%;
    overflow:visible;
    height:auto;
}
.sponsorsholder {
    width:100%;
    background:url('../images/footer.png') repeat-x top;
    text-align:center;
    min-height:127px;
}
.sponsorspadding {
    padding:0 80px 24px;
    overflow:hidden;
}
.sponsorstitle {
    width:100%;
    overflow:hidden;
}
.sponsorstitle h3 {
    color:#fff;
    font-size:16px;
    font-weight:normal;
    margin:10px 0 20px 0;
}
.sponsors {
    width:100%;
    overflow:hidden;
}
.sponsorssmall {
    width:100%;
    overflow:hidden;
}
.sponsorssmall {
    display:none;
}

/* catalogue */
.showbox {
    float:left;
    padding:0 20px 20px 0;
    width:204px;
    overflow:hidden;
    height:530px;
}
.showbox img {
    border:2px solid #A13687; 
    width:203px; 
    height:150px;
    margin-bottom:10px;
}
.showbox .showtitle {
    width: 200px;
}
.showbox p {
    color:#fff;
    width: 200px;
}
.showbox h2 {
    color:#fff;
    font-size:20px;
    line-height:25px;
}
.showbox a {
    color:#A13687;
    font-weight:normal;
}
.singleshowbox {
    padding:0 20px 20px 0;
    overflow:hidden;
    height:auto;
}
.singleshowbox img {
    border:2px solid #A13687; 
    height:auto;
    margin:0 0 10px;
}
.singleshowbox .singleshowtitle {
    width: 100%;
}
.singleshowbox p {
    color:#fff;
}
.singleshowbox h2 {
    font-weight:600;
    color:#EFBFFF;
    font-size:30px;
    line-height:38px;
    margin:0 0 20px;
    font-weight:normal !important;
}
.singleshowbox h3 {
    margin:0 0 10px;
}
.singleshowbox a {
    color:#A13687;
    font-weight:normal;
}
.youTubeVideo {
    width:640px;
    height:480px;
}
.showboxholder {
    overflow:hidden;
}
.com_catalogue .mainbodypadding {
    padding:24px 0px 24px 24px;
}
input.show-info {
    background:none !important;
    border:0 !important;
    color:#A13687 !important;
    font-weight:normal !important;
    font-size: 17px !important;
    line-height: 21px !important;
    padding:0 !important;
}
input.show-info:hover {
    text-decoration:underline !important;
}
form.show-form {
    margin:0 !important;
    padding:0 !important;
}
    

/* catalogue left menu (generic left menus) */
.leftcolumn ul {
    list-style-type:none !important;
    margin:0 20px 0 0 !important;
    padding:0 !important;
    border-top:1px solid #1C003A !important;
}
.leftcolumn li {
    margin:0 !important;
    padding:0 !important;
    background:#030716;
}
.leftcolumn li:hover {
    background:#15002D;
}
.leftcolumn li.current {
    background:#15002D;
}
.leftcolumn a {
    padding:14px 16px 14px 20px !important;
    color:#fff;
    font-weight:normal !important;
    font-size:15px !important;
    border-bottom:1px solid #1C003A !important;
    text-transform:uppercase;
}
.leftcolumn p {
    padding:14px 16px 14px 20px !important;
    margin:0 !important;
    color:#fff;
    font-weight:normal !important;
    font-size:15px !important;
    line-height:20px !important;
    background:#010206;
    border-bottom:1px solid #1C003A !important;
}
.leftcolumn h3 {
    font-size:16px !important;
    line-height:20px !important;
    margin:0 !important;
    padding:14px 16px 14px 20px !important;
    font-family: 'Open Sans',sans-serif !important;
    color:#fff !important;
}
div.toppadding {
    padding:0 24px 7px 0;
}

/* forms */
.book-now input, .book-now textarea, .contact-us input, .contact-us textarea, .uneditable-input {
  
}
.formResponsive .formHorizontal .formControls {
    margin-left: 220px !important;
}
.formResponsive .formHorizontal .formControlLabel {
    width: 190px !important;
}
.formError {
    color:#A13687;
    font-size:14px !important;
    font-weight:normal !important;
}
.formBody .heading {
    text-transform:uppercase !important;
    font-size:16px !important;
    line-height:15px !important;
    margin:10px 0 !important;
}
.book-now select, .contact-us select {
  color: #fff !important;
}
.formCaption {
    margin-right:20px;
}
#SubmitPrev, .blueButton, .btn-primary, .loginButton .btn-primary, .logout .btn-primary {
    background-color: #330066 !important;
    *background-color: #330066 !important;
    background-image: -ms-linear-gradient(top, #480091, #2F005E) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#480091), to(#2F005E)) !important;
    background-image: -webkit-linear-gradient(top, #480091, #2F005E) !important;
    background-image: -o-linear-gradient(top, #480091, #2F005E) !important;
    background-image: -moz-linear-gradient(top, #480091, #2F005E) !important;
    background-image: linear-gradient(top, #480091, #2F005E) !important;
    background-repeat: repeat-x !important;
    border-color: #330066 #330066 #330066 !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#480091', endColorstr='#2F005E', GradientType=0) !important;
    filter: progid:dximagetransform.microsoft.gradient(enabled=false) !important;
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    margin-right:15px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
.loginButton .btn-primary, .logout .btn-primary {
    background-color: #F5F5F5;
    background-repeat: repeat-x;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 41px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 11px 22px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}
.logout .icon-arrow-left {
    display:none;
}
.loginButton .btn-primary {
    margin-left:180px;
}
.logout .btn-primary {
    margin-top:15px;
}
.logout .controls {
    margin-left:23px;
}
#SubmitPrev:hover, .blueButton:hover, .btn-primary:hover,
#SubmitPrev:active, .blueButton:active, .btn-primary:active,
#SubmitPrev .active, .blueButton .active, .btn-primary .active {
    background-color: #330066 !important;
    *background-color: #330066 !important;
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
}
.formResponsive input[type="submit"] {
    margin-right:6px !important;
}
.formResponsive select, .formResponsive input[type="file"] {
    height: 34px !important;
    line-height: 34px !important;
}
.rsform-submit-button {

}
.formResponsive input[type="checkbox"] {
    height:21px !important;
    margin-right:9px !important;
}
.formBody p.rsformVerticalClear {
    margin:0 !important;
}
p.formDescription {
    margin:0 !important;
    height:0px !important;
    line-height:0px !important;
    font-size:0px !important;
}
span.heading {
    font-weight:bold;
}
input.upload {
    display:none !important;
}
.uploadbutton  {
    background-color: #242425 !important;
    *background-color: #242425 !important;
    background-image: -ms-linear-gradient(top, #3E3E40, #242425) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3E3E40), to(#242425)) !important;
    background-image: -webkit-linear-gradient(top, #3E3E40, #242425) !important;
    background-image: -o-linear-gradient(top, #3E3E40, #242425) !important;
    background-image: -moz-linear-gradient(top, #3E3E40, #242425) !important;
    background-image: linear-gradient(top, #3E3E40, #242425) !important;
    background-repeat: repeat-x !important;
    border-color: #242425 #242425 #242425 !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#3E3E40', endColorstr='#242425', GradientType=0) !important;
    filter: progid:dximagetransform.microsoft.gradient(enabled=false) !important;
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    margin-right:15px !important;
    width: 179px !important;
}
.uploadbutton:hover,
.uploadbutton:active,
.uploadbutton .active {
    background-color: #242425 !important;
    *background-color: #242425 !important;
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
}
.formControlLabel {
    text-align:left !important;
}
.formError {
    color: #EFBFFF !important;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: bold !important;
    height: 18px !important;
    margin: 3px 5px 7px 0 !important;
    padding-left: 0px !important;
    text-transform:uppercase;
}
.formRed {
    color: #A13687 !important;
    font-size: 17px !important;
    line-height: 22px !important;
    font-weight: normal !important;
    text-transform:uppercase;
}
.book-now p.formRed {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #A13687 !important;
    display: inline-block;
    font-size: 15px !important;
    font-weight: bold !important;
    line-height: 22px !important;
    padding: 7px 9px;
    width: 306px;
}
.captcha img {
    height: 43px;
    margin-right: 7px;
    width: 179px !important;
}
.rsform-captcha-box {
    width:120px !important;
    margin-top:8px !important;
}
.bob {
    display:none;
}
.rsform-block, .formControlLabel, .formBody {
    overflow:hidden;
}
.formResponsive input[type="checkbox"], .rsform-block-showsbookings input {
    width: 21px !important;
} 


/* accordion */
.nn_sliders {
    clear:both;
}
.nn_code .accordion-group {
    border: none !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}
.nn_code .accordion-inner {
    border: none !important;
    padding: 0 !important;
}
.nn_code .accordion-heading .accordion-toggle {
    padding: 0 !important;
}

/* slider */
div.accordion-heading {
	margin-bottom: 10px;
	padding: 7px;
	border: 0;
	background:transparent url('../../../images/bk-slide-closed.png') no-repeat right top;
    border-radius: 0;
    box-shadow: 0 0 0 #fff inset;
    text-shadow: 0 0 0 #fff;
    font-weight:400 !important;
    font-size:18px !important;
    cursor: pointer;
    line-height: 34px;
    text-rendering: optimizelegibility;
}
div.accordion-heading a {
    display:block;
    color:#fff !important;
	text-decoration:none;
}
div.accordion-heading a:hover {
	text-decoration:none;
}
div.accordion-inner {
	padding:10px;
}
    
/* subpage */
.twocol {
    float:left;
    padding-right:1%;
    width:44%;
}
.colholder {
    overflow:hidden;
    padding:0 0 10px 0;
}
.tablecolfirst {
    width:14%;
    padding-right:1%;
    float:left;
}
.tablecolsecond {
    width:85%;
    float:left;
}
.smallBox {
    color: #FFFFFF;
    float: left;
    height: 100px;
    margin: 7px;
    width: 100px;
}
.profile {
    margin:0 15px 20px 15px;
    border-bottom:1px dotted #fff;
    height:auto;
    width:296px;
    min-height:300px;
    color:#fff;
    float:left;
    overflow:hidden;
}
.profile img {
    margin:0 15px 10px 0;
}
.profile h3 {
    font-size: 20px;
    line-height: 24px;
}
.profile h4 {
    font-size: 17px;
    line-height: 20px;
}

/* footer */
.footerbody {
    margin-top:14px;
    width:100%;
    overflow:visible;
    height:auto;
}
.footerholder {
    width:100%;
    background:url('../images/footer.png') repeat-x top;
    text-align:center;
}
.footerpadding {
    padding:24px 20px;
    width:auto;
    height:auto;
}
.copyright {
    width:auto;
    height:auto;
    margin:0 0 20px;
}
.immersivedetails {
    width:687px;
    float:none;
    margin:0 auto;
    height:25px;
}
.ico-telephone {
    padding:0 20px 0 22px;
    background:url('../images/ico-telephone.png') no-repeat 0 2px;
    float:left;
    width:auto;
    height:25px;
}
.ico-email {
    padding:0 20px 0 24px;
    background:url('../images/ico-email.png') no-repeat 0 2px;
    float:left;
    width:auto;
    height:25px;
}
.ico-address {
    padding:0 0 0 24px;
    background:url('../images/ico-address.png') no-repeat 0 2px;
    float:right;
    width:auto;
    height:25px;
    overflow:visible;
}
.ico-telephone p, .ico-telephone a, .ico-email p, .ico-email a, .ico-address p, .ico-address a {
    color:#fff;
    font-size:14px;
    text-decoration:none;
    padding:0px;
    margin:0px;
}



/* Media Queries
*********************************************/
/* Retina */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
  
}
/* Landscape phones and down */
@media (max-width: 480px) {
    /* header */
    .header {
        height:332px !important;
    }
    .headerholdertop {
        width:100% !important;
        height:212px !important;
        overflow:visible !important;
    }
    .logo_sm {
        display:block !important;
        position:relative !important;
        background:url('../images/logo-sm.png') no-repeat !important;
        top:-38px !important;
        left:0px !important;
        float:none !important;
        width:276px !important;
        height:133px !important;
        clear:both !important;
        margin: 0 auto -38px !important;
    }
    .logo {
        display:none;
    }
    .logoimage {
        height: 133px !important;
        width: 276px !important;
    }
    .contact_details {
        display:none;
    }
    .contact_details_sm {
        width:213px;
        float:none;
        height:38px;
        overflow: hidden;
        margin:0 auto;
        display:block;
    }
    /* topmenu */
    .topmenu {
        display:none;
        margin:9px 0 0 1%;
    }
    .searchblock {
        float: none;
        height: 59px;
        margin: 0 auto;
        width: 250px !important;
        position:relative;
        top:0;
        right:0;
    }
    .searchblock .search {
        width:250px !important;
    }
    .searchblock input.search-query {
        width:177px !important;
    }
    /* homepage */
    .homepadding {
        padding: 27px 22px 19px 14px;
    }
    .homemodules_rows {
        display:none;
    }
    .homemodules_full {
        display:block;
    }
    .homeholder .user {
        width:100%;
        float:left;
        padding:0 10px 10px 0;
    }
    .homevideoholder {
        width:90%;
        padding-left:7%;
        margin:20px auto 0;
    }
    /* main body split columns */
    .mainbodyholder {
        background:#000;
    }
    .splitcolumn {
        background:#000;
    }
    .leftcolumn {
        width:100%;
        overflow:hidden;
        float:none;
        border-bottom:20px solid #1C003C;
    }
    .rightcolumn {
        width:100%;
        overflow:hidden;
        float:none;
    }
    /* forms */
    .book-now input, .book-now textarea, .contact-us input, .contact-us textarea, .uneditable-input {
        width: 100%;
    }
    .formResponsive .formHorizontal .formControls {
        margin-left: 0px !important;
    }
    .formResponsive .formHorizontal .formControlLabel {
        width: 100% !important;
        text-align:left;
    }
    .uploadbutton {
        margin-top:17px;
    }
    /* subpage */
    .twocol {
        float:none;
        padding-right:0px;
        width:100%;
    }
    .pinkBorderMargin {
        margin:10px 0px;
    }
    /* catalogue */
    .showbox img {
        width: 100%;
        height: auto !important;
    }
    .leftcolumn ul {
        margin: 0 !important;
    }
    .com_catalogue .mainbodypadding {
        padding:14px;
    }
    /* text */
    .mainbodyholder h1, .bodyrow h1 {
        font-weight: 500 !important;
        font-size:25px !important;
        line-height:30px !important;
    }
    .mainbodyholder h2 {
        font-weight:500 !important;
        font-size:22px !important;
        line-height:28px !important;
    }
    .mainbodyholder h3 {
        font-weight:500 !important;
        font-size:18px !important;
        line-height:23px !important;
    }
    .mainbodyholder ul.pinkBullet, .mainbodyholder ul.whiteBullet {
        margin:0 0 10px 7px !important;
    }
    .whiteBullet li, .pinkBullet li {
        padding: 0 0 0 18px !important;
    }
    /* footer */
    .ico-telephone p, .ico-telephone a, .ico-email p, .ico-email a, .ico-address p, .ico-address a {
        font-size: 14px !important;
    }
    .footerpadding {
        padding:14px 20px !important;
    }
    .copyright {
        margin: 0 !important;
        font-size:14px !important;
    }
    .footerpadding {
        height: 145px !important;
    }
    .ico-telephone, .ico-email, .ico-address {
        height: auto !important;
    }
    /* videos */
    .youTubeVideo {
        width:300px !important;
        height:240px !important;
    }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    /* header */
    .header {
        height:350px;
    }
    .headerholder {
        width:100%;
    }
    .headerholdertop {
        width:100%;
        height:239px;
        overflow:visible;
    }
    .logo_sm {
        display:none;
    }
    .logo {
        position:relative;
        background:url('../images/logo.png') no-repeat;
        top:-43px;
        left:0px;
        float:none !important;
        width:359px;
        clear:both !important;
        height:165px;
        margin: 0 auto -48px !important;
    }
    .social {
        background:url('../images/social4.png') no-repeat;
        float:none;
        width:317px;
        height:69px;
        clear:both;
        margin:0 auto;
    }
    .contact_details {
        display:none;
    }
    .contact_details_sm {
        width:213px;
        float:none;
        height:38px;
        overflow: hidden;
        margin:0 auto;
        display:block;
    }
    /* topmenu */
    .topmenu {
        display:none;
        margin:9px 0 0 1%;
    }
    /* search */
    .searchblock {
        float: none;
        height: 59px;
        margin: 0 auto;
        width: 365px;
        position:relative;
        top:0;
    }
    .searchblock .search {
        width:365px;
    }
    .searchblock input.search-query {
        width:277px;
    }
    /* homepage */
    .homepadding {
        padding: 27px 22px 19px 14px;
    }
    .homemodules_rows {
        display:none;
    }
    .homemodules_full {
        display:block;
    }
    .homeholder .user {
        width:100%;
        float:left;
        padding:0 10px 10px 0;
    }
    /* twitter */
    .tweetholder {
        width:84%;
        margin:0 auto;
        float:none;
    }
    .tweetholder h2 {
        margin:25px 0 9px 0 !important;
    }
    .rightfeed, .rightfeed768 {
        display:none;
    }
    /* video */
    .homevideo {
        width:90%;
        height:auto;
    }
    .homevideoframe {
        width:90%;
        height:auto;
    }
    .homevideoholder {
        width:90%;
        padding-left:7%;
        margin:20px auto 0;
        height:auto;
        float:none;
    }
    /* sponsors */
    .sponsorspadding {
        padding:0 10px 24px;
    }
    /* main body split columns */
    .mainbodyholder {
        background:#000;
    }
    .splitcolumn {
        background:#000;
    }
    .leftcolumn {
        width:100%;
        overflow:hidden;
        float:none;
        border-bottom:20px solid #1C003C;
    }
    .rightcolumn {
        width:100%;
        overflow:hidden;
        float:none;
    }
    /* forms */
    .book-now input, .book-now textarea, .contact-us input, .contact-us textarea, .uneditable-input {
        width: 100%;
    }
    .formResponsive .formHorizontal .formControls {
        margin-left: 0px !important;
    }
    .formResponsive .formHorizontal .formControlLabel {
        width: 100% !important;
        text-align:left;
        float:none !important;
    }
    .uploadbutton {
        margin-top:17px;
    }
    /* subpage */
    .twocol {
        float:none;
        padding-right:0px;
        width:100%;
    }
    .pinkBorderMargin {
        margin:10px 0px;
    }
    /* catalogue */
    .showbox {
        width: 90%;
        padding: 20px 5%;
        margin: 0 auto;
        height:auto;
    }
    .showbox img {
        width: 100%;
        height: auto;
    }
    div.toppadding {
        padding:0;
    }
    .com_catalogue .mainbodypadding {
        padding:24px 14px;
    }
    .showbox .showtitle {
        width: 100%;
    }
    .showbox p {
        width: 100%;
    }
    .leftcolumn ul {
        margin: 0 !important;
    }
    /* text */
    .mainbodyholder h1, .bodyrow h1 {
        font-weight: 500;
        font-size:30px;
        line-height:35px;
    }
    .mainbodyholder h2 {
        font-weight:500;
        font-size:22px;
        line-height:30px;
    }
    .mainbodyholder h3 {
        font-weight:500;
        font-size:18px;
        line-height:25px;
    }
    /* sponsors */
    .sponsors {
        display:none;
    }
    .sponsorssmall {
        display:block;
    }
    /* footer */
    .footerpadding {
        height: 120px;
    }
    .immersivedetails {
        width:auto;
    }
    .ico-telephone {
        background-image:none;
        float:none;
        padding:0 24px;
        margin:0 auto;
    }
    .ico-email {
        background-image:none;
        float:none;
        padding:0 24px;
        margin:0 auto;
    }
    .ico-address {
        background-image:none;
        float:none;
        width:auto;
        padding:0 24px;
        margin:0 auto;
    }
    .ico-telephone p, .ico-telephone a, .ico-email p, .ico-email a, .ico-address p, .ico-address a {
        font-size:15px;
    }
    /* videos */
    .youTubeVideo {
        width:400px;
        height:320px;
    }
    .singleshowbox {
        height: auto;
        overflow: hidden;
        padding: 0 2px 20px 0;
    }
    /* subpage */
    .profile {
        width:100%;
        float:none;
        margin:0 0 20px 0;
        min-height:200px;
    }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    /* header */
    .contact_details {
        float: none;
        left:135px;
        top: -50px;
    }
    /* topmenu */
    .topmenu {
        display:none;
        margin:9px 0 0 1%;
    }
    /* search */
    .searchblock {
        width:670px;
        height:59px;
        float:none;
        margin: 0 auto;
        position:relative;
        top:0px;
    }
    .searchblock .search {
        margin-left:5px;
        width:665px;
    }
    .searchblock input.search-query {
        width:542px;
    }
    /* homepage */
    .homepadding {
        padding: 27px 52px 19px;
    }
    .homemodules_rows {
        display:none;
    }
    .homemodules_full {
        display:block;
    }
    .homeholder .user {
        width:100%;
        float:left;
        padding:0 10px 10px 0;
    }
    .bodyrow {
        margin-top:20px;
    }
    /* twitter */
    .tweetholder {
        width:84%;
        margin:0 auto;
        float:none;
    }
    .tweetholder h2 {
        margin:25px 0 9px 0 !important;
    }
    .rightfeed768 {
        display:block;
        float: none;
        margin: 25px auto 7px;
        width: 84%;
    }
    .rightfeed768 iframe {
        display:block;
        float: none;
        margin: 0 auto;
    }
    .rightfeed768 p.tweetText {
        width: 100%;
    }
    .rightfeed, .rightfeed1200 {
        display:none;
    }
    /* video */
    .homevideo {
        width:90%;
        height:auto;
    }
    .homevideoframe {
        width:90%;
        height:auto;
    }
    .homevideoholder {
        width:90%;
        margin:20px auto 0;
        padding-left:7%;
        float:none;
    }
    /* sponsors */
    .sponsorspadding {
        padding:0 30px 24px;
    }
    /* main body split columns */
    .mainbodyholder {
        background:#000;
    }
    .splitcolumn {
        background:#000;
    }
    .leftcolumn {
        width:100%;
        overflow:hidden;
        float:none;
        border-bottom:20px solid #1C003C;
    }
    .rightcolumn {
        width:100%;
        overflow:hidden;
        float:none;
    }
    /* forms */
    .book-now input, .book-now textarea, .contact-us input, .contact-us textarea, .uneditable-input {
        width: 100%;
    }
    .formResponsive .formHorizontal .formControls {
        margin-left: 0px !important;
    }
    .formResponsive .formHorizontal .formControlLabel {
        width: 100% !important;
        text-align:left;
        float:none !important;
    }
    .uploadbutton {
        margin-top:17px;
    }
    /* subpage */
    .twocol {
        float:none;
        padding-right:0px;
        width:100%;
    }
    /* sponsors */
    .sponsors {
        display:none;
    }
    .sponsorssmall {
        display:block;
    }
    /* catalogue */
    .showbox {
        width: 206px;
        height: 530px;
    }
    .leftcolumn ul {
        margin: 0 !important;
    }
    /* footer */
    .footerpadding {
        height: 110px;
    }
    .immersivedetails {
        width:auto;
    }
    .ico-telephone {
        background-image:none;
        float:none;
        padding:0 24px;
        margin:0 auto;
    }
    .ico-email {
        background-image:none;
        float:none;
        padding:0 24px;
        margin:0 auto;
    }
    .ico-address {
        background-image:none;
        float:none;
        width:auto;
        padding:0 24px;
        margin:0 auto;
    }
    .ico-telephone p, .ico-telephone a, .ico-email p, .ico-email a, .ico-address p, .ico-address a {
        font-size:15px;
    }
    /* subpage */
    .profile {
        width:100%;
        float:none;
        margin:0 0 20px 0;
        min-height:200px;
    }
}
/* Large desktop */
@media (min-width: 1200px) {
    /* header */
    .contact_details {
        float: right;
        left: 205px;
        top: -50px;
    }
    /* topmenu */
    .topmenu {
        margin:19px 0 0 1%;
    }
    .topmenu span.titreck {
        padding:13px 23px 20px;
    }
    li.item125 .floatck {
        background:url('../images/menu-top.png') no-repeat 56px 0 !important;
    }
    li.item129 .floatck {
        background:url('../images/menu-top.png') no-repeat 60px 0 !important;
    }
    li.item132 .floatck {
        background:url('../images/menu-top.png') no-repeat 54px 0 !important;
    }
    li.item133 .floatck {
        background:url('../images/menu-top.png') no-repeat 90px 0 !important;
    }
    li.item134 .floatck {
        background:url('../images/menu-top.png') no-repeat 62px 0 !important;
    }
    /* search */
    .searchblock {
        width:300px;
        float:right;
        position: absolute;
        right: -5px;
        top: -60px;
    }
    .searchblock .search {
        width:300px;
    }
    .searchblock input.search-query {
        width:220px;
        float: left;
    }
    /* homepage */
    .homemodules_rows {
        display:block;
    }
    .homemodules_row {
        width:100%;
        overflow:hidden;
    }
    .homemodules_full {
        display:none;
    }
    .homepadding {
        padding:34px 0 24px 65px;
        width:auto;
        height:auto;
        overflow: hidden;
    }
    .homeholder .user {
        width:300px;
        float:left;
        padding:0 60px 10px 0;
    }
    .bodyrow {
        margin-top:20px;
    }
    /* twitter */
    .tweetholder {
        padding: 50px 35px 15px 30px;
        width: 250px;
    }
    /* homevideo */
    .homevideoholder {
        width: 550px;
        height: auto;
    }
    .homevideo {
        width:516px;
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px; 
        height: 0; 
        overflow: hidden;
    }
    .homevideoframe {
        position: absolute;
        width:516px;
        height:auto;
    }
    .homevideo iframe,
    .homevideo object,
    .homevideo embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    /* right feed */
    .rightfeed1200 {
        display:block;
        width: 240px;
        height:auto;
        float:left;
        padding: 50px 0 0 15px;
    }
    .rightfeed1200 p.tweetText {
        width: 242px;
    }
    .rightfeed, .rightfeed768 {
        display:none;
    }
    /* main body split columns */
    .splitcolumn {
        background:transparent url('../images/mainbodybig.gif') repeat-y;
    }
    .leftcolumn {
        width:270px;
        overflow:hidden;
        float:left;
    }
    .rightcolumn {
        width:880px;
        overflow:hidden;
        float:left;
    }
    /* catalogue */
    .showbox {
        height: 480px;
        padding: 0 20px 20px 0;
        width: 265px;
    }
    .showbox img {
        width:261px; 
        height:170px;
    }
    .showbox .showtitle {
        width: 250px;
    }
    .showbox p {
        width: 250px;
    }
    /* sponsors */
    .sponsorssmall {
        display:none;
    }
    /* forms */
    .book-now input, .book-now textarea, .contact-us input, .contact-us textarea,
    .uneditable-input {
        width: 596px;
    }
    .formResponsive .formHorizontal .formControls {
        margin-left: 170px !important;
    }
    .formResponsive .formHorizontal .formControlLabel {
        width: 140px !important;
    }
    /* footer */
    .immersivedetails {
        width:735px;
    }
    .ico-telephone {
        float:left;
        padding:0 24px;
    }
    .ico-email {
        float:left;
        padding:0 22px;
    }
    .ico-address {
        float:left;
        width:auto;
        padding:0 2px 0 24px;
    }
    .ico-telephone p, .ico-telephone a, .ico-email p, .ico-email a, .ico-address p, .ico-address a {
        font-size:15px;
    }
    /* shows */
    .showImage {
        float:left;
        width:400px;
        height:auto;
        margin:0 20px 20px 0;
    }
    /* subpage */
    .profile {
        width:385px;
        min-height:250px;
}


















