/*------- HTML-BODY-RESET -------*/

html {
	margin: 0;
	padding: 0;
	height: 100%!important;
	min-height:100%;
}

body {
	padding: 0;
	margin: 0;
	height: 100%;
	min-height: 100%;
	font-family: 'Raleway', sans-serif;
	color:#111!important;
	background-color: #fbfbfb;
}

h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	font-family: 'Raleway', sans-serif;
}

img {
	display:block;
	max-width:100%;
	height:auto;
}

a {
	text-decoration:none;
}

.preloader {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.preloader .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left:6px solid rgba(21,150,190,.8);
  border-right:6px solid rgba(21,150,190,.8);
  border-bottom:6px solid rgba(21,150,190,.8);
  border-top:6px solid rgba(255,255,255,.0);
  border-radius:100%;
}

@-webkit-keyframes rotation {
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(359deg);}
}

@-moz-keyframes rotation {
  from {-moz-transform: rotate(0deg);}
  to {-moz-transform: rotate(359deg);}
}

@-o-keyframes rotation {
  from {-o-transform: rotate(0deg);}
  to {-o-transform: rotate(359deg);}
}

@keyframes rotation {
  from {transform: rotate(0deg);}
  to {transform: rotate(359deg);}
}

/*** Works on common browsers ***/
::selection {
    background-color: #1094c1;
    color: #fff;
}

/*** Mozilla based browsers ***/
::-moz-selection {
    background-color: #1094c1;
    color: #fff;
}

/***For Other Browsers ***/
::-o-selection {
    background-color: #1094c1;
    color: #fff;
}

::-ms-selection {
    background-color: #1094c1;
    color: #fff;
}

/*** For Webkit ***/
::-webkit-selection {
    background-color: #1094c1;
    color: #fff;
}

.wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding:0 70px;
}

.bar-left {
    width: 70px;
    padding: 0 25px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 40;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    color: #111;
    font-size: 9px;
    font-weight: 500;
}

.bar-right {
    width: 70px;
    padding: 0 25px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 40;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    color: #111;
    font-size: 9px;
    font-weight: 500;
}

.bar-left > div {
	display: inline-block;
    position: absolute;
    top: 50%;
    left: 27px;
    width: 300px;
    height: 12px;
    line-height: 12px;
    margin-top: 150px;
    text-align: center;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
	letter-spacing: 3px;
}

.bar-right > div {
	display: inline-block;
    position: absolute;
    top: 50%;
    right: 37px;
    width: 300px;
    height: 12px;
    line-height: 12px;
    margin-top: 150px;
    text-align: center;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
	letter-spacing: 3px;
}

/*------- HEADER -------*/

header {
	position: relative;
	display: inline-block;
	width: 100%;
}

header.hd-home {
	height: 100%;
}

header .header-top {
	position: fixed;
	display: inline-block;
	width: 100%;
	height: 80px;
	left: 0;
	top: 0;
	text-align: center;
	background-color: #fff;
	z-index: 6;
}

header .header-top.hd-fx {
	
}

header .header-top .navbar {
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	min-height: 0;
	border:0;
	margin: 0;
}

header .header-top .navbar .brand-logo {
	position: absolute;
	z-index: 3;
	left: 70px;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	margin: 18px 0 0;
}

header .header-top.hd-fx .navbar .brand-logo {
	opacity: 1;
}

header .header-top .navbar .navbar-container ul {
	position: relative;
	display: inline-block;
	margin: 15px 0 0 0;
	padding:0;
}

header .header-top .navbar .navbar-container ul li {
	display: inline-block;
}

header .header-top .navbar .navbar-container ul li a {
	position: relative;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #111;
	background-color: transparent;
	padding:20px 20px;
	margin: 0;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

header .header-top .navbar .navbar-container ul li a:before {
	position: absolute;
	top: 20px;
	left: 10px;
	overflow: hidden;
	padding: 0 10px;
	color: #000;
	content: attr(data-hover);
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	-moz-transform: scale(1.4, 1.4);
	-ms-transform: scale(1.4, 1.4);
	-webkit-transform: scale(1.4, 1.4);
	transform: scale(1.4, 1.4);
	opacity: 0;
}

header .header-top .navbar .navbar-container ul li a:hover:before {
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
}

header .header-top .navbar .navbar-container ul li a:hover {
	color: #fff;
}

header .navbar .main-navbar .slicknav_menu {
	display: none;
}

header .navbar .main-navbar .slicknav_menu .slicknav_btn {
	position: relative;
    display: inline-block;
    float: left;
    height: 50px;
    margin: 0;
    padding: 17px 0;
}

header .navbar .main-navbar .slicknav_menu .slicknav_btn .slicknav_menutxt {
	display: none;
}

header .navbar .main-navbar .slicknav_menu .slicknav_btn .slicknav_icon {
	display: inline-block;
    margin: 0;
    width: 100%;
}

header .navbar .main-navbar .slicknav_menu .slicknav_btn .slicknav_icon .slicknav_icon-bar {
	display: block;
    width: 18px;
    height: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(17, 17, 17, 1);
    -moz-box-shadow: 0 1px 0 rgba(17, 17, 17, 1);
    box-shadow: 0 1px 0 rgba(17, 17, 17, 1);
    background-color: #111;
}

header .navbar .main-navbar .slicknav_menu .slicknav_btn .slicknav_icon .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 5px;
}

header .header-slider {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	top: 80px;
	padding-bottom: 80px;
	margin-bottom: -80px;
}

header .header-slider .home-slider-content {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	/*background-color: rgba(238, 238, 238, 0.8);*/
}

header .header-slider .home-slider-content .home-slider-caption {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

header .header-slider .home-slider-content .home-slider-caption h1 {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 100px;
	font-weight: 900;
	margin: 0;
	text-transform: uppercase;
	z-index: 1;
	overflow: hidden;
}

header .header-slider .home-slider-content .home-slider-caption h1.cd-headline.clip span {
  display: inline-block;
  font-weight: 900;
  padding: .2em 0;
}
.cd-words-wrapper {
	position: relative;
	text-align: left;
}
.cd-words-wrapper b {
	display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}
header .header-slider .home-slider-content .home-slider-caption h1.cd-headline.clip .cd-words-wrapper {
	overflow: hidden;
	vertical-align: top;
}
header .header-slider .home-slider-content .home-slider-caption h1.cd-headline.clip .cd-words-wrapper::after {
	  /* line */
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 100%;
	background-color: #fff;
}
.cd-words-wrapper b.is-visible {
	position: relative;
	font-weight: 900;
}
.cd-headline.clip b {
	opacity: 0;
}
.cd-headline.clip b.is-visible {
	opacity: 1;
}
.no-js .cd-words-wrapper b {
	opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
	opacity: 1;
}

header .header-slider .home-slider-content .home-slider-caption p {
	position: relative;
	display: inline-block;
	font-family: 'Playfair Display', serif;
	width: 100%;
	font-size: 21px;
	font-style: italic;
	letter-spacing: 0.3px;
	z-index: 1;
	margin: -10px 0 25px;
}

header .header-slider .home-slider-content .home-slider-caption > span {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0.4px;
	z-index: 1;
}

header .header-slider .home-slider-content .home-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: -webkit-linear-gradient(135deg, #2eacda 12%, #72d083 72%) repeat scroll 0 0 transparent;
    background: linear-gradient(-45deg,#2eacda 12%,#72d083 72%) repeat scroll 0 0 transparent;
    opacity: .83;
}

header .header-slider .home-slider-content .home-video-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
}

header .header-slider .home-slider-content .home-video-wrapper video {
	position: relative;
	min-width: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
}

/*------- ABOUT -------*/

section#about {
	position: relative;
	display: inline-block;
	width: 100%;
}

.home-section-title {
	position: relative;
	display: inline-block;
	width: 100%;
	padding:250px 0 100px;
	text-align: right;
}

.home-section-title h1 {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 2px;
	margin: 0;
	text-align: right;
	z-index: 1;
}

.home-section-title h1 span {
	font-size: 67px;
	font-weight: 900;
}

.home-section-title h1:before {
	position: absolute;
    content: '';
    width: 100px;
    height: 5px;
    background-color: #111;
    right: 0px;
    top: 140px;
}

.home-section-title .title-description {
	position: relative;
	display: inline-block;
	width: 100%;
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 65px 0 0 0;
    line-height: 26px;
    z-index: 1;
}

.about-text {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 25px 0 0;
	z-index: 1;
}

.about-text p {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.3px;
	padding: 0 0 0 80px;
	color: #999;
}

.about-image {
	position: relative;
	margin: 100px 0 0;
}

.about-image:before {
	position: absolute;
	content: '';
	width: 350px;
    height: 100%;
    background-color: #fff;
    left: -260px;
    bottom: -55px;
}

section#about .logos {
	position: relative;
	display: inline-block;
	width: 100%;
	padding:0 200px;
	margin: 0 0 50px;
}

section#about .logos ul {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding:0;
}

section#about .logos ul li {
	display: inline-block;
	padding:50px;
}

section#about .logos ul li.borderTop {
	border-top: 1px solid #eee;
}

section#about .logos ul li.borderLeft {
	border-left: 1px solid #eee;
}

section#about .logos ul li img {
	opacity: 0.5;
}

/*------- PORFTOLIO -------*/

section#portfolio {
	position: relative;
	display: block;
	padding-top: 78px;
}

section#portfolio .porfolio-content {
	position: relative;
	display: block;
	margin: 0;
	padding:0;
}

section#portfolio .porfolio-content .portfolio-item {
	display: inline-block;
	margin: 0;
}

section#portfolio .porfolio-content .portfolio-item .porfolio-info {
	position: relative;
	display: block;
}

section#portfolio .porfolio-content .portfolio-item .porfolio-info a {
	position: absolute;
	width: 95%;
    height: 95%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
    margin: auto;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

section#portfolio .porfolio-content .portfolio-item .porfolio-info a .portfolio-text {
	display: table;
	width: 100%;
	height: 100%;
}

section#portfolio .porfolio-content .portfolio-item .porfolio-info a .portfolio-text .portfolio-text-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

section#portfolio .porfolio-content .portfolio-item .porfolio-info a .portfolio-text .portfolio-text-content ul {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding:0;
	-ms-transform: translate(0px,-10px);
    -webkit-transform: translate(0px,-10px);
    transform: translate(0px,-10px);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

section#portfolio .porfolio-content .portfolio-item .porfolio-info a .portfolio-text .portfolio-text-content ul li {
	display: inline-block;
	padding:0 5px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}

section#portfolio .porfolio-content .portfolio-item .porfolio-info a .portfolio-text .portfolio-text-content h1 {
	position: relative;
	display: inline-block;
	width: 100%;
	font-weight: 900;
	margin: 10px 0;
	color: #fff;
	letter-spacing: 1px;
	-ms-transform: translate(0px,-15px);
    -webkit-transform: translate(0px,-15px);
    transform: translate(0px,-15px);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

section#portfolio .porfolio-content .portfolio-item .porfolio-info a .portfolio-text .portfolio-text-content p {
	display: inline-block;
	width: 100%;
	letter-spacing: 0.5px;
	font-size: 11px;
	color: #ccc;
	padding:0 50px;
	line-height: 22px;
	opacity: 0;
	-ms-transform: translate(0px,-20px);
    -webkit-transform: translate(0px,-20px);
    transform: translate(0px,-20px);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

section#portfolio .porfolio-content .portfolio-item .porfolio-info a:hover {
	opacity: 1;
}

section#portfolio .porfolio-content .portfolio-item .porfolio-info a:hover .portfolio-text .portfolio-text-content ul, section#portfolio .porfolio-content .portfolio-item .porfolio-info a:hover .portfolio-text .portfolio-text-content h1, section#portfolio .porfolio-content .portfolio-item .porfolio-info a:hover .portfolio-text .portfolio-text-content p {
	-ms-transform: translate(0px,0px);
    -webkit-transform: translate(0px,0px);
    transform: translate(0px,0px);
}

section#portfolio .porfolio-content .portfolio-item .porfolio-info a:hover .portfolio-text .portfolio-text-content p {
	opacity: 1;
}

/*------- TEAM -------*/

section#team {
	position: relative;
	display: inline-block;
	width: 100%;
	padding:120px 0 0;
}

section#team .team-description {
	position: relative;
	display: inline-block;
	font-family: 'Playfair Display', serif;
	font-size: 21px;
	width: 100%;
	letter-spacing: 1px;
	text-align: center;
}

section#team .team-text {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 20px 0;
	text-align: center;
	padding:0 350px;
	line-height: 24px;
	letter-spacing: 0.5px;
}

section#team .team-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 100px 0;
}

section#team .team-wrapper .team-profile {
	position: relative;
	display: inline-block;
	padding:20px;
}

section#team .team-wrapper .team-profile .profile-image {
	position: relative;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

section#team .team-wrapper .team-profile:hover .profile-image {
	-moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -o-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
    opacity: 1;
}

section#team .team-wrapper .team-profile .profile-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	bottom: -100%;
    left: 0;
    padding:30px;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
	text-align: center;
}

section#team .team-wrapper .team-profile .profile-hover .profile-name {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 32px;
	font-weight: 900;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 30px;
}

section#team .team-wrapper .team-profile .profile-hover .profile-job {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 10px;
	letter-spacing: 2px;
}

section#team .team-wrapper .team-profile .profile-hover .profile-text {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	margin: 10px 0 0;
	line-height: 20px;
}

section#team .team-wrapper .team-profile:hover .profile-hover {
	bottom:-50%;
}

/*------- CASE STUDIES -------*/

section#case-studies {
	position: relative;
	display: block;
	padding:150px 0 100px;
	text-align: center;
}

section#case-studies .case-studies-content {
	float: none;
	display: inline-block;
}

section#case-studies .case-studies-content .case-studies-item {
	display: inline-block;
    width: 100%;
}

section#case-studies .case-studies-content .marginBottom {
	margin-bottom: 150px;
}

section#case-studies .case-studies-content .left .case-studies-text {
	text-align: right;
}

section#case-studies .case-studies-content .right .case-studies-text {
	text-align: left;
}

section#case-studies .case-studies-content .paddingTop {
	padding-top: 130px;
}

section#case-studies .case-studies-content .paddingTop2 {
	padding-top: 60px;
}

section#case-studies .case-studies-content .case-studies-text h1 {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 72px;
	font-weight: 900;
	letter-spacing: 1px;
	margin: 0;
}

section#case-studies .case-studies-content .case-studies-text span {
	display: inline-block;
	width: 100%;
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	font-style: italic;
	letter-spacing: 1px;
	padding: 20px 0;
	line-height: 28px;
}

section#case-studies .case-studies-content .case-studies-text p {
	display: inline-block;
	width: 100%;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #999;
}

section#case-studies .case-studies-content .case-studies-item img {
	display: inline-block;
}

/*------- SLOGAN 1 -------*/

section#slogan-one {
	position: relative;
	display: block;
	background-image: url(images/slogan-bg.jpg);
	padding:200px 0;
	text-align: center;
}

section#slogan-one .slogan-bg {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: .77;
}

section#slogan-one h1 {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 52px;
	font-weight: 900;
	letter-spacing: 1px;
	z-index: 1;
}

section#slogan-one p {
	position: relative;
	display: inline-block;
	width: 100%;
	font-family: 'Playfair Display', serif;
	letter-spacing: 1px;
	line-height: 24px;
	color: #999;
	z-index: 1;
}

section#slogan-one a {
	position: relative;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
	z-index: 1;
	color: #fff;
	background-color: #2990b6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 15px 45px;
	margin: 20px 0 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

section#slogan-one a:hover {
	background-color: #46d25e;
}

/*------- START PROJECT -------*/

section.start-project {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-top: 80px;
}

section.start-project .start-project-effects {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

section.start-project .full-section-shadow-top {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    height: 90px;
    opacity: 0.11;
    background: -webkit-linear-gradient(#000, transparent);
    background: linear-gradient(#000, transparent);
}

section.start-project .parallax-multilayer {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.start-project .parallax-multilayer .parallax-layer {
    position: absolute;
}

section.start-project .parallax-multilayer .parallax-layer.pr-one {
	top: 30%;
	left: 6%;
}

section.start-project .parallax-multilayer .parallax-layer.pr-two {
	max-width: 300px;
	top: 50px;
	right: 10px;
}

section.start-project .parallax-multilayer .parallax-layer.pr-three {
	max-width: 120px;
	top: 50%;
	right: 20%;
}

section.start-project .start-project-block {
	position: relative;
	display: inline-block;
	width: 100%;
	z-index: 5;
	text-align: center;
	padding:100px 0;
}

section.start-project .start-project-block > div {
	float: none;
	display: inline-block;
}

section.start-project .start-project-block h1 {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 42px;
	font-weight: 300;
	letter-spacing: 1px;
}

section.start-project .start-project-block span {
	position: relative;
	display: inline-block;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 22px;
}

section.start-project .start-project-block form {
	position: relative;
	display: inline-block;
	float: none;
	margin:50px 0;
}

section.start-project .start-project-block form input {
	height: 45px;
	font-size: 13px;
	-webkit-box-shadow: none;
    box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:0 0 10px;
}

section.start-project .start-project-block form select {
	height: 45px;
	font-size: 13px;
	-webkit-box-shadow: none;
    box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:0 0 10px;
}

section.start-project .start-project-block form textarea {
	height: 150px;
	font-size: 13px;
	-webkit-box-shadow: none;
    box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:0 0 10px;
	resize:none;
}

section.start-project .start-project-block form button {
	position: relative;
    display: inline-block;
    width: 100%;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1;
    color: #fff;
    border:0;
    background-color: #2990b6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 18px 45px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

section.start-project .start-project-block form button:hover {
	background-color: #46d25e;
}

/*------- FOOTER -------*/

footer {
	position: relative;
	display: inline-block;
	width: 100%;
}

footer .contact-adress {
	position: relative;
	display: inline-block;
	width: 100%;
	padding:120px 0 100px;
	text-align: center;
}

footer .contact-adress > div {
	display: inline-block;
	float: none;
}

footer .contact-adress i {
	display: inline-block;
	font-size: 28px;
	color: #d36868;
}

footer .contact-adress .contact-item {
	text-align: left;
}

footer .contact-adress .contact-info {
	display: inline-block;
	width: 85%;
    margin: 0 0 0 20px;
    vertical-align: top;
    text-align: left;
}

footer .contact-adress .contact-info.latest {
	width: 70%;
	margin: 0 0 0 50px;
}

footer .contact-adress .contact-info h2 {
	position: relative;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.7px;
	margin: 0;
}

footer .contact-adress .contact-info p {
	display: inline-block;
	width: 100%;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0.7px;
}

footer .contact-adress .contact-info ul {
	display: inline-block;
	width: 100%;
	margin: 5px 0 0 0;
	padding:0;
}

footer .contact-adress .contact-info ul li {
	display: inline-block;
}

footer .contact-adress .contact-info ul li a {
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background-color: #f8f8f8;
	border:1px solid #eee;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

footer .contact-adress .contact-info ul li a i {
	display: inline-block;
	font-size: 12px;
	color: #111;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

footer .contact-adress .contact-info ul li a:hover {
	background-color: #111;
	border-color: #111;
}

footer .contact-adress .contact-info ul li a:hover i {
	color: #fff;
}

footer .footer-logo {
	display: inline-block;
	border-right: 1px solid #eee;
	padding: 0 70px 0 0;
}

footer .footer-logo img {
	opacity: 0.5;
}

footer .google-map {
	position: relative;
	display: block;
	height: 350px;
}

footer .google-map #map {
	width: 100%;
	height: 100%;
}

footer .back-to-top-button {
	position: relative;
	display: inline-block;
	float: right;
}

footer .back-to-top-button a {
	display: inline-block;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 1px;
	text-decoration: none;
	color: #111;
	text-align: center;
	width: 60px;
	border-left: 1px solid #eee;
}

footer .copyright {
	position: relative;
	display: inline-block;
	width: 100%;
	border-top: 1px solid #eee;
	padding:20px 0;
	text-align: center;
}

footer .copyright p {
	display: inline-block;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	color: #999;
}

footer .copyright ul li a:hover {
	color: #111;
}