/* 1. GLOBAL CSS */	
/* *************************************************** */
body {
	background: #1d1f24;
	margin: 0px;
	font-family: 'Lexend Deca', sans-serif;
	font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
	color: #fff;
	/*background:url(images/firstBG.jpg) 50% 0 no-repeat fixed;*/
}

a, a:visited {
	font-weight: normal;
	color: #fff;
	transition: all 0.2s linear;
	text-decoration: none;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

a:hover, a:active {
	text-decoration: none;
	color: #e11378;	
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

a.btn {
	text-align: center;
	height: 60px;
	line-height: 60px;
	padding: 0 40px;
	font-weight: 300;
	font-size: 18px;
	margin: 0 10px;
}

	a.btn-main {
		border-radius: 0px;
		background: #e11378;
		color: #fff;
		border: 1px solid #e11378;
		transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		outline: none;
		box-shadow: none;
	}

	a.btn-main.active,
	a.btn-main:hover {
		color: #e11378;
		border: 1px solid #fff;
		background: #fff;
		transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
	}

	a.btn-secondary {
		border-radius: 0px;
		background: none;
		color: #fff;
		border: 2px solid #fff;
		transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		outline: none;
		box-shadow: none;
	}

	a.btn-secondary.active,
	a.btn-secondary:hover {
		color: #e11378;
		border: 2px solid #fff;
		background: #fff;
		transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
	}

.container {
	overflow: hidden;
}

strong {
	font-weight: bold;
	color: #e11378;
}

.clear {
	clear: both;
}

.line-sm,
.line-md,
.line-lg {
	display: block;
	margin: 0 auto;
	height: 4px;
	margin-bottom: 30px;
}
	.line-sm {
		width: 25%;
	}

	.line-md {
		width: 60%;
	}

	.line-lg {
		width: 100%;
	}

	section.clean-bg .line-sm,
	section.clean-bg .line-md,
	section.clean-bg .line-lg {
		border-top: 1px dotted #231f20;
		border-bottom: 1px dotted #231f20;
	}

	section.parallax-bg .line-sm,
	section.parallax-bg .line-md,
	section.parallax-bg .line-lg {
		border-top: 1px dotted #fafafa;
		border-bottom: 1px dotted #fafafa;
	}
h1 { 
	font-size: 50px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
}
h2 {
	display: block;
	font-size: 41px;
	line-height: 55px;
	text-align: center;
	font-weight: normal;
	margin: 80px 0px 90px 0px;
	color: #fff;
}

p.description-sm,
p.description-md,
p.description-lg {
		font-size: 21px;
		line-height: 31px;
		display: block;
		margin: 0 auto;
		text-align: center;
		font-weight: lighter;
		margin-bottom: 30px;
		color: #fff;
	}

	p.description-sm {
		width: 25%;
	}

	p.description-md {
		width: 60%;
	}

	p.description-lg {
		width: 100%;
	}

#top-link { 
	display: none; 
	position: fixed; 
	right: 15px; 
	bottom: 15px; 
	color: #fff; 
	font-weight: bold; 
	background: #e11378; 
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 37px;
	font-size: 26px;
	border-radius: 50%;
	z-index: 9999;
}

	#top-link:hover {
		color: #fff;
	}

#spacer {
	width: 1920px;
	height: 1px;
	margin: 0;
	background-color: #fff;
}
/*SLICK SLIDER*/
.slick-prev:before {
	content: '\f104';
}

.slick-next:before {
	content: '\f105';
}

.slick-prev,
.slick-next {
	position: relative;
	display: inline-block !important;
	background: #ff9500;
	border-radius: 5px;
	width: 45px;
	height: 45px;
	text-align: center;
	margin: 10px;
	line-height: 45px;
	left: 0px;
	right: 0px;
	color: #fff;
}

.slick-prev:before,
.slick-next:before {
	font-family: FontAwesome;
	color: #fff;
	opacity: 0.75;
	text-align: center;
	line-height: 45px;
	width: 45px;
	height: 45px;
	font-size: 40px;
	opacity: 1;
}

.slick-prev:hover, 
.slick-prev:focus, 
.slick-next:hover, 
.slick-next:focus { 
	outline: none; 
	background: #ff9500; 
}

.slick-prev:hover:before, 
.slick-next:hover:before { 
	color: #000; 
}

.slick-prev:focus:before, 
.slick-next:focus:before {
	color: #fff;
} 

.queryloader__overlay {
	position: relative;
} 

	.queryloader__overlay__percentage {
		background: url(../img/logo_preloader.png) top center no-repeat;
		display: block;
		width: 100%;
		padding-top: 320px;
		margin-top: -300px !important;
	}

/* 2. HEADER */	
/* *************************************************** */
#header {
	width: 100%;
	z-index: 1500; 
	width: 100%;
	background: none;
	position: fixed; 
	left: 0; 
	top: 0; 
	height: 165px;
}
	#header.f-nav { 
		z-index: 1500; 
		background-color: #fff;
		height: 50px;
	}

	#header .logo,
	#header .logo a {
		display: block;
		/* width: 100%; */
		margin-top: 75px;
	}
	
	#header.f-nav .logo,
	#header.f-nav .logo a {
		margin-top: 5px;
	}

		#header.f-nav .logo,
		#header.f-nav .logo img {
			height: 50px;
			width: 50px;
		}

	#header .logo {
		margin-top: 75px;
	}

		#header .logo img {
			height: 100px;
			width: 100px;
		}
	
	.slicknav_menu {
		display: none;
	}

	#header .main-nav {
		background-color: none;
		height: 90px;
	 }

		#header .main-nav ul {
			width: 100%;
			text-align: right;
			list-style: none;
			margin-bottom: 0px;
			margin-top: 75px;
		}

		#header.f-nav .main-nav ul {
			margin-top: 0px;
		}

			#header .main-nav ul li {
				display: inline-block;
				height: 60px;
				line-height: 60px;
				padding: 0px 10px;
			}

				#header.f-nav .main-nav ul li {
					height: 50px;
					line-height: 50px;
				}

				#header .main-nav ul li a {
					font-size: 18px;
					font-weight: 300;
					color: #fff;
					text-decoration: none;
				}

				#header.f-nav .main-nav ul li a, #header.f-nav .main-nav ul li a:hover { 
					color: #1d1f24;
					text-decoration: none;
				}
				#header .main-nav ul li.active a, #header .main-nav ul li.active a:hover {
					color: #e11378;
					text-decoration: none;
				}


/* 3. SLIDER */	
/* *************************************************** */
#slider {
	width: 100%;
	clear: both;
	background-image: url("../content/slider/slide1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;   
} 

	#slider .slides {
		background: rgba(12, 15, 20, 0.7);
		height: 100%;
		width: 100%;	
	}

		#slider .slides .slide-center {
			position: absolute;
			top: 50%;
			width: 100%;	
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
		}

		#slider .slides .slide-center > div {
			position: relative;
		}


			#slider .title {
				font-size: 70px;
				line-height: 80px;
				width: 100%;
				text-align: center;
				
			}

				#slider .title p {
					font-size: 20px;
					font-weight: 300;
					font-stretch: normal;
					font-style: normal;
					line-height: 1.39;
					letter-spacing: normal;
					text-align: center;
					color: #fff;
				}

			#slider .link {
				position: absolute;
				bottom: 50px;
				left: 50%;
				margin-left: -40px;
			}

				#slider .link i {
					display: block;
					width: 80px;
					height: 40px;
					text-align: center;
					line-height: 35px;
					border: 3px solid #fff;
					color: #fff;
					margin: 0 auto;
					font-size: 50px;
					transition: all 0.2s linear;
					-moz-transition: all 0.2s linear;
					-webkit-transition: all 0.2s linear;
				}

				#slider .btn { 
					margin-top: 20px;
				}


/* 4. FOOTER */	
/* *************************************************** */
#footer {
	width: 100%;
	height: 100px;
}

	#footer h2 {
		margin: 0;
		text-transform: none;
		font-size: 16px;
		font-weight: 300;
		color: #fff;
		text-align: left;
		line-height: 100px;
	}

	#footer ul.social {
		list-style: none;
		width: 100%;
		height: 24px;
		margin: 38px 0;
	}

		#footer ul.social li { 
			display: inline-block;
			margin: 10px;
		}

			#footer ul.social li a {
				font-size: 21px;
				line-height: 24px;
			}

			#footer ul.social li a:hover {
				
			}

/* 5. SECTIONS GLOBAL */	
/* *************************************************** */
section.clean-bg {
	background: #fafafa; 
	color: #000;
	padding-bottom: 90px;
}

section.parallax-bg {
	background: center no-repeat fixed;
	color: #fafafa;

}

section.parallax-bg.left,
section.parallax-bg.right {
	background-size: 50%;

}
	section.parallax-bg .parallax-mask {
		width: 100%;
		height: 100%;
		display: block;
		/*background: rgba(0,0,0,0.6);*/
		background: url(../img/parallax-mask.png) top left;
		padding-bottom: 90px;
	}

	section.clean-bg .parallax-mask {
		background: rgba(0,0,0,0.0);
	}

/* 6. ABOUT */	
/* *************************************************** */
#about {
	width: 100%;
	padding: 125px 0px 50px 0px;
	text-align: left;
}

	#about img.box { 
		width: 100%;
	}
	
	#about h2 { 
		margin: 0px 0px 30px 0px;
		text-align: left;
	}

	#about p b { 
		color: #e11378;
	}
	#about .disclaimer { 
		margin-top: 20px;
	}
		#about .disclaimer p,
		#about .disclaimer li {
			font-size: 14px;
			font-weight: 300;
			line-height: 21px;
		}


/* 7. SERVICES */	
/* *************************************************** */
#services {
	width: 100%;
	padding: 120px 0px 150px 0px;
	text-align: left;
}

#services p b { 
	color: #e11378;
}

#services .pad { 
	margin-top: 50px;
	margin-bottom: 50px;
}

#services .disclaimer p,
#services .disclaimer li {
	font-size: 14px;
	font-weight: 300;
	line-height: 21px;
}

	#services h2 { 
		margin: 0px 0px 30px 0px;
		text-align: left;
	}

	#services .box {
	}

		#services .box .icon {
			height: 90px;
			width: 90px;
			float: left;
			margin-right: 30px;
			margin-top: 20px;
			display: flex;
    		justify-content: center;
    		align-items: center;
		}

			/* #services .box .icon img {
				width: 100%;
				height: auto;
				/* display: block;
  				margin-top: auto;
				margin-bottom: auto; */
				/* display: block; */
				/* line-height: 120px; */
				/* text-align: center; */
				/* font-size: 60px; */
				/* background: rgba(255,255,255,0.3); */
			} */

		#services .box h3 {
			margin-top: 0px;
			font-size: 18px;
			font-weight: lighter;
			text-transform: uppercase;
			color: #ff9500;
		}

/* 10. WORKS */	
/* *************************************************** */
#works {
	width: 100%;
	background-color: #0f1013;
	padding-bottom: 0px;
}

	#works h2 { 
		margin: 65px 0px 30px 0px;
		text-align: left;
	}

	#works p { 
		color: white;
		margin-bottom: 70px;
	}

	#works .buttons {
		text-align: center;
		margin-bottom: 40px;
	}

		#works .buttons button.btn {
			border-radius: 0px;
			background: #fff;
			color: #000;
			border: 1px solid #000;
			text-transform: uppercase;
			transition: all 0.2s linear;
			-moz-transition: all 0.2s linear;
			-webkit-transition: all 0.2s linear;
			outline: none;
			box-shadow: none;
			margin: 0px 5px;
		}

		#works .buttons button.active,
		#works .buttons button:hover {
			color: #ff9500;
			border: 1px solid #ff9500;
			transition: all 0.2s linear;
			-moz-transition: all 0.2s linear;
			-webkit-transition: all 0.2s linear;
		}

	#works .box {
		/* margin: 15px 0px; */
		padding-left: 0px;
		padding-right: 0px;
	}

		#works .box .square {
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
		}

			#works .box .square .mask {
				background: rgba(15,16,19,0.8);
				width: 100%;
				height: 100%;
				
				display: flex;
  				align-items: center;

				opacity: 0;
				transition: all 0.2s linear;
				-moz-transition: all 0.2s linear;
				-webkit-transition: all 0.2s linear;
			}

			#works .box .square .mask .mask-box { 
				margin: 0px;
				color: #fff;
				width: 100%;
				padding: 30px 20px;
				text-align: center;
				/* position: absolute; */
				/* top: 50%;
				left: 0px; */
				
			}

				#works .box .square .mask h3 {
					/* margin: 0px; */
					color: #fff;
					width: 100%;
					/* background: #ff9500; */
				}

				#works .box .square .mask p {
					/* margin: 0px; */
					color: #fff;
					width: 100%;
					font-weight: 100;
					/* background: #ff9500; */
				}

			#works .box a:hover .square .mask {
				opacity: 1;
				transition: all 0.2s linear;
				-moz-transition: all 0.2s linear;
				-webkit-transition: all 0.2s linear;
			}



/* 19. CONTSACT */	
/* *************************************************** */
#contact {
	width: 100%;
	padding-bottom: 130px;
}

	#contact iframe {
		width: 100%;
		height: 420px;
		-webkit-box-shadow: 1px 2px 10px 0px rgba(50, 50, 50, 0.50);
		-moz-box-shadow:    1px 2px 10px 0px rgba(50, 50, 50, 0.50);
		box-shadow:         1px 2px 10px 0px rgba(50, 50, 50, 0.50);
	}

	#contact .overlay {
		background:transparent; 
		position:relative; 
		width: 100%;
		height: 460px;
		top: 460px;  /* your iframe height */
		margin-top: -460px;  /* your iframe height */
	}

	#contact .box {
		background: rgba(255,255,255,0.1);
		padding: 40px 30px;
		margin-bottom: 20px;
	}

		#contact .box.form {

		}	

			#contact .box.form h3 {
				margin: 0px;
				margin-bottom: 30px;
				padding: 0px;
				font-size: 24px;
				color: #fff;
				text-transform: uppercase;
			}

			#contact .box.form .form-group {
				margin-bottom: 45px;
			}
	
				#contact .box.form label {
					font-size: 18px;
					text-transform: uppercase;
					color: #fff;
					font-weight: lighter;
				}

				#contact .box.form input {
					padding: 26px 12px;
					background: #363636;
					border: 0px;
					color: #fff;
				}

			#contact .box.form textarea {
				padding: 26px 12px;
				background: #363636;
				border: 0px;
				max-width: 100%;
				color: #fff;
			}

			#contact .box.form button.btn {
				background: #fda527;
				color: #fff;
				border: 0px;
				transition: all 0.2s linear;
				-moz-transition: all 0.2s linear;
				-webkit-transition: all 0.2s linear;
			}

				#contact .box.form button.btn:hover {
					color: #000;
					transition: all 0.2s linear;
					-moz-transition: all 0.2s linear;
					-webkit-transition: all 0.2s linear;
				}
		
		#contact .box.address {

		}

			#contact .box.address p {
				position: relative;
				padding-left: 35px;
				font-size: 16px;
				font-weight: lighter;
				text-transform: uppercase;
			}

				#contact .box.address i { 
					position: absolute;
					top: 3px;
					left: 0px;
					font-size: 22px;
				}

				#contact .box.address a {
					font-size: inherit;
					font-weight: inherit;
				}

		#contact .box.validation {
			display: none;
		}

/* 20. BLOG */	
/* *************************************************** */
#blog .blog-item {
	margin-bottom: 90px;
}

	#blog .blog-item .blog-item-head {
		position: relative;
		overflow: hidden;
	}

		#blog .blog-item .blog-item-head .date {
			display: block;
			width: 100px;
			position: absolute;
			top: 0px;
			left: 0px;
			text-align: center;
			border-right: 2px solid #ff9500;
		}

			#blog .blog-item .blog-item-head .date span {
				display: block;
				font-size: 50px;
				line-height: 60px;
			}

		#blog .blog-item .blog-item-head .title {
			display: block;
			padding-left: 140px;
			min-height: 80px;
		}

			#blog .blog-item .blog-item-head .title h3 {
				margin-top: 30px;
			}

				#blog .blog-item .blog-item-head .title h3 a {
					color: #000;
					-webkit-transition: all linear 0.2s;
					-o-transition: all linear 0.2s;
					transition: all linear 0.2s;
				}

					#blog .blog-item .blog-item-head .title h3 a:hover {
						color: #ff9500;
						-webkit-transition: all linear 0.2s;
						-o-transition: all linear 0.2s;
						transition: all linear 0.2s;
						text-decoration: none;
					}

	#blog .blog-item .blog-item-image {
		display: block;
		width: 100%;
		height: 480px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border-top: 2px solid #ff9500;
		border-bottom: 2px solid #ff9500;
		margin: 10px 0px;
	}

	#blog .blog-item .blog-item-content {
	}

		#blog .blog-item .blog-item-content p {
			color: #888888;
			font-size: 16px;
			font-weight: lighter;
			text-align: justify;
		}

		#blog .blog-item .blog-item-content img {
			width: 100%;
			height: auto;
			margin-top: 7px;
		}

			#blog .blog-item .blog-item-content img.image-small {
				width: 33%;
			}

			#blog .blog-item .blog-item-content img.image-medium {
				width: 48%;
			}
			
			#blog .blog-item .blog-item-content img.image-left {
				float: left;
				margin-right: 10px;
			}

			#blog .blog-item .blog-item-content img.image-center {
				
			}

			#blog .blog-item .blog-item-content img.image-right {
				float: right;
				margin-left: 10px;
			}

		#blog .blog-item .blog-item-content h1 {
			font-size: 28px;
			text-align: left;
			margin: 20px 0px 10px 0px;
		}
		#blog .blog-item .blog-item-content h2 {
			font-size: 24px;
			text-align: left;
			margin: 20px 0px 10px 0px;
		}
		#blog .blog-item .blog-item-content h3 {
			font-size: 20px;
			text-align: left;
			margin: 20px 0px 10px 0px;
		}
		#blog .blog-item .blog-item-content h4 {
			font-size: 16px;
			text-align: left;
			margin: 20px 0px 10px 0px;
		}
		#blog .blog-item .blog-item-content h5 {
			font-size: 14px;
			text-align: left;
			margin: 20px 0px 10px 0px;
		}
		#blog .blog-item .blog-item-content h6 {
			font-size: 12px;
			text-align: left;
			margin: 20px 0px 10px 0px;
		}


	#blog .blog-item .blog-item-footer {
		position: relative;
		padding-bottom: 20px;
		border-bottom: 1px solid #ebebeb;
		margin-bottom: 20px;
	}

		#blog .blog-item .blog-item-footer .description {
			padding-right: 100px;
		}

			#blog .blog-item .blog-item-footer .description > div {
				display: inline-block;
				font-size: 12px;
				color: #888;
				text-transform: uppercase;
				margin-right: 30px;
			}

				#blog .blog-item .blog-item-footer .description > div span {
					font-weight: bold;
					color: #000;
				}

				#blog .blog-item .blog-item-footer .description i.fa {
					margin-left: 2px;
					color: #000;
					margin-right: 10px;
				}

		#blog .blog-item .blog-item-footer a.read-more {
			position: absolute;
			top: 0px;
			right: 0px;
			text-transform: uppercase;
		}
	
	#blog-header {
		width: 100%;
		height: 300px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		margin-top: 80px;
	}

	#blog {
		margin-top: 90px;
	}

	#blog.single {
		margin-top: 180px;
	}

/* 21. PAGINATION BLOG */	
/* *************************************************** */
#blog .blog-pagination {
	text-align: center;
}

	#blog .blog-pagination ul {
		padding: 0px;
		margin: 0px;
		list-style: none;
	}

		#blog .blog-pagination ul li {
			display: inline-block;
		}

			#blog .blog-pagination ul li a {
				display: block;
				width: 25px;
				height: 25px;
				background: #fff;
				border: 1px solid #a0a0a0;
				line-height: 25px;
				text-align: center;
				color: #a0a0a0;
				font-size: 13px;
				font-weight: lighter;
			}

		#blog .blog-pagination ul li.prev {

		}

		#blog .blog-pagination ul li.next {

		}

		#blog .blog-pagination ul li.seperator {
			display: inline-block;
			width: 25px;
			height: 25px;
			line-height: 25px;
			text-align: center;
			color: #a0a0a0;
			font-size: 13px;
			font-weight: lighter;
		}

		#blog .blog-pagination ul li a:hover,
		#blog .blog-pagination ul li.active a {
			color: #000;
			border: 1px solid #000;
		}

/* 22. SIDEBAR BLOG */	
/* *************************************************** */
#blog .sidebar {

}


	#blog .sidebar form {
		margin-bottom: 90px;
	}

		#blog .sidebar form input {
			width: 100%;
			font-size: 13px;
			padding: 5px 10px;
			font-weight: lighter;
		}

	#blog .sidebar .tab-widget {
		margin-bottom: 40px;
	}

		#blog .sidebar .tab-widget .head {
			overflow: hidden;
		}

			#blog .sidebar .tab-widget .head span {
				width: 84px;
				display: block;
				float: left;
				margin-right: 5px;
				background: #fff;
				text-align: center;
				padding: 8px 3px;
				border: 1px solid #efefef;
				color: #000;
				cursor: pointer;
			}

			#blog .sidebar .tab-widget .head span:last-child {
				margin-right: 0px;
				width: 84.5px;
			}

			#blog .sidebar .tab-widget .head span.active,
			#blog .sidebar .tab-widget .head span:hover {
				background: #efefef;
				color: #818181;
			}

		#blog .sidebar .tab-widget .content {
			border-top: 1px solid #efefef;
			overflow: hidden;
		}
			
			#blog .sidebar .tab-widget .content .item {
				margin-top: 20px;
			}

				#blog .sidebar .tab-widget .content .item.random,
				#blog .sidebar .tab-widget .content .item.latest {
					display: none;
				}

				#blog .sidebar .tab-widget .content p {
					font-size: 12px;
					color: #888888;
					line-height: 14px;
				}

				#blog .sidebar .tab-widget .content img {
					float: left;
					max-width: 80px;
					height: auto;
					margin-right: 10px;
					margin-bottom: 10px;
				}

				#blog .sidebar .tab-widget .content .description {
					font-size: 12px;
					color: #888888;
					line-height: 14px;
				}


	#blog .sidebar .widget {
		margin-bottom: 40px;
		color: #888888;
		font-size: 13px;
		line-height: 20px;
		font-weight: lighter;
	}

		#blog .sidebar .widget h3 {
			font-size: 13px;
			color: #000;
			margin: 0px 0px 20px 0px;
			padding-bottom: 10px;
			border-bottom: 1px solid #ebebeb;
			text-transform: uppercase;
		}

			#blog .sidebar .widget ul {
				list-style: none;
				padding: 0px;
				margin: 0px;
			}

				#blog .sidebar .widget ul li {
						
				}

				#blog .sidebar .widget ul li a:before {
					font-family: FontAwesome;
					font-weight: normal;
					font-style: normal;
					display: inline-block;
					text-decoration: inherit;
					content: "\f105";
					color: inherit;
					margin-right: 5px;
				}

					#blog .sidebar .widget ul li a {
						color: inherit;
					}

					#blog .sidebar .widget ul li a:hover {
						text-decoration: none;
						color: #ff9500;
					}

			#blog .sidebar .widget ul.tags {
			}

				#blog .sidebar .widget ul.tags li {
					display: inline-block;
					margin-right: 5px;
					margin-bottom: 10px;
				}

					#blog .sidebar .widget ul.tags li a:before {
						display: none;
					}

					#blog .sidebar .widget ul.tags li a {
						display: inline-block;
						padding: 5px 10px;
						border: 1px solid #ebebeb;
					}

					#blog .sidebar .widget ul.tags li a:hover {
						text-decoration: none;
						color: #ff9500;
						border: 1px solid #ff9500;
					}

		#blog .sidebar .widget blockquote {
			padding: 0px;
			overflow: hidden;
			border-left: 0px;
		}

		#blog .sidebar .widget blockquote:before {
			font-family: FontAwesome;
			font-weight: normal;
			font-style: normal;
			display: inline-block;
			text-decoration: inherit;
			content: "\f086";
			color: #000;
			margin-right: 5px;
			font-size: 14px;
			line-height: 14px;
		}
			
			#blog .sidebar .widget blockquote p {
				float: right;
				width: 90%;
				font-size: 12px;
				color: #888888;
				line-height: 14px;
			}

			#blog .sidebar .widget blockquote footer {
				text-align: right;
					color: #000;
					text-transform: lowercase;
					font-size: 13px;
					font-weight: bold;
					clear: both;
			}

				#blog .sidebar .widget blockquote footer:before {
					display: none;
				}


/* 23. 404 */	
/* *************************************************** */
#error-head {
	margin-top: 50px;
	padding-top: 50px;
	background-color: #f0f0f0;
}

	#error-head h2 {
		text-align: left;
		margin: 0px;
		padding: 40px 0px;
		font-weight: lighter;
		font-size: 36px;
		color: #ff9500;
	}

		#error-head h2 a {
			font-weight: lighter;
		}

#error {
	margin: 40px 0px;
	text-align: center;
}

	#error header {
		color: #7b7b7b;
	}

		#error header .title {
			font-size: 36px;
			line-height: 40px;
			font-weight: lighter;
		}

		#error header .description {
			font-size: 22px;
			line-height: 26px;
			font-weight: lighter;
		}

	#error .content {

	}

		#error .content .title {
			color: #ff9500;
			font-size: 220px;
			line-height: 240px;
			font-weight: bold;
		}

		#error .content .description {
			font-size: 66px;
			color: #000;
			line-height: 80px;
		}

	#error footer {
		margin-top: 60px;
	}

		#error footer form {
			text-align: center;
			overflow: hidden;
			display: inline-block;
		}

			#error footer input.text {
				margin: 0px;
				display: block;
				float: left;
				padding: 16px;
				width: 400px;
			}

			#error footer ::-webkit-input-placeholder { color:#efefef; }
			#error footer ::-moz-placeholder { color:#efefef; } /* firefox 19+ */
			#error footer :-ms-input-placeholder { color:#efefef; } /* ie */
			#error footer input:-moz-placeholder { color:#efefef; }

			#error footer .btn {
				width: 60px;
				height: 60px;
				background: #ff9500;
				border: 0px;
				display: block;
				border-radius: 0px;
				float: left;
				color: #fff;
				font-size: 30px;
			}

		

/* 24. MEDIA QUERIES */	
/* *************************************************** */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	section.parallax-bg {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		color: #fafafa;
	}

	#header { 
		background: #fff;
		height: 50px;
	}
	#header .logo,
	#header .logo a {
		margin-top: 5px;
	}

		#header .logo,
		#header .logo img {
			height: 50px;
			width: 50px;
		}

	#slider {
		margin-bottom: 50px;
		margin-top: 50px;
	}

		#slider .slides {
			padding-top: 50px;
		}

	.slicknav_menu {
		display: block;
		position: fixed;
		top: 0px;
		width: 100%;
		z-index: 1999;
		background: none;
		padding: 0px;
	}

		.slicknav_btn {
			background: #e11378;
			text-shadow: none;
			border-radius: 0px;
			margin-bottom: 10px;
		}

			.slicknav_menu .slicknav_menutxt {
				text-shadow: none;
			}

			.slicknav_menu .slicknav_icon-bar {
				box-shadow: none;
			}
		.slicknav_nav, .slicknav_nav ul {
			background: #fafafa;
		}
			.slicknav_nav li {
				border-bottom: 1px solid #e11378;
			}
			
			.slicknav_nav li:first-child {
				border-top: 1px solid #e11378;
			}

			.slicknav_nav a {
				color: #e11378;
				text-align: center;
			}

			.slicknav_nav a:hover {
				background: #e11378;
				border-radius: 0px;
				color: #fff;
				text-decoration: none;
			}

	#header .main-nav {
		display: none;
	}

	#exp .html-logo {
		width: 210px;
		height: 210px;
	}

	#exp .counter {
		margin-bottom: 39px;
	}

	#contact .box {
		padding: 20px 15px;
	}

	#contact .box.address i {
		font-size: 20px;
	}

	#contact .box.address p {
		font-size: 14px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.line-sm,
	.line-md,
	.line-lg,
	p.description-sm,
	p.description-md,
	p.description-lg {
		width: 100%;
	}

	#blog .blog-pagination {
		margin-bottom: 90px;
	}

	#slider .camera_caption {
	}

		#slider .camera_caption .title {
			font-size: 50px;
			line-height: 60px;
			height: 120px;
			margin-top: -60px;
		}

		#slider .camera_caption .link {
			bottom: 20px;
		}

	#about .box .icon {
		width: 100px;
		height: 100px;
	}

		#about .box .icon i {
			width: 80px;
			height: 80px;
			line-height: 80px;
			font-size: 50px;
		}
	
	#services .box .icon {
		margin: 0 auto;
		float: none;
		margin-bottom: 40px;
	}

	#services .arrow {
		border-top: 20px solid rgba(255,255,255,0.3);;
		border-right: 20px solid transparent;
		border-left: 20px solid transparent;
		margin-top: 0px;
		margin-left: 40px;
	}

	#services .box h3,
	#services .box p {
		text-align: center;
	}

	#team .box .image {
		width: 220px;
		height: 220px;
	}

	#team .box ul.social li {
		margin: 10px 10px; 
	}

	#facts .box .counter {
		width: 100%;
	}

	#facts .box .counter span.number {
		font-size: 40px;
		padding: 10px;
		margin-top: 10px;
	}

	#exp .html-logo {
		margin-bottom: 70px;
	}

	#premium .box,
	#premium .box.premium {
		width: 60%;
		margin: 0 auto;
		margin-top: 40px; 
	}

	#quote blockquote {
		width: 100%;
	}

	#news .news-box .news-img {
		height: 300px;
	}

	#news .news-box a.btn {
		font-size: 20px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	#error header .title {
		font-size: 28px;
	}

	#error header .description {
		font-size: 18px;
	}

	#error .content .title {
		font-size: 160px;
	}

	#error .content .description {
		font-size: 40px;
	}

	#error footer input.text {
		width: 280px;
	}

	#blog .blog-item .blog-item-head .date span {
		font-size: 40px;
	}
	
	#blog .blog-item .blog-item-head .title {
		padding-left: 125px;
	}

	#blog .blog-item .blog-item-head .title h3 {
		margin-top: 20px;
	}

	#blog .blog-item .blog-item-image {
		height: 300px;
	}

	#blog .blog-item .blog-item-content img.image-medium {
		width: 46%;
	}

	#blog .blog-pagination ul li a {
		width: 40px;
		height: 40px;
		border: 1px solid #a0a0a0;
		line-height: 40px;
		font-size: 16px;
	}

	#slider .camera_caption .title {
		font-size: 24px;
		line-height: 30px;
		height: 60px;
		margin-top: -30px;
	}

	#slider .camera_caption .link i {
		width: 60px;
		height: 40px;
		border: 2px solid #fff;
		font-size: 40px;
	}

	#about .box,
	#services .box,
	#team .box,
	#facts .box,
	#social .social-box {
		margin-bottom: 60px;
	}

	#exp .counter > span {
		font-size: 12px;
	}
	
	#about h2, 
	#services h2, 
	#works h2 { 
		text-align: center;
	}
		
	#footer h2 {
		text-align: center;
		line-height: 20px;
		margin: 20px 0px;
	}
	
	#footer ul.social {
		list-style: none;
		width: 100%;
		height: 24px;
		margin: 0 0 20px 0;
		padding: 0px;
		text-align: center;
	}
	#footer ul.social li { 
		margin: 0px 10px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	#premium .box,
	#premium .box.premium {
		width: 90%;
		margin: 0 auto;
		margin-top: 40px; 
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}


