/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
 @import 'https://fonts.googleapis.com/css?family=Josefin+Sans';
 @import 'https://fonts.googleapis.com/css?family=Raleway';
 
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
body {
  padding: 0;
  margin: 0;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  position: relative;
  top: 0;
  left: 0;
  letter-spacing:1px;
}
::-webkit-input-placeholder {
  color: #000444;
}
:-moz-placeholder {
  color: #000444;
}
::-moz-placeholder {
  color: #000444;
}
:-ms-input-placeholder {
  color: #000444;
}
.clear {
  clear: both;
}
.fa-play-circle {
  margin-top: 100px;
  margin-left: 170px;
  position: absolute;
  font-size: 80px!important;
  color: #fff;
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.bodypush {
  left: -200px;
  position: relative;
}
.overlay {
  width: 100%;
  height: 580px;
  top: 0;
  z-index: 25;
  /*background-image: -webkit-linear-gradient(top, #ba385c, rgba(244,40,83,0.4));background-color: transparent;background-repeat: repeat-x;*/
  overflow: hidden;
}

.pull-left {
  float: left!important;
}
.pull-right {
  float: right!important;
}
.graybg {
  background: #fefefe;
}
.none {
  display: none;
}
.margin100 {
  margin-top: 0px!important;
}
.margin-top-none {
  margin-top: 0;
}
.mobile-only {
  display: none !important;
}
.desktop-only {
  display: block;
}

a.defaultlink {
  color: #000;
  font-size:inherit;
  font-family:inherit;
  text-decoration:underline;
}

a.defaultlink:active {
  color: #000;
  text-decoration:underline;
}

a.defaultlink:visited {
  color: #000;
  text-decoration:underline;
}

a.defaultlink:hover {
  color: #000;
  text-decoration:underline;
}

header {
  height: 70px;
  width: 100%;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  z-index: 150;
  position: fixed;
    background: rgba(255, 255, 255, 1);
    background-image: none;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
header .sub {
  margin: 0px auto;
  width: 80%;
}
header .sub .logo {
  float: left;
  margin-top: 20px;
  background: url('../../../images/logo.jpg');
  width: 175px;
  height: 27px;
  background-size:cover;
  background-repeat:no-repeat;
}
header .sub .blacklogo {
  float: left;
  margin-top: 20px;
  background: url('../../../images/logo.jpg');
  width: 175px;
  height: 27px;
  background-size:cover;
  background-repeat:no-repeat;
}
header .sub nav {
  float: right;
}
header .sub nav a {
  -webkit-transition: all 75ms ease-out;
  -moz-transition: all 75ms ease-out;
  -o-transition: all 75ms ease-out;
  transition: all 75ms ease-out;
  text-align: right;
	color: #000;
  text-shadow: none;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 29px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  float: left;
  margin-left: 25px;
  padding-bottom: 4px;
    border-bottom: 1px solid #FFF;
}
header .sub nav a:hover {
  cursor: pointer;
  color: #000;
  border-bottom: 1px solid #000;
}

.fixed {
  position: fixed;
  background: rgba(255, 255, 255, 1);
  background-image: none;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

/*TOGGLE*/
#menuToggle{
    display: block;
    position: relative;
    top: 23px;
    right: 0px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle input {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: -7px;
    right: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}

#menuToggle span
{
  display: block;
    width: 28px;
    height: 3px;
    margin-bottom: 6px;
    position: relative;
    background: #000;
    border-radius: 1px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #000;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 280px;
  margin: 20px 0 0 -260px;
  padding: 20px 20px 0px;
  background: #FFF;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}

#menu a{
    -webkit-transition: all 75ms ease-out;
    -moz-transition: all 75ms ease-out;
    -o-transition: all 75ms ease-out;
    transition: all 75ms ease-out;
    text-align: left;
	width:100%;
	display:block;
    color: #000;
    text-shadow: none;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 0px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    float: none;
    margin-left: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #FFF;
}	

#menu a:hover {
  cursor: pointer;
  color: #000;
  border-bottom: 1px solid #000;
}

#menu li
{
  font-size: 14px;
  margin-bottom:20px;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: scale(1.0, 1.0);
  opacity: 1;
}
/*
 TOGGLE
 */

.banner {
  width: 100%;
  z-index: -1;
  margin: 100px auto 40px;
  overflow: hidden;
}
.banner .sub {
  margin: 0px auto;
  width: 80%;
  text-align: left;
  background: url(../../../images/banner.jpg) no-repeat;
  background-size: contain;
  background-position: right center;
  -webkit-transition: 300ms ease-out;
  -moz-transition: 300ms ease-out;
  -o-transition: 300ms ease-out;
  transition: 300ms ease-out;
  height: 500px;
}

.banner .sub h1 {
     letter-spacing: 0;
    color: #000;
    padding-top: 100px;
    z-index: 2;
    margin: 0;
    padding-bottom: 0;
    font-size: 40px;
    font-family: 'Josefin Sans', sans-serif;
	    width: 50%;
}
.banner .sub h2 {
  color: #333;
  z-index: 2;
  padding-top: 5px;
  margin-top: 0;
  font-size: 28px;
  font-family: 'Raleway', sans-serif;
  padding-bottom: 10px;
  line-height:40px;
  max-width:50%;
  font-weight:400;
}
.banner .sub a.shopnow {
  -webkit-transition: background 175ms ease-out;
  -moz-transition: background 175ms ease-out;
  -o-transition: background 175ms ease-out;
  transition: background 175ms ease-out;
  border: 2px solid #000;
  margin: 25px auto;
  background: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 10px 40px 7px 40px;
}
.banner .sub a.shopnow:hover {
  cursor: pointer;
  background: #FFFFFF;
  color:#000;
  border: 2px solid #000;
}
.subpage {
    padding-top: 100px;
    width: 60%;
    margin: 0px auto;
    color: #000;
  min-height: 750px;
}
.subpage a {
  color: #000;
}

.subpage a:active {
  color: #000;
}

.subpage a:visited {
  color: #000;
}

.subpage a:hover {
  color: #000;
}

.subpage h1 {
  letter-spacing: 0;
    color: #000;
    padding-top: 50px;
    z-index: 2;
    margin: 0;
    padding-bottom: 0;
    font-size: 40px;
    font-family: 'Josefin Sans', sans-serif;
}
.subpage h2 {
	font-family: 'Josefin Sans', sans-serif;
	text-decoration:none;
	text-align:left;
	font-size:22px;
	margin-top:5px;
  	text-transform: uppercase;
}

.subpage h3 {
	font-family: 'Josefin Sans', sans-serif;
	text-decoration:none;
	text-align:left;
	font-size:18px;
	margin-top:25px;
	line-height:26px;
}

.sepa{
height:1px;
margin-top:40px;
margin-bottom:40px;
width:100%;
}

.blackbar{
height:50px;
width:100%;
background:#000;
margin-top:40px;
margin-bottom:30px;
}

.subpage p {
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 25px;
}
.subpage .login {
  min-height: 450px;
  width: 640px;
  margin: 25px auto!important;
  padding-bottom: 25px;
}
.subpage .login h1 {
  font-family: 'Josefin Sans', sans-serif;
  text-decoration: none;
  text-align: left;
  color: #000;
  margin-bottom: 5px;
  text-transform: uppercase;
  padding-top:20px;
}
.subpage .login h2 {
  font-weight: 400;
  font-family: 'Raleway', arial, sans-serif;
  text-decoration: none;
  text-align: left;
  font-size: 20px;
  margin-top: 5px;
  text-transform: uppercase;
  color:#333;
}

.subpage .login form label {
  padding-bottom: 5px;
}

.subpage .login form textarea {
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border: 1px solid #ccc;
  outline: none;
  padding: 10px;
   font-weight: 400;
  font-family: 'Raleway', arial, sans-serif;
  font-size:12px;
  background: #FFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.subpage .login form textarea::-webkit-input-placeholder {
  color: #ccc;
}
.subpage .login form textarea:-moz-placeholder {
  color: #ccc;
}
.subpage .login form textarea::-moz-placeholder {
  color: #ccc;
}
.subpage .login form textarea:-ms-input-placeholder {
  color: #ccc;
}
.subpage .login form textarea::-webkit-input-placeholder {
  color: #ccc;
}
.subpage .login form textarea:-moz-placeholder {
  color: #ccc;
}
.subpage .login form textarea::-moz-placeholder {
  color: #ccc;
}
.subpage .login form textarea:-ms-input-placeholder {
  color: #ccc;
}
.subpage .login form input {
  margin-top: 5px;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
 font-weight: 400;
  font-family: 'Raleway', arial, sans-serif;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  border: 1px solid #ccc;
  outline: none;
    font-size:12px;
   background: #FFF;
   -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.subpage .login form input::-webkit-input-placeholder {
  color: #ccc;
}
.subpage .login form input:-moz-placeholder {
  color: #ccc;
}
.subpage .login form input::-moz-placeholder {
  color: #ccc;
}
.subpage .login form input:-ms-input-placeholder {
  color: #ccc;
}
.subpage .login form button {
  font-family: 'Josefin Sans', arial, sans-serif;
  width: 175px;
  margin-bottom: 15px;
  padding: 13px 20px 8px 20px;
  border: 2px solid #000;
  color: #fff;
  margin-right: 5px;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  clear: both;
  background: #000;
  -webkit-transition: background 175ms ease-out;
  -moz-transition: background 175ms ease-out;
  -o-transition: background 175ms ease-out;
  transition: background 175ms ease-out;
  outline: none;
  text-transform:uppercase;
}
.subpage .login form button:hover {
  background: #FFF;
  color: #000;
  border: 2px solid #000;
  cursor:pointer;
}

.page .section1 {
  padding: 0px 0 50px 0;
  margin: 0 auto;
  width: 80%;
}
.page .section1 .photos {
    width: 38%;
    display: inline-block;
    vertical-align: top;
}
.page .section1 .photos img {
	width:100%;
}
.page .section1 .information {
  width: 59%;
  display: inline-block;
}
.page .section1 .information h1 {
  text-transform: uppercase;
  color: #000;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 36px;
  margin-top: 0px;
}

.page .section1 .information h2 {
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 30px;
}

.page .section1 .information p {
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 30px;
}

.page .section1 .information a {
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 30px;
  color:#000;
}

.page .section1 .information a:link {
color:#000;
}

.page .section1 .information a:active {
color:#000;
}

.page .section1 .information a:hover {
color:#000;
}

.page .section1 .information a:visited {
color:#000;
}

.page .section1 .information a.shopnow {
    -webkit-transition: background 175ms ease-out;
    -moz-transition: background 175ms ease-out;
    -o-transition: background 175ms ease-out;
    transition: background 175ms ease-out;
    border: 2px solid #000;
    background: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display:block;
	line-height: 30px;
	width:100%;
	padding-top:4px;
	margin-bottom:40px;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 }
 
.page .section1 .information a.shopnow:hover {
  cursor: pointer;
  background: #FFFFFF;
  color:#000;
  border: 2px solid #000;
}

.page .section2 .education1 {
  background: #000;
}
.page .section2 .education1 .sub {
    width: 80%;
    margin: 0px auto;
    display: table;
    padding: 40px 0px 40px;
}
.page .section2 .education1 .sub .information {
        width: 50%;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}
.page .section2 .education1 .sub .information h1 {
  font-size: 36px;
  font-family: 'Josefin Sans', sans-serif;
}
.page .section2 .education1 .sub .information p {
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  width: 100%;
  color: #fff;
  line-height: 1.5em;
}
.page .section2 .education1 .sub .video {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

.videowrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page .section3 {
  width: 960px;
  margin: 0px auto;
}
.page .section3 h1 {
  text-transform: uppercase;
  color: #000;
  font-weight: 100;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 36px;
  margin-top: 60px;
}
.page .section3 .cycle-slideshow {
  position: static;
  margin-top: 50px;
}
.page .section3 .cycle-slideshow .testimonial-item {
  	width: 100%;
    clear: both;
    margin-top: 0px;
    height: 240px;
}
.page .section3 .cycle-slideshow .testimonial-item .img {
  float: left;
      margin-top: 25px;
}
.page .section3 .cycle-slideshow .testimonial-item .img img {
  -webkit-border-radius: 150px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 150px;
  -moz-background-clip: padding;
  border-radius: 150px;
  background-clip: padding-box;
  height: 150px;
  width: 150px;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
.page .section3 .cycle-slideshow .testimonial-item .info {
  width: 100%;
  text-align: right;
}
.page .section3 .cycle-slideshow .testimonial-item .info .name {
  font-weight: 700;
  font-family: 'Josefin Sans', sans-serif;
  text-align: right;
  font-size: 18px;
  color: #000;
}
.page .section3 .cycle-slideshow .testimonial-item .info .location {
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  text-align: right;
  font-size: 14px;
  color: #333;
}
.page .section3 .cycle-slideshow .testimonial-item .info p {
  font-size: 24px;
    font-weight: 400;
    color: #000;
    font-family: 'Raleway', sans-serif;
    width: 100%;
    padding-left: 170px;
    margin: 0px auto;
    margin-bottom: 25px;
    padding-top: 40px;
    text-align: left;
    -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page .section3 .cycle-slideshow .cycle-pager {
  width: 200px;
    height: 50px;
    margin: 20px auto;
    font-size: 60px;
    text-align: center;
    color: #333;
    letter-spacing: 5px;
    cursor: pointer;
    margin-bottom: 50px;
}
.page .section3 .cycle-slideshow .cycle-pager-active {
  color: #FF0000;
}
.page .section4 {
  margin: 0px auto;
  background: #f4f4f4;
     padding: 50px 0px;
}
.page .section4 .sub {
    width: 80%;
    margin: 20px auto;
    display: table;
}
.page .section4 .sub .firstlevel {
  margin-bottom: 20px;
}
.page .section4 .sub .item {
  width: 33%;
  display:table-cell;
  padding: 0px 20px;
}
.page .section4 .sub .item h4 {
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 0;
  top: 0;
  font-family: 'Josefin Sans', sans-serif;
  color: #000;
  height:40px;
}
.page .section4 .sub .item p {
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  line-height: 24px;
  font-weight:400;
  color:#333;
}
.page .section4 .sub .last {
  padding-right: 0;
}
.page .section4 .section4btn {
      clear: both;
    width: 100%;
    height: 95px;
    text-align: center;
    margin-top: 10px;
}

hr{
background:#000;	
}

.page .section4 .ordernow-btn {
  width: 325px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  background: #000;
  padding: 15px 40px 11px;
  color: #fff;
  text-decoration: none;
  position: relative;
  left: 0;
  right: 0;
  top: 20px;
  margin: 0px auto;
  clear: both;
  text-transform:uppercase;
  cursor:pointer;
}
.page footer {
  width: 100%;
  color: #333;
}
.page footer .bottom-footer {
  background: #FFF;
  height: 250px;
  font-family: 'Raleway', sans-serif;
  font-weight:400;
}
.page footer .bottom-footer .sub {
  width: 80%;
  margin: 0px auto;
  padding-top: 35px;
}
.page footer .bottom-footer .sub img {
  width: 180px;
}
.page footer .bottom-footer .sub p {
  font-size: 14px;
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
}
.page footer .bottom-footer .sub .footer-links {
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
}
.page footer .bottom-footer .sub .footer-links .footer-logo {
  color: #333;
}
.page footer .bottom-footer .sub .footer-links a {
  color: #333;
  text-decoration: none;
  -webkit-transition: animation 175ms ease-out;
  -moz-transition: animation 175ms ease-out;
  -o-transition: animation 175ms ease-out;
  transition: animation 175ms ease-out;
}
.page footer .bottom-footer .sub .footer-links a:hover {
  text-decoration: none;
}

.show-xs{
	display:none !important;	
	}
	
	.formError{
		font-size: 10px;
  font-family: 'Raleway', sans-serif;
  font-weight:400;
  line-height: 20px;
  color:#FF0000;
	}

@media screen and (max-width: 1352px) {
	.banner .sub h1{
		font-size: 35px;
		padding-top:80px;
		max-width:50%;
	}
	
	.banner .sub h2{
		font-size: 24px;
		max-width:50%;
	}
	
} 

@media screen and (max-width: 1100px) {
	header .sub {
    width: 94%;
}
.banner .sub {
    width: 94%;
}
.page .section1 {
    width: 94%;
}    
.page .section2 .education1 .sub {
    width: 94%;
}
.page .section3 {
    width: 94%;
}
.page .section4 .sub {
    width: 94%;
}
.page footer .bottom-footer .sub {
    width: 94%;
}
.subpage {
    width: 80%;
}
}
@media screen and (max-width: 850px) {
  .mobile-only {
    display: block !important;
  }
  .cell {
    display: table-cell !important;
  }
  .desktop-only {
    display: none;
  }
  .fixedmenu {
    overflow-y: hidden !important;
    height: 100%;
  }
  html,
  body {
    overflow-x: hidden;
  }
  header .shop {
    display: none;
  }
  
  .banner .sub{
  height:300px;
  }
  
  .banner .sub h1{
		font-size: 26px;
		padding-top:40px;
	}
	
	.banner .sub h2{
		font-size: 16px;
		line-height:28px;
	}
	
	.banner .sub a.shopnow {
    font-size: 16px;
	}
	
	.page .section1 .information h1 {
    font-size: 26px;
}

.page .section2 .education1 .sub .information h1 {
font-size: 26px;
}

.page .section2 .education1 .sub .information p {
    font-size: 16px;
}

.page .section4 .sub .item h4{
	 font-size: 20px;
}

.page .section3 .cycle-slideshow .testimonial-item .info p {
    font-size: 16px;
}

.hide-mobile{
display:none !important;	
}

.page .section1 .information {
    width: 100%;
}

.page .section1 .photos {
    width: 50%;
    margin-left: 25%;
}

.page .section2 .education1 .sub .information{
width: 100%;
    display: block;
}
.page .section2 .education1 .sub .video {
    width: 100%;
    display: block;
}

.subpage {
    width: 94%;
}

.subpage .login {
    width: 100%;
}

.subpage h1 {
font-size:26px;	
}

.subpage h3 {
    font-size: 16px;
    line-height: 22px;
}

.subpage p {
    font-size: 12px;
    line-height: 25px;
}

}

@media screen and (max-width: 620px) {
	.hide-xs{
	display:none !important;	
	}
	
	.show-xs{
	display:block !important;	
	}
	
	.banner .sub {
    background: url(../../../images/banner2.jpg) no-repeat;
    background-position: center center;
    background-size: contain;
    height: 300px;
}

.page .section4 .sub .item {
    width: 100%;
    display: block;
    margin-bottom: 40px;
	padding:0;
}

.cell {
    display: block !important;
}

.page .section3 .cycle-slideshow .testimonial-item .img{
display:none;	
}
.page .section3 .cycle-slideshow .testimonial-item .info p {
 padding-left: 0px; 
}

}

@media screen and (max-width: 540px) {
	
	.banner .sub {
    height: 240px;
}
}

@media screen and (max-width: 440px) {
	
	.banner .sub {
    height: 190px;
}
}