/* --------------------------------------------------------------
   Variables
-------------------------------------------------------------- */
/* #e51d26 */
.red {
  color: #e51d26 !important; }

/* #d2d2d2 */
.gray-light {
  color: #d2d2d2 !important; }

/* #616161 */
.gray-medium {
  color: #616161 !important; }

/* #343434 */
.gray-dark {
  color: #343434 !important; }

/* $f9f9f9 */
.whitish {
  color: #f9f9f9 !important; }

/* dorsetFLEX */
/* #1f1f1f */
.black {
  color: #1f1f1f !important; }

/* $ffffff */
.white {
  color: white !important; }

/* $00b7fe */
.menu-blue {
  color: #00b7fe !important; }

/* $000f14 */
.background_top {
  color: #000f14 !important; }

/* $07abf3 */
.background_bottom {
  color: #00aeef !important; }

/* $00aeef */
.h1_blue {
  color: #00aeef !important; }

/* $007fae */
.h2_blue {
  color: #007fae !important; }

/* $fed025 */
.joinnow_yellow {
  color: #fed025 !important; }

/* $017fb1 */
.footer_blue {
  color: #017fae !important; }

/* --------------------------------------------------------------
   Fonts
-------------------------------------------------------------- */
/* -------------------------------------------------------------- 
   Mixins
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   Import styles
-------------------------------------------------------------- */
/* --------------------------------------------------------------
   General
-------------------------------------------------------------- */
body {
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000f14+0,07abf3+100 */
  background: #000f14;
  /* Old browsers */
  background: -moz-linear-gradient(top, #000f14 0%, #07abf3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000f14), color-stop(100%, #07abf3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #000f14 0%, #07abf3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #000f14 0%, #07abf3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #000f14 0%, #07abf3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #000f14 0%, #07abf3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000f14', endColorstr='#07abf3', GradientType=0);
  /* IE6-9 */ }

.container {
  max-width: 1200px;
  padding-left: 25px;
  padding-right: 25px; }

h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 37px;
  color: #00aeef;
  line-height: auto;
  margin-bottom: 15px; }

h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #007fae;
  line-height: auto;
  margin-bottom: 10px; }

h3 {
  font-size: 1.50em;
  text-transform: uppercase;
  color: #007fae;
  line-height: 1.5em; }

h4 {
  font-size: 1.25em;
  text-transform: uppercase;
  color: #007fae;
  line-height: 1.5em;
  margin-bottom: 0; }

p {
  font-size: 12px;
  text-transform: normal;
  color: #1f1f1f;
  line-height: 1.5em;
  margin: 0 0 24px; }

small {
  font-size: 0.5625em;
  text-transform: normal;
  color: #1f1f1f;
  line-height: 1.125em; }

hr {
  border-top: 1px solid #000000; }

.subtitle {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px; }
  .subtitle p {
    font-size: 14px; }

/* --------------------------------------------------------------
   Bootstrap Callouts
-------------------------------------------------------------- */
.bs-callout {
  padding: 0 20px;
  margin: 20px 0 40px;
  border: 1px solid #eeeeee;
  border-width: 0 0 0 12px; }

.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px; }

.bs-callout p:last-child {
  margin-bottom: 0; }

.bs-callout code {
  border-radius: 3px; }

.bs-callout + .bs-callout {
  margin-top: -5px; }

.bs-callout-default {
  border-left-color: #777777; }

.bs-callout-default h4 {
  color: #777777; }

.bs-callout-primary {
  border-left-color: #428bca; }

.bs-callout-primary h4 {
  color: #428bca; }

.bs-callout-success {
  border-left-color: #5cb85c; }

.bs-callout-success h4 {
  color: #5cb85c; }

.bs-callout-danger {
  border-left-color: #d9534f; }

.bs-callout-danger h4 {
  color: #d9534f; }

.bs-callout-warning {
  border-left-color: #f0ad4e; }

.bs-callout-warning h4 {
  color: #f0ad4e; }

.bs-callout-info {
  border-left-color: #5bc0de; }

.bs-callout-info h4 {
  color: #5bc0de; }

.bs-callout-red {
  border-left-color: #e51d26; }

.bs-callout-red h4 {
  color: #e51d26; }

.btn-white {
  padding: 7px;
  text-align: center;
  color: #00aeef;
  border: 2px solid #00aeef;
  display: block;
  margin: 25px 0;
  font-size: 1.3em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

/* -------------------------------------------------------------- 
   Header
-------------------------------------------------------------- */
header {
  margin: 10px 0; }

/* -------------------------------------------------------------- 
   Navigation
-------------------------------------------------------------- */
.navigation {
  padding-right: 0 !important; }

nav ul {
  float: right;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 0; }
  nav ul li {
    margin: 0;
    padding: 5px 0 10px;
    position: relative;
    display: inline-block; }
    nav ul li a {
      color: white;
      font-size: 22px;
      text-transform: lowercase;
      padding: 0 10px; }
      nav ul li a:hover, nav ul li a:focus {
        text-decoration: none;
        color: #00b7fe;
        outline: none; }
      nav ul li a.nav-selected {
        color: #00b7fe; }

/*
@media all and (max-width: 1023px) {
	nav {
		ul {
			li {
				a {
					font-size: 0.86em;
					padding: 0 5px;
				}
			}
		}
	}
}
*/
/*
.navbar-default {
	background-color:transparent;
	border-color:transparent;
	border:0;
	margin-bottom:0;

	.nav {
		float:right;
	}
	.nav > li {
		display: inline-block;

		& > a:hover,
		& > a:focus,
		& > .active > a:hover,
		& > .active > a:focus {
			display:block;
		}
		.dropdown-menu li .dropdown-menu {
			position:static;
			background-color:$red;
			@include radius(0);
			padding:0;
			display:block;
		}
	}
	.navbar-nav {
		& > li > a {
			font-size:1.05em;
			color:$white;
			background:0 transparent;
			line-height:2.5em;
			padding:15px 25px;
		}
		& > li > a .caret {
			//			display:none;
		}
		li:hover > a,
		li:focus > a,
		& > li > a:hover,
		& > li > a:focus,
		& > .active > a,
		& > .active > a:hover,
		& > .active > a:focus,
		& > .open > a,
		& > .open > a:hover,
		& > .open > a:focus,
		& > li.current-page-ancestor > a {
			background-color:$gray_dark;
			color:$white;

		}
	}
}
*/
/* --------------------------------------------------------------
   Home Page
-------------------------------------------------------------- */
/* Responsive Navigation */
.ccm-responsive-overlay {
  background: white;
  display: none;
  position: absolute;
  border-bottom: 5px solid #007fae;
  width: 100%;
  z-index: 99;
  top: 120px;
  left: 0;
  padding-top: 15px;
  padding-left: 20px;
  -webkit-text-size-adjust: none; }

.ccm-responsive-overlay ul {
  padding-left: 0;
  float: none;
  text-align: center; }

.ccm-responsive-overlay ul li {
  list-style-type: none;
  display: block; }

.ccm-responsive-overlay ul li.parent-ul a:after {
  padding-left: 7px;
  padding-top: 3px;
  font-size: 20px;
  content: "\f107";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit; }

.ccm-responsive-overlay ul li a {
  color: #09f;
  font-size: 18px;
  display: inline-block;
  width: 80%;
  padding: 7px 5% 7px 0;
  margin: 0 5% 0 0;
  padding-left: 15px;
  height: 100%;
  font-weight: 200;
  text-decoration: none; }

.ccm-responsive-overlay ul li a:hover {
  color: #abddff; }

.ccm-responsive-overlay ul li ul li {
  padding-left: 10px; }

.ccm-responsive-overlay ul li ul li.last-li a {
  padding-top: 0;
  font-size: 15px; }

.ccm-responsive-overlay ul li ul li.last-li a:after {
  content: ""; }

.ccm-responsive-menu-launch {
  display: none;
  cursor: pointer;
  /*margin-top: 10px;*/
  float: right; }

.ccm-responsive-menu-launch.responsive-button-close i:after {
  font-size: 20px;
  color: #09f;
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit; }

.ccm-responsive-menu-launch i:after {
  font-size: 20px;
  content: "\f0c9";
  font-family: FontAwesome;
  color: #09f;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit; }

@media all and (max-width: 767px) {
  .ccm-responsive-menu-launch {
    display: block; }

  .ccm-responsive-navigation.original {
    display: none; }

  header .ccm-search-block-form {
    margin-top: 20px; } }
@media all and (min-width: 767px) {
  .ccm-responsive-overlay {
    display: none !important; } }
/* --------------------------------------------------------------
   Home Page
-------------------------------------------------------------- */
.page-template-home footer {
  margin-top: 0; }

main.home-page .container {
  background: none !important; }
main.home-page .home-join-now {
  background: #000000;
  padding: 10px; }
  main.home-page .home-join-now .container h2 {
    padding: 0;
    margin: 0;
    color: white;
    font-size: 2.2em;
    font-weight: bold; }
  main.home-page .home-join-now .container .join-now-box {
    position: absolute;
    right: 15px;
    bottom: -43px;
    z-index: 90;
    background: #fed025;
    padding: 15px;
    width: 90%;
    -webkit-border-radius: 40px 40px 0 0;
    -moz-border-radius: 40px 40px 0 0;
    -ms-border-radius: 40px 40px 0 0;
    border-radius: 40px 40px 0 0; }
    main.home-page .home-join-now .container .join-now-box .join-now-img {
      background: url("../images/join-now.png") 50% 50% no-repeat;
      height: 63px;
      background-size: contain; }
main.home-page .tabs .tab-box {
  -webkit-border-radius: 40px 40px 0 0;
  -moz-border-radius: 40px 40px 0 0;
  -ms-border-radius: 40px 40px 0 0;
  border-radius: 40px 40px 0 0;
  background: #E6E6E6;
  min-height: 160px;
  padding: 15px;
  margin: 1.4em auto 0; }
  main.home-page .tabs .tab-box img {
    margin: 0 auto; }
main.home-page .tabs .always-open {
  margin-left: 0; }
main.home-page .tabs .no-contracts {
  margin-right: 0; }

/*-----------------------JOIN PAGE--------------------*/
.payment-module {
  background: #01202d;
  border-radius: 20px; }

.page-template-join p {
  margin-bottom: 10px; }
.page-template-join .join-price-grey-box {
  background: #dddddd;
  border-radius: 20px;
  padding: 20px 35px;
  margin-bottom: 10px; }
  .page-template-join .join-price-grey-box .price-big-text p {
    font-size: 3.3em;
    font-weight: bold;
    color: #1f1f1f;
    line-height: 1em;
    margin-bottom: 10px; }
  .page-template-join .join-price-grey-box .price-big-value p {
    font-size: 5.6em;
    color: #1f1f1f;
    line-height: 1em;
    margin-bottom: 10px;
    font-weight: bold; }
    .page-template-join .join-price-grey-box .price-big-value p span {
      font-size: .8em;
      float: left; }
  .page-template-join .join-price-grey-box .price-info {
    border-bottom: 3px solid #1f1f1f;
    padding: 3px;
    margin-bottom: 10px; }
    .page-template-join .join-price-grey-box .price-info p {
      font-size: 1.3em;
      text-align: center;
      font-weight: bold;
      margin-bottom: 10px; }
    .page-template-join .join-price-grey-box .price-info table {
      width: 100%; }
      .page-template-join .join-price-grey-box .price-info table td {
        color: #1f1f1f;
        font-size: 1.4em;
        font-weight: bold;
        text-align: left;
        vertical-align: top; }
  .page-template-join .join-price-grey-box .bottom-info .price-big-text p {
    font-size: 2em; }
  .page-template-join .join-price-grey-box .bottom-info .price-big-value p {
    font-size: 4em; }
    .page-template-join .join-price-grey-box .bottom-info .price-big-value p span {
      font-size: .8em; }
  .page-template-join .join-price-grey-box .bottom-texts p {
    margin-bottom: 0px; }
  .page-template-join .join-price-grey-box .bottom-texts strong {
    font-size: 1.5em; }
  .page-template-join .join-price-grey-box .bottom-texts hr {
    border-top: 3px solid #1f1f1f;
    height: 1px;
    display: block;
    background: none;
    margin: 6px 0 6px 0; }
.page-template-join .book-button {
  border-radius: 10px;
  background: #00AEEF;
  display: block;
  padding: 5px;
  text-align: center;
  font-size: 2em; }
  .page-template-join .book-button img {
    max-width: 100%; }
.page-template-join .join-button {
  border-radius: 10px;
  background: #00AEEF;
  display: block;
  padding: 5px;
  text-align: center;
  font-size: 2em; }
  .page-template-join .join-button img {
    max-width: 90%;
    margin: 0 auto;
    display: block;
    padding: 35px 0; }
.page-template-join .no-padding img {
  padding: 0; }

/* -------------------------------------------------------------- 
   Content
-------------------------------------------------------------- */
main .container {
  background-color: white; }
main img {
  margin: 25px 0;
  /*border: $gray_light 1px solid;*/ }
main .join-now-box {
  position: absolute;
  right: 15px;
  bottom: -149px;
  z-index: 999;
  background: #fed025;
  padding: 15px;
  width: 90%;
  -webkit-border-radius: 40px 40px 0 0;
  -moz-border-radius: 40px 40px 0 0;
  -ms-border-radius: 40px 40px 0 0;
  border-radius: 40px 40px 0 0; }
  main .join-now-box .join-now-img {
    background: url("../images/join-now.png") 50% 50% no-repeat;
    height: 63px;
    background-size: contain; }

.schedule_table {
  margin: 10px 0; }
  .schedule_table td {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    padding: 2px 15px 2px 2px;
    color: #007fae; }

/* -------------------------------------------------------------- 
   footer
-------------------------------------------------------------- */
header {
  margin: 10px 0; }

.footer-disclaimer {
  text-align: justify; }
  .footer-disclaimer p {
    font-size: 10px;
    margin: 0 0 10px; }

.footer-promo {
  border: #00aeef 5px solid;
  border-radius: 10px;
  text-align: center;
  margin-top: 1em; }
  .footer-promo p {
    font-size: 11px;
    font-weight: normal;
    padding: 0 10px; }

footer {
  background-color: #017fae;
  border-top: white 5px solid;
  margin-top: 25px;
  min-height: 120px; }
  footer .notice {
    margin-top: 15px; }
    footer .notice p {
      font-family: 'Open Sans', sans-serif;
      font-weight: 700;
      font-size: 1.9em;
      color: white; }
  footer .social {
    margin-top: 15px;
    padding-right: 0; }
    footer .social img {
      float: right;
      max-width: 60%;
      position: relative;
      right: 15px; }
    footer .social .facebook {
      display: inline-block;
      float: left;
      margin-top: 10px; }
      footer .social .facebook img {
        max-width: 80%; }
  footer .legal {
    color: #1f1f1f;
    font-size: 12px;
    margin-top: -20px; }

/* --------------------------------------------------------------
   Form
-------------------------------------------------------------- */
.ccm-block-type-form form {
  overflow: hidden; }
.ccm-block-type-form input[type="email"],
.ccm-block-type-form input[type="number"],
.ccm-block-type-form input[type="password"],
.ccm-block-type-form input[type="tel"],
.ccm-block-type-form input[type="text"],
.ccm-block-type-form input[type="url"],
.ccm-block-type-form textarea {
  border: 1px solid #E6E6E6;
  background-color: #E6E6E6;
  border-radius: 0px;
  box-shadow: none; }
.ccm-block-type-form label {
  font-weight: 400 !important;
  text-transform: uppercase; }
.ccm-block-type-form .form-actions input.btn,
.ccm-block-type-form .form-actions input[type="submit"] {
  background-color: white;
  color: #616161;
  float: right;
  text-transform: uppercase;
  border: 2px solid #d2d2d2;
  font-size: 1.4em;
  padding: 8px 25px; }
  .ccm-block-type-form .form-actions input.btn:hover,
  .ccm-block-type-form .form-actions input[type="submit"]:hover {
    border: 2px solid #00aeef; }

/* --------------------------------------------------------------
   Media Queries
-------------------------------------------------------------- */
/* Large Devices, Desktops */
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 2.2em; }

  /* --------------------------------------------------------------
     Navigation
  -------------------------------------------------------------- */
  main.home-page .home-join-now .container h2 {
    font-size: 1.8em; }
  main.home-page .home-join-now .container .join-now-box {
    bottom: -36px;
    width: 87%; }
    main.home-page .home-join-now .container .join-now-box .join-now-img {
      height: 63px; }
  main.home-page .tabs .tab-box {
    min-height: 160px;
    padding: 15px 15px 13px;
    margin: 1.4em auto 0; }
    main.home-page .tabs .tab-box img {
      margin: 0 auto; }
  main .join-now-box {
    bottom: -179px; }

  .page-template-join .join-price-grey-box .price-info p {
    font-size: 1em; }

  .footer-promo p {
    font-size: 9px; }

  footer .notice p {
    font-size: 1.6em; } }
/*-----10' tablet etc-----*/
@media only screen and (max-width: 1100px) {
  .page-template-join .join-price-grey-box .price-big-value p {
    font-size: 4.6em; }

  .page-template-join .join-price-grey-box .price-big-text p {
    font-size: 2.3em; }

  .page-template-join .join-price-grey-box .bottom-info .price-big-value p {
    font-size: 3em; }

  .page-template-join .join-price-grey-box .bottom-info .price-big-text p {
    font-size: 1.7em; } }
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  /* --------------------------------------------------------------
     Navigation
  -------------------------------------------------------------- */
  main.home-page .home-join-now .container h2 {
    font-size: 1.4em; }
  main.home-page .home-join-now .container .join-now-box {
    bottom: -31px;
    padding: 10px 15px;
    width: 85%; }
    main.home-page .home-join-now .container .join-now-box .join-now-img {
      height: 55px; }
  main.home-page .tabs .tab-box {
    min-height: 116px;
    padding: 15px; }
  main .join-now-box {
    bottom: -229px; }

  footer {
    min-height: 258px; }
    footer .notice p {
      font-size: 1.2em; }

  .page-template-join .join-price-grey-box {
    padding: 55px 35px;
    margin-bottom: 10px; }
    .page-template-join .join-price-grey-box .price-big-text p {
      font-size: 1.7em;
      line-height: 1em;
      margin-bottom: 10px; }
    .page-template-join .join-price-grey-box .price-big-value p {
      font-size: 3.1em;
      margin-bottom: 10px; }
      .page-template-join .join-price-grey-box .price-big-value p span {
        font-size: .8em; }
    .page-template-join .join-price-grey-box .price-info p {
      font-size: 0.75em;
      margin-bottom: 10px; }
    .page-template-join .join-price-grey-box .bottom-info .col-sm-9 {
      width: 60% !important; }
    .page-template-join .join-price-grey-box .bottom-info .col-sm-3 {
      width: 40% !important; } }
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  /* --------------------------------------------------------------
     Header
  -------------------------------------------------------------- */
  header div.container {
    padding-right: 25px;
    padding-left: 25px; }
    header div.container .logo img {
      position: relative;
      left: 130px; }

  .ccm-responsive-overlay {
    top: 140px; }
    .ccm-responsive-overlay nav ul {
      margin-top: 0; }

  main.home-page .ccm-image-slider-container {
    margin-bottom: 60px; }
  main.home-page .home-join-now .container h2 {
    font-size: 1.2em;
    text-align: center; }
  main.home-page .home-join-now .container .join-now-box {
    bottom: 34px;
    padding: 10px 15px;
    width: 55%;
    right: 20%; }
  main.home-page .tabs .tab-box {
    min-height: 116px;
    padding: 15px; }
  main .footer-disclaimer p {
    margin: 0 0 110px; }
  main .join-now-box {
    bottom: 0;
    position: relative;
    right: auto;
    margin: 0px auto; }

  footer .legal {
    margin-top: 0; }

  .page-template-join .join-price-grey-box {
    padding: 20px 35px;
    margin-bottom: 10px; }
    .page-template-join .join-price-grey-box .price-big-text p {
      font-size: 1.7em;
      line-height: 1em;
      margin-bottom: 10px; }
    .page-template-join .join-price-grey-box .price-big-value p {
      font-size: 3.1em;
      margin-bottom: 10px; }
      .page-template-join .join-price-grey-box .price-big-value p span {
        font-size: .8em; }
    .page-template-join .join-price-grey-box .price-info p {
      font-size: 0.75em;
      margin-bottom: 10px; }

  /* --------------------------------------------------------------
     Footer
  -------------------------------------------------------------- */
  footer .notice {
    margin-top: 15px;
    text-align: center; }
    footer .notice p {
      font-size: 1.2em; }
  footer .social {
    margin-top: 15px;
    padding-right: 0; }
    footer .social img {
      float: right;
      max-width: 50%;
      position: relative;
      right: -5px; }
    footer .social .facebook {
      display: inline-block;
      float: left;
      margin-top: 10px; }
      footer .social .facebook img {
        max-width: 80%; } }
/* iPad portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-template-home footer {
    min-height: 305px;
    width: 100%; }

  main .join-now-box {
    bottom: -150px; }

  .page-template-join .join-price-grey-box .price-big-text p {
    font-size: 1.6em; }

  .page-template-join .join-price-grey-box .price-info table td {
    font-size: 1em;
    padding-right: 1em; }

  .page-template-join .join-price-grey-box .bottom-info .price-big-text p {
    font-size: 1.3em; }

  .page-template-join .join-price-grey-box .bottom-info .price-big-value p {
    font-size: 2.0em; }

  .page-template-join .join-price-grey-box .bottom-texts strong {
    font-size: 1.2em; } }
/* Medium Devices, Phones */
@media only screen and (max-width: 600px) {
  /* --------------------------------------------------------------
     Header
  -------------------------------------------------------------- */
  header div.container .logo img {
    position: relative;
    left: 55px; }

  main.home-page .ccm-image-slider-container {
    margin-bottom: 60px; }
  main.home-page .home-join-now .container h2 {
    font-size: 1.35em;
    text-align: center; }
  main.home-page .home-join-now .container .join-now-box {
    bottom: 31px;
    padding: 10px 15px;
    width: 55%;
    right: 20%; }
  main.home-page .tabs .tab-box {
    min-height: 116px;
    padding: 15px; } }
@media only screen and (max-width: 580px) {
  /* --------------------------------------------------------------
     Header
  -------------------------------------------------------------- */
  main.home-page .ccm-image-slider-container {
    margin-bottom: 60px; }
  main.home-page .home-join-now .container h2 {
    text-align: center; }
  main.home-page .home-join-now .container .join-now-box {
    bottom: 51px;
    padding: 10px 15px;
    width: 55%;
    right: 20%; }
  main.home-page .tabs .tab-box {
    min-height: 116px;
    padding: 15px; } }
/* Small Devices, Phones */
/* Small Devices, Phones */
@media only screen and (max-width: 382px) {
  .page-template-join .join-price-grey-box .price-big-value p {
    font-size: 2.1em; }

  .page-template-join .join-price-grey-box .price-big-text p {
    font-size: 1.5em; }

  .page-template-join .join-price-grey-box .price-info table td {
    font-size: .9em; }

  .page-template-join .join-price-grey-box .bottom-info .price-big-text p {
    font-size: 1.2em; }

  .page-template-join .join-price-grey-box .bottom-info .price-big-value p {
    font-size: 2em; }

  .page-template-join .join-price-grey-box .bottom-texts strong {
    font-size: 1em; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 360px) {
  /* --------------------------------------------------------------
     Header
  -------------------------------------------------------------- */
  main.home-page .ccm-image-slider-container {
    margin-bottom: 60px; }
  main.home-page .home-join-now .container h2 {
    font-size: 1.3em;
    text-align: center; }
  main.home-page .home-join-now .container .join-now-box {
    bottom: 49px;
    padding: 10px 15px;
    width: 55%;
    right: 20%; }
  main.home-page .tabs .tab-box {
    min-height: 116px;
    padding: 15px; } }
/* -------------------------------------------------------------- 
   Overwrites
-------------------------------------------------------------- */

/*# sourceMappingURL=main.css.map */
