/**
 * Global stylesheet
 *
 * package: 	K & Co
 * version: 	1.7
 */


/* reset */

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; 
}

img {
	vertical-align: middle;
	width: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul { 
	list-style: none;
}

blockquote, q { 
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}


/* clear */

.clearfix { 
	display: block; 
}

.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0; 
	margin: 0; 
	padding: 0; 
}

.clearflow {
	overflow: hidden;
}


/* structure */

body {
	padding: 0px;
	margin: 0px;
	background: #fff;
	line-height: 2.5rem;
	position: relative;
}

.container {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 100px 5%;
}

.inner-container {
	padding: 40px;
}

.outer-container {
	padding: 120px 80px;
}

.row [class*='col']:first-child {
	margin: 0;
}

.col {
	width: 47.5%;
	margin-left: 5%;
	float: left;
}

@media screen and (max-width: 1040px) {
	.row [class*='col']:last-child {
		margin-top: 40px;
	}
}

@media screen and (max-width: 768px) {
	.container {
		padding: 60px 5%;
	}
	.outer-container {
		padding: 80px 80px;
	}
	.col {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	.row-undo {
		margin-top: -40px;
	}
}

@media screen and (max-width: 480px) {
	.container {
		padding: 40px 5%;
	}
}

/* fonts */

body,
h1,
h3,
h4,
h5,
h6,
.title
{
	font-family: 'Cinzel Decorative',serif;
}

#footer-nav li,
#main-nav li,p,button,.excerptp,.subtitle {
	font-family: 'Lato', sans-serif;
}

#contact .contact-form-footer li.telephone:before,
#contact .contact-form-footer li.yelp:before,
#contact .contact-form-footer li.facebook:before,
#contact .contact-form-footer li.email:before,
#main-nav li a span:after,
.back-to-top:after,
.flex-direction-nav a.flex-prev:before,
.flex-direction-nav a.flex-next:before,
#contact #socialise li:before,
.toggler-trigger span i {
	font-family: "FontAwesome";
}


/* typography */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}

h1 {
	font-size: 48px;
	line-height: 3rem;
}

h2 {
	font-size: 42px;
	line-height: 2.75rem;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

a,
a:hover {
	text-decoration: none;
}

.title {
	font-size: 5em;
	color: #000;
}


@media screen and (max-width: 480px) {
	.title {
		font-size: 3em;
	}
}

/* popup */

#popup {
	position: fixed;
	background: rgba(0,0,0,0.9);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	height: 100vh;
	display: none;
}

#popup .popup-container {
	position: relative;
}

#popup .popup-content {
	background: #fff url('assets/images/rainbow.png') 20% no-repeat !important;
	position: fixed;
	top: 50%;
	left: 50%;
	background-position: bottom right !important;
	background: #ffffff;
	padding: 60px;
	max-width: 400px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

#popup .popup-content.excerpt h2 {
	color: #000;
	font-size:32px;
}

#popup .popup-content.excerpt p {
	color: #000;
}

#popup .popup-content.excerpt h4 {
	color: #000;
	padding:20px 0
}

#popup .popup-content.excerpt p a {
	color: #000;
	text-decoration: underline;
}

#popup .popup-close {
	position: absolute;
	top: 0;
	right: 0;
	background: #666666;
	text-align: center;
	padding: 10px 20px;
	color: #fff;
	cursor: pointer;
	font-family: sans-serif;
}

#popup.active {
	display: block;
}

@media screen and (max-width: 768px) {
	#popup .popup-content {
		width: 70%;
		padding:30px;
		background-size:40% !important;
	}
}

@media screen and (max-width:600px) {
	#popup .popup-content.excerpt p {
		font-size:15px;
		margin-top:0px;
	}

	#popup .popup-content.excerpt h2 {
		font-size: 22px;
		padding-top:20px;
	}

	
}


/* content */

.header {
	margin-top: 40px;
}

.item {
	position: relative;
	overflow: hidden;
}

.content {
	text-align: center;
	z-index: 50;
}

.excerpt {
	margin-top: 30px;
	font-size: 1.4em;
	line-height: 2rem;
	font-weight: 300;
}

.excerpt p {
	margin-top: 20px;
}

.excerpt p:first-child {
	margin-top: 0;
}

.colored .excerpt p,
.colored .section-header .title,
.colored .title,
.colored li {
	color: #000;
}

@media screen and (max-width: 480px) {
	.excerpt p {
		font-size: 16px;
		line-height:1.5em;
	}
}

/* elements */

.toggler {
    display: none;
}

.toggler-trigger {
    cursor: pointer;
}

.toggler-trigger span {
	background: #dfdfdf;
	padding: 10px;
}

.toggler-trigger span i {
	margin-left: 10px;
}

.toggler-trigger:hover span {
	background: #cfcfcf;
}

.h2-tag {
	position: absolute;
	left: -9999px;
}

.button-icon {
	font-size: 0.8em;
	display: inline;
	margin-left: 2px;
}

/* width */
::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 8px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #666; 
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgb(77, 77, 77); 
}

.section-capital {
	font-size: 1.2em;
}

.capital {
	font-size: 1.5em;
}

.separator {
	height: 1px;
	margin-top: 30px;
	width: 80%;
	margin: 0 auto;
}

#mouse-click {
	cursor: pointer;
}

.top {
	top: 0px;
}

.top-space {
	top: 40px;
}

.select2-selection__rendered {
	display: none !important;
}

#book {
	cursor: pointer;
}

.select2 {
	display: none !important;
}

.separator {
	margin-top: 30px;
	text-align: center;
	width: 80%;
}

.image img {
	width: 100%;
}

.iconimage {
	max-width: 20px;
	margin-top: -5px;
	padding: 0;
	line-height: 0;
}

img {
	width: auto;
}

.standout {
	font-weight: 400;
}

.relative {
	position: relative;
}

.button {
	color: #fff;
	font-family:'Lato',sans-serif;
	padding: 10px;
	border: solid 2px #fff;
	width: 170px;
	font-size: 1.4em;
	font-weight: 300;
	cursor: pointer;
	transition: 0.2s;
	-moz-transition: 0.2s;
}

.button:hover {
	color: #000;
	background: #fff;
}

.button-icon {
	margin-left: 10px;
}

/* main header */

#top-bar .row [class*='col']:last-child {
	margin-top: 0px;
}

#top-bar {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	background-color: #666;
	height: 40px;
	margin: 0;
	padding: 0;
	z-index: 1000;
	box-sizing: border-box;
}

#top-bar .container {
	padding-top: 0px;
	padding-bottom: 0px;
}

#top-bar .col {
	width: 50%;
	margin-left: 0;
}

#top-bar .row .col:nth-child(2) .top-bar-info {
	float: right;
}

.top-bar-info {
	color: #fff;
	font-family: 'Lato',sans-serif;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
}

.top-bar-info img {
	max-height: 24px;
	margin-right: 10px;
	margin-top: -2px;
}

.top-bar-info a {
	color: #fff !important;
}

.top-bar-info span {
	padding-top: 51px;
}

#top-bar .row .col:nth-child(2) .top-bar-info span:nth-child(2) {
	margin-left: 30px;
	margin-right: 10px;
}

#top-bar a {
	text-decoration: underline;
}

@media screen and (max-width: 540px) {
	#top-bar {
		display: none;
	}
}

#middle-bar {
	position: fixed;
	top: 0px;
	left:0;
	right: 0;
	height: 100px;
	background: #ccc;
	z-index: 9999;
}

#middle-bar .top-phone {
	color: #666;
	font-family: 'Lato',sans-serif;
	font-weight: 400;
	font-size: 1.1em;
}

#middle-bar .top-phone a {
	color: #666;
}

#middle-bar .image {
	width: 200px;
	margin: 0 auto;
	margin-top: 8px;
}

#middle-bar .top-phone {
	position: absolute;
	right: 10%;
	top: 30%;
}

#main-header {
	position: fixed;
	top: 100px;
	left: 0;
	right: 0;
	height: 50px;
	z-index: 1000;
	background-color: #666666;
	transition: 0.1s;
	-moz-transition: 0.1s;
	border-bottom: solid 1px #ccc;
}

.scroll {
	position: fixed !important;
	left: 0px !important;
	right: 0px !important;
	top: 0px !important;
}

#main-header .container {
	padding: 0 5%;
	position: relative;
}

#main-header .col {
	width: 100%;
	height: 120px;
}

#main-header .image {
	float: left;
	height: 120px;
}

#main-header .image img {
	height: 74px;
	margin-top: 20px;
	width: 70%;
	padding-bottom: 20px;
}

#main-header .col:nth-child(2) {
	margin-left: 10%;
}

@media screen and (max-width: 1120px) {
	#main-header .row [class*='col']:last-child {
		margin-top: 0;
	}
	#main-header .col {
		margin-left: 2.5%;
		width: 40%;
	}
	#main-header .col:first-child {
		margin-left: 0;
		width: 100%;
	}
	.top-info-card p {
		color: #fff;
		font-family: 'Lato',sans-serif;
		font-size: 0.8em;
		line-height: 1.4em;
	}
}

@media screen and (max-width: 1120px) {
	#top-bar .col:nth-child(2) {
		width: 28%;
		margin-left: 3%;
		float:right;
	}

	#top-bar .col:nth-child(3) {
		width: 28%;
		margin-left: 3%;
		float:right;
	}

	#top-bar .col:nth-child(4) {
		display: none;
	}

	#top-bar .image {
		width: 80%;
		margin-top: 55px;
	}
}


@media screen and (max-width: 768px) {
	#main-header .col:nth-child(2) {
		margin-left: 0px;
	}
	#main-header .col {
		width: 10%;
	}
	#main-header .col:first-child {
		width: 98%;
	}
}

@media screen and (max-width: 540px) {
	#main-header {
		top: 50px;
		height: 50px;
		margin-top: 50px;
	}
	.mobile {
		display: none;
	}
	
}

@media screen and (max-width: 480px) {
	#main-header .image img {
		float: left;
		margin-left: 2%;
		margin-top: 10px;
	}
}

/* main menu */

#main-nav {
	line-height: 10px;
}

.main-nav-clicked {
	border-bottom: 2px solid #fff;
}

#main-nav ul {
	list-style-type: none;
	text-align: center;
}

#main-nav li {
	display: inline-block;
	margin-left: 50px;
	text-align: center;
	transition: all 0.2s;
	transition: all 0.2s;
	transition: all 0.2s;
	border-bottom: 0px solid #fff;
}

#main-nav li:first-child {
	margin-left: 0;
}

#main-nav li a {
	display: block;
	font-size: 0.9em;
	font-weight:300;
	font-family: 'Lato', sans-serif;
	color: #fff;
	text-transform: uppercase;
}

#main-nav li a span {
	padding: 20px 0;
	display: block;
	position: relative;
}


@media screen and (max-width: 1120px) {
	#main-nav {
		float: none;
		margin: 10px 0;
	}
	#main-nav ul {
		text-align: center;
	}
	#main-nav li {
		margin-left: 40px;
	}
	#main-nav li a span:after {
		bottom: -25px;
	}
	#main-nav li a {
		color: #1a1a1a;
	}
}

@media screen and (max-width: 768px) {
	#main-nav {
		line-height: 48px;
		float: none;
		padding-left: 50px;
		padding-right: 50px;
	}
	#main-nav ul {
		text-align: center;
		margin-bottom: 5px;
	}
	#main-nav li {
		display: block;
		margin: 0;
	}
	#main-nav li a span {
		border: 0;
		padding: 0;
	}
	#main-nav li a span:after {
		display: none;
	}
	#main-nav li a {
		font-size: 1em;
	}
}

@media screen and (max-width: 1215px) {
	#main-nav li  {
		margin-left: 20px;
	}
}


@media screen and (max-width: 768px) {
	#main-nav {
		line-height: 48px;
		float: none;
		padding-left: 50px;
		padding-right: 50px;
	}
	#main-nav ul {
		text-align: center;
		margin-bottom: 5px;
	}
	#main-nav li {
		display: block;
		margin: 0;
	}
	#main-nav li a span {
		border: 0;
		padding: 0;
	}
	#main-nav li a span:after {
		display: none;
	}
	#main-nav li a {
		font-size: 1em;
	}
}


/* trigger & slideout */

.trigger {
	display: none;
	cursor: pointer;
	float: right;
}

.trigger .click {
	color: #fff;
	font-size: 32px;
	line-height: 66px;
}

.slideout {
	position: relative;
}

@media screen and (min-width: 1121px) {
	.slideout {
		display: block !important;
	}
}

@media screen and (max-width: 1120px) {
	#main-header .trigger {
		display: block;
		height: 50px;
		line-height: 60px;
	}
	#main-header .slideout {
		position: absolute;
		top:51px;
		right: 0;
		left: 0;
		background: rgba(102,102,102,0.9);
		display: none;
	}
	#main-nav li a {
		color: #fff;
	}
}

@media screen and (max-width: 768px) {
	.trigger .click {
		font-size: 26px;
	}
}

@media screen and (max-width: 480px) {
	.trigger {
		padding-top: 0px;
	}
}

/* sections */

section {
	background: #fff;
	overflow: hidden;
}

.section-header {
	text-align: center;
}

.section-header img {
	margin-top: 20px;
	max-width: 200px;
}

.section-header .col,
.section-header .col:first-child {
	width: 100%;
}

.section-header.container {
	padding-bottom: 0;
}

.section-header .title {
	font-size: 3.3em;
	line-height: 70px;
	font-family: 'Cinzel Decorative',serif;
	letter-spacing: 5px;
}


@media screen and (max-width: 480px) {
	.section-header .title {
		font-size: 3em;
	}
}

.section-footer .col {
	text-align: center;
}


/* introduction */

#introduction {
    background-position: center top;
    height: 700px;
    position: relative;
	background-attachment: fixed;
	margin-top: 100px;
    min-height: 400px;
    background: transparent;
}

.intro-overlay {
    color: #fff;
    position: absolute;
    top: 350px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 20px;
	font-size: 0.8em;
}

.intro-overlay .subtitle {
	margin-top: 20px;
	line-height: 1.4em;
	font-size: 2.5em;
	font-family: 'Cinzel Decorative',serif;
	text-align: left;
}

.intro-overlay .title {
	font-family: 'Lato',sans-serif;
	font-size: 1.8em;
	font-weight: 300;
	text-align: left;
	color: #fff;
	position: relative;
    line-height: 1.5em;
}

.intro-overlay img {
	width: 100%;
	float: left;
	display: inline-block;
}

.intro-overlay .col:first-child {
	width: 45%;
}

.intro-overlay .col:last-child {
	width: 30%;
}

#introduction .intro-overlay .span:first-child {
	letter-spacing: 5px;
}

#keywords span {
	letter-spacing: 8px;
}

#introduction .mouse {
	margin-top: 100px;
	z-index: 9999;
}

#introduction .mouse img {
	width: 48px;
}

#introduction .image img {
	margin-bottom: 0px;
}

#introduction .separator {
	background-color:#fff;
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
	border: solid 1.5px #fff;
}

#intro-times {
	background: url('assets/images/introduction/kandco_hair_dressers_womens_mens_children_thornton_openingtimes_background.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: center;
	width: 345px;
	position: absolute;
	right: 5%;
	top: 20%;
    -ms-transform: rotate(5deg); /* IE 9 */
    -webkit-transform: rotate(5deg); /* Safari 3-8 */
    transform: rotate(5deg);
}

#intro-times h3 {
	padding-top: 115px;
	font-family:  'Cinzel Decorative',serif;
	color:#000;
}

.time {
	font-family: 'Lato',sans-serif;
	font-size: 1.2em;
	line-height:2em;
	color: #1a1a1a;
}

#main-footer .time {
	color: #fff;
}

.time:last-of-type {
	padding-bottom: 20px;
	font-size: 1em;
}

@media screen and (max-width: 1280px) {
	#introduction .subtitle {
		margin-top: 20px;
		line-height: 1.4em;
		font-size: 1.6em;
		font-family: 'Cinzel Decorative',serif;
	}
}

@media screen and (max-width: 910px) {
	#keywords span {
		letter-spacing: 0px;
	}
}

@media screen and (max-width: 808px) {
	.intro-overlay .col {
		width: 100%;
	}
	.intro-overlay .col:first-child {
		width: 100%;
	}
	.intro-overlay .col:last-child {
		width: 100%;
	}
	#intro-times {
		position: relative;
		margin: 0 auto;
		text-align: center;
	}
	.intro-overlay img{
		width: 300px;
    	float: none;
	}
	#introduction .subtitle {
		text-align: center;
	}
	#introduction .title {
		text-align: center;
	}
	#introduction #intro-times {
		top:0;
		right:0;
	}
}

@media screen and (max-width: 768px) {
	#introduction .subtitle {
		line-height: 1.2em;
		font-size: 1.7em;
	}
}

@media screen and (max-width: 480px) {
	#introduction .subtitle {
		font-size: 1.5em;
		min-width: 220px;
	}
	#intro-times {
		width: 260px;
	}
	#introduction .title {
		font-size: 1.4em;
	}
	#intro-times h3 {
		font-size: 1.6em;
		padding-top: 100px;
	}
	.time {
		font-size: 1em;
	}
}


/* about us */

#aboutus .section-header .col,#aboutus .section-content .col {
	width: 100%;
	text-align: center;
}

#aboutus .excerpt {
	margin-top: -7px;
	font-size: 1.3em;
}

#aboutus h2 {
	font-size: 1.3em !important;
	font-family: 'Lato',sans-serif;
	font-weight: 300;
}


#aboutus .image {
	border: solid 4px #cbb778;
}

#aboutus .separator {
	background-color:#cbb778;
	float: left;
	width: 20%;
	display: block;
	margin-bottom: 0px;
	margin-top: 20px;
	border: solid 1.5px #cbb778;
}

#aboutus .section-content {
	padding-top: 0px;
	padding-bottom: 40px;
}

#aboutus .section-footer .col {
	width: 30%;
	background :#ccc;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 8px;
}

#aboutus .section-footer {
	padding-top: 0;
}

#aboutus .section-footer .title {
	font-size: 1.2em;
	font-family: 'Cinzel Decorative',serif;
	letter-spacing: 2px;
}

#aboutus .section-footer .aboutus-circle {
	background: #fff;
	border-radius: 100%;
	height: 80px;
	width: 80px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#aboutus .section-footer .aboutus-circle img {
	margin: 0 auto;
	margin-top: 15px;
	width: 50px;
	height: 50px;
}

#aboutus .row [class*='col']:last-child {
	margin-top: 0;
}

@media screen and (max-width: 1120px) {
	#aboutus .subtitle {
		display: none;
	}
	#aboutus .separator {
		margin-top: 40px;
	}
}

@media screen and (max-width: 850px) {
	#aboutus .section-footer .title {
		font-size: 1em;
	}
}

@media screen and (max-width: 768px) {
	#aboutus .title {
		margin-top: 30px;
	}
	#aboutus .section-footer .col {
		width: 100%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 480px) {
	#aboutus {
		font-size: 0.8em;
		padding: 10px;
	}
	#aboutus .subtitle {
		font-size: 1.2em;
		margin-top: 20px;
	}
}


/* call to action */

#cta {
	min-height: 490px;
    background: transparent;
	color: #fff;
}

#cta .title {
	color: #fff;
}

#cta .button {
	margin: 0 auto;
	margin-top: 40px;
	width: 200px;
}

#cta .row [class*='col']:last-child {
	margin-top: 0px;
}

@media screen and (max-width: 768px) {
	#cta .title {
		font-size: 2em;
		line-height: 1.3em;
	}
	#cta .excerpt {
		font-size: 1.3em;
	}
	#cta .button {
		font-size: 1.2em;
		padding: 10px;
	}
	#cta {
		min-height: 410px;
	}
}
	
/* call to action */

#cta2 {
	min-height: 490px;
    background: transparent;
	color: #fff !important;
}

#cta2 .title {
	color: #fff;
}

#cta .excerpt {
	max-width: 1350px;
}

#cta2 a {
	color:#fff;
}

#cta2 a:hover {
	color:#000;
}

#cta2 .button:hover a {
	color:#000;
}

#cta2 .button {
	margin: 0 auto;
	margin-top: 40px;
	width: 200px;
}

@media screen and (max-width: 480px) {
	#cta2 .title {
		font-size: 2em;
		line-height: 1.3em;
	}
	#cta2 .excerpt {
		font-size: 1.3em;
	}
	#cta2 .button {
		font-size: 1.2em;
		padding: 10px;
	}
	#cta2 .row [class*='col']:last-child{
		margin-top: 0;
	}
}

/* prices */

#prices .section-header .col {
	width: 100%;
}

#prices .section-content .col {
	width: 46.5%;
	margin: 1% 0 1% 7%;
	text-align: center;
	box-sizing: border-box;
	padding: 30px;
	background: #ccc;
	border-radius: 8px;
	min-height: 595px;
}

#prices .section-content .col:first-of-type {
	margin-left: 0;
}

#prices .section-content {
	padding-top: 20px;
}

#prices .section-footer {
	padding-top: 40px;
}

#prices .section-footer .col {
	width: 100%;
}

#prices .capital {
	font-size: 1.4em;
}

#offer {
	margin-top: 5px;
	width: 900px;
	margin: 0 auto;
	margin-top: 30px;
}

#prices .section-content .title {
	color: #666;
	font-family: 'Cinzel Decorative',serif;
	font-size: 1.8em;
	letter-spacing: 2px;
}

#prices .section-content .title span {
	border-bottom: solid 0px #666;
}

#prices .section-content ul {
	text-align: left;
	float: left;
	width: 100%;
	margin-top: 20px;
}

#prices .section-content li {
	background: #ccc;
	padding: 6px;
	font-family: 'Lato',sans-serif;
	padding-left: 10px;
	padding-right: 10px;
}

#prices .section-content li:nth-of-type(odd) {
	background: #f1f1f1;
}

#prices .price {
	float: right;
}

#prices .section-header .row [class*='col']:last-child {
	margin-top: 0px;
}

.olaplex .col {
	width: 50% !important;
	margin-left: 0;
}

@media screen and (max-width:935px) {
	#prices .section-content .col {
		width: 100%;
		margin-left: 0;
	}
	#prices .section-content .col:first-of-type {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 480px) {
	#prices .section-content .col {
		padding-right: 0;
		padding-left: 0;
	}
	#prices .section-content li {
		font-size: 0.8em;
	}
	#prices .section-header .title {
		font-size: 2em;
	}
}

/* gallery */

#gallery .capital {
    font-size: 1.4em;
}

#gallery .section-content {
	padding-top: 60px;
	padding-bottom: 120px;
}

#gallery .section-content .gallery .col {
	width: 32.11%;
	margin-left: 1%;
	margin-bottom:1%;
}

#gallery .section-content .gallery .col .image {
	position: relative;
}

.gallery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background: url('assets/images/gallery/kandco_hair_dressers_womens_mens_children_thornton_gallery_overlay.png');
	cursor: pointer;
	background-position: center;
}

.image:hover .gallery-overlay {
  opacity: 0.8;
}

@media screen and (max-width: 1040px) {
	#gallery .col:last-child {
		margin-top: 0px;
	}
}

@media screen and (max-width: 768px) {	
	#gallery .separator {
		display: none;
	}
	#gallery .section-content .gallery .col {
		width: 48%;
		margin-left: 1%;
		margin-bottom:1%;
	}

	#gallery .section-content .gallery .col:last-child {
		display: none;
	}
	#gallery .section-header .excerpt {
		width: 90%;
		font-size: 1.2em;
	}
	#gallery .section-content {
		padding-top: 30px;
	}
}

@media screen and (max-width: 480px) {	
	#gallery .title {
		font-size: 2em;
	}
	#gallery .section-content .gallery .col {
		width: 98%;
		margin-left: 1%;
		margin-bottom:5%;
	}

	#gallery .section-content .gallery .col:last-child {
		display: none;
	}
	#gallery .section-content {
		padding-bottom: 40px;
	}
}

/* contact us */

#contactus .section-content .title {
	font-size: 3.3em;
	line-height: 70px;
	font-family: 'Cinzel Decorative',serif;
	letter-spacing: 5px;
	text-align: center;
}

#contactus select {
	padding: 3%;
	display: inline;
	border: 0;
	box-sizing: border-box;
	background: #d9d9d9;
	color: #000;
	font-size: 1.4em;
	font-family: 'Lato',sans-serif;
	margin-bottom: 0px;
	width: 100%;
	font-weight: 300;
}

#contactus .contact-icon {
	margin-right: 5px;
}

#contactus .contact-form {
	padding-bottom: 120px;
}

#contactus .contact-form label {
	display: block;
	text-align: left;
	color: #000000;
	font-family: 'Lato', sans-serif;
	margin-bottom: 2px;
}

#contactus .contact-form input {
	padding: 3% !important;
	display: inline;
	border: 0;
	box-sizing: border-box;
	background: #fff;
	color: #666;
	border: solid 1px #666;
	font-size: 1.3em !important;
	font-family: 'Lato',sans-serif;
	margin-bottom: 0px;
	font-weight: 300;
	-webkit-appearance: none;
}

#contactus .contact-form textarea {
	padding: 3% !important;
	display: inline;
	border: 0;
	box-sizing: border-box;
	background: #fff;
	color: #666;
	border: solid 1px #666;
	font-size: 1.3em !important;
	font-family: 'Lato',sans-serif;
	margin-bottom: 0px;
	font-weight: 300;
	-webkit-appearance: none;
	width: 100% !important;
}

#contactus .separator-image {
	margin: 0 auto;
	text-align: center;
}

#contactus .button.secondary {
	display: none;
}

#contactus .image img {
	width: 320px;
	margin-top: 40px;
}

::-webkit-input-placeholder { /* C.separatorome/Opera/Safari */
 	color: #666;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
::-moz-placeholder { /* Firefox 19+ */
 	color: #666;
	font-family: 'Lato', sans-serif;
	font-weight: 300;

}
:-ms-input-placeholder { /* IE 10+ */
 	color: #666;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
:-moz-placeholder { /* Firefox 18- */
 	color: #666;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.field {
	width: 100% !important;
	padding: 15px !important;
	font-size: 1.2em !important;
	font-family: 'Lato',sans-serif !important;
}

#contactus a {
	color: #000;
}

#contactus .capital {
	font-size: 1.4em;
}

#contactus .col:last-child {
	position: relative;
}

#contactus .row [class*='col']:last-child {
	margin-top: 0px;
}

@media screen and (max-width: 1300px) {
	#contactus .title {
		line-height:1em;
	}
	#contactus .contact-form {
		margin-top: 40px !important;
	}
}

@media screen and (max-width: 1300px) {
	#contactus .title {
		line-height:1em;
	}
	#contactus .contact-form {
		margin-top: 40px !important;
	}
}


@media screen and (max-width: 960px) {
	#contactus .ucf button[type=submit] {
		font-size: 1.2em;
	}
}

@media screen and (max-width: 898px) {
	#contactus .col {
		width: 100%;
		margin-left: 0px;
	}
	#contactus .contact-form {
		margin-top: 40px !important;
	}
	#contactus .col:last-child {
		text-align: center;
	}
	#contactus .button {
		margin-right: 0px !important;
	}
	#contactus .contact-form input {
		width: 100% !important;
		}
	#contactus .section-content .col:last-child {
		margin-top: 10px;
	}
}

@media screen and (max-width: 768px) {
	.field {
		width: 95% !important;
		padding: 15px !important;
		font-size: 1.2em !important;
		font-family: 'Lato',sans-serif !important;
	}
	#contactus .section-content .title {
		font-size: 2em;
	}
}

@media screen and (max-width: 768px) {
	#contactus .separator {
		display: none;
	}
	#top-excerpt {
		margin-top: 40px !important;
	}

}

@media screen and (max-width:480px)
{
	#contactus .excerpt {
		font-size: 1.4em;
	}
	#contactus .button {
		width: 100%;
	}
	#contactus .container {
		padding-top: 40px !important;
	}
	#contactus .contact-form {
		padding-bottom: 40px !important;
	}
	#contactus .contact-info {
		font-size: 1.1em;
	}
}

@media screen and (max-width: 480px) {
	#contact .contact-form textarea {
		height: 200px;
	}
	.field {
		width: 90% !important;
		padding: 15px !important;
		font-size: 1.2em !important;
		font-family: 'Lato',sans-serif !important;
	}
}


/* inventis */

.inventis {
	margin-top: 40px;
	margin-bottom: 60px;
	text-align: center;
}

.inventis img {
	width: auto;
}

@media screen and (max-width: 768px) {
	.inventis {
		text-align: center;
	}
}


/* flexslider */


.nav-carousel{
	padding-top: 40px;
}

.nav-carousel a{
	color: #fff;
	border-radius: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right:2%;
	margin-left: 2%;
	font-size: 1.6em;
}

/* lightbox */

.featherlight .featherlight-content {
	background: #0F1B31 !important;
}

.featherlight .featherlight-close-icon {
	background: #C09457 !important;
}

.featherlight:last-of-type {
	background: rgba(15, 27, 49, 0.95) !important;
}

.featherlight-next span,
.featherlight-previous span {
	font-size: 38px !important;
}

.featherlight .featherlight-close-icon {
	color: #fff !important;
}



/* no cookie */

.nocookie {
    margin: 0 auto;
    padding: 40px;
    background: #ccc;
	text-align: center;
}

.nocookie .excerpt {
	margin-top: 0;
}

.nocookie .excerpt p {
	float: none;
	color: #fff;
}

.nocookie .privacy-policy a {
    font-size: 18px;
    color: #fff;
	display: block;
	margin-top: 20px;
	font-weight: 700;
}

.nocookie .sub-title.privacy-policy a {
	font-size: 22px;
	font-weight: 700;
	margin-top: 20px;
	color: #fff;
}

#contactus .nocookie .sub-title.privacy-policy a {
	color: #fff;
}



/* privacy overlay */

.privacyoverlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(14, 14, 14, 0.85);
	z-index: 99999;
	display: none;
}

.privacyoverlay.visible {
	display: block;
}


/* privacy select */

#privacyselect {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	background: #fff;
	color: #2d2c2a;
	width: 100%;
	padding: 0;
	max-width: 720px;
	max-height: 500px;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 99999;
	box-shadow: 0 0 30px 10px rgba(14, 14, 14, 0.8);
}

#privacyselect.visible {
	display: block;
}

#privacyselect .privacy-select-wrapper {
	position: relative;
	overflow-y: scroll;
	padding: 80px;
    text-align: center;
}

#privacyselect .privacy-select-wrapper .excerpt {
	margin-top: 40px;
}

#privacyselect .privacy-select-popup {
	display: block;
	margin-top: 20px;
	color: #03162F;
	font-size: 14px;
}

#privacyselect .privacy-select-popup:hover {
	cursor: pointer;
	text-decoration: underline;
}

#privacyselect .privacy-select-wrapper .title.main-title {
	font-size: 32px;
	line-height: 38px;
	font-weight: 400;
}

#privacyselect .privacy-select-wrapper .excerpt {
    font-size: 14px;
    line-height: 1.75rem;
}

#privacyselect .privacy-select-wrapper .button {
	background: #00d2ff;
	margin: 30px auto 20px;
    border: 0;
	float: none;
	font-size: 16px;
	padding: 10px 0;
}

#privacyselect .privacy-select-wrapper .button:hover {
	background: #37adff;
}

#privacyselect .privacy-select-wrapper .button span {
    padding: 0;
	color: #fff;
}

#privacyselect .privacy-select-wrapper .button span:after {
	visibility: hidden;
	margin: 0;
	display: none;
}

#privacyselect .privacy-select-wrapper .button:hover a span {
    color: #fff;
}

@media screen and (max-width: 768px) {
	#privacyselect {
		width: 90%;
	}
}

@media screen and (max-width: 580px) {
	#privacyselect {
		top: 0;
		left: 0;
		max-height: unset;
		overflow-y: scroll;
		height: 100vh;
		width: 100%;
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
	
	#privacyselect .privacy-select-wrapper {
		padding: 40px;
	}
}


/* privacy policy */

.privacy-policy.sub-title {
	text-align: center;
}

.privacy-policy a {
    cursor: pointer;
    color: #9c9c9c;
	float: none;
	text-align: center;
}

#privacypolicy {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    background: #fff;
    width: 100%;
    padding: 0;
    max-width: 720px;
    max-height: 500px;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
    box-shadow: 0 10px 10px 10px rgba(0,0,0,0.25);
}

#privacypolicy.visible {
    display: block;
}

#privacypolicy .privacy-wrapper {
    position: relative;
    overflow-y: scroll;
    height: 420px;
	padding: 40px 80px 40px;
}

#privacypolicy .privacy-wrapper p,
#privacypolicy .privacy-wrapper li {
	color: #2d2c2a;
}

#privacypolicy .title.main-title {
    font-size: 24px;
}

#privacypolicy .title {
    margin-top: 30px;
	font-size: 16px;
	line-height: 22px;
    font-weight: 700;
}

#privacypolicy p,
#privacypolicy li {
    margin-top: 20px;
	line-height: 28px;
	font-size: 14px;
}

#privacypolicy ul {
    margin-top: 20px;
    margin-left: 20px;
    list-style-type: disc;
}

#privacypolicy li {
    margin-top: 0;
    line-height: 28px;
}

#privacypolicy .policyoptions {
	text-align: center;
}

#privacypolicy .policyoptions .button {
	background: #00d2ff;
	margin: 40px auto 20px;
    border: 0;
	float: none;
	font-size: 16px;
	padding: 10px 0;
}

#privacypolicy .policyoptions .button:hover {
	background: #37adff;
}

#privacypolicy .policyoptions .button span {
    padding: 0;
	color: #fff;
}

#privacypolicy .policyoptions .button span:after {
	visibility: hidden;
	margin: 0;
	display: none;
}

#privacypolicy .policyoptions .button:hover span {
    color: #fff;
}

.privacypopup {
	cursor: pointer;
    display: block;
    color: #03162F;
    margin-top: 10px;
    font-size: 16px;
	font-weight: 400;
}

.sub-title.privacy-policy a,
.privacypopup-accepted,
.privacy-area .privacypopup {
    margin-top: 0;
    font-size: 11px;
	font-weight: 400;
}

.sub-title.privacy-policy a:hover {
	color: #fff;
}

.privacypopup:hover {
	text-decoration: underline;
    color: #03162F;
}

#privacypolicy .privacy-close {
	display: block;
	margin-top: 20px;
	color: #03162F;
	font-size: 14px;
}

#privacypolicy .privacy-close:hover {
	cursor: pointer;
	text-decoration: underline;
}

.privacy-wrapper .closeaccepted {
	background: #c00;
	padding: 1px 15px;
	position: absolute;
	top: 40px;
	right: 35px;
}

.privacy-wrapper .closeaccepted {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.privacy-wrapper .closeaccepted:hover {
	cursor: pointer;
}

@media screen and (max-width: 520px) {
	#privacypolicy {
		top: 0;
		left: 0;
		max-height: unset;
		overflow-y: scroll;
		height: 100vh;
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
	
	#privacypolicy .privacy-wrapper {
		padding: 40px;
	}
}


/* privacy policy popover */

html,
body {
    overflow: auto;
    height: auto;
}

html.disabled,
body.disabled {
    overflow: hidden;
    height: 100%;
}




/* footer */

#main-footer .separator {
	border-top: 1px solid #ccc;
	padding-bottom: 40px;
	margin-top: 30px;
	width: 100%;
}

#main-footer {
	background: #666;
	border-top: solid 4px #ccc;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	background-attachment: fixed;
	background-size: cover;
	background-position: top center;
}

#main-footer .footer-cols .col {
	width: 25%;
}

#main-footer .footer-cols .col:last-child {
	width: 40%;
}

#main-footer .container {
	padding: 60px 5%;
	padding-bottom: 40px !important;
}

#main-footer .copyright {
	font-size: 1.1em;
	line-height: 18px;
	color: #fff;
	text-align: center;
	font-family: 'Lato',sans-serif;
	font-weight: 400;
}

#main-footer .copyright span,
#main-footer #currentyear {
	display: inline-block;
}


#main-footer .separator-image {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}

@media screen and (max-width: 1350px) {
	#main-footer .footer-cols .col {
		width: 30%;
	}

	#main-footer .footer-cols .col:last-child {
		width: 20%;
	}
}

@media screen and (max-width: 1135px) {
	#main-footer .footer-cols .col:first-child {
		width: 25%;
	}

	#main-footer .footer-cols .col {
		width: 36%;
	}

	#main-footer .footer-cols .col:last-child {
		width: 25%;
	}
}

@media screen and (max-width: 955px) {
	#main-footer .footer-cols .col:first-child {
		width: 20%;
	}

	#main-footer .footer-cols .col {
		width: 40%;
	}

	#main-footer .footer-cols .col:last-child {
		width: 10%;
	}
}

@media screen and (max-width: 955px) {
	#main-footer .footer-cols .col:first-child {
		width: 20%;
	}

	#main-footer .footer-cols .col {
		width: 40%;
	}

	#main-footer .footer-cols .col:last-child {
		width: 10%;
	}
	#footer-nav li:first-child {
		display: block;
		font-size: 1.4em !important;
		font-family: 'Lato', sans-serif;
		color: #fff;
	}
	#footer-nav li {
		display: block;
		font-size: 1em !important;
		font-family: 'Lato', sans-serif;
		color: #fff;
	}
}

@media screen and (max-width: 788px) {
	#footer-nav li:first-child {
		font-size: 1.8em !important;
		margin-bottom: 5px;
	}	
		#footer-nav li {
		font-size: 1.4em !important;
	}
	#main-footer .footer-cols .col {
		width: 100%;
		margin-left: 0px;
		margin-bottom: 50px;
	}
	#main-footer .footer-cols .col:first-child {
		width: 100%;
	}
	#footer-nav {
		width: 60%;
		margin: 0 auto;
	}#main-footer .footer-cols .col:last-child {
		width: 100%;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	#main-footer .footer-cols .col:last-child .footer-nav {
		height: 60px;
	}
		#main-footer .footer-cols .col:nth-child(2) {
		margin-bottom: 0px;
	}
	.inventis {
		margin-top: 50px;
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 580px) {
	#main-footer {
		padding-bottom: 75px;
	}
}


/* footer menu */

#footer-nav ul {
	list-style-type: none;
	text-align: left;
}

#footer-nav li {
	display: block;
	font-size: 1.1em;
	font-family: 'Lato', sans-serif;
	color: #fff;
}

#footer-nav li:first-child {
	margin-left: 0;
	font-family: 'Cinzel Decorative',serif;
	color: #fff;
	font-weight: 600;
	text-transform: none;
	font-size: 1.8em;
	margin-bottom: 10px;
	text-align: center;
}

#footer-nav li a {
	display: block;
	color: #fff;
}

#footer-nav .image img {
	width: 250px;
	margin-top: 20px;
}

#footer-nav li a span {
	padding: 20px 0;
}

@media screen and (max-width: 788px) {
	#footer-nav {
		text-align: center;
		width: 80%;
		}
	#footer-nav li:first-child {
		font-size: 1.8em !important;
		margin-bottom: 5px;
	}	
		#footer-nav li {
		font-size: 1.2em !important;
		text-align: center;
	}
	.time {
		display: block !important;
		width: 100%;
	}
}


@media screen and (max-width: 768px) {
	#main-footer .copyright {
		font-size: 1em;
	}
}


/* back to top */

.back-to-top {
	display: none;
	position: fixed;
	left: auto;
	right: 30px;
	bottom: 30px;
	text-align: center;
	height: 40px;
	width: 40px;
	background: #666;
	border: 2px solid #ccc;
	z-index: 9999;
	color: #ccc;
	padding-top: 2px;
	transition: 0.2s;
	-moz-transition: 0.2s;
}

.back-to-top:hover {
	background: #ccc;
	border: 2px solid #666;
	color: #666;
}

@media screen and (max-width: 580px) {
	.back-to-top {
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 45px;
		line-height: 50px;
		border: 0;
		border-top: solid 2px #fff;
	}
	.back-to-top:after {
		font-size: 28px;
	}
}


/* Error message box */

.ucf .message .errors {
	background: #D60A0A;
	color: #fff;
	border: solid 1px #ccc;
	border-radius: 5px;
	padding: 20px;
	border-radius: 5px;
	padding: 10px;
	line-height: 18px;
	font-size: 14px;
}

.ucf .message .errors p {
	color: #D60A0A;
}

/* Success message box */

.ucf .message .success {
	background: #ccc;
	color: #000;
	border: none;
	border-radius: 5px;
	padding: 10px;
	line-height: 18px;
	font-size: 14px;
}

.ucf .message .success p {
	color: #000;
}

/* Form */
.ucf * {
	outline: none;
}
.ucf fieldset {
	max-width: 1000px;
	margin: 0px auto;
}
.ucf legend {
	font-weight: bold;
	padding: 10px;
}
.ucf .field-wrapper {
	clear: both;
	margin-top: 0;
	line-height: 2em;
	padding: 0;
	box-sizing: border-box;
}
.ucf .field-wrapper label span {
	display: block;
	width: 100%;
}
.ucf .field-wrapper input[type=text],
.ucf .field-wrapper input[type=tel],
.ucf .field-wrapper input[type=email],
.ucf .field-wrapper input[type=password],
.ucf .field-wrapper textarea,
.ucf .field-wrapper select {
	border: solid 1px #ccc;
	padding: 10px;
	transition: all .3s ease-in-out;
}
.ucf .field-wrapper input[type=text]:focus,
.ucf .field-wrapper input[type=tel]:focus,
.ucf .field-wrapper input[type=email]:focus,
.ucf .field-wrapper input[type=password]:focus,
.ucf .field-wrapper textarea:focus,
.ucf .field-wrapper select:focus {
	border: solid 1px #333;
}
@media (max-width:1260px) {
	.ucf .trio {
		width: 100% !important;
		display: inline-block!important;
	}
}
@media ( max-width: 768px) {
	.ucf fieldset {
		padding: 10px;
	}
	
	.ucf .field-wrapper {
		margin-bottom: 20px;
	}
	
	.ucf .field-wrapper input[type=text],
	.ucf .field-wrapper input[type=tel],
	.ucf .field-wrapper input[type=email],
	.ucf .field-wrapper input[type=password],
	.ucf .field-wrapper textarea {
		width: 150px;
	}
	
	.ucf .field-wrapper select {
		width: 170px;
	}
}
@media ( min-width: 481px) {
	.ucf .field-wrapper {
		margin-bottom: 20px;
	}
	
	.ucf .field-wrapper input[type=text],
	.ucf .field-wrapper input[type=tel],
	.ucf .field-wrapper input[type=email],
	.ucf .field-wrapper input[type=password],
	.ucf .field-wrapper textarea {
		width: 200px;
	}
	
	.ucf .field-wrapper select {
		width: 220px;
	}
}

/* Select 2 overrides */
.select2 {
	margin-bottom: 20px;
}
.select2-container .selection,
.select2-container .select2-selection {
	width: 100% !important;
}
.select2-search__field:focus {
	outline: none;
}

/* Honey trap field */
.ucf .hey-honey {
	left: -9999px;
	position: absolute;
}

/* Button */
.ucf button[type=submit] {
	background-color: #ccc;
    border: none;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    display: inline-block;
    transition: 0.3s;
    -moz-transition: 0.3s;
    color: #000;
	cursor: pointer;
	width: 220px;
	font-size: 1.3em;
}

.ucf button[type=submit]:hover {
	background: #666;
	color: #fff;
}

.ucf button[type=submit].complete {
	background-color: #666;
	color: #fff;
	cursor: default;
}

.ucf button.secondary {
	margin-left: 20px;
	display: inline-block;
	width: auto;
	height: auto;
	border: 2px solid #fff;
	background: none;
	padding: 15px;
	font-size: 12px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: none;
}

.ucf button.secondary:hover {
	background: #ddd;
}

::-moz-selection {
	background: #666;
	color: #FFFFFF;
}

::selection {
	background: #666;
	color: #FFFFFF;
}

#map .gmap {
    position: relative;
    padding-bottom: 23%;
    height: 0;
    overflow: hidden;
}

#map .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#map .col {
    width: 100%;
}

#map .row [class*='col']:last-child {
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	#map .gmap {
		padding-bottom: 55%;
	}
	#maps .col {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	#map .gmap {
		padding-bottom: 80%;
	}
}