@import url('defaults.css');
@import url('mainMenu.css');
@import url('responsivemobilemenu.css');
@import url('jquery-ui.css');
@import url('jquery-ui-fix.css');
@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}

html, body{
	width: 100%;
}
body{
	background: url('../images/back.jpg') center 137px;
}
hr {
  border: 0;
  border-bottom: 1px dashed #b6b6b6;
  margin: 20px 0;
}
/* Shared styles  */

/*******************************************************************************
*  Main content wrapper and header
*******************************************************************************/
.wrapper{
  background: url('../images/header_back.png') top center no-repeat;
}
.wrapper > .header{
  width: 960px;
  margin: 0 auto;
	/*background: url('../images/logo.png') no-repeat;*/
}
.wrapper > .header > .logo{
  float: left;
}
.wrapper > .header > .buyVouchers{
  float: left;
  margin: 33px 0 0 72px;
}
.wrapper > .header > .bookings{
  float: right;
  text-align: right;
  font-size: 1.6em;
  font-weight: bold;
  margin: 30px 50px 0 0;
}
.wrapper > .header > .bookings > .bookignsNumber{
  font-size: 1.5em;
}
.wrapper > .header > .menu{
  padding: 118px 0 40px 395px;
	height: 60px;
	background: url('../images/menu_back.png') 340px 98px no-repeat;
}
.wrapper > .header > .tab_menu{
  height: 93px;
  text-align: center;
}
.wrapper > .header > .tab_menu > a{
  display: inline-block;
  width: 203px;
  height: 93px;
}
.wrapper > .header > .tab_menu > .tab_buy{
  background: url('../images/tab_buy.png');
}
.wrapper > .header > .tab_menu > .tab_buy:hover{
  background: url('../images/tab_buy_over.png');
}
.wrapper > .header > .tab_menu > .tab_prices{
  background: url('../images/tab_prices.png');
}
.wrapper > .header > .tab_menu > .tab_prices:hover{
  background: url('../images/tab_prices_over.png');
}
.wrapper > .header > .tab_menu > .tab_range{
  background: url('../images/tab_range.png');
}
.wrapper > .header > .tab_menu > .tab_range:hover{
  background: url('../images/tab_range_over.png');
}
.wrapper > .header > .tab_menu > .tab_club{
  background: url('../images/tab_club.png');
}
.wrapper > .header > .tab_menu > .tab_club:hover{
  background: url('../images/tab_club_over.png');
}
.wrapper > .header .teamHeader {
   text-align: center;
}
.wrapper > .content{
 	width: 960px;
	margin: 0 auto 76px auto; /* margin: 0 auto 0 auto; Footer at bottom of page*/
}
.wrapper > .content > .container{
  background: url('../images/content_topline.png') no-repeat;
  padding-top: 1px;
}

/*******************************************************************************
*  Footer
*******************************************************************************/
.body_footer{
	height: 76px;
	background: #ffffff url('../images/footer_back.jpg') repeat-x;
  position: fixed; /* { Remove to place footer at bottom of page rather then bottom of window */
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101; /* } */
}
.body_footer > .content{
  height: 76px;
  width: 960px;
  margin: 0 auto;
  background: url('../images/footer_logo.jpg') 10px 0 no-repeat;
}
.body_footer > .content > .footer_left{
  margin: 18px 0 0 140px;
  display: inline-block;
  line-height: 13px;
}
.body_footer > .content > .footer_right{
  line-height: 15px;
  margin: 13px 10px 0 0;
  display: inline-block;
  float: right;
  text-align: right;
  color: #38b1e4;
}
.body_footer > .content > .footer_right > .footer_links{
  padding-bottom: 5px;
}
.body_footer > .content > .footer_right a{
  margin-left: 3px;
  
}

/*******************************************************************************
*  Single column layout
*******************************************************************************/
.container > .single_content{ 
  width: 900px;
  min-height: 650px;
  padding: 20px 30px;
  box-shadow: 0 10px 4px 4px #cfdade;
  background: #fafcfb url('../images/content_back.png') top left no-repeat;
}
.container > .single_content > .content_header_left{
  float: left;
  display: inline-block;
}
.container > .single_content > .content_header_left > .content_header1{
  color: #38b1e4;
  font-size: 3.7em;
  margin: 48px 0 0 28px;
  /*text-shadow: 1px 1px 1px #fff, 1px 1px 5px #38b1e4;*/
}
.container > .single_content > .content_header_left > .content_header2{
  color: #db227d;
  font-size: 2.5em;
  margin: 0 0 20px 28px;
}
.container > .single_content > .content_header_right{
  float: right;
  display: inline-block;
  width: 276px;
  text-align: right;
  padding-bottom: 30px;
}
.container > .single_content > .content{
  clear: both;
}
.container > .single_content > .content p{
  font-size: 1.2em;
  line-height: 1.6em;
  text-align: left;
}

/*******************************************************************************
*  Two column layout
*******************************************************************************/
.container > .dual_content{
  width: 900px; 
  padding: 20px 30px;
  box-shadow: 0 10px 4px 4px #cfdade;
  background: #fafcfb url('../images/content_back.png') top left no-repeat;
}
.container > .dual_content > .left_content{ 
  width: 594px;
  float: left;
  position: relative;
}
.container > .dual_content > .left_content > .content_header_left > .content_header1{
  color: #38b1e4;
  font-size: 3.7em;
  margin: 48px 0 0 28px;
  /*text-shadow: 1px 1px 1px #fff, 1px 1px 5px #38b1e4;*/
}
.container > .dual_content > .left_content > .content_header_left > .content_header2{
  color: #db227d;
  font-size: 2.5em;
  margin: 0 0 20px 28px;
}

.container > .dual_content > .left_content p{
  font-size: 1.2em;
  line-height: 1.6em;
  text-align: left;
}
.container > .dual_content > .right_content{
  width: 276px;
  margin-left: 624px;
  position: relative;
}
.container > .dual_content > .right_content p{
  font-size: 1em;
  line-height: 1.7em;
}

/*******************************************************************************
*  Shared Elements
*******************************************************************************/
#contact_small{
  display: inline-block;
  width: 270px;
  background: #e1e5e8 url('../images/small_logo.png') 10px 0 no-repeat;
  border: 3px solid #dfdfdf;
  border-radius: 2px;
  text-align: left;
}
#contact_small p.header{
  font-weight: bold;
  font-size: 1.4em;
  margin: 23px 0 0 60px;
}
#contact_small p.hours{
  font-size: 1.3em;
  margin: 30px 0 0 15px;
}
#contact_small p.tel{
  font-size: 1.3em;
  margin: 0 0 0 15px;
}
#contact_small p.email{
  font-size: 1.3em;
  margin: 0 0 0 15px;
}
#contact_small p.map{
  text-align: center;
  padding: 15px 0;
}
#contact_small p.map a{
  background: #84c340;
  color: #fff;
  font-size: 0.8em;
  border: 1px solid #a8cc86;
  border-radius: 6px;
  padding: 8px 14px;
}

.contact_large_top{
  position: relative;
  z-index: 100;
}
#contact_large{
  display: inline-block;
  width: 270px;
  background: #e1e5e8 url('../images/small_logo.png') 10px 0 no-repeat;
  border: 3px solid #dfdfdf;
  border-radius: 2px;
  text-align: left;
  position: relative;
  top: -15px;
  z-index: 99;
}
#contact_large p.header{
  font-weight: bold;
  font-size: 1.4em;
  margin: 23px 0 0 60px;
}
#contact_large p.tel{
  font-size: 1.4em;
  margin: 35px 0 10px 15px;
}
#contact_large p.email{
  font-size: 1.4em;
  margin: 0 0 20px 15px;
}
#contact_large p.address{
  font-size: 1.3em;
  margin: 0 0 0 15px;
}
#contact_large p.map{
  text-align: center;
  padding: 15px 0;
}
#contact_large p.map a{
  background: #84c340;
  color: #fff;
  font-size: 0.8em;
  border: 1px solid #a8cc86;
  border-radius: 6px;
  padding: 8px 14px;
}

#stay_updated{
  display: inline-block;
  width: 238px;
  background: #6cc0e5;
  border: 3px solid #dfdfdf;
  border-radius: 2px;
  text-align: left;
  padding: 16px 22px 16px 16px;
}
#stay_updated p.header{
  font-weight: bold;
  font-size: 1.4em;
}
#stay_updated p.subheader{
  font-size: 1em;
  margin: 5px 0 5px 0;
}
#stay_updated p.boxheader{
  font-size: 1em;
}
#stay_updated input{
  font-size: 1.4em;
  padding: 2px;
  border-radius: 3px;
  border: 1px solid #9e9e9e;
  width: 100%;
  margin: 0 0 16px 0;
}
#stay_updated p.subscribe{
  text-align: center;
}
#stay_updated button{
  background: #3b94bc;
  color: #fff;
  font-size: 1.23167em;
  border: 1px solid #b1c9d5;
  border-radius: 6px;
  padding: 5px 14px 5px 14px;
  cursor: pointer;
	cursor: hand;
}



#social{
  display: inline-block;
  width: 251px;
  text-align: left;
  padding: 0 0 0 25px;
}
#social p.header{
  font-weight: bold;
  font-size: 1.4em;
  margin: 16px 0 0 110px;
}

#faq{
  display: inline-block;
  width: 250px;
  background: #f9eacd;
  border: 3px solid #e0dedf;
  border-radius: 2px;
  text-align: left;
  /*padding: 16px 16px 16px 16px;*/
  padding: 10px;
}
#faq p.header{
  font-weight: bold;
  font-size: 1.4em;
}
#faq p.subheader{
  font-size: 1em;
  margin: 5px 0 15px 0;
}
#faq p.question{
  font-weight: bold;
  font-size: 1.2em;
}
#faq p.answer{
  font-size: 1.2em;
  padding-bottom: 10px;
}

#accordion > *{
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-size: 0.909em;
}
#accordion a{
  color: #107ba9;
  font-size: 1.8em;
  font-weight: normal;
  background: url('../images/arrow_down.png') 540px 20px no-repeat;
  padding: 12px 0 0 25px;
}
#accordion{
  background: #efefef;
  border: 1px solid #d8d8d8;
  width: 573px;
}
#accordion > .ui-accordion-header{
  background: #efefef url('../images/accordion_back.jpg') bottom center no-repeat;
  height: 50px
}
#accordion > .ui-accordion-content{
  background: #fff url('../images/accordion_back.jpg') bottom center no-repeat;
  margin-bottom: 1px;
  padding: 10px 30px;
  height: 400px;
}
#accordion .ui-accordion-header_bottom {
  background: #efefef;
}
#accordion .ui-accordion-content_bottom{
  background: #fff;
}
#accordion .ui-state-active {
  background: #efefef url('../images/accordion_back.jpg') bottom center no-repeat;
}


/*******************************************************************************
*  Gallery
*******************************************************************************/
.gallery{
  padding: 10px;
  text-align: center;
}
.gallery ul{
  list-style: none;
}
.gallery ul li{
  display: inline;
}
.gallery ul li a{
  display: inline-block;
  margin: 10px 40px;
  border: 5px solid #fff;
  border-width: 10px 10px 10px 10px;
  box-shadow: 0 0 4px 5px #b5b5b5;
  border-radius: 3px;
}
.gallery ul li a img{
  padding: 0;
  margin: 0;
  display: block;
  border-radius: 3px;
}
.gallery ul li a:hover{
  box-shadow: 0 0 6px 7px #b5b5b5;
  text-decoration: none;
}
.gallery ul li .imgName p{
  display: block;
  width: 183px;
  height: 20px;
  margin-top: 10px;
  text-align: center !important;
  font-weight: bold;
}

/*******************************************************************************
*  Media
*******************************************************************************/
.media{
  padding: 10px;
  text-align: center;
}
.media ul{
  list-style: none;
}
.media ul li{
  display: inline;
}
.media ul li a{
  display: inline-block;
  margin: 10px 40px;
  border: 5px solid #fff;
  border-width: 10px 10px 10px 10px;
  box-shadow: 0 0 4px 5px #b5b5b5;
  border-radius: 3px;
}
.media ul li a img{
  padding: 0;
  margin: 0;
  display: block;
  border-radius: 3px;
}
.media ul li a:hover{
  box-shadow: 0 0 6px 7px #b5b5b5;
  text-decoration: none;
}
.media ul li .imgName p{
  display: block;
  width: 315px;
  height: 20px;
  margin-top: 10px;
  text-align: center !important;
  font-weight: bold;
}


/* Individual pages */

/*******************************************************************************
*  Home
*******************************************************************************/
#home_content_tabs{ 
  width: 960px;
  min-height: 0;
  padding: 0px;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  background: none;
}
.ui-home_tabs-vertical .ui-widget { font-size: 1em; }
.ui-home_tabs-vertical .ui-widget-content { color: #555; }
.ui-home_tabs-vertical { width: 840px; }
.ui-home_tabs-vertical .ui-tabs-nav { padding: 0; float: left; width: 319px; height: 252px; background: url('/images/home_tabs_back.png'); border: 0px; border-radius: 0; overflow: hidden; }
.ui-home_tabs-vertical .ui-tabs-nav li { height: 84px; background: none; clear: left; width: 319px; border: 0 !important; margin: 0; top: 0;}
.ui-home_tabs-vertical .ui-tabs-nav li a { background: none; display:block; width: 319px; height: 84px; padding: 0; outline: 0; cursor: pointer !important; cursor: hand !important; }
.ui-home_tabs-vertical .ui-tabs-nav li.ui-tabs-selected { background: none; padding-bottom: 0; padding: 0; border: 0; border-radius: 0; height: 99px; }
.ui-home_tabs-vertical .ui-tabs-nav #tab1.ui-tabs-selected { background: url('/images/home_tabs1_over.png'); }
.ui-home_tabs-vertical .ui-tabs-nav #tab2.ui-tabs-selected { background: url('/images/home_tabs2_over.png'); }
.ui-home_tabs-vertical .ui-tabs-nav #tab3.ui-tabs-selected { background: url('/images/home_tabs3_over.png'); }
.ui-home_tabs-vertical .ui-tabs-panel { background: #fff; padding: 10px 20px 10px 10px; float: left; width: 610px; height: 231px; border: 0; border-bottom: 1px solid #d7d7d7; border-right: 1px solid #d7d7d7; border-radius: 0; overflow: auto; }

#home_content_tabs p{
  font-size: 1.2em;
  line-height: 1.6em;
}

#home_content_box_container{
  margin-top: 16px;
  padding-bottom: 30px;
}

#home_content_box_container > .home_box{
  float: left;
  display: inline-block;
  border: 3px solid #dfdfdf;
  border-radius: 2px;
  width: 303px;
  height: 200px;
}

#home_content_box_container > .home_box1{
  margin-right: 16px;
  background: #6cc0e5;
  text-align: left;
  width: 293px;
  padding-left: 10px;
}
#home_content_box_container > .home_box1 p.header{
  font-weight: bold;
  font-size: 1.4em;
  padding: 10px 0 0 0;
}
#home_content_box_container > .home_box1 p.subheader{
  font-size: 1em;
  margin: 5px 0 15px 0;
}
#home_content_box_container > .home_box1 p.boxheader{
  font-size: 1em;
}
#home_content_box_container > .home_box1 input{
  font-size: 1.4em;
  padding: 2px;
  border-radius: 3px;
  border: 1px solid #9e9e9e;
  width: 275px;
  margin: 0 0 10px 0;
}
#home_content_box_container > .home_box1 p.subscribe{
  text-align: center;
}
#home_content_box_container > .home_box1 button{
  background: #3b94bc;
  color: #fff;
  font-size: 0.8em;
  border: 1px solid #b1c9d5;
  border-radius: 6px;
  padding: 5px 14px 5px 14px;
  cursor: pointer;
	cursor: hand;
}

#home_content_box_container > .home_box2{
  margin-right: 16px;
  width: 284px; /* One px more then the left and right box */
  height: 180px;
  padding: 10px;
  background: #f8fcfd;
}
#home_content_box_container > .home_box3{
  width: 283px;
  height: 180px;
  padding: 10px;
  background: #f8fcfd;
}

/*******************************************************************************
*  Our History
*******************************************************************************/


/*******************************************************************************
*  Photo Gallery
*******************************************************************************/
#photo_gallery_content > .content_header_left p{
  float: left;
  width: 600px;
  font-size: 1.2em;
  line-height: 1.6em;
}
/*******************************************************************************
*  Media
*******************************************************************************/
#media_content > .content_header_left p{
  float: left;
  width: 600px;
  font-size: 1.2em;
  line-height: 1.6em;
}
/*******************************************************************************
*  Meet the Team
*******************************************************************************/
#meet_our_team_content .team_member{
  text-align: justify;
  clear: both;
  padding-top: 25px;
}
#meet_our_team_content .team_member img{
  float: left; 
  border: 1px solid #c0c0c0;
  margin-right: 10px;
}

/*******************************************************************************
*  Courses
*******************************************************************************/
#courses_content > .content_header_right{
  width: 600px;
}
#courses_content .course{
  border: 1px solid #c0c0c0;
  margin-bottom: 40px;
  background: #fff;
}
#courses_content .course > .course_container{
  /*background: url('../images/contact_top.png') 10px 0 no-repeat;*/
  position: relative;
  top: -15px;
  padding: 35px 20px 10px 300px;
}
#courses_content .course > .course_container > .course_details > .course_header1{
  color: #38b1e4;
  font-size: 3em;
  /*text-shadow: 1px 1px 1px #fff, 1px 1px 5px #38b1e4;*/
}
#courses_content .course > .course_container > .course_details > .course_header2{
  color: #38b1e4;
  font-size: 2em;
  /*text-shadow: 1px 1px 1px #fff, 1px 1px 5px #38b1e4;*/
}
#courses_content .course > .course_more{
  border-top: 1px solid #c0c0c0;
  background: #efefef;
  min-height: 30px;
  padding-left: 20px;
}
#courses_content .course > .course_more p{
  line-height: 30px;
}

/*******************************************************************************
*  News
*******************************************************************************/
#news_content > .left_content > .news_article{
  background: #dff0f7;
  border: 1px solid #c0c0c0;
  border-bottom: 0;
  padding: 20px 30px 15px 30px;
}
#news_content > .left_content > .news_article_odd{
  background: #dff0f7;
}
#news_content > .left_content > .news_article_even{
  background: #f0f8fa;
}
#news_content > .left_content > .news_article > .header{
  font-size: 2em;
}
#news_content > .left_content > .news_article > .more{
  margin-top: 20px;
  border-top: 1px solid #fafcfb;
  text-align: right;
}
#news_content > .left_content > .news_article_close{
  border-top: 1px solid #c0c0c0;
}

/*******************************************************************************
*  Article
*******************************************************************************/
#article_content > .left_content > .article{
  background: #dff0f7;
  border: 1px solid #c0c0c0;
  padding: 20px 30px 15px 30px;
}
#article_content > .left_content > .article > .header{
  font-size: 2em;
}
#article_content > .left_content > .article > .date{
  font-size: 1em;
  border-bottom: 1px solid #fafcfb;
}
#article_content > .left_content > .news_article_odd{
  background: #dff0f7;
}
#news_content > .left_content > .news_article_even{
  background: #f0f8fa;
}
#news_content > .left_content > .news_article > .more{
  margin-top: 20px;
  border-top: 1px solid #fafcfb;
  text-align: right;
}
#news_content > .left_content > .news_article_close{
  border-top: 1px solid #c0c0c0;
}

/*******************************************************************************
*  Testimonials
*******************************************************************************/
#testimonials_content > .left_content > .testimonial{
  border: 1px solid #c0c0c0;
  border-radius: 10px;
  box-shadow: 0 0 3px 0 #c0c0c0;
  padding: 10px 30px 15px 30px;
  margin-bottom: 30px;
}
#testimonials_content > .left_content > .testimonial_odd{
  background: #dff0f7;
  position: relative;
}
#testimonials_content > .left_content > .testimonial_odd > .arrowWrapper{
  background: url('../images/testimonial_arrow1.png') 0 15px no-repeat;
  position: relative;
  left: -42px;
  padding-left: 42px;
}
#testimonials_content > .left_content > .testimonial_odd > .arrowWrapper > .header{
  font-size: 2em;
}
#testimonials_content > .left_content > .testimonial_even{
  background: #b7e5f2;
}
#testimonials_content > .left_content > .testimonial_even > .arrowWrapper{
  background: url('../images/testimonial_arrow2.png') 0 15px no-repeat;
  position: relative;
  left: -42px;
  padding-left: 42px;
}
#testimonials_content > .left_content > .testimonial_even > .arrowWrapper > .header{
  font-size: 2em;
}
#testimonials_content > .left_content > .testimonial > .arrowWrapper > .signature{
  margin-top: 15px;
  padding-top: 5px;
  border-top: 1px solid #fafcfb;
}

/*******************************************************************************
*  All Prices
*******************************************************************************/
#all_prices_content > .content_header_right{
  width: 600px;
}
#all_prices_content .price{
  border: 1px solid #d6d6d6;
  border-bottom: 0;
  margin-bottom: 40px;
  background: #fff;
}
#all_prices_content .price > .price_container{
/*  background: url('../images/contact_top.png') 10px 0 no-repeat;*/
  position: relative;
  top: -15px;
  padding: 35px 20px 10px 300px;
  min-height: 118px;
}
#all_prices_content .price > .price_container > .price_details > .price_header{
  color: #38b1e4;
  font-size: 3em;
  /*text-shadow: 1px 1px 1px #fff, 1px 1px 5px #38b1e4;*/
}
#all_prices_content .price > .price_buy_header{
  border-top: 1px solid #d6d6d6;
  background: #e3e3e3;
  height: 35px;
}
#all_prices_content .price > .price_buy_header > .price_buy_header_left{
  float: left;
  /*width: 496px;*/
  width: 318px;
  height: 35px;
  border-right: 1px solid #d6d6d6;
}
#all_prices_content .price > .price_buy_header > .price_buy_header_left > p{
  padding: 0 20px;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 3.182em;
}
#all_prices_content .price > .price_buy_header > .price_buy_header_center{
  float: left;
  /*width: 200px;*/
  width: 144px;
  height: 35px;
  border-right: 1px solid #d6d6d6;
}
#all_prices_content .price > .price_buy_header > .price_buy_header_center > p{
  padding: 0 20px;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 3.182em;
}
#all_prices_content .price > .price_buy_header > .price_buy_header_right{
  float: left;
  /*width: 200px;*/
  width: 144px;
  height: 35px;
}
#all_prices_content .price > .price_buy_header > .price_buy_header_right > p{
  padding: 0 20px;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 3.182em;
}
#all_prices_content .price > .price_buy_product{
  border-top: 1px solid #d6d6d6;
  background: #efefef;
  height: 35px;
}
#all_prices_content .price > .price_buy_product > .price_buy_product_left{
  float: left;
  /*width: 496px;*/
  width: 318px;
  height: 35px;
  border-right: 1px solid #d6d6d6;
  display: table;
}
#all_prices_content .price > .price_buy_product > .price_buy_product_left > p{
  padding: 0 5px 0 20px;
  font-size: 1.1em;
  /*line-height: 3.182em;*/
  display: table-cell;
  vertical-align: middle;
}
#all_prices_content .price > .price_buy_product > .price_buy_product_center{
  float: left;
  /*width: 200px;*/
  width: 144px;
  height: 35px;
  border-right: 1px solid #d6d6d6;
}
#all_prices_content .price > .price_buy_product > .price_buy_product_center p{
  /*margin-left: 20px;*/
  margin-left: 10px;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 3.182em;
  display: inline-block;
  /*width: 60px;*/
  width: 40px;
}
#all_prices_content .price > .price_buy_product > .price_buy_product_center button{
  background: #c0c0c0; /* Default Colour */
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  padding: 5px 10px;
  border-top: 1px solid #d6d6d6;
  border-radius: 6px;
  /*margin-left: 20px;*/
  cursor: pointer;
	cursor: hand;
}
#all_prices_content .price > .price_buy_product > .price_buy_product_right{
  float: left;
  /*width: 200px;*/
  width: 144px;
  height: 35px;
}
#all_prices_content .price > .price_buy_product > .price_buy_product_right p{
  /*margin-left: 20px;*/
  margin-left: 10px;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 3.182em;
  display: inline-block;
  /*width: 60px;*/
  width: 40px;
}
#all_prices_content .price > .price_buy_product > .price_buy_product_right button{
  background: #c0c0c0; /* Default Colour */
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  padding: 5px 10px;
  border-top: 1px solid #d6d6d6;
  border-radius: 6px;
  margin-left: 20px;
  cursor: pointer;
	cursor: hand;
}

#all_prices_content .price > .table_buy {
  width: 898px;
}
#all_prices_content .price > .table_buy th {
  background: #e3e3e3;
  border-left: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
#all_prices_content .price > .table_buy th:first-child {
  border-left: 0;
}
#all_prices_content .price > .table_buy th p {
  font-weight: bold;
  font-size: 11px;
  padding: 0 20px;
  line-height: 35px;
}
#all_prices_content .price > .table_buy td {
  background: #efefef;
  border-left: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  height: 40px;
}
#all_prices_content .price > .table_buy td:first-child {
  border-left: 0;
}
#all_prices_content .price > .table_buy td p {
  font-size: 11px;
  padding: 0 20px;
  /*line-height: 35px;*/
}
#all_prices_content .price > .table_buy td.price_buy_cell {
  width: 144px;
}
#all_prices_content .price > .table_buy td.price_buy_cell p {
  /*margin-left: 20px;*/
  padding: 0 0 0 10px;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 3.182em;
  display: inline-block;
  /*width: 60px;*/
  width: 40px;
}
#all_prices_content .price > .table_buy td.price_buy_cell button{
  background: #c0c0c0; /* Default Colour */
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  padding: 5px 10px;
  border-top: 1px solid #d6d6d6;
  border-radius: 6px;
  /*margin-left: 20px;*/
  cursor: pointer;
	cursor: hand;
}

/* Mobile Table */
#all_prices_content .price > .table_buym {
  display: none;
  width: 100%;
}
#all_prices_content .price > .table_buym > .table_buym_header {
  background: #e3e3e3;
  display: table-row;
}
#all_prices_content .price > .table_buym > .table_buym_header .col {
  display: table-cell;
  border-bottom: 1px solid #d6d6d6;
}
#all_prices_content .price > .table_buym > .table_buym_header .col1 {
  border-right: 1px solid #d6d6d6;
}
#all_prices_content .price > .table_buym > .table_buym_header p {
  font-weight: bold;
  padding: 0 20px;
  line-height: 35px;
  font-size: 11px;
}
#all_prices_content .price > .table_buym > .table_buym_body {
  background: #efefef;
  display: table-row;
}
#all_prices_content .price > .table_buym > .table_buym_body .col1 {
  display: table-cell;
  border-bottom: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  vertical-align: middle;
}
#all_prices_content .price > .table_buym > .table_buym_body .col1 p {
  padding: 0 20px;
  /*line-height: 35px;*/
}

#all_prices_content .price > .table_buym > .table_buym_body .col2 {
  display: table-cell;
  border-bottom: 1px solid #d6d6d6;
  vertical-align: middle;
  width: 150px;
  padding: 0 20px;
}
#all_prices_content .price > .table_buym > .table_buym_body .col2 p {
  padding: 0 20px 0 0;
  line-height: 18px;
  /*display: inline-block;*/
  font-weight: bold;
  font-size: 11px;
}
#all_prices_content .price > .table_buym > .table_buym_body .col2 button{
  background: #c0c0c0; /* Default Colour */
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  padding: 5px 10px;
  border-top: 1px solid #d6d6d6;
  border-radius: 6px;
  /*margin-left: 20px;*/
  cursor: pointer;
  cursor: hand;
}

/*******************************************************************************
*  Package Deals
*******************************************************************************/
#package_deal_content > .content_header_right{
  width: 600px;
}
#package_deal_content .package{
  border: 1px solid #d6d6d6;
  margin-bottom: 40px;
  background: #fff;
}
#package_deal_content .package > .package_container{
  /*background: url('../images/contact_top.png') 10px 0 no-repeat;*/
  background-position:  10px 0;
  background-repeat: no-repeat;
  position: relative;
  top: -15px;
  padding: 35px 20px 10px 300px;
}
#package_deal_content .package > .package_container > .package_details > .package_header{
  color: #38b1e4;
  font-size: 3em;
  /*text-shadow: 1px 1px 1px #fff, 1px 1px 5px #38b1e4;*/
}
#package_deal_content .package > .package_wrapper > .package_buy_header{
  border-top: 1px solid #d6d6d6;
  background: #e3e3e3;
  height: 35px;
}
#package_deal_content .package > .package_wrapper > .package_buy_header > .package_buy_header_left{
  float: left;
  width: 697px;
  height: 35px;
  border-right: 1px solid #d6d6d6;
}
#package_deal_content .package > .package_wrapper > .package_buy_header > .package_buy_header_left > p{
  padding: 0 20px;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 3.182em;
}
#package_deal_content .package > .package_wrapper > .package_buy_header > .package_buy_header_right{
  float: left;
  width: 200px;
  height: 35px;
}
#package_deal_content .package > .package_wrapper > .package_buy_header > .package_buy_header_right > p{
  padding: 0 20px;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 3.182em;
}

#package_deal_content .package > .package_wrapper > .package_buy_product{
  border-top: 1px solid #d6d6d6;
  background: #efefef;
  height: 35px;
}
#package_deal_content .package > .package_wrapper > .package_buy_product > .package_buy_product_left{
  float: left;
  width: 697px;
  height: 35px;
  border-right: 1px solid #d6d6d6;
}
#package_deal_content .package > .package_wrapper > .package_buy_product > .package_buy_product_left > p{
  padding: 0 5px 0 20px;
  font-size: 1.1em;
  line-height: 3.182em;
}
#package_deal_content .package > .package_wrapper > .package_buy_product > .package_buy_product_right{
  float: left;
  width: 200px;
  height: 35px;
}
#package_deal_content .package > .package_wrapper > .package_buy_product > .package_buy_product_right p{
  margin-left: 20px;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 3.182em;
  display: inline-block;
  width: 60px;
}
#package_deal_content .package > .package_wrapper > .package_buy_product > .package_buy_product_right button{
  background: #c9147b;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  padding: 5px 10px;
  border-top: 1px solid #d6d6d6;
  border-radius: 6px;
  margin-left: 20px;
  cursor: pointer;
	cursor: hand;
}







/*******************************************************************************
*  Gift Vouchers
*******************************************************************************/
#gift_vouchers_content > .content_header_right{
  width: 600px;
}
#gift_vouchers_content .voucher_top{
  border: 1px solid #d6d6d6;
  background: #fff;
  width: 898px;
}
#gift_vouchers_content .voucher_top > .voucher_container{
  height: 330px;
  background: #efefef;
}
#gift_vouchers_content .voucher_top > .voucher_container > .voucher_info{
  float: left;
  width: 290px;
  height: 280px;
  padding: 20px 20px 20px 20px;
}
/*
#gift_vouchers_content .voucher_top > .voucher_container > .voucher_info > p{
  margin: 20px;
  width: 290px;
  height: 290px;
}
*/
/*
#gift_vouchers_content .voucher_top > .voucher_container > .voucher_info > p > .header{
  font-size: 2em;
  line-height: 1.5em;
  font-weight: bold;
  display: block;
  color: #38b1e4;
}
#gift_vouchers_content .voucher_top > .voucher_container > .voucher_info > p > .info1{
  margin-top: 20px;
  font-size: 1em;
  font-weight: bold;
  display: block;
}
#gift_vouchers_content .voucher_top > .voucher_container > .voucher_info > p > .info2{
  margin: 20px 0;
  display: block;
}
*/
#gift_vouchers_content .voucher_top > .voucher_container > .voucher_benefits{
  float: left;
  width: 568px;
  height: 330px;
  /*padding: 20px;*/
  background: #fff;
}
#gift_vouchers_content .voucher_top > .voucher_container > .voucher_benefits > p{
  /*font-size: 3em;
  font-weight: bold;
  display: block;
  color: #38b1e4;
  margin: 110px 100px 0 100px;
  text-align: center;*/
}

#gift_vouchers_content .voucher_wrapper{
  /*word-spacing: -1em;*/
  /*display: table;*/
  /*position: relative;*/
  /*left: -30px;*/
  /*width: 960px;*/
  /*background: #c0c0c0;*/

}
#gift_vouchers_content .voucher_wrapper > .voucher_table{
  display: table;
  /*width: 690px;*/
  /*border: 30px;*/
  margin: 0 auto;
  /*border: 30px solid #fafcfb;*/
  /*border-bottom: 0;*/
  padding-top: 30px;
  
  /* Added */
  display: block;
  text-align: center;
}
#gift_vouchers_content .voucher_wrapper > .voucher_row{
  display: table-row;
}
#gift_vouchers_content .voucher_wrapper .voucher{
  display: table-cell;
  width: 278px;
  border: 1px solid #d6d6d6;
  border-bottom: 0;
  background: #efefef;
  /*margin: 30px 30px 0 0;*/
  /*height: 300px;*/
  
  /* Added */
  display: inline-block;
  vertical-align: top;
  height: 500px;
  text-align: left;
}
#gift_vouchers_content .voucher_wrapper .voucher_space{
  display: table-cell;
  width: 30px;
}
#gift_vouchers_content .voucher_wrapper .voucher button{
  background: #fff;
  vertical-align: bottom;
}
#gift_vouchers_content .voucher_wrapper .voucher > .voucher_container > .voucher_header{
  background: #e3e3e3;
  border-bottom: 1px solid #d6d6d6;
  height: 55px;
}
#gift_vouchers_content .voucher_wrapper .voucher > .voucher_container > .voucher_header > p.voucher_title{
  font-size: 1.2em;
  font-weight: bold;
  padding: 9px 20px 0 20px;
  /*text-shadow: 1px 1px 1px #e3e3e3, 1px 1px 5px #555;*/
}
#gift_vouchers_content .voucher_wrapper .voucher > .voucher_container > .voucher_header > p.voucher_subtitle{
  font-size: 1.2em;
  padding: 0 20px;
}
#gift_vouchers_content .voucher_wrapper .voucher > .voucher_container > .voucher_image{
  height: 140px;
  text-align: left;
}
#gift_vouchers_content .voucher_wrapper .voucher > .voucher_container > .voucher_image > p{
  display: inline-block;
  width: 66px;
  text-align: center;
  /*margin: 27px 0 0 196px;*/
  color: #de3d8d;
  font-weight: bold;
  font-size: 2em;
  position: relative;

}
#gift_vouchers_content .voucher_wrapper .voucher > .voucher_container > .voucher_details{
  padding: 0 20px;
  
  /* Added */
  overflow: auto;
  height: 304px;
}
#gift_vouchers_content .voucher_wrapper .voucher > .voucher_container > .voucher_details > p.voucher_details_duration{
  font-weight: bold;
}

#gift_vouchers_content .voucher_wrapper .voucher_buy{
  display: table-cell;
  width: 278px;
  border: 1px solid #d6d6d6;
  border-top: 0;
  background: #efefef;
  /*margin: 30px 30px 0 0;*/
  /*height: 300px;*/
  
}
#gift_vouchers_content .voucher_wrapper .voucher_buy .voucher_button{
  text-align: center;
  padding: 20px 0;
}
#gift_vouchers_content .voucher_wrapper .voucher_buy .voucher_button button{
  background: #20a7df;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  padding: 5px 10px;
  border-top: 1px solid #d6d6d6;
  border-radius: 6px;
  cursor: pointer;
	cursor: hand;
}

/* New Voucher Layout */
#gift_vouchers_content .giftVouchers {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding-top: 30px;
}
#gift_vouchers_content .giftVouchers .voucher {
  width: 278px;
  display: inline-block;
  vertical-align: top;
  height: 522px;
  text-align: left;
  padding: 8px;
}
#gift_vouchers_content .giftVouchers .voucher .voucher_header {
  background: #e3e3e3;
  border: 1px solid #d6d6d6;
  height: 55px;
}
#gift_vouchers_content .giftVouchers .voucher .voucher_header > p.voucher_title {
  font-size: 1.2em;
  font-weight: bold;
  padding: 9px 20px 0 20px;
}
#gift_vouchers_content .giftVouchers .voucher .voucher_header > p.voucher_subtitle {
  font-size: 1.2em;
  padding: 0 20px;
}
#gift_vouchers_content .giftVouchers .voucher .voucher_image {
  height: 140px;
  text-align: left;
  border: 1px solid #d6d6d6;
  border-width: 0 1px 0 1px;
  background-color: #efefef;
  background-position: center top;
  background-repeat: no-repeat;
}
#gift_vouchers_content .giftVouchers .voucher .voucher_image > p {
  display: inline-block;
  width: 66px;
  text-align: center;
  /*margin: 27px 0 0 196px;*/
  color: #de3d8d;
  font-weight: bold;
  font-size: 2em;
  position: relative;
}
#gift_vouchers_content .giftVouchers .voucher > .voucher_details {
  padding: 0 20px;
  overflow: auto;
  height: 260px;
  border: 1px solid #d6d6d6;
  border-width: 0 1px 0 1px;
  background: #efefef;
}
#gift_vouchers_content .giftVouchers .voucher > .voucher_details > p.voucher_details_duration {
  font-weight: bold;
}
#gift_vouchers_content .giftVouchers .voucher_buy {
  width: 276px;
  background: #efefef;
  height: 67px;
  border: 1px solid #d6d6d6;
  border-width: 0 1px 1px 1px;
}
#gift_vouchers_content .giftVouchers .voucher_buy .voucher_button {
  text-align: center;
  padding: 20px 0;
}
#gift_vouchers_content .giftVouchers .voucher_buy .voucher_button button {
  background: #20a7df;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  padding: 5px 10px;
  border-top: 1px solid #d6d6d6;
  border-radius: 6px;
  cursor: pointer;
	cursor: hand;
}


/*******************************************************************************
*  FAQs
*******************************************************************************/
#faq_content > .left_content > .faq_container{
  background: #dff0f7;
  border: 1px solid #c0c0c0;
  padding: 10px 30px 15px 30px;
}
#faq_content > .left_content > .faq_container > .header{
  font-size: 2em;
}
#faq_content > .left_content > .faq_container > .header_p{
  padding-bottom: 35px;
}
#faq_content > .left_content > .faq_container > .question > p{
  font-size: 1.4em;
  font-weight: bold;
}
#faq_content > .left_content > .faq_container > .question > p > .q{
  font-size: 1.714em;
  font-weight: normal;
  line-height: 0.8em;
  padding-right: 10px;
  color: #38b1e4;
  /*text-shadow: 1px 1px 1px #fff, 1px 1px 5px #38b1e4;*/
}
#faq_content > .left_content > .faq_container > .answer{
  padding-top: 10px;
}
#faq_content > .left_content > .faq_container > .answer > p > .a{
  font-size: 2em;
  padding-right: 10px;
  color: #38b1e4;
  /*text-shadow: 1px 1px 1px #fff, 1px 1px 5px #38b1e4;*/
}
#faq_content > .left_content > .faq_container > .question_line{
  margin: 20px 0;
  border-top: 1px solid #fafcfb;
}


/*******************************************************************************
*  Contact Us
*******************************************************************************/
#contact_us_content > .left_content > .contact_container{
  background: #dff0f7;
  border: 1px solid #c0c0c0;
  padding: 10px 30px 15px 30px;
}
#contact_us_content > .left_content > .contact_container > .header{
  font-size: 2em;
}
#contact_us_content > .left_content > .contact_container > .header_p{
  padding-bottom: 35px;
}
#contact_us_content > .left_content > .contact_container > .contact_form > .label{
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: bold;
  display: inline-block;
  width: 445px;
}
#contact_us_content > .left_content > .contact_container > .contact_form .invalid_captcha{
  font-size: 1.1em;
  line-height: 30px;
  font-weight: bold;
  display: inline-block;
  width: 530px;
  height: 30px;
  color: #fff;
  background: #cd0a0a;
  border-radius: 5px;
  border: #a32d00 1px solid;
  text-align: center;
}
#contact_us_content > .left_content > .contact_container > .contact_form input{
  font-size: 1em;
  font-weight: bold;
  background: #fff url('../images/input_back.jpg') repeat-x;
  height: 25px;
  width: 274px;
  margin-bottom: 10px;
  padding-left: 5px;
  border: 1px solid #a4a4a4;
}
#contact_us_content > .left_content > .contact_container > .contact_form textarea{
  font-size: 1em;
  font-weight: bold;
  background: #fff url('../images/input_back.jpg') repeat-x;
  height: 182px;
  width: 525px;
  padding: 5px 0 0 5px;
  border: 1px solid #a4a4a4;
}
#contact_us_content > .left_content > .contact_container > .contact_form button{
  font-size: 1.231em;
  line-height: 1.751em;
  background: #9c3093;
  color: #fff;
  border: 1px solid #bd91c4;
  border-radius: 6px;
  padding: 4px 14px;
  cursor: pointer;
	cursor: hand;
}
#contact_us_content > .left_content > .contact_container > .contact_form button:hover{
  text-decoration: underline;
}
#contact_us_content > .right_content .contact_image {
  background: url('../images/contact_top.png') no-repeat;
  position: relative;
  overflow: visible;
  height: 163px;
  margin-bottom: -15px;
}

#recaptcha_table.recaptchatable.recaptcha_theme_clean{
  background: #fff;
  border: 1px solid #a4a4a4 !important;
}
#recaptcha_table.recaptchatable #recaptcha_image{
  border: 1px solid #a4a4a4 !important;
}
#recaptcha_response_field{
  border: 1px solid #a4a4a4 !important;
  width: 295px !important;
}

/*******************************************************************************
*  Members
*******************************************************************************/
#members_content > .content_header_right{
  width: 600px;
}
#members_content .membership_top{
  border: 1px solid #d7d7d7;
  margin-bottom: 40px;
  background: #f0f1c7;  
  /*height: 150px;*/
}
#members_content .membership_top > .membership_container{
  /*background: url('../images/cards.png') 680px 0 no-repeat;*/
  position: relative;
  top: -25px;
  padding: 35px 20px 0 20px;
}
#members_content .membership_top > .membership_container > .membership_details > .membership_cards {
  float: right;
}
#members_content .membership_top > .membership_container > .membership_details > .header > p{
  color: #666;
  font-size: 2em;
  font-weight: bold;
}
#members_content .membership_top > .membership_container > .membership_details > p{
  color: #666;
}
#members_content .membership{
  border: 1px solid #d6d6d6;
  margin-bottom: 40px;
  background: #fff;
}
#members_content .membership > .membership_container{
  height: 330px;
}
#members_content .membership > .membership_silver{
  background: #84888b url('../images/corner_logo.png') 140px 140px no-repeat;
}
#members_content .membership > .membership_gold{
  background: #917b4c url('../images/corner_logo.png') 140px 140px no-repeat;
}
#members_content .membership > .membership_container > .membership_info{
  float: left;
  width: 290px;
  height: 290px;
  padding: 20px 20px 20px 20px;
  position: relative;
}

#members_content .membership .membership_container .membership_button{
  float: left;
  position: absolute;
  bottom: 20px;
}
#members_content .membership .membership_container .membership_button button{
  background: #22a7e0;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  padding: 5px 10px;
  border: 2px solid #b8b9bb;
  border-radius: 6px;
  cursor: pointer;
	cursor: hand;
}


/*
#members_content .membership > .membership_container > .membership_info > p{
  margin: 20px;
  width: 290px;
  height: 290px;
}
#members_content .membership > .membership_container > .membership_info > p > .header{
  font-size: 2em;
  line-height: 1.5em;
  font-weight: bold;
  display: block;
  color: #fff;
}
#members_content .membership > .membership_container > .membership_info > p > .price{
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: bold;
  display: block;
  color: #fff;
  margin: 20px 0;
}
#members_content .membership > .membership_container > .membership_info > p > .info1{
  font-size: 1em;
  font-weight: bold;
  display: block;
  color: #fff;
}
#members_content .membership > .membership_container > .membership_info > p > .info2{
  margin: 20px 0;
  display: block;
  color: #fff;
}
*/
#members_content .membership > .membership_container > .membership_benefits{
  float: left;
  width: 528px;
  height: 290px;
  background: #fff;
  padding: 20px 20px 20px 20px;
}
/*
#members_content .membership > .membership_container > .membership_benefits > p > .header{
  margin: 20px;
  font-size: 1.5em;
  font-weight: bold;
  display: block;
}
#members_content .membership > .membership_container > .membership_benefits > ul{
  margin: 20px 20px 20px 40px;
  font-size: 1.3em;
  font-weight: bold;
}
#members_content .membership > .membership_container > .membership_benefits > ul > li{
  margin: 20px 0;
}
*/

/*******************************************************************************
*  Purchase
*******************************************************************************/
#purchase_content > .content_header_right{
  width: 600px;
}

#purchase_content .purchase_cart .purchase_cart_header{
  background: #e3e3e3;
  border: 1px solid #d6d6d6;
  border-bottom: 0;
  height: 35px;
}
#purchase_content .purchase_cart .purchase_cart_header .purchase_cart_title{
  /*display: inline-block;*/
  /*width: 697px;*/
  /*border-right: 1px solid #d6d6d6;*/
  height: 35px;
}
#purchase_content .purchase_cart .purchase_cart_header .purchase_cart_title p{
  padding: 0 20px;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 3.182em;
}
#purchase_content .purchase_cart .purchase_cart_header .purchase_cart_price{
  display: inline-block;
  width: 200px;
  height: 35px;
}
#purchase_content .purchase_cart .purchase_cart_header .purchase_cart_price p{
  padding: 0 20px;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 3.182em;
}

#purchase_content .purchase_cart .purchase_cart_item{
  background: #efefef;
  border: 1px solid #d6d6d6;
}
#purchase_content .purchase_cart .purchase_cart_item .purchase_cart_title{
  /*display: inline-block;*/
  /*width: 697px;*/
  /*border-right: 1px solid #d6d6d6;*/
  padding-bottom: 10px; /* ADDED */
}
#purchase_content .purchase_cart .purchase_cart_item .purchase_cart_title p.purchase_cart_title_title{
  padding: 10px 10px 0 20px;
  font-size: 1.1em;
  /*height: 35px;*/
  display: inline-block;
}
#purchase_content .purchase_cart .purchase_cart_item .purchase_cart_title p.purchase_cart_price_price {
  font-size: 1.1em;
  display: inline-block;
  font-weight: bold;
  padding: 0 0 0 20px;
}
#purchase_content .purchase_cart .purchase_cart_item .purchase_cart_title p.purchase_cart_title_title1{
  padding: 0 20px;
  font-size: 1.1em;
  height: 35px;
}
#purchase_content .purchase_cart .purchase_cart_item .purchase_cart_title p.purchase_cart_title_title2{
  padding: 0 20px 10px 20px;
  font-size: 1.1em;
  height: 35px;
}
/*#purchase_content .purchase_cart .purchase_cart_item .purchase_cart_price{
  display: inline-block;
  width: 200px;
  height: 35px;
}*/
/*#purchase_content .purchase_cart .purchase_cart_item .purchase_cart_price p.purchase_cart_price_price{
  padding: 0 0 0 20px;
  font-size: 1.1em;
  height: 30px;
}*/
/*
#purchase_content .purchase_cart{
  width: 160px;
  padding: 20px 20px 0 20px;
  display: inline-block;
  text-align: right;
}
*/
#purchase_content .purchase_cart .purchase_cart_title_voucher{
  /*display: inline-block;*/
  padding: 20px 0 0 20px;
  font-size: 1.1em;
  /*height: 35px;*/
  display: inline-block;
}

#purchase_content .purchase_cart .purchase_cart_title_voucherMessage{
  display: inline-block;
  padding: 0 20px 0 20px;
  font-size: 1.1em;
  /*height: 35px;*/
}

#purchase_content .purchase_cart .purchase_cart_title_name{
  display: inline-block;
  padding: 0 0 10px 5px;
  font-size: 1.1em;
  height: 35px;
  color: #f00;
}
#purchase_content .purchase_cart input{
  font-size: 1em;
  font-weight: bold;
  background: #fff url('../images/input_back.jpg') repeat-x;
  height: 25px;
  width: 220px;
  padding-left: 5px;
  border: 1px solid #a4a4a4;
  margin-left: 20px;
}
#purchase_content .purchase_cart textarea{
  font-size: 1em;
  font-weight: bold;
  background: #fff url('../images/input_back.jpg') repeat-x;
  height: 50px;
  width: 320px;
  padding-left: 5px;
  border: 1px solid #a4a4a4;
  margin-left: 20px;
}
#purchase_content .purchase_cart .purchase_cart_price_button{
  padding-top: 10px;
  text-align: right;
  position: relative;
  top: 80px;
}
#purchase_content .purchase_cart button{
  font-size: 1.231em;
  line-height: 1.751em;
  background: #9c3093;
  color: #fff;
  border: 1px solid #bd91c4;
  border-radius: 6px;
  padding: 4px 14px;
  cursor: pointer;
	cursor: hand;
}
#purchase_content .purchase_cart button:hover{
  text-decoration: underline;
}


#purchase_content .purchase_discount{
  position: relative;
  top: -34px;
  display: inline-block;
}
#purchase_content .purchase_discount p{
  font-size: 1.1em;
}
#purchase_content .invalid {
  text-align: center;
  margin-top: 20px;
}
#purchase_content .invalid p {
  display: inline-block;
  background: #fff8f6;
  color: #da1844;
  font-size: 1.3em;
  border: 1px solid #cd0a0a;
  border-radius: 5px;
  padding: 5px 5px;
  margin-top: 10px;
}
#purchase_content .purchase_discount input{
  font-size: 1em;
  font-weight: bold;
  background: #fff url('../images/input_back.jpg') repeat-x;
  height: 25px;
  width: 150px;
  padding-left: 5px;
  border: 1px solid #a4a4a4;
}
#purchase_content .purchase_discount button{
  font-size: 1.231em;
  line-height: 1.751em;
  background: #9c3093;
  color: #fff;
  border: 1px solid #bd91c4;
  border-radius: 6px;
  padding: 4px 14px;
  cursor: pointer;
	cursor: hand;
}

#termsDialog{
  font-size: 0.7em;
}


/*******************************************************************************
*  Responsive Layout
*******************************************************************************/
/* Mobile Portrait Size to standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

  /* Main content wrapper and header */
  .wrapper > .header {
    width: 100%;
    min-width: 320px;
  }
  .wrapper > .header > .logo{
    float: none;
  }
  .wrapper > .header > .menu {
    padding: 20px 0 0 0;
    background-position: 0 0;
    display: inline-block;
    width: 100%;
    min-width: 320px;
  }
  .wrapper > .header > .tab_menu{
    height: 87px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  .wrapper > .header > .tab_menu > a {
    width: 190px;
    height: 87px;
  }
  .wrapper > .header > .tab_menu > .tab_buy,
  .wrapper > .header > .tab_menu > .tab_prices,
  .wrapper > .header > .tab_menu > .tab_range,
  .wrapper > .header > .tab_menu > .tab_club,
  .wrapper > .header > .tab_menu > .tab_buy:hover,
  .wrapper > .header > .tab_menu > .tab_prices:hover,
  .wrapper > .header > .tab_menu > .tab_range:hover,
  .wrapper > .header > .tab_menu > .tab_club:hover {
    background-size: 190px auto;
    background-repeat: no-repeat;
  }
  .wrapper > .header .teamHeader img {
    width: 100%;
  }
  .wrapper > .content{
    width: 100%;
    min-width: 320px;
    /*margin: 0 auto 152px auto; /* margin: 0 auto 0 auto; Footer at bottom of page*/
    margin: 0 auto;
  }
  
  /* Footer */
  .body_footer{
    height: 152px;
    position: relative;
  }
  .body_footer > .content{
    height: 152px;
    width: 100%;
  }

  /* Nivo Slider */
  .slider-wrapper.theme-default {
    width: 100%;
    height: auto;
  }
  
  /* Single column layout */
  .container > .single_content{ 
    width: 100%;
    padding: 20px 0 0 0;
  }
  .container > .single_content > .content{
    padding: 0 10px 1px 10px;
  }
  .container > .single_content > .content_header_right {
    padding-right: 5px;
  }
  
  /* Two column layout */
  .container > .dual_content {
    width: 100%;
    padding: 0;
  }
  .container > .dual_content > .left_content {
    width: auto;
    padding: 0 10px 10px 10px;
  }
  .container > .dual_content > .right_content {
    width: 282px;
    margin: 0 auto;
    position: static;
  }
  
  /*******************************************************************************
  *  Home Page
  *******************************************************************************/
  #home_content_tabs{ 
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #d7d7d7;
  }
  .ui-home_tabs-vertical .ui-tabs-nav {
    background: url('/images/home_tabs_back_2.png');
  }
  .ui-home_tabs-vertical .ui-tabs-panel {
    width: 100%;
    display: table-cell;
    float: none;
    border: 0;
  }
  #home_content_box_container {
    text-align: center;
  }

  #home_content_box_container > .home_box {
    float: none;
    vertical-align: top;
  }  
  #home_content_box_container > .home_box1,
  #home_content_box_container > .home_box2,
  #home_content_box_container > .home_box3 {
   margin: 0 5px 10px 5px;
  }
  
  #accordion {
    margin: 0 auto;
    margin-bottom: 10px;
  }
    
  /*******************************************************************************
  *  Courses
  *******************************************************************************/
  #courses_content .course > .course_container {
    padding: 160px 20px 10px 20px;
  }
  
  /*******************************************************************************
  *  Contact Us
  *******************************************************************************/
  #contact_us_content > .left_content > .contact_container {
    padding: 10px 8px 15px 8px;
  }
  #contact_us_content > .left_content > .contact_container > .contact_form > .label{
    display: block;
    width: 300px;
  }
  #contact_us_content > .left_content > .contact_container > .contact_form textarea{
    width: 274px;
  }
  #contact_us_content > .left_content > .contact_container > .contact_form .invalid_wrapper {
    text-align: center;
  }
  #contact_us_content > .left_content > .contact_container > .contact_form .invalid_captcha {
    width: 350px;
  }
  #contact_us_content > .right_content {
    clear: both;
  }
  .g-recaptcha {
    transform:scale(0.92);
    transform-origin:0 0;
  }

  /*******************************************************************************
  *  Gift Vouchers
  *******************************************************************************/
  #gift_vouchers_content > .content_header_right {
    width: auto;
  }
  #gift_vouchers_content .voucher_top{
    width: auto;
  }
  #gift_vouchers_content .voucher_top > .voucher_container{
    display: inline-block;
    vertical-align: top;
    height: auto;
  }
  #gift_vouchers_content .voucher_top > .voucher_container > .voucher_info{
    height: auto;
    width: auto;
  }
  #gift_vouchers_content .voucher_top > .voucher_container > .voucher_benefits{
    display: none;
  }
  #gift_vouchers_content .voucher_wrapper > .voucher_table {
    display: block;
    text-align: center;
  }
  #gift_vouchers_content .voucher_wrapper > .voucher_table .voucher {
    display: inline-block;
    vertical-align: top;
    height: 500px;
    text-align: left;
  }
  #gift_vouchers_content .voucher_wrapper .voucher > .voucher_container > .voucher_details {
    overflow: auto;
    height: 304px;
  }
  #gift_vouchers_content .voucher_wrapper .voucher_space {
    display: none;
  }
  #gift_vouchers_content .voucher_wrapper .voucher_buy {
    display: inline-block;
  }
  
  /*******************************************************************************
  *  Courses
  *******************************************************************************/
  #courses_content > .content_header_right{
    width: 471px;
  }
  
  /*******************************************************************************
  *  Members
  *******************************************************************************/
  #members_content > .content_header_right {
    width: auto;
  }
  #members_content > .content {
    text-align: center;
  }
  #members_content .membership_top > .membership_container{
    background-position: right 10px top 20px;
  }
  #members_content .membership {
    width: 330px;
    vertical-align: top;
    display: inline-block;
    text-align: left;
    margin: 0 5px 10px 5px;
  }
  #members_content .membership > .membership_container {
    height: auto;
  }
  #members_content .membership > .membership_container > .membership_info {
    float: none;
    width: auto;
    position: static;
  }
  #members_content .membership .membership_container .membership_button {
    float: none;
    position: static;
    bottom: auto;
  }
  #members_content .membership > .membership_container > .membership_benefits {
    float: none;
    width: auto;
    height: 421px;
  }
  
  /*******************************************************************************
  *  Package Deals
  *******************************************************************************/
  #package_deal_content > .content_header_right{
    width: 471px;
  }
  #package_deal_content .package > .package_wrapper {
    display: table;
    width: 100%;
  }
  #package_deal_content .package > .package_wrapper > .package_buy_header {
    display: table-row;
    border: 0;
  }
  #package_deal_content .package > .package_wrapper > .package_buy_header > .package_buy_header_left {
    float: none;
    width: auto;
    display: table-cell;
    border-top: 1px solid #d6d6d6;
  }
  #package_deal_content .package > .package_wrapper > .package_buy_header > .package_buy_header_right {
    float: none;
    width: auto;
    display: table-cell;
    border-top: 1px solid #d6d6d6;
  }
  #package_deal_content .package > .package_wrapper > .package_buy_product {
    display: table-row;
  }
  #package_deal_content .package > .package_wrapper > .package_buy_product > .package_buy_product_left {
    display: table-cell;
    border-top: 1px solid #d6d6d6;
    float: none;
    width: auto;
  }
  #package_deal_content .package > .package_wrapper > .package_buy_product > .package_buy_product_right {
    display: table-cell;
    padding-right: 20px;
    border-top: 1px solid #d6d6d6;
    float: none;
    vertical-align: middle;
    width: 170px;
  }
  #package_deal_content .package > .package_wrapper > .package_buy_product > .package_buy_product_right p {
    width: 40px;
  }
  
  /*******************************************************************************
  *  All Prices
  *******************************************************************************/
  #all_prices_content .price > .table_buy {
    display: none; /* Hide the desktop table */
  }
  #all_prices_content .price > .table_buym {
    display: table; /* Show the mobile table */
  }
  
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  body {
    /*background: #ff0000;*/
  }
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and /*(min-width: 480px) and*/ (max-width: 767px) {
  body {
    /*background: #00ff00;*/
  }
  
  /* Main content wrapper and header */
  .wrapper > .header > .buyVouchers {
    margin: 0 0 0 10px;
  }
  .wrapper > .header > .bookings {
    margin: 0 10px 0 0;
  }
  .wrapper > .header > .tab_menu{
    height: 55px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  .wrapper > .header > .tab_menu > a {
    width: 120px;
    height: 55px;
  }
  .wrapper > .header > .tab_menu > .tab_buy,
  .wrapper > .header > .tab_menu > .tab_prices,
  .wrapper > .header > .tab_menu > .tab_range,
  .wrapper > .header > .tab_menu > .tab_club,
  .wrapper > .header > .tab_menu > .tab_buy:hover,
  .wrapper > .header > .tab_menu > .tab_prices:hover,
  .wrapper > .header > .tab_menu > .tab_range:hover,
  .wrapper > .header > .tab_menu > .tab_club:hover {
    background-size: 120px auto;
    background-repeat: no-repeat;
  }
  
  .wrapper > .content {
    
  }
  
  /* Main Menu */
  .css-menu ul li a {
    margin: 0 7px;
  }
  
  /* Home Page */
  .ui-home_tabs-vertical .ui-tabs-nav {
    display: none;
  }
  .ui-home_tabs-vertical .ui-tabs-panel {
    display: block;
    height: auto;
    width: 97%;
    /*overflow: visible;*/
  }
  .ui-home_tabs-vertical .ui-tabs-panel.ui-tabs-hide {
    display: block !important;
  }
}

@media only screen and (max-width: 595px) {
  #accordion {
    width: 100%;
  }
  #accordion a {
    background-position: right 10px top 20px;
  }
  
  /*******************************************************************************
  *  Package Deals
  *******************************************************************************/
  #package_deal_content .package > .package_container {
    padding: 170px 20px 10px 20px;
    background-position: 50% 0px;
  }
  
  /*******************************************************************************
  *  All Prices
  *******************************************************************************/
  #all_prices_content .price > .price_container {
    padding: 170px 20px 10px 20px;
    background-position: 50% 0px;
  }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  /* Responsive Menu */
  .rmm {
    display: block;
    background: #6bc5ea;
  }
  .rmm.minimal .rmm-toggled-controls {
    color: #fff;
  }
  .rmm.minimal .rmm-button span {
    background-color: #fff;
  }
  .rmm.minimal .rmm-toggled ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
  }
  
  /* Main content wrapper and header */
  .wrapper > .header > .logo img {
    width: 90%;
  }
  .wrapper > .header > .buyVouchers img {
    width: 140px;
  }
  .wrapper > .header > .bookings {
    font-size: 1em;
  }
  .wrapper > .header > .menu {
    height: 0px;
    padding: 0;
  }
  .wrapper > .header > .menu .css-menu {
    display: none;
  }
  .wrapper > .header > .tab_menu{
    height: 55px;
  }
  .wrapper > .header > .tab_menu > a {
    width: 25%;
    height: 55px;
  }
  .wrapper > .header > .tab_menu > .tab_buy,
  .wrapper > .header > .tab_menu > .tab_prices,
  .wrapper > .header > .tab_menu > .tab_range,
  .wrapper > .header > .tab_menu > .tab_club,
  .wrapper > .header > .tab_menu > .tab_buy:hover,
  .wrapper > .header > .tab_menu > .tab_prices:hover,
  .wrapper > .header > .tab_menu > .tab_range:hover,
  .wrapper > .header > .tab_menu > .tab_club:hover {
    background-size: 100% auto;
  }
  
  /* Footer */
  .body_footer{
    height: auto;
  }
  .body_footer > .content{
    height: auto;
    background-position: 50% 0;
  }
  .body_footer > .content > .footer_left {
    width: 100%;
    margin: 80px 0 0 0;
    text-align: center;
  }
  .body_footer > .content > .footer_right {
    float: none;
  }
  
  /*******************************************************************************
  *  All Prices
  *******************************************************************************/
  #all_prices_content > .content_header_right {
    width: 100%;
  }
  #all_prices_content > .content_header_right img {
    width: 100%;
  }
  
  /*******************************************************************************
  *  Package Deals
  *******************************************************************************/
  #package_deal_content > .content_header_right {
    width: 100%;
  }
  #package_deal_content > .content_header_right img {
    width: 100%;
  }
  
  /*******************************************************************************
  *  Courses
  *******************************************************************************/
  #courses_content > .content_header_right {
    width: 100%;
  }
  #courses_content > .content_header_right img {
    width: 100%;
  }
  
  /*******************************************************************************
  *  Gallery
  *******************************************************************************/
  .gallery{
    padding: 0;
  }
  
  /*******************************************************************************
  *  Gift Vouchers
  *******************************************************************************/
  #gift_vouchers_content > .content_header_right {
    display: none;
  }
  #gift_vouchers_content .giftVouchers .voucher {
    height: auto;
  }
  #gift_vouchers_content .giftVouchers .voucher > .voucher_details {
    height: auto;
  }
  
  /*******************************************************************************
  *  Members
  *******************************************************************************/
  #members_content > .content_header_right{
    display: none;
  }
  #members_content .membership {
    width: 300px;
    margin: 0 0 10px 0;
  }
  
  /*******************************************************************************
  *  Purchase
  *******************************************************************************/
  #purchase_content .purchase_cart textarea {
    width: 85%;
  }
  #purchase_content .purchase_discount {
    
  }
  
}