

/*
* 	Moyo - Minimal Multi-Page Multi-Purpose Portfolio Template
* 	Author: OrbmobThemes
* 	Copyright (C) 2016 Orbmob
* 	This is a premium product available exclusively here : https://themeforest.net/user/orbmobthemes/portfolio
*/
/*







/*====================================================


	Table of Contents
	
	

		01. Generel Styles

			+ Generate Google Fonts
			+ Essential Styles
			+ Buttons
			+ Floats
			+ Row Fix
			+ Section Styles
			+ Separators

		02. Typography

			+ Font Classes
			+ Font Positions
			+ Font Weight
			+ Font Transformation
			+ Font Colors
			+ Font Sizes

		03. Backgrounds

		04. Navigations

		05. Homepage

			+ Left Sides
			+ Right Sides
			+ Top Headers
			+ Logo Styles

		06. About

		07. Services

		08. Portfolio

			+ Filters
			+ Work Preview
			+ Gutters
			+ Single Projects

		09. Team

		10. Pricing Table

		11. Blog

			+ Blog Post
			+ Blog Sidebar
			+ Comments

		12. Map

		13. Contact

		14. Shop

		15. Responsive

			+ Resolution Under 1020px
			+ Resolution Under 590px
			+ Resolution Under 500px
			+ Resolution Under 460px


	
====================================================*/







/*======================

	01. Generel Styles 

========================*/


/* Generate Google Fonts
-------------------------*/



	/* Lato */
	@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
	
	/* Montserrat */
	@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

	
	
	
/* Essential Styles
-------------------------*/




	*{
		margin: 0%;
		padding: 0%;
		
	}

	::selection {
		background-color: #191919;
	}
	
	
	html, body {
		width:100%;
		height:100%;
		padding:0;
		margin-left:0;
		margin-right:0;
		font-family: 'Montserrat', sans-serif;
		-webkit-font-smoothing: antialiased;
		text-align: center;
		font-size: 1em;
		background-color:#191919 !important,
	}

	body{
		overflow-x: hidden; 
	}
	
	.container{
		background-color:#191919 !important;
		margin: 0px auto;
		padding: 0px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
		width: 100%;
		height: auto;
		text-align: center;
		float: none;
	}
	

	img {
	    -moz-user-select: none; 
	    -webkit-user-select: none;
	    -ms-user-select: none; 
	    user-select: none; 
	    -webkit-user-drag: none;
	    user-drag: none;
		width: 100%;
	}
	
	a{
		color: #FFFFFF;
		text-decoration:none;
		outline:none;

	}

	a:hover,
	a:active,
	a:focus
	{
		text-decoration:none;
		outline:none;
		color: #FFFFFF;
	
	}
	
	a i:hover,
	a i:active,
	a i:focus
	{
		text-decoration:none;
		outline:none;
		color: #FFFFFF;
	}

	

	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
		font-family: 'Montserrat', sans-serif;
		font-weight:100;
	}

	p{
		margin:0 0 5px;
		font-family: 'Montserrat', sans-serif;
	}

	.clear{
		clear:both;
	}

	ol, ul{
		list-style:none;
		padding:0;
	}

	.no-padding{
		padding:0 !important;
	}

	.no-margin{
		margin:0 !important;
	}
	
	.no-border{
		border: none !important;
		border-style: none !important;
	}
	
	
	
	
/* Buttons
-------------------------*/




	.button{
		z-index: 0;
		border: 3px solid #FFFFFF;
		cursor: pointer;
		color: #FFFFFF;
		display: block;
		width: 120px;
		height: 53px;
		line-height: 50px;
		margin-top: 30px;
		margin: auto;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-size: 11px;
		word-spacing: 1px;
		background: transparent;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
	}
	
	.button:hover{
		background: #FFFFFF;
		color: #FFFFFF;
	}

	
	
	
/* Floats
-------------------------*/

	
	.float-l{
		float: left !important;
	}
	
	.float-r{
		float: right !important;
	}




/* Row Fix
-------------------------*/

	
	.row:before, 
    .row:after {
        content:"";
        display: table ;
        clear:both;
    }
	

	
	
/* Section Styles

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

	
	.section-content{
		padding: 0px 10% 0px 10%;
		z-index: 9999;
	}
	
	
	.section-content-full{
		padding: 0px 0% 0px 0%;
		z-index: 9999;
	}
	
	
	
/* Separators
----------------------------*/	


	
	.separator { 
		width: 32px;
		height: 3px;
		background: #FFFFFF none repeat;
		margin-top: 30px;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
	}
	
	.separator-small,
	.separator-center{ 
		width: 40px;
		height: 2px;
		background: #505050 none repeat;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
	}
	
	.separator-center{
		margin: 25px auto;
	}
	
	.separator-small{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	

	
	
	
/*======================

	02. Typography

========================*/




/* Font Classes
-------------------------*/



	.lato{
		font-family: 'Lato', sans-serif;
	}
	
	.numbers{
		font-family: 'Roboto', sans-serif;
	}
	



/* Font Positions
-------------------------*/




	.t-left{
		text-align:left !important;
	}

	.t-center{
		text-align:center !important;
	}

	.t-right{
		text-align:right !important;
	}
	
	
	
	
/* Font Weight
-------------------------*/




	.ultrabold{
		font-weight: 900;
	}

	.extrabold{
		font-weight: 800;
	}

	.bold{
		font-weight: 700;
	}

	.semibold{
		font-weight: 600;
	}

	.normal{
		font-weight: 400;
	}
	
	.light{
		font-weight: 300;
	}

	.lighter{
		font-weight: 100;
	}
	
	
	
	
/* Font Transformation
-------------------------*/




	.italic{
		font-style: italic;
	}

	.uppercase{
		text-transform: uppercase;
	}
	
	.lowercase{
		text-transform: lowercase;
	}
	
	.underline{
		text-decoration: underline;
	}
	
	.linethrough{
		text-decoration: line-through;
	}
	
	
	

/* Font Colors
-------------------------*/




	.dark{
		color: #191919;
	}

	.white{
		color: #e5e5e5;
	}

	.gray1{
		color: #777777;
	}

	.gray2{
		color: #505050;
	}

	.colored{
		color: #ffd700;
	}
	
	
	
	
	
/* Font Sizes
-------------------------*/


	.f-smaller{
		font-size: 10px;
		
	}
	
	.f-small{
		font-size: 13.5px;
		
	}
	
	.f-normal{
		font-size: 1em;
		
	}
	
	.f-semi-expanded{
		font-size: 1.25em;
		
	}
	
	.f-medium{
		font-size: 28px;
		
	}
	
	.f-expanded{
		font-size: 2.5em;
		
	}
	
	.f-big{
		font-size: 45px;
		
	}
	
	.f-large{
		font-size: 3.5em;
		
	}
	
	.f-extra-expanded{
		font-size: 4.7em;
		
	}
	
	
	
/*======================

	03. Backgrounds

========================*/



	.white-bg{
		background-color: #fff !important;
	}

	.gray-bg{
		background-color:#505050 !important;
	}

	.dark-bg{
		background-color: #FFFFFF !important;
	}
	
	.colored-bg{
		background-color: #ffd700 !important;
	}


	
	
	
	
	
/*======================

	04. Navigations

========================*/

	
	
	.nav-trigger{
		position: fixed;
		top: 30px;
		left: 50px;
		z-index: 1000;
	}
	
	.uk-nav-sub li a{
		color: #787878;
	}
	
	.uk-nav-sub li{
		padding-top: 7px;
		padding-bottom: 7px;
	}
	
	.uk-offcanvas-bar{
		width: 50%;
		background: #191919;
		overflow-x: hidden;
	}
	
	.navigation-footer{
		position: relative;
		top: 80px;
		margin-left: 10px;
		margin-bottom: 15px;
	}
	
	.navigation-footer ul li{
		display: inline-block;
	}
	
	.navigation-footer img{
		width: 30px;
		margin-left: 10px;
	}
	
	.navigation-footer ul li i{
		color: #fff;
		margin-left: 12px;
		border: 1px solid #2f2f2f;
		width: 30px;
		height: 30px;
		line-height: 28px;
		border-radius: 100%;
		text-align: center;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
	}
	
	.navigation-footer ul li i:hover{
		border: 1px solid #191919;
	}
	
	.footer-info{
		margin-top: 8px;
		margin-left: 12px;
	}
	
	.footer-info p{
		margin-top: 10px;
	}

	
	
	
/*======================

	05. Homepage

========================*/	


	
	#home .separator{
		margin-top: 60px;
		margin-bottom: 60px;
	}

	

/* Left Sides
----------------------------*/	

	
	.left-side{
		width: 50%;

	}
	
	.left-side-small,
	.left-side-small-sidebar{
		width: 35%;
				background-color: #191919 !important;

	}
	
	.left-side-large,
	.left-side-large-blog{
		width: 65%;
	}
	
	.left-side,
	.left-side-small{
		position: fixed;
		left: 0px;
		top: 0px;
		height: 100vh;
		z-index: 1;
	}
	
	.left-side-large-blog{
		position: absolute;
		left: 0px;
		top: 0px;
		height: 100vh;
		z-index: 1;
		margin-left: 30px;
	}
	
	.left-side-small-sidebar{
		position: absolute;
		left: 0px;
		top: 0px;
		height: 100%;
		z-index:1;
		padding-top: 100px;
	}
	


/* Right Sides
----------------------------*/	

	
	.right-side{
		width: 50%;
		background-color: #191919 !important;
	}
	
	.right-side-small-sidebar{
		width: 35%;
		background-color: #191919 !important;
	}


	.right-side-large{
		width: 65%;
				background-color: #191919 !important;

	}
		
	.right-side,
	.right-side-small,
	.right-side-large{
		position: absolute;
		right: 0px;
		top: 0px;
		height: 100%;
		z-index:1;
		background-color: #191919 !important;
	}

	.right-side-small-sidebar{
		position: absolute;
		right: 0px;
		top: 0px;
		height: 100%;
		z-index:1;
		padding-top: 100px;
		background-color: #191919 !important;
	}



/* Top Headers
----------------------------*/

	
	.top-header{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	.top-header-large{
		padding-top: 200px;
		padding-bottom: 100px;
	}
	
	.top-header-large .works-filter-portfolio{
		margin-top: 150px;
	}
	
	.heading{
		position: absolute;
		top: 53%;
		left: 42%;
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 99;
	}

	.heading h2,
	.top-header h2,
	.top-header-large h2{
		word-spacing: 5px;
		line-height: 40px;
	}
	
	.heading .slogans h2{
		line-height: 20px;
	}
	
	.heading .f-big{
		line-height: 50px;
	}

	.heading .f-expanded{
		line-height: 55px;
	}
	
	.heading .f-extra-expanded{
		line-height: 50px;
	}
	
	.team-home img{
		margin-left: 30px;
	}

	
	.portrait img{
		border-radius: 100%;
	}


	
/* Logo Styles
----------------------------*/	

	
	.logo-footer{
		max-width: 100px;
		height: auto;
		float: left;
		position: relative;
		bottom: 10px;
	}
	
	
	

	.logo img{
		text-align: left;
		display: block;
		margin-bottom: 40px;
	}
	
	.logo-center img{
		width: 50px;
		margin-bottom: 30px;
	}
	
	.logo-text{
		letter-spacing: 5px;
	}
	
	
	
	
	
/*========================

	06. About
	
==========================*/



	.about-text{
		margin-top: 25px;
		line-height: 33px;
	}
	
	.about-split{
		margin: 0% 5% 0% 5%;
	}
	
	.about-split p{
		line-height: 40px;
		margin-bottom: 20px;
	}
	
	.about-split .f-medium{
		line-height: 55px;
	}
	

	
/*========================

	07. Services

==========================*/


	
	
	#services{
		padding-top: 100px;
		background: #FFFFFF;
	}
	
	.service{
		padding-bottom: 150px;
	}
	
	.service .separator{
		margin-left: 25px;
	}
	
	.service i{
		font-size: 45px;
	}

	.service h2{
		font-size: 16px;
		word-spacing: 3px;
		letter-spacing: 1px;
		margin-left: 30px;
		
	}
	
	.service p{
		line-height: 35px;
		font-size: 14px;
		margin-top: 15px;
	}
	

	


/*========================

	08. Portfolio

==========================*/




	#portfolio{
		position: relative;
		background: #fff;
		padding-bottom: 200px;
	}
	
	

/* Filters
----------------------------*/	


	
	.works-filter-portfolio .no-border{
		margin: 5px 40px 0px 3px;
	}
	
	.works-filter-portfolio li{
		border: 1px solid #ccc;
		padding: 7px;
		margin: 5px 0px 0px 10px;
	}
	
	.works-filter-top li{
		border: 1px solid #ccc;
		padding: 7px;
		margin: auto;
	}
	
	.uk-subnav > .uk-active > * {
		color: #191919;
	}
	
	.uk-subnav > * > :focus, .uk-subnav > * > :hover{
		color: black;
		text-decoration: none;
	}
	
	.works-filter-top li{
		margin-top: 50px;
	}
	
	.works-filter-top{
		margin: auto;
		text-align: center;
	}
	
	.works-filter li,
	.works-filter-full li{
		margin-right: 30px;
		
	}
	
	.works-filter-full{
		margin-left: 10%;
	}
	
	
	
/* Work Preview
----------------------------*/

	.work li{
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
		overflow: hidden;
	}
	
	.work{
		overflow: hidden;

	}
	
	.work img{
		overflow: hidden;
		width: 100%;

	}
	
	.work li:hover{
		opacity: 1;
		
	}
	
	
	.work img{
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
		overflow: hidden;
	}
	
	
	.work .white-hover,
	.work .dark-hover{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		overflow: hidden;
		opacity: 0;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
	}
	
	
	.white-hover{
		background: url(../images/pattern-2.png) repeat;
	}
	
	.dark-hover{
		background: url(../images/pattern-1.png) repeat;
	}
	
	
	.work .white-hover p,
	.work .dark-hover p{
		position: absolute;
		bottom: 36%;
		left: 50%;
		letter-spacing: 3px;
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		text-align: center;
	}
	
	
	.work .white-hover span,
	.work .dark-hover span{
		position: absolute;
		top: 62%;
		left: 50%;
		letter-spacing: 3px;
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		text-align: center;
	}
	
	.gutter .white-hover p,
	.gutter .dark-hover p{
		position: absolute;
		bottom: 36%;
		left: 53%;
		letter-spacing: 3px;
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		text-align: center;
	}
	
	
	.gutter .white-hover span,
	.gutter .dark-hover span{
		position: absolute;
		top: 62%;
		left: 53%;
		letter-spacing: 3px;
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		text-align: center;
	}
	
	
	.work:hover .white-hover,
	.work:hover .dark-hover{
		opacity: 1;
	}
	
	.work:hover img{
		-o-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	.uk-modal-caption {
		position: absolute;
		left: 0px;
		right: 0px;
		color: #fff;
		text-align: left;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	.hover .button{
		margin: auto;
	}
	
	
	
/* Gutters
----------------------------*/

	.gutter-container{
		margin: 4px 0px 4px 0px;
	}
	
	.gutter-container-full{
		margin: 0px 5px 5px 5px;
	}
	
	.gutter-container-full .gutter{
		padding: 5px;
	}
	
	.gutter{
		padding: 5px 0px 5px 10px;
	}
	
	.gutter:hover img{
		-o-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}


/* Single Projects
----------------------------*/

	
	#project{
		padding-bottom: 120px;
	}
	
	.split-last{
		margin-bottom: 120px;
	}
	
	.project-image img{
		margin-bottom: 20px;
	}
	
	.project-description{
		margin-top: 130px;
	}
	
	.project-description p{
		line-height: 32px;
		margin-bottom: 25px;
	}
	
	.project-description ul li{
		margin-top: 20px;
	}
	
	.feedback{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	



/*========================

	09. Team

==========================*/


	
	#team{
		padding-bottom: 100px;
	}
	
	#team-split{
		padding-top: 30px;
	}
	
	.member{
		margin-bottom: 30px;
	}
	
	.member h2{
		word-spacing: 3px;
		letter-spacing: 2px;
	}
	
	.member h4{
		letter-spacing: 1px;
		word-spacing: 1px;
	}
	
	.member ul li{
		display: inline-block;
		margin-right: 25px;
	}
	
	.member ul li i{
		-moz-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}
	
	.member .hover{
		background: url(../images/pattern-2.png) repeat;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		overflow: hidden;
		opacity: 0;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
	}
	
	.member:hover .hover{
		opacity: 1;

	}
	
	.hover-content{
		position: absolute;
		top: 50%;
		left: 50%;
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		text-align: center;
		
	}
	
	.hover-content ul li{
		background: #191919;
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-top: 25px;
		border-radius: 100%;
		color: #fff;
	}
	
	.hover-content ul li a{
		color: #fff;
	}
	

	
/*========================

	10. Pricing Table

==========================*/
	
	
	
	
	#pricing{
		position: relative;
		padding-bottom: 100px;
		background: #fff;
	}
	
	.price-table{
		border: 3px solid #e5e5e5;
		padding: 30px;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
		margin-bottom: 100px;
	}
	
	.price-table:hover{
		border: 3px solid #ccc;
	}
	
	.table-special{
		border: 1px solid #777777;
	}
	
	.price-head{
		margin-bottom: 50px;
	}
	
	.price-head h1{
		margin-bottom: 20px;
	}
	
	
	.price-value{
		margin-top: 50px;
	}
	
	.price-body ul li{
		margin: 25px 0px 0px 0px;
		padding: 0px 0px 25px 0px;
	}
	
	.price-table .button{
		margin-top: 50px;
	}
	
	
	
	
	
/*========================

	11. Blog

==========================*/


	#blog{
		padding-top: 100px;
		background: #fff;
	}
	
	
/* Blog Post
----------------------------*/		


	#blog-post{
		padding-bottom: 50px;
	}
	
	.blog-post{
		margin-bottom: 50px;
	}
	
	.post-full,
	.right-side-large .blog-post,
	.left-side-large-blog .blog-post{
		padding-bottom: 50px;
	}
	
	.blog-post h3{
		line-height: 40px;
		padding: 40px 0px 30px 0px;
	}
	
	.blog-post ul li{
		display: inline-block;
		margin: 0px 0px 10px 10px;
	}
	
	.blog-post ul li a{
		margin-left: 3px;
	}
	
	.blog-post img{
		opacity: 0.9;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
	}
	
	.blog-post img:hover{
		opacity: 1;
	}

	.blog-post p{
		line-height: 40px;
	}
	
	.full-post{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	.post-full img{
		width: 100%;
		
	}

	blockquote{
		line-height: 37px;
	}
	
	.blog-post .button{
		margin-top: 30px;
	}
	
	.blog-masonry .blog-post{
		padding: 20px;
		margin-bottom: 100px;
	}
	
	
	
	
/* Blog Sidebar
----------------------------*/	



	
	.sidebar{
		margin: 0px 0px 130px 60px;
	}
	
	.right-side-small-sidebar .sidebar{
		margin: 0px 0px 130px 0px;
	}
	
	.sidebar ul{
		margin-top: 50px;
	}
	
	.sidebar ul li{
		margin-top: 40px;
		line-height: 30px;
	}
	
	.sidebar img{
		max-width: 50px;
		margin-right: 15px;
	}
	
	.tags{
		margin-bottom: 100px;
	}
	
	.tags li{
		display: inline-block;
		padding: 5px;
		margin: 3px;
		border: 1px solid #777777;
		border-radius: 2px;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
	}
	
	.tags li:hover a{
		color: #fff;		
	}
	
	
	.tags li:hover{
		background: #191919;
		border: 1px solid #191919;
	}

	
	
	
	
/* Comments
----------------------------*/	


	
	.comment-form{
		float: left;
		text-align: left;
		width: 100%;
		margin-bottom: 100px;
	}
	
	.form{
		margin-top: 50px;
	}
	
	.form input{
		padding: 10px;
		margin-bottom: 10px;
		float: left;
		width: 100%;
		border: none;
		border-bottom: 1px solid #999999;
	}
	
	.form .button{
		margin-top: 40px;
	}


	.comment-form h3{
		margin-bottom: 20px;
	}
	

	.form textarea{
		width: 100%;
		margin-top: 20px;
		padding: 10px;
		border: none;
		border-bottom: 1px solid #191919;
	}
	
	.posted-comment{
		background: #191919;
		margin-top: 50px;
		margin-bottom: 100px;
		padding: 20px;
	}
	
	.posted-comment img{
		border-radius: 100%;
		width: 50px;
	}
	
	.posted-comment span{
		font-size: 11px;
	}
	
	.posted-comment p{
		margin-top: 30px;
		margin-bottom: 30px;
		line-height: 32px;
	}
	
	
	
/*========================

	12. Map

==========================*/

a{color:#FFFFFF !important} 
	
	#map_canvas {
		height: 100vh;
		width: 100%;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
		margin-bottom: 100px;

	}
	
	.map-full{
		margin-bottom: 200px;
	}
	

	
	
	
/*========================

	13. Contact

==========================*/	



	#contact  form input,form textarea {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
		margin-bottom: 40px;
		transition: none;
		background: transparent;
		width: 100%;
		border: none;
		color: #fff;
		float: left;
		border-bottom: 3px solid #fff;
		font-size: 16px;
		font-weight: 500;
		word-spacing: 2.5px;
		text-align: left;
	}
	
	
	#message{	
		height: 100px;
	}

	#contact-form{
		text-align:left;
	
	}
	
	#contact-wrapper{
		margin-right: 5%;
	}

	#contact-form p span {
		display: block;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
	
	#contact-form p{
		margin-top: 15px;
	}
	
	#contact-form  i{
		margin-right: 5px;
	}
	
	#contact-form  p{
		float: right;
	}
	
	.contact-btn{
		float: left;
		margin-top: 50px;
		margin-bottom: 150px;
	}

	::-webkit-input-placeholder {
	 color: #fff;
	}

	#contact-form  label {
		cursor: text;
		display: block;
		margin: 0;
		position: relative;
		top: 0;
		width: 100%;
	}
	:-moz-placeholder { /* Firefox 18- */
	 color: #fff;
	}

	::-moz-placeholder {  /* Firefox 19+ */
	 color: #fff;
	}

	:-ms-input-placeholder {
	 color: #fff;
	}

	#contact-form .error {
		bottom: 12px;
		font-family: inherit;
		font-size: 14px;
		font-weight: normal;
		left: auto;
		letter-spacing: 0;
		position: absolute;
		right: 20px;
		text-transform: capitalize;
		width: auto;
	}

	.response h3 {
		letter-spacing: 2px;
		margin: 10px 0 25px;
		text-transform: uppercase;
	}


	

/*========================

	14. Shop

==========================*/
	
	
	#shop{
		padding-top: 100px;
		
	}
	
	.shop-post{
		margin-bottom: 200px;
	}
	
	.shop-post h3{
		letter-spacing: 1px;
		word-spacing: 3px;
		padding: 9px 0px 0px 0px;
		
	}
	
	.shop-post img{
		opacity: 0.9;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
		width: 100%;
	}
	
	.shop-post img:hover{
		opacity: 1;
	}

	.shop-post p{
		line-height: 40px;
	}

	.shop-post .button{
		margin-top: 30px;
	}

	.shop-masonry .shop-post{
		padding: 0px 20px 0px 20px;
	}
	
	.single-product{
		margin-bottom: 50px;
	}
	
	
	
/*========================

	15. Responsive

==========================*/


	
	
/* Resolution Under 1020px
----------------------------*/

	
	
	@media all and (max-width: 1020px) {
	
	
		.left-side,
		.left-side-small{
			position: relative;
			left: 0px;
			top: 0px;
			height: 100vh;
			z-index: 1;
		}
		
		.left-side-large-blog{
			margin-left: 0px;
		}
		
		
		.right-side,
		.right-side-small,
		.right-side-large,
		.left-side-large-blog{
			position: relative;
			right: 0px;
			top: 0px;
			height: 100%;
			z-index:1;
						background-color: #191919; !important;
		}

		.right-side,
		.right-side-large,
		.right-side-small-sidebar,
		.left-side-small-sidebar,
		.left-side,
		.left-side-small,
		.left-side-large-blog{
			width: 100%;
			background-color: #191919; !important;
		}
		
		.navigation-footer ul li i{
			color: #fff;
			margin-left: 8px;
			margin-bottom: 8px;
			border: 1px solid #fff;
			width: 30px;
			height: 30px;
			line-height: 28px;
			border-radius: 100%;
			text-align: center;
			-webkit-transition: all 0.4s;
			-moz-transition: all 0.4s;
			transition: all 0.4s;
		}
		
		.blog-post{
			padding-bottom: 50px;
			margin-bottom: 100px;
		}
		
		
		.about-split p{
			margin-top: 20px;
		}
		
		.left-side-small-sidebar{
			position: relative;
			padding-top: 50px;
		}
		
		.right-side-small-sidebar{
			width: 100%;
			position: relative;
		}
		
		.blog-masonry .blog-post{
			padding-bottom: 20px;
		}
		
		.gutter-container{
			margin: 0px 5px 5px 5px;
			background-color: #191919 !important;
		}
	
		.gutter-container .gutter{
			padding: 5px;
			background-color: #191919 !important;
		}
		
		#project-split .project-description{
			padding: 0px 40px 0px 40px;
		}
		
		.works-filter-top{
			margin: auto;
			text-align: center;
		}

		.works-filter-portfolio li,
		.works-filter-top li{
			border: 1px solid #ccc;
			padding: 7px;
			margin: 8px auto;
		}
		
		.works-filter-top li{
			margin-top: 50px;
		}
		
		.works-filter,
		.works-filter-full{
			position: absolute;
			bottom: 50px;
			left: 13%;
			transform: rotate(1deg);
			-webkit-transform: rotate(1deg);
			-moz-transform: rotate(1deg);
			-o-transform: rotate(1deg);
			-ms-transform: rotate(1deg);


		}
		
		.works-filter li,
		.works-filter-full li{
			margin-right: 30px;
			
		}
			
		#map_canvas {
			width: 100%;

		}
		
		#project .no-margin{
			margin-top: 130px !important; 
		}

		.team-home .float-l{
			float: initial !important;
		}
		
		.loader-img img{
			left: 45%;
		}
		
		.blog-post ul li,
		.shop-post ul li{
			display: block;
			padding-left: 15px;
			border-left: 1px solid #FFFFFF;
			
		}
		
		.blog-post ul li,
		.shop-post ul li{
			margin: 0px 0px 20px 0px;
		}
		
		.blog-post .no-margin,
		.shop-post .no-margin{
			margin: 0px 0px 20px 0px !important;
		
		}
		
		.blog-post .no-padding,
		.shop-post .no-padding{
			padding-left: 15px !important;
		} 
		
		.blog-post .no-border,
		.shop-post .no-border{
			border-left: 1px solid #b2b2b2 !important;
		} 
		
		.multi-img img{
			margin-left: 25px;
			width: 45px;
		}
		
		.simple-big h2{
			font-size: 3em;
		}
		
		#about .heading{
			position: absolute;
			top: 50%;
			left: 50%;
			padding: 0px 10px 0px 35px;
			z-index: 99;
			width: 100%;
		}
		
		#about .logo{
			display: none;
		}
		
		.about-text{
			line-height: 28px;
		}
		
		.service{
			padding-bottom: 400px;
		}
		
		#contact-wrapper{
			margin-left: 5%;
		}
		
		.f-expanded{
			font-size: 2em;
		}

	}
	

	
	
/* Resolution Under 590px
----------------------------*/	

	@media all and (max-width: 590px) {
		
		.f-medium{
			font-size: 22px;
		}
		
		
		.f-expanded{
			font-size: 1.5em;
		}
	}
	
	
/* Resolution Under 500px
----------------------------*/	

	@media all and (max-width: 500px) {
		
		.works-filter-portfolio .no-border {
			margin: 5px 1px 0px 3px;
		}

	}

	
/* Resolution Under 460px
----------------------------*/	


	
	@media all and (max-width: 460px) {
		
		.loader-img img{
			left: 42%;
		}
	
		#map_canvas {
			height: 350px;

		}
		
		#contact-form p{
			float: left;
			margin-top: 20px;
		}
		
		.service .separator{
			display: none;
		}
		
		
		.post-info .no-margin{
			margin: 0px 0px 20px 0px !important;
			
		}
		
		.post-info .no-padding{
			padding-left: 20px !important;
		}
		
		.post-info .no-border{
			border-left: 1px solid #FFFFFF !important;
		}
		
		.uk-offcanvas-bar{
			width: 75%;
			background: #191919;
			overflow-x: hidden;
		}
		
		.member ul li{
			display: inline-block;
			margin-right: 5px;
		}
		
		.portrait img{
			margin-top: 50px;
		}
		
		.big-text h2{
			width: 100%;
		}
		
		.f-extra-expanded{
			font-size: 2.5em;
			line-height: 30px;
		}
		
		.f-large {
			font-size: 2.3em;
		}
		
		.f-big{
			font-size: 1.9em;
		}
		
		.f-expanded{
			font-size: 15px;
		}
		
		.f-semi-expanded{
			font-size: 15px;
		}

		.f-medium{
			font-size: 18px;
		}
		
		.f-normal{
			font-size: 12px;
		}
		
		.heading h2, .top-header h2{
			line-height: 28px;
		}
		
		.heading .f-big{
			line-height: 30px;
		}

		.big-text h2{
			line-height: 47px;
		}
		
		.works-filter li,
		.works-filter-full li{
			margin-right: 0px;
		
		}
		
		.uk-subnav li{
			font-size: 11px;
		}
		
		.uk-subnav .no-border{
			border: 1px solid #FFFFFF !important;
			font-size: 11px;
			margin-left: 10px;
		}
		
		.heading{
			position: absolute;
			top: 48%;
			left: 42%;
		}
		
		#home .separator{
			margin-top: 30px;
			margin-bottom: 30px;
		}
		
		.nav-trigger{
			position: fixed;
			left: 30px;
		}
			
		.heading .f-expanded{
			line-height: 30px;
		}
		
		.heading .f-extra-expanded{
			line-height: 30px;
		}

		
		.top-header-large{
			padding-top: 50px;
			padding-bottom: 50px;
		}
		
		.nav-trigger .f-expanded{
			font-size: 20px;
		}

	}