@import url(http://fonts.googleapis.com/css?family=Raleway:300,400,700);

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

h1 {
		font-family: "Raleway", sans-serif;
		font-weight: 700;
		font-size: 3em;
		letter-spacing: 2px;
		position: relative;
		z-index: 10;
		text-align: center;
		line-height: 1em;
		color: #ffffff;
		margin: 20px 0 20px 0;
		text-rendering: optimizeLegibility;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	}
h2 {
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 1.2em;
	letter-spacing: 2px;
	position: relative;
	z-index: 10;
	text-align: center;
	line-height: 1.2em;
	color: #d1d1d1;
	margin: 0;
	text-rendering: optimizeLegibility;
}

p {
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.7em;
	text-rendering: optimizeLegibility;
}

.button {
    display: inline-block;
    position: relative;
    height: 60px;
    line-height: 36px;
    padding: 0 100px;
    outline: 0;
    background: rgba(0,0,0,0);
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 3px solid rgba(0,0,0,0.15);
    vertical-align: bottom;
    white-space: nowrap;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "Raleway", sans-serif;
    letter-spacing: -0.02em;
    font-weight: 400;
    font-style: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 999em;
    -moz-border-radius: 999em;
    border-radius: 999em;
    -webkit-transition: .1s background-color,.1s border-color,.1s color;
    -moz-transition: .1s background-color,.1s border-color,.1s color;
    -ms-transition: .1s background-color,.1s border-color,.1s color;
    -o-transition: .1s background-color,.1s border-color,.1s color;
    transition: .1s background-color,.1s border-color,.1s color;
    margin: 40px 0;
}

.button--primary {
    border-color: #e2e2e2;
}

.button--cancel {
    border-color: rgba(0,0,0,0.15);
    color: rgba(0,0,0,0.44);
}

.button--cancel:focus, .button--cancel:active, .button--cancel:hover {
    border-color: rgba(0,0,0,0.44);
    background-color: transparent;
    color: rgba(0,0,0,0.44);
}

.button--primary:focus, .button--primary:active, .button--primary:hover {
    background: rgba(0,0,0,0);
    border-color: #1a9bcc;
    color: #84c7e0;
}

.button--primary, .button--primary.button--link, .button--primary .icon:before {
    color: #e2e2e2;
}


.cb-slideshow,
.cb-slideshow:after { 
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
    background-color: black;
}
.cb-slideshow:after { 
    position: absolute;
    content: '';
    background: transparent url(../img/pattern.png) repeat top left; 
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    display: inline-block;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div { 
    z-index: 1000;
    position: fixed;
    background-attachment: fixed;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s; 
}

.cb-slideshow li:nth-child(1) span { 
    background-image: url(../img/1_new.jpg) ;
    position: absolute;
    display: inline-block;
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(../img/2.jpg);
    position: absolute;
    display: inline-block;
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(../img/3.jpg);
    position: absolute;
    display: inline-block;
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(../img/4.jpg);
    position: absolute;
    display: inline-block;
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(../img/5.jpg);
    position: absolute;
    display: inline-block;
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(../img/6.jpg);
    position: absolute;
    display: inline-block;
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
.cb-slideshow li:nth-child(2) div { 
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) div { 
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) div { 
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) div { 
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) div { 
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

@media screen and (max-width: 1140px) { 
    .cb-slideshow li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) { 
    .cb-slideshow li div h3 { font-size: 80px }
}

@media screen and (min-width: 600px){
	.input--filled_lg .input__label-content{
	margin-top: 6em;
    padding: 0 !important;
	
	}
	
}
.cb-slideshow a { color: #1c9ccd; }


.ip-header {
	position: fixed;
	top: 0;
	z-index: 100;
	min-height: 460px;
	width: 100%;
	height: 100%;
	background: #f1f1f1;
}

.ip-header h1 {
	margin: 0;
}

.ip-logo,
.ip-loader {
	position: absolute;
	left: 0;
	width: 100%;
	opacity: 0;
	cursor: default;
	pointer-events: none;
}

.ip-logo {
	top: 0;
	height: 100%;
	-webkit-transform: translate3d(0,25%,0);
	transform: translate3d(0,25%,0);
}

.ip-loader {
	bottom: 20%;
}

.ip-header .ip-inner {
	display: block;
	margin: 0 auto;
}

.ip-header .ip-logo svg {
	position: absolute;
	min-height: 200px;
	height: 25%;
}

.loaded .ip-header .ip-logo svg {
	max-height: 300px;
}

.ip-header .ip-logo svg path {
	fill: #1c9ccd;
}

.ip-header .ip-loader svg path {
	fill: none;
	stroke-width: 6;
}

.ip-header .ip-loader svg path.ip-loader-circlebg {
	stroke: #ddd;
}

.ip-header .ip-loader svg path.ip-loader-circle {
	-webkit-transition: stroke-dashoffset 0.2s;
	transition: stroke-dashoffset 0.2s;
	stroke: #1c9ccd;
}

/* Content */

.ip-main {
	overflow: hidden;
	margin: 0 auto;
	padding: 270px 0 10em 0;
	max-width: 1100px;
	width: 90%;
}

/* Initial animation of header elements */
.loading .ip-logo,
.loading .ip-loader {
	opacity: 1;
}

.loading .ip-logo {
	-webkit-animation: animInitialLogo 1s cubic-bezier(0.7,0,0.3,1) both;
	animation: animInitialLogo 1s cubic-bezier(0.7,0,0.3,1) both;
}

@-webkit-keyframes animInitialLogo {
	from { opacity: 0; }
}

@keyframes animInitialLogo {
	from { opacity: 0; }
}

.loading .ip-loader {
	-webkit-animation: animInitialLoader 1s cubic-bezier(0.7,0,0.3,1) both;
	animation: animInitialLoader 1s cubic-bezier(0.7,0,0.3,1) both;
}

@-webkit-keyframes animInitialLoader {
	from { opacity: 0; -webkit-transform: scale3d(0.5,0.5,1); }
}

@keyframes animInitialLoader {
	from { opacity: 0; -webkit-transform: scale3d(0.5,0.5,1); transform: scale3d(0.5,0.5,1); }
}

/* Header elements when loading finishes */
.loaded .ip-logo,
.loaded .ip-loader {
	opacity: 1;
}


.loaded .ip-logo {
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-animation: animLoadedLogo 1s cubic-bezier(0.7,0,0.3,1) forwards;
	animation: animLoadedLogo 1s cubic-bezier(0.7,0,0.3,1) forwards;
}

@-webkit-keyframes animLoadedLogo {
	to { opacity: 0; -webkit-transform: translate3d(0,100%,0) }
}

@keyframes animLoadedLogo {
	to { opacity: 0; -webkit-transform: translate3d(0,100%,0) ; transform: translate3d(0,100%,0) }
}

.loaded .ip-loader {
	-webkit-animation: animLoadedLoader 0.5s cubic-bezier(0.7,0,0.3,1) forwards;
	animation: animLoadedLoader 0.5s cubic-bezier(0.7,0,0.3,1) forwards;
}

@-webkit-keyframes animLoadedLoader {
	to { opacity: 0; -webkit-transform: translate3d(0,-100%,0) scale3d(0.3,0.3,1); }
}

@keyframes animLoadedLoader {
	to { opacity: 0; -webkit-transform: translate3d(0,-100%,0) scale3d(0.3,0.3,1); transform: translate3d(0,-100%,0) scale3d(0.3,0.3,1); }
}


/* Header animation when loading finishes */
.loaded .ip-header {
	-webkit-animation: animLoadedHeader 1s cubic-bezier(0.7,0,0.3,1) forwards;
	animation: animLoadedHeader 1s cubic-bezier(0.7,0,0.3,1) forwards;
}

@-webkit-keyframes animLoadedHeader {
	to { -webkit-transform: translate3d(0,-100%,0); }
}

@keyframes animLoadedHeader {
	to { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
}

/* Content animations */
.loaded .ip-main h2,
.loaded .ip-main .browser,
.loaded .ip-main .browser .box,
.loaded .codrops-demos {
	-webkit-animation: animLoadedContent 1s cubic-bezier(0.7,0,0.3,1) both;
	animation: animLoadedContent 1s cubic-bezier(0.7,0,0.3,1) both;
}

.loaded .ip-main h2,
.loaded .ip-main .browser .box:first-child {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.loaded .codrops-demos,
.loaded .ip-main .browser .box:nth-child(2) {
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}

.loaded .ip-main .browser .box:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}


@-webkit-keyframes animLoadedContent {
	from { opacity: 0; -webkit-transform: scale3d(0.3,0.3,1); }
}

@keyframes animLoadedContent {
	from { opacity: 0; -webkit-transform: scale3d(0.3,0.3,1); transform: scale3d(0.3,0.3,1); }
}

/* Change layout class for header */
.layout-switch .ip-header {
	position: absolute;
}

/* No JS */
.no-js .ip-header {
	position: relative;
	min-height: 0px;
}

.no-js .ip-header .ip-logo {
	margin-top: 20px;
	height: 180px;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.no-js .ip-header .ip-logo svg path {
	fill: #fff;
}

/*content start */


/* 

-------------------------------------------------------------

CONTACT

*/

/*.cbp-spmenu {
	background: #47a3da;
	position: fixed;
}*/

#cbp-spmenu-s2 h1 {
    margin: 10px 0 10px 0;
}




/*end contact*/

/*slide menu*/

/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(153,204,51,0.9);
}

/* Overlay closing cross */
.overlay button {
	width: 20px;
	position: absolute;
	right: 32px;
	top: 28px;
	position: absolute;
	overflow: hidden;
	border: none;
	background: url(../img/close-btn.svg) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
	padding: 0;
}

@media (max-width: 767px) {
	.overlay button {
	right: 21px;
	top: 25px;
	}
}

/* Menu style */
.overlay nav {
	opacity: .5;
	text-align: center;
	position: relative;
	top: 16%;
	height: 60%;
	transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    transform: perspective(500px) rotateX(-20deg);
    -moz-transform: perspective(500px) rotateX(-20deg);
    -webkit-transform: perspective(500px) rotateX(-20deg);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
}



.overlay.open nav {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s, visibility 0s 0.4s;
	transition: transform 0.4s, opacity 0.4s, visibility 0s 0.4s; 
	transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
}


.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.overlay ul li a {
	font-size: 54px;
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.overlay p {
    color: #fff;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #1a9bcc;
}

.overlay-contentpush {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #2a2a2a;
  	z-index: 200;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s, visibility 0s 0.4s;
	transition: transform 0.4s, opacity 0.4s, visibility 0s 0.4s; 
}



.overlay-contentpush.open {
	visibility: visible;
	opacity: 1;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}
.overlay-contentpush.open nav {
    transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s; }

.overlay-contentpush.open .menu-bottom {
	bottom: 0px;
}

    .overlay .menu-bottom a {
      	color: #ffffff; }
    .overlay .menu-bottom a:hover {
      	text-decoration: underline; }

/*----------*/

.overlay-renovations {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #2a2a2a;
    z-index: 200;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s, visibility 0s 0.4s;
    transition: transform 0.4s, opacity 0.4s, visibility 0s 0.4s; 
}

.overlay-renovations nav {
    top: 10%;
}



.overlay-renovations.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    overflow: scroll;
}
.overlay-renovations.open nav {
    transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s; }

.overlay-renovations.open .menu-bottom {
    bottom: 0px;
}



/*----------*/

.overlay-additions {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #2a2a2a;
    z-index: 200;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s, visibility 0s 0.4s;
    transition: transform 0.4s, opacity 0.4s, visibility 0s 0.4s; 
}



.overlay-additions.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    overflow: scroll;
}
.overlay-additions.open nav {
    transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s; }

.overlay-additions nav {
    top: 10%;
}

.overlay-additions.open .menu-bottom {
    bottom: 0px;
}

/*----------*/

.overlay-work {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #2a2a2a;
    z-index: 200;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s, visibility 0s 0.4s;
    transition: transform 0.4s, opacity 0.4s, visibility 0s 0.4s; 
}



.overlay-work.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    overflow: scroll;
}
.overlay-work.open nav {
    transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s; }

.overlay-work nav {
    top: 10%;
}

.overlay-work.open .menu-bottom {
    bottom: 0px;
}

    


@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}

.testphoto {
    padding: 20px 0;
}

#content_case {
    padding: 20px 0;
}

/*end slide menu*/

/*content start*/


.intro {
	height: 100%;
}

.intro .logo {
	position: absolute;
	left: 40px;
	top: 50px;
	width: 300px;
	height: 60px;
	z-index: 1;
	}

#parallax-top {
	height: 100%;
	width: 100%;
	background-position: fixed;
	left: 0px;
	top: 0px;
	}

.header-nav {
font-family: "Raleway", sans-serif;
font-weight: 700;
font-size: 15px;
letter-spacing: 2px;
position: absolute;
right: 50px;
top: 60px;
width: 300px;
text-align: right;
z-index: 10;
}



.header-nav .contact-btn {
	border-right: 1px solid #6d6c6c;
	padding-right: 15px;
}

.header-nav a {
	color: #ffffff;
	line-height: 24px;
	display: inline-block;
	margin-left: 15px;
}

.header-nav a:hover {
	color: #1a9bcc;
}


.downbox {
	width: 100px;
	height: 100px;
	background-color: red;
	margin: 10px 0;
}    

#scroll_1 {
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 4;
	cursor: pointer;
	width: 120px;
}

#scroll_2 {
	margin: 10px 4%;
}

#scroll_3 {
	margin: 10px 4%;
}

.scroll h3 {
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	font-size: 10px;
	letter-spacing: 2px;
	position: absolute;
	right: 120px;
	top: 40px;
	text-align: right;
	text-transform: uppercase;
	z-index: 101;
}

.scroll_btn_grey {
	text-align: center;
}

.scroll_btn_white {
	text-align: center;
}

.content_arrow {
	font-size: 30px;
	line-height: 1;
}

i.fa-chevron-down, i.fa {
	font-family: 'FontAwesome' !important;
}

i.fa-chevron-down, i.fa.white {
	color: white;
}

.fa-cog {
    line-height: 2.1 !important;
    color: white;
}

.fa-wrench {
    line-height: 2.1 !important;
    color: white;
}

.fa-users {
    line-height: 2.1 !important;
    color: white;
}

.fa-pencil {
    line-height: 2.1 !important;
    color: white;
}

.fa-home {
    line-height: 2.1 !important;
    color: white;
}

.fa-calendar {
    line-height: 2.1 !important;
    color: white;
}

.fa-check-square {
    line-height: 2.1 !important;
    color: white;
}

.fa-bolt {
    line-height: 2.1 !important;
    color: white;
}

.fa-star {
    line-height: 2.1 !important;
    color: white;
}

.fa-plug {
    line-height: 2.1 !important;
    color: white;
}

.fa-area-chart {
    line-height: 2.1 !important;
    color: white;
}

.scroll .scroll_btn_white h3 {
	color: white;
	position: inherit;
	text-align: center;
}

i.fa-chevron-down, i.fa.grey {
	color: #626262;
}

.scroll .scroll_btn_grey h3 {
	color: #626262;
	position: inherit;
	text-align: center;
}

.text {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 40%;
	line-height: 34px;
	z-index: 10;
	padding: 0 5% 0 5%;
}


.text h1 {
	font-size: 4em;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.text h2 {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

span.blue-color {
	color: #1a9bcc;
}


@media (max-width: 767px) {
      .header-nav {
        -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
        background: #2a2a2a;
        color: #ffffff;
        width: 100%;
        padding-right: 20px;
        height: 70px;
        right: 0px;
        top: 0px;
        position: fixed;
        z-index: 11;
        line-height: 70px;
        border-bottom: 1px solid #191919; }
        .header-nav a.contact-btn, .header-nav .menu-txt {
          display: none; } 
        .text {
        top: 25%;}
        .text h1 {
        font-size: 3em;}
        .text h2 {
        font-size: .8em;}
        .intro .logo {
        top: 20px;
        left: 20px;
        width: 100px;
        position: fixed;
        z-index: 12; }
      }

/*end of intro*/

#main_nav {
	font-family: "Raleway", sans-serif;
	background: #e2e2e2;
	font-size: 16px;
	height: 90px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	z-index: 100;
	border-bottom: 1px solid #c1c1c1; }

#main_nav .logo-btn {
    height: 35px;
    width: 35px;
    position: absolute;
    left: 25px;
    top: 27px; }

.logo-btn svg path {
   fill: #626262;
 }


#main_nav .main-nav {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 100;
    border-bottom: 1px solid #bf3025;
    height: 90px;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    background: #e1382d; }
a.nav-btn {
    font-family: "Raleway", sans-serif;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 2px;
	right: 50px;
	top: 60px;
	width: 300px;
	text-align: right;
	z-index: 10;
    margin: 0px 15px; 
    line-height: 90px;
    color: #84c7e0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a.nav-btn.active, a.nav-btn:hover {
      color: #1a9bcc !important;   /*test*/
}

#main_nav .menu-btn {
    width: 25px;
    position: absolute;
    right: 30px;
    top: 32px;
    display: block; }
#main_nav .menu-btn span {
      display: block;
      height: 2px;
      background: #626262;
      margin: 4px 0px; }
#main_nav .menu-btn:hover {
    top: 28px; }
#main_nav .menu-btn:hover span {
      margin: 6px 0px; }
#main_nav .fixed-nav {
    position: fixed; }
#main_nav .main-nav-open {
    left: -600px; }


.menu-btn .menu-sandwhich {
  display: inline-block;
  width: 25px;
  vertical-align: top;
  padding-top: 1px;
  margin-left: 5px; }
  .menu-btn .menu-sandwhich span {
    display: block;
    height: 2px;
    background: #fff;
    margin: 4px 0px; }

   .menu-btn:hover .menu-sandwhich {
    margin-top: -5px; }
    .menu-btn:hover .menu-sandwhich span {
      margin: 6px 0px; }




.midline {
    background-color: #fff;
    width: 100%;
    height: 10px;
}

.underline {
    width: 50px;
    height: 2px;
    background-color: #1a9bcc;
    margin: 30px 0 30px 0;
}

.underline2 {
	width: 50px;
    height: 2px;
    background-color: #1a9bcc;
    margin: 0 auto;
}

.about {
	background: #e2e2e2;
	position: relative;
	width: 100%;
	padding: 40px 0 20px 0;
}

.about p {
	color: #626262;
}

.about h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 2em;
}

/*#about_us {
    background-color: blue;
    text-align: center;
}

#numbers {
    background-color: yellow;
}*/

.about #description {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.bold-style {
	font-weight: 400;
	margin-bottom: 15px;
	color: #444;
	font-size: 1.2em;
	text-align: left;
}

#values {
	padding-top: 60px;
}

.separator {
width: 100%;
height: 1px;
clear: both;
background: #626262;
margin: 40px 0;
display: inline-block;
}

.image_box_story {
  height: 495px;
  max-width: 500px;
  margin: 45px auto 45px auto;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-size: cover;
  position: relative;
}

.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333; 
	text-align:center}


.idea {
	background-color: #2a2a2a;
	height: 100%;
	position: relative;
	width: 100%;
	padding: 40px 0 20px 0;
}

.idea h2 {
    padding-top: 15px;
}

.idea h1 {
	color: white;
    text-transform: uppercase;
	font-size: 2em;
}

.idea p {
    color: white;
    font-size: 1em;
    margin-bottom: 1em;
}

.clients {
    margin-top: 110px;
}

#portfolio {
	margin-top: 50px;
	margin-bottom: 50px;
}

.small_portfolio {
	display: none;
}

.large_portfolio {
	display: inline;
}

.portfolio {
    width: 300px;
    height: 600px;
    overflow: hidden;
}

.portfolio img {
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.portfolio:hover img {
    opacity: 0.4;
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}

.portfolio h2 {
    position: relative;
    padding: 0.5em 0;
    bottom: 50px;
}


/*---------------*/
/***** Julia *****/
/*---------------*/



.process {
	background-color: #e2e2e2;
	height: 100%;
	position: relative;
	width: 100%;
	padding: 40px 0 0 0;
}

.process h1 {
	text-transform: uppercase;
	font-size: 2em;
}

.process p {
    color: #626262;
}

#progress-col {
    margin-top: 50px;
    margin-bottom: 50px;
}

#left-process {
    
}

.process-yellow {
    width: 100%;
    height: 100%;
    padding: 20px 0;
}

#right-process {
    
}

.process-blue {
    width: 100%;
    height: 100%;
    padding: 20px 0;
}


#progress-col li {
list-style-type: none;
list-style-position: outside;
clear: both;
position: relative;
min-height: 60px;
height: 100%;
}

.greycircle {
width: 62px;
height: 62px;
background: #2a2a2a;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
font-size: 30px;
text-align: center;
position: relative;
float: left;
margin-right: 30px;
margin-left: 2px;
z-index: 5;
}

.process-content {
position: relative;
padding-left: 94px;
width: 100%;
height: 100%;
}

.iconlist-timeline {
    position: absolute;
    top: 1%;
    left: 32px;
    width: 1px;
    height: 99%;
    border-right-width: 1px;
    border-right-style: dashed;
    border-color: #2a2a2a;
}


.contact_area {
	height: 100%;
	width: 100%;
}

.contact_area h2 {
    padding-top: 15px;
}

.contact {
/*    background: url(../img/bg_contact.jpg) fixed center no-repeat;
  height: 100%;
  width: 100%;
  display: inline-block;*/
    background-image: url(../img/bg_contact.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
	}

.contact h1 {
text-transform: uppercase;
font-size: 2em;
}

.darker-overlay {
	background: transparent url(../img/pattern.png) repeat top left; 
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	padding: 40px 0 40px 0
}

/*footer*/

.footerline {
    background-color: #292a2e;
    width: 100%;
    height: 10px;
}

#footer {
    position: relative;
    background-color: #fff;
    width: 100%;
    height: 100%;
}

#footer h2 {
    margin: 5px;
    line-height: 1rem;
    font-size: .8em;
    line-height: 1;
}


/*contact form*/

	#contact_form {
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	}

	.input {
	font-size: 150%;
	}

	.input h2 {
		margin: 0 0 2em;
		opacity: 0.1;
	}

	.input p {
		margin: 1em 0;
		padding: 5em 0 0 0;
		font-size: 0.65em;
	}

	.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1em;
	max-width: 300px;
	width: calc(100% - 2em);
	vertical-align: top;
}

.input textarea {
	height: 150px;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .8em !important;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #6a7989;
	font-weight: bold;
	font-size: 70.25%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}

#lg_box .input__label-content {
	padding: 6em 0;
}



.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}

.icon {
	color: #ddd;
	font-size: 150%;
}

.input--madoka {
	margin: 1em;
}

.input__field--madoka {
	width: 100%;
	background: transparent;
	color: white;
}

.input__label--madoka {
	position: absolute;
	width: 100%;
	height: 100%;
	color: white;
	text-align: center;
	cursor: text;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 2px;
	z-index: 10;
}

.input__label-content--madoka {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.graphic--madoka {
	-webkit-transform: scale3d(1, -1, 1);
	transform: scale3d(1, -1, 1);
	-webkit-transition: stroke-dashoffset 0.3s;
	transition: stroke-dashoffset 0.3s;
	pointer-events: none;

	stroke: white;
	stroke-width: 4px;
	stroke-dasharray: 962;
	stroke-dashoffset: 558;
}

#lg_box .graphic--madoka {
	stroke-dasharray: 1104;
	stroke-dashoffset: 700;
}

.input__field--madoka:focus + .input__label--madoka,
.input--filled .input__label--madoka {
	cursor: default;
	pointer-events: none;
}

.input__field--madoka:focus + .input__label--madoka .graphic--madoka,
.input--filled .graphic--madoka {
	stroke-dashoffset: 0;
}

#lg_box .input__field--madoka:focus + .input__label--madoka .graphic--madoka,
#lg_box .input--filled .graphic--madoka {
	stroke-dashoffset: 0;
}

.input__field--madoka:focus + .input__label--madoka .input__label-content--madoka,
.input--filled .input__label-content--madoka {
	-webkit-transform: scale3d(0.81, 0.81, 1) translate3d(0, 3em, 0);
	transform: scale3d(0.81, 0.81, 1) translate3d(0, 3em, 0);
}

#lg_box .input__field--madoka:focus + .input__label--madoka .input__label-content--madoka{
	-webkit-transform: scale3d(0.81, 0.81, 1) translate3d(0, 7em, 0);
	transform: scale3d(0.81, 0.81, 1) translate3d(0, 7em, 0);
}

.input--filled_lg .input__label-content--madoka {
	-webkit-transform: scale3d(0.81, 0.81, 1) translate3d(0, 7em, 0);
	transform: scale3d(0.81, 0.81, 1) translate3d(0, 7em, 0);
}

#lg_box {
	max-width: 500px;
}

#submit_btn {
	text-align: center;
}

/*end contact form*/

/* Media queries */

@media screen and (max-width: 45em) {

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

	.large_portfolio {
		display: none;
	}

	.ip-main h2 {
		font-size: 2.25em;
		font-size: 10vw;
	}

	.box {
		width: 100%%;
	}

	#lg_box {
	max-width: 300px;
    }

    .process-yellow {
        padding: 0;
    }

    .process-blue {
        padding: 0;
    }

    .process-yellow ul {
        margin-bottom: 0;
    }

    #main_nav-sticky-wrapper {
        display: none;
    }

    .portfolio {
    width: 100%;
    height: 100%;
    }

    .portfolio h2 {
        bottom: 0;
        top: 120px;
    }
}

}
.error {
    color:#99182c;
    font-size:small;
}

i.error {
    display: block;
}

.success {
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.35);
    height: 60px;
    opacity: 0.8;
    position: fixed;
    top: 89px;
    transition: top 0.7s ease 0s, opacity 0.7s ease 0s;
    width: 100%;
    z-index:1000;
}
.success > p {
    font-family: 'Lato',sans-serif;
    font-size: 18px;
    height: 60px;
    line-height: 53px;
    margin: 0 auto;
    opacity: 1;
    text-align: center;
    
}

/*--- Counters ---*/

.counter-item {
    text-align: center;
    padding: 15px 0;
    border: 1px 0 1px 0 solid #efefef;
    padding: 0 3% 0 3%;
    margin-bottom: 20px;
    display: inline-block;
    float: center;
}

.counter-wrapper {
    overflow: hidden;
}

.counter-item.first-item {
    border-left: 0;
}

.counter-number {
    font-size: 56px;

    font-weight: bold;
    width: 100%;
    display: inline-block;
    line-height: 56px;
    color: #323232;
    margin-bottom: 8px;
}

#numbers {
    text-align: center;
}

.counter-text {
    text-align: center;
    clear: both;
    text-transform: uppercase;
}

.about .counter-item p {
    font-size: .7rem;
}

