/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*    Theme by Made Simple Media | www.madesimplemedia.co.uk     */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
html,
body,
.ccm-page {
  height: 100%;
}
body {
  background: #ffffff;
  overflow-x: hidden;
}
html {
  overflow: visible !important;
  padding: 0 !important;
}
.centre {
  text-align: center;
}
.right {
  text-align: right;
}
/* Bootstrap Resets */
.ccm-page .nav > li > a {
  padding: 0;
}
.ccm-page .nav > li > a:hover,
.ccm-page .nav > li > a:focus {
  background: none;
}
/* C5.7 / Bootstrap UI Fixes */
.ccm-ui * input[type="file"] {
  display: inline-block;
}
#ccm-inline-toolbar-container,
#ccm-inline-toolbar-container * {
  box-sizing: border-box;
}
.ccm-panel-content * {
  box-sizing: border-box;
}
div#ccm-panel-add-block div.ccm-panel-add-block-set ul li {
  margin: 0px 16px 20px 0px;
}
.ccm-page main ul.ccm-ui li::before {
  background: none;
  content: "";
  height: 0;
  width: 0;
}
/* --------------------------------------- Mobile Landscape (From 480px) ----------------------------------------- */
/* -----------------------------------  Small devices (tablets, 768px and up) ----------------------------------- */
/* -----------------------------------  Medium devices (desktops, 992px and up) -----------------------------------  */
/* -----------------------------------  Large devices (large desktops, 1200px and up) -----------------------------------  */
/*     Typography
***********************************************************************************************************************************/
.ccm-page {
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.6;
  text-align: center;
}
/* Base font */
.ccm-page h1,
.ccm-page h2,
.ccm-page h3,
.ccm-page h4,
.ccm-page h5 {
  font-weight: normal;
  line-height: 1.3;
  margin: 35px 0 25px 0;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  text-align: center;
}
.ccm-page h1 strong,
.ccm-page h2 strong,
.ccm-page h3 strong,
.ccm-page h4 strong,
.ccm-page h5 strong {
  font-weight: 400;
}
.ccm-page h1 {
  font-size: 20px;
  margin-top: 25px;
}
.ccm-page #home h1 {
  font-size: 20px;
}
.ccm-page h2 {
  font-size: 19px;
}
.ccm-page h3 {
  font-size: 18px;
}
.ccm-page h4 {
  font-size: 17px;
}
.ccm-page h5 {
  font-size: 16px;
}
.ccm-page .btn {
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 0;
  font-family: 'Raleway', sans-serif;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  border: 1px solid #ffffff;
}
.ccm-page .btn:hover {
  color: #fff;
  background: #191919;
}
.ccm-page p,
.ccm-page ul,
.ccm-page ol,
.ccm-page table {
  margin: 20px 0;
  padding: 0;
}
.ccm-page main ol li {
  margin: 0 0 0 15px;
}
.ccm-page main ul li {
  margin: 0;
  padding: 5px 0 5px 20px;
  list-style: none outside;
  position: relative;
}
.ccm-page main ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #111111;
  position: absolute;
  left: 0;
  top: 15px;
}
.ccm-page a {
  color: #ffffff;
  outline: none;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
}
.ccm-page p a {
  border-bottom: 1px solid #777777;
}
.ccm-page a:hover {
  color: #ffffff;
}
.ccm-page p a:hover {
  color: #ffffff;
  border-color: #ddd;
}
.ccm-page a:link,
.ccm-page .ccm-page a:visited,
.ccm-page .ccm-page a:active {
  text-decoration: none;
}
/* --------------------------------------- Mobile Landscape (From 480px) ----------------------------------------- */
@media only screen and (min-width: 480px) {
  .ccm-page h1 {
    font-size: 22px;
  }
  .ccm-page h2 {
    font-size: 20px;
  }
  .ccm-page h3 {
    font-size: 17px;
  }
}
/* -----------------------------------  Small devices (tablets, 768px and up) ----------------------------------- */
@media only screen and (min-width: 768px) {
  .ccm-page {
    font-size: 16px;
  }
  .ccm-page h1 {
    font-size: 24px;
  }
  .ccm-page h2 {
    font-size: 22px;
  }
  .ccm-page h3 {
    font-size: 19px;
  }
  .ccm-page p,
  .ccm-page ul,
  .ccm-page ol,
  .ccm-page table {
    margin: 22px 0;
  }
  #home .ccm-page h1 {
    font-size: 22px;
  }
}
/* -----------------------------------  Medium devices (desktops, 992px and up) -----------------------------------  */
@media only screen and (min-width: 992px) {
  .ccm-page {
    font-size: 17px;
  }
  .ccm-page h1 {
    font-size: 27px;
  }
  .ccm-page #home h1 {
    font-size: 27px;
  }
  .ccm-page h2 {
    font-size: 24px;
  }
  .ccm-page h3 {
    font-size: 21px;
  }
  .ccm-page h4 {
    font-size: 20px;
  }
  .ccm-page h5 {
    font-size: 18px;
  }
  .ccm-page p,
  .ccm-page ul,
  .ccm-page ol,
  .ccm-page table {
    margin: 27px 0;
  }
  #home .ccm-page h1 {
    font-size: 26px;
  }
}
/* -----------------------------------  Large devices (large desktops, 1200px and up) -----------------------------------  */
@media only screen and (min-width: 1200px) {
  .ccm-page {
    font-size: 18px;
  }
  .ccm-page h1 {
    font-size: 50px;
    font-weight: 300;
  }
  .ccm-page h2 {
    font-size: 26px;
  }
  .ccm-page h3 {
    font-size: 23px;
  }
  .ccm-page h4 {
    font-size: 21px;
  }
  .ccm-page h5 {
    font-size: 19px;
  }
  .ccm-page p,
  .ccm-page ul,
  .ccm-page ol,
  .ccm-page table {
    margin: 30px 0;
  }
  #home .ccm-page h1 {
    font-size: 30px;
  }
}
.ccm-page form {
  padding: 0;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.ccm-page form input,
.ccm-page form textarea {
  background: #191919;
  border: 0;
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  width: 90% !important;
  margin: 0 auto;
}
.ccm-page form textarea {
  padding-bottom: 40px;
}
.ccm-page form input:focus,
.ccm-page form textarea:focus {
  background: #222;
  box-shadow: none;
}
.ccm-page form .submit-button-wrapper {
  padding: 0;
  margin-top: -35px;
}
.ccm-page form input.submit-button {
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  width: 60px !important;
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #cccccc url('/packages/chroma/themes/chroma/images/send.png') 50% 50% no-repeat;
}
.ccm-page form input.submit-button:hover {
  background-color: #eee;
}
.pixo-form-wrapper .field-wrapper {
  padding: 2px 0;
}
.pixo-form-wrapper br {
  display: none;
}
.pixo-form-wrapper .miniSurveyView #msg {
  background: #b7c66d;
  color: #000;
  padding: 8px 0;
  line-height: 1.2;
  font-size: 14px;
  border: 0;
  margin: 7px auto;
  width: 90%;
}
/* --------------------------------------- Mobile Landscape (From 480px) ----------------------------------------- */
/* -----------------------------------  Small devices (tablets, 768px and up) ----------------------------------- */
@media only screen and (min-width: 768px) {
  .ccm-page .ccm-block-type-form form .form-group {
    margin-bottom: 20px;
  }
  .ccm-page .ccm-block-type-form form .form-control {
    float: right;
    width: 60%;
  }
}
/* -----------------------------------  Medium devices (desktops, 992px and up) -----------------------------------  */
/* -----------------------------------  Large devices (large desktops, 1200px and up) -----------------------------------  */
/*     Navigation
***********************************************************************************************************************************/
.ccm-page .main-nav {
  position: static;
  height: 100%;
  text-align: center;
}
.ccm-page .main-nav ul {
  margin: 20px 0 0 0;
  padding: 0;
}
.ccm-page .main-nav li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
.ccm-page .main-nav li:first-child:before {
  display: none;
}
.ccm-page .main-nav li a {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  height: 48px;
  line-height: 48px;
  display: block;
  padding: 0 15px;
}
.ccm-page .main-nav li a:hover {
  color: #ccc;
}
.ccm-page .main-nav li.nav-path-selected a {
  color: #ffffff;
}
.ccm-page .main-nav ul ul {
  display: none;
  margin: 0;
  background: #222222;
}
.ccm-page .main-nav ul li.active ul {
  display: block;
}
.ccm-page footer .foot-nav {
  display: none;
}
/* Breadcrumbs */
.ccm-page ol.breadcrumb {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 5px 0 12px 0;
  text-align: center;
  font-size: 90%;
}
.ccm-page ol.breadcrumb li {
  margin-left: 0;
}
.ccm-page ol.breadcrumb li a {
  color: #fff;
}
.ccm-page ol.breadcrumb > .active {
  color: #fff;
}
/* --------------------------------------- Mobile Landscape (From 480px) ----------------------------------------- */
@media only screen and (min-width: 480px) {
  .ccm-page .main-nav li {
    display: inline-block;
  }
  .ccm-page .main-nav li:before {
    display: block;
    background: #b0b0b0;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -3px 0 0 0;
  }
}
/* -----------------------------------  Small devices (tablets, 768px and up) ----------------------------------- */
@media only screen and (min-width: 768px) {
  .ccm-page .main-nav {
    position: relative;
  }
  .ccm-page footer .foot-nav {
    display: block;
  }
  .ccm-page footer .foot-nav a {
    color: #ccc;
  }
  .ccm-page footer .foot-nav a.scrollTop {
    line-height: 30px;
    margin: 20px 0;
  }
  .ccm-page footer .foot-nav ul {
    margin: 0;
  }
  .ccm-page footer .foot-nav ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none outside;
  }
  .ccm-page footer .foot-nav ul li a {
    display: inline-block;
    line-height: 30px;
    padding: 0 20px;
    font-family: 'Raleway', sans-serif;
    color: #6b6b6b;
    text-transform: uppercase;
  }
  .ccm-page footer .foot-nav ul li a:hover {
    color: #c9c9c9;
  }
}
/* -----------------------------------  Medium devices (desktops, 992px and up) -----------------------------------  */
@media only screen and (min-width: 992px) {
  .ccm-page .main-nav .inner-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .ccm-page .main-nav li {
    height: 100%;
    margin: 0;
  }
  .ccm-page .main-nav li a {
    font-size: 16px;
    height: 100%;
    line-height: 130px;
    padding: 0 15px;
  }
  .ccm-page .main-nav li.drop:hover a,
  .ccm-page .main-nav li.drop.active a {
    background: #222222;
    color: #ffffff;
  }
  .ccm-page .main-nav ul li:hover ul {
    display: block;
  }
  .ccm-page .main-nav ul ul {
    position: absolute;
    left: 0px;
    top: 100%;
    height: auto;
    margin: 0;
    padding: 3px 0px 15px 0px;
    background: #222222;
    min-width: 230px;
    max-width: 300px;
  }
  .ccm-page .main-nav ul ul li {
    float: none;
    height: auto;
    margin: 0;
  }
  .ccm-page .main-nav ul ul li a {
    height: 35px;
    line-height: 35px;
    border: 0;
  }
  .ccm-page .main-nav ul ul li a:before {
    display: none !important;
  }
  .ccm-page .main-nav ul ul li a:hover {
    color: #ffffff;
  }
}
/* -----------------------------------  Large devices (large desktops, 1200px and up) -----------------------------------  */
@media only screen and (min-width: 1200px) {
  .ccm-page .main-nav li a {
    font-size: 20px;
    padding: 0 30px;
  }
}
/*     Layout
***********************************************************************************************************************************/
/* General Styles */
.ccm-page hr {
  border-width: 5px;
  border-color: #f6f6f6;
}
.ccm-page blockquote {
  border-color: #f6f6f6;
}
.ccm-page .spacer5 {
  height: 5px;
}
.ccm-page .spacer10 {
  height: 10px;
}
.ccm-page .spacer15 {
  height: 15px;
}
.ccm-page .spacer20 {
  height: 20px;
}
.ccm-page .spacer25 {
  height: 25px;
}
.ccm-page .spacer30 {
  height: 30px;
}
.ccm-page .spacer35 {
  height: 35px;
}
.ccm-page .spacer40 {
  height: 40px;
}
.ccm-page .spacer45 {
  height: 45px;
}
.ccm-page .spacer50 {
  height: 50px;
}
.ccm-page .spacer55 {
  height: 55px;
}
.ccm-page .spacer60 {
  height: 60px;
}
.ccm-page .spacer65 {
  height: 65px;
}
.ccm-page .spacer70 {
  height: 70px;
}
.ccm-page .spacer75 {
  height: 75px;
}
.ccm-page .spacer80 {
  height: 80px;
}
.ccm-page .spacer85 {
  height: 85px;
}
.ccm-page .spacer90 {
  height: 90px;
}
.ccm-page .spacer95 {
  height: 95px;
}
.ccm-page .spacer100 {
  height: 100px;
}
.ccm-page .vivid-thumb-gallery {
  margin: 0 -10px;
}
.ccm-page .center {
  text-align: center;
}
.blackout {
  cursor: pointer;
}
body:after {
  content: "Extra small devices (phones, less than 768px)";
  font-size: 80%;
  line-height: 3;
  font-weight: bold;
  position: fixed;
  bottom: 30px;
  left: 0;
  width: 400px;
  text-align: center;
  background: #FC0;
  opacity: 0.6;
  color: #000;
  z-index: 9;
}
/* Comment/uncomment this to enabe/disable the overlay */
body:after {
  content: "" !important;
}
.ccm-page header {
  width: 100%;
  height: 89px;
  background: #191919;
  position: relative;
  z-index: 5;
  text-align: center;
  /* Logo */
}
.ccm-page header .container,
.ccm-page header .container .row {
  height: 100%;
}
.ccm-page header .logo a {
  width: 250px;
  margin: 0 auto;
  display: block;
}
.ccm-page footer {
  background: #191919;
  padding: 20px 0 40px 0;
  color: #c9c9c9;
  font-size: 80%;
}
.ccm-page footer a {
  color: #6b6b6b;
}
.ccm-page footer a:hover {
  color: #c9c9c9;
}
.ccm-page footer .foot-nav {
  overflow: hidden;
}
.ccm-page footer .foot-nav .scrollTop {
  float: left;
}
.ccm-page footer .foot-nav ul {
  float: right;
  text-align: right;
}
.ccm-page footer p.msm {
  font-size: 95%;
  text-align: center;
}
.ccm-page footer p.msm a {
  border: 0;
}
.ccm-page.page-template-full footer {
  padding-top: 60px;
}
.ccm-page main {
  min-height: 82%;
  position: relative;
  background: url('/packages/chroma/themes/chroma/images/home-bk.jpg') 50% 25% no-repeat #000000;
  padding-bottom: 30px;
}
.ccm-page.page-template-full main {
  min-height: 75%;
  padding-bottom: 80px;
}
#gents .ccm-page main {
  background: url('/packages/chroma/themes/chroma/images/gents-bk.jpg') 50% 100% no-repeat #000000;
}
#ladies .ccm-page main {
  background: url('/packages/chroma/themes/chroma/images/ladies-bk.jpg') 50% 100% no-repeat #000000;
}
.ccm-page section.white {
  background: #eee;
  color: #191919;
  padding: 30px 0;
}
.ccm-page ul.main-links {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ccm-page ul.main-links li {
  margin: 0;
  padding: 0;
  list-style: none outside;
}
.ccm-page ul.main-links li a {
  background-size: 230px !important;
}
.ccm-page ul.main-links li.gents a {
  background: url('/packages/chroma/themes/chroma/images/gents.jpg') 0 0 no-repeat;
}
.ccm-page ul.main-links li.ladies a {
  background: url('/packages/chroma/themes/chroma/images/ladies.jpg') 0 0 no-repeat;
}
.ccm-page ul.main-links li:before {
  display: none;
}
.ccm-page ul.main-links li a {
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
}
.ccm-page ul.main-links {
  margin: 0 auto;
  padding: 0;
  color: #fff;
  width: 100%;
  margin-top: 10%;
}
.ccm-page ul.main-links li {
  margin: 0 0 20px 0;
}
.ccm-page ul.main-links li a {
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  background: #666;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  border-radius: 75px;
  position: relative;
}
.ccm-page ul.main-links li a span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 76px;
  line-height: 76px;
  height: 76px;
  margin: -38px 0 0 -38px;
}
.ccm-page ul.main-links li a span.title {
  font-size: 15px;
  z-index: 3;
}
.ccm-page ul.main-links li a span.back {
  z-index: 2;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  background: #191919;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
}
.ccm-page ul.main-links li a:hover span.back {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.ccm-page .main-nav {
  text-align: center;
}
.ccm-page a.btn-home {
  position: absolute;
  bottom: -59px;
  left: 50%;
  margin-left: -59px;
  height: 118px;
  width: 118px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  overflow: hidden;
  background: url('/packages/chroma/themes/chroma/images/btn-home.jpg') 0 0 no-repeat;
  text-align: center;
}
.ccm-page a.btn-home span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 52px;
  line-height: 52px;
  height: 52px;
  margin: -26px 0 0 -26px;
  z-index: 2;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  background: #191919;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
}
.ccm-page a.btn-home img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  margin: -7px 0 0 -7px;
}
.ccm-page a.btn-home:hover span {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.ccm-page .hours-heading,
.ccm-page .hours-row {
  font-size: 90%;
  overflow: hidden;
  margin: 0 auto;
  max-width: 700px;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.cell {
  display: block;
  float: left;
  text-indent: 15px;
  line-height: 2;
  text-align: left;
}
.cell:nth-child(2n) {
  text-align: center;
}
.cell:nth-child(3n) {
  text-align: center;
}
.ccm-page .hours-heading {
  background: #444;
  font-weight: 500;
}
.ccm-page .hours-heading .cell {
  width: 33.333%;
}
.ccm-page .hours-row {
  background: #191919;
  font-weight: 300;
}
.ccm-page .hours-row .cell {
  width: 33.333%;
}
.ccm-page .hours-row.even {
  background: #222222;
}
.ccm-page .table-heading,
.ccm-page .table-row {
  font-size: 90%;
  overflow: hidden;
  margin: 0 auto;
  max-width: 600px;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.ccm-page .table-row {
  padding: 10px 0;
}
.ccm-page .table-row .cell {
  display: block;
  text-indent: 15px;
  line-height: 1.4;
  float: left;
  width: 48%;
}
.ccm-page .table-row .cell:nth-child(2n) {
  text-align: left;
  font-size: 80%;
  line-height: 1.4;
  clear: left;
}
.ccm-page .table-row .cell:nth-child(3n) {
  text-align: right;
  float: right;
  padding: 0 15px 0 0;
  margin-top: -19px;
}
.ccm-page .table-heading {
  background: #444;
  font-weight: 500;
}
.ccm-page .table-heading .cell {
  width: 49%;
}
.ccm-page .table-row {
  background: #191919;
  font-weight: 300;
}
.ccm-page .table-row .cell {
  width: 49%;
}
.ccm-page .table-row.even {
  background: #222222;
}
.ccm-page a.view-map:before {
  content: "\f041";
  font-family: FontAwesome;
  display: inline-block;
  line-height: 48px;
  color: #d0c7ce;
  width: 20px;
  position: relative;
  z-index: 9;
  margin: 0;
}
/*	Media Queries 
*********************************************************************************************************************************/
@media only screen and (min-width: 390px) {
  .ccm-page .table-heading,
  .ccm-page .table-row {
    font-size: 95%;
  }
  .ccm-page .table-row {
    padding: 0;
  }
  .ccm-page .table-row .cell {
    width: 33.333%;
    line-height: 38px;
    min-height: 38px;
    height: 38px;
  }
  .ccm-page .table-row .cell:nth-child(2n) {
    text-align: center;
    line-height: 42px;
    clear: none;
  }
  .ccm-page .table-row .cell:nth-child(3n) {
    margin: 0;
  }
}
/* --------------------------------------- Mobile Landscape (From 480px) ----------------------------------------- */
@media only screen and (min-width: 480px) {
  body:after {
    content: "Mobile Landscape (480px and up)";
  }
  .ccm-page ul.main-links {
    width: 75%;
    margin-top: 15%;
  }
  .ccm-page ul.main-links li {
    margin: 0;
    padding: 0;
    float: left;
  }
  .ccm-page ul.main-links li.ladies {
    float: right;
  }
  .ccm-page ul.main-links li a {
    width: 150px;
    height: 150px;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 75px;
  }
  .ccm-page ul.main-links li a span {
    left: 50%;
    top: 50%;
    width: 76px;
    line-height: 76px;
    height: 76px;
    margin: -38px 0 0 -38px;
  }
  .ccm-page ul.main-links li a span.title {
    font-size: 15px;
  }
  .ccm-page ul.main-links li a span.back {
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
  }
}
@media only screen and (min-width: 600px) {
  .ccm-page ul.main-links {
    width: 60%;
  }
}
/* -----------------------------------  Small devices (tablets, 768px and up) ----------------------------------- */
@media only screen and (min-width: 768px) {
  body:after {
    content: "Small devices (tablets, 768px and up)";
  }
  .ccm-page header {
    height: 110px;
  }
  .ccm-page header .logo a {
    width: 310px;
  }
  .ccm-page ul.main-links {
    margin-top: 20%;
  }
  .ccm-page ul.main-links li a {
    width: 200px;
    height: 200px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-size: 245px !important;
  }
  .ccm-page ul.main-links li a span {
    width: 100px;
    line-height: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
  }
  .ccm-page ul.main-links li a span.title {
    font-size: 16px;
  }
  .ccm-page ul.main-links li a span.back {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
  }
  .ccm-page .table-heading,
  .ccm-page .table-row {
    font-size: 110%;
  }
}
/* -----------------------------------  Medium devices (desktops, 992px and up) -----------------------------------  */
@media only screen and (min-width: 992px) {
  body:after {
    content: "Medium devices (desktops, 992px and up)";
  }
  .ccm-page header {
    height: 125px;
  }
  .ccm-page header .logo a {
    width: 355px;
  }
  .ccm-page ul.main-links {
    margin-top: 25%;
  }
  .ccm-page ul.main-links li a {
    width: 240px;
    height: 240px;
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    border-radius: 120px;
    background-size: 260px !important;
  }
  .ccm-page ul.main-links li a span {
    width: 108px;
    line-height: 108px;
    height: 108px;
    margin: -54px 0 0 -54px;
  }
  .ccm-page ul.main-links li a span.title {
    font-size: 18px;
  }
  .ccm-page ul.main-links li a span.back {
    -webkit-border-radius: 54px;
    -moz-border-radius: 54px;
    border-radius: 54px;
  }
}
/* -----------------------------------  Large devices (large desktops, 1200px and up) -----------------------------------  */
@media only screen and (min-width: 1200px) {
  body:after {
    content: "Large devices (large desktops, 1200px and up)";
  }
  .ccm-page header {
    height: 135px;
  }
  .ccm-page header .logo a {
    width: 383px;
  }
  .ccm-page ul.main-links {
    margin-top: 30%;
  }
  .ccm-page ul.main-links li a {
    width: 275px;
    height: 275px;
    -webkit-border-radius: 138px;
    -moz-border-radius: 138px;
    border-radius: 138px;
    background-size: 275px !important;
  }
  .ccm-page ul.main-links li a span {
    width: 114px;
    line-height: 114px;
    height: 114px;
    margin: -57px 0 0 -57px;
  }
  .ccm-page ul.main-links li a span.title {
    font-size: 20px;
  }
  .ccm-page ul.main-links li a span.back {
    -webkit-border-radius: 57px;
    -moz-border-radius: 57px;
    border-radius: 57px;
  }
  .ccm-page section.white {
    padding: 70px 0;
  }
  .ccm-page footer {
    padding: 30px 0 70px 0;
  }
}
