nav {
	height:80px;
	background:#59cbe8;
	margin:0;
}
	nav .navbar-inner {
		position:relative;
		width:1100px;
		margin:0 auto;
	}
		nav .navbar-brand {
			height:80px;
			padding:10px;
		}
			nav .navbar-brand img {
				height:60px;
				width:auto;
			}
		nav .navbar-links {
			margin-top:39px;
		}
		nav, nav .navbar-brand, nav .navbar-brand img, nav .navbar-links {
			-webkit-transition: all 0.5s ease; /* Safari and Chrome */
			-moz-transition: all 0.5s ease; /* Firefox */
			-ms-transition: all 0.5s ease; /* IE 9 */
			-o-transition: all 0.5s ease; /* Opera */
			transition: all 0.5s ease;
		}
		nav .navbar-links a {
			color:#fff;
			font:20px Lato Bold;
			margin-right:20px;
			cursor:pointer;
		}
		nav .navbar-links a:hover {
			text-decoration:none;
			font-weight:bold;
		}
	nav .nav-phone-number {
		position:absolute;
		top:0;
		right:0;
		margin-top:3px;
		margin-right:20px;
		color:#333;
		font-size:16px;
	}
		nav .nav-phone-number .glyphicon {
			color:#666;
		}
	nav .menu-important {
		position:relative;
		top:-6px;
		margin-left:5px;
		display:inline-block;
		background:#f94937;
		color:#fff;
		width:45px;
		text-align:center;
		border-radius:5px;
		font-size:13px;
	}
	#popover-why-dance {
		border:0;
		border-radius:0;
	}
		#popover-why-dance .arrow {
			left:40px !important;
			border-bottom-color:rgba(0,0,0,0);
		}
	.popover-content.navbar-links {
		margin-top:0;
		padding:20px;
		overflow:auto;
		padding-bottom:14px;
	}
	.popover-content.navbar-links p {
		font:18px Lato Bold;
		color:#59cbe8;
		color:#61abea;
		overflow:auto;
		margin-bottom:12px;
	}
	.popover-content.navbar-links p .glyphicon {
		margin-right:6px;
		font-size:10px;
		top:-1px;
		color:#59cbe8;
	}
	.popover-content.navbar-links p:hover .glyphicon {
		color:#ff6666;
	}
	.popover-content.navbar-links a {
		color:#444;
		font:18px Lato Bold;
		float:left;
		/*padding-bottom:6px;*/
	}
	.popover-content.navbar-links a:hover {
		font-weight:100;
		color:#000;
	}
.sub-navbar {
	position:fixed;
	top:50px;
	width:100%;
	background:#404040;
	height:0;
	z-index:100;
	overflow:hidden;
	-webkit-transition: all 0.5s ease; /* Safari and Chrome */
	-moz-transition: all 0.5s ease; /* Firefox */
	-ms-transition: all 0.5s ease; /* IE 9 */
	-o-transition: all 0.5s ease; /* Opera */
	transition: all 0.5s ease;
}
	.sub-navbar .width-1200 {
		height:100%;
		background-image:url('../img/dancers_transparent_right.png');
		background-repeat:no-repeat;
		background-size:120px;
		padding-left:10px;
		padding-right:10px;
	}
	.sub-navbar p {
		color:#fff;
		float:left;
		line-height:60px;
	}
	.sub-navbar button {
		margin-top:10px;
	}
.sub-navbar.blogbar {
	height:60px;
}
	.blogbar a {
		color:#fff;
		font:18px Lato Bold;
	}
	.blogbar a span {
		font-size:14px;
	}
	.blogbar a span.arrow-collapse {
		margin-left:-10px;
	}
#alert-qs {
	display:none;
	position:fixed;
	width: 600px;
	z-index:10001;
	top:20%;
	left:calc(50% - 300px);
	background:#fff;
	background-image:url('../img/logo.svg');
	background-position:center;
	background-size:auto 100%;
	background-repeat:no-repeat;
	padding:40px;
}
	#alert-qs .alert-qs-heart {
		margin-top:40px;
		margin-bottom:20px;
		color:#59cbe8;
		font-size:50px;
		text-align:center
	}
	#alert-qs .alert-qs-main-text {
		font:24px "Pitch Semibold Italic";
		text-align:center;
	}
	#alert-qs .alert-qs-sub-text {
		font:18px Lato Bold;
		color:#59cbe8;
		text-align:center;
		margin-bottom:50px;
	}
.social-icon {
	height:50px;
	width:50px;
	border-radius:25px;
	color:#666;
	background:#fff;
	border:solid 1px #999;
	display:inline-block;
	text-align:center;
	cursor:pointer;
	-webkit-transition: all 0.5s ease; /* Safari and Chrome */
	-moz-transition: all 0.5s ease; /* Firefox */
	-ms-transition: all 0.5s ease; /* IE 9 */
	-o-transition: all 0.5s ease; /* Opera */
	transition: all 0.5s ease;
}
.blogbar .social-icon {
	margin-top:5px;
	border:solid 2px #fff;
	background:#404040;
}
	.social-icon .fa {
		font-size:24px;
		line-height:50px;
	}
	.pull-right a:hover {
		text-decoration:none;
	}
	.social-icon-facebook:hover {
		border-color:#537bbd;
		color:#537bbd;
		background:#fff;
	}
	.social-icon-twitter:hover {
		border-color:#78cdf0;
		color:#78cdf0;
		background:#fff;
	}
	.social-icon-google:hover {
		border-color:#dd4b39;
		color:#dd4b39;
		background:#fff;
	}
#side-social-bar, #side-social-bar-bottom {
	position:absolute;
	top:60px;
	right:20px;
}
#side-social-bar-bottom {
	display:none;
}
#side-social-bar a:hover, #side-social-bar-bottom a:hover {
	text-decoration:none;
}
.fb-like {
	margin-bottom:15px;
}
#side-social-bar .social-icon, #side-social-bar-bottom .social-icon {
	display:block;
	margin-top:5px;
}
.share-blog-text {
	font:18px Lato Bold;
	margin-right:10px;
}
.row.width-1200.reasons-to-dance {
	margin-top:100px;
}
	.reasons-to-dance h1 {
		margin-bottom:20px;
	}
	/*.reasons-to-dance .video-play {
		padding:0;
	}*/
	.reasons-to-dance .video-play {
		margin:0 auto;
	}
/*.embed-responsive {
	overflow:initial;
}*/
.row.width-1200.blog-content {
	margin-top:80px;
	margin-bottom:20px;
}
.blog-content {
	position:relative;
}
	.blog-content h1 {
		max-width:900px;
		margin:40px auto 10px auto;
	}
	.blog-content .blog-info {
		width:670px;
		margin:0 auto;
		margin-bottom:40px;
		text-align:center;
		text-transform:uppercase;
		font-size:16px;
	}
		.blog-content .blog-info span {
			color:#59cbe8;
			color:#61abea;
			font-family:Lato Bold;
		}
		.blog-content .blog-main-img {
			width:100%;
			height:auto;
			margin-bottom:40px;
		}
	.blog-content .blog-text {
		width:700px;
		margin:0 auto;
		margin-bottom:40px;
	}
		.blog-content .blog-text p {
			font-size:22px;
			margin-bottom:20px;
			line-height:30px;
			color:#000;
		}
		.blog-content .blog-text p strong, .blog-content .blog-text p b {
			font-size:22px;
			margin-bottom:20px;
			display:inline;
			margin-top:0;
		}
		.blog-content .blog-text h2 {
			text-align:left;
			margin-top:40px;
		}
		.blog-content .blog-text p.blog-important {
			font-family:Lato Bold;
			width:450px;
			margin-left:40px;
			padding-left:20px;
			border-left:solid 1px #59cbe8;
		}
		.blog-content .blog-text p.blog-important i {
			font:22px Lato Italic;
		}
		.blog-content .blog-text ul li p {
			margin-bottom:10px;
		}
		.blog-content .blog-text .blog-tldr {
			border-left:solid 1px #59cbe8 !important;
			padding-left:20px !important;
		}
	.blog-text img {
		width:calc(100% + 100px);
		height:auto;
		max-height:500px;
		display:block;
		margin-bottom:20px;
		margin-left:-50px;
		margin-right:-50px;
	}
		.blog-text .carousel img {
			margin-left:0 !important;
			margin-right:0 !important;
			width:100% !important;
		}
	.blog-text .embed-responsive img {
		width:100%;
		margin-left:0;
		margin-right:0;
	}
	.blog-text .embed-responsive, .blog-text .video-play, .section-cont:not(.yt-song-example) .embed-responsive {
		margin-left:-50px;
		margin-right:-50px;
	}
		.blog-text .carousel .embed-responsive {
			margin-left:0 !important;
			margin-right:0 !important;
			width:100% !important;
			padding-bottom:56.25% !important;
		}
		.blog-text .video-container .embed-responsive {
			margin-left:initial;
			margin-right:initial;
		}
	.blog-text .embed-responsive-16by9, .section-cont:not(.yt-song-example) .embed-responsive-16by9 {
		padding-bottom:calc(56.25% + 56.25px);
	}
		.blog-text .video-container .embed-responsive-16by9 {
			padding-bottom:56.25%;
		}
	.blog-text .embed-responsive-4by3, .video-cont .embed-responsive-4by3 {
		padding-bottom:90%;
	}
	.blog-text video {
		width:100%;
		height:auto;
	}
	.blog-text p strong, .blog-text p b {
		display:block;
		margin-top:40px;
	}
	.blog-text a {
		font-family:Lato Bold;
		color:#59cbe8;
		color:#61abea;
	}
	.blog-text a:hover {
		font-weight:bold;
		text-decoration:none;
	}

.dance-hover-preview {
	padding-left:0;
	overflow:hidden;
	margin-bottom:15px;
}
	.dance-hover-preview h2 {
		position:absolute;
		margin:0;
		padding:5px 20px 2px 20px;
		background:rgba(0,0,0,0.7);
		color:#fff;
		text-align:left;
		z-index:10;
		transition:background 400ms;
		-webkit-transition:background 400ms;
	}
		.dance-hover-preview:hover h2 {
			background:initial;
		}
	.dance-hover-preview img {
		width:100%;
		height:auto;
	}
.dance-hover-content {
	position:absolute;
	top:0;
	height:100%;
	background:rgba(0,0,0,0.7);
	width:60%;
	padding:10px 10px 0 20px;
	left:-60%;
	overflow:hidden;
	transition:left 600ms;
	-webkit-transition:left 600ms;
}
	.dance-hover-content-scrollable {
		margin-top:50px;
		overflow:auto;
		height:calc(100% - 50px);
		padding-right:10px;
		margin-right:-30px;
	}
.dance-hover-preview:hover .dance-hover-content {
	left:0;
}
	.dance-hover-content p {
		color:#fff;
	}

button:focus {
	outline:0 !important;
}
#menu-hamburger {
	color:#fff;
	display:none;
	height:50px;
	margin:15px;
}
#menu-hamburger .hamburger-inner, #menu-hamburger .hamburger-inner:before, #menu-hamburger .hamburger-inner:after {
	background:#fff;
}
.mobile-why-dance {
	display:none;
}
	.mobile-why-dance a {
		margin-top:20px;
	}
nav hr {
	display:none;
}
.container-fluid.row {
	margin-left:auto;
	margin-right:auto;
}
	.index-page-video, .full-height-cont {
		position:relative;
		overflow:hidden;
		margin-top:80px;
	}
	.index-page-video video, img.full-height {
		width:100%;
		height:auto;
	}
#carousel-about-us .carousel-control {
	background:#59cbe8;
	height:60px;
	width:60px;
	opacity:1;
}
#carousel-about-us .carousel-control.left {
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
}
#carousel-about-us .carousel-control.right{
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}
	#carousel-about-us .carousel-control .glyphicon {
		font-size:25px;
	}
.index-page-header {
	position:absolute;
	top:30%;
	width:100%;
}
	.index-page-header h1, .index-page-header h2 {
		color:#fff;
		text-align:center;
	}
	.index-page-header h1 {
		font:48px "Pitch Bold Italic";
	}
	.index-page-header h2 {
		font:20px Lato Bold;
	}
.index-page-discoball, .index-page-scroll-btn {
	position:absolute;
	bottom:0;
	width:100%;
}
.index-page-scroll-btn {
	height:100px;
}
	.index-page-discoball img {
		display:block;
		margin:0 auto;
		height:180px;
	}
	.index-page-scroll-btn button.scroll-down {
		display:block;
		margin:0 auto;
		width:50px;
		height:50px;
		background:#59cbe8;
		color:#fff;
		border-radius:25px;
		border:0;
		font-size:25px;
	}
	.index-page-scroll-btn button.scroll-down .glyphicon {
		font-weight:bold;
		line-height:2;
	}
.row.width-1200 {
	width:1100px;
	margin:0 auto;
}
.width-1200 {
	width:1100px;
	margin:0 auto;
}
h1 {
	/*font:56px Lato;*/
	font:56px Caviar Dreams;
	color:#333;
	text-align:center;
}
h2 {
	/*font:36px Lato Bold;*/
	font:36px Caviar Dreams;
	color:#59cbe8;
	color:#59a6e8;
	color:#61abea;
	text-align:center;
}
h3 {
	/*font:22px Lato Bold;*/
	font:22px Caviar Dreams;
	color:#666;
	text-align:center;
}
.video-play {
	position:relative;
	background:#fff;
}
	/*.video-play img, .reason-to-dance img {
		width:100%;
		height:auto;
		opacity:0.9;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}*/
	/*.video-play:hover img, .reason-to-dance:hover img {
		opacity:1;
		-webkit-transform:scale(1.1);
		-moz-transform:scale(1.1);
		-ms-transform:scale(1.1);
		-o-transform:scale(1.1);
		transform:scale(1.1);
	}*/
	.video-play button.play-video, .index-page-header button.play-video, .slick-slide button.play-video {
		position:absolute;
		width:100px;
		height:100px;
		background:#59cbe8;
		color:#fff;
		border-radius:50px;
		border:0;
		font-size:50px;
		top:calc(50% - 50px);
		left:calc(50% - 50px);
	}
		.video-play button.play-video span, .index-page-header button.play-video span, .slick-slide button.play-video span {
			position:absolute;
			left:calc(50% - 27px);
			top:10px;
			line-height:1.5;
			margin-left:5px;
		}
p, li {
	font:22px Lato;
	color:#000;
	line-height:30px;
	margin-bottom:20px;
}
p strong {
	font-family:Lato Bold;
	font-weight:100;
}
a {
	font-family:Lato Bold;
	color:#59cbe8;
	color:#61abea;
}
a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#61abea;
}
.section-block {
	padding-bottom:20px !important;
}
.section-cont {
	padding:0 50px;
	width:100% !important;
}
.section-cont.yt-song-example img {
	width:100%;
}
.section-cont:not(.yt-song-example) img {
	width:calc(100% + 100px) !important;
	margin-left:-50px !important;
	margin-right:-50px !important;
}
	/*.section-cont figure img {
		width:100% !important;
		margin-left:0 !important;
		margin-right:0 !important;
	}*/
.section-cont h2 {
	font-size:36px !important;
	padding-left:15px;
	padding-right:15px;
}
.section-cont p {
	line-height:30px !important;
}
.section-logo-cont {
	display:none;
}
/*.section-block.reverse-colors {
	background-color:#fff !important;
	color:#000 !important;
}
	.reverse-colors h2 {
		color:#59cbe8;
		color:#61abea !important;
	}
	.reverse-colors p, .reverse-colors p strong {
		color:#000 !important;
	}*/
.section-block.background-img {
	background-image:none !important;
}
.place-to-dance {
	background:initial !important;
	border-color:#ddd !important;
}
	.place-to-dance h3 {
		font-weight:100 !important;
		font-size:25px !important;
		color:#61abea !important;
	}
	.place-to-dance a.btn-qs  {
		height:40px !important;
		padding:6px 20px !important;
		font-size:20px !important;
	}
/*ol li {
	font:18px Lato Bold;
}*/
a.btn-qs, button.btn-qs, input[type="submit"].btn-qs {
	color:#fff;
	background:#59cbe8;
	border:0;
	font:24px Lato Bold;
	height:60px;
	line-height:28px;
	border-radius:70px;
	padding:17px 30px 0 30px;
}
a.btn-qs:hover, a.btn-qs:focus, a.btn-qs:active, button.btn-qs:hover, button.btn-qs:focus, button.btn-qs:active, input[type="submit"].btn-qs:hover, input[type="submit"].btn-qs:focus, input[type="submit"].btn-qs:active {
	color:#fff;
	background:#4eb3cc;
}
.enquiry-qsm {
	background:#404040;
	background-image:url("../img/form-bck_03.png");
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-position-x:15%;
}
	.enquiry-qsm h2, .enquiry-qsm p {
		color:#fff;
	}
	.enquiry-qsm p {
		margin-bottom:20px;
	}
	.enquiry-qsm .diamond-cont {
		padding-top:3px;
		font-size:12px;
		float:left;
		margin-right:20px;
		-ms-transform: rotate(45deg); /* IE 9 */
		-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
		transform: rotate(45deg);
	}
	form input, form select, form textarea {
		width:100%;
		background:#383838;
		color:#fff;
		border:0;
		height:42px !important;
		font:18px Lato Bold;
		font-size:18px !important;
	}
	form input[type='submit'] {
		padding-top:2px !important;
		height:60px !important;
	}
	form textarea {
		height:100% !important;
	}
	form input[type="submit"] {
		width:auto;
		float:right;
	}
.reason-to-dance-cont {
	padding:0 10px;
	-webkit-transition: all 0.5s ease; /* Safari and Chrome */
	-moz-transition: all 0.5s ease; /* Firefox */
	-ms-transition: all 0.5s ease; /* IE 9 */
	-o-transition: all 0.5s ease; /* Opera */
	transition: all 0.5s ease;
}
/*.reason-to-dance-cont:hover {
	padding:0;
	opacity:1;
}*/
.reason-to-dance {
	opacity:0.9;
	/*overflow:hidden;*/
	margin-bottom:20px;
	background-color:#fff;
	/*background-size:cover;*/
	background-size:100% auto;
	background-position:center center;
	background-repeat:no-repeat;
	height:300px;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
	/*.reason-to-dance.reason-to-dance-inv {
		background-size:auto 100%;
	}*/
.reason-to-dance:hover {
	opacity:1;
	background-size:110% auto;
}
	/*.reason-to-dance.reason-to-dance-inv:hover {
		background-size:auto 110%;
	}*/
.reason-to-dance:hover p {
	width:90%;
}
	.reason-to-dance p {
		position:absolute;
		font:30px "Pitch Bold";
		font-style:italic;
		text-align:center;
		top:calc(50% - 12px);
		color:#fff;
		width:calc(100% - 30px);
	}
	.reason-to-dance p.text-on-hover {
		display:none;
	}
	.reason-to-dance:hover .text-original {
		display:none;
	}
	.reason-to-dance:hover .text-on-hover {
		display:block;
	}
.testimonials {
}
.testimonials h2, .testimonials h3, .testimonials p {
	color:#333;
}
.testimonials .carousel-caption h3 {
	font:26px "Pitch Regular";
}
.carousel .item img {
	width:100%;
}
.carousel-caption {
	bottom:-580px;
}
.carousel-indicators {
	top:390px;
}
	.carousel-indicators li {
		height:13px;
		width:13px;
		background:#999;
		border-color:#999;
	}
	.carousel-indicators li.active {
		background:#59cbe8;
		height:15px;
		width:15px;
		border-color:#59cbe8;
	}
.carousel-testimonials {
	padding:0;
}
.carousel-inner .active.left { left: -33%; }
.carousel-inner .next        { left:  33%; }
.carousel-inner .prev        { left: -33%; }
.carousel-control.left,.carousel-control.right {background-image:none;} 
.carousel-inner .item .col-sm-4 {
	padding:0;
}
#carousel-about-us .carousel-control {
	top:calc(50% - 30px);
}
figure figcaption {
	padding:6px 20px 5px 20px !important;
}
figure figcaption p {
	font:18px Lato Bold;
	line-height:22px !important;
}
.mr-blogs-cont h2 {
	color:#444;
	margin-top:60px !important;
	margin-bottom:40px !important;
}
.mr-blog {
	margin-bottom:20px;
	position:relative;
}
	.mr-blog .blog-preview-text {
		position:absolute;
		border:0;
		height:auto;
		bottom:0;
		background:rgba(0,0,0,0.5);
		width:calc(100% - 30px);
		-webkit-transition:padding-bottom 400ms;
		transition:padding-bottom 400ms;
	}
	.mr-blog:hover .blog-preview-text {
		background:rgba(0,0,0,0.7);
		padding-bottom:10px;
	}
	.mr-blog a:hover h3 {
		color:#fff !important;
	}
	.mr-blog a:hover {
		text-decoration:none !important;
	}
	.mr-blog a + p, .mr-blog .blog-date {
		display:none;
	}
		.mr-blog .blog-img-cont {
			height:245px;
			overflow:hidden;
			background-position:center center;
		}
			.mr-blog img {
				width:100%;
				height:auto;
				background-position:center center;
			}
		.mr-blog .blog-pretitle {
			text-transform:uppercase;
			font:16px Lato;
			margin-bottom:0;
			margin-top:10px;
			color:#fff;
		}
		.mr-blog h3 {
			font:26px Lato Bold;
			text-align:left;
			margin-top:3px;
			margin-bottom:8px;
			color:#fff;
			line-height:26px;
		}

.dance-preview {
	float:left;
	width:100%;
	margin-bottom:20px;
}
	.dance-preview-box {
		position:absolute;
		width:55%;
		background:#fff;
		border:solid 1px #eee;
		height:calc(100% - 50px);
		margin-top:25px;
		padding:20px;
	}
	.dance-preview-left .dance-preview-box {
		right:0;
	}
		.dance-preview-box h2 {
			font-style:normal;
			text-align:right;
		}
		.dance-preview-box a:hover, .dance-preview-box a:hover h2 {
			color:#59cbe8;
		}
		.dance-preview-left .dance-preview-box h2 {
			text-align:left;
		}
		.dance-preview-box p {
			text-align:right;
			font-size:18px;
		}
		.dance-preview-left .dance-preview-box p {
			text-align:left;
		}
		.dance-preview-box .dance-read-more {
			position:absolute;
			right:20px;
			bottom:30px;
			color:#59cbe8;
		}
	.dance-preview img {
		position:relative;
		width:50%;
		max-height:350px;
		height:auto;
		float:right;
	}
	.dance-preview-left img {
		float:left;
	}
.question {
	color:#000;
	font-family:Lato Bold;
}
.question.collapsed {
	color:#333;
}
	.question .glyphicon {
		font-size:20px;
		margin-right:10px;
	}
.answer {
	padding-left:10px;
	padding-bottom:10px;
}
.teacher-info {
	margin-bottom:20px;
}
	.teacher-name {
		font:22px Lato Bold;
		color:#61abea;
		margin-top:10px;
		margin-bottom:0;
		text-align:center;
	}
	.teacher-role {
		font-size:16px;
		color:#666;
		text-align:center;
	}
	.teacher-info p:not(.teacher-name):not(.teacher-role) {
		font-size:18px;
		line-height:26px;
	}
.video-bckg, #full-overlay {
	background:#000;
	opacity:0.7;
	position:fixed;
	width:100%;
	height:100%;
	z-index:10000;
}
#full-overlay {
	display:none;
}
#contact-us.full-overlay-popup {
	display:none;
	position:fixed;
	width: 1000px;
	/*width:70%;*/
	z-index:10001;
	top:20%;
	left:calc(50% - 500px);
	background:#fff;
	padding:20px 20px 0 20px;
}
#contact-us.full-overlay-popup .enquiry-title {
	font:24px "Pitch Semibold";
	padding:40px 0 ;
	text-align:center;
}
.video-popup {
	position:fixed;
	z-index:10001;
	top:calc(50% - 240px);
	left:calc(50% - 425px);
}
#close-video, #close-form {
	position:fixed;
	z-index:10002;
	height:50px;
	width:50px;
	border-radius:25px;
	top:calc(50% - 265px);
	left:calc(50% + 400px);
	border:0;
	background:#404040;
	padding:13px 0;
	-webkit-transition: all 0.5s ease; /* Safari and Chrome */
	-moz-transition: all 0.5s ease; /* Firefox */
	-ms-transition: all 0.5s ease; /* IE 9 */
	-o-transition: all 0.5s ease; /* Opera */
	transition: all 0.5s ease;
}
#close-form {
	position:absolute;
	top:-25px;
	right:-25px;
	left:initial;
}
#close-video:hover, #close-form:hover {
	background:#59cbe8;
}
#close-video .hamburger-inner, #close-form .hamburger-inner {
	margin-left:5px;
}
#close-video .hamburger-inner, #close-video .hamburger-inner:before, #close-video .hamburger-inner:after, #close-form .hamburger-inner, #close-form .hamburger-inner:before, #close-form .hamburger-inner:after {
	background:#fff;
	width:30px;
}

.fb-comments {
	width:100%;
}
.fb-comments>span {
	width:700px !important;
	padding:0 5px;
	margin:0 auto;
	display:block !important;
}
.fb-comments>span>iframe {
	width:calc(100% - 10px) !important;
}
