/*
	Theme Name: Team Transform Template
	Description: This is the starter child theme created for the Genesis Framework.
	Author: Superfast
	Author URI: http://www.superfastbusiness.com/
	Version: 1.0
	Tags: responsive-layout, white, blue,yellow, one-column, two-columns, theme-options
	Template: genesis
	Template Version: 2.0
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Fonts */

@font-face {
	font-family:'Futura-regular';
	src: url('assets/fonts/FuturaBT-MediumCondensed_gdi.eot');
	src: url('assets/fonts/FuturaBT-MediumCondensed_gdi.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/FuturaBT-MediumCondensed_gdi.woff') format('woff'),
		url('assets/fonts/FuturaBT-MediumCondensed_gdi.ttf') format('truetype'),
		url('assets/fonts/FuturaBT-MediumCondensed_gdi.svg#FuturaBT-MediumCondensed') format('svg');
}


@font-face {
	font-family:'Futura-xbold';
	src: url('assets/fonts/FuturaBT-ExtraBlackCondensed_gdi.eot');
	src: url('assets/fonts/FuturaBT-ExtraBlackCondensed_gdi.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/FuturaBT-ExtraBlackCondensed_gdi.woff') format('woff'),
		url('assets/fonts/FuturaBT-ExtraBlackCondensed_gdi.ttf') format('truetype'),
		url('assets/fonts/FuturaBT-ExtraBlackCondensed_gdi.svg#FuturaBT-ExtraBlackCondensed') format('svg');
}

@font-face {
	font-family:'Futura-bold';
	src: url('assets/fonts/FuturaBT-BoldCondensed_gdi.eot');
	src: url('assets/fonts/FuturaBT-BoldCondensed_gdi.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/FuturaBT-BoldCondensed_gdi.woff') format('woff'),
		url('assets/fonts/FuturaBT-BoldCondensed_gdi.ttf') format('truetype'),
		url('assets/fonts/FuturaBT-BoldCondensed_gdi.svg#FuturaBT-BoldCondensed') format('svg');
}



/** CSS Reset from Skeleton
----------------------------------------------------------------------------- */
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;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {

}

#fn_layer8{
	height: 0 !important;
}
/** Clearing Floats
----------------------------------------------------------------------------- */
.archive-pagination:before, .clearfix:before, .entry:before, .entry-pagination:before, .footer-widgets:before, .nav-primary:before, .nav-secondary:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after, .clearfix:after, .entry:after, .entry-pagination:after, .footer-widgets:after, .nav-primary:after, .nav-secondary:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .wrap:after {
	clear: both;
	content: " ";
	display: table;
}
/** Box Sizing
----------------------------------------------------------------------------- */
*, *:before, *:after, input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/** Typography
----------------------------------------------------------------------------- */
html {
	font-size: 62.5%;
}

body {
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	color: #777;
	font: 400 16px/24px "Lato", sans-serif;
	overflow-x: hidden;
	border-top: 8px solid #000;
}

h1, h2{
	font: 700 36px/1 "Futura-xbold", sans-serif;
	color: #000;
}

 h3, h4, h5, h6 {
 	font: 700 36px/1 "Futura-bold", sans-serif;
 	color: #000;
 } 

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font: inherit;
}

h1 {
	font-size: 36px;
	line-height: 45px;
}

h2 {
	font-size: 30px;
	line-height: 45px;
}

h3 {
	font-size: 24px;
	line-height: 36px;
}

h4 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 20px;
	line-height: 30px;
}

h5 {
	font-size: 18px;
	line-height: 27px;
}

h6 {
	font-size: 16px;
	line-height: 24px;
}

p {
	margin-bottom: 24px;
}

p a {
	font-family: inherit;
}

p img {
	margin: 0;
}

p.empty {
    padding: 0;
    margin: 0;
    line-height: 0;
}

blockquote, cite, em, i {
	font-style: italic;
}

b, strong {
	font-weight: 700;
}

small {
	font-size: 12px;
	line-height: 18px;
}
/*  Blockquotes  */
blockquote {
	background-color: #e2e2e2;
	border: 1px solid #bdbdbd;
	margin: 0 0 24px;
	overflow: hidden;
	padding: 24px;
	clear: both;
}

blockquote p {
	margin-bottom: 0;
}

blockquote cite {
	display: block;
	font-size: 12px;
}

blockquote cite:before {
	content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
}

hr {
	border: solid #d3d3d3;
	border-width: 1px 0 0;
	clear: both;
	margin: 11px 0 24px;
	height: 0;
}
/** Links
----------------------------------------------------------------------------- */
a {
	color: #333;
	text-decoration: none;
	outline: 0;
}

a:hover, a:focus {
	color: #757D75;
}

p a, p a:visited {
	line-height: inherit;
}
/** Lists
----------------------------------------------------------------------------- */
ul, ol {
	margin-bottom: 24px;
}

ul {
	list-style: disc outside;
}

ol {
	list-style: decimal;
}

ol, ul {
	margin-left: 36px;
}

ul ul, ul ol, ol ol, ol ul {
	margin: 12px 0 12px 24px;
}

ul ul li, ul ol li, ol ol li, ol ul li {
	margin-bottom: 0;
}

li, li p {
	line-height: 24px;
}
/** Tables
----------------------------------------------------------------------------- */
table {
	width: 100%;
	margin-bottom: 24px;
}
/* Zebra striping */
tr:nth-of-type(odd) {
	background: #d3d3d3;
}

tfoot tr:nth-of-type(odd) {
	background-color: #fff;
}

th {
	background: #333;
	color: white;
	font-family: "Futura-bold", sans-serif;
	font-weight: bold;
}

td, th {
	padding: 12px;
	border: none;
	text-align: left;
}
/** Definition Lists
----------------------------------------------------------------------------- */
dt {
	font-family: "Lato", sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

dd {
	margin: 0;
	padding: 0 0 24px 0;
}
/** Preformatted Tags
----------------------------------------------------------------------------- */
code, samp, kbd, pre, tt {
	color: #333;
	font-family: "Courier New", Courier, monospace, sans-serif;
	text-align: left;
}

pre code, pre {
	font-size: 12px;
	line-height: 1;
}

pre {
	border-left: 12px solid #d3d3d3;
	margin: 12px 0 12px 24px;
	overflow: auto;
	padding: 12px;
}
/* target IE7 and IE6 */
*:first-child+html pre {
	overflow-y: hidden;
	overflow: visible;
	overflow-x: auto;
	padding-bottom: 24px;
}

* html pre {
	padding-bottom: 24px;
	overflow: visible;
	overflow-x: auto;
}
/** Other Tags
----------------------------------------------------------------------------- */
cite:before {
	content: '\2014';
	margin-right: 4px;
}

sup {
	font-size: xx-small;
	vertical-align: top;
}

sub {
	font-size: xx-small;
	vertical-align: bottom;
}
/** Images, Objects
----------------------------------------------------------------------------- */
embed, iframe, img, object, video, .wp-caption {
	max-width: 100%;
}

img {
	display: block;
	height: auto;
}

a.imgwrap,
a.imgwrap:hover {
	border:none;
	background:none;
}

.featured-content img, .gallery img {
	width: auto;
}
/** Buttons
----------------------------------------------------------------------------- */
button, input[type="submit"], input[type="reset"], input[type="button"] {
	-moz-user-select: none;
	-webkit-user-select: none;
	background-image: none;
	background-color: #2332ec;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
	padding: 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

button.menu-toggle{
	background-color: transparent;
	display: none;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background-color: #757D75;
	color: #fff;
}

input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
	background-color: #757D75;
	color: #fff;
}

.primary-btn{
	border: 1px solid #fff;
	font-family: 'Futura-bold', sans-serif;
	text-transform: uppercase;
	font-size: 26px;
	color: #fff;
	padding: 15px 10px;
	display: inline-block;
	width: 300px;
	text-align: center;

	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	
}

.primary-btn:hover{
	color: #ffd520;
}

/* Popup form**/
#popup-video,
#popup-form-ptminder,
#popup-form-ebook{
	display: none;	
}
.popup-form-wrap{
	width: 100%;
	max-width: 500px;
	text-align: center;
}
.popup-form-wrap img{
	display: inline;
}

/*Ptminder*/

#ptminder-client-login-form {
	width: 100% !important;
}
#ptminder-client-login-form label{
	display: none;
}

#ptminder-client-login input[type="submit"],
#ptminder-client-login input[type="text"],
#ptminder-client-login input[type="password"]{
 width: 100% !important;
 padding: 10px !important;
 color: #000; 
}

/*fancybox*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


/** Testimonials slider **/
.bxslider {
	margin: 0;
	padding: 0;
}
.bxslider li.item{
	overflow: hidden;
}

.bxslider .column-image{
	float: right;
}

.bxslider .column-content {
	background-color: #fff;
	width: 140px;
	float: left;
	height: 250px;
	padding: 20px;
	width: 230px;
	position: relative;
}

.bxslider .column-content img {
	_display: none;
}

.bxslider .column-content:before {
	content: "";
	display: block;
	position: absolute;
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	
	border-left: 20px solid #fff;
	right: -20px;
	top: 80px;
}

.bxslider .column-content p {
	word-wrap: break-word;
	width: 100%;
}

.bxslider .column-content p:first-child:before {
	font-family: 'FontAwesome';
	content: '\f10d';
	display: block;
	text-align: center;
	color: #ffd520;
	font-size: 18px;
}

.bxslider .column-content .testimonial-author {
	font: 700 18px/1 Lato, sans-serif;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}

.section-7 .bxslider .column-content .testimonial-author {
	margin-top: 56px;
}

.bx-wrapper .bx-pager.bx-default-pager a{
	background-color: #2332ec !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: yellow !important;
}


.sidebar .bxslider .column-image{
	float: none;
	display: block;
	width: 100%;
	text-align: center;
}

.sidebar .bxslider .column-image img{
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 5px solid #f7bc14; 
}
.sidebar .bxslider .column-content {
	background-color: transparent;
	float: none;
	height: auto;
	position: relative;
	width: 100%;
	padding: 5px;
	text-align: center;
}

.sidebar .bx-wrapper .bx-pager {
	padding-top: 0;
}

.sidebar .bx-wrapper .bx-viewport {
	left: 0;
}



.sidebar .bxslider .column-content p:before {
	display: none;
}

.sidebar .bxslider .column-content:before {
	display: none;
}


/** Timetable **/
.timetable-title {
	font: 700 40px/1 'Futura-bold',sans-serif;
	margin-bottom: 40px;
	text-align: center;
	color: #333333;
	text-transform: uppercase;
	margin-top: 20px;
}

.timetable-wrap {
	border: 5px solid #e3e415;
	padding: 5px;
}

.timetable-table {
	text-transform: uppercase;
	color: #fff;
	font-family: 'Futura-regular', sans-serif;
	margin-bottom: 0;
}

.timetable-table tr:nth-of-type(odd) {
	background-color: transparent;
}

.timetable-table th, .timetable-table td {
	text-align: center;
}
.timetable-table th {
	font-size: 22px;
}

.timetable-table tr td{
	background-color: #333333;

}

.timetable-table th, .timetable-table tr td:first-child{
	background-color: #0000ff;
}
.timetable-table th:first-child{
	background-color: transparent;
}


.timetable-table td.orange{
	background-color: #f79646;
}

.timetable-table td.green{
	background-color: #9aba58;
}

.timetable-table td.violet{
	background-color: #8064a2;
}

.timetable-table td.blue{
	background-color: #5185c2;
}
.timetable-table td.pink{
	background-color: #C0504C;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/** Forms
----------------------------------------------------------------------------- */
textarea, input.text, input[type="text"], input[type="button"], input[type="submit"], .input-checkbox {
	-webkit-appearance: none;
	border-radius: 0;
}

form {
	margin-bottom: 0px;
}

fieldset {
	margin-bottom: 0px;
}

input {
	/*-webkit-appearance: none; */
	-webkit-border-radius: 0;
	outline: none;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	/*-webkit-appearance: caret;
	-moz-appearance: caret;*/
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea, select {
	background: #fff;
	border: 1px solid #d3d3d3;
	color: #333;
	display: block;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	line-height: 21px;
	margin: 0;
	max-width: 100%;
	outline: none;
	padding: 12px;
	width: 100%;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, textarea:focus {
	border-color: #AAB2BD;
	color: #333;
}

textarea {
	min-height: 60px;
	overflow: auto;
}

label, legend {
	display: block;
	font: bold 16px/24px "Lato", sans-serif;
}

select {
	width: 220px;
}

input[type="checkbox"] {
	display: inline;
}

label span, legend span {
	color: #333;
	font-weight: normal;
	font-size: 16px;
}

:focus {
	outline-color: transparent;
	outline-style: none;
}
/** WordPress Stylesheet
----------------------------------------------------------------------------- */
/** WYSIWYG Editor Styles */
.alignleft {
	float: left;
	margin:0 12px 24px 0;
}

.aligncenter {
	display: block;
	margin: 0 auto 24px auto;
}

.alignright {
	float: right;
	margin:0 0 24px 12px;
}

.alignnone {
	float: none;
	display: block;
	margin: 0 0 24px 0;
}

.size-full {
	width: 100%;
	height: auto;
	margin: 0 0 24px 0;
}

p .alignleft {
	float: left;
	margin: 4px 12px 24px 0;
}

p .aligncenter {
	display: block;
	margin: 4px auto 24px auto;
}

p .alignright {
	float: right;
	margin: 4px 0 24px 12px;
}

p .alignnone {
	float: none;
	display: block;
	margin: 4px 0 24px 0;
}

p .size-full {
	width: 100%;
	height: auto;
	margin: 4px 0 24px 0;
}

.wp-caption {
	max-width: 100%;
	text-align: center;
}

.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}

.wp-caption p.wp-caption-text {
	font-size: 14px;
	line-height: 21px;
	margin: 0;
	margin-bottom: 24px;
}

.wp-smiley {
	margin: 0 !important;
	max-height: 16px;
}

blockquote.left {
	margin-right: 24px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}

blockquote.right {
	margin-left: 24px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}
/** Gallery */
.gallery {
	overflow: hidden;
}

.gallery img {
	border: none !important;
}

.gallery-caption {
	font-size: 14px;
	line-height: 21px;
}
/** Genesis Styles
----------------------------------------------------------------------------- */
/** Container */
.site-container {
	margin: 0 auto;
	max-width: 100%;
}

.wrap {
	margin: 0 auto;
	max-width: 940px;
}
/** Header */
.site-header {
	padding: 24px 0;
}

.site-header .wrap {
	border-top: 0;
	border-bottom: 0;
}

.title-area {
	float: left;
	width: 470px;
}

.title-area.full-width-title {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 48px;
	line-height: 1;
}

.title-area .logo {
	display: block;
	line-height: 0;
}

.site-description {
	font: 400 16px/24px "Lato", sans-serif;
}

.site-header .widget-area {
	float: right;
	width: 400px;
}
/** Site Navigation */
.nav-primary {
	background-color: #f7bc14;
}
/** Site Inner */
.site-inner {
	padding: 40px 0;
}

.content {
	width: 590px;
}

.sidebar-primary, .sidebar-content-sidebar .sidebar-primary, .content-sidebar-sidebar .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
	width: 300px;
}

.sidebar-content-sidebar .content-sidebar-wrap, .content-sidebar-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
	width: 945px;
}

.sidebar-content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-sidebar-content .content {
	width: 555px;
}

.sidebar-secondary {
	width: 165px;
}

.content, .sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-secondary, .sidebar-content-sidebar .sidebar-secondary, .content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-primary, .sidebar-secondary, .sidebar-content .content, .sidebar-sidebar-content .content, .sidebar-content-sidebar .sidebar-primary, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

.full-width-content .content {
	float: none;
	width: 100%;
}

/** Social Icons Widget **/
.widget_mb_social_icons .social-icons {
  float: left;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_mb_social_icons .social-icons li {
  float: left;
  font-size: 24px;
  margin-bottom: 10px;
}
.widget_mb_social_icons .social-icons li a {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #465964;
  display: block;
  line-height: 40px;
  margin-left: 15px;
  text-align: center;
  width: 40px;
  height: 40px;
}
.widget_mb_social_icons .social-icons li a:hover{
	background: #ffd520; 
}
.widget_mb_social_icons .social-icons li:first-child a {
  margin-left: 0;
}

/** Header Right **/
.side-header-cta {
	text-align: right;
	margin-top: 15px;
}
.side-header-cta h3 {
	font-size: 18px;	
	font-family: 'Lato', sans-serif;
}
.side-header-cta h3:first-child {
	margin-bottom: 0;
	color: #4f4f4f;
}

.side-header-cta h3.call-us{
	color: #000;
	font-family: 'Futura-xbold';
	font-size: 28px;
}

.side-header-cta h3 .call-us-number {
	color: #2332ec;
}


/** Section 1 **/
.section-1 {
	color: #fff;
	border-bottom: 1px solid #707070;
	background-color: #000;
}

.section-1 .wrap {
		position: relative;
		height: 100%;
		min-height: 520px;
}

.section-1 h1{
	margin-top: 80px;
	margin-bottom:  50px;
	color: #fff;
}
.section-1 h1 span{
	display: block;
}


.section-1 h1 span:first-child{
	font-size: 65px;
	line-height: .65em;
}
.section-1 h1 span:nth-child(2){
	font-size: 110px;
	line-height: .85em;
}

.section-1 h1 span:last-child{
	font-size: 100px;
	line-height: .85em;
}
.section-1 h1 span:last-child{
	
}

.section-1 h1 span:last-child i{
	font-style: normal;
	color: #ffd520; 
}


.section-1 .banner-btn {
	background-color: #ffd520;
	width: 234px;
	padding: 15px 20px;
	display: inline-block;
	text-align: center;
	font-family: 'Futura-bold', sans-serif;
	font-size: 28px;
	color: #000;
	transition: all .200s ease-in;
	margin-bottom: 12px;
}


.section-1 img{
	position: absolute;
	right: -70px;
	bottom: 1px;
}
.section-1 .play-btn{
	position: absolute;
	font-size: 100px;
	right:  170px;
	top: 215px;
	width: 86px;
	height: 86px;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, .9);
}

.section-1 .play-btn a{
	color: #fff;
	transition: color .200s ease-in;
}

.section-1 .play-btn a:hover{
	color: #ffd520;
}

.section-1 .play-btn i{
	line-height: .89432423;
}

.section-1 .banner-btn:hover{
	background-color: #f7bc14;
	color: #fff;
}


/* Section 2 */
.section-2{
	padding: 30px 0;
	position: relative;
}

.section-2 .widget_mb_button .group {
	float: left;
	width: 68%;
}

.section-2 .widget_mb_button .group  h2 {
	font-family: 'Futura-bold';
	font-size: 40px;
	letter-spacing: -1px;
	color: #f7bc14;
	line-height: 1;
}
.section-2 .widget_mb_button .group p{
	margin-bottom: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1;
	font-family: 'Futura-bold', sans-serif;
}

.section-2 .widget_mb_button .primary-btn {
	float: right;
}

.section-3 {
	background-color: #e2e2e2;
	padding: 30px 0;
}
.section-3 img{
	margin: 0;
}


/** Section 4 **/

.section-4 {
	padding: 60px 0;
}

.section-4 .widget {
	float: left;
	width: 25%;
	padding: 9px;
	text-align: center;
}

.section-4 .widget .widgettitle {
	font-size: 26px;
	color: #000;
}
.section-4 .widget p:last-child{
	margin-bottom: 0;
}
.section-4 .widget a{
	font-size: 18px;
	font-weight: 700;
}


.section-4 .widget:first-child{
	padding-left: 0;
} 

.section-4 .widget:last-child {
	padding-right: 0;
}


/** section 5 widget **/
.section-5 {
	background-color: #1b28bc;
	padding: 10px 0;
	color: #fff;
}

.section-5 .buttonwidget{

}
.section-5 .widget_mb_button img, 
.section-5 .widget_mb_button h4{
	float: left;
	position: relative;
}

.section-5 .widget_mb_button h4{
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	margin-left: 20px;
	color: #fff;
}

.section-5 .widget_mb_button .primary-btn{
	float: right;
}

.section-5 .widget_mb_button img {
	margin-top: -66px;
	
}

.section-5 .primary-btn {
	
}

/** Section 6 **/
.section-6 {
	max-width: 1366px;
	margin: 0 auto;
	display: block;
}
.section-6-left, 
.section-6-right {
	float: left;
	width: 50%;
}

.section-6-left{
	height: 100%;
	position: relative;
}

.section-6-right {
	position: relative;
}
.section-6-right .widgettitle {
	font-size: 40px;
	color: #000;
	margin-bottom: 24px;
}
.section-6-right .widget-wrap {
 	padding: 60px 30px;
}
.section-6-right .textwidget {
	width: 70%;
}

.section-6-right .textwidget p:first-child{
	font-size: 20px;
	color: #424242;
	font-weight: 700;
	text-transform: uppercase;
}

.section-6-right .textwidget img{
	position: absolute;
	right: 0;
	bottom: 0;
}


/*section 7*/
.section-7 {
	margin-top: -6px; 
	padding: 70px 0;
	background-image: url('images/testimonials-bg.jpg');
	background-size: cover;
	position: relative;
}

.section-7 .widget-title {
	text-align: center;
	color: #fff;
	font: 60px/1 'Futura-xbold', sans-serif;
	margin-bottom: 70px;
}

/** Section 8 **/
.section-8 {
	overflow: hidden;
	max-width: 1366px;
	margin: 0 auto;
}

.section-8 img {
	margin: 0;
}
.section-8-left {
	padding: 60px 20px 30px 0;
}


.section-8-left,
.section-8-right {
	float: left;
	width: 50%;
}
.section-8-right .widget_mb_image a.alignnone{
	display: block;
	background-color: rgba(27, 40, 188, .9);
	opacity: 0;
	transition: all .200s ease-in;
	position: relative;
	margin-bottom: 0;
}

.section-8-right .widget_mb_image a.alignnone:hover{
	opacity: 1;
}

.section-8-right .widget_mb_image a.alignnone:before {
	content: 'View Gallery \f03e';
	position: absolute;
	font-family: 'Fontawesome', sans-serif;
	color: #fff;
	top: 50%;
	left: 50%;
	margin-left: -55px;
}




.section-8 .entry-header .post-info-meta, .section-8 .entry-header .entry-title {
	padding-left: 0;
}

.section-8-left .widget{
	width: 460px;
	float: right;
}

.section-8 .widgettitle {
	color: #000;
	font: 800 40px/1 'Futura-xbold', sans-serif;
	margin-bottom: 24px;
}

.section-8 .entry-header {
	margin-bottom: 0;
}
.section-8 .entry-title {
	font-family: 700 19px/1 'Futura-xbold', sans-serif;
	color: #424242;
}
.section-8 .entry {
	border: none;
	margin-bottom:  0;
	padding: 0;
}


.section-8-right .widget_mb_image {
	float: left;
	width: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


/** Footer Widgets */
.footer-widgets {
	padding: 67px 0;
	color: #fff;
}

.footer-widgets .widget {
	margin-bottom: 24px;
}

.footer-widgets .widget .widgettitle{
	font-family: Lato, sans-serif;
	margin-bottom: 24px;
	color: #fff;
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
	float: left;
	width: 33.33%;
}


.footer-widgets-1 {
	margin-left: 0;
}

.footer-widgets-2{
	padding: 0 10px;
}

.footer-widgets-4{
	clear: both;
	border-top: 1px solid #525252;
	padding-top: 45px;
}

.footer-widgets-4 .widget_mb_image{
	float: left;
	width: 25%;
	padding: 0 10px;
}

.footer-widgets-4 .widget_mb_image .alignnone{
	margin-bottom: 0;
}

.footer-widgets-4 .widget{
	margin-bottom: 0;
}

/*Social icon*/
.footer-widgets .widget-area .widget_mb_social_icons .social-icons li:nth-child(odd){
	clear: both;
}
.footer-widgets-1 .widget_mb_social_icons .social-icons li:nth-child(odd) a{
	margin-left: 0;
}

/*quick menu*/
.footer-widgets .widget-area .menu{
	list-style: none;
	padding: 0;
	margin: 0;

	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;

	-webkit-column-gap: 0; /* Chrome, Safari, Opera */
    -moz-column-gap: 0; /* Firefox */
    column-gap: 0;
}

.footer-widgets .widget-area .menu li{
	margin-bottom: 14px;
}

.footer-widgets .widget-area .menu li a{
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}

.footer-widgets .widget-area .menu li a:hover{
	color: #ffd520;
}



/** Footer */
.site-footer {
	font-size: 14px;
	padding: 24px 0;
	border-top: 1px solid #4b4b4b;
	background-color: #000000;
}

.site-footer.full-width {
	text-align: center;
}

.site-footer .copyright, .site-footer .nav-footer {
	float: left;
	width: 450px;
}

.site-footer .nav-footer {
	float: right;
	text-align: right;
}

.site-footer p {
	margin-bottom: 0;
}
/** Column Classes
----------------------------------------------------------------------------- */
.five-sixths, .four-sixths, .four-fifths, .one-fifth, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-fifths, .three-sixths, .two-fourths, .two-fifths, .two-sixths, .two-thirds {
	float: left;
	margin-left: 2.6315789473684%;
}

.one-half, .three-sixths, .two-fourths {
	width: 48.684210526316%;
}

.one-third, .two-sixths {
	width: 31.578947368421%;
}

.four-sixths, .two-thirds {
	width: 65.789473684211%;
}

.one-fourth {
	width: 23.026315789474%;
}

.three-fourths {
	width: 74.342105263158%;
}

.one-fifth {
	width: 17.894736842105%;
}

.two-fifths {
	width: 38.421052631579%;
}

.three-fifths {
	width: 58.947368421053%;
}

.four-fifths {
	width: 79.473684210526%;
}

.one-sixth {
	width: 14.473684210526%;
}

.five-sixths {
	width: 82.894736842105%;
}

.first {
	clear: both;
	margin-left: 0;
}
/** Navigation Menu
----------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	_width: 12.5%;
	list-style: none;
}

.genesis-nav-menu > li:first-child a {
}


.genesis-nav-menu a {
	border: none;
	color: #333;
	display: block;
	font-weight: inherit;
	font-size: 16px;
	margin-bottom: 0;
	padding: 20px 24px;

	position: relative;
	text-transform: uppercase;
	font-family: 'Futura-bold';
	font-size: 20px;
}


.genesis-nav-menu > li:first-child a {

	padding: 20px 30px;
}

.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background-color: #ffd520;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #333;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #f9f9f9;
	border: 1px solid #d3d3d3;
	border-top: 0;
	letter-spacing: 0;
	padding: 12px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu > li:first-child > a {
	border-top: 1px solid #d3d3d3;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -50px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 12px;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 24px;
}

.genesis-nav-menu > .search {
	padding: 12px;
}
/** Header Navigation */
.site-header .genesis-nav-menu {
	float: right;
	text-align: right;
	width: 100%;
	*width: 100%;
}



/** Secondary Navigation
----------------------------------------------------------------------------- */

/** Footer Navigation
----------------------------------------------------------------------------- */
.nav-footer {
}

.footer-navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 100%;
}

.footer-navigation li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.footer-navigation a {
	display: block;
	padding: 0 12px;
}
/** Breadcrumbs
----------------------------------------------------------------------------- */

/** Search Forms
----------------------------------------------------------------------------- */
.search-form input[type="search"] {
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	color: #333;
	margin: 0 -36px 0 0;
	padding: 12px;
	width: 100%;
	transition-duration: 400ms;
	transition-property: width, background;
	transition-timing-function: ease;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	border: 1px solid #d3d3d3;
}

.sidebar .search-form input[type="search"]:focus, .content .search-form input[type="search"]:focus {
}

.content .search-form input[type="search"] {
	width: 50%;
}

.search-form input[type="search"]:focus {
	border: 1px solid #AAB2BD;
}

.search-form input[type="submit"] {
	text-indent: -9999px;
	background: none;
	background: url('images/search.png') no-repeat center center transparent;
	border: medium none;
	height: 24px;
	margin-bottom: 0;
	padding: 0;
	width: 24px;
	background-color: white;
}

.nav-primary .wrap {
	position: relative;
}

.nav-primary .search-form {
	position: absolute;
	right: 0px;
	top: 1px;
}

.nav-primary input[type="search"] {
	background-color: #fff;
	background: url('images/search.png') no-repeat 10px center #fff;
	background-size: 13px 13px;
	border: none;
	border: 1px solid #d3d3d3;
	cursor: pointer;
	height: 40px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	/*text-transform: lowercase;*/
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition: width 400ms ease, background 400ms ease;
	width: 160px;
}

.nav-primary input[type="search"]:focus {
	background-color: #fff;
	border: 1px solid #AAB2BD;
	cursor: text;
	outline: 0;
	width: 250px;
}

.nav-primary input[type="submit"] {
	display: none;
}
/** Posts - Pages
----------------------------------------------------------------------------- */
/*Pages*/

.page-title{
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 50px;
	font-family: 'Futura-bold',sans-serif;
	padding: 60px 0;
}



/** Entry Header */
.entry-header {
	margin-bottom: 24px;
}

.entry-header .post-info-meta, 
.entry-header .entry-title{
	padding-left: 0;
	margin-bottom: 10px;
}

.comment-count{
	float: right;
}

.blog .entry-header .entry-title,
.blog .entry-header .post-info-meta,
.single .entry-header .entry-title,
.single .entry-header .post-info-meta {

	padding-left: 70px;
}

.single-testimonial .entry-header .post-info-meta,
.single-testimonial .entry-header .entry-title {
	padding-left: 0;
}

.entry-header .entry-title{
	line-height: 1;
}


.entry .date-box {
	float: left;
	width: 60px;
	text-align: center;
	background-color: #f7bc14;
	color: #fff;
	padding: 5px 0;
}

.entry .date-box span{
	display: block;
	font-size: 12px;
}

.entry .date-box .day{
	font-size: 25px;
}

.entry-title {
	font-family: 'Futura-bold', sans-serif;
	text-transform: uppercase;
	font-size: 25px;
}

.page-blog .entry-title {
	margin-bottom: 0;
}

.entry {
	border-bottom: 1px solid #bfbfbf;
	display: block;
	margin-bottom: 23px;
	padding-bottom: 24px;
}

.content blockquote {
	background-color: #f9f9f9;
}
/** Entry Content */
.entry-content {
	display: block;
	margin-bottom: 24px;
}
/** Entry Footer */
.entry-footer {
	clear: both;
}
/** Post Info - Post Meta */
.entry-meta {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 0px;
}

.entry-footer .entry-meta {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.entry-meta a {
	border: none;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	text-transform: none;
}

.entry-header .entry-meta {
}

.entry-footer .entry-meta {
	margin: 0;
	padding: 0;
}


.entry-categories, .entry-tags {
	display: block;
}

.entry-time:before, .entry-author:before, .entry-comments-link:before, .entry-permalink:before {
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Genericons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	padding-right: 6px;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}

.entry-time:before {
	content: '\f307';
}

.entry-author:before {
}

.entry-comments-link:before {
	
}

.entry-comments-link{
	background-color: #f7bc14;
	padding: 0 10px;
	margin-left: 10px;
	position: relative;
	display: inline-block;
}

.entry-comments-link:before{
	content: '';
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent; 
	border-right: 5px solid #f7bc14;
	
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);

	position: absolute;
	bottom: -10px;
}

.entry-comments-link a{
	color: #fff;
	display: block;	
}




.entry-author-link {
	text-transform: uppercase;
	color: #f7bc14;
}

.entry-permalink:before {
	content: '\f107';
}
/** Sticky */
.sticky {
	padding: 24px;
	background-color: #f9f9f9;
	position: relative;
}
/** Search Page */
.archive-description {
	margin-bottom: 24px;
}
/** Sidebars & Widgets
----------------------------------------------------------------------------- */
.sidebar {
	display: block;
}

.sidebar .widget {
	margin-bottom: 23px;
	padding: 0 20px 24px 20px;
	background-color: #f4f4f4;

}


.sidebar .widgettitle{
	background-color: #f7bc14;
	text-align: center;
	color: #fff;
	padding: 18px;
	line-height: 1;
	margin-left: -20px;
	margin-right: -20px;
}

.widgettitle {
	margin-bottom: 12px;
}

.sidebar ul, .sidebar ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

/**widgets*/

.sidebar .widget_mb_image{
	padding: 0;
}

.sidebar .widget_archive li:before,.sidebar .widget_categories li:before{
	content: "\f0da";
	font-family: 'FontAwesome';
	margin-right: 7px;
}

.sidebar .widget_mb_testimonial {
	padding-bottom: 30px;
}

.sidebar .wptt_TwitterTweets{
	position: relative;

}

.sidebar .wptt_TwitterTweets .widget-wrap:before{
	content: '\f099';
	font-family: 'FontAwesome';
	position: absolute;
	color: #ffffff;
	font-size: 36px;
	background-color: #e2a610;
	height: 56px;
	width: 55px;
	line-height: 56px;
	top: 0;
	left: 0;
	text-align: center;
}

.sidebar .featured-content .entry{
	margin-bottom: 0;
	border: none;
	font-size: 13px;
}
.sidebar .featured-content .entry:last-child {
	padding-bottom: 0; 
}


.sidebar .featured-content .entry-header{
	margin-bottom: 5px;
	padding-left: 40px;
}

.sidebar .featured-content .entry-content {
	padding-left: 110px;
}

.sidebar .featured-content .entry-content .more-link{
	display: block;
	background-color: blue;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-size: 10px;
	width: 100px;
}
.sidebar .featured-content .entry-content .more-link:hover {
	background-color: yellow;
}

.sidebar .entry-header .entry-title {
	font-family: 'Lato';
	font-size: 14px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.sidebar .featured-content .alignnone{
	margin-bottom: 0;
}

.sidebar .featured-content img{
	float: left;
}

.sidebar .gmap{
	margin-left:-20px;
	margin-right: -20px;
}


/** Pagination
----------------------------------------------------------------------------- */
.navigation ul, .pagination ul {
	margin: 0;
	padding: 0;
}

.navigation {
	clear: both;
	font-size: 14px;
}

.entry .navigation a {
	border-bottom: medium none;
}

.navigation li {
	display: inline;
}

.navigation li a {
	color: #333;
	cursor: pointer;
	display: inline-block;
	padding: 12px 16px;
}

.navigation li a:hover, .navigation li.active a {
}

.archive-pagination.pagination {
	width: 100%;
}

.browser-ie .pagination {
	width: 100%;
}

.pagination li {
	display: inline-block;
	float: left;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.pagination li > a, .pagination a {
	background-color: transparent;
	color: #333;
	display: block;
	line-height: 1;
	margin-right: 12px;
	padding: 12px 16px;
	border: 1px solid #ccc;
}

.pagination li:first-child a {
	margin-left: 0;
}

.pagination-next a {
	margin-right: 0;
}

.pagination li.active > a, .pagination li > a:hover, .pagination a:hover {
	background-color: yellow;
	color: #fff;
}




/** Entry Pagination */
.entry-pagination {
}

.entry-pagination a, .entry-pagination > *, .prev_next a {
	background-color: #d3d3d3;
	color: #fff;
	display: inline;
	line-height: 1;
	margin: 0 12px;
	padding: 12px 16px;
}

.entry-pagination a:hover, .entry-pagination > *:hover, .prev_next a:hover {
	background-color: #333;
	color: #fff;
}
/** Single Post Navigation */
.prev_next {
	margin-bottom: 24px;
}

.prev_next:before,
.prev_next:after {
	content: "";
	display: table;
}

.prev_next:after {
	clear: both;
}

.nav_left, .nav_right {
	float: left;
	width: 48.648648648649%;
}

.nav_right {
	float: right;
	text-align: right;
}




.nav_left a, .nav_right a {
	margin: 0;
}
/** Comments
----------------------------------------------------------------------------- */
.entry-comments > h3 {
	font-size: 24px;
	margin-bottom: 24px;
}

.comment-meta {
	font-size: 14px;
}

.comment-respond, .entry-comments, .entry-pings {
}

.comment-respond a, .entry-comments a {
	border-bottom: medium none;
}

.entry-comments a.comment-reply-link {
	color: #333;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	line-height: 1;
}

.entry-comments a.comment-reply-link:after {
	content: '\f467';
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Genericons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	margin-left: 0;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}

.entry-comments a.comment-reply-link:hover {
	color: #757D75;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-comments .comment-author a, .entry-comments .comment-author span[itemprop="name"] {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.entry-comments .comment-author span.says {
	display: none;
}

.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond input[type="submit"] {
	padding: 12px;
}

.comment-respond label {
	display: block;
}

.comment-respond .required {
	color: #e74c3c;
	font-family: "Lato", sans-serif;
}

.comment-list, ol.comment-list {
	margin: 0;
	padding: 0;
}

.comment-list li.comment, .ping-list li.ping {
	border-bottom: 1px solid #d3d3d3;
	list-style-type: none;
	margin-bottom: 23px;
}

.comment-list li.comment:last-child, .ping-list li.ping:last-child {
	border-bottom: none;
}

.comment-list .children {
	border-top: 1px solid #d3d3d3;
	position: relative;
}

.comment-list .children li:last-child {
	border-bottom: none !important;
}

.comment-list li {
}

.comment-list li li {
	margin-right: 0;
	margin-top: 24px;
}

li.comment {
	margin-bottom: 24px;
}

li.comment .children li {
	margin-bottom: 24px;
}

.comment .avatar {
	border-radius: 50%;
	float: left;
	margin-right: 24px;
}

.comment-reply {
	clear: both;
	overflow: hidden;
	margin-bottom: 24px;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}
/** Trackbacks
----------------------------------------------------------------------------- */
.entry-pings {

}

.entry-pings ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.entry-pings .fn {
	font: 700 16px/1 "Lato", sans-serif;
}
/** Author Box
----------------------------------------------------------------------------- */
.author-box {
	background-color: #e2e2e2;
	border: 1px solid #bdbdbd;
	margin-bottom: 24px;
	padding: 12px;
}

.author-box:before, .author-box:after {
	content: "";
	display: table;
}

.author-box:after {
	clear: both;
}

.author-box .avatar {
	float: left;
	margin-right: 24px;
}

.author-box .author-box-title {
	font-size: 24px;
}
/** Plugins
----------------------------------------------------------------------------- */
/** Facebook Like Box */
#fb-root {
	display: none;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	width: 100% !important;
}
/** Widgets
----------------------------------------------------------------------------- */
/** Recent Posts  */
.widget_recent_entries {
}

.widget_recent_entries li {
	margin-bottom: 12px;
}

.widget_recent_entries li a {
	font-family: "Lato", sans-serif;
	font-weight: 700;
}

.widget_recent_entries li span {
	display: block;
}
/** Calendar Widget */
.widget_calendar table {
	margin-bottom: 0;
}

.widget_calendar td, .widget_calendar th {
	padding: 6px;
	border: 1px solid #333;
	text-align: left;
}

.widget_calendar td#next {
	text-align: right;
}

.widget_calendar tfoot td {
	border: none;
}
/** Tag Cloud Widget */
.widget_tag_cloud {
}

.tagcloud a {
	background-color: #d3d3d3;
	display: inline-block;
	font-size: 14px !important;
	line-height: 1;
	margin-bottom: 3px;
	padding: 4px 8px;
}
/** Genesis User Profile Widget */
.widget.user-profile {
	background-color: #e2e2e2;
	border: 1px solid #bdbdbd;
	overflow: hidden;
	padding: 12px;
}

/** Mobile Menu
----------------------------------------------------------------------------- */
.sub-menu-toggle, .menu-toggle {
	display: none;
	visibility: hidden;
}
/** Go To Top
----------------------------------------------------------------------------- */
.gototop {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: none;
	line-height: 1;
	padding: 12px;
	position: fixed;
	text-align: center;
	vertical-align: middle;
	bottom: 24px;
	right: 24px;
}

.gototop.top {
	display: block;
}

/** Page Loader
----------------------------------------------------------------------------- */
.loader {
	background: rgb(249,249,249);
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.loader:after {
    position: fixed;
    top: 50%;
    left: 50%;
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    background: url('images/ajax-loader.gif') no-repeat 0 0 transparent;
}

.site-container {
	opacity: 0;
    position: relative;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

/** Retina Specific Styles
----------------------------------------------------------------------------- */

/** Theme Specific Styles
----------------------------------------------------------------------------- */

/** Before footer 1 **/	
.before-footer-1 {
	background-color: #1b28bc;
	padding: 30px 0;
}

.page-template-tpl-frontpage .site-inner {
	display: none;
}

.page-template-tpl-timetable .entry{
	border: none;
}

 
/*Testimonials*/
.testimonial-container {
	padding:; 20px;
	margin: 60px auto;
}

.testimonial-item {
	border: 1px solid #cecece;
	padding: 30px;
	border-radius: 8px;
	margin-bottom: 90px; 
	position: relative;
	background-color: #f7f7f7;
	padding-top: 80px;
	
}

.testimonial-item .img-improve { 
	float: left;
	margin: 20px 20px 18px 0;
}

.testimonial-content{
	min-height: 300px;
}

.testimonial-item:after{
	content: ' ';
	clear: both;
	display: block;
}
.testimonial-item-img {
	position: absolute;
	top: -50px;
	left:50%;
	margin-left: -50px;
}

.testimonial-content:before {
	content: '\f10d';
	font-family: 'FontAwesome';
	font-size: 3px;
	text-align: center;
	display: block;
	color: #4f4f4f;
}

.testimonial-item-name {
	text-align: center; 
}

.testimonial-item-img img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 5px solid #f7bc14;
}

/*Contact us*/

.contactus-sidebar {
	float: right;
	width: 350px;
	margin-top: 70px;
}

.contactus-sidebar .widgettitle{
	color: #000;
}

.contactus-sidebar .gmap {
	height: 260px;
}

.contact-sidebar-info {
	list-style: none;
	margin-top: 20px;
	padding: 0;
	margin-left: 0;
}

.contact-sidebar-info li{
	line-height: 30px;
	font-size: 17px;
}
.contact-sidebar-info li span{
	width: 24px;
	text-align: center
}

.footer-widgets .contact-sidebar-info li {
	margin-bottom: 24px;
}

.footer-widgets .contact-sidebar-info li span{
	width: 28px;
	font-size: 24px;
}

.contactus-sidebar .widget_mb_social_icons .social-icons li a{
	background-color: #777777;
	color: #f7f7f7;
}
.contactus-sidebar .widget_mb_social_icons .social-icons li a:hover {
	background-color: yellow;
}
.page-template-tpl-contactus .gform_wrapper {
	width: 500px;
	float: left;
	margin-top: 50px;
}

.form-title{
	font-family: 'Futura-bold';
	font-size: 30px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
}

.page-template-tpl-contactus .entry {
	border-bottom: none;
}

.page .entry {
	border-bottom: none;
}

/*form*/
.gform_wrapper .top_label input: .medium{
	width: 100% !important;
}

.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password] {
	padding: 10px !important;
}
.gform_wrapper ul li.gfield {
	margin-bottom: 20px;
}

.popup-form .gform_wrapper .gform_footer input.button, 
.popup-form .gform_wrapper .gform_footer input[type=submit] {
	width: 100%;
}

.section-8-right .widget_mb_image .widget-wrap,
	.section-8-right .widget_mb_image .imagewidget{
		height: 100%;
	}


/*
* Responsive 
*************************************************************************************/

@media screen and ( max-width: 1023px ) {
	.wrap{
		padding: 0 20px;		
	}


	/** bxslider */
	.bxslider .column-image,
	.bxslider .column-content {
		width: 100%;
		float: none;
		height: auto;
	}

	.bxslider .column-image img {
		width: 100%;
	}
	
	.bxslider .column-content:before {
		display: none;
	}
}

/** Media Queries
----------------------------------------------------------------------------- */
/** Standard 960 (Desktops) */
@media only screen and (max-width: 1170px) {
	.wrap {
		max-width: 970px;
	}

	.title-area {
		width: 300px;
	}
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .sidebar-primary, .content-sidebar-wrap .sidebar-primary, .sidebar-content-sidebar .sidebar-primary, .content-sidebar-sidebar .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
		width: 293px;
	}

	.site-header .widget-area, .site-header .nav-header, .content-sidebar-wrap .content {
		width: 600px;
	}

	.full-width-content .content-sidebar-wrap .content, .title-area.full-width-title {
		float: none;
		width: 100%;
	}

	.sidebar-content-sidebar .content-sidebar-wrap, .content-sidebar-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
		width: 778px;
	}

	.sidebar-content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-sidebar-content .content, .site-footer .copyright, .site-footer .nav-footer {
		width: 455px;
	}

	.sidebar-secondary {
		width: 132px;
	}
}

@media only screen and (max-width:970px) {
	.wrap,
	.section-8-left,
	.section-6-right  {
		max-width: 750px;
		margin: 0 auto;
	}
	
	.side-header-cta {
		margin-top: 0;
	}

	.genesis-nav-menu a {
		padding: 20px 14px;
		font-size: 17px;
	}

	.section-1 img {
		display: none;
	}
	.section-1 .play-btn {
		position: static;
		display: inline-block;
		font-size: 36px;
		width: auto;
		height: auto;
		background-color: transparent;
	}

	.section-1 .play-btn a{
		display: block;
		padding: 9px 20px 14px;
		background-color: blue;
	}
	.section-1 .wrap {
		min-height: 0;
		padding-bottom: 70px;
	}
	.section-1 .textwidget{
		text-align: center;
	}
	
	.section-1 h1 {
		line-height: 1 !important;
		font-size: 32px;
		text-align: center;
	}
	.section-1 h1 span{
		display: inline;
	}
	.section-1 h1 span:nth-child(2), 
	.section-1 h1 span:last-child,
	.section-1 h1 span:first-child{
		line-height: 1;
		font-size: 48px;
	}

	.section-2 {
		text-align: center;
	}
	.section-2 .widget_mb_button .group,
	.section-2 .widget_mb_button .primary-btn{
		float: none;
		display: block;
		margin: 10px auto;
	}

	.section-4 .widget {
		width: 50%;
		margin-bottom: 14px;
	}

	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .sidebar-primary, .content-sidebar-wrap .sidebar-primary, .sidebar-content-sidebar .sidebar-primary, .content-sidebar-sidebar .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
		width: 220px;
	}
	
	.section-5 .widget_mb_button { text-align: center; padding-bottom: 20px; }
	.section-5 .widget_mb_button p { margin-bottom: 0; }

	.section-5 .widget_mb_button img,
	.section-5 .widget_mb_button h4,
	.section-5 .widget_mb_button .primary-btn {
		float: none;
		display: inline-block;
	}

	.section-6-left{
		display: none;
	}

	.section-6 {
		margin: 0 auto;
		display: block;
	}
	.section-6-right .textwidget img {
		display: none;
	}
	.section-6-right .textwidget {
		width: 100%;
	}

	.section-6-right{
		width: 100%;
		margin: 0 auto;
		float: none;
	}


	.section-7 {
		padding: 40px 0;
	}
	.section-7 .widget-title {
		font-size: 40px;
	}

	
	.section-8 {
		width: 100% !important;
	}

	
	.section-8-left {
		float: none;
		display: block;
		padding: 0 20px;
	}
	
	.section-8-left .widget {
		float: none;
		width: 100%;
	}
	
	.section-8-left {
		padding: 40px 20px 20px;
	}

	.section-8-left, .section-8-right {
		width: 100%;
	}
	
	.section-8-right .widget_mb_image {
		width: 25%;
	}
	

	.footer-widgets-1 {
		width: 200px; ;
	}

	.footer-widgets-3 {
		width: 290px;
	}

	.site-header .widget-area, .site-header .nav-header, .content-sidebar-wrap .content {
		width: 400px;
	}

	.full-width-content .content-sidebar-wrap .content, .title-area.full-width-title {
		float: none;
		width: 100%;
	}

	.sidebar-content-sidebar .content-sidebar-wrap, .content-sidebar-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
		width: 595px;
	}

	.sidebar-content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-sidebar-content .content, .site-footer .copyright, .site-footer .nav-footer {
		width: 345px;
	}

	.sidebar-secondary {
		width: 95px;
	}


	.timetable-wrap {
		overflow: auto;bl
	}
}

@media only screen and (max-width: 750px) {
	.wrap,.section-6-right,
	.section-8-left{
		max-width: 480px;

	}

	.title-area, .site-header .title-area, .site-header .widget-area, .site-header .nav-header, .content-sidebar-wrap .content, .content-sidebar-wrap .sidebar-primary, .sidebar-content-sidebar .content-sidebar-wrap, .content-sidebar-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap, .sidebar-content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-sidebar-content .content, .sidebar-content-sidebar .sidebar-primary, .content-sidebar-sidebar .sidebar-primary, .sidebar-sidebar-content .sidebar-primary, .sidebar-secondary, .site-footer .copyright, .site-footer .nav-footer, .five-sixths, .four-sixths, .four-fifths, .one-fifth, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-fifths, .three-sixths, .two-fourths, .two-fifths, .two-sixths, .two-thirds {
		float: none;
		margin-left: 0;
		width: 100%;
	}
	
	.comment-count {
		float: none;
	}
	.page-title {
		font-size: 45px;
	}

	.site-header .wrap {
	}

	.title-area .site-title a {
		text-align: center;
	}

	.nav-primary {
		background-color: #fff;
	}
	.side-header-cta {
		text-align: center;
		margin-top: 10px;
	}

	.side-header-cta h3{
		line-height: 1;
		font-size: 16px;
	}
	.side-header-cta h3.call-us {
		font-size: 23px;
	}

	.site-header .genesis-nav-menu {
		float: none;
		margin: auto;
	}

	.content, .sidebar {
		margin-bottom: 24px;
	}

	.site-footer {
		text-align: center;
	}

	.footer-widgets .widget .widgettitle {
		margin-bottom: 6px;
	}
	.contact-sidebar-info {
		margin-top: 6px;
	}

	.footer-widgets .contact-sidebar-info li {
		margin-bottom: 15px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		float: none;
		display: block;
		width: 100%;
		overflow: hidden;
		padding-left: 0;
		margin-bottom: 15px;
	}

	.footer-widgets .widget-area .widget_mb_social_icons .social-icons li:nth-child(odd){
		clear: none;
	}

	.footer-widgets-1 .widget_mb_social_icons .social-icons li:nth-child(odd) a {
		margin-left: 15px;
	}

	.footer-widgets-1 .widget_mb_social_icons .social-icons li:first-child a {
		margin-left: 0;
	}	

	.footer-widgets .widget-area .menu{
		list-style: none;
		padding: 0;
		margin: 0;

		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;

		-webkit-column-gap: 0; /* Chrome, Safari, Opera */
		-moz-column-gap: 0; /* Firefox */
		column-gap: 0;
	}


	.footer-navigation {
		float: none;
		margin: auto;
		text-align: center;
	}

	.menu-toggle, .sub-menu-toggle {
		display: block;
		font-size: 20px;
		font-size: 2rem;
		font-weight: 700;
		margin: 0 auto;
		overflow: hidden;
		padding: 20px;
		padding: 2rem;
		text-align: center;
		visibility: visible;
	}

	button.menu-toggle, button.sub-menu-toggle {
		background-color: transparent;
		color: #999;
		display: block;
		visibility: visible;
		text-align: center;
	}


	.sub-menu-toggle {
		padding: 18px;
		padding: 1.8rem;
		position: absolute;
		right: 0;
		top: 0;
	}

	.menu-toggle:before {
		content: "\2261";
	}

	.menu-toggle.activated:before {
		content: "\2191";
	}

	.sub-menu-toggle:before {
		content: "+";
	}

	.sub-menu-toggle.activated:before {
		content: "-";
	}

	nav {
		display: none;
		position: relative;
	}

	.genesis-nav-menu .menu-item {
		background-color: #f5f5f5;
		display: block;
		position: relative;
		text-align: left;
		width: 100%;
	}

	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
	}
	.genesis-nav-menu > li:first-child a {
		padding: 20px 14px;
	}

	.genesis-nav-menu .sub-menu a {
		border-left: 0;
		position: relative;
		width: auto;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu .sub-menu .sub-menu a {
		background-color: #f5f5f5;
		padding-left: 30px;
	}

	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		background-color: #fff;
		padding-left: 40px;
	}

	.nav-primary a:hover, .nav-primary .current-menu-item > a {
		color: #333;
	}
}
/** All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 480px) {


	.site-title {
		float: none;
	}

	.nav-primary .wrap {


		max-width: 100%;
		padding: 0;
	}

	.section-1 .banner-btn {
		width: 188px;
	}

	.primary-btn{
		width: 100%;
	}

	.nav-primary .search-form {
		position: inherit;
	}

	.contactus-sidebar {
		width: 100%;
	}

	.section-4 .widget {
		width: 100%;
	}

	.search-form input[type="search"] {
		width: 100%;
	}

	.search-form input[type="search"]:focus {
		width: 100%;
	}

	.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
		width: 100%;
	}

	.blog .entry-header .entry-title,
	.blog .entry-header .post-info-meta,
	.single .entry-header .entry-title,
	.single .entry-header .post-info-meta {
	padding-left: 0;
	}
	
	.entry .date-box {
		float: none;
		width: 100%;
	}

	.post-info-meta {
		font-size: 14px;
	}

	.section-8-right .widget_mb_image {
		width: 50%;
	}
	
	.contactus-sidebar .wrap{
		padding: 0; 
	}

}

@media only screen and (max-width: 320px) {
	.wrap {
		max-width: 90.625%;
	}

	.site-title img {
		max-width: 100%;
	}

	.alignleft.entry-image, .alignleft.post-image {
		display: none;
	}
}