 @charset "utf-8"; 


/* Rows
--------------------------------------------------------------------------------------------------------------- */

.row1 {
	border-top: 1px solid;
}


.row3 {
	border-bottom: 1px solid;
}

.row4 {
	border-bottom: 1px solid;
}



/* Header
--------------------------------------------------------------------------------------------------------------- */
#header {
	padding: 50px 0;
}



#header #logo * {
	margin: 0;
	padding: 0;
	line-height: 1;
}

#header #logo h1 {
	margin-top: -10px;
}

#header #logo p {
	font-size: .8rem;
	text-transform: capitalize;
}

#header ul li div {
	position: relative;
	min-height: 45px;
	padding: 0 0 0 60px;
	line-height: 1;
}

#header ul li div i {
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	line-height: 43px;
	font-size: 16px;
	text-align: center;
	border: 1px solid;
	border-radius: 50%;
}

#header ul li div span {
	display: block;
	padding: 4px 0 0 0;
}

#header ul li div strong {
	display: block;
	margin: 0 0 8px 0;
}

#header div:last-child {
	margin-bottom: 0;
}

/* Used when elements stack in small viewports */


/* Page Intro
--------------------------------------------------------------------------------------------------------------- */
/* #pageintro {
	padding: 220px 0;
}


#pageintro .heading {
	font-size: 5rem;
	font-weight: 700;
}

#pageintro footer {
	margin-top: 50px;
}
 */





/* Used when elements stack in smaller viewports */
/* #testimonials blockquote {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 0 30px 0;
	padding: 20px;
	line-height: 1.4;
	z-index: 1;
} */

/* #testimonials blockquote::before {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
	font-size: 32px;
	line-height: 32px;
	content: "\f10d";
	z-index: -1;
} */

/* #testimonials blockquote::after {
	display: block;
	position: absolute;
	bottom: -15px;
	left: 30px;
	width: 0;
	height: 0;
	content: "";
	border: 15px solid transparent;
	border-bottom: none;
} */


/* Footer
--------------------------------------------------------------------------------------------------------------- */
#footer {
	padding: 80px 0;
}

 #footer .heading {
	margin-bottom: 50px;
} 

#footer .logoname {
	margin: -12px 0 35px;
}

#footer .logoname * {
	margin: 0;
	padding: 0;
	line-height: 1;
}

#footer .linklist li {
	display: block;
	margin-bottom: 15px;
	padding: 0 0 15px 0;
	border-bottom: 1px solid;
}

#footer .linklist li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

#footer .linklist li::before,
#footer .linklist li::after {
	display: table;
	content: "";
}

#footer .linklist li,
#footer .linklist li::after {
	clear: both;
}



#footer .contact.linklist li {
	margin-bottom: 10px;
}

#footer .contact.linklist li,
#footer .contact.linklist li:last-child {
	position: relative;
	padding-left: 40px;
}

#footer .contact li * {
	margin: 0;
	padding: 0;
	line-height: 1.6;
}

#footer .contact li i {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	font-size: 16px;
	text-align: center;
}


/* Copyright
--------------------------------------------------------------------------------------------------------------- */
#copyright {
	padding: 20px 0;
}

#copyright * {
	margin: 0;
	padding: 0;
}


/* Transition Fade
This gives a smooth transition to "ALL" elements used in the layout - other than the navigation form used in mobile devices
If you don't want it to fade all elements, you have to list the ones you want to be faded individually
Delete it completely to stop fading
--------------------------------------------------------------------------------------------------------------- */
*,
*::before,
*::after {
	transition: all .3s ease-in-out;
}

#mainav form * {
	transition: none !important;
}



/* Gallery
--------------------------------------------------------------------------------------------------------------- */
/* #gallery {
	display: block;
	width: 100%;
	margin-bottom: 50px;
}

#gallery figure figcaption {
	display: block;
	width: 100%;
	clear: both;
}

#gallery li {
	margin-bottom: 30px;
}
 




  


/* Font Awesome Social Icons
--------------------------------------------------------------------------------------------------------------- */
.faico {
	margin: 0;
	padding: 0;
	list-style: none;
}

.faico li {
	display: inline-block;
	margin: 8px 5px 0 0;
	padding: 0;
	line-height: normal;
}

.faico li:last-child {
	margin-right: 0;
}

.faico a {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	text-align: center;
}

.faico a {
	color: #474747;
	background-color: #A8A8A8;
}

.faico a:hover {
	color: #FFFFFF;
}

.faicon-dribble:hover {
	background-color: #EA4C89;
}

.faicon-facebook:hover {
	background-color: #3B5998;
}

.faicon-google-plus:hover {
	background-color: #DB4A39;
}

.faicon-linkedin:hover {
	background-color: #0E76A8;
}

.faicon-twitter:hover {
	background-color: #00ACEE;
}

.faicon-vk:hover {
	background-color: #4E658E;
}



/* Colours
--------------------------------------------------------------------------------------------------------------- */


a {
	color: #6e9fc5;
} 

/* a:active,
a:focus {
	background: transparent;
} */

/* IE10 + 11 Bugfix - prevents grey background */
hr,
.borderedbox {
	border-color: #D7D7D7;
}

label span {
	color: #FF0000;
	background-color: inherit;
}

input:focus,
textarea:focus,
*:required:focus {
	border-color: #82B7DF;
}

.overlay {
	color: #FFFFFF;
	background-color: inherit;
}

.overlay::after {
	color: inherit;
	background-color: rgba(0, 0, 0, .55);
}

.overlay.dark::after {
	color: inherit;
	background-color: rgba(37, 100, 146, .85)
		/* #256492 */
	;
}

.overlay.light::after {
	background-color: rgba(130, 183, 223, .65)
		/* #82B7DF */
	;
}

.btn,
.btn.inverse:hover {
	color: #FFFFFF;
	background-color: #82B7DF;
	border-color: #82B7DF;
}

.btn:hover,
.btn.inverse {
	color: inherit;
	background-color: transparent;
	border-color: inherit;
}

.imgover:hover::before {
	background: rgba(37, 100, 146, .35)
		/* #256492 */
	;
}

.imgover,
.imgover:hover::after {
	color: #FFFFFF;
}

.heading.underline::after {
	background-color: #256492;
}

.logoname {
	color: inherit;
}

.logoname i {
	color: #256492;
}


/* Rows */
.row0 {
	color: #474747;
	background-color: #FFFFFF;
}

.row1 {
	color: #474747;
	background-color: #FFFFFF;
	border-color: rgba(0, 0, 0, .1);
}

.row2 {
	color: #474747;
	background-color: #F4F4F4;
}

.row3 {
	color: #474747;
	background-color: #FFFFFF;
	border-color: rgba(0, 0, 0, .1);
}

.row4 {
	color: #A8A8A8;
	background-color: #1C1D1F;
	border-color: rgba(255, 255, 255, .1);
}

.row5,
.row5 a {
	color: #A8A8A8;
	background-color: #151618;
}


/* Header */
#header #logo .logoname a {
	color: inherit;
}

#header ul li div i {
	border-color: rgba(0, 0, 0, .1);
}


/* Page Intro */
#pageintro {
	color: #FFFFFF;
}



/* Footer */
#footer .heading,
#footer .logoname a {
	color: #FFFFFF;
}

#footer hr,
#footer .borderedbox,
#footer .linklist li {
	border-color: rgba(255, 255, 255, .1);
}

/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Media Queries
--------------------------------------------------------------------------------------------------------------- */
@-ms-viewport {
	width: device-width;
}


/* Max Wrapper Width - Laptop, Desktop etc.
--------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:1140px) {
	.hoc {
		max-width: 1140px;
	}
}

@media screen and (min-width:978px) and (max-width:1140px) {
	.hoc {
		max-width: 95%;
	}
}

.fl_right a{
	color: deeppink;
}

/* Mobile Devices
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:978px) {
	.hoc {
		max-width: 90%;
	}


	#copyright p:first-of-type {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:790px) {

	.imgl,
	.imgr {
		display: inline-block;
		float: none;
		margin: 0 0 10px 0;
	}

	.fl_left,
	.fl_right {
		display: block;
		float: none;
	}

.fl_right a{
	color: deeppink;
}
	.group .group>*:last-child,
	.clear .clear>*:last-child,
	.clear .group>*:last-child,
	.group .clear>*:last-child {
		margin-bottom: 0;
	}

	/* Experimental - Needs more testing in different situations, stops double margin when stacking */
	.one_half,
	.one_third,
	.two_third,
	.one_quarter,
	.two_quarter,
	.three_quarter {
		display: block;
		float: none;
		width: auto;
		margin: 0 0 30px 0;
		padding: 0;
	}


	#pageintro {
		padding: 150px 0;
	}

	#pageintro .heading {
		font-size: 2rem;
	}

	.sectiontitle {
		max-width: none;
	}

	#shout article {
		max-width: none;
		margin: auto;
	}

	#shout article .heading {
		font-size: 2rem;
	}

	#services li:nth-last-child(-n+3) {
		margin-bottom: 30px;
	}

	#cta> :first-child {
		margin-top: 0;
		text-align: center;
	}

	#cta footer a {
		display: inline-block;
	}

	#footer {
		padding-bottom: 50px;
	}

	/* Not required, just looks a little better */
}


/* Other
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:650px) {
	.scrollable {
		display: block;
		width: 100%;
		margin: 0 0 30px 0;
		padding: 0 0 15px 0;
		overflow: auto;
		overflow-x: scroll;
	}

	.scrollable table {
		margin: 0;
		padding: 0;
		white-space: nowrap;
	}

	.inline li {
		display: block;
		margin-bottom: 10px;
	}

	.pushright li {
		margin-right: 0;
	}

	.font-x2 {
		font-size: 1.6rem;
	}

	.font-x3 {
		font-size: 1.8rem;
	}
}