/* Variables */
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/_styles/font/fontawesome-webfont.eot?v=4.0.3');
  src: url('/_styles/font/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('/_styles/font/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('/_styles/font/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('/_styles/font/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
/* Mixins =================================================== */
.cf,
.clearfix {
  *zoom: 1;
}
.cf:before,
.clearfix:before,
.cf:after,
.clearfix:after {
  display: table;
  content: "";
}
.cf:after,
.clearfix:after {
  clear: both;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
#fancybox-overlay {
  width: 100%;
  height: 100vh;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-image {
  -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  background-image: url('../../_img/fancybox_sprite.png');
}
.fancybox-prev span {
  background-image: url('../../_img/prev.png');
  background-size: cover;
}
.fancybox-next span {
  background-image: url('../../_img/next.png');
  background-size: cover;
}
.fancybox-close {
  background-image: url('../../_img/close.png');
  background-size: cover;
  opacity: 0.6;
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
  opacity: 0.7;
}
.fancybox-nav span:hover {
  opacity: 1;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background-color: rgba(0, 0, 0, 0.55);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
[class^='btn'] {
  cursor: pointer;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-yellow {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #ffc434;
  border: none;
  padding: 12px 12px;
  display: block;
  color: #222222;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
}
.btn-green {
  background: #65beb4;
  color: #fff;
  padding: 8px 20px;
  text-decoration: none;
  font-weight: bold;
  width: auto;
  border: 1px solid #5b9799;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-orange {
  background: #ff7900;
  color: #fff;
  padding: 8px 20px;
  text-decoration: none;
  font-weight: bold;
  width: auto;
  border: 2px solid #e66e01;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
form label {
  font-size: 14px;
  margin: 0;
  display: block;
}
form label span {
  color: #ff004e;
}
form input,
form textarea {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c9dce3;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 5px 0 10px 0;
  outline: none;
  background: #FFF;
  border: 1px solid #b9bcbb;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
form input[type='checkbox'] {
  -webkit-appearance: checkbox;
  width: auto;
}
form input[type='radio'] {
  -webkit-appearance: radio;
  width: auto;
}
form select {
  margin: 5px 0;
  font-family: 'Open Sans', sans-serif;
}
form fieldset {
  border: none;
  padding: 0;
}
form fieldset.column-clear {
  clear: both;
}
@media only screen and (min-width: 480px) {
  fieldset.half {
    width: 48%;
    float: left;
  }
  fieldset.half:nth-of-type(2n) {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) {
  fieldset.column-left {
    float: left;
    width: 48%;
  }
  fieldset.column-right {
    float: right;
    width: 48%;
  }
}
/* Site wide =================================================== */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-smooth: always;
}
img {
  max-width: 100%;
  border: none;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #494949;
  background: url('/_img/water.png') no-repeat 50% 0 #eefafe;
}
a {
  text-decoration: none;
  color: #1975b2;
}
.wrapper {
  width: 280px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#header-wrapper {
  height: 44px;
}
header {
  position: fixed;
  z-index: 10;
  top: 0;
  text-align: center;
  margin-bottom: 10px;
  *zoom: 1;
  border-bottom: 1px solid #b9bcbb;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #dddddd);
  background-color: #dddddd;
  background-image: -moz-linear-gradient(top, #fdfdfd, #dddddd);
  background-image: -ms-linear-gradient(top, #fdfdfd, #dddddd);
  background-image: -o-linear-gradient(top, #fdfdfd, #dddddd);
  background-image: linear-gradient(top, #fdfdfd, #dddddd);
  background-repeat: repeat-x;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 320px;
  left: 0;
}
header:before,
header:after {
  display: table;
  content: "";
}
header:after {
  clear: both;
}
header img {
  float: left;
  margin: 10px 10px 5px 15px;
  width: 150px;
}
header .menu_toggle {
  position: absolute;
  top: 9px;
  right: 15px;
  font-size: 20px;
  color: #494949;
  display: block;
  text-decoration: none;
  float: right;
}
header .menu_toggle small {
  font-size: 16px;
}
header .client-login {
  display: none;
}
header .phone {
  position: absolute;
  top: 11px;
  right: 45px;
  text-decoration: none;
  color: #494949;
  font-size: 19px;
}
header .phone span,
header .phone strong {
  display: none;
}
header nav#menu {
  clear: both;
  display: none;
  margin-top: -1px;
}
header nav#menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
header nav#menu ul li a {
  display: block;
  color: #494949;
  text-decoration: none;
  padding: 10px;
  border-top: 1px solid #b9bcbb;
  text-align: left;
  font-weight: bold;
}
header nav#menu ul li a:hover {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#434343), to(#171717));
  background-image: -webkit-linear-gradient(top, #434343, #171717);
  background-color: #171717;
  background-image: -moz-linear-gradient(top, #434343, #171717);
  background-image: -ms-linear-gradient(top, #434343, #171717);
  background-image: -o-linear-gradient(top, #434343, #171717);
  background-image: linear-gradient(top, #434343, #171717);
  background-repeat: repeat-x;
  color: #FFF;
}
header nav#menu ul li a i {
  display: none;
}
header nav#menu ul li a br {
  content: '';
  margin: 0 2px;
}
header nav#menu ul li ul {
  display: none;
}
header nav#menu ul li .mega {
  display: none;
}
header .message {
  display: none;
}
.tags-wrap {
  text-align: left;
  *zoom: 1;
}
.tags-wrap:before,
.tags-wrap:after {
  display: table;
  content: "";
}
.tags-wrap:after {
  clear: both;
}
.tags-wrap a {
  padding: 2px 3px;
}
#search-bar {
  margin-top: 55px;
  *zoom: 1;
  border-top: 1px solid #b9bcbb;
  border-bottom: 2px solid #1975b2;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececea), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ececea, #ffffff);
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #ececea, #ffffff);
  background-image: -ms-linear-gradient(top, #ececea, #ffffff);
  background-image: -o-linear-gradient(top, #ececea, #ffffff);
  background-image: linear-gradient(top, #ececea, #ffffff);
  background-repeat: repeat-x;
  padding: 0;
}
#search-bar:before,
#search-bar:after {
  display: table;
  content: "";
}
#search-bar:after {
  clear: both;
}
#search-bar .search {
  float: left;
}
#search-bar .search label {
  display: none;
}
#search-bar .search input {
  display: none;
}
#search-bar .search button {
  border: none;
  background: none;
  border-right: 1px solid #b9bcbb;
  font-size: 18px;
  color: #494949;
  padding: 10px 15px;
  text-decoration: none;
  margin: 0;
  height: 44px;
}
#search-bar .links {
  float: left;
}
#search-bar .links .shop,
#search-bar .links .login,
#search-bar .links .book {
  float: left;
  border-right: 1px solid #b9bcbb;
  font-size: 18px;
  color: #494949;
  padding: 10px 15px;
  text-decoration: none;
}
#search-bar .links .shop span,
#search-bar .links .login span,
#search-bar .links .book span {
  display: none;
}
footer a:hover {
  color: #494949 !important;
}
footer .get-in-touch {
  border-top: 1px solid #b9bcbb;
  border-bottom: 2px solid #b9bcbb;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#d9dede));
  background-image: -webkit-linear-gradient(top, #eeeeee, #d9dede);
  background-color: #d9dede;
  background-image: -moz-linear-gradient(top, #eeeeee, #d9dede);
  background-image: -ms-linear-gradient(top, #eeeeee, #d9dede);
  background-image: -o-linear-gradient(top, #eeeeee, #d9dede);
  background-image: linear-gradient(top, #eeeeee, #d9dede);
  background-repeat: repeat-x;
  padding: 10px 0;
  *zoom: 1;
}
footer .get-in-touch:before,
footer .get-in-touch:after {
  display: table;
  content: "";
}
footer .get-in-touch:after {
  clear: both;
}
footer .get-in-touch strong {
  font-style: italic;
  text-shadow: 1px 1px 1px #FFF;
  font-size: 15px;
  float: left;
  padding-top: 5px;
}
footer .get-in-touch a {
  line-height: 1;
  float: right;
  margin-left: 5px;
}
footer .get-in-touch a i {
  border: 1px solid #cc6100;
  background: #ff7900;
  color: #FFF;
  font-size: 22px;
  padding: 6px 10px 5px;
}
footer .get-in-touch a span {
  display: none;
}
footer .offers {
  background: #f6f6f6;
  border-bottom: 1px solid #dddfde;
  padding: 10px 0;
  margin-bottom: 10px;
  *zoom: 1;
}
footer .offers:before,
footer .offers:after {
  display: table;
  content: "";
}
footer .offers:after {
  clear: both;
}
footer .offers a {
  float: left;
  color: #1975b2;
  font-weight: bold;
  text-decoration: none;
  margin: 0 20px 10px 0;
  line-height: 75px;
}
footer .offers a img {
  vertical-align: middle;
  margin-right: 10px;
  float: left;
}
footer .offers a:hover img {
  opacity: 0.8;
}
footer .offers a:last-of-type {
  margin: 0;
}
footer .offers a small {
  float: left;
  font-size: 11px;
}
footer .offers a p {
  line-height: 22px;
  float: left;
  width: 114px;
}
footer address {
  font-style: normal;
  font-size: 12px;
  float: left;
}
footer nav {
  float: left;
  width: 200px;
}
footer nav .col {
  float: left;
  margin-top: 20px;
}
footer nav a {
  float: left;
  clear: both;
  color: #1975b2;
  text-decoration: none;
  font-size: 12px;
}
footer h2 {
  font-size: 12px;
}
footer .newsletter {
  float: left;
  clear: both;
  *zoom: 1;
}
footer .newsletter:before,
footer .newsletter:after {
  display: table;
  content: "";
}
footer .newsletter:after {
  clear: both;
}
footer .newsletter input[type=email] {
  font-family: 'Open Sans', sans-serif;
  float: left;
  border: 1px solid #b9bcbb;
  padding: 5px 10px;
  margin: 0;
  font-size: 13px;
}
footer .newsletter input[type=submit] {
  font-family: 'Open Sans', sans-serif;
  float: left;
  background: #b6d3df;
  color: #FFF;
  border: 1px solid #b9bcbb;
  border-left: none;
  margin: 0;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 13px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
footer .newsletter .success {
  margin-top: 5px;
  clear: both;
  float: left;
  width: 100%;
}
footer .social {
  clear: both;
  float: left;
}
footer .social .fa {
  color: #b6d3df;
  font-size: 30px;
  margin-right: 10px;
}
footer .bottom {
  float: left;
  clear: both;
  font-size: 12px;
}
footer .bottom a {
  color: #1975b2;
  text-decoration: none;
}
footer #brightsite {
  float: right;
}
#crumb {
  font-size: 14px;
  color: #494949;
  margin-bottom: 10px;
}
#crumb a {
  color: #fff;
  text-decoration: none;
}
.content {
  clear: both;
  padding: 20px 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.ctn {
  list-style-type: none;
  margin: 10px 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c9dce3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
}
.ctn ul {
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.ctn li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ctn li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #c9dce3;
  font-weight: bold;
}
.notification {
  clear: both;
  margin-bottom: 10px;
}
.notification.error {
  background: #d27474;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  *zoom: 1;
  margin-top: 20px;
}
.notification.error:before,
.notification.error:after {
  display: table;
  content: "";
}
.notification.error:after {
  clear: both;
}
.notification.error i {
  position: absolute;
  color: #fff;
  padding: 5px;
  top: 6px;
  left: 10px;
  margin-right: 20px;
  font-size: 14px;
}
.notification.error span {
  float: left;
  width: 90%;
  margin-left: 30px;
}
.notification.error a.close i {
  position: absolute;
  right: 0;
  left: auto;
  margin-right: 10px;
}
.notification.success {
  background: #8dce59;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  *zoom: 1;
}
.notification.success:before,
.notification.success:after {
  display: table;
  content: "";
}
.notification.success:after {
  clear: both;
}
.notification.success i {
  position: absolute;
  color: #fff;
  padding: 5px;
  top: 6px;
  left: 10px;
  margin-right: 20px;
  font-size: 14px;
}
.notification.success span {
  float: left;
  width: 90%;
  margin-left: 30px;
}
.notification.success a.close i {
  position: absolute;
  right: 0;
  left: auto;
  margin-right: 10px;
}
.notification.notice {
  background: #e2cb6e;
  border: 1px solid #b49d41;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #911414;
  position: relative;
  *zoom: 1;
}
.notification.notice:before,
.notification.notice:after {
  display: table;
  content: "";
}
.notification.notice:after {
  clear: both;
}
.notification.notice i {
  float: left;
  color: #fff;
  padding: 5px;
  margin-right: 10px;
}
.notification.notice span {
  float: left;
  width: 85%;
}
.notification.notice span a {
  color: #9b852d;
  text-decoration: none;
  padding-top: 5px;
  display: block;
}
.bullet ul {
  list-style-image: url('/_img/icons/bullet.png') !important;
}
#template-home-1 {
  background: none;
}
#template-home-1 .wrapper.top .content {
  padding: 0;
}
#template-home-1 .banner {
  display: block;
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
  border-bottom: 4px solid #1975b2;
}
#template-home-1 .banner .slide {
  width: 100%;
  height: 300px;
  background-position: 70% 0;
  position: relative;
}
#template-home-1 .banner .slide .copy {
  color: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 320px;
  margin: 0 auto;
  position: absolute;
}
#template-home-1 .banner .slide .copy p {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  font-size: 20px;
}
#template-home-1 .banner .figures figure {
  margin: 10px auto;
  padding: 8px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #706f6d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}
#template-home-1 .banner .figures figure img {
  width: 100%;
}
#template-home-1 .banner .figures figure figcaption {
  color: #1975b2;
  width: 197px;
  margin: 10px auto;
}
#template-home-1 .wrapper.main .content {
  line-height: 26px;
  padding: 20px 0 0;
}
#template-home-1 .wrapper.main .content .slider .owl-controls {
  position: absolute;
  top: 40%;
}
#template-home-1 .wrapper.main .content .slider .owl-controls .owl-prev {
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #333;
  background: #fff;
  opacity: 1;
}
#template-home-1 .wrapper.main .content .slider .owl-controls .owl-next {
  float: right;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #333;
  background: #fff;
  opacity: 1;
}
#template-home-1 .wrapper.main .content .left .towl {
  display: none;
}
#template-home-1 .wrapper.main .content .left h1 {
  font-size: 23px;
  margin: 0;
  color: #65beb4;
}
#template-home-1 .wrapper.main .content .left h2 {
  margin: 0;
  font-size: 23px;
}
#template-home-1 .wrapper.main .content .left ul {
  margin: 0;
  padding: 0 25px 0;
  list-style-image: url('/_img/icons/tick.png');
}
#template-home-1 .wrapper.main .content .left ul li {
  margin-top: 10px;
  padding-left: 5px;
}
#template-home-1 .wrapper.main .content .left .icons img {
  margin: 0 10px 0;
}
#template-home-1 .wrapper.main .content h3 {
  margin-bottom: 13px;
}
#template-home-1 .wrapper.main .content .box {
  padding: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 5px solid #1975b2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 44px;
  -webkit-box-shadow: 0 1px 3px #dcedeb;
  -moz-box-shadow: 0 1px 3px #dcedeb;
  box-shadow: 0 1px 3px #dcedeb;
  *zoom: 1;
}
#template-home-1 .wrapper.main .content .box:before,
#template-home-1 .wrapper.main .content .box:after {
  display: table;
  content: "";
}
#template-home-1 .wrapper.main .content .box:after {
  clear: both;
}
#template-home-1 .wrapper.main .content .box blockquote {
  margin: 0;
  *zoom: 1;
  display: none;
}
#template-home-1 .wrapper.main .content .box blockquote:before,
#template-home-1 .wrapper.main .content .box blockquote:after {
  display: table;
  content: "";
}
#template-home-1 .wrapper.main .content .box blockquote:after {
  clear: both;
}
#template-home-1 .wrapper.main .content .box blockquote:first-of-type {
  display: block;
}
#template-home-1 .wrapper.main .content .box blockquote cite {
  font-style: normal;
}
#template-home-1 .wrapper.main .content .box blockquote .rating i {
  color: #ffb901;
}
#template-home-1 .wrapper.main .content .box blockquote .test_next {
  background: #b6d3df;
  color: #fff;
  display: block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  float: right;
  margin-right: -23px;
  margin-bottom: -23px;
}
#template-home-1 .wrapper.main .content .locations p {
  margin: 0 0 10px 0;
  float: left;
  width: 100%;
}
#template-home-1 .wrapper.main .content aside form {
  padding: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #e8e8e8;
  border: 5px solid #b9bcbb;
  margin-bottom: 44px;
}
#template-home-1 .wrapper.main .content aside form legend {
  margin: 0;
  font-size: 21px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px;
}
#template-home-1 .wrapper.main .content aside form fieldset.half {
  float: none;
  width: 100%;
  margin: 0;
}
#template-about .content h1 {
  color: #fff;
  font-size: 26px;
}
#template-about .content .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-about .content .main h2 {
  font-size: 16px;
  margin-top: 30px;
}
#template-about .content .main ul {
  margin: 0;
  padding: 15px 45px;
  list-style-image: url('/_img/icons/tick.png');
  background: #f3fbff;
  border: 1px solid #c9dce3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-about .content .main ul li {
  margin-top: 10px;
  padding-left: 5px;
}
#template-venues .content h1 {
  color: #fff;
  font-size: 26px;
}
#template-venues .content .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-venues .content .main h2 {
  font-size: 16px;
  margin-top: 30px;
}
#template-venues .content .main ul {
  margin: 0;
  padding: 15px 45px;
  list-style-image: url('/_img/icons/tick.png');
  background: #f3fbff;
  border: 1px solid #c9dce3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-venues .content .main ul li {
  margin-top: 10px;
  padding-left: 5px;
}
#template-venues .content .main ul.accordian {
  list-style-type: none;
  list-style-image: none;
  background: none;
  border: none;
  padding: 0;
}
#template-venues .content .main ul.accordian li a {
  background: #f3fbff;
  display: block;
  border: 1px solid #c9dce3;
  padding: 10px;
}
#template-venues .content .main ul.accordian li a i {
  float: right;
  padding: 10px;
  background: #65beb4;
  color: #fff;
  margin-top: -4px;
}
#template-venues .content .main ul.accordian li ul {
  list-style-type: none;
  list-style-image: none;
  background: none;
  border: 1px solid #c9dce3;
  border-top: 0;
  padding: 0;
  *zoom: 1;
  display: none;
}
#template-venues .content .main ul.accordian li ul:before,
#template-venues .content .main ul.accordian li ul:after {
  display: table;
  content: "";
}
#template-venues .content .main ul.accordian li ul:after {
  clear: both;
}
#template-venues .content .main ul.accordian li ul li {
  float: left;
  width: 33%;
  padding-left: 20px;
}
#template-venues .content .main ul.accordian li ul li a {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}
#template-service .content h1 {
  color: #fff;
  font-size: 26px;
}
#template-service .content .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-service .content .main h2 {
  font-size: 16px;
  margin-top: 30px;
}
#template-service .content .main h3 {
  font-size: 18px;
  margin-top: 30px;
  font-weight: normal;
}
#template-service .content .main .case-study {
  border: 1px solid #c9dce3;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #f7fdff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#template-service .content .main .case-study img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#template-service .content .main .case-study h4 {
  margin: 0;
}
#template-service .content .main .case-study p {
  margin-top: 0;
}
#template-service .content .main .case-study iframe {
  width: 100%;
  height: 151px;
}
#template-service .content .main ul {
  margin: 0;
  padding: 15px 45px;
  list-style-image: url('/_img/icons/tick.png');
  background: #f3fbff;
  border: 1px solid #c9dce3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-service .content .main ul li {
  margin-top: 10px;
  padding-left: 5px;
}
#template-service .content aside blockquote {
  margin: 0;
  *zoom: 1;
  display: none;
}
#template-service .content aside blockquote:before,
#template-service .content aside blockquote:after {
  display: table;
  content: "";
}
#template-service .content aside blockquote:after {
  clear: both;
}
#template-service .content aside blockquote:first-of-type {
  display: block;
}
#template-service .content aside blockquote cite {
  font-style: normal;
}
#template-service .content aside blockquote .rating b {
  display: block;
  font-weight: normal;
  margin-top: 10px;
}
#template-service .content aside blockquote .rating i {
  color: #ffb901;
}
#template-service .content aside blockquote .test_next {
  background: #b6d3df;
  color: #fff;
  display: block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  float: right;
  margin-right: -23px;
  margin-bottom: -23px;
}
#template-service-1-1 .content h1 {
  color: #fff;
  font-size: 26px;
}
#template-service-1-1 .content .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-service-1-1 .content .main h2 {
  font-size: 16px;
  margin-top: 30px;
}
#template-service-1-1 .content .main h3 {
  font-size: 18px;
  margin-top: 30px;
  font-weight: normal;
}
#template-service-1-1 .content .main .case-study {
  border: 1px solid #c9dce3;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #f7fdff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#template-service-1-1 .content .main .case-study img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#template-service-1-1 .content .main .case-study h4 {
  margin: 0;
}
#template-service-1-1 .content .main .case-study p {
  margin-top: 0;
}
#template-service-1-1 .content .main .case-study iframe {
  width: 100%;
  height: 151px;
}
#template-service-1-1 .content .main ul {
  margin: 0;
  padding: 15px 45px;
  list-style-image: url('/_img/icons/tick.png');
  background: #f3fbff;
  border: 1px solid #c9dce3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-service-1-1 .content .main ul li {
  margin-top: 10px;
  padding-left: 5px;
}
#template-service-1-1 .content aside blockquote {
  margin: 0;
  *zoom: 1;
  display: none;
}
#template-service-1-1 .content aside blockquote:before,
#template-service-1-1 .content aside blockquote:after {
  display: table;
  content: "";
}
#template-service-1-1 .content aside blockquote:after {
  clear: both;
}
#template-service-1-1 .content aside blockquote:first-of-type {
  display: block;
}
#template-service-1-1 .content aside blockquote cite {
  font-style: normal;
}
#template-service-1-1 .content aside blockquote .rating b {
  display: block;
  font-weight: normal;
  margin-top: 10px;
}
#template-service-1-1 .content aside blockquote .rating i {
  color: #ffb901;
}
#template-service-1-1 .content aside blockquote .test_next {
  background: #b6d3df;
  color: #fff;
  display: block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  float: right;
  margin-right: -23px;
  margin-bottom: -23px;
}
#template-service-category .content h1,
#template-services-1 .content h1 {
  color: #fff;
  font-size: 26px;
}
#template-service-category .content .main,
#template-services-1 .content .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-service-category .content .main figure,
#template-services-1 .content .main figure {
  margin: 10px 0;
  border: 1px solid #c9dce3;
}
#template-service-category .content .main figure img,
#template-services-1 .content .main figure img {
  float: left;
  width: 100%;
}
#template-service-category .content .main figure figcaption,
#template-services-1 .content .main figure figcaption {
  text-align: center;
  line-height: 20px;
  display: block;
  padding: 5px 0;
  border-top: 1px solid #c9dce3;
  clear: both;
}
#template-service-category .content .main ul,
#template-services-1 .content .main ul {
  margin: 20px 25px;
  padding: 0;
}
#template-service-category .content .main ul.lesson-types,
#template-services-1 .content .main ul.lesson-types {
  list-style-image: url('/_img/icons/chevron.png');
}
#template-service-category .content .main ul.bullet,
#template-services-1 .content .main ul.bullet {
  list-style-image: url('/_img/icons/bullet.png');
}
#template-service-category .content .main .bullet ul,
#template-services-1 .content .main .bullet ul {
  list-style-image: url('/_img/icons/bullet.png');
}
#template-case-studies .content h1 {
  color: #fff;
  font-size: 26px;
}
#template-case-studies .content .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-case-studies .content .main #subheading {
  font-size: 18px;
}
#template-case-studies .content .main figure {
  margin: 10px 0;
  border: 1px solid #c9dce3;
}
#template-case-studies .content .main figure img {
  float: left;
  width: 100%;
}
#template-case-studies .content .main figure figcaption {
  text-align: center;
  line-height: 20px;
  display: block;
  padding: 5px 0;
  border-top: 1px solid #c9dce3;
  clear: both;
}
#template-case-studies .content .main ul {
  margin: 20px 25px;
  padding: 0;
}
#template-case-studies .content .main ul.lesson-types {
  list-style-image: url('/_img/icons/chevron.png');
}
#template-case-studies .content .main ul.bullet {
  list-style-image: url('/_img/icons/bullet.png');
}
#template-case-studies .content .main h3 {
  margin-bottom: 13px;
}
#template-case-studies .content .main .box {
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 5px solid #1975b2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 44px;
  -webkit-box-shadow: 0 1px 3px #dcedeb;
  -moz-box-shadow: 0 1px 3px #dcedeb;
  box-shadow: 0 1px 3px #dcedeb;
}
#template-case-studies .content .main .box blockquote {
  margin: 0;
  *zoom: 1;
}
#template-case-studies .content .main .box blockquote:before,
#template-case-studies .content .main .box blockquote:after {
  display: table;
  content: "";
}
#template-case-studies .content .main .box blockquote:after {
  clear: both;
}
#template-case-studies .content .main .box blockquote cite {
  font-style: normal;
}
#template-case-studies .content .main .box blockquote .rating i {
  color: #ffb901;
}
#template-case-studies .content .main .box blockquote .next {
  background: #b6d3df;
  color: #fff;
  display: block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  float: right;
  margin-right: -23px;
  margin-bottom: -23px;
}
#template-case-study .content h1 {
  color: #fff;
  font-size: 26px;
}
#template-case-study .content .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-case-study .content .main img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#template-case-study .content .main .copy iframe {
  width: 100%;
  height: 174px;
}
#template-case-study .content .main .testimonials {
  margin-top: 10px;
  border-top: 2px solid #c9dce3;
}
#template-case-study .content .main .testimonials h2 {
  font-size: 16px;
}
#template-case-study .content .main .testimonials h2 a {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
#template-case-study .content .main .testimonials .testimonial {
  padding: 34px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 44px;
  border-top: 1px solid #c9dce3;
}
#template-case-study .content .main .testimonials .testimonial blockquote {
  margin: 0;
  *zoom: 1;
}
#template-case-study .content .main .testimonials .testimonial blockquote:before,
#template-case-study .content .main .testimonials .testimonial blockquote:after {
  display: table;
  content: "";
}
#template-case-study .content .main .testimonials .testimonial blockquote:after {
  clear: both;
}
#template-case-study .content .main .testimonials .testimonial blockquote cite {
  font-style: normal;
}
#template-case-study .content .main .testimonials .testimonial blockquote .rating span {
  display: block;
}
#template-case-study .content .main .testimonials .testimonial blockquote .rating i {
  color: #ffb901;
}
#template-blog .content h1 {
  color: #fff;
  font-size: 26px;
}
#template-blog .content .search-wrap {
  *zoom: 1;
}
#template-blog .content .search-wrap:before,
#template-blog .content .search-wrap:after {
  display: table;
  content: "";
}
#template-blog .content .search-wrap:after {
  clear: both;
}
#template-blog .content .search-wrap .text {
  width: 80%;
  float: left;
  margin: 0;
}
#template-blog .content .search-wrap .submit {
  padding: 10px;
  border: none;
  width: 20%;
  float: right;
  background: #65beb4;
  display: block;
  text-align: center;
  color: #fff;
  height: 41px;
  font-size: 14px;
}
#template-blog .content .search-wrap .submit:focus {
  outline: none;
  cursor: pointer;
}
#template-blog .content .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-blog .content .main .post img {
  margin: 15px 0px;
}
#template-blog .content .main footer {
  border-top: 1px solid #c9dce3;
  margin-top: 20px;
}
#template-blog .content .main footer p {
  margin: 0;
}
#template-blog .content .main footer .pagination {
  *zoom: 1;
}
#template-blog .content .main footer .pagination:before,
#template-blog .content .main footer .pagination:after {
  display: table;
  content: "";
}
#template-blog .content .main footer .pagination:after {
  clear: both;
}
#template-blog .content .main footer .pagination ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  *zoom: 1;
}
#template-blog .content .main footer .pagination ul:before,
#template-blog .content .main footer .pagination ul:after {
  display: table;
  content: "";
}
#template-blog .content .main footer .pagination ul:after {
  clear: both;
}
#template-blog .content .main footer .pagination ul li {
  float: left;
}
#template-blog .content .main footer .pagination ul li:first-of-type a {
  padding-left: 0;
}
#template-blog .content .main footer .pagination ul li.active a {
  color: #1975b2;
}
#template-blog .content .main footer .pagination ul li.current a {
  color: #494949;
  font-weight: bold;
}
#template-blog .content .main footer .pagination ul li a {
  color: #c4c4c4;
  border-right: 1px solid #c9dce3;
  padding: 0 10px;
}
#template-blog .content aside h2 {
  font-size: 16px;
  font-weight: normal;
}
#template-post .content h1 {
  color: #fff;
  font-size: 26px;
}
#template-post .content .img-wrap {
  padding: 30px 0px 20px 0px;
  display: block;
  clear: both;
}
#template-post .content .img-wrap .img {
  padding-bottom: 30px;
}
#template-post .content .img-wrap .img .text p {
  padding-bottom: 20px;
  margin: 0;
}
#template-post .content .img-wrap .img .text p:last-child {
  padding-bottom: 0px;
}
#template-post .content .img-wrap .img:last-child {
  padding-bottom: 0px;
}
#template-post .content .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-post .content .main img {
  margin-bottom: 25px;
}
#template-post .content .vid-wrap {
  margin-bottom: 30px;
}
#template-post .content .vid-wrap iframe {
  width: 100%;
  margin-bottom: 30px;
  height: 340px;
}
#template-post .content .vid-wrap iframe:last-child {
  margin-bottom: 0px;
}
#template-post .content aside h2 {
  font-size: 16px;
  font-weight: normal;
}
#template-404 .content h1 {
  color: #fff;
  font-size: 26px;
}
#template-404 .content .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-teachers .content h1 {
  color: #fff;
  font-size: 26px;
}
#template-teachers .content .main .tabs {
  list-style-type: none;
  padding: 0;
}
#template-teachers .content .main .tabs li a {
  padding: 10px;
  display: block;
  background: #fff;
  border-top: 1px solid #c9dce3;
}
#template-teachers .content .main .teachers {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-teachers .content .main .teachers h2 {
  margin-top: 0;
  font-size: 20px;
}
#template-teachers .content .main .teachers .member {
  border-bottom: 1px solid #c9dce3;
  padding-bottom: 20px;
  margin-top: 20px;
}
#template-teachers .content .main .teachers .member img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#template-teachers .content .main .teachers .member p {
  margin: 5px 0;
}
#template-teacher .content h1 {
  color: #fff;
  font-size: 26px;
}
#template-teacher .content .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-teacher .content .main img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#template-teacher .content .main .copy h3 {
  margin-bottom: 0;
}
#template-teacher .content .main .copy ul {
  margin: 5px 0 20px;
  padding: 15px 45px;
  list-style-image: url('/_img/icons/bullet.png');
  background: #f3fbff;
  border: 1px solid #c9dce3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-teacher .content .main .copy ul li {
  margin-top: 10px;
  padding-left: 5px;
}
#template-teacher .content .main #next_page {
  float: right;
  font-size: 14px;
  width: 50px;
}
#template-teacher .content .main .testimonials {
  position: relative;
}
#template-teacher .content .main .testimonials .testimonial-block {
  position: relative;
  display: none;
}
#template-teacher .content .main .testimonials .testimonial-block:first-of-type {
  display: block;
}
#template-teacher .content .main .testimonials .testimonial {
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  border-top: 1px solid #c9dce3;
}
#template-teacher .content .main .testimonials .testimonial blockquote {
  margin: 0;
  *zoom: 1;
}
#template-teacher .content .main .testimonials .testimonial blockquote:before,
#template-teacher .content .main .testimonials .testimonial blockquote:after {
  display: table;
  content: "";
}
#template-teacher .content .main .testimonials .testimonial blockquote:after {
  clear: both;
}
#template-teacher .content .main .testimonials .testimonial blockquote cite {
  font-style: normal;
}
#template-teacher .content .main .testimonials .testimonial blockquote .rating span {
  display: block;
}
#template-teacher .content .main .testimonials .testimonial blockquote .rating i {
  color: #ffb901;
}
#template-careers .content h1 {
  color: #fff;
  font-size: 26px;
}
#template-careers .content .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-careers .content .main .latest {
  margin: 0;
  padding: 15px 45px;
  background: #f3fbff;
  border: 2px solid #b6d3df;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 20px;
  box-shadow: inset 0 0 0 6px #e3f2f9;
}
#template-careers .content .main .latest p:last-of-type {
  font-size: 14px;
  color: #818181;
}
#template-careers .content .main form {
  margin: 0;
  padding: 15px 45px;
  background: #f3fbff;
  border: 2px solid #b6d3df;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 20px;
  box-shadow: inset 0 0 0 6px #e3f2f9;
}
#template-careers .content .main form legend {
  font-size: 18px;
  color: #494949;
  font-weight: bold;
  margin: 10px 0;
}
#template-careers .content .main form .btn-green {
  float: right;
}
#template-careers .content .main h2 {
  font-size: 16px;
  margin-top: 30px;
}
#template-careers .content .main ul {
  margin: 0;
  padding: 15px 45px;
  list-style-image: url('/_img/icons/tick.png');
  background: #f3fbff;
  border: 1px solid #c9dce3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-careers .content .main ul li {
  margin-top: 10px;
  padding-left: 5px;
}
#template-careers .content .main ul.bullet {
  list-style-image: url('/_img/icons/bullet.png');
  *zoom: 1;
}
#template-careers .content .main ul.bullet:before,
#template-careers .content .main ul.bullet:after {
  display: table;
  content: "";
}
#template-careers .content .main ul.bullet:after {
  clear: both;
}
#template-careers .content .main ul.bullet li {
  float: left;
  width: 48%;
}
#template-careers .content .main .bullet {
  *zoom: 1;
}
#template-careers .content .main .bullet:before,
#template-careers .content .main .bullet:after {
  display: table;
  content: "";
}
#template-careers .content .main .bullet:after {
  clear: both;
}
#template-careers .content .main .bullet ul {
  *zoom: 1;
}
#template-careers .content .main .bullet ul:before,
#template-careers .content .main .bullet ul:after {
  display: table;
  content: "";
}
#template-careers .content .main .bullet ul:after {
  clear: both;
}
#template-careers .content .main .bullet li {
  float: left;
  width: 48%;
}
#template-faqs .content h1 {
  color: #fff;
  font-size: 26px;
}
#template-faqs .content .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-faqs .content .main form {
  background: #c8def8;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  *zoom: 1;
}
#template-faqs .content .main form:before,
#template-faqs .content .main form:after {
  display: table;
  content: "";
}
#template-faqs .content .main form:after {
  clear: both;
}
#template-faqs .content .main form label {
  font-weight: bold;
}
#template-faqs .content .main form input {
  width: 178px;
  float: left;
  margin-right: 2px;
}
#template-faqs .content .main form button {
  width: 48px;
  display: block;
  float: left;
  background: #97c8d4;
  border: none;
  padding: 14px 0;
  margin-top: 4px;
  border: 1px solid #c9dce3;
  cursor: pointer;
}
#template-faqs .content .main form button i {
  color: #fff;
  font-size: 12px;
}
#template-faqs .content .main form fieldset {
  float: left;
}
#template-faqs .content .main form .btn-orange {
  display: inline-block;
  width: auto;
  clear: both;
  float: right;
}
#template-faqs .content .main .faqs {
  margin-top: 10px;
}
#template-faqs .content .main .faqs .faq {
  margin-top: 10px;
}
#template-faqs .content .main .faqs .faq .question {
  background: #f7fdff;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  border: 1px solid #c9dce3;
}
#template-faqs .content .main .faqs .faq .question a.show {
  background: #65beb4;
  display: block;
  text-align: center;
}
#template-faqs .content .main .faqs .faq .question a.show i {
  color: #ffffff;
}
#template-faqs .content .main .faqs .faq .answer {
  background: #f7fdff;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  border: 1px solid #c9dce3;
  border-top: none;
  display: none;
}
#template-useful-links .content h1 {
  color: #fff;
  font-size: 26px;
}
#template-useful-links .content .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-useful-links .content .main .link {
  margin: 0;
  padding: 15px 45px;
  background: #f3fbff;
  border: 1px solid #b6d3df;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
}
#template-useful-links .content .main .link h2 {
  font-size: 14px;
}
#template-awards .content h1 {
  color: #fff;
  font-size: 26px;
}
#template-awards .content .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-awards .content .main .award {
  border-bottom: 1px solid #c9dce3;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#template-awards .content .main .award h2 {
  font-size: 16px;
}
#template-award .content h1 {
  color: #fff;
  font-size: 26px;
}
#template-award .content .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-award .content .main .award {
  border-bottom: 1px solid #c9dce3;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#template-award .content .main .award h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 20px;
}
#template-award .content .main .award p {
  margin: 5px 0 0;
  font-weight: bold;
}
#template-award .content .main .award ol {
  padding: 0 21px 0;
  margin: 5px 0;
}
#template-special-offers .content h1 {
  color: #fff;
  font-size: 26px;
}
#template-special-offers .content .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-special-offers .content .main p strong {
  font-size: 18px;
}
#template-special-offers .content .main .offer {
  padding-top: 15px;
  border-top: 1px solid #c9dce3;
  margin-top: 15px;
}
#template-special-offers .content .main .offer figure {
  margin: 0px;
  position: relative;
}
#template-special-offers .content .main .offer figure figcaption {
  position: absolute;
  bottom: 20px;
  left: 10px;
  padding: 5px 10px;
  font-weight: bold;
}
#template-special-offers .content .main .offer h2 {
  font-size: 14px;
}
#template-special-offers .content .main .offer p {
  font-size: 13px;
}
#template-special-offers .content .main .offer p.expiry {
  color: #ff3000;
}
#template-contact .content h1 {
  color: #fff;
  font-size: 26px;
}
#template-contact .content .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-contact .content .main form {
  margin: 0;
  padding: 20px;
  background: #f3fbff;
  border: 2px solid #b6d3df;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 20px;
  box-shadow: inset 0 0 0 6px #e3f2f9;
}
#template-contact .content aside #map {
  width: 172px;
  height: 172px;
  margin-top: 10px;
}
#template-contact .content aside section {
  padding: 10px 0;
  border-top: 1px solid #c9dce3;
  margin: 0;
}
#template-contact .content aside section #tel {
  font-size: 13px;
}
#template-contact .content aside section:first-of-type {
  border-top: none;
}
#template-contact .content aside section p {
  margin-bottom: 0;
}
#template-contact .content aside section address {
  line-height: 22px;
  font-style: normal;
}
#template-suggest-a-venue .content h1 {
  color: #fff;
  font-size: 26px;
}
#template-suggest-a-venue .content .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-suggest-a-venue .content .main form {
  margin: 0;
  padding: 30px 45px;
  background: #f3fbff;
  border: 2px solid #b6d3df;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 20px;
  box-shadow: inset 0 0 0 6px #e3f2f9;
}
#template-gift-vouchers .content h1 {
  color: #fff;
  font-size: 26px;
}
#template-gift-vouchers .content .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-gift-vouchers .content .main form {
  margin: 0;
  padding: 30px 45px;
  background: #f3fbff;
  border: 2px solid #b6d3df;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 20px;
  box-shadow: inset 0 0 0 6px #e3f2f9;
}
#template-information-for-pool-owners .content h1 {
  color: #fff;
  font-size: 26px;
}
#template-information-for-pool-owners .content .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-information-for-pool-owners .content .main form {
  margin: 0;
  padding: 30px 45px;
  background: #f3fbff;
  border: 2px solid #b6d3df;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 20px;
  box-shadow: inset 0 0 0 6px #e3f2f9;
}
#template-information-for-pool-owners .content .main h2 {
  font-size: 18px;
}
#template-information-for-pool-owners .content .main ul {
  margin: 0;
  padding: 15px 45px;
  list-style-image: url('/_img/icons/tick.png');
  background: #f3fbff;
  border: 1px solid #c9dce3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-information-for-pool-owners .content .main ul li {
  margin-top: 10px;
  padding-left: 5px;
}
#template-testimonials .content h1 {
  color: #fff;
  font-size: 26px;
}
#template-testimonials .content .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-testimonials .content .main form {
  padding: 10px;
  background: #e0f7fe;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#template-testimonials .content .main .testimonial {
  padding: 30px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #c9dce3;
  margin-top: 22px;
}
#template-testimonials .content .main .testimonial img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#template-testimonials .content .main .testimonial blockquote {
  margin: 0;
  *zoom: 1;
}
#template-testimonials .content .main .testimonial blockquote:before,
#template-testimonials .content .main .testimonial blockquote:after {
  display: table;
  content: "";
}
#template-testimonials .content .main .testimonial blockquote:after {
  clear: both;
}
#template-testimonials .content .main .testimonial blockquote cite {
  font-style: normal;
}
#template-testimonials .content .main .testimonial blockquote .rating span {
  display: block;
}
#template-testimonials .content .main .testimonial blockquote .rating i {
  color: #ffb901;
}
#template-testimonials .content .main .testimonial:first-of-type {
  border: none;
  margin-top: 0;
}
#template-testimonials .content .main h2 {
  font-size: 16px;
  margin-top: 30px;
}
#template-testimonials .content .main ul {
  margin: 0;
  padding: 15px 45px;
  list-style-image: url('/_img/icons/tick.png');
  background: #f3fbff;
  border: 1px solid #c9dce3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-testimonials .content .main ul li {
  margin-top: 10px;
  padding-left: 5px;
}
#template-testimonials .content aside .ctn.thumb {
  background: url('/_img/thumb.png') 90% 35px no-repeat #ffffff;
}
#template-login .content h1 {
  color: #fff;
  font-size: 26px;
}
#template-login .content .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-account .content h1 {
  color: #fff;
  font-size: 26px;
}
#template-account .content .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-account .content .main figure {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 10px;
  background: #f3fbff;
  border: 2px solid #b6d3df;
  margin-bottom: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#template-account .content .main figure figcaption {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  font-size: 18px;
}
#template-my-details .content h1 {
  color: #fff;
  font-size: 26px;
}
#template-my-details .content .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-my-details .content .main form legend {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
#template-modify-password .content h1 {
  color: #fff;
  font-size: 26px;
}
#template-modify-password .content .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-modify-password .content .main form legend {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
#template-billing-address .content h1 {
  color: #fff;
  font-size: 26px;
}
#template-billing-address .content .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-billing-address .content .main form legend {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
#template-lessons .content h1 {
  color: #fff;
  font-size: 26px;
}
#template-lessons .content .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-lessons .content .main header {
  background: #f3fbff;
  border: 2px solid #b6d3df;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  *zoom: 1;
  padding: 20px 20px;
  position: static;
  margin: 0;
}
#template-lessons .content .main header:before,
#template-lessons .content .main header:after {
  display: table;
  content: "";
}
#template-lessons .content .main header:after {
  clear: both;
}
#template-lessons .content .main header h2 {
  float: left;
  margin: 0;
  font-weight: normal;
  font-size: 18px;
}
#template-lessons .content .main header .right {
  float: right;
}
#template-lessons .content .main .lessons {
  background: #ffffff;
  border: 2px solid #b6d3df;
  border-top: none;
  padding: 20px;
  overflow: auto;
}
#template-lessons .content .main .lessons table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
#template-lessons .content .main .lessons table th {
  text-align: left;
}
#template-lessons .content .main .lessons table thead tr {
  background: #dbe7e9 !important;
}
#template-lessons .content .main .lessons table tr:nth-of-type(odd) {
  background: #f1f6f6;
}
#template-lessons .content .main .lessons table tr:nth-of-type(even) {
  background: #dbe7e9;
}
#template-lessons .content .main .lessons table td,
#template-lessons .content .main .lessons table th {
  padding: 10px;
}
#template-edit-lesson .content h1 {
  color: #fff;
  font-size: 26px;
}
#template-edit-lesson .content .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-edit-lesson .content .main .lesson p {
  margin-top: 0;
}
#template-edit-lesson .content .main .tabs {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#template-edit-lesson .content .main .tabs li {
  padding: 10px 20px;
  background: #f3fbff;
  border: 2px solid #b6d3df;
  border-bottom: none;
  width: auto;
  display: inline-block;
}
#template-edit-lesson .content .main .tab {
  overflow: hidden;
  padding: 10px;
  border: 2px solid #b6d3df;
}
#template-edit-lesson .content .main .tab .date {
  font-size: 16px;
  font-weight: bold;
}
#template-edit-lesson .content .main .tab table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
#template-edit-lesson .content .main .tab table th,
#template-edit-lesson .content .main .tab table td {
  text-align: center;
  width: 103px;
  height: 55px;
  border: 1px solid #bcbfbe;
}
#template-edit-lesson .content .main .tab table td {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#template-edit-lesson .content .main .tab table td.available {
  background: #d0e59c;
  -webkit-box-shadow: inset 0 0 0 3px #b6d46c;
  box-shadow: inset 0 0 0 3px #b6d46c;
}
#template-edit-lesson .content .main .tab table td.active {
  background: #d9afe1;
  -webkit-box-shadow: inset 0 0 0 3px #bb70c9;
  box-shadow: inset 0 0 0 3px #bb70c9;
  position: relative;
}
#template-edit-lesson .content .main .tab table td.active:hover .cur_lesson_data {
  display: block;
}
#template-edit-lesson .content .main .tab table .cur_lesson_data {
  position: absolute;
  top: 10px;
  text-align: left;
  left: 10px;
  background: #fff;
  border: 5px solid #bb70c9;
  padding: 10px;
  display: none;
}
#template-edit-lesson .content .main .tab table .cur_lesson_data p {
  margin: 0;
}
#template-edit-lesson .content .main .tab table tr:nth-of-type(odd) {
  background: #f1f6f6;
}
#template-edit-lesson .content .main .tab table tr:nth-of-type(even) {
  background: #dbe7e9;
}
#template-change-swimmer .content h1 {
  color: #fff;
  font-size: 26px;
}
#template-change-swimmer .content .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-change-swimmer .content .main .lesson p {
  margin-top: 0;
}
#template-change-swimmer .content .main .tabs {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#template-change-swimmer .content .main .tabs li {
  padding: 10px 20px;
  background: #f3fbff;
  border: 2px solid #b6d3df;
  border-bottom: none;
  width: auto;
  display: inline-block;
}
#template-change-swimmer .content .main .tab {
  overflow: hidden;
  padding: 10px;
  border: 2px solid #b6d3df;
}
#template-change-swimmer .content .main .tab .date {
  font-size: 16px;
  font-weight: bold;
}
#template-change-swimmer .content .main .tab table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
#template-change-swimmer .content .main .tab table th,
#template-change-swimmer .content .main .tab table td {
  text-align: center;
  width: 103px;
  height: 55px;
  border: 1px solid #bcbfbe;
}
#template-change-swimmer .content .main .tab table td {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#template-change-swimmer .content .main .tab table td.available {
  background: #d0e59c;
  -webkit-box-shadow: inset 0 0 0 3px #b6d46c;
  box-shadow: inset 0 0 0 3px #b6d46c;
}
#template-change-swimmer .content .main .tab table td.active {
  background: #d9afe1;
  -webkit-box-shadow: inset 0 0 0 3px #bb70c9;
  box-shadow: inset 0 0 0 3px #bb70c9;
  position: relative;
}
#template-change-swimmer .content .main .tab table td.active:hover .cur_lesson_data {
  display: block;
}
#template-change-swimmer .content .main .tab table .cur_lesson_data {
  position: absolute;
  top: 10px;
  text-align: left;
  left: 10px;
  background: #fff;
  border: 5px solid #bb70c9;
  padding: 10px;
  display: none;
}
#template-change-swimmer .content .main .tab table .cur_lesson_data p {
  margin: 0;
}
#template-change-swimmer .content .main .tab table tr:nth-of-type(odd) {
  background: #f1f6f6;
}
#template-change-swimmer .content .main .tab table tr:nth-of-type(even) {
  background: #dbe7e9;
}
#template-question .content h1 {
  color: #fff;
  font-size: 26px;
}
#template-question .content .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-send-contact-form h1 {
  color: #fff;
  font-size: 26px;
}
#template-send-contact-form .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-send-contact-form .main form {
  margin: 0;
  padding: 30px 45px;
  background: #f3fbff;
  border: 2px solid #b6d3df;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 20px;
  box-shadow: inset 0 0 0 6px #e3f2f9;
}
#template-application-stage-1 h1,
#template-application-stage-2 h1,
#template-application-stage-3 h1,
#template-application-stage-4 h1,
#template-application-thank-you h1 {
  color: #fff;
  font-size: 26px;
}
#template-application-stage-1 .main,
#template-application-stage-2 .main,
#template-application-stage-3 .main,
#template-application-stage-4 .main,
#template-application-thank-you .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 36px;
}
#template-application-stage-1 .main select,
#template-application-stage-2 .main select,
#template-application-stage-3 .main select,
#template-application-stage-4 .main select,
#template-application-thank-you .main select {
  width: 100%;
  margin: 5px 0 10px 0;
}
#template-application-stage-1 .main .del-doc,
#template-application-stage-2 .main .del-doc,
#template-application-stage-3 .main .del-doc,
#template-application-stage-4 .main .del-doc,
#template-application-thank-you .main .del-doc {
  color: #BE6565;
  display: inline-block;
  padding: 0 10px;
}
#template-application-stage-1 .main form,
#template-application-stage-2 .main form,
#template-application-stage-3 .main form,
#template-application-stage-4 .main form,
#template-application-thank-you .main form {
  margin: 0;
  padding: 30px 45px;
  background: #f3fbff;
  border: 2px solid #b6d3df;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 20px;
  box-shadow: inset 0 0 0 6px #e3f2f9;
}
#template-application-stage-1 .main form .currency-span,
#template-application-stage-2 .main form .currency-span,
#template-application-stage-3 .main form .currency-span,
#template-application-stage-4 .main form .currency-span,
#template-application-thank-you .main form .currency-span {
  position: absolute;
  margin-left: 7px;
  margin-top: 9px;
  z-index: 999;
  font-size: 14px;
}
#template-application-stage-1 .main form .currency-input,
#template-application-stage-2 .main form .currency-input,
#template-application-stage-3 .main form .currency-input,
#template-application-stage-4 .main form .currency-input,
#template-application-thank-you .main form .currency-input {
  text-indent: 9px;
}
#template-application-stage-1 .main form textarea,
#template-application-stage-2 .main form textarea,
#template-application-stage-3 .main form textarea,
#template-application-stage-4 .main form textarea,
#template-application-thank-you .main form textarea {
  resize: vertical;
}
#template-application-stage-1 .main form .table-wrap,
#template-application-stage-2 .main form .table-wrap,
#template-application-stage-3 .main form .table-wrap,
#template-application-stage-4 .main form .table-wrap,
#template-application-thank-you .main form .table-wrap {
  max-width: 100%;
  overflow-x: scroll;
  width: 100%;
  display: block;
}
#template-application-stage-1 .main form .table-wrap table,
#template-application-stage-2 .main form .table-wrap table,
#template-application-stage-3 .main form .table-wrap table,
#template-application-stage-4 .main form .table-wrap table,
#template-application-thank-you .main form .table-wrap table {
  width: 100%;
  min-width: 600px;
  margin: 30px 0px;
  border-collapse: collapse;
}
#template-application-stage-1 .main form .table-wrap table th,
#template-application-stage-2 .main form .table-wrap table th,
#template-application-stage-3 .main form .table-wrap table th,
#template-application-stage-4 .main form .table-wrap table th,
#template-application-thank-you .main form .table-wrap table th {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #EAEBEB;
}
#template-application-stage-1 .main form .table-wrap table td,
#template-application-stage-2 .main form .table-wrap table td,
#template-application-stage-3 .main form .table-wrap table td,
#template-application-stage-4 .main form .table-wrap table td,
#template-application-thank-you .main form .table-wrap table td {
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #FBFBFB;
  font-size: 12px;
}
#template-application-stage-1 .main form .table-wrap table td strong,
#template-application-stage-2 .main form .table-wrap table td strong,
#template-application-stage-3 .main form .table-wrap table td strong,
#template-application-stage-4 .main form .table-wrap table td strong,
#template-application-thank-you .main form .table-wrap table td strong {
  display: block;
  padding: 5px;
  min-width: 103px;
}
#template-application-stage-1 .main form .table-wrap table td input,
#template-application-stage-2 .main form .table-wrap table td input,
#template-application-stage-3 .main form .table-wrap table td input,
#template-application-stage-4 .main form .table-wrap table td input,
#template-application-thank-you .main form .table-wrap table td input,
#template-application-stage-1 .main form .table-wrap table td select,
#template-application-stage-2 .main form .table-wrap table td select,
#template-application-stage-3 .main form .table-wrap table td select,
#template-application-stage-4 .main form .table-wrap table td select,
#template-application-thank-you .main form .table-wrap table td select,
#template-application-stage-1 .main form .table-wrap table td option,
#template-application-stage-2 .main form .table-wrap table td option,
#template-application-stage-3 .main form .table-wrap table td option,
#template-application-stage-4 .main form .table-wrap table td option,
#template-application-thank-you .main form .table-wrap table td option,
#template-application-stage-1 .main form .table-wrap table td textarea,
#template-application-stage-2 .main form .table-wrap table td textarea,
#template-application-stage-3 .main form .table-wrap table td textarea,
#template-application-stage-4 .main form .table-wrap table td textarea,
#template-application-thank-you .main form .table-wrap table td textarea {
  margin: 0px;
}
#template-application-stage-1 .main form .table-wrap table td textarea,
#template-application-stage-2 .main form .table-wrap table td textarea,
#template-application-stage-3 .main form .table-wrap table td textarea,
#template-application-stage-4 .main form .table-wrap table td textarea,
#template-application-thank-you .main form .table-wrap table td textarea {
  display: block;
  height: 120px;
}
#template-application-stage-1 .main form .table-wrap table,
#template-application-stage-2 .main form .table-wrap table,
#template-application-stage-3 .main form .table-wrap table,
#template-application-stage-4 .main form .table-wrap table,
#template-application-thank-you .main form .table-wrap table,
#template-application-stage-1 .main form .table-wrap td,
#template-application-stage-2 .main form .table-wrap td,
#template-application-stage-3 .main form .table-wrap td,
#template-application-stage-4 .main form .table-wrap td,
#template-application-thank-you .main form .table-wrap td,
#template-application-stage-1 .main form .table-wrap th,
#template-application-stage-2 .main form .table-wrap th,
#template-application-stage-3 .main form .table-wrap th,
#template-application-stage-4 .main form .table-wrap th,
#template-application-thank-you .main form .table-wrap th {
  border: 1px solid #b9bcbb;
}
#template-application-stage-1 .main form input.error,
#template-application-stage-2 .main form input.error,
#template-application-stage-3 .main form input.error,
#template-application-stage-4 .main form input.error,
#template-application-thank-you .main form input.error,
#template-application-stage-1 .main form select.error,
#template-application-stage-2 .main form select.error,
#template-application-stage-3 .main form select.error,
#template-application-stage-4 .main form select.error,
#template-application-thank-you .main form select.error,
#template-application-stage-1 .main form option.error,
#template-application-stage-2 .main form option.error,
#template-application-stage-3 .main form option.error,
#template-application-stage-4 .main form option.error,
#template-application-thank-you .main form option.error,
#template-application-stage-1 .main form textarea.error,
#template-application-stage-2 .main form textarea.error,
#template-application-stage-3 .main form textarea.error,
#template-application-stage-4 .main form textarea.error,
#template-application-thank-you .main form textarea.error {
  border-color: #BE6565 !important;
  background-color: #F0E9E9 !important;
}
#template-content-page h1 {
  color: #fff;
  font-size: 26px;
}
#template-content-page .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-content-page .main form {
  margin: 0;
  padding: 30px 45px;
  background: #f3fbff;
  border: 2px solid #b6d3df;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 20px;
  box-shadow: inset 0 0 0 6px #e3f2f9;
}
#template-town h1 {
  color: #fff;
  font-size: 26px;
}
#template-town .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-town .main form {
  margin: 0;
  padding: 30px 45px;
  background: #f3fbff;
  border: 2px solid #b6d3df;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 20px;
  box-shadow: inset 0 0 0 6px #e3f2f9;
}
#template-town .main iframe {
  width: 100%;
  margin: 10px 0 20px 0;
  padding: 15px 45px;
  background: #f3fbff;
  border: 1px solid #c9dce3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#template-send-contact-form h1,
#template-sitemap h1,
#template-recommend h1,
#template-send-testimonial h1,
#template-brochure h1 {
  color: #fff;
  font-size: 26px;
}
#template-send-contact-form .main,
#template-sitemap .main,
#template-recommend .main,
#template-send-testimonial .main,
#template-brochure .main {
  background: #fff;
  border: 1px solid #c9dce3;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-send-contact-form .main form,
#template-sitemap .main form,
#template-recommend .main form,
#template-send-testimonial .main form,
#template-brochure .main form {
  margin: 0;
  padding: 30px 45px;
  background: #f3fbff;
  border: 2px solid #b6d3df;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 20px;
  box-shadow: inset 0 0 0 6px #e3f2f9;
}
@media only screen and (min-width: 480px) {
  .wrapper {
    width: 440px;
  }
  .wrapper header {
    width: 480px;
  }
  footer nav .col {
    margin: 0 0 0 20px;
  }
  #template-home-1 .banner .slide .copy {
    width: 480px;
    margin: 0 auto;
  }
  #template-home-1 .banner .figures {
    text-align: center;
  }
  #template-home-1 .banner .figures figure {
    width: 197px;
    display: inline-block;
  }
  #template-home-1 .banner .figures figure:nth-of-type(2n) {
    margin-left: 20px;
  }
  #template-home-1 .wrapper.main .content .locations p {
    width: 50%;
  }
  #template-service .content .main .case-study iframe {
    width: 100%;
    height: 241px;
  }
  #template-service-1-1 .content .main .case-study iframe {
    width: 100%;
    height: 241px;
  }
  #template-case-study .content .main iframe {
    width: 100%;
    height: 264px;
  }
  #template-post .content .gall,
  #template-post .content .top-gall {
    *zoom: 1;
  }
  #template-post .content .gall:before,
  #template-post .content .top-gall:before,
  #template-post .content .gall:after,
  #template-post .content .top-gall:after {
    display: table;
    content: "";
  }
  #template-post .content .gall:after,
  #template-post .content .top-gall:after {
    clear: both;
  }
  #template-post .content .gall a,
  #template-post .content .top-gall a {
    width: 48%;
    float: left;
    margin-bottom: 4%;
    cursor: pointer;
  }
  #template-post .content .gall a img,
  #template-post .content .top-gall a img {
    margin-bottom: 0;
  }
  #template-post .content .gall a:nth-child(even),
  #template-post .content .top-gall a:nth-child(even) {
    float: right;
  }
  #template-special-offers .content h1 {
    color: #fff;
    font-size: 26px;
    padding-left: 120px;
    background: url('/_img/special-offers-2.png') 0 0 no-repeat;
    height: 71px;
    margin: 0;
    line-height: 80px;
    padding-bottom: 30px;
    margin-bottom: -30px;
    position: relative;
    z-index: 10;
  }
  #template-special-offers .content .main {
    background: #fff;
    border: 1px solid #c9dce3;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 26px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
  }
}
@media only screen and (min-width: 600px) {
  .wrapper {
    width: 560px;
  }
  .wrapper header {
    width: 600px;
    margin-bottom: 0;
  }
  .wrapper .client-login {
    float: right;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#333333));
    background-image: -webkit-linear-gradient(top, #555555, #333333);
    background-color: #333333;
    background-image: -moz-linear-gradient(top, #555555, #333333);
    background-image: -ms-linear-gradient(top, #555555, #333333);
    background-image: -o-linear-gradient(top, #555555, #333333);
    background-image: linear-gradient(top, #555555, #333333);
    background-repeat: repeat-x;
    padding: 10px 20px;
    color: #fff;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #000;
    border-top: none;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    display: block;
    position: absolute;
    right: 0;
  }
  .wrapper .client-login small {
    font-size: 13px;
    color: #65beb4;
  }
  #template-home-1 .content .services {
    width: 410px;
    margin: 0 auto;
  }
  #template-home-1 .content .bottom {
    *zoom: 1;
  }
  #template-home-1 .content .bottom:before,
  #template-home-1 .content .bottom:after {
    display: table;
    content: "";
  }
  #template-home-1 .content .bottom:after {
    clear: both;
  }
  #template-home-1 .content .bottom .left {
    float: left;
    width: 200px;
    margin-right: 20px;
  }
  #template-home-1 .content .bottom .right {
    float: left;
    width: 310px;
    margin-top: 0;
  }
  #template-service-category .content .services,
  #template-services-1 .content .services {
    width: 410px;
    margin: 0 auto;
  }
  #template-blog .content .main article.post {
    *zoom: 1;
  }
  #template-blog .content .main article.post:before,
  #template-blog .content .main article.post:after {
    display: table;
    content: "";
  }
  #template-blog .content .main article.post:after {
    clear: both;
  }
  #template-blog .content .main article.post img {
    float: left;
  }
  #template-blog .content .main article.post .copy {
    float: left;
    width: 380px;
    margin-left: 20px;
  }
  #template-blog .content .main article.post .copy h3 {
    margin-top: 0;
  }
  #template-blog .content .main footer {
    *zoom: 1;
    padding: 10px 0 0;
  }
  #template-blog .content .main footer:before,
  #template-blog .content .main footer:after {
    display: table;
    content: "";
  }
  #template-blog .content .main footer:after {
    clear: both;
  }
  #template-blog .content .main footer p {
    float: left;
  }
  #template-blog .content .main footer .pagination {
    float: right;
  }
  #template-post .content .top-gall a {
    width: 31%;
    float: left;
    margin-bottom: 3.5%;
  }
  #template-post .content .top-gall a:nth-child(even) {
    float: left;
  }
  #template-post .content .top-gall a:nth-child(2n) {
    margin: 0 3.5% 3.5% 3.5%;
  }
  #template-post .content .side-imgs .img {
    *zoom: 1;
  }
  #template-post .content .side-imgs .img:before,
  #template-post .content .side-imgs .img:after {
    display: table;
    content: "";
  }
  #template-post .content .side-imgs .img:after {
    clear: both;
  }
  #template-post .content .side-imgs .img img {
    margin-top: 8px;
    width: 30%;
    float: left;
  }
  #template-post .content .side-imgs .img .text {
    width: 65%;
    float: right;
  }
  #template-post .content article.post {
    *zoom: 1;
  }
  #template-post .content article.post:before,
  #template-post .content article.post:after {
    display: table;
    content: "";
  }
  #template-post .content article.post:after {
    clear: both;
  }
  #template-post .content article.post img {
    float: left;
  }
  #template-post .content article.post .copy {
    float: left;
    width: 380px;
    margin-left: 20px;
  }
  #template-post .content article.post .copy h3 {
    margin-top: 0;
  }
  #template-service .content .main .case-study iframe {
    width: 100%;
    height: 309px;
  }
  #template-service-1-1 .content .main .case-study iframe {
    width: 100%;
    height: 309px;
  }
  #template-case-study .content .main .copy iframe {
    width: 100%;
    height: 322px;
  }
  #template-case-study .content .main .testimonials .testimonial blockquote .rating {
    *zoom: 1;
  }
  #template-case-study .content .main .testimonials .testimonial blockquote .rating:before,
  #template-case-study .content .main .testimonials .testimonial blockquote .rating:after {
    display: table;
    content: "";
  }
  #template-case-study .content .main .testimonials .testimonial blockquote .rating:after {
    clear: both;
  }
  #template-case-study .content .main .testimonials .testimonial blockquote .rating span {
    float: left;
    margin-right: 20px;
  }
  #template-teacher .content .main .testimonials .testimonial blockquote .rating {
    *zoom: 1;
  }
  #template-teacher .content .main .testimonials .testimonial blockquote .rating:before,
  #template-teacher .content .main .testimonials .testimonial blockquote .rating:after {
    display: table;
    content: "";
  }
  #template-teacher .content .main .testimonials .testimonial blockquote .rating:after {
    clear: both;
  }
  #template-teacher .content .main .testimonials .testimonial blockquote .rating span {
    float: left;
    margin-right: 20px;
  }
  #template-teachers .content h1 {
    color: #fff;
    font-size: 26px;
  }
  #template-teachers .content .main {
    *zoom: 1;
  }
  #template-teachers .content .main:before,
  #template-teachers .content .main:after {
    display: table;
    content: "";
  }
  #template-teachers .content .main:after {
    clear: both;
  }
  #template-teachers .content .main .teachers {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
  #template-teachers .content .main .tabs {
    list-style-type: none;
    padding: 0;
    *zoom: 1;
    margin: 0;
    background: none;
    border: 1px solid #c9dce3;
    border-top: 0;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    float: left;
    width: auto;
    border-bottom: none;
  }
  #template-teachers .content .main .tabs:before,
  #template-teachers .content .main .tabs:after {
    display: table;
    content: "";
  }
  #template-teachers .content .main .tabs:after {
    clear: both;
  }
  #template-teachers .content .main .tabs li {
    float: left;
    overflow: hidden;
    border-right: 1px solid #c9dce3;
    margin-right: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
  #template-teachers .content .main .tabs li.selected {
    margin-bottom: -1px;
  }
  #template-teachers .content .main .tabs li.selected a {
    background: #fff;
    color: #494949;
    padding-bottom: 11px;
  }
  #template-teachers .content .main .tabs li a {
    padding: 10px;
    display: block;
    border-top: none;
    background: #dceff6;
    color: #494949;
  }
  #template-teachers .content .main .tabs:last-of-type {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-right: none;
  }
  #template-teachers .content .main .teachers {
    clear: both;
  }
  #template-teachers .content .main .teachers .member {
    *zoom: 1;
  }
  #template-teachers .content .main .teachers .member:before,
  #template-teachers .content .main .teachers .member:after {
    display: table;
    content: "";
  }
  #template-teachers .content .main .teachers .member:after {
    clear: both;
  }
  #template-teachers .content .main .teachers .member img {
    float: left;
    margin-right: 20px;
  }
  #template-teachers .content .main .teachers .member .copy {
    float: left;
    width: 408px;
  }
  #template-teachers .content .main .teachers .member .copy p {
    margin-top: 0;
  }
  #template-faqs .content .main form a.btn-orange {
    clear: none;
    margin-top: 27px;
  }
  #template-faqs .content .main .faqs .faq .question {
    *zoom: 1;
  }
  #template-faqs .content .main .faqs .faq .question:before,
  #template-faqs .content .main .faqs .faq .question:after {
    display: table;
    content: "";
  }
  #template-faqs .content .main .faqs .faq .question:after {
    clear: both;
  }
  #template-faqs .content .main .faqs .faq .question p {
    float: left;
    margin: 6px 0 0;
  }
  #template-faqs .content .main .faqs .faq .question a.show {
    float: right;
    display: inline-block;
    width: auto;
    padding: 5px 20px;
  }
  #template-testimonials .content .main form {
    *zoom: 1;
  }
  #template-testimonials .content .main form:before,
  #template-testimonials .content .main form:after {
    display: table;
    content: "";
  }
  #template-testimonials .content .main form:after {
    clear: both;
  }
  #template-testimonials .content .main form label {
    float: left;
    margin-right: 20px;
  }
  #template-testimonials .content .main form select {
    float: left;
  }
  #template-login .content .main form {
    width: 480px;
  }
}
@media only screen and (min-width: 768px) {
  .all-content {
    padding-top: 103px;
  }
  #header-wrapper {
    width: 768px;
    position: absolute;
    left: 50%;
    margin-left: -384px;
    z-index: 100;
  }
  .wrapper {
    width: 768px;
    padding: 0;
  }
  .wrapper header {
    width: 768px;
    position: relative;
    border: 1px solid #b9bcbb;
    border-top: none;
  }
  .wrapper header img {
    float: left;
    width: 150px;
    margin: 0;
    padding: 24px 11px 20px 12px;
    border-right: 1px solid #b9bcbb;
  }
  .wrapper header .menu_toggle {
    display: none;
  }
  .wrapper header nav#menu {
    display: block !important;
    float: left;
    width: auto;
    clear: none;
    text-align: right;
    *zoom: 1;
  }
  .wrapper header nav#menu:before,
  .wrapper header nav#menu:after {
    display: table;
    content: "";
  }
  .wrapper header nav#menu:after {
    clear: both;
  }
  .wrapper header nav#menu ul {
    *zoom: 1;
    float: right;
  }
  .wrapper header nav#menu ul:before,
  .wrapper header nav#menu ul:after {
    display: table;
    content: "";
  }
  .wrapper header nav#menu ul:after {
    clear: both;
  }
  .wrapper header nav#menu ul li {
    *zoom: 1;
    text-align: right;
    float: left;
  }
  .wrapper header nav#menu ul li:before,
  .wrapper header nav#menu ul li:after {
    display: table;
    content: "";
  }
  .wrapper header nav#menu ul li:after {
    clear: both;
  }
  .wrapper header nav#menu ul li a {
    float: left;
    background: none;
    border: none;
    height: 74px;
    width: auto;
    padding: 14px 17px 12px 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #b9bcbb;
    line-height: 1.2;
  }
  .wrapper header nav#menu ul li a i {
    display: block;
  }
  .wrapper header nav#menu ul li a br {
    content: normal;
    margin: 0;
  }
  .wrapper header nav#menu ul li a:hover {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#434343), to(#171717));
    background-image: -webkit-linear-gradient(top, #434343, #171717);
    background-color: #171717;
    background-image: -moz-linear-gradient(top, #434343, #171717);
    background-image: -ms-linear-gradient(top, #434343, #171717);
    background-image: -o-linear-gradient(top, #434343, #171717);
    background-image: linear-gradient(top, #434343, #171717);
    background-repeat: repeat-x;
  }
  .wrapper header .phone {
    position: relative;
    float: left;
    font-size: 12px;
    width: 136px;
    top: 0;
    right: 0;
    padding: 14px 0 0 0;
    line-height: 1.2;
  }
  .wrapper header .phone .fa {
    display: none;
  }
  .wrapper header .phone .fa.fa-info-circle {
    display: inline-block;
  }
  .wrapper header .phone strong {
    display: block;
    font-size: 17px;
  }
  .wrapper header .phone span {
    display: block;
    color: #65beb4;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    letter-spacing: -0.5px;
  }
  .wrapper header .phone span.small {
    text-transform: none;
    font-weight: normal;
    font-size: 8px;
    color: #494949;
  }
  #search-bar {
    margin-top: 0;
    *zoom: 1;
    border-top: 1px solid #b9bcbb;
    border-bottom: 2px solid #1975b2;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececea), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #ececea, #ffffff);
    background-color: #ffffff;
    background-image: -moz-linear-gradient(top, #ececea, #ffffff);
    background-image: -ms-linear-gradient(top, #ececea, #ffffff);
    background-image: -o-linear-gradient(top, #ececea, #ffffff);
    background-image: linear-gradient(top, #ececea, #ffffff);
    background-repeat: repeat-x;
    padding: 0;
  }
  #search-bar:before,
  #search-bar:after {
    display: table;
    content: "";
  }
  #search-bar:after {
    clear: both;
  }
  #search-bar .search {
    float: left;
    padding: 13px 0;
  }
  #search-bar .search label {
    display: block;
    color: #1975b2;
    font-weight: bold;
    float: left;
    margin-top: 7px;
  }
  #search-bar .search label i {
    color: #ff7900;
    font-size: 30px;
    float: left;
    margin: -4px 10px 0 0;
    display: none;
  }
  #search-bar .search input {
    display: block;
    float: left;
    width: 126px;
    margin: 0 0 0 10px;
    background: #FFF;
    border: 1px solid #b9bcbb;
    margin-right: 2px;
    padding: 10px 10px;
  }
  #search-bar .search button {
    background: #a8c9d7;
    border: 1px solid #b9bcbb;
    font-size: 18px;
    color: #FFF;
    padding: 6px 10px;
    text-decoration: none;
    margin: 0;
    height: auto;
  }
  #search-bar .links {
    float: right;
    width: 467px;
    padding: 10px 0 10px 20px;
    border-left: 1px solid #b9bcbb;
  }
  #search-bar .links .shop {
    background: #d7d7d7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 30px 6px 30px;
    text-decoration: none;
    color: #666;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: -0.5px;
    line-height: 1;
    margin: 9px 30px 0 0;
  }
  #search-bar .links .shop span {
    display: block;
  }
  #search-bar .links .shop i {
    display: none;
  }
  #search-bar .links .login {
    background: #65beb4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 20px 6px 20px;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: -0.5px;
    line-height: 1;
    margin-top: 9px;
  }
  #search-bar .links .login span {
    display: block;
  }
  #search-bar .links .login i {
    display: none;
  }
  #search-bar .links .book {
    border: 2px solid #b9bcbb;
    float: right;
    background: #FFF;
    font-size: 16px;
    font-weight: bold;
    color: #494949;
    text-decoration: none;
    line-height: 37px;
    padding: 0 10px 0 0;
  }
  #search-bar .links .book i {
    float: left;
    color: #FFF;
    background: #ff7900;
    border: 2px solid #cc6100;
    padding: 7px 10px;
    font-size: 23px;
    margin: -2px 10px -2px -2px;
  }
  #search-bar .links .book span {
    float: left;
    display: block;
  }
  .content {
    padding: 20px 0;
    padding-top: 0;
  }
  .ctn {
    margin-top: 0;
  }
  footer .get-in-touch a {
    background: #FFF;
  }
  footer .get-in-touch a i {
    float: left;
    border-width: 2px;
  }
  footer .get-in-touch a span {
    display: block;
    float: left;
    border: 2px solid #b9bcbb;
    padding: 9px 10px 10px 10px;
    border-left: none;
    color: #494949;
    font-weight: bold;
  }
  footer .offers {
    background: #f6f6f6;
    border-bottom: 1px solid #dddfde;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  footer .offers a img {
    width: 65px;
  }
  footer .offers #brochure img {
    height: initial;
    margin-top: 16px;
  }
  footer address {
    font-style: normal;
    font-size: 13px;
    float: left;
    line-height: 1.6;
  }
  footer nav {
    float: left;
    width: 245px;
  }
  footer nav .col {
    float: left;
    margin-left: 40px;
  }
  footer nav a {
    float: left;
    clear: both;
    color: #1975b2;
    text-decoration: none;
    font-size: 13px;
  }
  footer .newsletter {
    clear: none;
  }
  footer h2 {
    margin: 0 0 10px 0;
  }
  footer .social {
    clear: none;
    margin-left: 40px;
  }
  footer .bottom {
    width: 768px;
    margin-top: 20px;
  }
  footer .bottom p {
    float: left;
  }
  footer #brightsite {
    margin-top: 10px;
  }
  #template-home-1 .all-content {
    padding-top: 0;
  }
  #template-home-1 .banner {
    background: url('/_img/banners/poolside.png') center 452px;
    background-repeat: no-repeat;
    height: 671px;
    position: relative;
    z-index: 10;
  }
  #template-home-1 .banner .slide {
    background-position: center -21px;
    position: relative;
    z-index: 8;
    height: 452px;
  }
  #template-home-1 .banner .slide .copy {
    position: absolute;
    left: 55%;
    width: 370px;
    line-height: 34px;
    top: 87px;
  }
  #template-home-1 .banner .slide .copy p:first-of-type {
    font-size: 25px;
  }
  #template-home-1 .banner .figures {
    text-align: center;
    margin-top: -32px;
    z-index: 9;
  }
  #template-home-1 .banner .figures figure {
    width: 197px;
    display: inline-block;
    width: 189px;
    position: relative;
    z-index: 9;
    min-height: 215px;
    margin-left: 0;
  }
  #template-home-1 .banner .figures figure:nth-of-type(2n) {
    margin-right: 0;
    margin-left: 0;
  }
  #template-home-1 .banner .figures figure figcaption {
    font-size: 14px;
    padding-top: 10px;
    width: auto;
  }
  #template-home-1 .wrapper.main .content {
    *zoom: 1;
  }
  #template-home-1 .wrapper.main .content:before,
  #template-home-1 .wrapper.main .content:after {
    display: table;
    content: "";
  }
  #template-home-1 .wrapper.main .content:after {
    clear: both;
  }
  #template-home-1 .wrapper.main .content .left {
    float: left;
    width: 448px;
    margin-right: 20px;
  }
  #template-home-1 .wrapper.main .content .left .towl {
    float: right;
    display: block;
    margin-top: -78px;
    position: relative;
    z-index: 20;
  }
  #template-home-1 .wrapper.main .content aside {
    float: left;
    width: 300px;
  }
  #template-about .content {
    *zoom: 1;
  }
  #template-about .content:before,
  #template-about .content:after {
    display: table;
    content: "";
  }
  #template-about .content:after {
    clear: both;
  }
  #template-about .content .main {
    float: left;
    width: 528px;
    margin-right: 20px;
  }
  #template-about .content aside {
    float: left;
    width: 220px;
  }
  #template-venues .content {
    *zoom: 1;
  }
  #template-venues .content:before,
  #template-venues .content:after {
    display: table;
    content: "";
  }
  #template-venues .content:after {
    clear: both;
  }
  #template-venues .content .main {
    float: left;
    width: 528px;
    margin-right: 20px;
  }
  #template-venues .content aside {
    float: left;
    width: 220px;
  }
  #template-service .content {
    *zoom: 1;
  }
  #template-service .content:before,
  #template-service .content:after {
    display: table;
    content: "";
  }
  #template-service .content:after {
    clear: both;
  }
  #template-service .content .main {
    float: left;
    width: 528px;
    margin-right: 20px;
  }
  #template-service .content .main .case-study {
    *zoom: 1;
  }
  #template-service .content .main .case-study:before,
  #template-service .content .main .case-study:after {
    display: table;
    content: "";
  }
  #template-service .content .main .case-study:after {
    clear: both;
  }
  #template-service .content .main .case-study img {
    float: left;
  }
  #template-service .content .main .case-study .copy {
    float: left;
    width: 330px;
    margin-left: 20px;
  }
  #template-service .content .main .case-study .copy iframe {
    height: 219px;
  }
  #template-service .content aside {
    float: left;
    width: 220px;
  }
  #template-service-1-1 .content {
    *zoom: 1;
  }
  #template-service-1-1 .content:before,
  #template-service-1-1 .content:after {
    display: table;
    content: "";
  }
  #template-service-1-1 .content:after {
    clear: both;
  }
  #template-service-1-1 .content .main {
    float: left;
    width: 528px;
    margin-right: 20px;
  }
  #template-service-1-1 .content .main .case-study {
    *zoom: 1;
  }
  #template-service-1-1 .content .main .case-study:before,
  #template-service-1-1 .content .main .case-study:after {
    display: table;
    content: "";
  }
  #template-service-1-1 .content .main .case-study:after {
    clear: both;
  }
  #template-service-1-1 .content .main .case-study img {
    float: left;
  }
  #template-service-1-1 .content .main .case-study .copy {
    float: left;
    width: 330px;
    margin-left: 20px;
  }
  #template-service-1-1 .content .main .case-study .copy iframe {
    height: 219px;
  }
  #template-service-1-1 .content aside {
    float: left;
    width: 220px;
  }
  #template-service-category .content,
  #template-services-1 .content {
    *zoom: 1;
  }
  #template-service-category .content:before,
  #template-services-1 .content:before,
  #template-service-category .content:after,
  #template-services-1 .content:after {
    display: table;
    content: "";
  }
  #template-service-category .content:after,
  #template-services-1 .content:after {
    clear: both;
  }
  #template-service-category .content .main,
  #template-services-1 .content .main {
    float: left;
    width: 528px;
    margin-right: 20px;
  }
  #template-service-category .content .main .figures,
  #template-services-1 .content .main .figures {
    *zoom: 1;
  }
  #template-service-category .content .main .figures:before,
  #template-services-1 .content .main .figures:before,
  #template-service-category .content .main .figures:after,
  #template-services-1 .content .main .figures:after {
    display: table;
    content: "";
  }
  #template-service-category .content .main .figures:after,
  #template-services-1 .content .main .figures:after {
    clear: both;
  }
  #template-service-category .content .main .figures figure,
  #template-services-1 .content .main .figures figure {
    width: 241px;
    float: left;
  }
  #template-service-category .content .main .figures figure:nth-of-type(2n),
  #template-services-1 .content .main .figures figure:nth-of-type(2n) {
    margin-left: 10px;
  }
  #template-service-category .content aside,
  #template-services-1 .content aside {
    float: left;
    width: 220px;
  }
  #template-case-studies .content {
    *zoom: 1;
  }
  #template-case-studies .content:before,
  #template-case-studies .content:after {
    display: table;
    content: "";
  }
  #template-case-studies .content:after {
    clear: both;
  }
  #template-case-studies .content .main {
    float: left;
    width: 528px;
    margin-right: 20px;
  }
  #template-case-studies .content .main .figures {
    *zoom: 1;
  }
  #template-case-studies .content .main .figures:before,
  #template-case-studies .content .main .figures:after {
    display: table;
    content: "";
  }
  #template-case-studies .content .main .figures:after {
    clear: both;
  }
  #template-case-studies .content .main .figures figure {
    width: 241px;
    float: left;
  }
  #template-case-studies .content .main .figures figure:nth-of-type(2n) {
    margin-left: 10px;
  }
  #template-case-studies .content aside {
    float: left;
    width: 220px;
  }
  #template-case-study .content {
    *zoom: 1;
  }
  #template-case-study .content:before,
  #template-case-study .content:after {
    display: table;
    content: "";
  }
  #template-case-study .content:after {
    clear: both;
  }
  #template-case-study .content .main {
    float: left;
    width: 528px;
    margin-right: 20px;
    *zoom: 1;
  }
  #template-case-study .content .main:before,
  #template-case-study .content .main:after {
    display: table;
    content: "";
  }
  #template-case-study .content .main:after {
    clear: both;
  }
  #template-case-study .content .main img {
    float: left;
    margin-right: 20px;
  }
  #template-case-study .content .main .copy {
    float: left;
    width: 376px;
    *zoom: 1;
    margin-bottom: 45px;
  }
  #template-case-study .content .main .copy:before,
  #template-case-study .content .main .copy:after {
    display: table;
    content: "";
  }
  #template-case-study .content .main .copy:after {
    clear: both;
  }
  #template-case-study .content .main .copy h3 {
    margin-top: 0;
  }
  #template-case-study .content .main .copy iframe {
    height: 248px;
  }
  #template-case-study .content .main .testimonials {
    clear: both;
    padding-top: 30px;
  }
  #template-case-study .content .main .testimonials h2 a {
    display: inline-block;
    margin-left: 20px;
  }
  #template-case-study .content aside {
    float: left;
    width: 220px;
  }
  #template-teacher .content {
    *zoom: 1;
  }
  #template-teacher .content:before,
  #template-teacher .content:after {
    display: table;
    content: "";
  }
  #template-teacher .content:after {
    clear: both;
  }
  #template-teacher .content .main {
    float: left;
    width: 528px;
    margin-right: 20px;
    *zoom: 1;
  }
  #template-teacher .content .main:before,
  #template-teacher .content .main:after {
    display: table;
    content: "";
  }
  #template-teacher .content .main:after {
    clear: both;
  }
  #template-teacher .content .main img {
    float: left;
    margin-right: 20px;
  }
  #template-teacher .content .main .copy {
    float: left;
    width: 376px;
    *zoom: 1;
    margin-bottom: 45px;
  }
  #template-teacher .content .main .copy:before,
  #template-teacher .content .main .copy:after {
    display: table;
    content: "";
  }
  #template-teacher .content .main .copy:after {
    clear: both;
  }
  #template-teacher .content .main .copy h3 {
    margin-top: 0;
  }
  #template-teacher .content .main .testimonials h2 a {
    display: inline-block;
    margin-left: 20px;
  }
  #template-teacher .content aside {
    float: left;
    width: 220px;
  }
  #template-blog .content {
    *zoom: 1;
  }
  #template-blog .content:before,
  #template-blog .content:after {
    display: table;
    content: "";
  }
  #template-blog .content:after {
    clear: both;
  }
  #template-blog .content .main {
    float: left;
    width: 528px;
    margin-right: 20px;
  }
  #template-blog .content .main article.post .copy {
    width: 356px;
  }
  #template-blog .content aside {
    float: left;
    width: 220px;
  }
  #template-post .content {
    *zoom: 1;
  }
  #template-post .content:before,
  #template-post .content:after {
    display: table;
    content: "";
  }
  #template-post .content:after {
    clear: both;
  }
  #template-post .content .main {
    float: left;
    width: 528px;
    margin-right: 20px;
  }
  #template-post .content .main article.post .copy {
    width: 356px;
  }
  #template-post .content aside {
    float: left;
    width: 220px;
  }
  #template-teachers .content {
    *zoom: 1;
  }
  #template-teachers .content:before,
  #template-teachers .content:after {
    display: table;
    content: "";
  }
  #template-teachers .content:after {
    clear: both;
  }
  #template-teachers .content .main {
    float: left;
    width: 528px;
    margin-right: 20px;
  }
  #template-teachers .content .main .teachers .member .copy {
    width: 376px;
  }
  #template-teachers .content aside {
    float: left;
    width: 220px;
  }
  #template-careers .content {
    *zoom: 1;
  }
  #template-careers .content:before,
  #template-careers .content:after {
    display: table;
    content: "";
  }
  #template-careers .content:after {
    clear: both;
  }
  #template-careers .content .main {
    float: left;
    width: 528px;
    margin-right: 20px;
  }
  #template-careers .content aside {
    float: left;
    width: 220px;
  }
  #template-faqs .content {
    *zoom: 1;
  }
  #template-faqs .content:before,
  #template-faqs .content:after {
    display: table;
    content: "";
  }
  #template-faqs .content:after {
    clear: both;
  }
  #template-faqs .content .main {
    float: left;
    width: 528px;
    margin-right: 20px;
  }
  #template-faqs .content .main form label {
    float: left;
    margin-top: 13px;
    margin-right: 10px;
  }
  #template-faqs .content .main form input {
    width: 218px;
  }
  #template-faqs .content .main form a.btn-orange {
    margin-top: 5px;
  }
  #template-faqs .content aside {
    float: left;
    width: 220px;
  }
  #template-useful-links .content {
    *zoom: 1;
  }
  #template-useful-links .content:before,
  #template-useful-links .content:after {
    display: table;
    content: "";
  }
  #template-useful-links .content:after {
    clear: both;
  }
  #template-useful-links .content .main {
    float: left;
    width: 528px;
    margin-right: 20px;
  }
  #template-useful-links .content aside {
    float: left;
    width: 220px;
  }
  #template-awards .content {
    *zoom: 1;
  }
  #template-awards .content:before,
  #template-awards .content:after {
    display: table;
    content: "";
  }
  #template-awards .content:after {
    clear: both;
  }
  #template-awards .content .main {
    float: left;
    width: 528px;
    margin-right: 20px;
  }
  #template-awards .content aside {
    float: left;
    width: 220px;
  }
  #template-award .content {
    *zoom: 1;
  }
  #template-award .content:before,
  #template-award .content:after {
    display: table;
    content: "";
  }
  #template-award .content:after {
    clear: both;
  }
  #template-award .content .main {
    float: left;
    width: 528px;
    margin-right: 20px;
  }
  #template-award .content .main .award {
    *zoom: 1;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  #template-award .content .main .award:before,
  #template-award .content .main .award:after {
    display: table;
    content: "";
  }
  #template-award .content .main .award:after {
    clear: both;
  }
  #template-award .content .main .award h2 {
    margin-top: 0;
  }
  #template-award .content .main .award img {
    float: left;
    margin-right: 35px;
  }
  #template-award .content .main .award .copy {
    float: left;
    width: 303px;
  }
  #template-award .content .main .award .copy p {
    margin-top: 0;
  }
  #template-award .content aside {
    float: left;
    width: 220px;
  }
  #template-special-offers .content {
    *zoom: 1;
  }
  #template-special-offers .content:before,
  #template-special-offers .content:after {
    display: table;
    content: "";
  }
  #template-special-offers .content:after {
    clear: both;
  }
  #template-special-offers .content .main {
    float: left;
    width: 528px;
    margin-right: 20px;
  }
  #template-special-offers .content aside {
    float: left;
    width: 220px;
  }
  #template-contact .content {
    *zoom: 1;
  }
  #template-contact .content:before,
  #template-contact .content:after {
    display: table;
    content: "";
  }
  #template-contact .content:after {
    clear: both;
  }
  #template-contact .content .main {
    float: left;
    width: 528px;
    margin-right: 20px;
  }
  #template-contact .content .main h2 {
    margin-top: 0;
  }
  #template-contact .content aside {
    float: right;
    width: 220px;
  }
  #template-suggest-a-venue .content {
    *zoom: 1;
  }
  #template-suggest-a-venue .content:before,
  #template-suggest-a-venue .content:after {
    display: table;
    content: "";
  }
  #template-suggest-a-venue .content:after {
    clear: both;
  }
  #template-suggest-a-venue .content .main {
    float: left;
    width: 528px;
    margin-right: 20px;
  }
  #template-suggest-a-venue .content aside {
    float: left;
    width: 220px;
  }
  #template-gift-vouchers .content {
    *zoom: 1;
  }
  #template-gift-vouchers .content:before,
  #template-gift-vouchers .content:after {
    display: table;
    content: "";
  }
  #template-gift-vouchers .content:after {
    clear: both;
  }
  #template-gift-vouchers .content .main {
    float: left;
    width: 528px;
    margin-right: 20px;
  }
  #template-gift-vouchers .content aside {
    float: left;
    width: 220px;
  }
  #template-information-for-pool-owners .content {
    *zoom: 1;
  }
  #template-information-for-pool-owners .content:before,
  #template-information-for-pool-owners .content:after {
    display: table;
    content: "";
  }
  #template-information-for-pool-owners .content:after {
    clear: both;
  }
  #template-information-for-pool-owners .content .main {
    float: left;
    width: 528px;
    margin-right: 20px;
  }
  #template-information-for-pool-owners .content aside {
    float: left;
    width: 220px;
  }
  #template-testimonials .content {
    *zoom: 1;
  }
  #template-testimonials .content:before,
  #template-testimonials .content:after {
    display: table;
    content: "";
  }
  #template-testimonials .content:after {
    clear: both;
  }
  #template-testimonials .content .main {
    float: left;
    width: 528px;
    margin-right: 20px;
  }
  #template-testimonials .content aside {
    float: left;
    width: 220px;
  }
  #template-login .content {
    *zoom: 1;
  }
  #template-login .content:before,
  #template-login .content:after {
    display: table;
    content: "";
  }
  #template-login .content:after {
    clear: both;
  }
  #template-login .content .main {
    float: left;
    width: 528px;
    margin-right: 20px;
  }
  #template-login .content aside {
    float: left;
    width: 220px;
  }
  #template-account .content {
    *zoom: 1;
  }
  #template-account .content:before,
  #template-account .content:after {
    display: table;
    content: "";
  }
  #template-account .content:after {
    clear: both;
  }
  #template-account .content .main {
    *zoom: 1;
  }
  #template-account .content .main:before,
  #template-account .content .main:after {
    display: table;
    content: "";
  }
  #template-account .content .main:after {
    clear: both;
  }
  #template-account .content .main figure {
    float: left;
    width: 238px;
    height: 210px;
  }
  #template-account .content .main figure:nth-of-type(3n-1) {
    margin: 0 10px 20px;
  }
  #template-account .content .main figure figcaption {
    min-height: 57px;
    line-height: 57px;
  }
  #template-my-details .content {
    *zoom: 1;
  }
  #template-my-details .content:before,
  #template-my-details .content:after {
    display: table;
    content: "";
  }
  #template-my-details .content:after {
    clear: both;
  }
  #template-my-details .content .main {
    float: left;
    width: 528px;
  }
  #template-my-details .content .main form {
    width: 350px;
  }
  #template-my-details .content aside {
    float: left;
    width: 220px;
    margin-right: 20px;
  }
  #template-modify-password .content {
    *zoom: 1;
  }
  #template-modify-password .content:before,
  #template-modify-password .content:after {
    display: table;
    content: "";
  }
  #template-modify-password .content:after {
    clear: both;
  }
  #template-modify-password .content .main {
    float: left;
    width: 528px;
  }
  #template-modify-password .content .main form {
    width: 350px;
  }
  #template-modify-password .content aside {
    float: left;
    width: 220px;
    margin-right: 20px;
  }
  #template-billing-address .content {
    *zoom: 1;
  }
  #template-billing-address .content:before,
  #template-billing-address .content:after {
    display: table;
    content: "";
  }
  #template-billing-address .content:after {
    clear: both;
  }
  #template-billing-address .content .main {
    float: left;
    width: 528px;
  }
  #template-billing-address .content .main form {
    width: 350px;
  }
  #template-billing-address .content aside {
    float: left;
    width: 220px;
    margin-right: 20px;
  }
  #template-change-swimmer .content .main .tab form {
    float: left;
    width: 48%;
  }
  body#template-recommend .content {
    *zoom: 1;
  }
  body#template-recommend .content:before,
  body#template-recommend .content:after {
    display: table;
    content: "";
  }
  body#template-recommend .content:after {
    clear: both;
  }
  body#template-recommend .content .main {
    float: left;
    width: 528px;
    margin-right: 20px;
  }
  body#template-recommend .content aside {
    float: left;
    width: 220px;
  }
  body#template-send-testimonial .content {
    *zoom: 1;
  }
  body#template-send-testimonial .content:before,
  body#template-send-testimonial .content:after {
    display: table;
    content: "";
  }
  body#template-send-testimonial .content:after {
    clear: both;
  }
  body#template-send-testimonial .content .main {
    float: left;
    width: 528px;
    margin-right: 20px;
  }
  body#template-send-testimonial .content aside {
    float: left;
    width: 220px;
  }
  #template-town .main .left-content {
    width: 47%;
    float: left;
    margin-right: 6%;
  }
  #template-town .main .right-content {
    width: 47%;
    float: left;
  }
  #template-town .main .bottom-content {
    clear: both;
  }
}
@media only screen and (min-width: 992px) {
  #header-wrapper {
    width: 980px;
    position: absolute;
    left: 50%;
    margin-left: -490px;
    z-index: 100;
  }
  .wrapper {
    width: 980px;
    padding: 0;
  }
  .wrapper header {
    width: 980px;
    position: relative;
  }
  .wrapper header .message {
    display: none;
    position: absolute;
    width: 200px;
    right: 0;
    top: 76px;
    font-size: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  }
  .wrapper header .message .arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
    position: absolute;
    top: -5px;
    right: 13px;
  }
  .wrapper header img {
    width: 250px;
  }
  .wrapper header nav#menu ul li a {
    height: 93px;
    width: 100px;
    padding: 20px 10px 12px 10px;
    line-height: 1.3;
  }
  .wrapper header nav#menu ul li a .fa {
    font-size: 20px;
  }
  .wrapper header nav#menu ul li:hover .mega {
    display: block;
  }
  .wrapper header nav#menu ul li:hover .mega ul {
    float: left;
    width: auto;
    margin-right: 10px;
  }
  .wrapper header nav#menu ul li:hover .mega ul:last-of-type {
    margin-top: 0;
  }
  .wrapper header nav#menu ul li:hover .mega ul li {
    float: none;
    width: 277px;
    padding: 7px 0;
  }
  .wrapper header nav#menu .mega {
    width: 980px;
    min-height: 190px;
    position: absolute;
    z-index: 200;
    left: -1px;
    top: 92px;
    display: none;
    background: #f6f6f6;
    border: 1px solid #b9bcbb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
  }
  .wrapper header nav#menu .mega a {
    padding: 0;
    line-height: initial;
    width: auto;
    height: auto;
    border: none;
    color: #007fc5;
    font-weight: normal;
    float: none;
  }
  .wrapper header nav#menu .mega a:hover {
    background: none;
    color: #007fc5;
  }
  .wrapper header nav#menu .mega figure {
    margin: 0;
    margin-right: 23px;
    padding: 0;
    border: none;
    *zoom: 1;
    float: left;
    background: #fff;
    border: 2px solid #b9bcbb;
    width: 213px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  .wrapper header nav#menu .mega figure:before,
  .wrapper header nav#menu .mega figure:after {
    display: table;
    content: "";
  }
  .wrapper header nav#menu .mega figure:after {
    clear: both;
  }
  .wrapper header nav#menu .mega figure:last-of-type {
    margin-right: 0;
  }
  .wrapper header nav#menu .mega figure img {
    padding: 0;
    border: none;
    width: auto;
    float: none;
  }
  .wrapper header nav#menu .mega figure figcaption {
    text-align: center;
    padding: 10px 0;
    width: 192px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .wrapper header nav#menu .mega ul {
    list-style-image: url('/_img/icons/chevron.png');
    padding-left: 25px;
    margin-top: 10px;
    float: left;
    width: 100%;
    display: block;
    margin-left: 0;
  }
  .wrapper header nav#menu .mega ul li {
    padding: 10px 0;
    float: left;
    width: 312px;
  }
  .wrapper header nav#menu .mega ul li:before {
    display: none;
  }
  .wrapper header nav#menu .mega ul li a {
    text-align: left;
    font-size: 13px;
  }
  .wrapper header nav#menu .mega .images {
    padding: 20px 0;
    *zoom: 1;
    clear: both;
    display: none;
  }
  .wrapper header nav#menu .mega .images:before,
  .wrapper header nav#menu .mega .images:after {
    display: table;
    content: "";
  }
  .wrapper header nav#menu .mega .images:after {
    clear: both;
  }
  .wrapper header nav#menu .mega .images figure {
    background: none;
    border: none;
    *zoom: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 235px;
    margin: 0;
    height: 102px;
    line-height: 102px;
    margin-right: 49px;
    padding-right: 43px;
    border-right: 2px solid #b9bcbb;
  }
  .wrapper header nav#menu .mega .images figure:before,
  .wrapper header nav#menu .mega .images figure:after {
    display: table;
    content: "";
  }
  .wrapper header nav#menu .mega .images figure:after {
    clear: both;
  }
  .wrapper header nav#menu .mega .images figure:last-of-type {
    margin-right: 0;
    border-right: none;
  }
  .wrapper header nav#menu .mega .images figure:last-of-type img {
    margin-top: 17px;
  }
  .wrapper header nav#menu .mega .images figure img {
    float: left;
  }
  .wrapper header nav#menu .mega .images figure figcaption {
    float: left;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    margin-left: 15px;
  }
  .wrapper header .phone {
    position: relative;
    float: left;
    font-size: 12px;
    width: 186px;
    top: 0;
    right: 0;
    padding: 14px 0 0 0;
    line-height: 1.2;
  }
  .wrapper header .phone .fa {
    display: none;
  }
  .wrapper header .phone strong {
    display: block;
    font-size: 22px;
  }
  .wrapper header .phone span {
    display: block;
    color: #65beb4;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -0.5px;
  }
  .wrapper header .phone span.small {
    text-transform: none;
    font-weight: normal;
    font-size: 10px;
    color: #494949;
  }
  #search-bar .search label i {
    display: block;
    font-size: 35px;
    margin-top: -7px;
  }
  #search-bar .search input {
    width: 290px;
    margin: 0 0 0 20px;
  }
  footer .get-in-touch {
    padding: 20px 0;
  }
  footer .get-in-touch strong {
    font-size: 25px;
    padding-top: 5px;
  }
  footer .get-in-touch a {
    background: #FFF;
  }
  footer .get-in-touch a i {
    font-size: 27px;
    padding: 10px 15px 9px;
  }
  footer .get-in-touch a span {
    padding: 15px 20px;
    font-size: 16px;
  }
  footer .offers {
    margin-bottom: 25px;
  }
  footer .offers a {
    width: 230px;
  }
  footer .offers a img {
    width: 75px;
  }
  footer .offers #brochure img {
    margin-top: 6px;
    width: 90px;
  }
  footer address {
    font-size: 14px;
  }
  footer nav {
    float: left;
    width: 263px;
  }
  footer nav .col {
    float: left;
    margin-left: 40px;
  }
  footer nav a {
    font-size: 14px;
  }
  footer .newsletter {
    float: left;
    clear: none;
  }
  footer .newsletter input[type=email] {
    padding: 5px 10px;
    margin: 0;
    font-size: 14px;
    width: 175px;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer .newsletter input[type=submit] {
    font-size: 14px;
    width: 80px;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer h2 {
    margin: 0 0 10px 0;
    font-size: 14px;
  }
  footer .social {
    clear: none;
    margin-left: 36px;
    width: 295px;
  }
  footer .bottom {
    font-size: 13px;
    width: 980px;
  }
  #template-home-1 .all-content {
    padding-top: 0;
  }
  #template-home-1 .banner .slide .copy {
    top: 100px;
  }
  #template-home-1 .banner .figures figure {
    width: 197px;
    margin-right: 62px;
    float: left;
    display: block;
    margin-left: 0;
  }
  #template-home-1 .banner .figures figure a {
    display: block;
    height: 197px;
  }
  #template-home-1 .banner .figures figure .shadow {
    position: absolute;
    right: -73px;
    height: 157px;
    width: 73px;
    background: url('/_img/shadow.png');
    bottom: -5px;
  }
  #template-home-1 .banner .figures figure:nth-of-type(2n) {
    margin-right: 62px;
    margin-left: 0;
  }
  #template-home-1 .banner .figures figure:last-of-type {
    margin-right: 0;
  }
  #template-home-1 .wrapper.main .content {
    *zoom: 1;
  }
  #template-home-1 .wrapper.main .content:before,
  #template-home-1 .wrapper.main .content:after {
    display: table;
    content: "";
  }
  #template-home-1 .wrapper.main .content:after {
    clear: both;
  }
  #template-home-1 .wrapper.main .content .left {
    float: left;
    width: 546px;
    margin-right: 24px;
  }
  #template-home-1 .wrapper.main .content .locations p {
    width: 33%;
  }
  #template-home-1 .wrapper.main .content aside {
    float: left;
    width: 410px;
  }
  #template-home-1 .wrapper.main .content aside form {
    *zoom: 1;
  }
  #template-home-1 .wrapper.main .content aside form:before,
  #template-home-1 .wrapper.main .content aside form:after {
    display: table;
    content: "";
  }
  #template-home-1 .wrapper.main .content aside form:after {
    clear: both;
  }
  #template-home-1 .wrapper.main .content aside form fieldset.half {
    width: 139px;
    float: left;
  }
  #template-home-1 .wrapper.main .content aside form fieldset.half:nth-of-type(2n) {
    margin-left: 10px;
  }
  #template-home-1 .wrapper.main .content aside form .btn-green {
    float: left;
    clear: both;
  }
  #template-home-1 .wrapper.main .content aside .box.brochure {
    *zoom: 1;
  }
  #template-home-1 .wrapper.main .content aside .box.brochure:before,
  #template-home-1 .wrapper.main .content aside .box.brochure:after {
    display: table;
    content: "";
  }
  #template-home-1 .wrapper.main .content aside .box.brochure:after {
    clear: both;
  }
  #template-home-1 .wrapper.main .content aside .box.brochure img {
    float: left;
  }
  #template-home-1 .wrapper.main .content aside .box.brochure p {
    float: left;
    margin: 0;
    margin-left: 10px;
    width: 147px;
  }
  #template-about .content {
    *zoom: 1;
  }
  #template-about .content:before,
  #template-about .content:after {
    display: table;
    content: "";
  }
  #template-about .content:after {
    clear: both;
  }
  #template-about .content .main {
    width: 721px;
    margin-right: 26px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #template-about .content aside {
    float: left;
    width: 233px;
  }
  #template-venues .content {
    *zoom: 1;
  }
  #template-venues .content:before,
  #template-venues .content:after {
    display: table;
    content: "";
  }
  #template-venues .content:after {
    clear: both;
  }
  #template-venues .content .main {
    width: 721px;
    margin-right: 26px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #template-venues .content .main ul.accordian li ul li {
    width: 30%;
  }
  #template-venues .content aside {
    float: left;
    width: 233px;
  }
  #template-service .content {
    *zoom: 1;
  }
  #template-service .content:before,
  #template-service .content:after {
    display: table;
    content: "";
  }
  #template-service .content:after {
    clear: both;
  }
  #template-service .content .main {
    width: 721px;
    margin-right: 26px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #template-service .content .main .case-study .copy {
    width: 497px;
    margin-left: 20px;
  }
  #template-service .content .main .case-study .copy iframe {
    height: 317px;
  }
  #template-service .content aside {
    float: left;
    width: 233px;
  }
  #template-service-1-1 .content {
    *zoom: 1;
  }
  #template-service-1-1 .content:before,
  #template-service-1-1 .content:after {
    display: table;
    content: "";
  }
  #template-service-1-1 .content:after {
    clear: both;
  }
  #template-service-1-1 .content .main {
    width: 721px;
    margin-right: 26px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #template-service-1-1 .content .main .case-study .copy {
    width: 497px;
    margin-left: 20px;
  }
  #template-service-1-1 .content .main .case-study .copy iframe {
    height: 317px;
  }
  #template-service-1-1 .content aside {
    float: left;
    width: 233px;
  }
  #template-service-category .content,
  #template-services-1 .content {
    *zoom: 1;
  }
  #template-service-category .content:before,
  #template-services-1 .content:before,
  #template-service-category .content:after,
  #template-services-1 .content:after {
    display: table;
    content: "";
  }
  #template-service-category .content:after,
  #template-services-1 .content:after {
    clear: both;
  }
  #template-service-category .content .main,
  #template-services-1 .content .main {
    width: 721px;
    margin-right: 26px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #template-service-category .content .main .figures,
  #template-services-1 .content .main .figures {
    *zoom: 1;
  }
  #template-service-category .content .main .figures:before,
  #template-services-1 .content .main .figures:before,
  #template-service-category .content .main .figures:after,
  #template-services-1 .content .main .figures:after {
    display: table;
    content: "";
  }
  #template-service-category .content .main .figures:after,
  #template-services-1 .content .main .figures:after {
    clear: both;
  }
  #template-service-category .content .main .figures figure,
  #template-services-1 .content .main .figures figure {
    width: 317px;
    float: left;
    margin: 22px 0;
  }
  #template-service-category .content .main .figures figure:nth-of-type(2n),
  #template-services-1 .content .main .figures figure:nth-of-type(2n) {
    margin-left: 21px;
  }
  #template-service-category .content .main .figures figure figcaption,
  #template-services-1 .content .main .figures figure figcaption {
    width: 191px;
    text-align: center;
    margin: 0 auto;
  }
  #template-service-category .content aside,
  #template-services-1 .content aside {
    float: left;
    width: 233px;
  }
  #template-case-studies .content {
    *zoom: 1;
  }
  #template-case-studies .content:before,
  #template-case-studies .content:after {
    display: table;
    content: "";
  }
  #template-case-studies .content:after {
    clear: both;
  }
  #template-case-studies .content .main {
    width: 721px;
    margin-right: 26px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #template-case-studies .content .main .figures {
    *zoom: 1;
  }
  #template-case-studies .content .main .figures:before,
  #template-case-studies .content .main .figures:after {
    display: table;
    content: "";
  }
  #template-case-studies .content .main .figures:after {
    clear: both;
  }
  #template-case-studies .content .main .figures figure {
    width: 206px;
    float: left;
    margin: 14px 0;
  }
  #template-case-studies .content .main .figures figure:nth-of-type(3n-1) {
    margin-left: 21px !important;
    margin-right: 14px;
  }
  #template-case-studies .content .main .figures figure:nth-of-type(2n) {
    margin-left: 0px;
  }
  #template-case-studies .content .main .figures figure figcaption {
    width: 200px;
    text-align: center;
    margin: 0 auto;
  }
  #template-case-studies .content aside {
    float: left;
    width: 233px;
  }
  #template-case-study .content {
    *zoom: 1;
  }
  #template-case-study .content:before,
  #template-case-study .content:after {
    display: table;
    content: "";
  }
  #template-case-study .content:after {
    clear: both;
  }
  #template-case-study .content .main {
    width: 721px;
    margin-right: 26px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #template-case-study .content .main img {
    margin-right: 40px;
  }
  #template-case-study .content .main .copy {
    width: 519px;
  }
  #template-case-study .content .main .copy iframe {
    height: 327px;
  }
  #template-case-study .content aside {
    float: left;
    width: 233px;
  }
  #template-teacher .content {
    *zoom: 1;
  }
  #template-teacher .content:before,
  #template-teacher .content:after {
    display: table;
    content: "";
  }
  #template-teacher .content:after {
    clear: both;
  }
  #template-teacher .content .main {
    width: 721px;
    margin-right: 26px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #template-teacher .content .main img {
    margin-right: 40px;
  }
  #template-teacher .content .main .copy {
    width: 519px;
  }
  #template-teacher .content aside {
    float: left;
    width: 233px;
  }
  #template-blog .content {
    *zoom: 1;
  }
  #template-blog .content:before,
  #template-blog .content:after {
    display: table;
    content: "";
  }
  #template-blog .content:after {
    clear: both;
  }
  #template-blog .content .main {
    width: 721px;
    margin-right: 26px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #template-blog .content .main article.post {
    *zoom: 1;
  }
  #template-blog .content .main article.post:before,
  #template-blog .content .main article.post:after {
    display: table;
    content: "";
  }
  #template-blog .content .main article.post:after {
    clear: both;
  }
  #template-blog .content .main article.post .copy {
    width: 100%;
    *zoom: 1;
    margin-left: 0;
  }
  #template-blog .content .main article.post .copy:before,
  #template-blog .content .main article.post .copy:after {
    display: table;
    content: "";
  }
  #template-blog .content .main article.post .copy:after {
    clear: both;
  }
  #template-blog .content .main article.post .copy img {
    width: 30%;
    float: right;
    margin-top: 48px;
  }
  #template-blog .content .main article.post .copy .text {
    width: 67%;
    float: left;
  }
  #template-blog .content aside {
    float: left;
    width: 233px;
  }
  #template-post .content {
    *zoom: 1;
  }
  #template-post .content:before,
  #template-post .content:after {
    display: table;
    content: "";
  }
  #template-post .content:after {
    clear: both;
  }
  #template-post .content .main {
    width: 721px;
    margin-right: 26px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #template-post .content .main article.post .copy {
    width: 519px;
  }
  #template-post .content aside {
    float: left;
    width: 233px;
  }
  #template-teachers .content {
    *zoom: 1;
  }
  #template-teachers .content:before,
  #template-teachers .content:after {
    display: table;
    content: "";
  }
  #template-teachers .content:after {
    clear: both;
  }
  #template-teachers .content .main {
    width: 721px;
    margin-right: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #template-teachers .content .main .teachers {
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #template-teachers .content .main .teachers .member .copy {
    width: 539px;
  }
  #template-teachers .content aside {
    float: left;
    width: 233px;
    margin-top: 40px;
  }
  #template-careers .content {
    *zoom: 1;
  }
  #template-careers .content:before,
  #template-careers .content:after {
    display: table;
    content: "";
  }
  #template-careers .content:after {
    clear: both;
  }
  #template-careers .content .main {
    width: 721px;
    margin-right: 26px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #template-careers .content aside {
    float: left;
    width: 233px;
  }
  #template-faqs .content {
    *zoom: 1;
  }
  #template-faqs .content:before,
  #template-faqs .content:after {
    display: table;
    content: "";
  }
  #template-faqs .content:after {
    clear: both;
  }
  #template-faqs .content .main {
    width: 721px;
    margin-right: 26px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #template-faqs .content aside {
    float: left;
    width: 233px;
  }
  #template-useful-links .content {
    *zoom: 1;
  }
  #template-useful-links .content:before,
  #template-useful-links .content:after {
    display: table;
    content: "";
  }
  #template-useful-links .content:after {
    clear: both;
  }
  #template-useful-links .content .main {
    width: 721px;
    margin-right: 26px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #template-useful-links .content aside {
    float: left;
    width: 233px;
  }
  #template-awards .content {
    *zoom: 1;
  }
  #template-awards .content:before,
  #template-awards .content:after {
    display: table;
    content: "";
  }
  #template-awards .content:after {
    clear: both;
  }
  #template-awards .content .main {
    width: 721px;
    margin-right: 26px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #template-awards .content .main .award {
    *zoom: 1;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  #template-awards .content .main .award:before,
  #template-awards .content .main .award:after {
    display: table;
    content: "";
  }
  #template-awards .content .main .award:after {
    clear: both;
  }
  #template-awards .content .main .award h2 {
    margin-top: 0;
  }
  #template-awards .content .main .award img {
    float: left;
    margin-right: 35px;
  }
  #template-awards .content .main .award .copy {
    float: left;
    width: 345px;
  }
  #template-awards .content .main .award .copy p {
    margin-top: 0;
  }
  #template-awards .content aside {
    float: left;
    width: 233px;
  }
  #template-award .content {
    *zoom: 1;
  }
  #template-award .content:before,
  #template-award .content:after {
    display: table;
    content: "";
  }
  #template-award .content:after {
    clear: both;
  }
  #template-award .content .main {
    width: 721px;
    margin-right: 26px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #template-award .content .main .award {
    *zoom: 1;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  #template-award .content .main .award:before,
  #template-award .content .main .award:after {
    display: table;
    content: "";
  }
  #template-award .content .main .award:after {
    clear: both;
  }
  #template-award .content .main .award h2 {
    margin-top: 0;
  }
  #template-award .content .main .award img {
    float: left;
    margin-right: 35px;
  }
  #template-award .content .main .award .copy {
    float: left;
    width: 345px;
  }
  #template-award .content .main .award .copy p {
    margin-top: 0;
  }
  #template-award .content aside {
    float: left;
    width: 233px;
  }
  #template-special-offers .content {
    *zoom: 1;
  }
  #template-special-offers .content:before,
  #template-special-offers .content:after {
    display: table;
    content: "";
  }
  #template-special-offers .content:after {
    clear: both;
  }
  #template-special-offers .content .main {
    width: 721px;
    margin-right: 26px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #template-special-offers .content .main .offer {
    *zoom: 1;
    padding-top: 20px;
  }
  #template-special-offers .content .main .offer:before,
  #template-special-offers .content .main .offer:after {
    display: table;
    content: "";
  }
  #template-special-offers .content .main .offer:after {
    clear: both;
  }
  #template-special-offers .content .main .offer figure {
    float: left;
    margin-right: 20px;
  }
  #template-special-offers .content .main .offer .copy {
    float: left;
    width: 260px;
  }
  #template-special-offers .content .main .offer .copy h2 {
    margin-top: 0;
  }
  #template-special-offers .content aside {
    float: left;
    width: 233px;
  }
  #template-contact .content {
    *zoom: 1;
  }
  #template-contact .content:before,
  #template-contact .content:after {
    display: table;
    content: "";
  }
  #template-contact .content:after {
    clear: both;
  }
  #template-contact .content .main {
    width: 721px;
    margin-right: 26px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #template-contact .content aside {
    float: right;
    width: 233px;
  }
  #template-suggest-a-venue .content {
    *zoom: 1;
  }
  #template-suggest-a-venue .content:before,
  #template-suggest-a-venue .content:after {
    display: table;
    content: "";
  }
  #template-suggest-a-venue .content:after {
    clear: both;
  }
  #template-suggest-a-venue .content .main {
    width: 721px;
    margin-right: 26px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #template-suggest-a-venue .content aside {
    float: left;
    width: 233px;
  }
  #template-gift-vouchers .content {
    *zoom: 1;
  }
  #template-gift-vouchers .content:before,
  #template-gift-vouchers .content:after {
    display: table;
    content: "";
  }
  #template-gift-vouchers .content:after {
    clear: both;
  }
  #template-gift-vouchers .content .main {
    width: 721px;
    margin-right: 26px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #template-gift-vouchers .content aside {
    float: left;
    width: 233px;
  }
  #template-information-for-pool-owners .content {
    *zoom: 1;
  }
  #template-information-for-pool-owners .content:before,
  #template-information-for-pool-owners .content:after {
    display: table;
    content: "";
  }
  #template-information-for-pool-owners .content:after {
    clear: both;
  }
  #template-information-for-pool-owners .content .main {
    width: 721px;
    margin-right: 26px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #template-information-for-pool-owners .content aside {
    float: left;
    width: 233px;
  }
  #template-testimonials .content {
    *zoom: 1;
  }
  #template-testimonials .content:before,
  #template-testimonials .content:after {
    display: table;
    content: "";
  }
  #template-testimonials .content:after {
    clear: both;
  }
  #template-testimonials .content .main {
    width: 721px;
    margin-right: 26px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #template-testimonials .content .main .testimonial.image {
    *zoom: 1;
  }
  #template-testimonials .content .main .testimonial.image:before,
  #template-testimonials .content .main .testimonial.image:after {
    display: table;
    content: "";
  }
  #template-testimonials .content .main .testimonial.image:after {
    clear: both;
  }
  #template-testimonials .content .main .testimonial.image img {
    float: left;
    margin-right: 20px;
  }
  #template-testimonials .content .main .testimonial.image blockquote {
    float: left;
    width: 519px;
  }
  #template-testimonials .content aside {
    float: left;
    width: 233px;
  }
  #template-login .content {
    *zoom: 1;
  }
  #template-login .content:before,
  #template-login .content:after {
    display: table;
    content: "";
  }
  #template-login .content:after {
    clear: both;
  }
  #template-login .content .main {
    width: 721px;
    margin-right: 26px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #template-login .content aside {
    float: left;
    width: 233px;
  }
  #template-account .content {
    *zoom: 1;
  }
  #template-account .content:before,
  #template-account .content:after {
    display: table;
    content: "";
  }
  #template-account .content:after {
    clear: both;
  }
  #template-account .content .main {
    *zoom: 1;
    padding: 30px;
  }
  #template-account .content .main:before,
  #template-account .content .main:after {
    display: table;
    content: "";
  }
  #template-account .content .main:after {
    clear: both;
  }
  #template-account .content .main figure {
    width: 290px;
  }
  #template-account .content .main figure:nth-of-type(3n-1) {
    margin: 0 24px 20px;
  }
  #template-my-details .content {
    *zoom: 1;
  }
  #template-my-details .content:before,
  #template-my-details .content:after {
    display: table;
    content: "";
  }
  #template-my-details .content:after {
    clear: both;
  }
  #template-my-details .content .main {
    width: 721px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #template-my-details .content aside {
    float: left;
    width: 233px;
    margin-right: 26px;
  }
  #template-modify-password .content {
    *zoom: 1;
  }
  #template-modify-password .content:before,
  #template-modify-password .content:after {
    display: table;
    content: "";
  }
  #template-modify-password .content:after {
    clear: both;
  }
  #template-modify-password .content .main {
    width: 721px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #template-modify-password .content aside {
    float: left;
    width: 233px;
    margin-right: 26px;
  }
  #template-billing-address .content {
    *zoom: 1;
  }
  #template-billing-address .content:before,
  #template-billing-address .content:after {
    display: table;
    content: "";
  }
  #template-billing-address .content:after {
    clear: both;
  }
  #template-billing-address .content .main {
    width: 721px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #template-billing-address .content aside {
    float: left;
    width: 233px;
    margin-right: 26px;
  }
  #template-edit-lesson .content {
    *zoom: 1;
  }
  #template-edit-lesson .content:before,
  #template-edit-lesson .content:after {
    display: table;
    content: "";
  }
  #template-edit-lesson .content:after {
    clear: both;
  }
  #template-edit-lesson .content .main {
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #template-edit-lesson .content .main .tab {
    padding: 30px;
  }
  body#template-recommend .content {
    *zoom: 1;
  }
  body#template-recommend .content:before,
  body#template-recommend .content:after {
    display: table;
    content: "";
  }
  body#template-recommend .content:after {
    clear: both;
  }
  body#template-recommend .content .main {
    width: 721px;
    margin-right: 26px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  body#template-recommend .content aside {
    float: left;
    width: 233px;
  }
  body#template-send-testimonial .content {
    *zoom: 1;
  }
  body#template-send-testimonial .content:before,
  body#template-send-testimonial .content:after {
    display: table;
    content: "";
  }
  body#template-send-testimonial .content:after {
    clear: both;
  }
  body#template-send-testimonial .content .main {
    width: 721px;
    margin-right: 26px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  body#template-send-testimonial .content aside {
    float: left;
    width: 233px;
  }
}
/*// 1382px
@media only screen and (min-width: 1382px) {
@import "1382";
}*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* 2x =================================================== */
}

.page-ballymore aside {
   display: none;
}

.page-ballymore .main {
   width: 100%!important;
}

.page-ballymore .owl-carousel {
   text-align: center;
}