/*
Theme Name: VIP Education
Theme URI: http://vbest.vip.edu.my
Description: A WordPress theme developed specifically for the VIP Education website.
Version: 1.0
Author: Syahir Hakim
Author URI: http://www.khairul-syahir.com/
*/


/* =Resets
-------------------------------------------------------------- */

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
ul,
ol,
li,
form,
fieldset {
	border: 0 none;
	margin: 0;
	padding: 0;
}


/* =Layout Utilities
-------------------------------------------------------------- */


.grid-container {
	max-width: 1170px;
}
.grid-first {
	padding-left: 0;
}
.grid-last {
	padding-right: 0;
}
@media screen and (max-width: 767px) {
	.mobile-center {
		text-align: center !important;
	}
}

/* =Unclassed elements
-------------------------------------------------------------- */

body {
	background: #0C8BAB;
	font: normal 14px/20px "Source Sans Pro", arial, sans-serif;
	color: #303639;
}
p {
	margin-top: 10px;
}
embed,
iframe,
img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
a {
	text-decoration: none;
	color: #108dab;
	font-weight: 600;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	color: #333;
	font: 600 20px "Source Sans Pro", arial, sans-serif;
	margin: 1em 0 5px 0;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
code {
	background: #333;
	color: #ccc;
	padding: 1px 5px 2px;
	font-size: 11px;
}
pre {
	white-space: pre-wrap;
}
pre code {
	border: 1px solid #ddd;
	border-left: 10px solid #222;
}
strong {
	font-weight: 600;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
select {
	border: 1px solid #ccc;
	padding: 4px 5px;
	max-width: 100%;
	box-sizing: border-box;
	font: 12px/16px "Source Sans Pro", arial, sans-serif;
}
blockquote {
	background: #eee;
	border: 1px dashed #ddd;
	padding: 5px 10px;
	margin-left: 10px;
	margin-right: 5px;
}
blockquote cite {
	float: right;
}
blockquote cite:before {
	content: '\2014';
}


/* =WordPress elements
-------------------------------------------------------------- */

.wp-caption {
	text-align: center;
}
.wp-caption-text {
	padding: 5px 2%;
	width: 96%;
	background: #f5f5f5;
	margin-top: 5px;
	color: #666;
	font-size: 12px;
	line-height: normal;
}
.alignright {
	float: right;
	margin: 4px 0 12px 10px;
}
.alignleft {
	float: left;
	margin: 4px 10px 12px 0;
}
.aligncenter {
	display: block;
	margin: 1em auto;
}


/* =Common content elements
-------------------------------------------------------------- */

.entry-content ul,
.entry-content ol {
	list-style-position: outside;
	margin: 10px 0 10px 40px;
}
.entry-content ul li {
	margin-bottom: 6px;
	list-style-image: url(images/list-style-image.png);
}
.entry-content ol li {
	margin-bottom: 6px;
}
.entry-content ol ol {
	list-style-type: lower-alpha;
}
.entry-content ol ol ol {
	list-style-type: lower-roman;
}
.text-15 {
	font-size: 15px;
	line-height: 22px;
}


/* =Header
-------------------------------------------------------------- */

.header-container {
	overflow: hidden;
	background: linear-gradient(#045C81,#0C8BAB);
	border-bottom: 1px solid #269CB9;
}
.header {
	position: relative;
}
.header .logo {
	margin: 0 0 0 -65px;
}
@media screen and (max-width: 767px) {
	.header .logo {
		margin: 0;
	}
}
.header .logo a {
	display: block;
	line-height: 0;
}
.header .cta-class-signup {
	margin-top: 0;
}
.header .cta-class-signup a {
	text-align: center;
	display: block;
	color: #fff;
	padding: 2px 0 4px;
	background: linear-gradient(#ACA356,#8F8639);
	border: 1px solid #9AA06A;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	font-size: 13px;
	font-weight: 600;
}
.header .cta-class-signup.blue a {
	background: linear-gradient(#DCF3F9,#BEEAF8);
	border: 1px solid #DCF3F9;
	color: #05161F;
}
.header .language-switcher {
	list-style: none;
	color: #82dff5;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
	padding-bottom: 15px;
}
.header .language-switcher li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-left: 10px;
}
.header .language-switcher a {
	color: #82dff5;
}


/* =Nav
-------------------------------------------------------------- */

.nav-container {
	background: #05161F;
	border-bottom: 1px solid #010408;
}
.nav .menu {
	list-style: none;
}
@media screen and (max-width: 767px) {
	.nav .menu {
		text-align: center;
	}
}
.nav .menu li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-right: 15px;
	font-size: 14px;
	font-weight: 600;
	line-height: 
}
.nav .menu li a {
	color: #5d95a3;
	display: block;
	padding: 8px 0 9px;
}
.nav .menu li a:hover {
	color: #bbb475;
}
.nav .search form {
	position: relative;
	margin-top: 9px;
}
@media screen and (max-width: 767px) {
	.nav .menu li a {
		padding-bottom: 0;
	}
	.nav .search form {
		margin: 10px 0;
	}
}
.nav .search form input {
	float: right;
	width: 100%;
	border: none;
	border-radius: 2px;
	padding: 2px 5px 3px;
	font: italic 13px "Source Sans Pro", arial, sans-serif;
	color: #647177;
}
.nav .search form button {
	padding: 5px;
	width: 20px;
	height: 22px;
	margin: 0;
	border: none;
	background: url(images/sprite-master.png) left 1px no-repeat transparent;
	position: absolute;
	right: 0;
	cursor: pointer;
	box-shadow: none;
}
.nav .search form button span {
	display: none;
}


/* =Slider
-------------------------------------------------------------- */

.slider-container {
	background: #E9E9E9;
}
.main-slider {
	height: 380px;
	position: relative;
	background: #04181F;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.main-slider {
		height:
	}
}
.main-slider .panes {
	width: 100%;
	height: 100%;
	position: relative;
}
.main-slider .slide-item {
	width: 80%;
	height: 100%;
	padding: 0 10%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.main-slider .slide-image-only {
	width: 100%;
	padding: 0;
}
.main-slider .index {
	text-align: right;
	position: absolute;
	right: 20px;
	top: 10px;
	z-index: 5;
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-slider .index li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0;
	padding: 0;
}
.main-slider .index li a {
	display: block;
	width: 6px;
	height: 6px;
	background: #4b718c;
	opacity: 0.3;
}
.main-slider .index li a.current {
	background: #1f7990;
	opacity: 1;
}
.main-slider .index li a span {
	display: none;
}
.main-slider .navigator {
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-slider .navigator a {
	position: absolute;
	top: 36%;
	z-index: 5;
	width: 55px;
	height: 100px;
	display: block;
	background: url(images/sprite-master.png) -92px 27px no-repeat;
	cursor: pointer;
}
.main-slider .navigator .next {
	background-position: -46px 27px;
	left: auto;
	right: 0;
}
.main-slider .navigator a span {
	display: none;
}
.main-slider .slide-item .slide-image {
	margin: 40px auto 20px;
	height: 330px;
	overflow: hidden;
}
.main-slider .slide-image-only .slide-image {
	margin: 0;
	height: auto;
}
.main-slider .slide-item .slide-image img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.slide-title,
.slide-subtitle {
	font-size: 4em;
	line-height: normal;
	color: #b1a85b;
	font-weight: 600;
	text-shadow: 1px 1px 1px #000;
}
.slide-title {
	margin-top: 8%;
}
.slide-subtitle {
	font-size: 1.4em;
	color: #59a2b4;
	margin-top: -2%;
}
.slide-text {
	font-size: 1em;
	line-height: 1.4em;
	color: #fff;
	width: 50%;
}
.slide-fine {
	clear: both;
	margin-top: 20px;
	padding-top: 20px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	background: url(images/sprite-master.png) -946px -22px no-repeat;
}
.slide-fine p {
	margin-top: 0;
	margin-bottom: 10px;
}
.slide-cta {
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	.slide-title {
		font-size: 2em;
		margin-top: 4%;
	}
	.slide-subtitle {
		font-size: 1em;
		margin-top: -4%;
	}
	.slide-fine {
		padding-top: 2%;
		margin-top: 2%;
	}
}


/* =Teachers Slider
-------------------------------------------------------------- */

.teachers-slider {
	height: 380px;
	position: relative;
	background: url(images/bg-teachers-slider.jpg) left top no-repeat #E9E9E9;
}
.teachers-slider-top10 {
	height: 250px;
	background: linear-gradient(#fff, #0b526a);
	border: 1px solid #D5E1E5;
}
.teachers-slider .slider-label {
	background: #fff;
	position: absolute;
	left: 0;
	top: 50px;
	padding: 5px 10px 5px 15px;
	font-weight: 700;
	color: #6f7679;
	letter-spacing: 1px;
	font-size: 12px;
	z-index: 5;
	text-transform: uppercase;
}
.teachers-slider-top10 .slider-label{
	top: 0;
}
.teachers-slider .index,
.teachers-slider .navigator {
	display: none;
}
.slide-teacher {
	width: 95%;
	height: 100%;
	padding-left: 5%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.slide-teacher img {
	position: absolute;
	right: -65px;
	bottom: 0;
}
.teachers-slider-top10 .slide-teacher img {
	max-height: 90%;
	width: auto;
	right: -10px;
}
@media screen and (max-width: 767px) {
	.slide-teacher img {
		right: 0;
	}
}
.slide-teacher .teacher-name {
	font-size: 30px;
	font-weight: normal;
	color: #303639;
	line-height: 30px;
	letter-spacing: -1px;
	margin-top: 200px;
	width: 50%;
	z-index: 5;
}
.teachers-slider-top10 .slide-teacher .teacher-name {
	margin-top: 100px;
	font-size: 22px;
	line-height: 26px;
}
.slide-teacher .subject {
	width: 50%;
	z-index: 5;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
}
.teachers-slider-top10 .slide-teacher .subject {
	color: #f5f5f5;
	text-shadow: 0 1px 0 #0C536B;
}
.slide-teacher .read-more a {
	font-size: 13px;
}


/* =Teachers Kwicks
-------------------------------------------------------------- */

/*
@media screen and (max-width: 767px) {
	.teachers-kwicks {
		display: none;
	}
}
*/
.teachers-kwicks {
	clear: both;
}
.teachers-kwicks .more-teachers {
	clear: both;
}
.teachers-kwicks .kwicks-title {
	font-size: 22px;
	line-height: 26px;
	color: #B1A85B;
}
.teachers-kwicks .kwicks {
	height: 100%;
}
.teachers-kwicks .kwicks-horizontal {
	position: relative;
	height: 250px;
	margin-bottom: 10px;
	padding-right: 10px;
}
@media screen and (max-width: 767px) {
	.teachers-kwicks .kwicks-horizontal {
		padding-right: 0;
		box-shadow: 0 0 3px #ddd;
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	}
}
.teachers-kwicks .kwicks .teacher {
	float: left;
	border: 1px solid #D5E1E5;
	box-shadow: 0 0 2px 1px #eee;
	border-radius: 3px;
	height: 248px;
	width: 80px;
	overflow: hidden;
	position: relative;
	background: linear-gradient(#fff, #0b526a);
	margin: 0 1px;
}
.teachers-kwicks .kwicks .teacher .link-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.teachers-kwicks .kwicks img {
	float: left;
	position: absolute;
	bottom: 0;
	left: -10px;
	max-width: none;
}
.teachers-kwicks .teacher-meta {
	position: absolute;
	left: 0;
	width: 90%;
	padding: 5%;
}
.teachers-kwicks .kwicks .teacher-name {
	font-size: 13px;
	color: #303639;
	font-weight: 600;
	line-height: 14px;
	margin: 5px 0 0;
	letter-spacing: -1px;
}
.teachers-kwicks .kwicks .subject {
	margin-top: 0;
	font-size: 11px;
	line-height: 13px;
	font-weight: 600;
	font-style: italic;
	color: #6f7679;
}
.teachers-kwicks .excerpt {
	font-size: 13px;
	line-height: 18px;
}



/* =Content
-------------------------------------------------------------- */

.title-small,
.fp-testimonials h3 {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	color: #b1a85b;
	font-weight: 700;
	margin: 0;
}
.button,
button,
input[type="submit"],
input[type="reset"] {
	display: inline-block;
	*display: inline;
	zoom: 1;
	border-radius: 3px;
	border: none;
	margin: 0;
	cursor: pointer;
	font: 600 13px 'Source Sans Pro', arial, sans-serif;
	background: linear-gradient(#0A88A8,#007A9E);
	box-shadow: 0 1px 1px #000;
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	padding: 5px 15px;
	color: #fff;
}
.button::-moz-focus-inner,
button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
	padding: 0;
	border: none;
}
.button.white,
.button-white {
	color: #108DAB;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: none;
	padding: 5px 10px;
}
.button.yellow,
.button-yellow {
	color: #333;
	background: linear-gradient(#F9F22B,#F7D731);
}
.button.red,
.button-red {
	background: linear-gradient(#F4181C,#DB070B);
}
#latest-tweet {
	background: #E8E9D9;
	color: #454a4c;
	font-weight: 600;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	padding: 8px 10px;
}
#latest-tweet li {
	list-style: none;
}
#latest-tweet .follow {
	font-style: normal;
	font-size: 13px;
}
.intro-panel {
	background: #fff;
	padding: 20px 10px;
}
.intro-text {
	font-size: 22px;
	line-height: 30px;
	color: #303639;
	font-weight: 300;
}
.prop-box {
	border: 1px solid #B5AF7C;
	border-radius: 3px;
	box-shadow: 0 0 2px 1px #ddd;
	padding: 0 15px 10px;
	margin-top: 10px;
	position: relative;
	font-size: 13px;
	line-height: 17px;
}
.prop-box .link-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.testimonial-box img {
	margin: -13px 0 0 -15px;
}
.question-box img {
	position: absolute;
	right: -7px;
	bottom: 0;
}
.question-box .prop-box {
	padding: 7px 15px 17px;
}
.question-box .prop-box p:first-child {
	width: 86%;
}
.tuition-location {
	background: #EDF0F1;
	border-top: 1px solid #D8DCDD;
	padding: 20px 10px;
}
.tuition-location .location-intro {
	font-size: 15px;
	line-height: 22px;
}
.tuition-location .one-to-one,
.tuition-location .group {
	padding-top: 35px;
	background: url(images/sprite-master.png) -461px -524px no-repeat;
}
.tuition-location .group {
	background-position: -732px -524px;
}
@media screen and (max-width: 767px) {
	.tuition-location .one-to-one,
	.tuition-location .group {
		background: none;
	}
}
.tuition-location .title-small {
	color: #3a3e3f;
	font-size: 12px;
	font-weight: 700;
}
.logos {
	text-align: center;
}
.logos li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 30px;
}
.notes-overview,
.logos {
	padding: 20px 10px;
	background: #fff;
	border-bottom: 1px solid #E5E7E7;
}
.notes-preview {
	margin-top: 10px;
}
.notes-intro {
	font-size: 15px;
	line-heigth: 22px;
}
.latest-blog {
	padding: 20px 10px;
	background: #fff;
}
.latest-blog img {
	margin-right: 15px;
	margin-bottom: 0;
}
.latest-blog .item {
	margin-bottom: 20px;
}
.latest-blog .item-title {
	font-size: 24px;
	line-height: 28px;
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: -1px
}
.latest-blog .item-title a {
	font-weight: 400;
}
.latest-blog .item-meta {
	color: #6f7679;
	font-size: 12px;
	line-height: normal;
	font-style: italic;
	font-weight: 600;
	margin-top: 0;
}
.latest-blog .item-excerpt {
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;
}
.facebook-badge {
	margin-top: 20px;
	text-align: center;
}
.singular-banner {
	background: #E9E9E9;
}
.singular-banner .grid-container {
	line-height: 0;
}
.singular-banner img {
	display: block;
}
.content-wrapper {
	background: #fff;
}
.hentry {
	padding-top: 10px;
	padding-bottom: 40px;
}
.non-singular .hentry {
	padding-bottom: 20px;
}
.entry-title {
	margin-top: 0;
}
.entry-title,
.entry-title a {
	font-size: 34px;
	line-height: normal;
	color: #b1a85b;
}
.entry-meta {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	color: #6F7679;
	font-size: 13px;
	font-weight: 600;
	overflow: auto;
}
.entry-meta p {
	display: inline;
}
.post-nav {
	clear: both;
	margin-bottom: 40px;
}
.post-nav .next-post {
	float: right;
}
.post-nav .previous {
	float: left;
}
.wp-pagenavi {
	text-align: center;
}
.hentry .searchform {
	margin-top: 10px;
}
.hentry .searchform input {
	padding: 7px 1% 6px;
}


/* =Teachers List
-------------------------------------------------------------- */

.teachers-list-wrapper {
	margin-top: -20px;
}
.teachers-list-wrapper .subject-title {
	margin-top: 10px;
	margin-bottom: 10px;
}
.teachers-list-wrapper .subject {
	border-top: 1px solid #eee;
	background: #fff;
}
.teachers-list-wrapper .odd {
	background: #f9f9f9;
}
.teachers-list {
	list-style: none;
}
.teachers-list {
	word-spacing: -0.25em;
}
.teachers-list .teacher {
	margin-bottom: 20px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	float: none;
	word-spacing: normal;
}
.teachers-list .teacher-thumb {
	line-height: 0;
	width: 100%;
	height: 150px;
	padding-top: 10px;
	text-align: center;
	background: linear-gradient(#fff,#eee);
	border: 1px solid #ddd;
	position: relative;
}
.teachers-list .teacher-thumb a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.teachers-list .teacher-name {
	margin: 5px 0 0;
	font-size: 16px;
}
.teachers-list .teacher-name a {
	color: #303639;
}
.teachers-list .teacher-subjects {
	font-weight: 600;
	font-style: italic;
	color: #6f7679;
	margin-top: 0;
}
.teachers-list .teacher-excerpt {
	font-size: 13px;
	line-height: 17px;
}


/* =Teacher Singular
-------------------------------------------------------------- */

.single-teacher .entry-title {
	margin: 20px 0 10px 10px;
}
.teachers-sidebar .subject-teachers {
	list-style: none;
}
.teachers-sidebar .subject-teacher {
	clear: both;
	margin: 5px 0 5px 10px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.teachers-sidebar .subject-teacher {
		clear: none;
		float: left;
	}
}
.teachers-sidebar .subject-title {
	cursor: pointer;
	font-size: 12px;
	border-bottom: 1px solid #eee;
	color: #bbb;
	padding: 5px 0;
}
.teachers-sidebar .ui-accordion-header-active,
.teachers-sidebar .subject-title:hover {
	color: #555;
	border-color: #aaa;
}
.teachers-sidebar .link-overlay {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.teachers-sidebar .teacher-thumb {
	width: 25px;
	height: 45px;
	float: left;
	line-height: 0;
	position: relative;
}
.teachers-sidebar img {
	opacity: 0.3;
	position: absolute;
	bottom: 0;
	left: 0;
}
.teachers-sidebar .current img,
.teachers-sidebar .subject-teacher:hover img {
	opacity: 1;
}
.teachers-sidebar .teacher-meta {
	width: 130px;
	float: left;
	margin-left: 7px;
}
.teachers-sidebar .teacher-name {
	font-size: 16px;
	margin: 5px 0 0;
}
.teachers-sidebar .current .teacher-name,
.teachers-sidebar .subject-teacher:hover .teacher-name {
	color: #0c8bab;
}
.teachers-sidebar .teacher-subject {
	font-size: 12px;
	line-height: normal;
	margin-top: 0;
	color: #6f7679;
	font-weight: 600;
	font-style: italic;
}
.single-teacher .hentry {
	padding-left: 0;
	padding-right: 0;
}
.single-teacher .hentry .entry-thumb {
	line-height: 0;
	position: relative;
	background: linear-gradient(#fff,#eee);
	box-shadow: 0 0 3px #eee;
}
@media screen and (max-width: 767px) { 
	.single-teacher .hentry {
		margin-top: 20px;
	}
	.single-teacher .hentry .entry-thumb {
		margin: 0 10px 10px 0;
	}
	.single-teacher .hentry .entry-content {
		clear: both;
	}
}
.single-teacher .hentry .entry-title {
	font-size: 32px;
	font-weight: normal;
	line-height: normal;
	color: #303639;
	margin: 0;
}
.single-teacher .hentry .teacher-subjects {
	font-weight: 600;
	color: #6f7679;
	font-style: italic;
	margin-top: 0;
}
.join-banner {
	background: #EDF0F1;
	border-bottom: 1px solid #E5E7E7;
	padding: 20px 10px;
}
.join-banner h3 {
	margin-top: 5px;
}
.join-banner .text-15 {
	margin-top: 0;
}
.join-banner .button {
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.intro-panel h3 {
	margin-top: 15px;
}
.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"],
.gform_wrapper textarea {
	font-size: 14px !important;
	line-height: 22px;
}
.reviews,
.testimonial-form {
	border-top: 1px solid #E5E7E7;
	margin-top: 20px;
}
.testimonial-form {
	margin-top: 20px;
	margin-bottom: 40px;
}
.reviews-list,
.entry-content .reviews-list {
	list-style: none;
	margin: 0;
}
.reviews-list .review {
	margin-bottom: 10px;
	list-style: none;
}
.reviews-list .avatar-wrapper,
.reviews-list img {
	margin-top: 8px;
}
.reviews-list .avatar-wrapper {
	float: left;
	margin-right: 15px;
}
.reviews-list cite {
	font-style: normal;
	font-weight: 600;
}
.fp-testimonials .reviews {
	border: none;
	margin-top: 0;
}
.fp-testimonials .testimonial {
	margin-top: 10px;
	padding: 0 10px 10px;
	background: #f5f5f5;
}
.fp-testimonials .avatar-wrapper {
	margin-right: 0;
}
.fp-testimonials cite {
	float: right;
	font-style: italic;
}
.fp-testimonials cite:before {
	content: "\2014\00a0";
}
input[type="email"] {
	border: 1px solid #ccc;
    max-width: 97.5%;
}
.gform_wrapper .top_label .gfield_label {
	font-weight: 400 !important;
}
.hentry .address {
	height: 150px;
}
@media screen and (max-width: 767px) {
	.hentry .address {
		height: auto;
	}
}
#gforms_confirmation_message {
	border-left: 4px solid #7AD03A;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    margin: 10px 0;
    padding: 10px;
}


/* =Footer
-------------------------------------------------------------- */

.back-to-top {
	height: 50px;
	text-align: center;
}
.back-to-top a {
	font-size: 14px;
	font-weight: 600;
	line-height: 50px;
	background: linear-gradient(#16495A,#133e4d);
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}
.footer {
	padding-bottom: 20px;
}
.footer-menu {
	list-style: none;
	border-bottom: 1px solid #40A8C1;
	margin-top: 10px;
	padding: 0;
}
.footer-menu li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-right: 10px;
	padding: 5px 0;
}
.footer-menu li a {
	color: #aef;
	font-size: 13px;
	line-height: normal;
}
.footer-social {
	list-style: none;
	float: right;
	text-align: right;
	padding: 0;
	margin-top: 10px;
}
.footer-social li {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.footer-social li a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(images/sprite-master.png) left -772px no-repeat;
}
.footer-social li a span {
	display: none;
}
.footer-social .facebook a {
	background-position: -33px -772px;
}
.footer-social .twitter a {
	background-position: -67px -772px;
}
.footer-social .youtube a {
	background-position: -101px -772px;
}
.copyright {
	clear: left;
	padding: 0;
	color: #aef;
	font-size: 12px;
	font-weight: 600;
}
.copyright a {
	color: #fff;
}


/* =Mobile responsive adjustments
-------------------------------------------------------------- */

@media screen and (max-width: 767px) {
	
}