/*------------------------------

[Table of contents]

1. Main Styles
2. Buttons
3. Backgrounds and Colors
4. Navigation
5. Header
6. Features Icons
7. Counters
8. Team
9. Portfolio
10. Pricing Tables
11. Contact Form
12. Newsletter Form
13. Footer
14. Media Queries

--------------------------------*/

/*--------------------
[1. Main Styles]
----------------------*/
body,
html {
	height: 100%;
}

body {
	background: #FFF;
}

body {
	font-family: Barlow, Arial, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: 300;
	letter-spacing: -.12px;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin: 0 0 20px;
}

p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 20px;
}

.lead {
	font-size:18px;
	line-height:28px;
	font-weight: 300;
	letter-spacing:0.05em;
	margin-top:40px;
	margin-bottom:40px;
}

a,
a:hover,
a:focus {
	outline:none !important;
	text-decoration:none;
}

a {
	color:#DF451A;
	text-decoration: none;
}

a:hover,
a:focus {
	color:#DF451A;
	text-decoration: underline;
}

a:focus,
.btn:focus {
	outline: none;
}

.color-bg a{
	color:#fff;
	text-decoration: underline;
}

.color-bg a:hover,
.color-bg a:focus {
	color:#fff;
	text-decoration: none;
}

.primary {
	color:#DF451A;
}

.img-center{
	margin:0 auto;
}

.padding-top-bottom {
	padding:120px 0 100px;
}

.padding-top {
	padding:100px 0 0;
}

.padding-bottom {
	padding:0 0 100px;
}

.margin-bottom{
	margin-bottom: 40px;
}

.navbar {
	margin:0;
	border-radius:0;
}

.section-title {
	color: #313336;
	font-family: Oswald, sans-serif;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 58px;
	margin-bottom: 100px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.light-typo .section-title{
	color: #fff;
}

.section-description {
	font-size: 18px;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -70px;
	text-align: center;
	width: 85%;
}

.section-description.short-section {
	max-width: 700px;
	width: 90%;
}

@media only screen and (min-width: 768px) {
	.section-description.short-section {
		width: 75%;
	}
}

@media only screen and (min-width: 1024px) {
	.section-description.short-section {
		width: 61%;
	}
}

.section-title.text-left,
.section-description.text-left{
	text-align: left;
}

.flexslider {
	margin:0;
	padding:0;
	background:transparent;
	border:none;
	box-shadow:none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index:1;
}

#page-loader{
	position: fixed;
	top:0;
	left:0;
	bottom: 0;
	right: 0;
	background: #fff;
	z-index: 99999;
}

#page-loader span{
	position: absolute;
	top:50%;
	left: 0;
	height:3px;
	width: 0;
	background: #DF451A;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

/*--------------------
[2. Buttons]
----------------------*/

.btn,
.btn:focus {
	/*background: #B9DB6B;*/
	background: rgba(255, 255, 255, .2);
	border: 2px solid white;
	border-radius: 0 !important; /* Overrides bootstrap */
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-family: Barlow, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 0;
	margin: 20px 0;
	outline: none;
	padding: 20px 40px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.btn:hover,
.btn:active {
	color: #fff;
	background: #000;
	text-decoration: none;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.btn.transparent,
.btn.transparent:focus {
	background: transparent;
	padding: 18px 38px;
	color:#DF451A;
	border:2px solid #DF451A;
	box-shadow: none;
	text-decoration: none;
	-webkit-transition:all .2s ease-out;
	transition:all .2s ease-out;
}

.btn.transparent:hover,
.btn.transparent:active {
	background: #DF451A;
	color:#fff;
	text-decoration: none;
}

.btn.white,
.btn.white:focus {
	background: #fff;
	color:#DF451A;
	box-shadow: none;
	text-decoration: none;
	-webkit-transition:all .2s ease-out;
	transition:all .2s ease-out;
}

.btn.white:hover,
.btn.white:active {
	color: #fff;
	background: #DF451A;
	top:0;
	text-decoration: none;
}

.btn.white.transparent,
.btn.white.transparent:focus {
	background: transparent;
	padding: 18px 38px;
	border:2px solid #fff;
	color:#fff;
	box-shadow: none;
	text-decoration: none;
	-webkit-transition:all .2s ease-out;
	transition:all .2s ease-out;
}

.btn.white.transparent:hover,
.btn.white.transparent:active {
	background: #fff;
	color:#DF451A;
	text-decoration: none;
}

.btn [class*=fa]{
	margin-right:10px;
}

.btn + .btn {
	margin-left:10px;
	margin-right:10px;
}


/*---------------------------
[3. Backgrounds and Colors]
-----------------------------*/

.white-bg{
	background:#fff;
}

.gray-bg{
	background:#f1f2f5;
}

.color-bg{
	background:#DF451A;
}

.dark-bg{
	background:#4E5961;
}

.light-typo {
	color:#fff;
}

.color-bg.light-typo .section-title:after{
	background:#fff;
}

.white-bg + .gray-bg,
.gray-bg + .white-bg {
	border-top:1px solid #c3c3c3;
}

.parallax-bg{
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
}

.touch .parallax-bg{
	background-attachment:scroll;
}

.overlay-color{
	position: relative;
	z-index: 1;
}

.overlay-color:before{
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #DF451A;
	opacity:.9;
	z-index:-1;
}

.bg-video{
	background: transparent !important;
	position: relative;
	z-index:1;
}

.bg-video:before{
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity:.5;
	z-index:-1;
}

.video-bg-wrapper{
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	overflow: hidden;
	z-index:-999;
}

.video-bg{
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
}

.play-video{
	display: inline-block;
	color:#fff !important;
	border:3px solid #fff;
	border-radius: 50%;
	width:100px;
	height: 100px;
	font-size: 42px;
	line-height: 94px;
	text-align: center;
	padding-left: 10px;
	margin-bottom: 40px;
	-webkit-transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
}

.play-video:hover{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.play-video .fa-play{
	-webkit-transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
}
.play-video:hover .fa-play{
	-webkit-transform: scale(0.85);
	transform: scale(0.85);
}


/*--------------------
[4. Navigation]
----------------------*/

#main-nav {
	background: rgba(0,0,0,1);
	box-shadow: none;
	color: #4E5961;
	font-family: Barlow;
	font-weight: 600;
	padding: 20px 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%;
	z-index: 999;
}

#main-nav.is-sticky{
	background:rgba(0,0,0,1);
	padding: 0;
}

#main-nav .navbar-toggle{
	border:1px solid #fff;
	border-radius:0;
}

#main-nav .icon-bar {
	background:#fff;
}

.navbar-brand,
.navbar-brand:hover,
.navbar-brand:active,
.navbar-brand:focus {
	position:relative;
	padding:0 10px;
	margin:12px 0;
	font-size:28px;
	line-height:54px;
	height:40px;
	font-weight:600;
	color:#777;
	font-variant:small-caps;
	letter-spacing:0.02em;
	-webkit-transition:font-size .2s ease-out;
	transition:font-size .2s ease-out;
}

.site-logo {
	height: 60px;
	margin: 0;
	position: relative;
    top: -10px;
	vertical-align: top;
}

@media only screen and (min-width: 375px) {
	.site-logo {
		height: 70px;
		top: -17px;
	}
}

#main-nav .container{
	padding:0 20px;
	-webkit-transition:padding 0.3s ease-out;
	transition:padding 0.3s ease-out;
}

#main-nav .nav a{
	position:relative;
	z-index:1;
}

#main-nav .nav a,
#main-nav .nav a:active,
#main-nav .nav a:hover{
	padding:5px 10px;
	font-size:14px;
	line-height:54px;
	font-weight:400;
	text-transform:uppercase;
	background:transparent;
	color:#fff;
	-webkit-transition:color 0.2s ease-out;
	transition:color 0.2s ease-out; 
}

#main-nav .nav .active > a,
#main-nav .nav a:hover{
	color: #DF451A;
}

#main-nav li{
	background:transparent;
	margin:0 5px;
}


/*--------------------
[5. Header]
----------------------*/

#home{
	display: table;
	height: 100%;
	width:100%;
	padding: 150px 0;
	margin-bottom:0;
	position: relative;
	color:#fff;
	z-index: 1;
}

#home .header-content{
	display: table-cell;
	vertical-align: middle;
}

#home .header-content.top{
	vertical-align: top;
}

#home .header-content.bottom{
	vertical-align: bottom;
}

.overlay-dark:before{
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity:.5;
	z-index:-1;
}

#home.overlay-color:before{
	opacity: .8;
}

#home .video-container{
	box-shadow: 0 0 60px rgba(0,0,0,.7);
}

.scroll-button{
	position:absolute;
	bottom:0;
	left:50%;
	color:#fff !important;
	padding:20px;
	font-size:32px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-animation: moving 2s ease-out 15;
	animation: moving 2s ease-out 15;
}

@-webkit-keyframes moving {
	0% 		{ bottom: 0; }
	30% 	{ bottom: -10px; }
	60% 	{ bottom: 0; }
}

@keyframes moving {
	0% 		{ bottom: 0; }
	30% 	{ bottom: -10px; }
	60% 	{ bottom: 0; }
}

#home h1,
#home h2,
#home h3,
#home h4 {
	line-height: 1.2;
	margin: 10px 0;
}

#home h1 {
	font-size: 78px;
	font-weight: 700;
}

#home p{
	margin:0;
}

.header-slider{
	margin-bottom: 40px;
}

.top .header-slider{
	margin-bottom: 0;
}

.header-slider li{
	-webkit-transform:scale(0.8);
	transform:scale(0.8);
	opacity: 0 !important;
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
}

.header-slider li.flex-active-slide{
	-webkit-transform:scale(1);
	transform:scale(1);
	opacity: 1 !important;
	-webkit-transition:all .4s ease-out .6s;
	transition:all .4s ease-out .6s;
}


/*--------------------
[6. Features Icons]
----------------------*/

.features .media .pull-right{
	margin-left:10px;
	padding: 0;
}

.features .media .pull-left{
	margin-right:10px;
	padding: 0;
}

.features .icon {
	background: transparent;
	border: 1px solid transparent;
	border-bottom: 1px solid #DF451A;
	border-right: 1px solid #DF451A;
	border-radius: 50%;
	color: #DF451A;
	font-size: 28px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	width: 80px;
}

.features .icon .icon-1 {
	width:74px;
	opacity:1;
	-webkit-transform:scale(1);
	transform:scale(1);
	-webkit-transition:all .3s ease-out .0s;
	transition:all .3s ease-out .0s;
}

.features .icon .icon-2 {
	width:74px;
	position:relative;
	top:-80px;
	opacity:0;
	-webkit-transform:scale(2);
	transform:scale(2);
	-webkit-transition:all .3s ease-out 0s;
	transition:all .3s ease-out 0s;
}

.features .media:hover .icon .icon-1 {
	opacity:0;
	-webkit-transform:scale(0);
	transform:scale(0);
	-webkit-transition:all .3s ease-out 0s;
	transition:all .3s ease-out 0s;
}

.features .media:hover .icon .icon-2 {
	opacity:1;
	-webkit-transform:scale(1);
	transform:scale(1);
	-webkit-transition:all .3s ease-out .0s;
	transition:all .3s ease-out .0s;
}

.features .media {
	margin-bottom:40px;
}

.features .media-body p{
	font-size:16px;
}

.features .media h4 {
	-webkit-transition:color .3s ease-out;
	transition:color .3s ease-out;
}

.features .media:hover h4 {
	color:#DF451A;
}

/*--------------------
[7. Counters]
----------------------*/
.counters .fa{
	font-size: 48px;
	color:#fff;
}

.counter{
	margin:10px 0 20px;
	font-size:56px;
	line-height: 1.05em;
	font-weight:100;
	color:#fff;
}

.counter + p {
	font-size:18px;
}

.counters [class*=col]+[class*=col]{
	border-left: 1px solid #fff;
}


/*--------------------
[8. Team]
----------------------*/

.team-member {
	margin-bottom:30px;
	position: relative;
	text-align: center;
}

.member-thumb{
	position: relative;
	text-align:center;
	border-bottom: none;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.team-member:hover .member-thumb{
	box-shadow: 0 0 10px rgba(0,0,0,.4);
}

.member-thumb img{
	opacity: .9;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition:all .2s ease-out;
	transition:all .2s ease-out;
}

.team-member:hover .member-thumb img{
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.member-details h3{
	margin-bottom:10px;
}

.member-details .title{
	margin:0 0 10px;
	font-size: 16px;
	color:#DF451A;
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
}

.member-details p{
	margin:0;
}

.team-member .member-details {
	margin:0;
	position:relative;
	border-top: none;
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
}

.team-member .member-socials {
	list-style:none;
	margin:30px 0 30px;
	padding:0;
	width:100%;
}

.team-member .member-socials li {
	display:inline-block;
	text-align:center;
	margin:0 2px;
}

.team-member .member-socials li a{
	display:inline-block;
	padding:0;
	min-width:40px;
	height:40px;
	font-size:18px;
	line-height:40px;
	color:#aaa;
	background:rgba(255,255,255,.8);
	border-radius:50%;
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
}

.team-member .member-socials li a:hover{
	background:#DF451A;
	color:#fff;
}


/*--------------------
[9. Portfolio]
----------------------*/

#portfolio {
	background: #fff;
	color: #313131;
}

#filter-works {
	font-weight: 400;
}

#filter-works ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 60px;
	margin-bottom: 40px;
	text-align: center;
}

#filter-works ul li {
	position: relative;
	display: inline-block;
	padding: 0;
	line-height: 24px;
	background: transparent;
	margin: 0;
	margin-bottom: 10px;
}

#filter-works ul li a {
	border: 2px solid #000;
	display: block;
	font-size: 16px;
	height: 48px;
	line-height: 28px;
	min-width: 170px;
	padding: 10px 25px;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

#filter-works ul li a,
#filter-works ul li a:active,
#filter-works ul li a:hover {
	background: transparent;
	color: #313131;
	font-weight: 300;
	text-decoration: none;
}

#filter-works ul li.active a,
#filter-works ul li:hover a {
	color: #fff;
	background: #000;
	border: 2px solid #000;
}

.masonry-wrapper {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	overflow:hidden;
}

#projects-container {
	margin:0 auto;
	width:100%;
	visibility:hidden;
}

#projects-container .project-item{
	display:block;
	position:relative;
	margin:0;
	width:49.96%;
	margin-bottom:0;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity:1;
	filter:alpha(opacity=100);
	overflow:hidden;
	z-index:10;
	-webkit-backface-visibility: hidden;
}

#projects-container .project-item.filtered{
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform:scale(0);
	opacity:0;
	filter:alpha(opacity=0);
	z-index:0;
	-webkit-backface-visibility: hidden;
}

.project-item:hover {
	cursor: pointer;
}

.project-item img {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	width: 100%;
	-webkit-transition: -webkit-transform .3s ease-in, opacity .3s ease-out;
	transition: transform .3s linear, opacity .3s ease-out;
	-webkit-backface-visibility: hidden;
}

.project-item .hover-mask {
	color: #FFF;
	background: rgba(0, 0, 0, .1);
	height: 100%;
	left: 0;
	opacity: 0;
	padding: 13% 3% 0 5%;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 100%;
	z-index: 10;
}

@media only screen and (min-width: 1024px) {
	.project-item .hover-mask {
		/*padding: 80px 20px 0 20px;*/
	}
}

.project-item:hover .hover-mask {
	background: rgba(0, 0, 0, .75);
	opacity: 1;
}

.project-item .hover-mask .project-title {
	position: relative;
	color: #fff;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	opacity: 0;
	text-transform: uppercase;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 0s ease-out;
	transition: all 0s ease-out .3s;
}

@media only screen and (min-width: 768px) {
	.project-item .hover-mask .project-title {
		font-size: 25px;
		line-height: 35px;
	}
}

@media only screen and (min-width: 1024px) {
	.project-item .hover-mask .project-title {
		font-size: 35px;
		line-height: 35px;
	}
}

.project-item:hover .hover-mask .project-title {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition:all .5s ease-out;
	transition:all .5s ease-out;
}
.project-item .hover-mask p {
	color: #fff;
	font-size: 10px;
	font-weight: 300;
	line-height: 12px;
	opacity: 0;
	position: relative;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition:all 0s ease-out .3s;
	transition: all 0s ease-out .3s;
}

@media only screen and (min-width: 768px) {
	.project-item .hover-mask p {
		font-size: 15px;
		line-height: 16px;
	}
}

.project-item:hover .hover-mask p {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition:all .5s ease-out;
	transition:all .5s ease-out;
}

.project-item .hover-mask .fa{
	display: inline-block;
	width:50px;
	height: 50px;
	font-size: 18px;
	line-height: 46px;
	position: absolute;
	bottom:40px;
	right:40px;
	border:1px solid #fff;
	border-radius: 50%;
	text-align: center;
	opacity: 0;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
	-webkit-transition:all 0s ease-out .3s;
	transition:all 0s ease-out .3s;
	z-index: 10;
}

.project-item .hover-mask .fa-play{
	padding-left: 4px;
}

.project-item:hover .hover-mask .fa{
	opacity:1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition:-webkit-transform .3s ease-out .3s,opacity .3s ease-out .3s,background .3s ease-out,color .3s ease-out;
	transition:transform .3s ease-out .3s,opacity .3s ease-out .3s,background .3s ease-out,color .3s ease-out;
}

.project-item .hover-mask .fa:hover{
	background: #fff !important;
	color:#DF451A;
}

.masonry,
.masonry .masonry-brick {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;

	transition-timing-function:ease-in-out;	
}

.masonry {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.masonry .masonry-brick {
	-webkit-transition-property: left, right, top, -webkit-transform, opacity;
	-moz-transition-property: left, right, top, -moz-transform, opacity;
	-ms-transition-property: left, right, top, -ms-transform, opacity;
	-o-transition-property: left, right, top, -o-transform, opacity;
	transition-property: left, right, top, transform, opacity;
}

#project-preview {
	display: none;
	position: relative;
	padding: 75px 0;
	margin-bottom: 60px;
	font-weight: 400;
	letter-spacing: 0.02em;
	text-align: center;
}

#project-preview .container {
	opacity: 0;
	width: 90vw;
}

#project-preview .container,
.white-bg.padding-bottom .container {
	width: 90vw;
}

@media only screen and (min-width: 768px) {
	#project-preview .container,
	.white-bg.padding-bottom .container {
		min-width: 720px;
		width: 80vw;
	}
}

@media only screen and (min-width: 1100px) {
	#project-preview .container,
	.white-bg.padding-bottom .container {
		min-width: 1000px;
		width: 65vw;
	}
}

#project-preview + .white-bg{
	border-top: none;
}

.touch #project-preview{
	opacity:1 !important;
}

#project-title {
	font-family: Oswald;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.05em;
	margin: 30px 0;
	text-transform: uppercase;
	word-spacing: 0.15em;
}

#project-preview p {
	margin-bottom: 20px;
}

.close-preview {
	display: inline-block;
	cursor: pointer;
    left: auto;
    position: absolute;
    right: 9px;
	top: 13px;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	width: 48px;
}

@media only screen and (min-width: 1024px) {
	.close-preview {
		right: 40px;
		top: 75px;
	}

	.close-preview img {
		width: 48px;
	}
}

.close-preview:hover {
	color: #000;
}

.close-preview img {
	width: 32px;
}

#project-slider {
	min-height: 450px;
}

#project-slider.flexslider {
	margin:0 0 80px;
	padding:0;
	background:transparent;
	border:none;
	box-shadow:none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#project-slider .flex-direction-nav{
	display:none;
}
#project-slider .flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
#project-slider .flex-control-nav li {margin: 0 4px; display: inline-block; zoom: 1; *display: inline;}
#project-slider .flex-control-paging li a {width: 16px; height: 16px; display: block; background: transparent; cursor: pointer; text-indent: -9999px; border-radius: 8px; box-shadow: none; border:1px solid #DF451A;-webkit-transition:all .2s ease;transition:all .2s ease;}
#project-slider .flex-control-paging li a:hover {background: #DF451A;}
#project-slider .flex-control-paging li a.flex-active { background: #DF451A; cursor: default; }


/*--------------------
[10. Pricing Tables]
----------------------*/

.pricing .item {
	position:relative;
	top:20px;
	background:rgba(0,5,10,.08);
	padding-top:60px;
	padding-bottom:60px;
	color:#777;
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
}

.pricing .item:hover{
	box-shadow: 0 0 10px rgba(0,0,0,.4);
}

.pricing .item.featured {
	top:0;
	padding-top:80px;
	padding-bottom:80px;
}

.pricing .item.featured {
	background:#DF451A;
	color:#fff;
}

.pricing .item h2 {
	font-size:28px;
	font-weight:700;
	margin-bottom:40px;
	text-transform:uppercase;
}

.pricing .item p {
	margin-bottom:5px;
	font-weight:400;
}

.pricing .item .btn {
	margin-top:40px;
	margin-bottom:0;
	font-size:16px;
	padding:15px 35px;
	background: #fff;
	color:#DF451A;
}

.pricing .item .btn:hover {
	background: #DF451A;
	color:#fff;
}

.pricing .item.featured .btn{
	background: transparent;
	color:#fff;
	border:2px solid #fff;
}

.pricing .item.featured .btn:hover{
	background: #fff;
	color:#DF451A;
	border:2px solid #fff;
}

.pricing .item .price {
	font-size:48px;
	font-weight:100;
	line-height:48px;
	margin-bottom:40px;
}


/*--------------------
[11. Contact Form]
----------------------*/

.contact-item h2{
	font-size:21px;
	font-weight:300;
	margin-bottom: 0;
}

.contact-item .icon{
	padding:10px 10px 10px 0;
	font-size:36px;
	color:#DF451A;
	vertical-align: middle;

}

.contact-item p{
	padding-left: 60px;
	margin-bottom: 60px;
}

.form-group label{
	display:none;
	font-size:18px;
	line-height:24px;
	font-weight:100;
	text-transform:uppercase;
}

.no-placeholder #contact-form .form-group label{
	display:block;
}

.controls {
	padding:0;
	margin-bottom:30px;
}

#contact-form.no-placeholder .controls {
	margin-top:0;
}

.form-control {
	display:inline;
	padding-left: 20px;
	padding-right: 20px;
	background:#fff;
	border-radius:0;
	border-color: #ddd;
	outline:none;
	height:56px;
	font-weight:300;
	font-size: 16px;
}

.form-group{
	position:relative;
}

textarea.form-control {
	height:auto;
	padding: 20px;
	max-width:100%;
	min-width:100%;
	vertical-align:top;
}

.form-control:focus {
	outline:none;
	box-shadow:none;
	border-color: #777;
}

#contact-form .error-message {
	padding:5px 0;
	position:absolute;
	top:-30px;
	right:0;
	font-size:14px;
	line-height:24px;
	font-weight:300;
	color:#ff3345;
	z-index:10;
}

#contact-form.no-placeholder .error-message {
	top:0;
}


/*--------------------
[12. Newsletter Form]
----------------------*/

.mc-newsletter{
	position: relative;
}

.mc-newsletter .controls{
	margin-bottom: 20px;
}

.mc-newsletter [type=email]{
	margin-top: 20px;
}

.mc-validation{
	position: absolute;
	top: 100%;
	width: 100%;
}

.mc-validation p{
	display: none;
}

.mc-text-if-empty,
.mc-text-if-invalid{
	color: #cc2222;
}

#contact{
	position: relative;
	z-index: 1;
}

#contact .container{
	position: relative;
	z-index: 99;
}

#gmar-wrapper{
	position: relative;
}

#gmap {
	display: block;
	height: 500px;
	width: 100%;
}

#map-address{
	display: block;
	position: absolute;
	padding:20px 0;
	width:100%;
	bottom:0;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .05em;
	text-align: center;
	color:#141414;
	background: #fff;
	background: rgba(255,255,255,.7);
	text-decoration: none;
	z-index: 3;
	cursor: pointer;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

#map-address:hover{
	color:#DF451A;
	text-decoration: none;
}

#gmap .infowin{
	padding:10px 20px;
}

#gmap .infowin p{
	margin-bottom:10px;
	font-family:Raleway, Arial, sans-serif;
	font-size:16px;
	line-height:24px;
	color:#777;
}

#gmap .infowin a:hover{
	text-decoration:underline;
}


/*--------------------
[13. Footer]
----------------------*/ 

#main-footer {
	color: #FFF;
	padding: 30px 0 20px;
	background: #000;
}

#main-footer p {
	font-size: 18px;
}

#main-footer .OCM {
	margin: 20px auto;
}

#main-footer .social-links {
	list-style: none;
	margin: 20px;
	padding: 0;
}

#main-footer .social-links li {
	display: inline-block;
	margin: 0 5px 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

#main-footer .social-links li a {
	border-radius: 50%;
	color: #fff;
	font-size: 32px;
	line-height: 50px;
	text-align: center;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

#main-footer .social-links li:hover a {
	color: #DF451A;
}

#main-footer .mc-newsletter {
	margin: 20px 0;
}

#main-footer .mc-newsletter * {
	margin-bottom: 0;
}

#main-footer .mc-newsletter [class*=col]{
	padding-right: 5px;
}

#main-footer .mc-newsletter [class*=col] + [class*=col]{
	padding-left: 5px;
}

#main-footer .form-control{
	border-radius: 30px;
	border: none;
	background: rgba(255,255,255,.1);
	padding-left: 30px;
	color: #e5e6e7;
	margin-bottom: 0;
}

#main-footer .mc-newsletter .btn{
	padding: 16px;
	margin-bottom: 0;
}

#main-footer .mc-newsletter .btn:hover{
	background: #DF451A;
	opacity: .9;
}

#main-footer .mc-validation p{
	margin-top: 5px;
	margin-left: 30px;
	font-size: 16px;
}

.modal-dialog{
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-70%) !important;
	transform:translate(-50%,-70%) !important;
	-webkit-transition:-webkit-transform .5s ease !important;
	transition:transform .5s ease !important;
}

.in .modal-dialog{
	-webkit-transform:translate(-50%,-60%) !important;
	transform:translate(-50%,-60%) !important;
}

.modal-content{
	border-radius: 0;
	padding:50px 50px 30px;
}

.modal-content .close{
	position: absolute;
	right:20px;
	top:15px;
	font-size: 28px;
	z-index: 999;
}

.modal-content .close:hover{
	color: #DF451A;
	opacity: 1;
}


/*--------------------
[14. Media Queries]
----------------------*/ 
 
@media (min-width: 1499px) {
	.container {
		width: 1400px;
	}
}

@media (max-width: 991px) {
	#main-nav li {
		margin: 0;
	}

	#home h1 {
		font-size: 58px;
	}

	.team-member {
		margin-bottom: 60px;
	}

	.team-member .member-thumb,
	.team-member .member-details {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}

	#project-slider {
		min-height: 0;
	}

	.counters [class*=col]+[class*=col]{
		border-left: none;
		margin-bottom:40px;
	}

	.pricing [class*=col] [class*=col]{
		padding-left: 5px;
		padding-right: 5px;
	}

  #filter-works ul li a {
		font-size: 14px;
		line-height: 21px;
		height: auto;
		min-width: 0;
	}
}	

@media (max-width: 767px) {
	body,p {
		font-size:16px;
		line-height:21px;
	}

	h2 {
		font-size: 21px;
		line-height: 24px;
	}

	#home h1 {
		font-size: 42px;
	}

	#home h2 {
		font-size:24px;
		line-height: 1.4;
	}

	#home h3{
		font-size:18px;
		line-height: 1.4;
	}

	.section-title {
		font-size:32px;
		line-height:36px;
	}

	.section-description{
		font-size:16px;
	}

	.counter{
		font-size:68px;
	}

	#main-nav,
	#main-nav.is-sticky {
		background: #000;
		padding: 0;
	}

	#main-nav .navbar-toggle{
		margin-top:14px;
	}
	#main-nav .nav a {
		line-height: 42px !important;
		text-align: center;
	}

	#main-nav .nav a:before {
		display: none !important;
	}

	#main-nav li{
		clear: both;
		position: static !important;
	}

	.services .item{
		margin-bottom:60px;
	}

	#project-title{
		font-size:32px;
	}

	.team-member{
		margin-bottom:60px;
	}

	.team-member .member-thumb,
	.team-member .member-details{
		max-width: 300px;
		margin-left:auto;
		margin-right:auto;
	}

	.project-item .project-thumb {
		max-width: 400px;
		margin: 0 auto;
	}

	.pricing .item {
		top: 0;
		margin: 0 auto 40px;
		max-width: 400px;
	}

	.features .media .pull-right{
		float: left !important;
		margin-left:0;
		margin-right:10px;
	}

	.features .media .pull-right+.text-right{
		text-align: left;
	}

	.btn{
		font-size: 16px !important;
		padding: 12px 24px !important;
	}

	.btn.transparent{
		padding: 10px 24px !important;
	}

	.form-control{
		height: 48px;
	}

	#contact-form .btn{
		display: block;
		width: 100%;
	}

	#main-footer p{
		font-size: 16px;
	}

	#main-footer .social-links li{
		margin:10px;
	}

	#main-footer .social-links li a{
		font-size: 24px;
	}
	#main-footer .mc-newsletter [class*=col]{
		padding-right: 15px;
	}

	#main-footer .mc-newsletter [class*=col] + [class*=col]{
		padding-left: 15px;
	}
	#main-footer .mc-newsletter .form-control{
		text-align: center;
	}

	#main-footer .mc-validation{
		width:90%;
		top:200%;
		text-align: center;
	}
	
	#main-footer .mc-validation p{
		margin: 10px auto;
	}
	
	.project-item .hover-mask {
		/*padding: 25px;*/
	}

	.project-item .hover-mask .project-title {
		/*font-size: 18px;*/
	}

	.project-item .hover-mask .fa{
		bottom: 25px;
		font-size: 18px;
		height: 40px;
		line-height: 36px;
		right: 25px;
		width: 40px;
	}

	.modal-dialog{
		width: 90%;
	}

	.modal-content{
		padding: 25px;
	}

	.modal-dialog{
		margin: auto;
	}

	.in .modal-dialog{
		-webkit-transform:translate(-50%,-50%) !important;
		transform:translate(-50%,-50%) !important;
	}
}

@media (max-width: 479px) {
	#projects-container .project-item{
		width: 100%;
	}
}

.oswald-33 {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  line-height: 33px;
  text-transform: uppercase;
  font-weight: normal;
}

.oswald-18 {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  line-height: 33px;
  text-transform: uppercase;
  font-weight: normal;
}

.barlow-16 {
  font-family: Barlow, sans-serif;
  font-size: 16px;
  letter-spacing: -0.1px;
  font-weight: 500;
}

.age-gate__container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .75);
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 900px) {
  .age-gate__container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.age-gate__inner {
  max-height: calc(100vh - 140px);
  overflow: auto;
  max-width: 876px;
  margin: 80px auto 0;
  display: flex;
  flex-direction: column;
}

@media (min-width: 900px) {
  .age-gate__inner {
    flex-direction: row;
    margin-top: 233px;
  }
}

.age-gate__panel-left {
  background-color: black;
  padding-left: 65px;
  padding-right: 42px;
  display: flex;
  justify-content: center;
}

.age-gate__panel-left img {
  margin-top: 40px;
  margin-bottom: 40px;
}

.age-gate__panel-right {
  background-color: white;
  text-align: center;
  background-image: url(../assets/images/age-gate-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 49px 48px 41px;
}

.age-gate__panel-right .oswald-33 {
  margin-bottom: 36px;
}

.age-gate__panel-right .oswald-18 {
  margin-bottom: 12px;
}

.age-gate__panel-right .age-gate__button {
  margin-bottom: 28px;
}

.age-gate__denied-text {
  color: #DD0000;
  font-weight: 600;
  margin-top: -37px;
  margin-bottom: 18px;
}

.age-gate__datepicker {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media (min-width: 500px) {
  .age-gate__datepicker {
    flex-direction: row;
    margin-bottom: 58px;
  }
}

.age-gate__datepicker select {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuNSAxM0wwIDBoMTN6IiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) no-repeat 95% 50%;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;

  font-size: 28px;
  padding: 12px;
  margin-bottom: 20px;
  /* This is oswald-33 */
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  line-height: 33px;
  text-transform: uppercase;
  font-weight: normal;
  border: 3px solid black;
  background-color: rgba(0,0,0,0);
  flex-grow: 1;
}

@media (min-width: 500px) {
  .age-gate__datepicker select {
    margin-right: 22px;
    margin-bottom: 0px;
  }
}

.age-gate__datepicker select:last-child {
  margin-right: 0; 
}

.age-gate__button {
  border: 3px solid black;
  background: rgba(0,0,0,0);
  padding: 12px;
  width: 100%;
  /* This is oswald-33 */
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  line-height: 33px;
  text-transform: uppercase;
  font-weight: normal;
}

.overflow-hidden {
  overflow: hidden;
}

.text-black {
  color: black
}

.display-none {
  display: none;
}