@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: 'futura_maxi_cg_bookregular', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #24272c;
}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display: block;
	margin: 0px;
}
mark, rp, rt, ruby, summary, time {
	display: inline;
}
h1, h2, h3, h4, h5, h6, blockquote {
	font-family: 'futura_maxi_cg_boldregular', Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-weight: normal;
}
ul, ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}
strong {
	font-weight: normal;
}
p {
	font-size: 20px;
	line-height: 38px;
	color: #24272c;
	font-family: 'futura_maxi_cg_bookregular';
	margin-top: 20px;
	position: relative;
}
a {
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: All 0.2s ease;
	-moz-transition: All 0.2s ease;
	-o-transition: All 0.2s ease;
	-ms-transition: All 0.2s ease;
	transition: All 0.2s ease;
	color: #24272c; 
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a, input[type="submit"], input[type="button"], button {
	cursor: pointer;  -webkit-appearance: none;
}
h1 {
	font-size: 48px;
	margin-top: 16px;
}
h2 {
	font-size: 72px;
	line-height: 88px;
	margin-top: 16px;
}
img {
	max-width: 100%;
	height: auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.nomargin {
	margin: 0!important;
}
.leftP0 {
	padding-left: 0!important;
}
.clr {
	clear: both;
	height: 0px;
}
.toppP10 {
	padding-top: 10px!important;
}
.leftrightPad0 {
	padding-right: 0px!important;
	padding-left: 0px!important;
}
.nobg {
	background: none !important;
}
.noborder {
	border: none !important;
}
.MarT30 {
	margin-top: 30px;
}
.textright {
	text-align: right;
}
.textleft {
	text-align: left;
}
.textcenter {
	text-align: center;
}
.contentin {
	width: 960px;
	margin: 0 auto;
}
section {
	padding: 120px 0 20px 0;
}
.sectionname {
	color: #1984F6;
	font-size: 24px;
	font-family: 'futura_maxi_cg_boldregular', arial;
}
.contact-form {
	padding-top: 20px;
	max-width: 960px;
}
.navbar-toggler-icon {
	font-size: 22px;
	font-family: 'futura_maxi_cg_boldregular', arial;
	width: auto;
	height: auto;
}
.logo-icon {
	display: none;
}
.logo-img {
	display: block; height: 40px; width: 177px;
}
@font-face {
	font-family: 'futura_maxi_cg_lightregular';
	src: url('../fonts/futura_maxi_cg_light_regular-webfont.woff2') format('woff2'),  url('../fonts/futura_maxi_cg_light_regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'futura_maxi_cg_demiregular';
	src: url('../fonts/futura_maxi_cg_demi_regular-webfont.woff2') format('woff2'),  url('../fonts/futura_maxi_cg_demi_regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'futura_maxi_cg_bookregular';
	src: url('../fonts/futura_maxi_cg_book_regular-webfont.woff2') format('woff2'),  url('../fonts/futura_maxi_cg_book_regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'futura_maxi_cg_boldregular';
	src: url('../fonts/futura_maxi_cg_bold_regular-webfont.woff2') format('woff2'),  url('../fonts/futura_maxi_cg_bold_regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
body, html {
	height: 100%;
	margin: 0;
}
.bgimg-1{
	position: relative;
	opacity: 1;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/img_parallax.jpg);
	min-height: 100%;
}
.caption {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
}
.navbar {
	box-shadow: 0px 2px 34px rgba(36,39,44,.15);
	-webkit-transition: all 0.5s ease;
	-moz-transition: position 10s;
	-ms-transition: position 10s;
	-o-transition: position 10s;
	transition: all 0.5s ease;
}
.navbar.smlHeader {
	padding: 0rem 1rem;
}
header {
	width: 100%;
	font-size: 16px;
	z-index: 40;
	background: #fff;
	padding: 30px 0;
	height: 90px;
}
header a {
	font-size: 16px;
	color: #24272c;
}
.container {
	width: 1200px;
	margin: auto;
}
.container p {
	max-width: 960px;
}
.container a.btn {
	padding: 12px 30px;
	background: #4d4567;
	color: #fff;
	font-family: 'futura_maxi_cg_bookregular';
	font-size: 14px;
	text-transform: uppercase;
}
.container a.btn:hover {
	background: #24272c;
	text-decoration: none;
}

.heart {
	animation: beat 1s infinite alternate;
	transform-origin: center;
}

/* Heart beat animation */
@keyframes beat{
	from { transform: scale(0.80); }
	to { transform: scale(1); }
}

nav {
	padding: 0;
	margin: 0;
	text-align: right;
	position: relative;
	float: right;
	z-index: 11;
	background: #fff;
}
nav a {
	font-family: 'futura_maxi_cg_boldregular';
	font-size: 16px;
	color: #24272c;
	padding: 10px 0px;
	margin: 0 24px;
	border-bottom: 3px solid #fff;
}
nav ul {
	padding: 0;
	margin: 0;
	text-align: right;
	position: relative;
	float: right;
	z-index: 11;
}
nav ul li, nav ul li {
	display: inline
}
.navigation a {
	font-size: 18px;
	color: rgba(255,255,255,.80);
	padding: 7px 12px 7px 20px;
	display: block;
}
nav ul li a:hover, nav ul li a.active {
	text-decoration: none;
	border-bottom: 3px solid #1984F6;
}
.hero h1, .hero h2 {
	color: #fff;
	text-shadow: 0px 2px 24px rgba(36, 39, 44, .15);
}
.popup h3 {
	font-family: 'ralewayextralight';
	font-size: 24px;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	margin: 15px 0;
}
.txtblue {
	color: #1984F6;
	font-family: 'futura_maxi_cg_boldregular';
}
.half {
	float: left;
	position: relative;
	width: 50%;
}
.full {
	width: 100%;
	position: relative;
	float: left;
}
.half img, .full img {
	position: relative;
	z-index: 1;
	float: left;
}
.project-title {
	position: absolute;
	top: 40%;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 2;
	font-family: 'futura_maxi_cg_boldregular';
	font-size: 72px;
	color: #fff;
	box-sizing: content-box;
	vertical-align: middle;
	text-shadow: 0px 2px 55px rgba(0,0,0,.50);
}
.navbar-nav hr{ display: none;}
.contact-info, .v-mobile { display: none; }	
		
.navbar hr{ width: 120px; margin-top: 25px; display: none;}
.one-impression2 .project-title, .one-impression .project-title {
	margin-top: -5%;
}
.pr-name {
	width: 25%;
	float: left;
	margin-top: 40px;
}
.pr-name h5 {
	font-family: 'futura_maxi_cg_boldregular';
	font-size: 36px;
	line-height: 87px;
}
.pr-name p {
	max-width: 90%;
	margin-top: -15px;
}
.client .pr-name {
	text-align: center;
}
.contact-form input, textarea {
	display: block;
	max-width: 960px;
	width: 100%;
	padding: 28px 24px 20px 24px;
	border-radius: 2px;
	border: 1px solid rgba(36,39,24, 0.20);
	margin-bottom: 30px;
	font-size: 30px;
	box-shadow: 0px 2px 14px rgba(36,39,44,.05); 
	font-family: 'futura_maxi_cg_bookregular', Arial, Helvetica, sans-serif;
	opacity: .75;  -webkit-appearance: none;
}
.contact-form input[type="submit"] {
	background: #1984F6;
	color: #fff;
	max-width: 270px;
	font-size: 20px;
	font-family: 'futura_maxi_cg_boldregular', Arial, Helvetica, sans-serif;
	opacity: 1;  -webkit-appearance: none;
}
.contact-form input[type="submit"]:hover {
	background: #0D78EA;
	box-shadow: 15px 15px 50px rgba(25,132,246,.25);
}
.error {
	font-size: 20px;
	color: #E12C35;
	padding: 3px 0 3px 35px;
	background: url(../images/error_icon.png) 5px 2px no-repeat;
	display: none;
	line-height: 24px;
	position: absolute;
	right: 20px;
	top: 30px;
}
.gotError .error {
	display: block;
}
.gotError .input__label-content {
	display: none;
}
.input--ruri {
	position: relative;
	display: block;
}
footer {
	font-family: 'futura_maxi_cg_bookregular';
	font-size: 20px;
	line-height: 46px;
	padding: 28px 0;
	border-top: 1px solid rgba(0,0,0,.05);
}
.block {
	height: 5em;
	line-height: 5em;
	width: 10em;
	background: #464646;
	color: #fdfdfd;
	text-align: center;
	margin: 1em auto;
	text-shadow: 0 0 1px #333; /* so one can see fadeBgColor properly */
}
.animatable {
	/* initially hide animatable objects */
	visibility: hidden;
	/* initially pause animatable objects their animations */
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-ms-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}
/* show objects being animated */
.animated {
	visibility: visible;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-ms-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}





/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@-webkit-keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-20px);
}
100% {
 opacity: 1;
 -webkit-transform: translateY(0);
}
}
 @-moz-keyframes fadeInDown {
 0% {
 opacity: 0;
 -moz-transform: translateY(-20px);
}
 100% {
 opacity: 1;
 -moz-transform: translateY(0);
}
}
 @-o-keyframes fadeInDown {
 0% {
 opacity: 0;
 -o-transform: translateY(-20px);
}
 100% {
 opacity: 1;
 -o-transform: translateY(0);
}
}
 @keyframes fadeInDown {
 0% {
 opacity: 0;
 transform: translateY(-20px);
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}
 @-webkit-keyframes fadeIn {
 0% {
 opacity: 0;
}
 20% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @-moz-keyframes fadeIn {
 0% {
 opacity: 0;
}
 20% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @-o-keyframes fadeIn {
 0% {
 opacity: 0;
}
 20% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes fadeIn {
 0% {
 opacity: 0;
}
 60% {
 opacity: 0;
}
 20% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@-webkit-keyframes bounceInLeft {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-2000px);
}
 60% {
 -webkit-transform: translateX(20px);
}
 80% {
 -webkit-transform: translateX(-5px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
}
}
 @-moz-keyframes bounceInLeft {
 0% {
 opacity: 0;
 -moz-transform: translateX(-2000px);
}
 60% {
 -moz-transform: translateX(20px);
}
 80% {
 -moz-transform: translateX(-5px);
}
 100% {
 opacity: 1;
 -moz-transform: translateX(0);
}
}
 @-o-keyframes bounceInLeft {
 0% {
 opacity: 0;
 -o-transform: translateX(-2000px);
}
 60% {
 opacity: 1;
 -o-transform: translateX(20px);
}
 80% {
 -o-transform: translateX(-5px);
}
 100% {
 opacity: 1;
 -o-transform: translateX(0);
}
}
 @keyframes bounceInLeft {
 0% {
 opacity: 0;
 transform: translateX(-2000px);
}
 60% {
 transform: translateX(20px);
}
 80% {
 transform: translateX(-5px);
}
 100% {
 opacity: 1;
 transform: translateX(0);
}
}
@-webkit-keyframes bounceInRight {
 0% {
 opacity: 0;
 -webkit-transform: translateX(2000px);
}
 60% {
 -webkit-transform: translateX(-20px);
}
 80% {
 -webkit-transform: translateX(5px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
}
}
 @-moz-keyframes bounceInRight {
 0% {
 opacity: 0;
 -moz-transform: translateX(2000px);
}
 60% {
 -moz-transform: translateX(-20px);
}
 80% {
 -moz-transform: translateX(5px);
}
 100% {
 opacity: 1;
 -moz-transform: translateX(0);
}
}
 @-o-keyframes bounceInRight {
 0% {
 opacity: 0;
 -o-transform: translateX(2000px);
}
 60% {
 -o-transform: translateX(-20px);
}
 80% {
 -o-transform: translateX(5px);
}
 100% {
 opacity: 1;
 -o-transform: translateX(0);
}
}
 @keyframes bounceInRight {
 0% {
 opacity: 0;
 transform: translateX(2000px);
}
 60% {
 transform: translateX(-20px);
}
 80% {
 transform: translateX(5px);
}
 100% {
 opacity: 1;
 transform: translateX(0);
}
}
@-webkit-keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translateY(20px);
}
100% {
 opacity: 1;
 -webkit-transform: translateY(0);
}
}
 @-moz-keyframes fadeInUp {
 0% {
 opacity: 0;
 -moz-transform: translateY(20px);
}
 100% {
 opacity: 1;
 -moz-transform: translateY(0);
}
}
 @-o-keyframes fadeInUp {
 0% {
 opacity: 0;
 -o-transform: translateY(20px);
}
 100% {
 opacity: 1;
 -o-transform: translateY(0);
}
}
 @keyframes fadeInUp {
 0% {
 opacity: 0;
 transform: translateY(20px);
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}
@-webkit-keyframes bounceIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(.3);
}
 50% {
 -webkit-transform: scale(1.05);
}
 70% {
 -webkit-transform: scale(.9);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
}
}
 @-moz-keyframes bounceIn {
 0% {
 opacity: 0;
 -moz-transform: scale(.3);
}
 50% {
 -moz-transform: scale(1.05);
}
 70% {
 -moz-transform: scale(.9);
}
 100% {
 opacity: 1;
 -moz-transform: scale(1);
}
}
 @-o-keyframes bounceIn {
 0% {
 opacity: 0;
 -o-transform: scale(.3);
}
 50% {
 -o-transform: scale(1.05);
}
 70% {
 -o-transform: scale(.9);
}
 100% {
 opacity: 1;
 -o-transform: scale(1);
}
}
 @keyframes bounceIn {
 0% {
 opacity: 0;
 transform: scale(.3);
}
 50% {
 transform: scale(1.05);
}
 70% {
 transform: scale(.9);
}
 100% {
 opacity: 1;
 transform: scale(1);
}
}
@-webkit-keyframes moveUp {
 0% {
 opacity: 1;
 -webkit-transform: translateY(40px);
}
100% {
 opacity: 1;
 -webkit-transform: translateY(0);
}
}
 @-moz-keyframes moveUp {
 0% {
 opacity: 1;
 -moz-transform: translateY(40px);
}
 100% {
 opacity: 1;
 -moz-transform: translateY(0);
}
}
 @-o-keyframes moveUp {
 0% {
 opacity: 1;
 -o-transform: translateY(40px);
}
 100% {
 opacity: 1;
 -o-transform: translateY(0);
}
}
 @keyframes moveUp {
 0% {
 opacity: 1;
 transform: translateY(40px);
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}
 @-webkit-keyframes fadeBgColor {
 0% {
 background:none;
}
 70% {
 background:none;
}
 100% {
 background:#464646;
}
}
@-o-keyframes fadeBgColor {
 0% {
 background:none;
}
 70% {
 background:none;
}
 100% {
 background:#464646;
}
}
@keyframes fadeBgColor {
 0% {
 background:none;
}
 70% {
 background:none;
}
 100% {
 background:#464646;
}
}
.animated.animationDelay {
	animation-delay: .4s;
	-webkit-animation-delay: .4s;
}
.animated.animationDelayMed {
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
}
.animated.animationDelayLong {
	animation-delay: 1.6s;
	-webkit-animation-delay: 1.6s;
}
.animated.fadeBgColor {
	-webkit-animation-name: fadeBgColor;
	-moz-animation-name: fadeBgColor;
	-o-animation-name: fadeBgColor;
	animation-name: fadeBgColor;
}
.animated.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
.animated.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
.animated.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
.animated.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
.animated.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.animated.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.animated.moveUp {
	-webkit-animation-name: moveUp;
	-moz-animation-name: moveUp;
	-o-animation-name: moveUp;
	animation-name: moveUp;
}

@media only screen and (max-device-width:1024px) {
.bgimg-1 {
	background-attachment: scroll;
}
}

@media screen and (max-width:700px) {
.logo-icon {
	display: block;
}
.logo-img {
	display: none;
}
.box {
	width: 70%;
}
.half, .full, .pr-name {
	width: 100%;
}
.client .pr-name {
	width: 40%;
	margin: 5%;
}
h2 {
	font-size: 46px;
	line-height: 58px;
}
p {
	margin-top: 5px;
}
h1 {
	font-size: 24px;
}
.hero h2 {
	font-size: 28px;
	line-height: 36px;
}
.bgimg-1 {
	min-height: 468px;
	background-image: url(../images/img_parallax2.png);
}
.caption {
	top: 55%;
}
section {
	padding: 40px 0 50px 0
}
.project-title {
	font-size: 40px;
}
#about .pr-name {
	width: 50%;
	text-align: left;
}
#about .pr-name h5 {
	font-size: 24px;
	line-height: 46px;
}
.navbar .nav-link {
	padding: 1.5rem 0rem 0.3rem 0;
	display: inline-block;
	font-size: 32px;
}
.navbar-nav {
	text-align: center;
	width: 100%;
	padding-bottom: 25px;
}
.navbar-nav li {
	display: block;
}
#navbar .navbar {
	padding: 0rem 1rem; text-align: center;
}
	.contact-info { display: block; clear: both; padding:30px 0; font-family: 'futura_maxi_cg_boldregular';}	
	.contact-info p{ margin:5px; font-family: 'futura_maxi_cg_boldregular';}	
	.navbar hr{ width: 120px; margin-top: 25px; display: block;}
	.contact-info a { font-size: 20px; margin: 0; }
header {
	height: 55px;
	padding: 0;
}
	 .navbar .navbar-brand { padding-top: 0.5rem; }
	.menu-close{ display: none}
	.menu-open{ display: block; margin-top: 5px;}
	.menu-active .menu-close{ display: block; margin-top: 5px;}
	.menu-active .menu-open, .collapsed .menu-close{ display: none}
	.collapsed .menu-open{ display: block; margin-top: 5px;}
	
	.v-mobile {display: block;}
	.v-web {display: none;}
	footer { font-size: 11px;}
	footer .alignright {float:none;}
	footer img {height:12px;}
	
	
}
