body {
	font-family: 'Raleway', 'Muli', 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.45;
	-webkit-font-smoothing: subpixel-antialiased;
}

body:after {
	content: "";
	visibility: hidden;
	opacity: 0;
	transition: all .2s ease-in-out;
}

body.menu-is-open:after {
	visibility: visible;
	opacity: 1;
	background: rgba(75, 142, 166, 0.35);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

a {
color: white;
}

h1,h2,h3,h4,h5 {
	font-family: 'Quicksand', sans-serif;
}
@media (min-width: 992px) {
	.row-vcenter {
		display: flex;
		align-items: center;
	}
}

img {
	max-width: 100%;
}

.btn-meme {
	border: 1px solid white;
	color: white;
	font-family: 'Raleway', sans-serif;
	padding: 10px 20px;
	border-radius: 0;
	transition: all .3s ease-in-out;
	line-height: 24px;
	height: 42px;
	overflow: hidden;
}

.btn-meme:focus {
	color: white;
}
.btn-meme:hover, .btn-meme:active {
	color: #414150;
	background: white;
	font-weight: bold;
}

.btn-meme span {
	transition: transform .2s ease-in-out;
	transform: translateY(0%);
	display: block;
}

.btn-meme.active span {
	transform: translateY(-27px);
}

.hamburger-icon__toggle {
	position: absolute;
	top: 5px;
	right: 0;
	width: 35px;
	height: 35px;
	padding: 5px 3px 0 0;
	/*z-index: 1000;*/
	/*position: fixed;*/
}
.hamburger-icon__toggle.active {
	opacity: 0;
}
.hamburger-icon {
	width: 30px;
	height: 22px;
	position: relative;
	display: block;
}
.hamburger-icon:hover .line-1, .hamburger-icon:focus .line-1 {
  transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
}
.hamburger-icon:hover .line-3, .hamburger-icon:focus .line-3 {
  transform: translateY(1px);
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
}
.hamburger-icon .line {
	display: block;
	background: #FFF;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 0;
	border-radius: 1px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
.hamburger-icon .line.line-1 {
	top: 2px;
}
.hamburger-icon .line.line-2 {
	top: 50%;
}
.hamburger-icon .line.line-3 {
	top: 21px;
}
.hamburger-icon.active .line-1 {
	transform: translateY(9px) translateX(0) rotate(45deg);
	-webkit-transform: translateY(9px) translateX(0) rotate(45deg);
	-moz-transform: translateY(9px) translateX(0) rotate(45deg);
}
.hamburger-icon.active .line-2 {
	opacity: 0;
}
.hamburger-icon.active .line-3 {
	transform: translateY(-10px) translateX(0) rotate(-45deg);
	-webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
	-moz-transform: translateY(-10px) translateX(0) rotate(-45deg);
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 2;
	transition: all 0.3s ease-in-out;
	height: 170px;
	padding-top: 70px;
	background-color: transparent;
}
header.sticky {
	top: 0;
	padding-top: 0px;
	padding-bottom: 10px;
	background: #707482;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid rgba(255,255,255,0.2); /* Not sure..*/
}
header.sticky .site-logo {
	width: 42px;
}

.site-nav {
	background: #4FA49A;
	background: #4B8EA6;
	width: 280px;
	height: 100%;
	height: 100vh;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 3000;
	transform:translateX(280px) translateZ(0);
	transition: all .3s ease-in-out;
	overflow-y: auto;
	padding-top: 48px;
}
.site-nav.is-open {
	transform:translateX(0px);
}
.site-nav a {
	display: block;
	color: white;
	padding: 10px 15px;
	height: 48px;
	line-height: 48px;
	text-decoration: none;
	line-height: 1.45;
}
.site-nav a.hamburger-icon {
	float: right;
	position: relative;
	top: -38px;
	margin-right: 10px;
	background: none!important;
}
.site-nav a:hover {
	color: #4B8EA6;
	background: white;
	font-weight: bold;
}

.site-header {
	/*background-image: url('images/main-bg.jpg');
	background-image: linear-gradient(20deg, #74767D 3%, #363B4E 33%, #242A3A);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;*/
	background-color: #242A3A;
	padding-top: 160px;
	padding-bottom: 30px;
	color: white;
}
.work-header {
	/*background-image: url('images/main-bg.jpg');
	/*background-image: linear-gradient(20deg, #9dc66b 3%, #4fa49a 33%, #4361c2);*/
	/*background-size: cover;
	background-position: center;
	background-repeat: no-repeat;*/
	/*padding-top: 160px;*/
	/*padding-bottom: 30px;*/
	background-color: #111926;
	color: white;
}
.site-logo {
	/*width: 148px; //Was for with text*/
	width: 100px;
	margin: 0 auto;
	transition: all 0.25s ease-in-out;
}
.site-logo img {
	max-width: 100%;
}
.site-header__content {
	text-align: center;
	margin: 60px auto 30px;
	max-width: 800px;
}
.work-header__content {
	text-align: left;
	/*margin: 60px auto 30px;*/
	max-width: 800px;
}
.site-header__content h1 {
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 24px;
}
.work-header__content h1 {
	text-transform: uppercase;
	/*margin-bottom: 30px;*/
	font-size: 24px;
}
@media (min-width: 992px) {
	.work-header__content h1 {
		font-size: 40px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
@media (min-width: 992px) {
	.site-header__content h1 {
		font-size: 45px;
	}
}
.site-header__content .btn {
	margin-top: 30px;
}
@media (min-width: 992px) {
	.site-header__content .btn {
		margin-top: 90px;
	}

}


/*Portfolio sections*/

.work {
	background: #707482;
}

.work.-dark {
	background: #242A3A;
	/*or #4B8EA6???*/
}
.work.-no-image.-dark {
	background: #242A3A;
}
.work.-no-image.-color {

	background: #4fa49a;
}
.work.-no-image {
	/*background-image: linear-gradient(20deg,#9dc66b 3%,#4fa49a 33%,#9dc66b 3%,
		#4361c2);*/
	/*background-image: linear-gradient( 20deg, #9dc66b 2%, #4fa49a 37%, #9dc66b 101%, #4fa49a 801%, #4fa49a 1471%);*/
	/*background-image: linear-gradient( 21deg, #7AB780 8%, #4FA49A 50%, #9dc66b 100%, #4FA49A 1420%);*/
	/*COLOURS FROM BEFORE*/
	background: #707482;
}
@media (max-width: 992px) {
.work.-no-image .row {
	margin: 0;
}
}
.work.-no-image .work-content h2 {
	margin-top: 0;
}
.work.-no-image .work-content {
	text-align: center;
	border: 5px solid white;
	margin: 45px auto;
	width: 100%;
	max-width: 900px;
	padding: 30px 15px;
}
@media (min-width: 992px) {
	.work.-no-image .work-content {
		padding: 30px 80px;
	}
}

.work-image {
	height: 0;
	padding-bottom: 62%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 15px;
}
@media (min-width: 992px) {
	.work-image {
		padding-bottom: 34%;
		margin-top: 0;
	}
}
.work-content {
	color: white;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 55px;
}
.work-content h2 {
	margin-bottom: 20px;
	font-size: 25px;
}
@media (min-width: 992px) {
	.work-content h2 {
		font-size: 30px;
	}
}
.work-content .btn {
	margin-top: 30px;
}



.work-detail {
	padding-bottom: 30px;
	color: white;
	text-align: left;
}
@media (min-width: 992px) {
.work-detail {
	margin-top: 30px;
}
}

.next, .prev {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	transform: rotate(45deg);
	width: 25px;
	height: 25px;
	z-index: 105;
	cursor: pointer;
}

.next {
	right: 20px;
	border-top: 3px solid white;
	border-right: 3px solid white;
}
.prev {
	left: 20px;
	border-bottom: 3px solid white;
	border-left: 3px solid white;
}

.cycle-slideshow {
	z-index: 0;
	overflow: hidden;
	min-height: 300px;
}

.cycle-pager {
	margin: 15px 15px 0 0;
	display: block;
	float: left;
	border: 2px solid transparent;
	height: 100px;
	width: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media (max-width: 720px) {
.cycle-pager {
	margin-bottom: 30px;
}
}
.cycle-pager:last-child {
	margin-right: 0;
}
.cycle-pager.cycle-pager-active {
	border-color: white;
}

.text-section {
	background-color: #4fa49a;
	color: white;
	text-align: center;
	padding-bottom: 50px;
}
.text-section.-two {
	background-color: #242A3A;/*#9dc66b;*/
}
.text-section h2 {
	color: white;
	text-align: center;
	text-transform: uppercase;
	border: 4px solid white;
	padding: 5px 15px;
	display: inline-block;
	margin-bottom: 30px;
	margin-top: 50px;
}

.tal {
	text-align: left;
}

.column-md-2 {
	margin: 30px 0 0 0;
	padding: 0;
}

.column-md-2 li {
	display: block;
}
@media (min-width: 768px) {

.column-md-2 li {
	display: block;
	width: 50%;
	float: left;
	margin: 15px 0 15px;
	padding: 0 15px;
}
}
.column-md-2 li {
	padding-left: 35px;
	position: relative;
}
.column-md-2 li.clearfix {
	width: 100%;
}
.column-md-2 li.clearfix:before {
	display: none;
}
.column-md-2 li:before {
	position: absolute;
	content: "";
	background-color: white;
	width: 22px;
	height: 22px;
	left: 0;
	top: 2px;
	transform: rotate(45deg);
}
.column-md-2 li h3 {
	margin-top: 0;
}
.column-md-2 li p {
}

.site-footer {
	background-color: #333;
	background-color: #707482;
	padding: 30px 0;
	color: white;
	font-size: 16px;
}

.site-footer a {
	color: white;
	text-decoration: none;
}
.site-footer a:hover {
	color: #4fa49a;
}
.footer-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 14px;
}
.footer-content .social {
	width: 100%;
	text-align: center;
}
.footer-content .social a {
	display: inline-block;
	margin: 0 10px;
}
@media (min-width: 992px) {
.footer-content .social {
	width: 250px;
	text-align: right;
}
.footer-content {
	font-size: 16px;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.footer-content a img{
	transition: opacity .2s ease-in-out;
}
.footer-content a img:hover{
	opacity: 0.8;
}
}
