/* Base theme
-------------------------------------------------- */
body {
	background-color: #fff;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #444;
	line-height: 1.6em;
}

/* Basic styling
-------------------------------------------------- */
a {
	color: #000;
}
a:hover, a:focus {
	color: #3a9de3;
	text-decoration: none;
}
p {
	margin: 0 0 25px;
}
table p {
	margin: 0;
}
ul, ol {
	padding-left: 15px;
}
form {
	/* Hack to offset success msg because of fixed navbar */
	margin-top: -50px;
	padding-top: 50px;
}


/* Nav styling
-------------------------------------------------- */
.navbar-default {
	min-height: 50px;
	border-radius: 0;
	border-width: 0 0 1px 0;
	background-repeat: repeat;
	background-position: center center;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
}
.navbar-default .navbar-nav li a {
	font-size: 13px;
	color: #444;
	font-weight: normal;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
	padding: 7px 10px;
	white-space: nowrap;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #444; /* Menu text hover colour */
	background-color: #ddd !important;
	border-radius: 5px;
}
.navbar-default .navbar-nav > li > a.active {
	color: #444; /* Menu text hover colour */
	background-color: #eee;
	border-radius: 5px;
}

/* Menu adjustment based on window size
-------------------------------------------------- */
.navbar-right {
	position: relative;
	margin: 5px 0 5px 0 !important;
	padding-bottom: 50px; /* Fix bug where bottom of long menu cannot be seen on mobile landscape view */
	transition: all 0.5s ease;
}
@media (min-width:768px) {
	.navbar-default .container {
		position: relative;
	}
	.navbar-right {
		position: relative;
		top: 21px;
		right: 15px;
		max-width: 475px;
		padding-bottom: 0;
		margin-bottom: 40px !important;
	}
}
@media (min-width:992px) {
	.navbar-right {
		max-width: 675px;
	}
}
@media (min-width:1200px) {
	.navbar-right {
		max-width: 850px;
		text-align: right;
	}
}


/* Mobile menu styling
-------------------------------------------------- */
.navbar-default .navbar-toggle {
	background-color: #eee; /* Mobile menu bg default colour */
	margin: 15px 15px 0 0;
	transition: all 0.4s ease;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #777; /* Mobile menu lines default colour */
	transition: all 0.4s ease;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #ccc; /* Mobile menu bg hover colour */
	transition: all 0.4s ease;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #777; /* Mobile menu lines hover colour */
	transition: all 0.4s ease;
}

/* Dropdown menu styling
-------------------------------------------------- */
.navbar-default .navbar-nav > .open > a {
	color: #fff !important;
	background-color: #444 !important;
}
.dropdown-menu {
	background-color: #444;
	background-color: rgba(68, 68, 68, 0.95);
}
.dropdown-menu > li > a {
	color: #fff !important;
	background-color: #444;
	background-color: rgba(68, 68, 68, 0.95);
	padding: 10px 20px !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #fff;
	background-color: #555 !important;
	background-color: rgba(85, 85, 85, 0.95) !important;
}


/* Logo
-------------------------------------------------- */
.navbar-brand {
	padding: 10px 15px;
	min-height: 50px;
	height: auto;
	transition: all 0.5s ease;
}
.navbar-brand img {
	height: 45px;
	transition: all 0.5s ease;
}
@media(min-width:768px) {
	.navbar-default {
		min-height: 50px;
	}
	.navbar-brand {
		padding: 15px 15px;
		min-height: 50px;
	}
	.navbar-brand img {
		height: 61px;
	}
}


/* Nav shrink on scroll
-------------------------------------------------- */
.navShrink {
	min-height: 40px;
}
.navShrink .navbar-toggle {
	margin: 5px 15px 5px 0;
}
.navShrink .navbar-brand {
	padding: 5px 15px;
	min-height: 35px;
}
.navShrink .navbar-brand img {
	height: 35px;
}
.navShrink .navbar-right {
	position: relative;
	right: 0;
	top: 0;
	margin-bottom: 5px !important;
}
.navShrink .navbar-right > li > a {
	padding: 7px 10px;
}


/* Flex Slideshow Adjustments
-------------------------------------------------- */
.header-carousel .flexslider {
	background-color: transparent !important;
	max-width: 100% !important;
	height: 200px;
	overflow: hidden !important;
	margin: -14px 0 0 0 !important;
	border-radius: 0 !important;
	border-width: 0 !important;
	position: relative;
}
.header-carousel .flex-direction-nav a:before {
	font-size: 30px !important;
}
.header-carousel .flex-control-nav {
	bottom: 2% !important;
	z-index: 5 !important;
}
.header-carousel .flex-control-paging li a {
	background: #fff !important;
	background: rgba(255, 255, 255, 0.5) !important;
}
.header-carousel .flex-control-paging li a:hover {
	background: #fff !important;
	background: rgba(255, 255, 255, 0.7) !important;
}
.header-carousel .flex-control-paging li a.flex-active {
	background: #fff !important;
	background: rgba(255, 255, 255, 0.9) !important;
}
.header-carousel .flexslider .slides {
	height: 200px;
}
.header-carousel .flexslider .slides li {
	position: inherit !important;
}
.header-carousel .flexslider .slides img {
	position: absolute !important;
	width: 100% !important;
	min-width: 100% !important;
	max-width: none !important;
	/* hack to center image */
	top: -9999px !important;
	bottom: -9999px !important;
	left: -9999px !important;
	right: -9999px !important;
	margin: auto !important;
	-moz-user-select: none;
	height: auto !important;
}
.header-carousel .flex-caption {
	position: absolute;
	left: 0%;
	right: 0%;
	bottom: 10%;
	z-index: 10;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.2);
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 10px;
	text-shadow: 1px 1px #444;
}
@media(min-width:450px){
	.header-carousel .flexslider {
		height: 300px !important;
	}
	.header-carousel .flexslider .slides {
		height: 300px !important;
	}
	.header-carousel .flexslider .slides img {
		height: auto !important;
		width: 100% !important;
	}
}
@media(min-width:600px){
	.header-carousel .flexslider {
		height: 350px !important;
	}
	.header-carousel .flexslider .slides {
		height: 350px !important;
	}
	.header-carousel .flexslider .slides img {
		height: auto !important;
		width: 100% !important;
	}
}
@media(min-width:768px){
	.header-carousel .flexslider {
		height: 350px !important;
/*		border-radius: 5px !important; */
	}
	.header-carousel .flexslider .slides {
		height: 350px !important;
	}
	.header-carousel .flexslider .slides img {
		height: auto !important;
		width: 100% !important;
	}
}
@media(min-width:992px){
	.header-carousel .flexslider {
		height: 400px !important;
	}
	.header-carousel .flexslider .slides {
		height: 400px !important;
	}
	.header-carousel .flexslider .slides img {
		height: auto !important;
		width: 100% !important;
	}
}
@media(min-width:1500px){
	.header-carousel .flexslider {
		height: 480px !important;
	}
	.header-carousel .flexslider .slides {
		height: 480px !important;
	}
	.header-carousel .flexslider .slides img {
		height: auto !important;
		width: 100% !important;
	}
}


/* Container
-------------------------------------------------- */
.main-content {
	/*
	margin-top: 30px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	border: 1px solid #ccc;
	*/
}
/* Breadcrumb
-------------------------------------------------- */
.breadcrumb {
	background-color: transparent;
	border-radius: 0;
	padding: 0;
	margin-bottom: 0;
	font-size: 14px;
}
.breadcrumb a {
	color: #999;
}
.breadcrumb a:hover {
	color: #3a9de3;
}
.breadcrumb > li + li::before {
	content: "";
	font-family: "Glyphicons Halflings";
	font-size: 11px;
	color: #ccc;
}
/* Text container
-------------------------------------------------- */
.text-content {
	padding: 0 15px 0 15px;
}
.text-content a, .a {
	border-bottom: 1px dotted #777;
}
.text-content a:hover, .a:hover {
	border-color: #3a9de3;
}
.no-underline {
	border-bottom: 0 none #777 !important;
}
.no-underline img {
	margin-bottom: 5px;
}
@media(min-width:992px) {
	.text-content {
		padding: 0 15px 0 15px;
	}
}

/* General styling
-------------------------------------------------- */
.bottom-space {
	margin-bottom: 15px;
}
h1, h2, h3 {
	font-family: Oswald, Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.6em;
}
h1 { font-size: 50px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }

.header-image {
	margin-top: 15px;
}


/* Section title
-------------------------------------------------- */
.related-pages {
	margin-top: 15px;
}
.thumbnail {
	padding: 0;
	border-style: none;
	border-radius: 4px;
	overflow: hidden;
	background-color: #444;
}
.thumbnail .caption {
	font-size: 14px;
	color: #fff;
	padding: 20px;
}
.thumbnail .section-title {
	margin: 0;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}
.thumbnail .section-title a {
	color: #fff;
}
.thumbnail .section-title a:hover {
	text-decoration: none;
}
.thumbnail .section-content {
	padding: 0;
	margin: 10px 0 0 0;
}
.thumbnail .btn-more {
	display: block;
	border-top: 2px solid #fff;
	padding: 15px 20px;
	background-color: #ae9574;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}
.thumbnail .btn-more:hover {
	text-decoration: none;
}
.thumbnail-active {
	cursor: pointer;
	background-color: #e78a94;
}
.thumbnail-active .btn-more {
	background-color: #e78a94;
}



/* Lead
-------------------------------------------------- */
.lead {
	font-size: 16px !important;
	line-height: 1.6;
	margin: 20px 0 0 0;
	text-align: left;
}
@media(min-width:768px) {
	.lead {
		text-align: justify;
	}
}
.text-highlight {
	padding: 20px;
	background-color: #f3f3f3;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-size:20px;
	border-radius: 5px;
}


/* Photo Gallery
-------------------------------------------------- */
.gallery-item {
	margin-bottom: 30px;
}
.flex-images .flexOverlay {
	position: absolute;
	bottom: 0;
	margin: 0 auto 5px auto;
	width: 100%;
}
.flex-images .flexCaption {
	margin: 0 auto;
	background-color: #000;
	font-size: 12px;
	color: #fff;
	line-height: 1em;
	text-align: center;
	width: 95%;
	padding: 10px 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
.photo-gallery {
	max-width: 997px;
}


/* Date display
-------------------------------------------------- */
.date-box {
	border-radius: 2px;
	border: 1px solid #ccc;
	margin: 0 10px 0 0;
	font-weight: bold;
	line-height: 1.5em;
	overflow: hidden;
}
.calendar-day {
	background-color: #ccc;
	color: #444;
	font-size: 12px;
	text-align: center;
	padding: 0 8px;
}
.calendar-month {
	color: #ccc;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	padding: 0 8px;
}


/* List Group
-------------------------------------------------- */
.list-group {
	margin-top: 30px;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	background-color: #444;
	border-color: #444;
}


/* Blog related
-------------------------------------------------- */
.blog .img-responsive {
	display: inline;
}
.tag-cloud {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.blogItem {
	border-bottom: 1px solid #ddcf9d;
	margin-bottom: 40px;
}
.blogInfo {
	margin: 15px 0 30px 0;
}
.blogPostImg {
	float: left;
	margin: 4px 20px 8px 0;
	max-width: 350px;
	width: 100%;
}
.paginationBar {
	background-color: #fffbec;
	border: 1px solid #ddcf9d;
	color: #6b6251;
	border-radius: 5px;
	text-align: center;
	padding: 0 10px;
}
.paginationBar a {
	margin: 5px;
}
.paginationBar a:hover {
	text-decoration: none;
	margin: 5px 0;
	background-color: #eae3d5;
	padding: 5px 5px;
}
.paginationBar a.currentPage {
	margin: 5px 0;
	background-color: #928c80;
	padding: 5px 5px;
	color: #deddd8;
}
.panel-blog {
	border-color: #eee;
}
.panel-blog > .panel-heading {
	background-color: #f5f5f5;
	border-color: #eee;
	color: #999;
}
.panel-blog > .panel-body {
	margin: 5px 0 0 0;
}


/* Contact page addresses
-------------------------------------------------- */
.help-block {
	color: #999;
}
@media (min-width: 768px) {
	.dl-horizontal dt {
		width: 100px;
	}
	.dl-horizontal dd {
		margin-left: 120px;
	}
}


/* Footer Credits
-------------------------------------------------- */
#footer {
	margin-top: 100px;
	background-color: #333;
	color: #ccc;
	padding: 100px 0 100px;
}
#footer .legal-links {
	font-size: 14px;
	color: #ccc;
	text-align: center;
	margin-top: 30px;
}
#footer .legal-links a {
	color: #ccc;
	margin: 0 10px;
	border-bottom: 1px dotted #ccc;
}
#footer .legal-links a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

#footer .copyright {
	font-size: 13px;
	color: #ccc;
	text-align: center;
	margin-top: 30px;
}
#footer .copyright a {
	color: #ccc;
}

/* Social Icons
-------------------------------------------------- */
#footer .socialIcons {
	position: relative;
	margin: 0 auto;
	width: 180px;
}
@media (min-width:480px) {
	#footer .socialIcons {
		width: 360px;
	}
}
#footer .socialIcons div {
	float: left;
	width: 35px;
	height: 35px;
	margin: 0 5px 10px 5px;
	overflow: hidden;
}
#footer .socialIcons div img {
	position: relative;
}
#footer .socialIcons .facebook 		img { left:	 0; top: -35px; }
#footer .socialIcons .blog 			img { left: -35px; top: -35px; }
#footer .socialIcons .youtube 		img { left: -70px; top: -35px; }
#footer .socialIcons .instagram 	img { left: -105px; top: -35px; }
#footer .socialIcons .twitter 		img { left: -140px; top: -35px; }
#footer .socialIcons .googleplus 	img { left: -175px; top: -35px; }
#footer .socialIcons .pinterest 	img { left: -210px; top: -35px; }
#footer .socialIcons .linkedin 		img { left: -245px; top: -35px; }
#footer .socialIcons .tumblr 		img { left: -280px; top: -35px; }
#footer .socialIcons .applemusic	img { left: -315px; top: -35px; }
#footer .socialIcons .mixcloud 		img { left: -350px; top: -35px; }
#footer .socialIcons .soundcloud	img { left: -385px; top: -35px; }

/* Special case - item listing
-------------------------------------------------- */
.mediaList h3 {
	margin: 0 0 15px 0;
}
.mediaItem {
	padding: 30px 0 60px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.mediaList .media-photo {
	margin: 0 0 15px 0;
}
.mediaList .lead {
	margin: 0;
}
.mediaList .media-text {
}
.mediaList .media-text .btn-more {
	background-color: #d16362;
	border-color: #d43f3a;
	color: #fff;
}
.mediaList .media-text .btn-more:hover, 
.mediaList .media-text .btn-more:focus, 
.mediaList .media-text .btn-more.focus, 
.mediaList .media-text .btn-more:active, 
.mediaList .media-text .btn-more.active, 
.mediaList .media-text .open > .dropdown-toggle.btn-more {
	background-color: #c9302c !important;
	border-color: #ac2925 !important;
	color: #fff;
}



/* Special case - accordion
-------------------------------------------------- */
.accordion .panel {
	background-color: transparent !important;
}
.accordion .panel-default {
	border-color: #ddcf9d;
	overflow: hidden;
}
.accordion .panel-default .panel-heading {
	background-color: #fffbec;
	border-top: 0 none #ddcf9d;
	color: #6b6251;
	padding: 10px 15px;
	cursor: pointer;
}
.accordion .panel-default > .panel-heading h3 {
	margin: 0;
}
.accordion .panel-default > .panel-heading h3 .arrow-down {
	float: right;
	font-size: 14px;
}
.accordion .panel-body {
	display: none;
	border-top: 1px solid #ddcf9d;
	padding: 15px;
	margin-bottom: -15px;
}


/* Browser issue
-------------------------------------------------- */
.browserIssue {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 10px 0;
	filter: alpha(opacity=80);
	opacity: 0.8;
	background-color: #444;
	font-size: 13px;
	color: #fff;
	text-align: center;
	z-index: 9999;
}


/* Fade overlay
-------------------------------------------------- */
#fadeCover {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	text-align: center;
	display: none;
	top: 0;
	left: 0;
	z-index: 9999;
}
#fadeCover div {
	position: absolute;
	width: 100%;
	height: 20px;
	margin-top: -10px;
	top: 50%;
	text-align: center;
}


/* Notification styling
-------------------------------------------------- */
.successBox, .errorBox {
	padding: 10px 15px 10px 40px;
	margin: 10px 0;
	border-radius: 5px;
	font-size: 13px;
	line-height: 20px;
}
.successBox {
	background-color: #e4f8dd;
	background-image: url('../images/icon-form-success.png');
	background-position: 10px 10px;
	background-repeat: no-repeat;
	border: 1px solid #6bbe55;
	color: #4d743f;
}
.errorBox {
	background-color: #f8dddd;
	background-image: url('../images/icon-form-error.png');
	background-position: 10px 10px;
	background-repeat: no-repeat;
	border: 1px solid #d95b5b;
	color: #992c2c;
}


/* jQuery UI widgets font size
-------------------------------------------------- */
.ui-widget {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
	line-height: 16px !important;
}
.ui-widget select {
	padding: 1px;
	font-size: 0.9em !important;
}
textarea {
	resize: vertical;
}
.ui-spinner-input {
	height: 26px;
}
#sb-container {
	z-index: 9999 !important;
}
.iCheckbox {
	float: left;
	margin: 5px 10px 0 0;
	background-color: #fff;
}
.labelCheckbox {
	float: left;
	font-weight: bold;
	margin-top: 3px;
}


/* Home page
-------------------------------------------------- */
.bg-fade2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url('../images/overlay.png');
	opacity: 0.2;
	filter: alpha(opacity=20);
	-ms-filter: "alpha(opacity=20)";
	z-index: -10;
}
.parallax {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	position: relative;
	color: #fff;
	z-index: 0;
	min-height: 200px;
}
.parallax .home-logo {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 20px;
	box-shadow: 0 5px 35px rgba(0,0,0,0.2);
}
.parallax .home-logo img {
	width: 200px;
}
.parallax .hero-text {
	margin: 50px 0;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-size: 40px;
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 5px #ddd;
	background-color: rgba(0, 0, 0, 0.5);
	line-height: 1.4em;
	padding: 20px;
	text-transform: uppercase;
}
.parallax .hero-text a {
	color: #fff;
}
#intro {
	position: relative;
	height: 600px;
	background-position: 85% 50%;
}
#intro .button-arrow-container {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	font-size: 30px;
	bottom: 30px;
	text-align: center;
}
#intro .button-arrow {
	color: #eee;
	text-shadow: 0 1px 5px #444;
}
#intro .button-arrow:hover {
	color: #fff;
}
@media (min-width:480px) {
	.parallax .home-logo {
		margin: 0 0 20px;
	}
	.parallax .home-logo img {
		width: 250px;
	}
	.parallax .hero-text {
		margin: 75px 0;
		font-size: 40px;
	}
}
@media (min-width:768px) {
	.parallax .home-logo img {
		width: 300px;
	}
	.parallax .hero-text {
		margin: 100px 0;
		font-size: 50px;
	}
}
@media (min-width:992px) {
	.parallax .home-logo img {
		width: 350px;
	}
	.parallax .hero-text {
		margin: 100px 0;
	}
}
@media (min-width:1200px) {
	.parallax .home-logo img {
		width: 400px;
	}
	.parallax .hero-text {
		margin: 150px 0;
	}
}
@media (min-height:450px) {
	#intro .button-arrow-container {
		font-size: 30px;
	}
}
@media (min-height:700px) {
	#intro .button-arrow-container {
		font-size: 40px;
	}
}

.home-text {
	margin: 15px 0 0;
	padding: 0 0 30px 0;
	text-align: left;
}
.two-cols {
	column-count: 1;
}
@media (min-width:480px) {
	.home-text {
		padding: 0 30px 30px 30px;
	}
}
@media (min-width:992px) {
	.home-text {
		margin: 50px 0 0;
		text-align: justify;
	}
	.two-cols {
		column-count: 2;
		column-gap: 60px;
	}
}

/********
Testimonials
*********/
#testimonial {
	background-color: #615faa;
}
.testimonial-home .flexslider {
	height: auto !important;
	margin: 0;
	background-color: transparent;
	overflow: visible;
	border-width: 0 !important;
	position: relative;
}
.testimonial-home .slides {
	height: auto !important;
}
.testimonial-home .testimonial-item {
	position: relative;
	padding: 50px 30px 60px;
/*
	border: 1px solid #777;
	background-color: rgba(209, 184, 220, 0.5);
	border-radius: 5px;
*/
	color: #fff;
	text-align: center;
	z-index: 10;
}
.testimonial-home .testimonial-item .quote {
	font-size: 18px;
	font-style: italic;
	line-height: 1.5em;
}
.testimonial-home .testimonial-item .quote span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	font-style: italic;
	margin-right: 8px;
	position: relative;
	top: 15px;
}
.testimonial-home .testimonial-item .author {
	position: relative;
	margin-top: 20px;
	color: #bbb;
}
.testimonial-home .testimonial-item .name {
	font-size: 14px;
	text-transform: uppercase;
}
.testimonial-home .testimonial-item .info {
	font-size: 12px;
}
.testimonial-home .flex-direction-nav a:before {
	font-size: 30px !important;
}
.testimonial-home .flex-control-nav {
	bottom: 0;
	z-index: 5 !important;
}
.testimonial-home .flex-control-paging li a {
	background: #444 !important;
	background: rgba(68, 68, 68, 0.5) !important;
}
.testimonial-home .flex-control-paging li a:hover {
	background: #444 !important;
	background: rgba(68, 68, 68, 0.7) !important;
}
.testimonial-home .flex-control-paging li a.flex-active {
	background: #444 !important;
	background: rgba(68, 68, 68, 0.9) !important;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	left: 0 !important;
}
.flexslider:hover .flex-direction-nav .flex-next {
	right: 0 !important;
}
@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		left: 0 !important;
	}
	.flex-direction-nav .flex-next {
		right: 0 !important;
	}
}

@media (min-width:480px) {
	.testimonial-home .testimonial-item .quote {
		font-size: 24px;
	}
	.testimonial-home .testimonial-item .name {
		font-size: 18px;
	}
	.testimonial-home .testimonial-item .info {
		font-size: 14px;
	}
}