/*

-----------------------
| [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;
	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.active {
	color: #2A7BE3;
	font-weight: 300;
}
.nav.navbar-nav li a:focus, .nav.navbar-nav li a:active{
	background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
	color: #2A7BE3;
	font-weight: 300;
    background-color: transparent;
}

.navbar .toggle-menu {
	margin: 0;
}

/* Header */
header {
	width: 100%;
	max-height: 100%;
	height: auto !important;
	margin-top:100px;
}

header .item {
	width: 100%;
	height: auto !important;
	text-align: center;
	display: table;
	padding: 15vh 20px;
}

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 .item .header-text {
		padding: 0;
	}
	
	header .item {
    padding: 5vh 20px;
}
#home a.btn {
    font-size: 14px;
}
	.header-text h1 {
		font-size: 22px;
		padding-bottom: 20px;
		text-align: center;
	}

	.header-text h2 {
		font-size: 18px;
		padding-bottom: 20px;
		text-align: center;
	}

	section.darker.section-bg {
		max-height: 100%;
	}

	#clients img {
		padding: 20px;
	}
}
.gafancybox-image,
.gafancybox-inner,
.gafancybox-nav,
.gafancybox-nav span,
.gafancybox-outer,
.gafancybox-skin,
.gafancybox-tmp,
.gafancybox-wrap,
.gafancybox-wrap iframe,
.gafancybox-wrap object {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	vertical-align: top
}

.gafancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020
}

.gafancybox-skin {
	position: relative;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.gafancybox-opened {
	z-index: 99999
}

.gafancybox-inner,
.gafancybox-outer {
	position: relative
}

.gafancybox-inner {
	overflow: hidden
}

.gafancybox-type-iframe .gafancybox-inner {
	-webkit-overflow-scrolling: touch
}

.gafancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap
}

.gafancybox-iframe,
.gafancybox-image {
	display: block;
	width: 100%;
	height: 100%
}

.gafancybox-image {
	max-width: 100%;
	max-height: 100%
}

#gafancybox-loading,
.gafancybox-close,
.gafancybox-next span,
.gafancybox-prev span {
	background-image: none
}

#gafancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060
}

#gafancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../images/gafancybox_loading.gif) center center no-repeat
}

.gafancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(../images/blank.gif);
	-webkit-tap-highlight-color: transparent;
	z-index: 8040
}

.gafancybox-prev {
	left: 0
}

.gafancybox-next {
	right: 0
}

.gafancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden
}

.gafancybox-prev span {
	left: 10px;
	background-position: 0 -36px
}

.gafancybox-next span {
	right: 10px;
	background-position: 0 -72px
}

.gafancybox-nav:hover span {
	visibility: visible
}

.gafancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible!important
}

.gafancybox-lock {
	width: auto
}

.gafancybox-lock body {
	overflow: hidden!important
}

.gafancybox-lock-test {
	overflow-y: hidden!important
}

.gafancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 99998;
	background: url(../images/gafancybox_overlay.png)
}

.gafancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0
}

.gafancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050
}

.gafancybox-opened .gafancybox-title {
	visibility: visible
}

.gafancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center
}

.gafancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: 0 0;
	background: rgba(0, 0, 0, .8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: 700;
	line-height: 24px;
	white-space: nowrap
}

.gafancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff
}

.gafancybox-title-inside-wrap {
	padding-top: 10px
}

.gafancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
	#gafancybox-loading,
	.gafancybox-close,
	.gafancybox-next span,
	.gafancybox-prev span {
		background-size: 44px 152px
	}
	#gafancybox-loading div {
		background-image: url(../images/gafancybox_loading@2x.gif);
		background-size: 24px 24px
	}
}

#inline-auto img {
	max-width: 100%
}