/*------------------------------------------------
*	Template name: Bolt
*	Version      : 1.1.3
*	Author       : FlaTheme
*	Author URL   : http://themeforest.net/user/flatheme
*
*	Table of contents:
*	1. 	Body/Main
*	2.	Toggle Menu
*	3.	Home
*	4.	Portfolio
*	5.	Services
*	6.	Resume
*	7.	Blog
*	8.	Testimonial
*	9.	Contact
*	10. Footer
*
-------------------------------------------------*/

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

body {
	position: relative;
	overflow-x: hidden;
	color: rgb(80, 80, 80);
	font: 300 14px 'Lato', sans-serif;
	letter-spacing: 0.5px;
}

h1, h2, h3, h4 {
	margin: 0 0 15px;
	color: rgb(20, 20, 20);
	letter-spacing: 1px;
}

h1 {
	font: 300 36px/46px 'Lato', sans-serif;
}

h2 {
	font: 300 24px/34px 'Lato', sans-serif;
}


h3 {
	font: 300 20px/30px 'Lato', sans-serif;
}

h4 {
	font: 400 13px/23px 'Lato', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}


ul, li, .row, p {
	margin: 0;
	padding: 0;
}

p {
	line-height: 24px;
}

a, a:hover {
	text-decoration: none;
}

a:focus, 
input:focus, 
textarea:focus, 
button:focus {
	outline: none;
}

li {
	list-style-type: none;
}

img {
	width: 100%;
	height: auto;
}

section, footer {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}

/* Section Titles style */
.section-title {
	display: inline-block;
	background: rgb(245, 245, 245);
	margin-bottom: 100px;
	padding: 15px 30px;
	font: 400 15px/15px 'Lato', sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
}

/*-------------------------------------------------
	2. Toggle Menu
-------------------------------------------------*/
.toggle-btn {
	position: fixed;
	top: 30px;
	left: 30px;
	z-index: 998;
	background: rgb(10, 10, 10);
	width: 56px;
	height: 56px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 50%;
	color: #fff;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}

.lines {
	position: relative;
	display: inline-block;
	background: #fff;
	width: 20px;
	height: 2px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.lines::before,
.lines::after {
	position: absolute;
	content: '';
	left: 0;
	display: inline-block;
	background: #fff;
	width: 20px;
	height: 2px;
	-webkit-transition: linear 0.1s;
	transition: linear 0.1s;
}

.lines::before {
	top: 5px;
}

.lines::after {
	top: -5px;
}

.toggle-close .lines {
	background: transparent;
}

.toggle-close .lines::before, 
.toggle-close .lines::after {
	top: 0;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.toggle-close .lines::before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.toggle-close .lines::after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

.menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 997;
	background: #fff;
	width: 200px;
	height: 100%;
	padding: 30px;
	border-right: 1px solid rgb(230, 230, 230);
	-webkit-transform: translateX(-200px);
	transform: translateX(-200px);
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}

.show-menu {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.push-content {
	-webkit-transform: translateX(200px);
	transform: translateX(200px);
}

.menu .nav {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	padding: 0 30px;
}

.menu .nav li {
	padding-bottom: 30px;
	font: 400 13px 'Lato', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.menu .nav li:last-child {
	padding: 0;
}

.menu .nav li a {
	background: transparent;
	padding: 0;
	color: rgb(140, 140, 140);
	-webkit-transition: linear 0.1s;
	transition: linear 0.1s;
}

.menu .nav li a:hover, 
.menu .nav li a:focus, 
.menu .nav li.active a {
	background: transparent;
	color: rgb(20, 20, 20);
}

/* Social links in menu */
.social-media {
	position: absolute;
	bottom: 30px;
	left: 0;
	padding: 0 30px;
}

.social-media li {
	display: inline-block;
	padding-right: 20px;
}

.social-media li:last-child {
	padding: 0;
}

.social-media li a {
	color: rgb(20, 20, 20);
	-webkit-transition: linear 0.1s;
	transition: linear 0.1s;
}

.social-media li a:hover {
	color: rgb(140, 140, 140);
}

/*-------------------------------------------------
	3. Home
-------------------------------------------------*/
.fill {
	position: relative;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

.home-background {
	background: url("../images/background.jpg") no-repeat center center;
	background-size: cover;
	min-height: 100%;
}

.home-layer {
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	height: 100%;
}

.home-content {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 100%;
	text-align: center;
	padding: 0 30px;
}

.home-content img {
	width: 180px;
	height: 180px;
	margin-bottom: 25px;
	border-radius: 50%;
}

.home-content h1 {
	margin-bottom: 25px;
}

.home-content h4 {
	display: inline-block;
	background: #fff;
	margin: 0;
	padding: 10px 30px;
}

/* Scroll down button */
.scroll-down {
	position: absolute;
	bottom: 50px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	color: rgb(20, 20, 20);
	font-size: 24px;
	-webkit-transition: linear 0.1s;
	transition: linear 0.1s;
}

.scroll-down:hover {
	color: rgb(140, 140, 140);
}

/*-------------------------------------------------
	4. Portfolio
-------------------------------------------------*/
.portfolio-background {
	padding: 100px 0 70px;
	text-align: center;
}

.portfolio-background .section-title {
	margin-bottom: 50px;
}

/* Filter styles */
.portfolio-filter {
	margin-bottom: 35px;
}

.portfolio-filter ul li {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	padding: 0 15px;
	cursor: pointer;
	color: rgb(160, 160, 160);
	font: 400 13px 'Lato', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	-webkit-transition: linear 0.1s;
	transition: linear 0.1s;
}

.portfolio-filter ul li::after {
	position: absolute;
	top: 50%;
	right: -2px;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	content: '';
	background: rgb(220, 220, 220);
	width: 4px;
	height: 4px;
	border-radius: 50%;
}

.portfolio-filter ul li:last-child::after {
	background: transparent;
}

.portfolio-filter ul li:hover, 
.portfolio-filter ul li.mixitup-control-active {
	color: rgb(20, 20, 20);
}
/* end Filter styles */

.portfolio-box {
	position: relative;
	margin-bottom: 30px;
}

.portfolio-box-content {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	height: 100%;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}

.portfolio-box-content a {
	display: block;
	width: 100%;
	height: 100%;
	color: rgb(80, 80, 80);
}

.portfolio-box-content a::before, 
.portfolio-box-content a::after {
	content: '';
	position: absolute;
	width: 70px;
	height: 70px;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}

.portfolio-box-content a::before {
	bottom: 30px;
	left: 30px;
	border-bottom: 1px solid rgb(20, 20, 20);
	border-left: 1px solid rgb(20, 20, 20);
}

.portfolio-box-content a::after {
	top: 30px;
	right: 30px;
	border-top: 1px solid rgb(20, 20, 20);
	border-right: 1px solid rgb(20, 20, 20);
}

.portfolio-content-title {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 100%;
}

.portfolio-content-title span {
	display: block;
}

.portfolio-content-title h4, 
.portfolio-content-title span {
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	opacity: 0;
	-webkit-transition: ease-out 0.2s;
	transition: ease-out 0.2s;
}

.portfolio-box-content:hover {
	opacity: 1;
}

.portfolio-box-content:hover .portfolio-content-title h4, 
.portfolio-box-content:hover .portfolio-content-title span {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.portfolio-box-content:hover .portfolio-content-title h4 {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.portfolio-box-content:hover .portfolio-content-title span {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

/* Popup box styles */
.mfp-container,
.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: ease-out 0.2s;
	transition: ease-out 0.2s;
}
.mfp-container {
	padding: 0 30px;
}

.mfp-ready .mfp-container {
	opacity: 1;
}
.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-removing .mfp-container,
.mfp-removing.mfp-bg {
	opacity: 0;
}

.popup-box {
	position: relative;
	background: #fff;
	width: auto;
	max-width: 640px;
	margin: 0 auto;
}

.popup-box div {
	padding: 30px;
}

/* Magnific Lightbox Close button */
button.mfp-close {
	display: block;
	top: -44px;
	opacity: 1;
	width: auto;
	height: auto;
	line-height: auto;
	font-size: 24px;
	-webkit-transition: linear 0.1s;
	transition: linear 0.1s;
}

.mfp-close-btn-in .mfp-close {
	color: rgba(255, 255, 255, 0.7);
}

button.mfp-close:hover {
	top: -44px;
	opacity: 1;
	color: #fff;
}

/*-------------------------------------------------
	5. Skills
-------------------------------------------------*/
.skills-background {
	padding: 100px 0 0;
	text-align: center;
}
.skills-box div {
	background: rgb(30, 30, 30);
	padding: 50px 30px;
	color: #fff;
	text-align: center;
	-webkit-transition: ease-out 0.2s;
	transition: ease-out 0.2s;
}

.skills-box div:hover {
	background: rgb(20, 20, 20);
}

.skills-box i {
	font-size: 36px;
}

.skills-box h4 {
	margin: 15px 0 0;
	color: #fff;
	text-align: center;
}

/*-------------------------------------------------
	About
-------------------------------------------------*/
.about-background {
	padding: 100px 0 0;
	text-align: center;
}
.about-box div {
	text-align: center;
}
.about-box p {
	margin-bottom: 30px;
}
.about-box em {
	color: rgb(20, 20, 20);
}

/*-------------------------------------------------
	6. Resume
-------------------------------------------------*/
.resume-background {
	padding: 100px 0 0;
	text-align: center;
}

.resume-box {
	margin-bottom: 30px;
	text-align: left;
}

.resume-icon {
	border-left: 1px solid rgb(20, 20, 20);
	border-bottom: 1px solid rgb(20, 20, 20);
	text-align: center;
	font-size: 32px;
}

.resume-box h4 {
	margin-bottom: 10px;
}

/*-------------------------------------------------
	7. Blog
-------------------------------------------------*/
.blog-background {
	padding: 70px 0 100px;
	text-align: center;
}

.blogWrapper {
	position: relative;
	padding: 0 15px;
}

.blog-img {
	position: relative;
	margin-bottom: 30px;
}

.blog-img a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	opacity: 0;
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	height: 100%;
	color: rgb(20, 20, 20);
	font: 400 13px 'Lato', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 100%;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}

.blog-img a::before, 
.blog-img a::after {
	content: '';
	position: absolute;
	width: 70px;
	height: 70px;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}

.blog-img a::before {
	bottom: 30px;
	left: 30px;
	border-bottom: 1px solid rgb(20, 20, 20);
	border-left: 1px solid rgb(20, 20, 20);
}

.blog-img a::after {
	top: 30px;
	right: 30px;
	border-top: 1px solid rgb(20, 20, 20);
	border-right: 1px solid rgb(20, 20, 20);
}

.blog-img a div {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 100%;
	text-align: center;
}

.blog-img a div span {
	display: block;
	transform: translateY(4px);
	opacity: 0;
	-webkit-transition: ease-out 0.2s;
	transition: ease-out 0.2s;
}

.blog-img a:hover {
	opacity: 1;
}

.blog-img a:hover div span {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.blog-post-box h3 {
	text-align: center;
}

.blog-post-box h3 a {
	color: rgb(20, 20, 20);
}

.customNavigation ul li {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	color: rgb(20, 20, 20);
	font-size: 24px;
	cursor: pointer;
	-webkit-transition: linear 0.1s;
	transition: linear 0.1s;
}

.customNavigation ul li:first-child {
	left: -25px;
}

.customNavigation ul li:last-child {
	right: -25px;
}

.customNavigation ul li:hover {
	color: rgb(140, 140, 140);
}

/*-------------------------------------------------
	8. Testimonial
-------------------------------------------------*/
.testimonial-background {
	background: url("../images/background.jpg") no-repeat center center;
	background-size: cover;
}

.testimonial-layer {
	background: rgba(0, 0, 0, 0.7);
	padding: 100px 30px;
	text-align: center;
}

.testimonial-content {
	max-width: 640px;
	width: auto;
	margin: 0 auto;
}

.testimonial-box {
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
}

.testimonial-box h4, 
.testimonial-box i,
.testimonial-box a {
	color: #fff;
}

.testimonial-box i {
	margin-bottom: 15px;
	font-size: 20px;
}

/* Owl Carousel dots style */
.owl-dots {
	margin-top: 30px;
}

.owl-dot {
	position: relative;
	display: inline-block;
	background: transparent;
	width: 8px;
	height: 8px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	margin: 0 10px;
}

.owl-dot:hover,
.owl-dot:focus,  
.owl-dot.active {
	background: transparent;
	border-color: #fff;
}

/*-------------------------------------------------
	9. Contact
-------------------------------------------------*/
.contact-background {
	padding: 100px 0;
	text-align: center;
}

.contact-form {
	text-align: left;
}

.form-style {
	width: 100%;
}

.form-style div {
	margin-bottom: 15px;
}

.form-style input, 
.form-style textarea {
	background: transparent;
	width: 100%;
	padding: 15px 20px;
	border: 1px solid rgb(230, 230, 230);
	color: rgb(80, 80, 80);
	-webkit-transition: linear 0.1s;
	transition: linear 0.1s;
}

textarea {
	height: 120px;
}

::-webkit-input-placeholder {
	letter-spacing: 0.5px;
	color: rgb(80, 80, 80);
}

::-moz-placeholder {
	letter-spacing: 0.5px;
	color: rgb(80, 80, 80); 
}

:-moz-placeholder {
	letter-spacing: 0.5px;
	color: rgb(80, 80, 80); 
}

:-ms-input-placeholder {  
	letter-spacing: 0.5px;
	color: rgb(80, 80, 80);
}

.contact-form button {
	position: relative;
	display: inline-block;
	background: transparent;
	margin-top: 15px;
	padding: 15px 30px;
	border: 1px solid transparent;
	border-left-color: rgb(20, 20, 20);
	border-bottom-color: rgb(20, 20, 20);
	box-shadow: none;
	color: rgb(20, 20, 20);
	font: 400 13px 'Lato', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	-webkit-transition: linear 0.1s;
	transition: linear 0.1s;
}

.contact-form button:hover, 
.contact-form button:focus {
	border-color: rgb(20, 20, 20);
}

#success, 
#error {
	display: none;
	margin-top: 30px;
}

#success {
	color: #419873;
}

#error {
	color: red;
}

/* Contact Info styles */
.contact-info {
	text-align: left;
}

.contact-info ul li {
	margin-bottom: 25px;
}

.contact-info ul li:last-child {
	margin: 0;
}

/*-------------------------------------------------
	10. Footer
-------------------------------------------------*/
.footer-background {
	background: rgb(20, 20, 20);
	padding: 100px 30px;
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
}