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

Project:	Shelby - Personal Portfolio Template
Info:		https://themeforest.net/item/shelby-personal-portfolio-template/19876706
Version:	1.0
Author:		AthenaStudio
Profile:	https://themeforest.net/user/athenastudio

-----------------------------------------------------------------
					*** TABLE OF CONTENTS ***
-----------------------------------------------------------------

	1.	General
	2.	Content
	3.	Navigation
	4.	Title
	5.	Loader
	6.	Intro
	7.	About
	8.	Resume
	9.	Portfolio
	10.	Services
	11.	Contact
	12. Google maps
	13.	Footer
	14.	Buttons
	15.	Modals
		
=============================================================*/

/*********************
    - 1. General -
*********************/
html {
	font-size:100%;
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:100%;
		-ms-text-size-adjust:100%;	
}

html, body {
	font-family:"Raleway", sans-serif;
	font-size:14px;
	line-height:1.75;
	color:#444;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-color:#fff;
	-webkit-font-smoothing:antialiased;
}

a {
	color:#555;
	-webkit-transition:.3s;
	   -moz-transition:.3s;
			transition:.3s;
}

a:hover {
	text-decoration:none;
}

a:focus {
	outline:none;
}

hr {
	width:30px;
	margin:30px auto;
	height:1px !important;
	color:#777;
	background-color:#777;
}

p {
	color:#999;
	line-height:1.75em;
	padding-bottom:10px;
}

/*********************
    - 2. Content -
*********************/
.content-wrap {
	overflow-y:hidden;
	-webkit-overflow-scrolling:touch;
}

.content::before {
	content:'';
	position:fixed;
	top:0;
	left:0;
	z-index:10;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.2);
	opacity:0;
	-webkit-transition:opacity .3s, -webkit-transform 0s .3s;
			transition:opacity .3s, transform 0s .3s;
	-webkit-transform:translate3d(100%, 0, 0);
			transform:translate3d(100%, 0, 0);
}

/************************
    - 3. Navigation -
************************/
.menu-btn {
	position:fixed;
	top:10px;
	left:10px;
	z-index:1000;
	padding:0;
	width:60px;
	height:60px;
	font-size:21px;
	border:0;
	outline:0;
	color:#fff;
	background:#0a0a0a;
}

.menu-wrap {
	position:fixed;
	z-index:999;
	background:#0a0a0a;
	width:240px;
	padding:20px 20px 0 20px;
	text-align:left;
	top:70px;
	left:10px;
	opacity:0;
	display:none;
	-webkit-transition:all .3s;
	   -moz-transition:all .3s;
			transition:all .3s;
}

.menu {
	height:100%;
	opacity:0;
	text-align:left;
}

.menu-nav {
	-webkit-padding-start:0px;
	   -moz-padding-start:0px;
}

.menu-nav li {
	list-style:none;
}

.menu-nav li a {
	color:#777;
	line-height:40px;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:4px;
	padding:5px;
	text-decoration:none;
}

.menu-nav li a:hover {
	color:#fff;
}

/* Show menu */
.show-menu .menu,
.show-menu .content::before {
	opacity:1;
}

.show-menu .menu-wrap {
	opacity:1;
	display:block;
}

/*******************
    - 4. Title -
*******************/
.section-title {
	text-align:center;
	padding-top:75px;
	padding-bottom:25px;
}

.section-title h1 {
	font-family:"Raleway", sans-serif;
	letter-spacing:1px;
	font-size:30px;
	font-weight:600;
	text-transform:uppercase;
	padding-bottom:5px;
	margin-bottom:5px;
}

.section-title h4 {
	font-family:"Raleway", sans-serif;
	letter-spacing:1px;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	padding-bottom:0px;
	margin-bottom:10px;
	color:#444;
}

.section-title .separatorlinecolor {
	margin-bottom:30px;
}

.separatorlinecolor {
	width:75px;
	height:2px;
	margin:0 auto;
}

.separatorlinewhite {
	width:100px;
	height:2px;
	margin:0 auto;
	background:#fff;
}

/********************
    - 5. Loader -
********************/
.page-loader {
	position:fixed;
	background:#fff;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	z-index:9999;
}

.page-loader .progress-wrap {
	position:absolute;
	top:50%;
	left:45%;	
	margin:-70px 0 0 -35px;
	text-align:center;
	background:#fff url(images/loader.gif) center center no-repeat;
}

.page-loader .progress-wrap h4 {
    margin-top:100px;
	font-weight:600;
	letter-spacing:2px;
    text-transform:uppercase;
}

/*******************
    - 6. Intro -
*******************/
#section-intro {
	text-align:center;
	background-color:#1a1a1a;
	height:auto;
	width:100%;
	-webkit-box-shadow:inset 0px -9px 33px -5px rgba(0,0,0,0.2);
	   -moz-box-shadow:inset 0px -9px 33px -5px rgba(0,0,0,0.2);
			box-shadow:inset 0px -9px 33px -5px rgba(0,0,0,0.2);
}

.about-container {
	padding:0;
}

.intro-header {
	height:100%;
	text-align:left;
	padding-left:0;
	padding-top:25%;
	min-height:700px;
}

.section-intro-content {
	text-align:center;
	text-transform:uppercase;
}

.section-intro-heading h1 {
	color:#fff;
	font-family:"Raleway", sans-serif;
	font-weight:600;
	font-size:60px;
	line-height:60px;
	letter-spacing:3px;
	margin:0;
	padding:0;
}

.section-intro-tags1 {
	display:table;
	margin:0 auto;	
	font-weight:900;
	font-size:20px;
	line-height:60px;
	letter-spacing:3px;
	color:#fff;
	padding-top:20px;
}

.section-intro-tags2 {
	display:table;
	margin:0 auto;
	font-weight:300;
	font-size:14px;
	line-height:14px;
	letter-spacing:5px;
	color:#fff;
	padding-top:20px;
}

/* Magic mouse */
.mouse {
	position:absolute;
	width:24px;
	height:40px;
	border:2px solid #fff;
	border-radius:13px;
	background:transparent;
	bottom:30px;
	margin:0 auto;
	left:0;
	right:0;
}

.mouse .wheel {
	width:6px;
	height:6px;
	background-color:#fff;
	border-radius:50%;
	margin-left:auto;
	margin-right:auto;
	margin-top:6px;
	left:0;
	right:0;
	-webkit-animation:magic-mouse 1.7s infinite ease;
			animation:magic-mouse 1.7s infinite ease;
}

@keyframes magic-mouse {
 	0% {
 		margin-top:6px;
 		opacity:0;
	}
	
 	30% {
 		opacity:1;
	}
	
 	100% {
 		margin-top:18px;
 		opacity:0;
	}
}

@-webkit-keyframes magic-mouse {
 	0% {
 		margin-top:6px;
 		opacity:0;
	}
	
 	30% {
 		opacity:1;
	}
	
 	100% {
 		margin-top:18px;
 		opacity:0;
	}
}

/*******************
    - 7. About -
*******************/
#section-about {
	background:#fafafa;
	padding-bottom:75px;
}

.about-me {
	margin:0 0;
}

/********************
    - 8. Resume -
********************/
#section-resume {
	background:#fff;
	min-height:600px;
}

#section-resume h2 {
	font-family:"Raleway", sans-serif;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:400;
	margin-bottom:30px;
}

.resume-left span, .resume-right span {
	font-size:40px;
}

.resume-left {
	text-align:right;
	border-right:1px solid #eee;
}

.resume-right {
	text-align:left;
}

.resume-list {
	-webkit-padding-start:0px;
	   -moz-padding-start:0px;
	padding:0 10px;
}

.resume-list li {
	list-style:none;
	margin-top:40px;
	margin-bottom:60px;
}

.resume-list li h4 {
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-family:"Raleway", sans-serif;
	font-weight:600;
	margin-bottom:12px;
}

.resume-list li h4 > span {
	clear:both;
	display:block;
	color:#666;
	font-size:12px;
	font-weight:400;
}

.resume-list p {
	font-size:14px;
	font-weight:300;
	color:#888;
	font-family:inherit;
	font-style:italic;
}

.resume-period {
	color:#fff;
	padding:4px 12px;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
}

.resume-stats {
	margin-top:25px;
	text-align:center;
}

.resume-stats span {
	font-size:38px;
}

.resume-stats .col-md-2 {
	padding:50px;
	border-left:1px solid #eee;
	border-top:1px solid #eee;
}

.stats-icon-perc {
	font-size:50px;
	font-weight:500;
	letter-spacing:1px;
	font-family:"Raleway", sans-serif;
}

.stats-name {
	font-family:"Raleway", sans-serif;
	text-transform:uppercase;
	font-size:14px;
	font-weight:400;
	letter-spacing:1px;
}

/***********************
    - 9. Portfolio -
***********************/
#section-works {
	padding-top:25px;
	padding-bottom:100px;
	text-align:center;
	background-color:#fafafa;
}

/* Works grid */
.works-grid {}

.works-item {
	padding:0px;
	overflow:hidden;
	height:auto;
	text-align:center;
}

.works-item img {
	width:100%;
	height:auto;
	-webkit-transition:all .3s;
	   -moz-transition:all .3s;
			transition:all .3s;
}

.works-item .item-caption {
	position:absolute;
	top:0;
	left:0;
	margin:0px;
	width:100%;
	height:100%;
	color:#fff !important;
	background:rgba(22,22,22,0.1);
	-moz-box-sizing:border-box;
		 box-sizing:border-box;	
	-webkit-transition:all .3s;
	   -moz-transition:all .3s;
			transition:all .3s;
}

.works-item:hover .item-caption {
	background:rgba(22,22,22,0.9);
}

.item-caption h3 {
	font-size:14px;
	line-height:14px;
	font-weight:600;
	letter-spacing:2px;
	margin-bottom:5px;
	text-transform:uppercase;	
}

.cap-content {
	padding-top:15%;
	opacity:0;
	-webkit-transition:all .3s;
	   -moz-transition:all .3s;
			transition:all .3s;
}

.cap-preview {
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:2px;
	border:1px solid #fff;
	padding:6px 8px;
	margin-top:10px;
}

.works-item:hover .cap-content {
	opacity:1;
	padding-top:20%;
}

/* Works filters */
.works-filters {
	-webkit-padding-start:0px;
}

.works-filters {
	margin:0 auto;
	text-align:center;
	margin-bottom:50px;
}

.works-filters li {
	display:inline-block;
	cursor:pointer;
	padding:4px 10px;
	margin:0 5px;
	font-weight:400;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#777;
	background-color:none;
	-webkit-border-radius:50px;
	   -moz-border-radius:50px;
			border-radius:50px;
	-webkit-transition:all .3s;
	   -moz-transition:all .3s;
			transition:all .2s;
}

.works-filters li.active {
	color:#fff !important;
}

/***********************
    - 10. Services -
***********************/
#section-services {
	background:none repeat scroll 0 0 #fff;
	padding-bottom:50px;
}

.border-right {
	border-right:1px solid #e1e1e1;
}

.border-bottom {
	border-bottom:1px solid #e1e1e1;
}

.services-row > div {
	margin:0;
	padding:0;	
}

.services-content {
	padding:30px;
	cursor:pointer;
	position:relative;
	text-align:justify;
	-webkit-transition:all .5s;
	   -moz-transition:all .5s;
			transition:all .5s;
}

.services-content > span {
	background-color:transparent;
	font-size:36px;
	line-height:1;
	margin-bottom:30px;
	display:block;
	-webkit-transition:all .5s;
	   -moz-transition:all .5s;
			transition:all .5s;
}

.services-content > h3 {
	font-family:"Raleway", sans-serif;
	font-size:16px;
	font-weight:700;
	letter-spacing:1px;
	text-align:center;
	margin-top:0;
	padding-top:0;
	text-transform:uppercase;
}

.services-content >  p {
	padding-top:10px;
}

/* Hover */
.services-content:hover,
.services-content:hover > h3,
.services-content:hover > span,
.services-content:hover > p {
	color:#fff;
}

/**********************
    - 11. Contact -
**********************/
#section-contact {
	background:#fafafa;
}

.contact-form {
	margin:0 0 50px 0;
}

.contact-form h1 {
	letter-spacing:5px;
	font-size:15px;
	font-weight:700;
	text-transform:uppercase;
	text-align:center;
	padding-bottom:30px;
}

.contact-right {
	padding-left:5%;
}

.contact-box .icon {
	font-size:25px;
}

.contact-box {
	margin:15px 0 30px;
}

.contact-box h3 {
	margin-top:2px;
	margin-bottom:5px;
	text-transform:uppercase;
	font-weight:600;
	font-size:12px;
	letter-spacing:3px;
}

section#section-contact .form-group input, section#section-contact .form-group textarea {
	padding:15px;
	border:1px solid #ccc;
	color:#555;
	border-radius:0;
	font-size:12px;
	background-color:transparent;
	box-shadow:0 0 0 rgba(0, 0, 0, 0);
}

section#section-contact .form-group input.form-control {
	height:auto;
}

section#section-contact .form-control:focus {
	box-shadow:none;
}

section#section-contact ul {
	padding-left:14px;
}

section#section-contact .form-text {
	color:#BFBFBF;
	margin-top:50px;
}

section#section-contact .form-text i {
	color:#fff;
	padding-right:15px;
}

section#section-contact .form-text h4 {
	color:#fff;
	border-bottom:3px solid #13b0a5;
	display:inline-block;
	padding-bottom:10px;
	margin-bottom:16px;
}

/* Form styles */
input, textarea, select {
	color:#222;
	background:transparent;
	vertical-align:top;
	margin:0;
	padding:15px;
	width:100%;
	height:100%;
	border:0;
	border:1px solid #ccc;
	font-size:12px;
	font-weight:400;
	letter-spacing:2px;
	-webkit-transition:all .3s;
	   -moz-transition:all .3s;
	   		transition:all .3s;
}

input:focus, textarea:focus, select:focus {
	outline:none;
	position:relative;
	z-index:5;
	-webkit-transition:all .3s;
	   -moz-transition:all .3s;
			transition:all .3s;
}

button.submit {
	width:auto;
	cursor:pointer;
	position:relative;
	background:transparent;
	color:#fff;
	border:0;
	padding:18px 20px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
	line-height:14px;
	font-family:"Raleway", sans-serif;
	font-weight:600;
	letter-spacing:1px;
	-webkit-transition:all .3s;
	   -moz-transition:all .3s;
			transition:all .3s;
}

button.submit > i {
	margin-right:10px;	
}

#contact-form button[type="submit"][disabled] {
	background:#777;
	cursor:default;
}

#contact-form div {
	margin:20px 0;
}

.contact-form fieldset {
	padding:0;
	border:0;
}

.contact-form label {
	font-size:12px;
	font-weight:400;
	letter-spacing:2px;
	text-transform:uppercase;
}

/**************************
    - 12. Google maps -
**************************/
#google-container {
  	position:relative;
  	width:100%;
  	height:350px;
 	background-color:#e7eaf0;
}

.google-map {
  	position:relative;
}



#zoom-in {
  	background-position:50% 0;
  	margin-top:100px;
  	margin-bottom:1px;
}

#zoom-out {
  	background-position:50% -32px;
}

/**********************
    - 13. Footer -
**********************/
footer {
	background-color:#0a0a0a;
	padding:40px 0;
	color:#777;
}

footer a:hover {
	color:#fff;
}

/* Left */
.footer-left {
	line-height:16px;
	text-transform:uppercase;
}

.footer-left a {
	font-weight:bold;
	letter-spacing:1px;
}

/* Right */
.footer-right {
	text-align:right;
}

.footer-right a {
	color:#777;
	padding:0 10px;
}

.footer-right a:first-child {
	padding-left:0;
}

.footer-right a:last-child {
	padding-right:0;
}

.footer-right a > i {
	font-size:16px;
	line-height:16px;
}

/**********************
    - 14. Buttons -
**********************/
.button {
	margin:30px 0 0;
	padding:0 20px;
	height:50px;
	line-height:50px;
	border:2px solid #000;
	text-transform:uppercase;
	text-decoration:none;
	display:inline-block;
	cursor:pointer;
	font-weight:600;
	letter-spacing:1px;
	-webkit-transition:all .3s;
	   -moz-transition:all .3s;
			transition:all .3s;
}

.button:hover {
	color:#fff;
}

.button > i {
	margin-right:10px;	
}

/*********************
    - 15. Modals -
*********************/
.modal-box {
	max-width:550px;
	background:#fff;
	position:relative;
	margin:0 auto;
}

.modal-box img {
	width:100%;
	height:100%;
}

.modal-box-content {
	padding:25px;
}

.modal-box-content h2 {
	text-transform:uppercase;
	font-size:17px;
	font-weight:600;
	letter-spacing:2px;
}

.modal-box-content p {
	color:#777;
	line-height:24px;
	letter-spacing:0px;
	font-size:14px;
}

