/* Google Fonts Import
--------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,700,900,400italic,700italic,900italic);
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
/*overflow-x: hidden;*/}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* #Basic Styles
================================================== */
body {
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #151820;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
html {
	background:#fff;
/*overflow-x: hidden;*/ }
/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	letter-spacing:0.04em;
	font-family: 'Playfair Display', serif;
	text-transform:uppercase;
	color:#000;
	font-weight:700;
	text-shadow: 0px 1px 1px white;
	-webkit-text-stroke: 1px transparent;
	webkit-font-smoothing: antialiased;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	color:#000;
}
h1 {
	font-size: 2.6em;
	line-height:2em;
}
h2 {
	font-size: 2.2em;
	margin-bottom:10px;
	line-height:1.8em;
	letter-spacing:0.2em;
}
h3 {
	font-size: 1.8em;
	margin-bottom: 10px;
	line-height:1.8em;
}
h4 {
	font-size: 1.4em;
	line-height:1.4em;
	margin-bottom: 10px;
}
h5 {
	font-size: 1.1em;
	line-height:1.0em;
	margin-bottom: 10px;
}
h6 {
	font-size: 1.0em;
	text-transform:capitalize;
}
.subheader {
	color: #424b5f;
}
p {
	color: #111;
	line-height:1.6em;
	font-size:1.3em;
	margin: 0 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}
p.last {
	margin-bottom:0;
}
p img {
	margin: 0;
}
img.left {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}
img.right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
small {
	font-size: 80%;
}
hr {
	display: inline-block;
	width: 100px;
	height: 2px;
	background: #000;
	margin-bottom: 35px;
	border:none;
}
/* Text Selection */
::selection {
background: #e6e9ee;
color: #000; /* Safari */
}
::-moz-selection {
background: #e6e9ee;
color: #000; /* Firefox */
}
/* #Links
================================================== */
a, a:visited {
	color:#000;
	text-decoration: none;
	outline: 0;
}
p a, p a:visited {
	line-height: inherit;
}
/* #Images
================================================== */
img.scale-with-grid {
	max-width: 50%;
	height: auto;
}
/* #Forms
================================================== */
/* General Forms */
form {
	margin-bottom: 0px;
}
fieldset {
	margin-bottom: 20px;
}
label, legend {
	display: block;
	font-size: 14px;
}
input[type="checkbox"] {
	display: inline;
}
label span, legend span {
	font-weight: normal;
	font-size: 13px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	padding: 10px 10px;
	outline: none;
	overflow: hidden;
	font: 14px;
	margin: 0;
	width: 198px;
	max-width: 100%;
	display: block;
	margin-bottom: 10px;
}
select {
	padding: 0;
}
textarea {
	min-height: 100px;
}
select {
	width: 220px;
}
/* Header Responsive Menu Form Style */
.responsive select {
	-webkit-appearance: none;
	padding: 5px;
	outline: none;
	border:1px solid #000;
	overflow: hidden;
	font: 1em Arial, Helvetica, sans-serif;
	max-width: 100%;
	display: block;
	margin:10px auto 0 auto;
	background:#000 url(../images/navselect.gif) no-repeat right center;
	color: #fff;
}
.responsive option {
	outline: none;
	border: 0;
	overflow: hidden;
	font: 1em Arial, Helvetica, sans-serif;
	max-width: 100%;
	display: block;
	padding-left: 15px;
}
/* #Misc
================================================== */
.remove-bottom {
	margin-bottom: 0 !important;
}
.half-bottom {
	margin-bottom: 10px !important;
}
.add-bottom {
	margin-bottom: 20px !important;
}
.left {
	float: left;
}
.right {
	float: right;
}
/****************************** MAIN STYLES - backgorund,deviders ******************************/
/* Main Container */
img, embed, object, video {
	max-width: 100%
}
/* Deviders */
hr.separator {
	height: 1px;
	margin: 40px 0;
	border-top:1px solid #929393;
}
/****************************** Navigation ******************************/
#headertop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding:10px 0;
	background: rgba(255, 255, 255, 0.90);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	z-index: 2;
}
.logo h2 {
	font-family:'Playfair Display', serif;
	text-transform:none;
	letter-spacing:0;
	line-height:.2em;
}
/* reset  list style */
.cbp-tm-menu, .cbp-tm-menu ul {
	list-style: none;
}
/* set menu position; change here to set to relative or float, etc. */
.cbp-tm-menu {
	float:right;
	text-align: right;
	padding: 0 2em;
	margin-top: -35px;
	text-transform: capitalize;
}
/* first level menu items */
.cbp-tm-menu > li {
	display: inline-block;
	position: relative;
}
.cbp-tm-menu > li > a {
	margin-right: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
}
.cbp-tm-menu > li > a:after {
	content: " / ";
	font-weight: 400;
	margin-left: 20px;
}
.cbp-tm-menu > li > a {
	font-size: 1.1em;
	display: block;
	color:#626265;
}
.cbp-tm-menu li a:hover, .cbp-tm-menu li.current a {
	color:#000;
}
.cbp-tm-menu li li a:hover {
	color:#fff;
}
.no-touch .cbp-tm-menu > li > a:hover, .no-touch .cbp-tm-menu > li > a:active {
	color: #000;
}
/* sumbenu with transitions */
.cbp-tm-submenu {
	position: absolute;
	display: block;
	visibility: hidden;
	opacity: 0;
	padding: 0;
	text-align: left;
	pointer-events: none;
	-webkit-transition: visibility 0s, opacity 0s;
	-moz-transition: visibility 0s, opacity 0s;
	transition: visibility 0s, opacity 0s;
}
.cbp-tm-show .cbp-tm-submenu {
	width: 16em;
	left: 50%;
	margin:0 0 0 -8em;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-transition: visibility 0s, opacity 0.3s;
	-moz-transition: visibility 0s, opacity 0.3s;
	transition: visibility 0s, opacity 0.3s;
}
.cbp-tm-show-above .cbp-tm-submenu {
	bottom: 100%;
	padding-bottom: 10px;
}
.cbp-tm-show-below .cbp-tm-submenu {
	top: 100%;
	padding-top: 10px;
}
/* extreme cases: not enough space on the sides */
.cbp-tm-nospace-right .cbp-tm-submenu {
	right: 0;
	left: auto;
}
.cbp-tm-nospace-left .cbp-tm-submenu {
	left: 0;
}
/* last menu item has to fit on the screen */
.cbp-tm-menu > li:last-child .cbp-tm-submenu {
	right: 0;
}
/*  
arrow: depending on where the menu will be shown, we set 
the right position for the arrow
*/
 
.cbp-tm-submenu:after {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.cbp-tm-show-above .cbp-tm-submenu:after {
	top: 100%;
	margin-top: -10px;
}
.cbp-tm-show-below .cbp-tm-submenu:after {
	bottom: 100%;
	margin-bottom: -10px;
}
.cbp-tm-submenu:after {
	border-color: transparent;
	border-width: 16px;
	margin-left: -16px;
	left: 50%;
}
.cbp-tm-show-above .cbp-tm-submenu:after {
	border-top-color: #000;
}
.cbp-tm-show-below .cbp-tm-submenu:after {
	border-bottom-color: #000;
}
.cbp-tm-submenu > li {
	display: block;
	background: #000;
}
.cbp-tm-submenu > li > a {
	padding: 5px 2.3em 5px 0.6em; /* top/bottom paddings in 'em' cause a tiny "jump" in Chrome on Win */
	display: block;
	font-size: 1.1em;
	position: relative;
	color: #fff;
	border: 4px solid #000;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.no-touch .cbp-tm-submenu > li > a:hover, .no-touch .cbp-tm-submenu > li > a:active {
	color: #fff;
	background: #47a3da;
}
/* -------------------------------------------------------------------------------- */
/*	3. Header
/* -------------------------------------------------------------------------------- */
.header-cover {
	overflow-y: hidden;
}
.header {
	background:url(../images/background.jpg) no-repeat center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	height:auto;
	padding:30% 0 0 0;
}
.section {
	position: relative;
}
.header-inner {
	position: relative;
	z-index: 1;
	text-align: right;
}
.header-cover .site {
	background:none;
}
#ef-main-description {
	font-size: 50px;
	font-weight: 800;
	line-height: 1.1em;
	text-transform: none;
	word-spacing: 0.3em;
	margin: 0;
	color:#fff;
	background: #FB89D5;
	padding:10px;
	display:inline-block;
	opacity: 1;
	webkit-transition: all .5s ease-in-out;
	-webkit-transition-delay: .2s;
	-moz-transition: all .5s ease-in-out .2s;
	-o-transition: all .5s ease-in-out .2s;
	transition: all .5s ease-in-out .2s;
	cursor:pointer;
}
#ef-main-description:hover {
	opacity: .5;
}
.ef-fancy {
	font-weight: 700;
	font-family: 'Playfair Display', serif;
}
/* HOME/INTRO
================================================== */
.intro {
	text-align:center;
	margin-bottom:60px;
	padding-top:50px;
}
/* HOME/OFFER
================================================== */
.offer {
	background:#e6e9ee;
	padding:80px 0;
	text-align:center;
}
/* Text scale */
.offer section a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #000;
	font-weight:700;
	text-shadow: 0 0 1px #fff;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}
 .offer section a::before, .offer section a::after {
 pointer-events: none;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 -webkit-font-smoothing: antialiased;
 font-smoothing: antialiased;
}
.link-braces a {
	padding: 0 0.25em;
	font-weight: 500;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.link-braces a:hover {
	color: #000;
}
 .link-braces a::before, .link-braces a::after {
 position: absolute;
 top: 0;
 font-weight: 100;
 font-size: 150%;
 line-height: 1;
 opacity: 0;
 -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
 transition: opacity 0.2s, transform 0.2s;
}
 .link-braces a::before {
 left: -0.1em;
 content: '[';
 -webkit-transform: translateX(-100%);
 transform: translateX(-100%);
}
 .link-braces a::after {
 right: -0.1em;
 content: ']';
 -webkit-transform: translateX(100%);
 transform: translateX(100%);
}
 .link-braces a:hover::before, .link-braces a:hover::after {
 opacity: 1;
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
/* HOME/NEWS
================================================== */
/*  Info Section  */
.info {
	width: 100%;
	overflow: hidden;
	background: #000;
}
.info_pic {
	display: block;
	width: 50%;
	height: 1200px;
	float: left;
	background: url(../images/moved2016.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.info_details {
	display: block;
	width: 50%;
	height: 245px;
	float: left;
	padding: 40px 0;
}
.info_details h3 {
	color: #fff;
	margin: 0 0 3.333333333333333% 40px;
	line-height: 40px;
}
.info_details p {
	color: #ededed;
	margin: 0 0 3.333333333333333% 40px;
	line-height: 30px;
}
.info_details a {
	color: #fff;
	margin: 0 0 0 40px;
	text-decoration: none;
}
.info_details a span {
	margin-left: 10px;
}
a.read-more {
	font-size:1.2em;
	background: rgba(255, 255, 255, 0.15);
	padding:5px 10px;
}
.news a.read-more {
	font-size:1.2em;
	background:#000;
	color:#fff;
	padding:5px 10px;
	display:inline-block;
	margin-top:5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
}
.news a.read-more:hover {
	background:#292a2b;
}.homejoinnow1 {
	text-align: center;
	margin: 80px 0 0 0;
	background: url(../images/Moving-2015) center no-repeat;
	padding: 90px 0;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
}


.homejoinnow {
	background: url(../images/openweek16.jpg) center no-repeat;
	padding: 110px 0;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;

}
.homejoinnow p {
	color: #e6e9ee;
	font-size: 1.4em;
	font-style:italic;
}
a.joinbutton {
	display:inline-block;
	padding: 8px 20px;
	font-weight: bold;
	font-size: 1.4em;
	letter-spacing: 0;
	border:0px solid #000;
	margin-top:25px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
}
}
/* ABOUT
================================================== */
#about {
	margin-bottom:80px;
}
#about .header {
	background: url(../images/background.jpg) no-repeat center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	height:auto;
	padding:30% 0 0 0;
}
#about #ef-main-description {
	background: #FB89D5;
}
.meetus {
	margin-bottom:60px;
}
.meetus .intro {
	margin-top:-70px;
}
span.dropcap {
	float: left;
	padding: 0px 6px 0 0;
	font-size: 3em;
	font-weight: bold;
	line-height: 1;
}
blockquote {
	background: #FB89D5;
	color:#fff;
	font-size:1.2em;
	padding:20px;
	margin:10px 0 15px 0;
	line-height:1.6em;
	font-style:italic;
	font-weight:700;
}

	

}
.info.jack {
	width: 100%;
	overflow: hidden;
	background: #FB89D5;
}
.info_details.jack {
	display: block;
	width: 25%;
	height: 245px;
	float: right;
	padding: 40px 0;
}
.info_pic.jack {
	display: block;
	width: 50%;
	height: 305px;
	float: right;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background: url(../images/jamal.jpg) no-repeat;
}
.info_details.jack h3 {
	margin: 0 40px 3.333333333333333% 0;
}
.info_details.jack p {
	margin: 0 40px 3.333333333333333% 0;
}
.info_details.jack a {
	margin: 0 40px 0 0;
}
/* -------------------------------- 
Our Team
-------------------------------- */
.ourteam {
	margin-bottom:60px;
}
main {
	position: relative;
	z-index: 2;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
main.slide-out {
	/* the main element slides to the left when the author bio is visible */
  -webkit-transform: translateX(-270px);
	-moz-transform: translateX(-270px);
	-ms-transform: translateX(-270px);
	-o-transform: translateX(-270px);
	transform: translateX(-270px);
}
main.slide-out .cd-overlay {
	/* the overlay layer gets visible when the author bio slides in */
  display: block;
	-webkit-animation: cd-fade-in 0.3s;
	-moz-animation: cd-fade-in 0.3s;
	animation: cd-fade-in 0.3s;
}
@media only screen and (min-width: 768px) {
 main.slide-out {
    /* change in size of the author bio section */
    -webkit-transform: translateX(-600px);
 -moz-transform: translateX(-600px);
 -ms-transform: translateX(-600px);
 -o-transform: translateX(-600px);
 transform: translateX(-600px);
}
}
@media only screen and (min-width: 1200px) {
 main.slide-out {
 -webkit-transform: translateX(-800px);
 -moz-transform: translateX(-800px);
 -ms-transform: translateX(-800px);
 -o-transform: translateX(-800px);
 transform: translateX(-800px);
}
}
.cd-section {
	padding: 2em 0;
	text-align: center;
}
.cd-section h2 {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1em;
	font-size: 20px;
	font-size: 1.25rem;
}
.cd-section p {
	line-height: 1.4;
}
@media only screen and (min-width: 768px) {
 .cd-section p {
 line-height: 1.6;
}
}
@media only screen and (min-width: 1200px) {
 .cd-section h2 {
 margin-bottom: 2em;
}
 .cd-section p {
 line-height: 1.8;
 font-size: 18px;
 font-size: 1.125rem;
}
}
#cd-team li {
	margin-bottom: 2em;
	border-radius: 0.25em;
	box-shadow: 0 0 10px rgba(92, 75, 81, 0);
	opacity:1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	cursor:pointer;
}
#cd-team li:hover {
	opacity:0.7;
	box-shadow: 0 0 10px rgba(92, 75, 81, 0.3);
}
#cd-team figure {
	position: relative;
}
#cd-team img {
	display: block;
	width: 100%;
	border-radius: .25em .25em 0 0;
}
#cd-team .cd-img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(92, 75, 81, 0.9);
	opacity: 0;
	border-radius: .25em .25em 0 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
#cd-team .cd-img-overlay span {
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	color: #FFF;
}
#cd-team .cd-member-info {
	height: 80px;
	background: #000;
	color:#fff;
	font-size:1.4em;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
	border-radius: 0 0 .25em .25em;
}
#cd-team .cd-member-info span {
	display: block;
	font-weight: normal;
	color: #e6e9ee;
	font-size: .7em;
	margin-top: .5em;
}
@media only screen and (min-width: 768px) {
 #cd-team li {
 width: 31%;
 float: left;
 margin-right: 3.5%;
}
 #cd-team li:nth-child(3n) {
 margin-right: 0;
}
}
.cd-member-bio {
	position: fixed;
	top: 0;
	right: 0;
	width: 270px;
	height: 100%;
	overflow-y: auto;
	/* smooth scrolling on mobile phones and tablets */
  -webkit-overflow-scrolling: touch;
	background: #000;
	z-index: 3;
	/* this how we move the author bio section off the canvas */
  -webkit-transform: translateX(270px);
	-moz-transform: translateX(270px);
	-ms-transform: translateX(270px);
	-o-transform: translateX(270px);
	transform: translateX(270px);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.cd-member-bio.slide-in {
	/* the author bio section slides in when the user clicks on the team member picture */
  -webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.cd-member-bio .cd-member-bio-pict {
	position: relative;
}
.cd-member-bio .cd-member-bio-pict::after {
  /* gradient at the bottom of the image - same color of the background of the section */
  content: '';
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 80px;
 background: -webkit-linear-gradient( bottom, #000, rgba(83, 83, 83, 0));
 background: linear-gradient(to top, #000, rgba(83, 83, 83, 0));
}
.no-cssgradients .cd-member-bio .cd-member-bio-pict::after {
 display: none;
}
.cd-member-bio img {
	width: 100%;
	display: block;
}
.cd-member-bio .cd-bio-content {
	padding: 1em;
	color: #FFF;
}
.cd-member-bio .cd-bio-content h1 {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	font-size: 1.25rem;
	color:#fff;
	text-shadow:none;
}
.cd-member-bio .cd-bio-content p {
	font-size: 14px;
	font-size: 0.875rem;
	margin: 1em 0;
	line-height: 1.4;
	color: #fff;
}
@media only screen and (min-width: 768px) {
 .cd-member-bio {
 width: 600px;
 -webkit-transform: translateX(600px);
 -moz-transform: translateX(600px);
 -ms-transform: translateX(600px);
 -o-transform: translateX(600px);
 transform: translateX(600px);
}
 .cd-member-bio .cd-bio-content {
 padding: 2em;
}
 .cd-member-bio .cd-bio-content p {
 line-height: 1.6;
 margin: 2em 0;
}
}
@media only screen and (min-width: 1200px) {
 .cd-member-bio {
 width: 800px;
 -webkit-transform: translateX(800px);
 -moz-transform: translateX(800px);
 -ms-transform: translateX(800px);
 -o-transform: translateX(800px);
 transform: translateX(800px);
}
 .cd-member-bio .cd-member-bio-pict::after {
 height: 150px;
}
 .cd-member-bio .cd-bio-content {
 padding: 4em;
    /* we move the content up so the title is over the color gradient */
    -webkit-transform: translateY(-80px);
 -moz-transform: translateY(-80px);
 -ms-transform: translateY(-80px);
 -o-transform: translateY(-80px);
 transform: translateY(-80px);
}
 .cd-member-bio .cd-bio-content h1 {
 font-size: 40px;
 font-size: 2.5rem;
}
 .cd-member-bio .cd-bio-content p {
 font-size: 16px;
 font-size: 1rem;
}
 .no-cssgradients .cd-member-bio .cd-bio-content {
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
.cd-member-bio-close {
	width: 32px;
	height: 32px;
	overflow: hidden;
	position: fixed;
	top: 10px;
	right: 10px;
	background: url(../images/cd-icon-close.svg) no-repeat center center;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 3;
	display: none;
}
.cd-member-bio-close.is-visible {
	display: block;
	-webkit-animation: cd-move-in 0.8s;
	-moz-animation: cd-move-in 0.8s;
	animation: cd-move-in 0.8s;
}
@media only screen and (min-width: 1200px) {
 .cd-member-bio-close {
 right: 20px;
 top: 20px;
}
}
.cd-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(138, 190, 178, 0.8);
	cursor: pointer;
	display: none;
}

/* -------------------------------- 

xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-fade-in {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@-moz-keyframes cd-fade-in {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@keyframes cd-fade-in {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@-webkit-keyframes cd-move-in {
 0% {
 -webkit-transform: translateX(100px);
}
 100% {
 -webkit-transform: translateX(0);
}
}
@-moz-keyframes cd-move-in {
 0% {
 -moz-transform: translateX(100px);
}
 100% {
 -moz-transform: translateX(0);
}
}
@keyframes cd-move-in {
 0% {
 -webkit-transform: translateX(100px);
 -moz-transform: translateX(100px);
 -ms-transform: translateX(100px);
 -o-transform: translateX(100px);
 transform: translateX(100px);
}
 100% {
 -webkit-transform: translateX(0);
 -moz-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
/* Tournament
================================================== */
#tournament {
	margin-bottom:80px;
}
#tournament .header {
	background: url(../images/4.jpg) no-repeat center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	height:auto;
	padding:30% 0 0 0;
}
#tournament #ef-main-description {
	background: #000;
}
p.tournamentdate {
	background:#e6e9ee;
	padding:15px;
}
p.tournamentdate.one {
	background:#c72937;
	color:#fff;
}
p.tournamentdate.one span.date, p.tournamentdate.one a.read-more {
	background: rgba(255, 255, 255, 0.15);
	color:#fff;
}
p.tournamentdate a.read-more {
	font-size:.9em;
	padding:10px;
	background:#e3e4e7;
}
span.date {
	display:inline-block;
	background:#e3e4e7;
	padding:10px;
	margin:0 20px 0 0;
	font-size:1em;
	font-weight:700;
	font-family: 'Playfair Display', serif;
}
.achievements {
	margin-top:100px;
	background:#e6e9ee;
	padding:30px 0 80px 0;
}
.news.tournaments {
	margin-bottom:80px;
}
/* COURSES/COUPLES
================================================== */
#couples .header {
	background: url(../images/background.jpg) no-repeat center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	height:auto;
	padding:30% 0 0 0;
}
#couples #ef-main-description {
	background: #FB89D5;
}
.couplesintro p.list {
	background: #FB89D5;
	padding:20px;
	text-align:center;
	color:#fff;
	font-size:1.6em;
}
.couples-schedule {
	margin-top:80px;
	background:#e6e9ee;
	padding:30px 0 80px 0;
}
.couplesplan {
	background:#fff;
	padding:20px;
	position: relative;
	overflow: hidden;
}
.couplesplan h3 {
	text-align:center;
	border-bottom:1px dashed #c5c9cd;
	color:#000;
	padding:5px;
	margin-bottom:20px;
	font-size:18px;
	font-weight:bold;
}
.couplesplan ul {
	text-align:center;
}
.couplesplan ul li {
	padding:10px;
}
.couplesplan ul li a {
	font-weight:bold;
	padding:3px 0;
	font-size:16px;
	color:#151820;
	margin:0;
}
.couplesplan ul li p {
	margin:0;
}
.couplesplan ul li.speciallist {
	background:#299ee2;
	padding:5px;
}
.couplesplan ul li.speciallist p {
	color:#fff;
}
.couplesplan ul li.speciallist a {
	color:#000;
}
.dances {
	margin-bottom:80px;
}
.dances .ih-item.circle {
	position: relative;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	display: block;
	margin: 0;
}
.dances .ih-item.circle .img {
	position: relative;
	width: 120px;
	height: 120px;
	border-radius: 50%;
}
.dances .ih-item.circle.effect3 .info h3 {
	font-size:.8em;
	margin: 0 15px;
	text-transform:none;
	padding: 35px 0 0 0;
	height: 60px;
}
.dances hr {
	display: inline-block;
	width: 100px;
	height: 2px;
	background: #000;
	margin:30px 0 50px 0;
	border:none;
}
/* SERVICES/SCHOOLS
================================================== */
#seniors .header {
	background: url(../images/background.jpg) no-repeat center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	height:auto;
	padding:30% 0 0 0;
}
#seniors #ef-main-description {
	background: #E73F97;
}
/* COURSES/KIDS
================================================== */
#kids .header {
	background: url(../images/background.jpg) no-repeat center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	height:auto;
	padding:30% 0 0 0;
}
#kids #ef-main-description {
	background: #E73F97;
}
.jazzdance-schedule {
	background:#000;
	padding:30px 0 80px 0;
}
.jazzdance-schedule .intro h1, .jazzdance-schedule .intro p {
	color:#fff;
	text-shadow:none;
}
.jazzdance-schedule .intro hr {
	background: #fff;
}
.jazzdance-schedule #couplesplan {
	background: rgba(255, 255, 255, .1);
}
.jazzdance-schedule #couplesplan h3 {
	border-bottom:1px dashed #333333;
	color:#fff;
	text-shadow:none;
}
.jazzdance-schedule #couplesplan ul li a {
	color:#fff;
}
.jazzdance-schedule #couplesplan ul li.speciallist p {
	color:#fff;
}
.jazzdance-schedule #couplesplan ul li.speciallist a {
	color:#000;
}
.ballroom-schedule {
	padding:30px 0 80px 0;
}
.breakdance-schedule {
	background:#e6e9ee;
	padding:30px 0 80px 0;
}
}

/* COURSES/YOUTH
================================================== */
#youth .header {
	background: url(../images/background.jpg) no-repeat center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	height:auto;
	padding:30% 0 0 0;
}
#youth #ef-main-description {
	background: #E73F97;
}
/* GALLERY
================================================== */
#gallery .header {
	background: url(../images/background.jpg) no-repeat center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	height:auto;
	padding:30% 0 0 0;
}
#gallery #ef-main-description {
	background: #E73F97;
}
.gallery {
	margin-bottom:80px;
}
.gallery .grid-gallery figcaption h3.special {
	background: #E73F97;
}
/* NEWS
================================================== */
#news {
	margin-bottom:80px;
}
#news .header {
	background: url(../images/background.jpg) no-repeat center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	height:auto;
	padding:10% 0 0 0;
}
#news #ef-main-description {
	background: #f13889;
}
.news {
	margin-bottom:80px;
}
.news article {
	margin-bottom:80px;
}
h2.entry-title {
	font-size:2em;
	text-transform:none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:0;
}
p.entry-date {
	font-size:1em;
	margin-bottom:40px;
	color:#626262;
}
p.entry-date a {
	color:#626262;
}
.post hr {
	margin-bottom: 5px;
}
a.more-link {
	font-size:1.2em;
	font-weight:600;
}
a.more-link::before {
 left: -0.1em;
 content: '[';
 -webkit-transform: translateX(-100%);
 transform: translateX(-100%);
}
a.more-link::after {
 right: -0.1em;
 content: ']';
 -webkit-transform: translateX(100%);
 transform: translateX(100%);
}
.sidebar h4.widget-title {
	border-left:2px solid #000;
	padding:0 0 0 20px;
}
.sidebar ul {
	margin-left:15px;
}
.sidebar aside {
	margin-bottom:50px;
}
.sidebar ul li {
	padding:10px 0;
	list-style:square;
}
.sidebar blockquote {
	background: #f13889;
	margin:0;
}
/* CONTACT
================================================== */
#contact {
	margin-bottom:80px;
}
#contact .header {
	background: url(../images/background.jpg) no-repeat center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	height:auto;
	padding:10% 0 0 0;
}
#contact #ef-main-description {
	background: #f13889;
}
form#contact_form {
	background:#e6e9ee;
}
form#contact_form .name {
	padding:30px 0px 0 20px;
}
form#contact_form .email {
	padding-left:20px;
	padding-top:10px;
}
form#contact_form p {
	margin-bottom:10px;
	padding-top:5px;
	font-style:italic;
}
form#contact_form .message {
	padding-left:20px;
	padding-top:10px;
}
div#loader {
	margin-left: 20px;
	margin-bottom:30px;
}
form#contact_form input[type="text"] {
	border: 1px solid #dbdee1;
	background-color: #fff;
	height: 30px;
	padding: 0 10px;
	width: 30%;
	margin-bottom:20px;
}
form#contact_form input#email {
	border: 1px solid #dbdee1;
	background-color: #fff;
	height: 30px;
	padding: 0 10px;
	width: 30%;
	margin-bottom:20px;
}
form#contact_form .message textarea#message {
	border: 1px solid #dbdee1;
	background-color: #fff;
	width: 90%;
	margin-bottom:20px;
}
form#contact_form label {
	margin-right: 20px;
	font-size: 1.2em;
	font-weight:bold;
	text-transform: uppercase;
}
form#contact_form p {
	font-size: .8em;
}
form#contact_form input[type="text"]:focus, form#contact_form input[type="text"]:hover, form#contact_form textarea:focus, form#contact_form textarea:hover, form#contact_form input[type="text"]:focus, form#contact_form input[type="text"]:hover, form#contact_form textarea:focus, form#contact_form textarea:hover {
	background-color:#dbdee1;
}
form#contact_form input[type="submit"] {
	border: 1px solid #fff;
	background-color: #dbdee1;
	padding:10px;
	font-size:1em;
	margin-bottom:10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
}
.map-container {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}
.map-container iframe, .map-container object, .map-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
}
.contactinfo {
	background:#e6e9ee;
	padding:20px;
}
.contactinfo li {
	border-bottom: 1px dashed #c5c9cd;
	border-top: 1px dashed #fff;
	padding:10px 0;
	color: #111;
	line-height: 1.5em;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}
.contactinfo li:first-child {
	border-top:none;
}
.contactinfo li:last-child {
	border-bottom: none;
}
/* FOOTER/COPYRIGHT
================================================== */
#footerblock {
	background:#e6e9ee;
}
.footer {
	padding:40px 0 20px 0;
}
span.special {
	color:#555;
	border-bottom:1px solid #929393;
}
.copyright p {
	margin-top:10px;
	font-size:0.8em;
	color:#555;
}
.social-icons {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 20px;
	margin-bottom: -2px;
}
.social-icons a {
	padding: 20px;
	float: left;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 2px;
	transition: background-color 0.4s;
	-webkit-transition: background-color 0.4s;
	margin-bottom: 2px;
}
.social-icons .facebook {
	background-image: url(../images/social/facebook.png);
}
.social-icons .twitter {
	background-image: url(../images/social/twitter.png);
}
.social-icons .dribbble {
	background-image: url(../images/social/dribbble.png);
}
.social-icons .vimeo {
	background-image: url(../images/social/vimeo.png);
}
.social-icons .linkedin {
	background-image: url(../images/social/linkedin.png);
}
.social-icons .rss {
	background-image: url(../images/social/rss.png);
}
.social-icons a.facebook:hover {
	background-color: #4265b9;
}
.social-icons a.twitter:hover {
	background-color: #9ae4e8;
}
.social-icons a.dribbble:hover {
	background-color: #ea4c89;
}
.social-icons a.flickr:hover {
	background-color: #ff0084;
}
.social-icons a.skype:hover {
	background-color: #0bbff2;
}
.social-icons a.pinterest:hover {
	background-color: #c31e26;
}
.social-icons a.linkedin:hover {
	background-color: #005987;
}
.social-icons a.vimeo:hover {
	background-color: #1bb6ec;
}
.social-icons a.tumblr:hover {
	background-color: #35506b;
}
.social-icons a.youtube:hover {
	background-color: #df3333;
}
.social-icons a.rss:hover {
	background-color: #E27B30;
}
/* newsletter */
    .footer input[type=text], .footer input[type=email], .footer textarea {
	background-color: #fff;
	border: none;
}
.newsletter {
	float: left;
	clear: both;
	margin-top: 20px;
	width: 100%;
}
.newsletter input[type=text], .newsletter input[type=email] {
	padding: 15px 18px;
	font-size: 1em;
	line-height: 1em;
	float: left;
	clear: both;
	width: 75%;
	margin: 0px;
	box-shadow: none !important;
}
.newsletter input.submit {
	background-color: #fff;
	background-image: url(../images/check.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 47px;
	width: 47px;
	margin: 0px;
	border: none;
	outline: none;
	margin-left: 2px;
}
.footer ul li {
	color: #111;
	line-height: 1.5em;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:1px dashed #c5c9cd;
	border-top:1px dashed #fff;
	padding:10px 0;
}
.footer ul li:first-child {
	border-top:none;
}
.footer ul li:last-child {
	border-bottom:none;
}
/****************************** Shortcodes ******************************/
/* Content Shortcodes */
.one_half {
	width: 48%;
}
.one_third {
	width: 30.66%;
}
.two_third {
	width: 65.33%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.8%;
}
.one_sixth {
	width: 15%;
}
.dances .one_third {
	width: 6%;
}
.dances .two_third {
	width: 90%;
}
.post .one_third {
	width: 15%;
}
.post .two_third {
	width: 85%;
}
.post .one_third, .post .two_third {
	margin-right: 0;
	margin-bottom: 10px;
	float: left;
}
.one_half, .one_third, .two_third, .one_fourth, .one_fifth {
	margin-right: 4%;
	margin-bottom: 10px;
	float: left;
}
.one_sixth {
	margin-right: 2%;
	margin-bottom:20px;
	float: left;
}
.lastcolumn {
	margin-right: 0!important;
	clear: right;
}
/* #Page Styles
================================================== */
.content {
	padding-top: 20px;
}
.content.right {
	float: right;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media (max-width:1200px) {
 .info_details, .info_pic, .info_details.jack, .info_pic.jack {
 width: 100%;
}
 .info_details, .info_details.jack {
 height: auto;
 padding: 40px 0;
}
 .info_details h3, .info_details p, .info_details a, .info_details.jack h3, .info_details.jack p, .info_details.jack a {
 max-width: 80%;
 display: block;
 text-align: center;
 margin: 40px auto;
}
#news .header, #contact .header {
padding: 20% 0 0 0;
}
}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
.cbp-tm-menu {
margin-top: 30px;
text-transform: capitalize;
text-align:left;
padding:0;
float:none;
}
#news .header, #contact .header {
padding: 30% 0 0 0;
}
}

	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
.one_half, .one_third, .two_third, .one_fourth, .one_fifth, .one_sixth, .dances .one_third, .dances .two_third, .post .one_third, .post .two_third {
width: 100%;
}
#ef-main-description {
font-size: 36px;
}
.header, #about .header, #tournament .header, #couples .header, #seniors .header, #kids .header, #youth .header, #news .header, #gallery .header, #contact .header {
padding: 40% 0 0 0;
}
div.logo {
text-align: center;
}
div.logo img {
max-width:50%;
}
#headertop {
background:#fff;
padding:5px 0;
}
.intro h1 {
line-height: 1.6em;
}
}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
div.logo img {
max-width:30%;
}
#headertop {
background:#fff;
padding:5px 0;
}
.intro h1 {
line-height: 1.6em;
}
}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
.header, #about .header, #tournament .header, #couples .header, #seniors .header, #kids .header, #youth .header, #news .header, #gallery .header, #contact .header {
padding: 50% 0 0 0;
}
#ef-main-description {
font-size: 26px;
}
.newsletter input[type=text], .newsletter input[type=email] {
width: 55%;
}
}
/* Footer Styles */
#footerblock {
  background-color: #f4f4f4;
  padding: 20px 0;
}

#footerblock .container.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#footerblock .one_third {
  flex: 0 0 32%;
  margin-bottom: 20px;
}

#footerblock h4 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #333;
}

#footerblock p {
  margin: 0 0 10px;
  color: #666;
}

#footerblock a {
  color: #333;
  text-decoration: none;
}

#footerblock a:hover {
  text-decoration: underline;
}

#footerblock .social-icons {
  margin-top: 15px;
}

#footerblock .social-icons a {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  color: #666;
}

#footerblock .social-icons a:hover {
  color: #333;
}

.container.copyright {
  text-align: center;
  padding: 10px 0;
  background-color: #333;
  color: #fff;
}

/* Google Fonts Import
--------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,700,900,400italic,700italic,900italic);
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
/*overflow-x: hidden;*/}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* #Basic Styles
================================================== */
body {
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #151820;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
html {
	background:#fff;
/*overflow-x: hidden;*/ }
/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	letter-spacing:0.04em;
	font-family: 'Playfair Display', serif;
	text-transform:uppercase;
	color:#000;
	font-weight:700;
	text-shadow: 0px 1px 1px white;
	-webkit-text-stroke: 1px transparent;
	webkit-font-smoothing: antialiased;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	color:#000;
}
h1 {
	font-size: 2.6em;
	line-height:2em;
}
h2 {
	font-size: 2.2em;
	margin-bottom:10px;
	line-height:1.8em;
	letter-spacing:0.2em;
}
h3 {
	font-size: 1.8em;
	margin-bottom: 10px;
	line-height:1.8em;
}
h4 {
	font-size: 1.4em;
	line-height:1.4em;
	margin-bottom: 10px;
}
h5 {
	font-size: 1.1em;
	line-height:1.0em;
	margin-bottom: 10px;
}
h6 {
	font-size: 1.0em;
	text-transform:capitalize;
}
.subheader {
	color: #424b5f;
}
p {
	color: #111;
	line-height:1.6em;
	font-size:1.3em;
	margin: 0 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}
p.last {
	margin-bottom:0;
}
p img {
	margin: 0;
}
img.left {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}
img.right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
small {
	font-size: 80%;
}
hr {
	display: inline-block;
	width: 100px;
	height: 2px;
	background: #000;
	margin-bottom: 35px;
	border:none;
}
/* Text Selection */
::selection {
background: #e6e9ee;
color: #000; /* Safari */
}
::-moz-selection {
background: #e6e9ee;
color: #000; /* Firefox */
}
/* #Links
================================================== */
a, a:visited {
	color:#000;
	text-decoration: none;
	outline: 0;
}
p a, p a:visited {
	line-height: inherit;
}
/* #Images
================================================== */
img.scale-with-grid {
	max-width: 50%;
	height: auto;
}
/* #Forms
================================================== */
/* General Forms */
form {
	margin-bottom: 0px;
}
fieldset {
	margin-bottom: 20px;
}
label, legend {
	display: block;
	font-size: 14px;
}
input[type="checkbox"] {
	display: inline;
}
label span, legend span {
	font-weight: normal;
	font-size: 13px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	padding: 10px 10px;
	outline: none;
	overflow: hidden;
	font: 14px;
	margin: 0;
	width: 198px;
	max-width: 100%;
	display: block;
	margin-bottom: 10px;
}
select {
	padding: 0;
}
textarea {
	min-height: 100px;
}
select {
	width: 220px;
}
/* Header Responsive Menu Form Style */
.responsive select {
	-webkit-appearance: none;
	padding: 5px;
	outline: none;
	border:1px solid #000;
	overflow: hidden;
	font: 1em Arial, Helvetica, sans-serif;
	max-width: 100%;
	display: block;
	margin:10px auto 0 auto;
	background:#000 url(../images/navselect.gif) no-repeat right center;
	color: #fff;
}
.responsive option {
	outline: none;
	border: 0;
	overflow: hidden;
	font: 1em Arial, Helvetica, sans-serif;
	max-width: 100%;
	display: block;
	padding-left: 15px;
}
/* #Misc
================================================== */
.remove-bottom {
	margin-bottom: 0 !important;
}
.half-bottom {
	margin-bottom: 10px !important;
}
.add-bottom {
	margin-bottom: 20px !important;
}
.left {
	float: left;
}
.right {
	float: right;
}
/****************************** MAIN STYLES - backgorund,deviders ******************************/
/* Main Container */
img, embed, object, video {
	max-width: 100%
}
/* Deviders */
hr.separator {
	height: 1px;
	margin: 40px 0;
	border-top:1px solid #929393;
}
/****************************** Navigation ******************************/
#headertop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding:10px 0;
	background: rgba(255, 255, 255, 0.90);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	z-index: 2;
}
.logo h2 {
	font-family:'Playfair Display', serif;
	text-transform:none;
	letter-spacing:0;
	line-height:.2em;
}
/* reset  list style */
.cbp-tm-menu, .cbp-tm-menu ul {
	list-style: none;
}
/* set menu position; change here to set to relative or float, etc. */
.cbp-tm-menu {
	float:right;
	text-align: right;
	padding: 0 2em;
	margin-top: -35px;
	text-transform: capitalize;
}
/* first level menu items */
.cbp-tm-menu > li {
	display: inline-block;
	position: relative;
}
.cbp-tm-menu > li > a {
	margin-right: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
}
.cbp-tm-menu > li > a:after {
	content: " / ";
	font-weight: 400;
	margin-left: 20px;
}
.cbp-tm-menu > li > a {
	font-size: 1.1em;
	display: block;
	color:#626265;
}
.cbp-tm-menu li a:hover, .cbp-tm-menu li.current a {
	color:#000;
}
.cbp-tm-menu li li a:hover {
	color:#fff;
}
.no-touch .cbp-tm-menu > li > a:hover, .no-touch .cbp-tm-menu > li > a:active {
	color: #000;
}
/* sumbenu with transitions */
.cbp-tm-submenu {
	position: absolute;
	display: block;
	visibility: hidden;
	opacity: 0;
	padding: 0;
	text-align: left;
	pointer-events: none;
	-webkit-transition: visibility 0s, opacity 0s;
	-moz-transition: visibility 0s, opacity 0s;
	transition: visibility 0s, opacity 0s;
}
.cbp-tm-show .cbp-tm-submenu {
	width: 16em;
	left: 50%;
	margin:0 0 0 -8em;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-transition: visibility 0s, opacity 0.3s;
	-moz-transition: visibility 0s, opacity 0.3s;
	transition: visibility 0s, opacity 0.3s;
}
.cbp-tm-show-above .cbp-tm-submenu {
	bottom: 100%;
	padding-bottom: 10px;
}
.cbp-tm-show-below .cbp-tm-submenu {
	top: 100%;
	padding-top: 10px;
}
/* extreme cases: not enough space on the sides */
.cbp-tm-nospace-right .cbp-tm-submenu {
	right: 0;
	left: auto;
}
.cbp-tm-nospace-left .cbp-tm-submenu {
	left: 0;
}
/* last menu item has to fit on the screen */
.cbp-tm-menu > li:last-child .cbp-tm-submenu {
	right: 0;
}
/*  
arrow: depending on where the menu will be shown, we set 
the right position for the arrow
*/
 
.cbp-tm-submenu:after {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.cbp-tm-show-above .cbp-tm-submenu:after {
	top: 100%;
	margin-top: -10px;
}
.cbp-tm-show-below .cbp-tm-submenu:after {
	bottom: 100%;
	margin-bottom: -10px;
}
.cbp-tm-submenu:after {
	border-color: transparent;
	border-width: 16px;
	margin-left: -16px;
	left: 50%;
}
.cbp-tm-show-above .cbp-tm-submenu:after {
	border-top-color: #000;
}
.cbp-tm-show-below .cbp-tm-submenu:after {
	border-bottom-color: #000;
}
.cbp-tm-submenu > li {
	display: block;
	background: #000;
}
.cbp-tm-submenu > li > a {
	padding: 5px 2.3em 5px 0.6em; /* top/bottom paddings in 'em' cause a tiny "jump" in Chrome on Win */
	display: block;
	font-size: 1.1em;
	position: relative;
	color: #fff;
	border: 4px solid #000;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.no-touch .cbp-tm-submenu > li > a:hover, .no-touch .cbp-tm-submenu > li > a:active {
	color: #fff;
	background: #47a3da;
}
/* -------------------------------------------------------------------------------- */
/*	3. Header
/* -------------------------------------------------------------------------------- */
.header-cover {
	overflow-y: hidden;
}
.header {
	background:url(../images/background.jpg) no-repeat center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	height:auto;
	padding:30% 0 0 0;
}
.section {
	position: relative;
}
.header-inner {
	position: relative;
	z-index: 1;
	text-align: right;
}
.header-cover .site {
	background:none;
}
#ef-main-description {
	font-size: 50px;
	font-weight: 800;
	line-height: 1.1em;
	text-transform: none;
	word-spacing: 0.3em;
	margin: 0;
	color:#fff;
	background: #FB89D5;
	padding:10px;
	display:inline-block;
	opacity: 1;
	webkit-transition: all .5s ease-in-out;
	-webkit-transition-delay: .2s;
	-moz-transition: all .5s ease-in-out .2s;
	-o-transition: all .5s ease-in-out .2s;
	transition: all .5s ease-in-out .2s;
	cursor:pointer;
}
#ef-main-description:hover {
	opacity: .5;
}
.ef-fancy {
	font-weight: 700;
	font-family: 'Playfair Display', serif;
}
/* HOME/INTRO
================================================== */
.intro {
	text-align:center;
	margin-bottom:60px;
	padding-top:50px;
}
/* HOME/OFFER
================================================== */
.offer {
	background:#e6e9ee;
	padding:80px 0;
	text-align:center;
}
/* Text scale */
.offer section a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #000;
	font-weight:700;
	text-shadow: 0 0 1px #fff;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}
 .offer section a::before, .offer section a::after {
 pointer-events: none;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 -webkit-font-smoothing: antialiased;
 font-smoothing: antialiased;
}
.link-braces a {
	padding: 0 0.25em;
	font-weight: 500;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.link-braces a:hover {
	color: #000;
}
 .link-braces a::before, .link-braces a::after {
 position: absolute;
 top: 0;
 font-weight: 100;
 font-size: 150%;
 line-height: 1;
 opacity: 0;
 -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
 transition: opacity 0.2s, transform 0.2s;
}
 .link-braces a::before {
 left: -0.1em;
 content: '[';
 -webkit-transform: translateX(-100%);
 transform: translateX(-100%);
}
 .link-braces a::after {
 right: -0.1em;
 content: ']';
 -webkit-transform: translateX(100%);
 transform: translateX(100%);
}
 .link-braces a:hover::before, .link-braces a:hover::after {
 opacity: 1;
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
/* HOME/NEWS
================================================== */
/*  Info Section  */
.info {
	width: 100%;
	overflow: hidden;
	background: #000;
}
.info_pic {
	display: block;
	width: 50%;
	height: 1200px;
	float: left;
	background: url(../images/moved2016.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.info_details {
	display: block;
	width: 50%;
	height: 245px;
	float: left;
	padding: 40px 0;
}
.info_details h3 {
	color: #fff;
	margin: 0 0 3.333333333333333% 40px;
	line-height: 40px;
}
.info_details p {
	color: #ededed;
	margin: 0 0 3.333333333333333% 40px;
	line-height: 30px;
}
.info_details a {
	color: #fff;
	margin: 0 0 0 40px;
	text-decoration: none;
}
.info_details a span {
	margin-left: 10px;
}
a.read-more {
	font-size:1.2em;
	background: rgba(255, 255, 255, 0.15);
	padding:5px 10px;
}
.news a.read-more {
	font-size:1.2em;
	background:#000;
	color:#fff;
	padding:5px 10px;
	display:inline-block;
	margin-top:5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
}
.news a.read-more:hover {
	background:#292a2b;
}.homejoinnow1 {
	text-align: center;
	margin: 80px 0 0 0;
	background: url(../images/Moving-2015) center no-repeat;
	padding: 90px 0;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
}


.homejoinnow {
	background: url(../images/openweek16.jpg) center no-repeat;
	padding: 110px 0;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;

}
.homejoinnow p {
	color: #e6e9ee;
	font-size: 1.4em;
	font-style:italic;
}
a.joinbutton {
	display:inline-block;
	padding: 8px 20px;
	font-weight: bold;
	font-size: 1.4em;
	letter-spacing: 0;
	border:0px solid #000;
	margin-top:25px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
}
}
/* ABOUT
================================================== */
#about {
	margin-bottom:80px;
}
#about .header {
	background: url(../images/background.jpg) no-repeat center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	height:auto;
	padding:30% 0 0 0;
}
#about #ef-main-description {
	background: #c72937;
}
.meetus {
	margin-bottom:60px;
}
.meetus .intro {
	margin-top:-70px;
}
span.dropcap {
	float: left;
	padding: 0px 6px 0 0;
	font-size: 3em;
	font-weight: bold;
	line-height: 1;
}
blockquote {
	background: #c72937;
	color:#fff;
	font-size:1.2em;
	padding:20px;
	margin:10px 0 15px 0;
	line-height:1.6em;
	font-style:italic;
	font-weight:700;
}

	

}
.info.jack {
	width: 100%;
	overflow: hidden;
	background: #c72937;
}
.info_details.jack {
	display: block;
	width: 25%;
	height: 245px;
	float: right;
	padding: 40px 0;
}
.info_pic.jack {
	display: block;
	width: 50%;
	height: 305px;
	float: right;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background: url(../images/jamal.jpg) no-repeat;
}
.info_details.jack h3 {
	margin: 0 40px 3.333333333333333% 0;
}
.info_details.jack p {
	margin: 0 40px 3.333333333333333% 0;
}
.info_details.jack a {
	margin: 0 40px 0 0;
}
/* -------------------------------- 
Our Team
-------------------------------- */
.ourteam {
	margin-bottom:60px;
}
main {
	position: relative;
	z-index: 2;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
main.slide-out {
	/* the main element slides to the left when the author bio is visible */
  -webkit-transform: translateX(-270px);
	-moz-transform: translateX(-270px);
	-ms-transform: translateX(-270px);
	-o-transform: translateX(-270px);
	transform: translateX(-270px);
}
main.slide-out .cd-overlay {
	/* the overlay layer gets visible when the author bio slides in */
  display: block;
	-webkit-animation: cd-fade-in 0.3s;
	-moz-animation: cd-fade-in 0.3s;
	animation: cd-fade-in 0.3s;
}
@media only screen and (min-width: 768px) {
 main.slide-out {
    /* change in size of the author bio section */
    -webkit-transform: translateX(-600px);
 -moz-transform: translateX(-600px);
 -ms-transform: translateX(-600px);
 -o-transform: translateX(-600px);
 transform: translateX(-600px);
}
}
@media only screen and (min-width: 1200px) {
 main.slide-out {
 -webkit-transform: translateX(-800px);
 -moz-transform: translateX(-800px);
 -ms-transform: translateX(-800px);
 -o-transform: translateX(-800px);
 transform: translateX(-800px);
}
}
.cd-section {
	padding: 2em 0;
	text-align: center;
}
.cd-section h2 {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1em;
	font-size: 20px;
	font-size: 1.25rem;
}
.cd-section p {
	line-height: 1.4;
}
@media only screen and (min-width: 768px) {
 .cd-section p {
 line-height: 1.6;
}
}
@media only screen and (min-width: 1200px) {
 .cd-section h2 {
 margin-bottom: 2em;
}
 .cd-section p {
 line-height: 1.8;
 font-size: 18px;
 font-size: 1.125rem;
}
}
#cd-team li {
	margin-bottom: 2em;
	border-radius: 0.25em;
	box-shadow: 0 0 10px rgba(92, 75, 81, 0);
	opacity:1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	cursor:pointer;
}
#cd-team li:hover {
	opacity:0.7;
	box-shadow: 0 0 10px rgba(92, 75, 81, 0.3);
}
#cd-team figure {
	position: relative;
}
#cd-team img {
	display: block;
	width: 100%;
	border-radius: .25em .25em 0 0;
}
#cd-team .cd-img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(92, 75, 81, 0.9);
	opacity: 0;
	border-radius: .25em .25em 0 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
#cd-team .cd-img-overlay span {
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	color: #FFF;
}
#cd-team .cd-member-info {
	height: 80px;
	background: #000;
	color:#fff;
	font-size:1.4em;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
	border-radius: 0 0 .25em .25em;
}
#cd-team .cd-member-info span {
	display: block;
	font-weight: normal;
	color: #e6e9ee;
	font-size: .7em;
	margin-top: .5em;
}
@media only screen and (min-width: 768px) {
 #cd-team li {
 width: 31%;
 float: left;
 margin-right: 3.5%;
}
 #cd-team li:nth-child(3n) {
 margin-right: 0;
}
}
.cd-member-bio {
	position: fixed;
	top: 0;
	right: 0;
	width: 270px;
	height: 100%;
	overflow-y: auto;
	/* smooth scrolling on mobile phones and tablets */
  -webkit-overflow-scrolling: touch;
	background: #000;
	z-index: 3;
	/* this how we move the author bio section off the canvas */
  -webkit-transform: translateX(270px);
	-moz-transform: translateX(270px);
	-ms-transform: translateX(270px);
	-o-transform: translateX(270px);
	transform: translateX(270px);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.cd-member-bio.slide-in {
	/* the author bio section slides in when the user clicks on the team member picture */
  -webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.cd-member-bio .cd-member-bio-pict {
	position: relative;
}
.cd-member-bio .cd-member-bio-pict::after {
  /* gradient at the bottom of the image - same color of the background of the section */
  content: '';
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 80px;
 background: -webkit-linear-gradient( bottom, #000, rgba(83, 83, 83, 0));
 background: linear-gradient(to top, #000, rgba(83, 83, 83, 0));
}
.no-cssgradients .cd-member-bio .cd-member-bio-pict::after {
 display: none;
}
.cd-member-bio img {
	width: 100%;
	display: block;
}
.cd-member-bio .cd-bio-content {
	padding: 1em;
	color: #FFF;
}
.cd-member-bio .cd-bio-content h1 {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	font-size: 1.25rem;
	color:#fff;
	text-shadow:none;
}
.cd-member-bio .cd-bio-content p {
	font-size: 14px;
	font-size: 0.875rem;
	margin: 1em 0;
	line-height: 1.4;
	color: #fff;
}
@media only screen and (min-width: 768px) {
 .cd-member-bio {
 width: 600px;
 -webkit-transform: translateX(600px);
 -moz-transform: translateX(600px);
 -ms-transform: translateX(600px);
 -o-transform: translateX(600px);
 transform: translateX(600px);
}
 .cd-member-bio .cd-bio-content {
 padding: 2em;
}
 .cd-member-bio .cd-bio-content p {
 line-height: 1.6;
 margin: 2em 0;
}
}
@media only screen and (min-width: 1200px) {
 .cd-member-bio {
 width: 800px;
 -webkit-transform: translateX(800px);
 -moz-transform: translateX(800px);
 -ms-transform: translateX(800px);
 -o-transform: translateX(800px);
 transform: translateX(800px);
}
 .cd-member-bio .cd-member-bio-pict::after {
 height: 150px;
}
 .cd-member-bio .cd-bio-content {
 padding: 4em;
    /* we move the content up so the title is over the color gradient */
    -webkit-transform: translateY(-80px);
 -moz-transform: translateY(-80px);
 -ms-transform: translateY(-80px);
 -o-transform: translateY(-80px);
 transform: translateY(-80px);
}
 .cd-member-bio .cd-bio-content h1 {
 font-size: 40px;
 font-size: 2.5rem;
}
 .cd-member-bio .cd-bio-content p {
 font-size: 16px;
 font-size: 1rem;
}
 .no-cssgradients .cd-member-bio .cd-bio-content {
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
.cd-member-bio-close {
	width: 32px;
	height: 32px;
	overflow: hidden;
	position: fixed;
	top: 10px;
	right: 10px;
	background: url(../images/cd-icon-close.svg) no-repeat center center;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 3;
	display: none;
}
.cd-member-bio-close.is-visible {
	display: block;
	-webkit-animation: cd-move-in 0.8s;
	-moz-animation: cd-move-in 0.8s;
	animation: cd-move-in 0.8s;
}
@media only screen and (min-width: 1200px) {
 .cd-member-bio-close {
 right: 20px;
 top: 20px;
}
}
.cd-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(138, 190, 178, 0.8);
	cursor: pointer;
	display: none;
}

/* -------------------------------- 

xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-fade-in {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@-moz-keyframes cd-fade-in {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@keyframes cd-fade-in {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@-webkit-keyframes cd-move-in {
 0% {
 -webkit-transform: translateX(100px);
}
 100% {
 -webkit-transform: translateX(0);
}
}
@-moz-keyframes cd-move-in {
 0% {
 -moz-transform: translateX(100px);
}
 100% {
 -moz-transform: translateX(0);
}
}
@keyframes cd-move-in {
 0% {
 -webkit-transform: translateX(100px);
 -moz-transform: translateX(100px);
 -ms-transform: translateX(100px);
 -o-transform: translateX(100px);
 transform: translateX(100px);
}
 100% {
 -webkit-transform: translateX(0);
 -moz-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
/* Tournament
================================================== */
#tournament {
	margin-bottom:80px;
}
#tournament .header {
	background: url(../images/4.jpg) no-repeat center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	height:auto;
	padding:30% 0 0 0;
}
#tournament #ef-main-description {
	background: #000;
}
p.tournamentdate {
	background:#e6e9ee;
	padding:15px;
}
p.tournamentdate.one {
	background:#c72937;
	color:#fff;
}
p.tournamentdate.one span.date, p.tournamentdate.one a.read-more {
	background: rgba(255, 255, 255, 0.15);
	color:#fff;
}
p.tournamentdate a.read-more {
	font-size:.9em;
	padding:10px;
	background:#e3e4e7;
}
span.date {
	display:inline-block;
	background:#e3e4e7;
	padding:10px;
	margin:0 20px 0 0;
	font-size:1em;
	font-weight:700;
	font-family: 'Playfair Display', serif;
}
.achievements {
	margin-top:100px;
	background:#e6e9ee;
	padding:30px 0 80px 0;
}
.news.tournaments {
	margin-bottom:80px;
}
/* COURSES/COUPLES
================================================== */
#couples .header {
	background: url(../images/background.jpg) no-repeat center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	height:auto;
	padding:30% 0 0 0;
}
#couples #ef-main-description {
	background: #FB89D5;
}
.couplesintro p.list {
	background: #FB89D5;
	padding:20px;
	text-align:center;
	color:#fff;
	font-size:1.6em;
}
.couples-schedule {
	margin-top:80px;
	background:#e6e9ee;
	padding:30px 0 80px 0;
}
.couplesplan {
	background:#fff;
	padding:20px;
	position: relative;
	overflow: hidden;
}
.couplesplan h3 {
	text-align:center;
	border-bottom:1px dashed #c5c9cd;
	color:#000;
	padding:5px;
	margin-bottom:20px;
	font-size:18px;
	font-weight:bold;
}
.couplesplan ul {
	text-align:center;
}
.couplesplan ul li {
	padding:10px;
}
.couplesplan ul li a {
	font-weight:bold;
	padding:3px 0;
	font-size:16px;
	color:#151820;
	margin:0;
}
.couplesplan ul li p {
	margin:0;
}
.couplesplan ul li.speciallist {
	background:#299ee2;
	padding:5px;
}
.couplesplan ul li.speciallist p {
	color:#fff;
}
.couplesplan ul li.speciallist a {
	color:#000;
}
.dances {
	margin-bottom:80px;
}
.dances .ih-item.circle {
	position: relative;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	display: block;
	margin: 0;
}
.dances .ih-item.circle .img {
	position: relative;
	width: 120px;
	height: 120px;
	border-radius: 50%;
}
.dances .ih-item.circle.effect3 .info h3 {
	font-size:.8em;
	margin: 0 15px;
	text-transform:none;
	padding: 35px 0 0 0;
	height: 60px;
}
.dances hr {
	display: inline-block;
	width: 100px;
	height: 2px;
	background: #000;
	margin:30px 0 50px 0;
	border:none;
}
/* SERVICES/SCHOOLS
================================================== */
#seniors .header {
	background: url(../images/background.jpg) no-repeat center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	height:auto;
	padding:30% 0 0 0;
}
#seniors #ef-main-description {
	background: #E73F97;
}
/* COURSES/KIDS
================================================== */
#kids .header {
	background: url(../images/background.jpg) no-repeat center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	height:auto;
	padding:30% 0 0 0;
}
#kids #ef-main-description {
	background: #E73F97;
}
.jazzdance-schedule {
	background:#000;
	padding:30px 0 80px 0;
}
.jazzdance-schedule .intro h1, .jazzdance-schedule .intro p {
	color:#fff;
	text-shadow:none;
}
.jazzdance-schedule .intro hr {
	background: #fff;
}
.jazzdance-schedule #couplesplan {
	background: rgba(255, 255, 255, .1);
}
.jazzdance-schedule #couplesplan h3 {
	border-bottom:1px dashed #333333;
	color:#fff;
	text-shadow:none;
}
.jazzdance-schedule #couplesplan ul li a {
	color:#fff;
}
.jazzdance-schedule #couplesplan ul li.speciallist p {
	color:#fff;
}
.jazzdance-schedule #couplesplan ul li.speciallist a {
	color:#000;
}
.ballroom-schedule {
	padding:30px 0 80px 0;
}
.breakdance-schedule {
	background:#e6e9ee;
	padding:30px 0 80px 0;
}
}

/* COURSES/YOUTH
================================================== */
#youth .header {
	background: url(../images/background.jpg) no-repeat center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	height:auto;
	padding:30% 0 0 0;
}
#youth #ef-main-description {
	background: #E73F97;
}
/* GALLERY
================================================== */
#gallery .header {
	background: url(../images/background.jpg) no-repeat center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	height:auto;
	padding:30% 0 0 0;
}
#gallery #ef-main-description {
	background: #E73F97;
}
.gallery {
	margin-bottom:80px;
}
.gallery .grid-gallery figcaption h3.special {
	background: #E73F97;
}
/* NEWS
================================================== */
#news {
	margin-bottom:80px;
}
#news .header {
	background: url(../images/background.jpg) no-repeat center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	height:auto;
	padding:10% 0 0 0;
}
#news #ef-main-description {
	background: #f13889;
}
.news {
	margin-bottom:80px;
}
.news article {
	margin-bottom:80px;
}
h2.entry-title {
	font-size:2em;
	text-transform:none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:0;
}
p.entry-date {
	font-size:1em;
	margin-bottom:40px;
	color:#626262;
}
p.entry-date a {
	color:#626262;
}
.post hr {
	margin-bottom: 5px;
}
a.more-link {
	font-size:1.2em;
	font-weight:600;
}
a.more-link::before {
 left: -0.1em;
 content: '[';
 -webkit-transform: translateX(-100%);
 transform: translateX(-100%);
}
a.more-link::after {
 right: -0.1em;
 content: ']';
 -webkit-transform: translateX(100%);
 transform: translateX(100%);
}
.sidebar h4.widget-title {
	border-left:2px solid #000;
	padding:0 0 0 20px;
}
.sidebar ul {
	margin-left:15px;
}
.sidebar aside {
	margin-bottom:50px;
}
.sidebar ul li {
	padding:10px 0;
	list-style:square;
}
.sidebar blockquote {
	background: #f13889;
	margin:0;
}
/* CONTACT
================================================== */
#contact {
	margin-bottom:80px;
}
#contact .header {
	background: url(../images/background.jpg) no-repeat center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	height:auto;
	padding:10% 0 0 0;
}
#contact #ef-main-description {
	background: #f13889;
}
form#contact_form {
	background:#e6e9ee;
}
form#contact_form .name {
	padding:30px 0px 0 20px;
}
form#contact_form .email {
	padding-left:20px;
	padding-top:10px;
}
form#contact_form p {
	margin-bottom:10px;
	padding-top:5px;
	font-style:italic;
}
form#contact_form .message {
	padding-left:20px;
	padding-top:10px;
}
div#loader {
	margin-left: 20px;
	margin-bottom:30px;
}
form#contact_form input[type="text"] {
	border: 1px solid #dbdee1;
	background-color: #fff;
	height: 30px;
	padding: 0 10px;
	width: 30%;
	margin-bottom:20px;
}
form#contact_form input#email {
	border: 1px solid #dbdee1;
	background-color: #fff;
	height: 30px;
	padding: 0 10px;
	width: 30%;
	margin-bottom:20px;
}
form#contact_form .message textarea#message {
	border: 1px solid #dbdee1;
	background-color: #fff;
	width: 90%;
	margin-bottom:20px;
}
form#contact_form label {
	margin-right: 20px;
	font-size: 1.2em;
	font-weight:bold;
	text-transform: uppercase;
}
form#contact_form p {
	font-size: .8em;
}
form#contact_form input[type="text"]:focus, form#contact_form input[type="text"]:hover, form#contact_form textarea:focus, form#contact_form textarea:hover, form#contact_form input[type="text"]:focus, form#contact_form input[type="text"]:hover, form#contact_form textarea:focus, form#contact_form textarea:hover {
	background-color:#dbdee1;
}
form#contact_form input[type="submit"] {
	border: 1px solid #fff;
	background-color: #dbdee1;
	padding:10px;
	font-size:1em;
	margin-bottom:10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
}
.map-container {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}
.map-container iframe, .map-container object, .map-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
}
.contactinfo {
	background:#e6e9ee;
	padding:20px;
}
.contactinfo li {
	border-bottom: 1px dashed #c5c9cd;
	border-top: 1px dashed #fff;
	padding:10px 0;
	color: #111;
	line-height: 1.5em;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}
.contactinfo li:first-child {
	border-top:none;
}
.contactinfo li:last-child {
	border-bottom: none;
}
/* FOOTER/COPYRIGHT
================================================== */
#footerblock {
	background:#e6e9ee;
}
.footer {
	padding:40px 0 20px 0;
}
span.special {
	color:#555;
	border-bottom:1px solid #929393;
}
.copyright p {
	margin-top:10px;
	font-size:0.8em;
	color:#555;
}
.social-icons {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 20px;
	margin-bottom: -2px;
}
.social-icons a {
	padding: 20px;
	float: left;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 2px;
	transition: background-color 0.4s;
	-webkit-transition: background-color 0.4s;
	margin-bottom: 2px;
}
.social-icons .facebook {
	background-image: url(../images/social/facebook.png);
}
.social-icons .twitter {
	background-image: url(../images/social/twitter.png);
}
.social-icons .dribbble {
	background-image: url(../images/social/dribbble.png);
}
.social-icons .vimeo {
	background-image: url(../images/social/vimeo.png);
}
.social-icons .linkedin {
	background-image: url(../images/social/linkedin.png);
}
.social-icons .rss {
	background-image: url(../images/social/rss.png);
}
.social-icons a.facebook:hover {
	background-color: #4265b9;
}
.social-icons a.twitter:hover {
	background-color: #9ae4e8;
}
.social-icons a.dribbble:hover {
	background-color: #ea4c89;
}
.social-icons a.flickr:hover {
	background-color: #ff0084;
}
.social-icons a.skype:hover {
	background-color: #0bbff2;
}
.social-icons a.pinterest:hover {
	background-color: #c31e26;
}
.social-icons a.linkedin:hover {
	background-color: #005987;
}
.social-icons a.vimeo:hover {
	background-color: #1bb6ec;
}
.social-icons a.tumblr:hover {
	background-color: #35506b;
}
.social-icons a.youtube:hover {
	background-color: #df3333;
}
.social-icons a.rss:hover {
	background-color: #E27B30;
}
/* newsletter */
    .footer input[type=text], .footer input[type=email], .footer textarea {
	background-color: #fff;
	border: none;
}
.newsletter {
	float: left;
	clear: both;
	margin-top: 20px;
	width: 100%;
}
.newsletter input[type=text], .newsletter input[type=email] {
	padding: 15px 18px;
	font-size: 1em;
	line-height: 1em;
	float: left;
	clear: both;
	width: 75%;
	margin: 0px;
	box-shadow: none !important;
}
.newsletter input.submit {
	background-color: #fff;
	background-image: url(../images/check.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 47px;
	width: 47px;
	margin: 0px;
	border: none;
	outline: none;
	margin-left: 2px;
}
.footer ul li {
	color: #111;
	line-height: 1.5em;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:1px dashed #c5c9cd;
	border-top:1px dashed #fff;
	padding:10px 0;
}
.footer ul li:first-child {
	border-top:none;
}
.footer ul li:last-child {
	border-bottom:none;
}
/****************************** Shortcodes ******************************/
/* Content Shortcodes */
.one_half {
	width: 48%;
}
.one_third {
	width: 30.66%;
}
.two_third {
	width: 65.33%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.8%;
}
.one_sixth {
	width: 15%;
}
.dances .one_third {
	width: 6%;
}
.dances .two_third {
	width: 90%;
}
.post .one_third {
	width: 15%;
}
.post .two_third {
	width: 85%;
}
.post .one_third, .post .two_third {
	margin-right: 0;
	margin-bottom: 10px;
	float: left;
}
.one_half, .one_third, .two_third, .one_fourth, .one_fifth {
	margin-right: 4%;
	margin-bottom: 10px;
	float: left;
}
.one_sixth {
	margin-right: 2%;
	margin-bottom:20px;
	float: left;
}
.lastcolumn {
	margin-right: 0!important;
	clear: right;
}
/* #Page Styles
================================================== */
.content {
	padding-top: 20px;
}
.content.right {
	float: right;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media (max-width:1200px) {
 .info_details, .info_pic, .info_details.jack, .info_pic.jack {
 width: 100%;
}
 .info_details, .info_details.jack {
 height: auto;
 padding: 40px 0;
}
 .info_details h3, .info_details p, .info_details a, .info_details.jack h3, .info_details.jack p, .info_details.jack a {
 max-width: 80%;
 display: block;
 text-align: center;
 margin: 40px auto;
}
#news .header, #contact .header {
padding: 20% 0 0 0;
}
}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
.cbp-tm-menu {
margin-top: 30px;
text-transform: capitalize;
text-align:left;
padding:0;
float:none;
}
#news .header, #contact .header {
padding: 30% 0 0 0;
}
}

	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
.one_half, .one_third, .two_third, .one_fourth, .one_fifth, .one_sixth, .dances .one_third, .dances .two_third, .post .one_third, .post .two_third {
width: 100%;
}
#ef-main-description {
font-size: 36px;
}

padding: 40% 0 0 0;
}
div.logo {
text-align: center;
}
div.logo img {
max-width:50%;
}
#headertop {
background:#fff;
padding:5px 0;
}
.intro h1 {
line-height: 1.6em;
}
}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
div.logo img {
max-width:30%;
}
#headertop {
background:#fff;
padding:5px 0;
}
.intro h1 {
line-height: 1.6em;
}
}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
.header, #about .header, #tournament .header, #couples .header, #seniors .header, #kids .header, #youth .header, #news .header, #gallery .header, #contact .header {
padding: 50% 0 0 0;
}
#ef-main-description {
font-size: 26px;
}
.newsletter input[type=text], .newsletter input[type=email] {
width: 55%;
}
}
/* Footer Styles */
#footerblock {
  background-color: #f4f4f4;
  padding: 20px 0;
}

#footerblock .container.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#footerblock .one_third {
  flex: 0 0 32%;
  margin-bottom: 20px;
}

#footerblock h4 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #333;
}

#footerblock p {
  margin: 0 0 10px;
  color: #666;
}

#footerblock a {
  color: #333;
  text-decoration: none;
}

#footerblock a:hover {
  text-decoration: underline;
}

#footerblock .social-icons {
  margin-top: 15px;
}

#footerblock .social-icons a {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  color: #666;
}

#footerblock .social-icons a:hover {
  color: #333;
}

.container.copyright {
  text-align: center;
  padding: 10px 0;
  background-color: #333;
  color: #fff;
}
