/*

Greaty - Responsive One Page HTML Template

Author: RikyBlue
Date: March 2015
Version: 1.0

-----------------------
| [Table of Contents] |
-----------------------

1. Main Style
2. Headings
3. Navbar
4. Header
5. Buttons
6. Portfolio
7. Parallax
8. Inputs
9. Footer
10. Media Queries

*/

/* Main Style */

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'PT Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5em;
  	color: #777;
	background-color: #fff;
}

strong {
	font-weight: 700;
}

a {
	color: #3BC1FA;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

a:hover {
	color: #2A7BE3;
	text-decoration: none;
}

.margin-top {
	margin-top: 50px;
}

.padding-left {
	padding-left: 100px;
}

.padding-right {
	padding-right: 100px;
}

.fa {
	margin-bottom: 20px;
	color: #4E4F4F;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.fa:hover {
	color: #3BC1FA;
}

.row {
	margin-right: 0;
}

.hidden {
	display: none;
}

.blue {
	color: #3BC1FA;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin: 0;
}

h4, h5, h6 {
	font-weight: 300;
}

section h1, h4 {
	color: #4E4F4F;
}

hr {
	width: 50px;
	height: 3px;
	text-align: center;
	margin-bottom: 30px;
	background-color: #3BC1FA;
	border-top: none;
}

section {
	padding: 150px 0;
}

section.darker {
	background-color: #3BC1FA;
	color: #fff;
	padding: 50px 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

section#clients {
	padding: 100px 0;
}

.darker.load-more {
	background-color: #3BC1FA;
	color: #fff;
	padding: 50px 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.darker.load-more h2 {
	margin-top: 0px;
	vertical-align: middle;
	padding-bottom: 0;
	font-weight: 300;
}

.darker.load-more:hover {
	background-color: #2A7BE3;
}

section.darker h1 {
	color: #fff;
	font-weight: 300;
	padding: 0;
}

section.darker h2, section.darker h3 {
	color: #fff;
	font-weight: 300;
	text-transform: none;
	padding: 0;
	padding-bottom: 10px;
	margin-top: 20px;
}

section.darker p {
	margin-bottom: 20px;
}

section.darker .btn {
	margin: 20px 0;
}

section.darker.section-bg {
	padding: 0;
	max-height: 500px;
	overflow: hidden;
}

section.darker.section-bg img {
	width: 100%;
	min-height: 500px;
}

section.darker.section-bg .border:after {
	content: "";
	display: block;
	height: 1px;
	width: 35px;
	border-top: 3px solid #fff;
	margin: 30px 0;
}

section.darker.section-bg .section-content {
	padding: 40px 60px;
	display: table;
}

section.darker.section-bg .section-content .content {
	margin: 0;
	display: table-cell;
	vertical-align: middle; 
}

section.section-darker {
	background-color: #f7f7fa;
}

section.section-darker img {
	max-width: 300px;
	padding-left: 500px;
}

/* Navbar */

.navbar {
	background-color: #fff;
	display: table;
	width: 100%;
	height: 100px;
}

.navbar .container {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.navbar-brand h2 {
	padding-bottom: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.navbar-brand h2:first-letter {
	color: #3BC1FA;
}

.navbar:hover h2 {
	color: #3BC1FA;
}

.nav li a {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 20px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.nav li:hover a, .nav li:hover a:hover {
	color: #3BC1FA;
}

.nav.navbar-nav li a:focus, .nav.navbar-nav li a:active, .nav.navbar-nav li a.active {
	color: #2A7BE3;
	font-weight: 300;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #2A7BE3;
	font-weight: 300;
    background-color: transparent;
}

.navbar .toggle-menu {
	margin: 0;
}

/* Header */

header {
	width: 100%;
	max-height: 100%;
}

header .item {
	width: 100%;
	height: 100%;
	text-align: center;
	display: table;
}

header .item .header-text {
	width: 50%;
	padding: 0 50px;
	z-index: 10;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
}

h1.title {
	font-size: 70px;
	padding-bottom: 50px;
	letter-spacing: 0.2em;
	line-height: 1em;
}

h2.title {
	font-size: 30px;
	padding-bottom: 30px;
	letter-spacing: 0.1em;
	line-height: 1em;
}

p.title {
	font-size: 16px;
	padding: 50px;
}

/* Buttons */

.btn {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border: 3px solid #3BC1FA;
	padding: 10px 30px;
	background-color: transparent;
	color: #3BC1FA;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.btn:hover, .btn:focus, .btn:active, .btn.active {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	border: 3px solid #3BC1FA;
	background-color: #3BC1FA;
	color: #fff;
}

.darker .btn {
	border: 3px solid #fff;
	background-color: transparent;
	color: #fff;
	line-height: 2em;
	margin-top: 5px;

	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.darker .btn:hover, .darker .btn:focus, .darker .btn:active, .darker .btn.active {
	color: #2A7BE3;
	border: 3px solid #fff;
	background-color: #fff;
}

/* About */

#about .row {
	padding: 30px;
}

#about p {
	padding: 0 50px;
}

/* Services */

#services .service-item {
	padding: 30px;
}

#services .service-item h4{
	padding-bottom: 30px;
}

/* Team */

section#team {
	padding-bottom: 0;
}

#team {
	width: 100%;
	margin: 0;
	padding: 100px 0px 0px 15px;
}

#team .col-md-4 {
	margin: 0;
	padding: 0;
}

#team img {
	width: 100%;
}

#team .overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7);
	margin: 0;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

#team .overlay:hover {
	opacity: 1;
	margin: 20px;
}

#team .overlay .overlay-text {
	color: #fff;
	position: absolute;
	top: 35%;
	bottom: 35%;
	left: 20%;
	right: 20%;
}

#team .overlay h1 {
	color: #fff;
	text-align: center;
}

#team .overlay i.fa {
	color: #fff;
	text-align: center;
}

/* Portfolio */

#portfolio {
	margin: 0;
	padding-left: 15px;
	padding-bottom: 0px;
}

#portfolio .isotope .element-item {
	z-index: 2;
}

#portfolio .col-lg-3, #portfolio .col-md-6, #portfolio .col-sm-12 {
	margin: 0;
	padding: 0;
}

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

#portfolio .overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7);
	margin: 0;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

#portfolio .overlay:hover {
	opacity: 1;
	margin: 20px;
}

#portfolio .overlay .overlay-text {
	color: #fff;
	position: absolute;
	top: 35%;
	bottom: 35%;
	left: 20%;
	right: 20%;
}

#portfolio .overlay .overlay-text h1 {
	color: #fff;
	text-align: center;
}

#portfolio .overlay .overlay-text i {
	color: #fff;
	font-size: 12px;
	text-align: center;
}

#filters {
	font-size: 20px;
	margin: 50px 0;
}

#filters .filter {
	cursor: pointer;
	padding: 0px 10px;
}

/* Clients */

#clients img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	opacity: 0.7;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

#clients img:hover {
	filter: none;
	-webkit-filter: none;
	opacity: 1;
}

/* Parallax */

section.call-to-action {
	width: 100%;
	background-image: url('../img/slider3.png');
	color: #fff;
	padding: 150px 0;
}

section.call-to-action h3 {
	padding: 0;
	font-weight: 300;
}

section.call-to-action .fa {
	color: #fff;
}

section.testimonials {
	width: 100%;
	background-image: url('../img/slider.png');
	color: #fff;
	padding: 150px 0;
}

section.testimonials .fa {
	color: #fff;
}

.full-width-parallax {
    background-attachment: fixed !important;
    background-size: cover;
}

/* Inputs */

input, textarea {
	width: 100%;
	padding: 15px 20px;
	border: 1px solid #aaa;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

input {
	height: 50px;
}

textarea {
	height: 300px;
	margin: 30px 0;
}

input:focus, textarea:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	outline: none;
	border: 1px solid #3BC1FA;
}

/* Footer */

footer {
	background-color: #0F0F0F;
	padding: 30px;
}

footer a {
	padding: 0px 20px;
}

/* Media Queries */

@media all and (max-width: 1024px) {
	.section-bg img {
		display: none;
	}

	.full-width-parallax {
		background-attachment: scroll !important;
		background-position: initial !important;
		background-repeat: no-repeat !important;
	}

	#services .col-md-3:first-child, #services .col-md-3:nth-child(5) {
		border-left: none;
	}

	#services .col-md-3 {
		border-right: none;
	}
}

@media all and (max-width: 768px) {
	.navbar-brand h1 {
		font-size: 100%;
		margin-top: 10px;
	}
	
	.header-text h1 {
		font-size: 40px;
	}

	.header-text h2 {
		font-size: 30px;
	}

	section.darker.section-bg {
		max-height: 100%;
	}

	#clients img {
		padding: 20px;
	}
}