﻿@charset "UTF-8";


@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/subset-FuturaPT-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/subset-FuturaPT-Medium.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/subset-FuturaPT-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/subset-FuturaPT-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Galada';
    src: url('../fonts/subset-Galada-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

:root {
	--gradient: linear-gradient(90deg, #7CC021 0%, #FC6 100%);
	--wide-section: 1440px;
}

html {
    -webkit-text-size-adjust: none;
}

html,
body {
	background: #fff;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: 'Futura PT', Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #535353;
	line-height: 1.3;
}

/* Main Wrapper */

#mainWrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	min-width: 320px;
	font-size: 16px;
	overflow: hidden;
}

@supports (overflow: clip) {
	#mainWrapper {
		overflow: clip;
	}
}

/* Section */

.section {
	position: relative;
	max-width: 1260px;
	margin: 0 auto;
}

/* Header */

#header {
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	z-index: 1000;
}

#header .section {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: var(--wide-section);
	height: 114px;
	padding: 15px 30px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#header .logo {
	display: block;
	width: 110px;
}

#header .logo img {
	display: block;
	width: 100%;
}

#header .options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	padding-left: 15px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#header .options .icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#header .options .ico {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 60px;
	height: 60px;
	margin-left: 10px;
	background: #7CC021;
	border-radius: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
}

#header .options .ico:hover {
	background-color: #71b40a;
}

#header .options .linkBtn {
	margin: 0 0 0 20px;
}

#header .popup {
	position: absolute;
	top: 100%;
	right: 0;
	width: 366px;
	padding: 20px;
	border-radius: 0px 0px 30px 30px;
	background: -o-linear-gradient(305deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.40) 97.82%);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.40) 97.82%);
	-webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.45);
	        box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.45);
	-webkit-backdrop-filter: blur(2px);
	        backdrop-filter: blur(2px);
}

#header .popup * {
	color: #000;
}

#header .popup .textbox,
#header .popup select {
	border-color: #000;
	color: #000;
}

.textbox,
select {
	display: block;
	margin: 0;
	padding: 18px 27px;
	width: 100%;
	height: 60px;
	background: none no-repeat right center;
	font-family: 'Futura PT', Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	outline: none;
	color: #535353;
	border: 2px solid #7CC021;
	border-radius: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}

.textbox.searchIco {
	background-image: url(../images/textbox-search-ico.svg);
	padding-right: 45px;
}

textarea.textbox {
	height: 200px;
	resize: none;
	overflow: auto;
}

select {
	background: url(../images/dropdown-arrow.svg) no-repeat right center;
	padding-right: 45px;
	border-radius: 30px;
}

/* Range Slider */

.rangeSlider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 10px;
}

.rangeSlider span.name {
	margin-left: 29px;
}

.rangeSlider input {
	margin: 0 13px;
	padding: 0;
	border-radius: 0;
	border: 0;
	width: 60px;
	font-family: 'Futura PT', Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #535353;
	text-align: center;
	background: none;
	border-bottom: 3px solid #7CC021;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}

.rangeSlider input.priceRange {
	width: 100%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.irs {
	width: 100%;
	height: 21px;
}

.irs.irs--flat {
	margin: 30px 0 0;
}

.irs .irs-single {
	display: none;
}

.irs .irs-line,
.irs .irs-bar {
	top: 9px;
}

.irs .irs-bar {
	height: 3px;
	background: #7CC021;
}
.irs .irs-handle {
	background: #7CC021;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	top: 0;
	cursor: pointer;
}

.irs .irs-handle i {
	display: none !important;
}

.irs-min,
.irs-max {
	display: none;
}

.irs .irs-line {
	height: 3px;
	background: #535353;
}

.irs .irs-from, .irs .irs-to {
	display: none;
}

#header .popup .actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 29px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#header .popup .actions .linkBtn {
	margin-left: 10px;
}

/* Content */

.content .section {
	padding-top: 90px;
	padding-bottom: 90px;
}

.content .section>:last-child {
	margin-bottom: 0;
}

.content.textured,
#category {
	background: url(../images/texture.png) no-repeat center top;
	background-size: cover;
}

/* Contact */

#contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#contact .image {
	position: relative;
	width: 520px;
	border-radius: 30px;
	overflow: hidden;
}

#contact .image img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center top;
	   object-position: center top;
}

#contact .form {
	margin-left: auto;
	width: 670px;
}

#contact .form h4 {
	margin: 0 0 10px;
}

#contact .form h5 {
	font-weight: normal;
	color: #535353;
}

#contact .form>:last-child {
	margin-bottom: 0;
}

/* Fields */

.fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -10px;
}

.fields.withTips {
	padding-right: 26px;
}

.fields .field {
	position: relative;
	width: 100%;
	padding: 0 10px;
	margin-bottom: 20px;
}

.fields .field .toolTip {
	position: absolute;
	right: -15px;
	top: 22px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: url(../images/question-mark.svg) no-repeat;
}

.fields .field.half {
	width: 50%;
}

.fields .field .textbox {
	margin: 0;
}

/* File Upload */

.fileUpload {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 60px;
	border-radius: 30px;
	text-align: left;
	border: 2px dashed #7CC021;
	cursor: pointer;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 18px 27px;
}

.fileUpload:before {
	content: "";
	position: absolute;
	right: 36px;
	top: 17px;
	width: 16px;
	height: 16px;
	background: url(../images/upload-ico.svg) no-repeat;
}

.fileUpload .fileObject {
	display: none;
}

/* Check Condition */

.checkCondition {
	position: relative;
	display: block;
	cursor: pointer;
	margin-left: 27px;
	margin-bottom: 30px;
	padding-left: 29px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.checkCondition:before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 12px;
	height: 12px;
	border: 3px solid #7CC021;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.checkCondition.active:before {
	background-color: #7CC021;
}

/* Image Text */

.imageText {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 50px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.imageText .image {
	width: 500px;
}

.imageText .image img {
	display: block;
	width: 100%;
}

.imageText .text {
	margin-left: auto;
	width: 600px;
	font-size: 24px;
}

/* Tags */

.tags {
	margin: 0 -5px 21px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	font-size: 16px;
}

.tags li {
	margin: 0 0 10px;
	padding: 0 5px;
	list-style: none;
}

.tags li a {
	display: block;
	border: 1px solid #000;
	border-radius: 30px;
	padding: 4px 15px;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.tags li a:hover {
	background-color: #000;
	color: #fff;
}

/* Welcome */

#welcome {
	text-align: center;
}

#welcome .section {
	padding-top: 70px;
	padding-bottom: 70px;
}

#welcome .section:last-child {
	margin-bottom: 0;
}

#welcome h4 {
	max-width: 792px;
	margin: 0 auto;
	font-weight: 800;
}

/* Image Upload */

#imageUpload {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#imageUpload .text {
	width: 524px;
	font-size: 24px;
}

#imageUpload .form {
	margin-left: auto;
	width: 670px;
}

/* Join */

#signup {
	position: relative;
	z-index: 1;
}

#signup:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.1);
}

#signup * {
	color: #fff;
}

#signup .section {
	padding-top: 170px;
	padding-bottom: 170px;
}

#signup video {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center top;
	   object-position: center top;
	z-index: -1;
}

#signup .overlay {
	max-width: 800px;
	text-align: left;
}

#signup .overlay h2 {
	text-transform: uppercase;
}

#signup .overlay>:last-child {
	margin-bottom: 0;
}

#signup .overlay .linkBtn {
	margin-top: 30px;
}

/* Search Bar */

#searchBar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 483px;
	text-align: center;
}

#searchBar * {
	color: #fff;
}

#searchBar .inner {
	width: 717px;
	padding-top: 70px;
	padding-bottom: 70px;
}

#searchBar h5 {
	font-size: 24px;
}

#searchBar .production {
	width: 50%;
	border-right: 3px solid #fff;
	background: url(../images/production-image.jpg) no-repeat center bottom;
	background-size: cover;
}

#searchBar .production .inner {
	margin-left: auto;
}

#searchBar .photographers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	width: 50%;
	border-left: 3px solid #fff;
	background: url(../images/photographers-image.jpg) no-repeat center bottom;
	background-size: cover;
}

/* Search Box */

.searchBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 470px;
	margin: 0 auto;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.searchBox .query {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin: 0;
	padding: 0 30px;
	width: 100%;
	height: 60px;
	outline: none;
	font-family: 'Futura PT', Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	border-radius: 30px;
	border: 2px solid #7CC021;
	background: -o-linear-gradient(359deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.05) 99.86%);
	background: linear-gradient(91deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.05) 99.86%);
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	-webkit-backdrop-filter: blur(2px);
	        backdrop-filter: blur(2px);
}

.searchBox .submitBtn {
	margin: 0 0 0 10px;
	padding: 0;
	width: 60px;
	height: 60px;
	background: #7CC021 url(../images/search-ico.svg) no-repeat center;
	text-indent: -9999em;
	border: none;
	border-radius: 100%;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
}

.searchBox .submitBtn:hover {
	background-color: #71b40a;
}

.searchBox .info {
	width: 100%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin-left: 16px;
	margin-top: 10px;
}

.searchBox .info>:last-child {
	margin-bottom: 0;
}

.searchBox.orangeVersion .query {
	border-color:#FC6;
}

.searchBox.orangeVersion .submitBtn {
	background-color:#FC6;
}

.searchBox.orangeVersion .submitBtn:hover {
	background-color: #f0bd58;
}

/* Services */

#services {
	position: relative;
	z-index: 1;
}

#services:before,
#services:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	background: no-repeat center top;
	background-size: cover;
	z-index: -1;
}

#services:before {
	left: 0;
	background-image: url(../images/green-lines.png);
}

#services:after {
	right: 0;
	background-image: url(../images/orange-lines.png);
}

#services .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 60px;
	padding-bottom: 60px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	text-align: center;
	--col-width: 570px;
}

#services .production,
#services .artistic {
	width: var(--col-width);
}

#services .logo {
	display: inline-block;
	margin: 0 auto 55px;
}

#services .logo img {
	display: block;
	width: 174px;
	margin: 0 auto;
}

#services .logo h5 {
	color: #000;
	margin: 13px 0 0;
}

#services .artistic .logo h5 {
	font-family: 'Galada', cursive;
	font-weight: normal;
}

#services .items li {
	width: 50%;
}

#services .items li .linkBtn {
	margin-left: 20px;
	margin-right: 20px;
}

/* Category */

#category {
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#category .section {
	padding-top: 60px;
	padding-bottom: 25px;
	text-align: center;
}

#category .section>:last-child {
	margin-bottom: 0;
}

#category .searchBox {
	max-width: 880px;
	margin: 0 auto 20px;
}

#category .filters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#category .filters .filter {
	width: 175px;
	margin: 0 10px 20px;
}

#category .searchBtn {
	min-width: 218px;
}

/* Not Found */

#notFound {
	background: url(../images/not-found-bg.jpg) no-repeat center top;
	background-size: cover;
	text-align: center;
}

#notFound * {
	color: #fff;
}

#notFound .section {
	min-height: 463px;
	padding-top: 65px;
	padding-bottom: 65px;
}

#notFound .searchBox {
	margin-top: 40px;
}

/* With Sidebar */

.withSidebar {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.withSidebar .left {
	width: 400px;
	position: sticky;
	top: 20px;
}

.withSidebar .right {
	margin-left: auto;
	width: 790px;
}

.withSidebar .left .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.withSidebar .left .title h4 {
	margin-right: 15px;
}

.withSidebar .left .title .clearBtn {
	position: relative;
	margin-left: auto;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	padding: 3px 18px 3px 36px;
	margin-top: 6px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	border: 2px solid #000;
	border-radius: 30px;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.withSidebar .left .title .clearBtn:after {
	content: "";
	position: absolute;
	left: 19px;
	top: 8px;
	width: 11px;
	height: 11px;
	background: url(../images/cross-ico.svg) no-repeat;
}

.withSidebar .left .title .clearBtn:hover {
	background-color: #000;
	color: #fff;
}

.withSidebar .left .title .clearBtn:hover:after {
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
}

.findOut {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 30px;
	font-size: 24px;
	font-weight: bold;
	margin-top: 26px;
	padding: 15% 60px;
	color: #fff;
	text-align: center;
	z-index: 1;
}

.findOut:hover {
	color: #fff;
}

.findOut img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center top;
	   object-position: center top;
	z-index: -1;
	-webkit-transition: -webkit-transform 2s;
	transition: -webkit-transform 2s;
	-o-transition: transform 2s;
	transition: transform 2s;
	transition: transform 2s, -webkit-transform 2s;
}

.findOut p {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.66;
}

.findOut .linkBtn {
	margin-top: 20px;
}

.findOut>:last-child {
	margin-bottom: 0;
}

.findOut:hover img {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}

.findOut:hover .linkBtn {
	background-color: #fff;
	color: #535353 !important;
}

/* Search Listing */

.searchListing {
	margin: 0 -15px 30px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.searchListing li {
	margin: 0 0 30px;
	padding: 0 15px;
	list-style: none;
	width: 25%;
}

.searchListing li .inner {
	position: relative;
}

.searchListing li .image:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.33);
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.searchListing li .image {
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	z-index: 2;
}

.searchListing li .image img {
	position: relative;
	display: block;
	width: 100%;
}

.searchListing li .image .options {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 34px;
	background: url(../images/ellipsis-vertical.svg) no-repeat center;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.searchListing li .image .addCart {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 45px;
	height: 34px;
	background: url(../images/cart-plus.svg) no-repeat center;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.searchListing li .viewBtn {
	position: absolute;
	left: 0;
	right: 0;
	padding: 25% 10px 11px;
	top: 0;
	text-align: center;
	font-size: 12px;
	color: #535353;
	opacity: 0;
	border-radius: 0px 0px 30px 30px;
	background: -o-linear-gradient(305deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.40) 97.82%);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.40) 97.82%);
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.45);
	        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.45);
	-webkit-backdrop-filter: blur(2px);
	        backdrop-filter: blur(2px);
	z-index: 1;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.searchListing li .inner:hover {
	z-index: 3;
}

.searchListing li .inner:hover .image:before {
	opacity: 1;
}

.searchListing li .inner:hover .image .options,
.searchListing li .inner:hover .image .addCart {
	opacity: 1;
	visibility: visible;
}

.searchListing li .inner:hover .viewBtn {
	top: 81.71428571428571%;
	opacity: 1;
}

/* Categories */

.items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -35px -20px;
	padding: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	text-align: center;
}

.items li {
	margin: 0 0 45px;
	padding: 0 35px;
	list-style: none;
	width: 25%;
}

.items li a {
	display: block;
}

.items li .image {
	overflow: hidden;
	border-radius: 30px;
	margin-bottom: 22px;
}

.items li .image img {
	display: block;
	width: 100%;
	-webkit-transition: -webkit-transform 1.5s;
	transition: -webkit-transform 1.5s;
	-o-transition: transform 1.5s;
	transition: transform 1.5s;
	transition: transform 1.5s, -webkit-transform 1.5s;
}

.items li a:hover .image img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.items li a:hover .linkBtn {
	background-color: #71b40a;
	border-color: #71b40a;
}

.items li a:hover .linkBtnOrange {
	background-color: #f9c660;
	border-color: #f9c660;
}


/* For Mobile */

.forMobile {
	display: none !important;
}

/* Gallery */

.gallery {
	max-width: 995px;
	margin: 0 auto;
}

.gallery .images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
	padding: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.gallery .images li {
	padding: 0 15px;
	margin: 15px 0;
	list-style: none;
	width: 20%;
}

.gallery .images li a {
	display: block;
	border-radius: 30px;
	overflow: hidden;
}

.gallery .images li img {
	display: block;
	width: 100%;
	-webkit-transition: -webkit-transform 1.2s;
	transition: -webkit-transform 1.2s;
	-o-transition: transform 1.2s;
	transition: transform 1.2s;
	transition: transform 1.2s, -webkit-transform 1.2s;
}

.gallery .images li a:hover img {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2)
}

/* Accordion */

dl.accordion {
	margin: 0 0 33px;
	padding: 0;
	text-align: left;
}

dl.accordion dt,
dl.accordion dd {
	margin: 0;
	padding: 0;
}

dl.accordion dt {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	padding: 15.1px 0 15.1px 0;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

dl.accordion dt,
dl.accordion dd {
	border-bottom: 1px solid #000;
	padding-right: 28px;
}

dl.accordion dd {
	padding-right: 0;
	padding-left: 0;
}

dl.accordion dt h6 {
	margin: 0;
}

dl.accordion dt.opened {
	border-bottom-color: transparent;
}

dl.accordion dt:before,
dl.accordion dt:after {
	content: "";
	position: absolute;
	background: #000;
	border-radius: 5px;
	-webkit-transition: top 0.6s, -webkit-transform 0.6s;
	transition: top 0.6s, -webkit-transform 0.6s;
	-o-transition: transform 0.6s, top 0.6s;
	transition: transform 0.6s, top 0.6s;
	transition: transform 0.6s, top 0.6s, -webkit-transform 0.6s;
	-webkit-transform-origin: left bottom;
	    -ms-transform-origin: left bottom;
	        transform-origin: left bottom;
	width: 1px;
	height: 9px;
}

dl.accordion dt:before {
	right: 8px;
	top: 20px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg)
}

dl.accordion dt:after {
	right: 8px;
	top: 21px;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg)
}

dl.accordion dt.opened:before {
	-webkit-transform: rotate(130deg);
	    -ms-transform: rotate(130deg);
	        transform: rotate(130deg);
	top: 10px;
}

dl.accordion dt.opened:after {
	-webkit-transform: rotate(-130deg);
	    -ms-transform: rotate(-130deg);
	        transform: rotate(-130deg);
	top: 11px;
}

dl.accordion dt p {
	margin: 0;
	font-weight: 500;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

dl.accordion dd {
	display: none;
	padding-bottom: 1px;
}

/* Share */

#share {
	position: relative;
}

.divider {
	height: 15px;
	background: var(--gradient);
	-webkit-box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.25);
}

#share .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 100px 70px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#share .image {
	width: 520px;
	overflow: hidden;
	border-radius: 30px;
}

#share .image img {
	display: block;
	width: 100%;
}

#share .text {
	width: 480px;
	margin-left: auto;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	font-size: 24px;
}

#share .text .linkBtn {
	margin: 20px 0 0;
}

/* Join */

#join {
	background: url(../images/join-bg.jpg) no-repeat center top fixed;
	background-size: cover;
	text-align: center;
}

#join * {
	color: #fff;
}

#join .section {
	padding-top: 80px;
	padding-bottom: 80px;
}

#join h2 {
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#join .benefits {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 60px -50px 0;
	padding: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#join .benefits li {
	margin: 0 0 30px;
	padding: 0 50px;
	list-style: none;
	width: 33.33333333333333%;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.66;
	text-transform: uppercase;
}

#join .benefits li .ico {
	display: block;
	height: 60px;
	margin: 0 auto 30px;
}

/* Footer */

#footer:before {
	content: "";
	display: block;
	height: 10px;
	background: var(--gradient);
}

#footer .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 50px;
	max-width: var(--wide-section);
}

#footer .info {
	width: 294px;
	font-size: 13px;
	font-weight: 300;
	color: #000;
}

#footer .info>:last-child {
	margin-bottom: 0;
}

#footer .links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 130px;
}

#footer .links ul {
	margin: 0 60px 0 0;
	padding: 0;
}

#footer .links ul li {
	margin: 0 0 7px;
	padding: 0;
	list-style: none;
	font-size: 16px;
}

#footer .links ul li a {
	display: inline-block;
}

#footer .links ul li a:hover {
	text-decoration: underline;
}

#footer .options {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#footer .options .linkBtn {
	margin: 0 20px 0 0;
}

#footer .options .logo {
	display: block;
	width: 110px;
}

#footer .options .logo img {
	display: block;
	width: 100%;
}

/* Gradient Bar */

.gradientBar {
	text-align: center;
	background: var(--gradient);
	-webkit-box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.25);
}

.gradientBar * {
	color: #fff;
}

.gradientBar .section {
	padding-top: 18px;
	padding-bottom: 18px;
}

.gradientBar .section>:last-child {
	margin-bottom: 0;
}

/* Intro Text */

.introText {
	text-align: center;
	font-size: 24px;
	max-width: 1034px;
	margin: 0 auto 82px;
}

/* Two Cols */

.twoCols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 60px;
}

.twoCols .col {
	width: 530px;
}

/* Three Cols */

.threeCols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin: 0 -37px 60px;
}

.threeCols .col {
	width: 33.33333333333333%;
	padding: 0 37px;
}

/* Animations */

.tippy-box[data-animation=shift-away][data-state=hidden]{opacity:0}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top]{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom]{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left]{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right]{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}

/* Hamburger */

.hamburger {
	overflow: visible;
	margin-top: 3px;
	margin-left: 50px;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transition-duration: .15s;
	     -o-transition-duration: .15s;
	        transition-duration: .15s;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	-o-transition-property: opacity, filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
}

.hamburger.is-active:hover,
.hamburger:hover {
	opacity: 1
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
	background-color: #535353;
}

.hamburger-box {
	display: inline-block;
	width: 32px;
	height: 24px;
}

.hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -4px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	position: absolute;
	width: 32px;
	height: 4px;
	-webkit-transition-timing-function: ease;
	     -o-transition-timing-function: ease;
	        transition-timing-function: ease;
	-webkit-transition-duration: .15s;
	     -o-transition-duration: .15s;
	        transition-duration: .15s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	border-radius: 4px;
	background-color: #535353;
}

.hamburger-inner:after,
.hamburger-inner:before {
	display: block;
	content: ""
}

.hamburger-inner:before {
	top: -10px
}

.hamburger-inner:after {
	bottom: -10px
}

.hamburger .hamburger-inner {
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	     -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	        transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	-webkit-transition-duration: .22s;
	     -o-transition-duration: .22s;
	        transition-duration: .22s
}

.hamburger .hamburger-inner:before {
	-webkit-transition: top .1s ease-in .25s, opacity .1s ease-in;
	-o-transition: top .1s ease-in .25s, opacity .1s ease-in;
	transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger .hamburger-inner:after {
	-webkit-transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
	-o-transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger.is-active .hamburger-inner {
	-webkit-transition-delay: .12s;
	     -o-transition-delay: .12s;
	        transition-delay: .12s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	     -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: rotate(225deg);
	    -ms-transform: rotate(225deg);
	        transform: rotate(225deg)
}

.hamburger.is-active .hamburger-inner:before {
	top: 0;
	-webkit-transition: top .1s ease-out, opacity .1s ease-out .12s;
	-o-transition: top .1s ease-out, opacity .1s ease-out .12s;
	transition: top .1s ease-out, opacity .1s ease-out .12s;
	opacity: 0
}

.hamburger.is-active .hamburger-inner:after {
	bottom: 0;
	-webkit-transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	-o-transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg)
}

.mm-panel {
	background: #7CC021;
	text-align: left;
}

.mm-navbar>* {
	min-height: 40px;
	background: #535353;
}

.mm-navbar__title>span {
	color: #fff;
	padding-left: 10px;
}

.mm-listitem.active, 
.mm-listitem .active {
	background-color: #151515;
}


/* Miscelleneous */

p {
	margin: 0 0 21px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin: 0 0 15px;
	line-height: 1.28;
	color: #7CC021;
}

h2 {
	font-size: 60px;
}

h3 {
	font-size: 42px;
	text-align: center;
	margin-bottom: 36px;
}

h4 {
	font-size: 32px;
	margin-bottom: 31px;
}

h4 span {
	display: block;
	color: #535353;
	font-size: 16px;
	font-weight: 500;
	margin-top: 10px;
}

h5 {
	font-size: 21px;
	margin-bottom: 18px;
}

h6 {
	font-size: 18px;
	margin-bottom: 31px;
}

ul,
ol {
	padding: 0 0 0 35px;
	margin-top: 0;
	margin-bottom: 21px;
}

ul.bulletList {
	margin: 0 0 21px;
	padding: 0;
}

ul.bulletList li {
	position: relative;
	margin: 0;
	padding: 0 0 0 35px;
	list-style: none;
}

ul.bulletList li:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 13px;
	top: 12px;
	width: 8px;
	height: 8px;
	background: currentColor;
	border-radius: 100%;
}

a {
	outline: none;
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
}

.centered {
	text-align: center;
}

img {
	border: 0;
	max-width: 100%;
}

.linkBtn {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #fff !important;
	line-height: 1.3125;
	font-family: 'Futura PT', Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 21px;
	background: #7CC021;
	padding: 7px 29.5px;
	min-height: 60px;
	border: 2px solid #7CC021;
	border-radius: 60px;
	cursor: pointer;
	text-align: center;
	outline: none;
	overflow: hidden;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
	z-index: 1;
}

.linkBtn.linkBtnOrange {
	background-color: #FFCC66;
	border-color: #FFCC66;
	font-family: 'Galada', cursive;
	font-weight: normal;
}

.linkBtn.linkBtnOrange:hover {
	background-color: #f0bd58;
	border-color: #f0bd58;	
}

.linkBtn:hover {
	color: #fff;
	background-color: #71b40a;
	border-color: #71b40a;
}

.linkBtn.linkBtnTrans {
	background: none;
	border-color: #FC6;
	color: #535353 !important;
}

.linkBtn.linkBtnTrans:hover {
	background-color: #FC6;
	color: #fff !important;
}

.linkBtn.linkBtnWhiteTrans {
	background: none;
	border-color: #fff;
	color: #fff !important;
}

.linkBtn.linkBtnWhiteTrans:hover {
	background-color: #fff;
	color: #535353 !important;
}

.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

* html .clearfix{  
  height: 1%;  
}

.clearfix {  
  display: block;  
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

strong {
	font-weight: bold;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

:-moz-placeholder {
	color: inherit;
	opacity: 1;
}

::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

:-ms-input-placeholder {  
	color: inherit;
	opacity: 1;
}

/* Media Queries */

/* Large Screens */

@media only screen and (max-width : 1450px) {
	.section {
		max-width: 1200px;
	}	

	#searchBar .inner {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.withSidebar .left {
		width: 375px;
	}

	.items {
		margin-left: -20px;
		margin-right: -20px;
	}

	.items li {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 35px;
	}

	.threeCols {
		margin-left: -25px;
		margin-right: -25px;
	}

	.threeCols .col {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	#services .items li .linkBtn {
		margin-left: 10px;
		margin-right: 10px;
	}

	.imageText .text {
		width: 555px;
	}

	.findOut {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	#imageUpload .text {
		width: 487px;
	}	

	#contact .form {
		width: 637px;
	}

	#footer .links {
		margin-left: 85px;
	}
}

/* Tablet Screens (Landscape) */

@media only screen and (max-width : 1260px) {
	.section {
		max-width: 970px;
	}	
	
	:root {
		--wide-section: 970px;
	}

	#header .section {
		padding-left: 0;
		padding-right: 0;
	}

	#welcome .section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	#services .section {
		--col-width: 467px;
	}

	#services .logo {
		margin-bottom: 40px;
	}
	
	.items {
		margin-left: -10px;
		margin-right: -10px;
	}

	.items li {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 25px;
	}

	.withSidebar .left {
		width: 320px;
	}

	.withSidebar .right {
		width: 620px;
	}

	.searchListing {
		margin-bottom: 17px;
	}

	.searchListing li {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}

	.imageText {
		padding-left: 0;
		padding-right: 0;
	}

	.imageText .image,
	#imageUpload .text {
		width: 433px;
	}

	.imageText .text {
		width: 500px;
		font-size: 22px;
	}

	#imageUpload .text {
		font-size: 22px;
	}

	#imageUpload .form {
		width: 500px;
	}
	
	.twoCols .col {
		width: 460px;
	}

	.introText {
		font-size: 21px;
		max-width: 850px;
		margin-bottom: 55px;
	}

	#notFound .section {
		min-height: 434px;
	}

	#signup .section {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	
	#signup .overlay {
		max-width: 660px;
	}

	#signup .overlay .linkBtn {
		margin-top: 18px;
	}

	#services .items li .linkBtn {
		margin-left: 0;
		margin-right: 0;
	}

	#share .section {
		padding-left: 0;
		padding-right: 0;
	}

	#share .image {
		width: 440px;
	}

	#join {
		background-attachment: scroll;
	}

	#join .benefits {
		margin-left: -25px;
		margin-right: -25px;
	}

	#join .benefits li {
		padding-left: 25px;
		padding-right: 25px;
		font-size: 21px;
	}

	#contact .image {
		width: 417px;
	}

	#contact .form {
		width: 516px;
	}

	#footer .section {
		padding-left: 0;
		padding-right: 0;
	}

	#footer .info {
		width: 221px;
	}

	#footer .links {
		margin-left: 44px;
	}

	#footer .links ul {
		margin-right: 29px;
	}

	h2 {
		font-size: 48px;
	}

	h3 {
		font-size: 36px;
	}

	h4 {
		font-size: 28px;
	}

	h5 {
		font-size: 19px;
	}
	
}

/* Tablet Screens (Portrait) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}

	:root {
		--wide-section: 750px;
	}

	#header .section {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.hamburger {
		margin-left: 30px;
	}

	.content .section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	#welcome .section {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.imageText .text {
		font-size: 20px;
		width: 345px;
	}

	.imageText .image,
	#imageUpload .text,
	#imageUpload .form {
		width: 345px;
	}

	#imageUpload .text {
		font-size: 20px;
	}

	.gallery .images {
		margin-left: -10px;
		margin-right: -10px;
	}

	.gallery .images li {
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.twoCols .col {
		width: 340px;
	}

	.threeCols {
		margin-bottom: 35px;
	}

	.introText {
		font-size: 19px;
		margin-bottom: 45px;
	}
	
	.threeCols {
		margin-left: -18px;
		margin-right: -18px;
	}

	.threeCols .col {
		padding-left: 18px;
		padding-right: 18px;
	}

	.searchBox .info {
		margin-left: 0;
		text-align: center;
	}
	
	.searchListing {
		margin-bottom: 10px;
	}

	.searchListing li {
		width: 33.33333333333333%;
	}
	
	.withSidebar .left {
		width: 310px;
	}

	.withSidebar .right {
		width: 380px;
	}

	#notFound .section {
		min-height: 400px;
	}

	#notFound .searchBox {
		margin-top: 30px;
	}

	#searchBar {
		min-height: 475px;
	}
	
	#searchBar .inner {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	#searchBar h5 {
		font-size: 21px;
	}
	
	#services .section {
		--col-width: 350px;
	}

	#services .logo img {
		width: 143px;
	}

	#signup .section {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	#signup .overlay {
		max-width: 550px;
	}

	#signup .overlay .linkBtn {
		margin-top: 8px;
	}

	#share .section {
		padding-left: 15px;
		padding-right: 15px;
	}

	#share .image {
		width: 332px;
	}

	#share .section {
		padding-top: 80px;
		padding-bottom: 70px;
	}

	#share .text {
		width: 360px;
	}

	#share .text .linkBtn {
		margin-top: 7px;
	}

	#join .section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	#join .benefits {
		margin-left: -15px;
		margin-right: -15px;
	}

	#join .benefits li {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 21px;
	}

	#join .benefits li .ico {
		margin-bottom: 22px;
	}

	#contact .form {
		width: 410px;
	}

	#contact .image {
		width: 288px;
	}

	#footer .section {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding-left: 15px;
		padding-right: 15px;
	}

	#footer .info {
		width: 100%;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		margin-bottom: 10px;
	}

	#footer .links {
		margin-left: 0;
	}
	
	h2 {
		font-size: 40px;
	}

	h3 {
		font-size: 33px;
	}

	h4 {
		font-size: 29px;
		margin-bottom: 19px;
	}

}

/* Mobile Screens */

@media only screen and (max-width : 767px) {
	#mainWrapper {
		text-align: center;
	}

	.hamburger {
		display: block;
	}

	#header .section {
		display: block;
		height: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#header .logo {
		width: 185px;
		margin: 0 auto 15px;
	}

	#header .hamburger {
		position: absolute;
		right: 15px;
		top: 15px;
	}

	#header .options {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	#header .options .icons {
		width: 100%;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-bottom: 5px;
	}

	#header .options .icons .ico {
		margin: 0 5px 10px;
		width: 40px;
		height: 40px;
	}

	#header .options .icons .ico img {
		height: 20px;
	}

	#header .options .linkBtn {
		margin: 0 5px;
	}

	#header .popup .actions {
		padding-left: 20px;
	}

	#header .popup {
		width: 320px;
		right: 50%;
		margin-right: -160px;
	}

	#welcome .section {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.content .section {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.threeCols {
		display: block;
	}

	.threeCols .col {
		width: 100%;
	}

	.gallery .images li {
		width: 33.33333333333333%;
	}

	.imageText {
		display: block;
	}

	.imageText .text {
		width: 100%;
	}

	.imageText .image {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 20px;
	}

	.withSidebar {
		display: block;
	}

	.withSidebar .left {
		position: static;
		width: 100%;
		margin-bottom: 20px;
	}

	.withSidebar .left .findOut {
		display: none;
	}

	.withSidebar .right {
		width: 100%;
	}

	.tags {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.items li {
		width: 50%;
	}

	.twoCols {
		display: block;
	}

	.twoCols .col {
		width: 100%;
	}

	.twoCols .col .accordion {
		margin-bottom: 0;
	}

	.twoCols .col:last-child .accordion {
		margin-bottom: 33px;
	}

	.introText {
		margin-bottom: 30px;
	}
 
	.gallery .images {
		margin: 0;
	}

	.gallery .images li {
		max-width: 280px;
		padding: 0;
		margin: 0 auto 30px;
	}

	#signup .section {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	
	#signup .overlay {
		text-align: center;
	}	

	#searchBar {
		display: block;
	}

	#searchBar .production,
	#searchBar .photographers {
		width: 100%;
		border: none;
		margin-bottom: 10px;
	}

	#searchBar .inner {
		position: relative;
		padding: 50px 15px;
		z-index: 1;
	}

	#searchBar .inner:before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(0,0,0,0.5);
		z-index: -1;
	}

	#services:before,
	#services:after {
		display: none;
	}
	
	#services .section {
		display: block;
		padding-top: 0;
		padding-bottom: 0;
		--col-width: 100%;
	}

	#services .production,
	#services .artistic {
		position: relative;
		padding-top: 50px;
	}

	#services .artistic {
		padding-top: 20px;
	}

	#services .production:before,
	#services .artistic:before {
		content: "";
		position: absolute;
		left: -20px;
		right: -20px;
		top: 0;
		bottom: 0;
		background: url(../images/green-lines.png) no-repeat center top;
		background-size: cover;
		z-index: -1;
	}

	#services .artistic:before {
		background-image: url(../images/orange-lines.png);
	}

	.searchBox .info {
		margin-top: 20px;
	}

	#share .section {
		display: block;
		padding-top: 65px;
		padding-bottom: 50px;
	}

	#share .image {
		width: 100%;
		margin-bottom: 30px;
	}

	#share .text {
		width: auto;
		max-width: 500px;
		margin: 0 auto;
		font-size: 21px;
	}

	.items {
		margin-bottom: 0;
	}

	#contact {
		display: block;
	}

	#contact .image {
		width: 100%;
		margin-bottom: 20px;
	}

	#contact .image img {
		position: static;
	}

	#contact .form {
		width: 100%;
	}

	#category .section {
		padding-top: 50px;
	}

	#category .filters {
		display: block;
	}

	#category .filters .filter {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	#notFound .section {
		min-height: 1px;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.fields .field.half {
		width: 100%;
	}

	#imageUpload {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	#imageUpload .form {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		width: 100%;
	}

	#imageUpload .text {
		width: 100%;
		margin-top: 20px;
	}

	ul.bulletList li {
		padding-left: 0;
	}

	ul.bulletList li:before {
		position: relative;
		left: 0;
		top: -2px;
		margin-right: 10px;
	}

	.checkCondition {
		margin-left: 0;
		text-align: left;
	}

	#join .benefits {
		display: block;
		margin-top: 30px;
	}

	#join .benefits li {
		width: 100%;
	}

	#join .section {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.forMobile {
		display: block !important;
	}

	#footer .options {
		position: relative;
		padding-top: 110px;
		-webkit-box-ordinal-group: -1;
		    -ms-flex-order: -2;
		        order: -2;
		margin-left: 0;
		width: 100%;
	}

	#footer .options .logo {
		position: absolute;
		left: 50%;
		top: 0;
		width: 140px;
		margin-left: -70px;

	}

	#footer .options {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-bottom: 30px;
	}

	#footer .options .linkBtn {
		margin: 0 7px;
	}

	#footer .info {
		margin-bottom: 0;
	}

	#footer .links {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}

	#footer .links ul {
		margin: 0 15px;
	}

	#footer .links ul li {
		margin-bottom: 20px;
	}

	.gradientBar .section {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	h2 {
		font-size: 34px;
	}

	h3 {
		font-size: 29px;
		margin-bottom: 30px;
	}

	h4 {
		font-size: 26px;
	}
}

@media only screen and (max-width : 479px) {
	#services .items li {
		width: 100%;
	}
	
	.items li {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 20px;
	}
	
	.searchListing li {
		width: 50%;
	}
	
	.gallery .images li {
		width: 100%;
	}
}