/*-- reset stylesheet --*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
a {
    text-decoration: none;
    color: #000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
/*@font-face {
    font-family: 'SouSansProRegular';
    font-style: normal;
    src: url('../fonts/SourceSansPro-Regular.ttf');
}*/
input[type="checkbox"], input[type="radio"] {
    position: absolute;
    left: -9999px;
}
label.custom {
    display: block;
    position: relative;
    margin: 20px;
    padding: 15px 30px 15px 62px;
    color: #666;
    white-space: nowrap;

    text-align: left;
    user-select: none;
    text-transform: uppercase;
    transition: background-color .2s, box-shadow .2s;
}

label.custom::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    bottom: 10px;
    left: 10px;
    width: 30px;
    height: 32px;
    border: 1px solid #666;
    cursor: pointer;
}
/*label:hover, input:focus + label {
    box-shadow: 0 0 20px rgba(0, 0, 0, .6);
}
input:checked + label {
    background-color: #ab576c;
}*/
input:checked + label::before {
    background-color: #000;
}
/*
.mainwrapper {
    background: #fff;
    height: 100%;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}*/
::-webkit-input-placeholder { /* Safari, Chrome and Opera */
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 14px;
    transition: .3s;
}

:-moz-placeholder { /* Firefox 18- */
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 14px;
    transition: .3s;
}

::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 14px;
    opacity: 1;
    transition: .3s;
}

:-ms-input-placeholder { /* IE 10+ */
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 14px;
    transition: .3s;
}

::-ms-input-placeholder { /* Edge */
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 14px;
    transition: .3s;
}
:focus::-webkit-input-placeholder { color: transparent }
:focus:-moz-placeholder { color: transparent }
:focus::-moz-placeholder { color: transparent }
:focus:-ms-input-placeholder { color: transparent }
:focus::-ms-input-placeholder { color: transparent }
html {
  height: 100%;
}
body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  height: 100%;

}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Montserrat', sans-serif;
}
.template_part {
    display: none;
}
.overlayie {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left:0;
    background: rgba(100,159,226,1);
    z-index: 99999;
}
.overlayie h1 {
    width: 100%;
    float: left;
    padding: 40px 20px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.overlayie a {
    width: 100%;
    float: left;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
}
.header {
  position: fixed;
  width: 100%;
  z-index: 999;
  height: 100px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.header .header-content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
  max-width: 1170px;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.header .logo {
  float: left;
}
.header.fixed {
  background-color: #6e7585;
}
.header .logo {
  width: 235px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background: url("../images/logo_white.png") center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.navigation.open {
  opacity: 0.9;
  visibility: visible;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.navigation {
  position: absolute;
  height: 50px;
  top: 50%;
  right: 0;
  margin-top: -25px;
}
.navigation li {
  display: inline-block;
}
.navigation li a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 50px;
  margin: 0 10px 0 0;
}
.navigation a:hover, .navigation a.active {
  color: rgba(255, 255, 255, 1);
}
.nav-toggle {
  display: none;
  height: 44px;
  overflow: hidden;
  position: fixed;
  right: 40px;
  text-indent: 100%;
  top: 14px;
  width: 44px;
  z-index: 99999;
}
.nav-toggle span {
    width: 22px;
    height: 2px;
    position: absolute;
    top:18px;
    left:10px;
    background: #fff;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
.nav-toggle span:nth-child(2) {
    top: 24px;
}
.nav-toggle.openme span {
    -webkit-transform: translateY(4px) rotate(45deg);
    -moz-transform: translateY(4px) rotate(45deg);
    -ms-transform: translateY(4px) rotate(45deg);
    -o-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg);
}
.nav-toggle.openme span:nth-child(2) {
    -webkit-transform: translateY(-2px) rotate(-45deg);
    -moz-transform: translateY(-2px) rotate(-45deg);
    -ms-transform: translateY(-2px) rotate(-45deg);
    -o-transform: translateY(-2px) rotate(-45deg);
    transform: translateY(-2px) rotate(-45deg);
}
.mobmenu {
    width: 100%;
    position: fixed;
    top:0;
    left:0;
    padding: 90px 30px 40px;
    background: #6e7585;
    z-index: 998;
    visibility: hidden;
}
.mobmenu.openme {
    visibility: visible;
    -webkit-animation: fromTopFull 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    -moz-animation: fromTopFull 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: fromTopFull 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.mobmenu ul,
.mobmenu ul li {
    width: 100%;
    float: left;
}
.mobmenu ul li a {
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 0;
}
.loadme {
  width: 100%;
  position: fixed;
  top:0;
  left:0;
  height: 100%;
  background: #6e7585;
  z-index: 99999;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.loadme .loadlogo {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left:50%;
  margin: -25px 0 0 -25px;
}
.loadme.tohide {
    -webkit-animation: toTop 0.8s 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    -moz-animation: toTop 0.8s 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: toTop 0.8s 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.main_wrap {
    width: 100%;
    float: left;
    height: 100%;
    /*overflow: hidden;*/
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
}
.main_inner {
    width: 100%;
    float: left;
    position: relative;
}
.ready .main_inner {
    -webkit-animation: fromTop 0.8s 0.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    -moz-animation: fromTop 0.8s 0.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: fromTop 0.8s 0.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.ready .feature {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.innerof {
    width: 100%;
    max-width: 1170px;
    float: left;
    height: 100%;
    padding: 0 30px;
    position: relative;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.row,
.feature-content,
.section {
    width: 100%;
    float: left;
    position: relative;
}
.section.features,
.section.projektid {
    padding: 60px 0;
}
.feature {
    width: 33.3333%;
    float: left;
    margin: 60px 0;
    padding: 0 20px;
    text-align: center;
    position: relative;
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: -webkit-transform 0.8s 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: -moz-transform 0.8s 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: transform 0.8s 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.feature:nth-child(2) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.feature:nth-child(3) {
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.feature h5 {
    width: 100%;
    float: left;
    text-transform: uppercase;
    padding: 0 0 30px 0;
    font-size: 20px;
}
.feature p {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 1.2em;
}
.feature .icon {
    width: 100%;
    color: rgba(58,62,100, 1);
    font-size: 60px;
    float: left;
    margin: 0 0 30px 0;
}
.footer {
    width: 100%;
    position: relative;
    float: left;
    height: 500px;
    overflow: hidden;
}
.footer .footer-top {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    padding: 50px 0;
    position: absolute;
    top:0;
    z-index: 6;
    visibility: hidden;
}
.footer.openme .footer-top {
    visibility: visible;
    -webkit-animation: fromTopFull 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    -moz-animation: fromTopFull 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: fromTopFull 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
#map_canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
}
.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}
.gmnoprint div {
    background:none !important;
}
a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}
.footer-bottom {
    width: 100%;
    background-color: #313454;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    position: absolute;
    left:0;
    bottom: 0;
    z-index: 2;
}
.footer .footer-col {
    width: 50%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    background: rgba(58,62,100, 1);
}
.footer .footer-col_inside {
    width: 100%;
    float: left;
    color: #fff;
    padding: 0 60px;

}
.footer h5 {
    font-size: 20px;
    padding: 0 0 10px;
}
.footer .footer_text {
    width: 200px;
    padding: 20px;
    position: absolute;
    top:0;
    right: 20%;
    background-color: #3a3e64;
    z-index: 4;

}
.footer .footer_text h4 {
    color: #fff;
    text-transform: uppercase;
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
}
.footer .footer_text p {
    color: #fff;
}
.footer .footer_text a.uhendust {
    width: 100%;
    padding: 10px;
    float: left;
    margin-top: 15px;
    background: rgba(255,255,255,1);
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.footer .footer_text a.uhendust:hover {
    background: rgba(255,255,255,0.8);
}
.banner {
    position: relative;
  background-image: url(../images/bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  height: 700px;
}
.bannertext h1 {
    font-size: 38px;
    color: #fff;
    float: left;
    padding: 20px 0;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
}
.bannertext p {
    color: #fff;
    float: left;
    width: 100%;
    font-size: 22px;
    font-weight: 300;
}
.bannertext {
    width: 100%;
    padding: 0 30px 0 0;
    position: absolute;
    top: 130px;
}
.work {
    width: 25%;
    float: left;
      height: 350px;
      overflow: hidden;
      position: relative;
      visibility: hidden;
}
.work.fadein {
    visibility: visible;
    -webkit-animation: fadeIn 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    -moz-animation: fadeIn 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: fadeIn 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.project_wrap.fadein {
    visibility: visible;
    -webkit-animation: fadeInOpacity 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    -moz-animation: fadeInOpacity 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: fadeInOpacity 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.work .work-box {
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.6s ease;
    -moz-transition: -moz-transform 0.6s ease;
    transition: transform 0.6s ease;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url('../images/work-1.jpg');
    -webkit-transform-origin:0 0 ;
    -moz-transform-origin:0 0 ;
    -ms-transform-origin:0 0 ;
    transform-origin:0 0 ;
}
.work:nth-child(2) .work-box {
    background-image: url('../images/work-2.jpg');
}
.work:nth-child(3) .work-box {
    background-image: url('../images/work-3.jpg');
}
.work:nth-child(4) .work-box {
    background-image: url('../images/work-4.jpg');
}
.work .overlay {
    background: rgba(58,62,100, 0.9);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.work .overlay-caption {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
  .work h5, .work p {
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s; }
  .work h5, .work p {
    color: #fff;
    margin: 0;
    opacity: 0;
  }
  .work h5 {
    margin-bottom: 5px;
    -moz-transform: translate3d(0, -200%, 0);
    -ms-transform: translate3d(0, -200%, 0);
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0); }
  .work p {
    -moz-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0); }

.work:hover .work-box {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.work:hover .overlay {
  opacity: 1;
}
  .work:hover .overlay h5, .work:hover .overlay p {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.project_wrap {
    width: 33.3333%;
    float: left;
    padding: 60px;
    position: relative;
    text-align: center;
    visibility: hidden;
}
.project_wrap img {
    width: 100%;
    height: auto;
}
.project_wrap {
    font-size: 12px;
}
.project_wrap:nth-child(3n+1) {
    clear: left;
}
.closetop {
    width: 40px;
    height: 40px;
    position: absolute;
    left:50%;
    top:0;
    background: #fff;
    cursor: pointer;
    z-index: 9;
}
.closetop span {
    width: 70%;
    height: 2px;
    background: rgba(58,62,100, 1);
    position: absolute;
    top:19px;
    left:15%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

}
.closetop span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.contactform {
    width: 100%;
    max-width: 400px;
    padding: 0 20px 40px;
    position: relative;
    float: right;
    top:50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    visibility: hidden;

    /*margin: 40px auto 0;*/
}
.openme .contactform {
    visibility: visible;
    -webkit-animation: fadeInOpacity 0.8s 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    -moz-animation: fadeInOpacity 0.8s 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: fadeInOpacity 0.8s 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.contactform .top {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 40px;
    background: rgba(255,255,255,0.2);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
}
.contactform .inputwrap {
    width: 100%;
    float: left;
    position: relative;
}
.contactform .inputwrap label {
    width: 100%;
    color: #000;
    text-transform: uppercase;
    font-size: 10px;
    position: absolute;
    font-weight: 700;
    top:3px;
    left:3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition:opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.contactform .inputwrap.focused label {
    visibility: visible;
    opacity: 1;
}
.contactform input {
    width: 100%;
    padding: 10px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-width: 1px;
    border-left-style: none;
    background-color: transparent;
    outline: none;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    border-color: rgba(255,255,255,0.8);
}
.contactform input:focus {
    background: rgba(255,255,255,1);
}
.contactform textarea {
    width: 100%;
    padding: 10px;
    height: 100px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-width: 1px;
    border-left-style: none;
    background-color: transparent;
    outline: none;

    font-size: 18px;
    font-weight: 300;
    text-align: center;
    border-color: rgba(255,255,255,0.8);
}
.contactform textarea:focus {
    background: rgba(255,255,255,1);
}
.contactform input[type=submit] {
    width: 100%;
    height: auto;
    padding: 20px 0;
    float: right;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    margin: 10px 0 0 0;
    background: rgba(255,255,255,1);
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.contactform input[type=submit]:hover {
    /*background: rgba(230,76,160,0.9);*/
}
.error{
    font-size: 14px;
    padding: 8px;
    width: 100%;
    background: rgba(255,0,0,0.3);
    float: left;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.05em;

}
.contactform input.inputerror {
    background: rgba(255,0,0,0.1);
    border-color: rgba(255,0,0,0.9);
}
.thanks{
    display: none;
    width: 100%;
    float: left;
    text-align: center;
    color: rgba(255,255,255, 1);
}
.thanks.cool {
    display: block;
}
/* ==========================================================================
	$Utilities
========================================================================== */
.work:nth-child(1) {
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }
.work:nth-child(2) {
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }
.work:nth-child(3) {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }
.work:nth-child(4) {
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }
.work:nth-child(5) {
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }
.work:nth-child(6) {
  -moz-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }
.work:nth-child(7) {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }
.work:nth-child(8) {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

/* ==========================================================================
	Font Icon (http://www.elegantthemes.com/blog/freebie-of-the-week/free-line-style-icons)
========================================================================== */
@font-face {
  font-family: "elegant-theme-line";
  src: url('../fonts/elegant-theme-line.ttf?1439850014') format('truetype'), url('../fonts/elegant-theme-line.eot?1439850014') format('embedded-opentype'), url('../fonts/elegant-theme-line.svg?1439850014') format('svg'), url('../fonts/elegant-theme-line.woff?1439850014') format('woff'); }
.icon {
  font-family: 'elegant-theme-line';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-mobile:before {
  content: "\e000"; }

.icon-laptop:before {
  content: "\e001"; }

.icon-desktop:before {
  content: "\e002"; }

.icon-tablet:before {
  content: "\e003"; }

.icon-phone:before {
  content: "\e004"; }

.icon-document:before {
  content: "\e005"; }

.icon-documents:before {
  content: "\e006"; }

.icon-search:before {
  content: "\e007"; }

.icon-clipboard:before {
  content: "\e008"; }

.icon-newspaper:before {
  content: "\e009"; }

.icon-notebook:before {
  content: "\e00a"; }

.icon-book-open:before {
  content: "\e00b"; }

.icon-browser:before {
  content: "\e00c"; }

.icon-calendar:before {
  content: "\e00d"; }

.icon-presentation:before {
  content: "\e00e"; }

.icon-picture:before {
  content: "\e00f"; }

.icon-pictures:before {
  content: "\e010"; }

.icon-video:before {
  content: "\e011"; }

.icon-camera:before {
  content: "\e012"; }

.icon-printer:before {
  content: "\e013"; }

.icon-toolbox:before {
  content: "\e014"; }

.icon-briefcase:before {
  content: "\e015"; }

.icon-wallet:before {
  content: "\e016"; }

.icon-gift:before {
  content: "\e017"; }

.icon-bargraph:before {
  content: "\e018"; }

.icon-grid:before {
  content: "\e019"; }

.icon-expand:before {
  content: "\e01a"; }

.icon-focus:before {
  content: "\e01b"; }

.icon-edit:before {
  content: "\e01c"; }

.icon-adjustments:before {
  content: "\e01d"; }

.icon-ribbon:before {
  content: "\e01e"; }

.icon-hourglass:before {
  content: "\e01f"; }

.icon-lock:before {
  content: "\e020"; }

.icon-megaphone:before {
  content: "\e021"; }

.icon-shield:before {
  content: "\e022"; }

.icon-trophy:before {
  content: "\e023"; }

.icon-flag:before {
  content: "\e024"; }

.icon-map:before {
  content: "\e025"; }

.icon-puzzle:before {
  content: "\e026"; }

.icon-basket:before {
  content: "\e027"; }

.icon-envelope:before {
  content: "\e028"; }

.icon-streetsign:before {
  content: "\e029"; }

.icon-telescope:before {
  content: "\e02a"; }

.icon-gears:before {
  content: "\e02b"; }

.icon-key:before {
  content: "\e02c"; }

.icon-paperclip:before {
  content: "\e02d"; }

.icon-attachment:before {
  content: "\e02e"; }

.icon-pricetags:before {
  content: "\e02f"; }

.icon-lightbulb:before {
  content: "\e030"; }

.icon-layers:before {
  content: "\e031"; }

.icon-pencil:before {
  content: "\e032"; }

.icon-tools:before {
  content: "\e033"; }

.icon-tools-2:before {
  content: "\e034"; }

.icon-scissors:before {
  content: "\e035"; }

.icon-paintbrush:before {
  content: "\e036"; }

.icon-magnifying-glass:before {
  content: "\e037"; }

.icon-circle-compass:before {
  content: "\e038"; }

.icon-linegraph:before {
  content: "\e039"; }

.icon-mic:before {
  content: "\e03a"; }

.icon-strategy:before {
  content: "\e03b"; }

.icon-beaker:before {
  content: "\e03c"; }

.icon-caution:before {
  content: "\e03d"; }

.icon-recycle:before {
  content: "\e03e"; }

.icon-anchor:before {
  content: "\e03f"; }

.icon-profile-male:before {
  content: "\e040"; }

.icon-profile-female:before {
  content: "\e041"; }

.icon-bike:before {
  content: "\e042"; }

.icon-wine:before {
  content: "\e043"; }

.icon-hotairballoon:before {
  content: "\e044"; }

.icon-globe:before {
  content: "\e045"; }

.icon-genius:before {
  content: "\e046"; }

.icon-map-pin:before {
  content: "\e047"; }

.icon-dial:before {
  content: "\e048"; }

.icon-chat:before {
  content: "\e049"; }

.icon-heart:before {
  content: "\e04a"; }

.icon-cloud:before {
  content: "\e04b"; }

.icon-upload:before {
  content: "\e04c"; }

.icon-download:before {
  content: "\e04d"; }

.icon-target:before {
  content: "\e04e"; }

.icon-hazardous:before {
  content: "\e04f"; }

.icon-piechart:before {
  content: "\e050"; }

.icon-speedometer:before {
  content: "\e051"; }

.icon-global:before {
  content: "\e052"; }

.icon-compass:before {
  content: "\e053"; }

.icon-lifesaver:before {
  content: "\e054"; }

.icon-clock:before {
  content: "\e055"; }

.icon-aperture:before {
  content: "\e056"; }

.icon-quote:before {
  content: "\e057"; }

.icon-scope:before {
  content: "\e058"; }

.icon-alarmclock:before {
  content: "\e059"; }

.icon-refresh:before {
  content: "\e05a"; }

.icon-happy:before {
  content: "\e05b"; }

.icon-sad:before {
  content: "\e05c"; }

.icon-facebook:before {
  content: "\e05d"; }

.icon-twitter:before {
  content: "\e05e"; }

.icon-googleplus:before {
  content: "\e05f"; }

.icon-rss:before {
  content: "\e060"; }

.icon-tumblr:before {
  content: "\e061"; }

.icon-linkedin:before {
  content: "\e062"; }

.icon-dribbble:before {
  content: "\e063"; }
.onlymobile {
    display: none;
    position: absolute;
    width: 108px;
    height: 44px;
    top: 14px;
    right: 84px;
}
.onlymobile .onlyicon {
    width: 44px;
    height: 44px;
    float: left;
}
.onlymobile .onlyicon.callme {
    background: url('../images/callme.png') center center no-repeat;
}
.onlymobile .onlyicon.mailme {
    background: url('../images/mailme.png') center center no-repeat;
}
.partn {
    position: absolute;
    bottom: 0;
    right:0;
    
}
.partn .mypartn {
    width: 76px;
    height: 60px;
    float: left;
    margin: 0 20px 0 0;
    background-image: url('../images/kps.png');
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.partn .mypartn:nth-of-type(2) {
    background-image: url('../images/fas.png');
    margin: 0;
}
.partn h6 {
    text-align: center;
    color: #fff;
    font-size: 10px;
}
@media (max-width: 73.125em) {
    /*.innerof {
        padding: 0 40px;
    }*/
    .header .logo {
        left: 20px;
    }
    .navigation {
        right: 40px;
    }
}
@media (min-width:40.000em) and (max-width: 56.250em) {
    .work {
        width: 50%;
    }
    .header {
        height: 70px;
    }
    .header .logo {
        width: 200px;
    }
    .feature {
        width: 100%;
        padding: 0 20%;
        margin: 45px 0;

    }
    .project_wrap {
        width: 50%;
        padding: 60px 5%;
    }
    .project_wrap img {
        width: 70%;
    }
    .bannertext h1 {
        font-size: 24px;
    }
    .bannertext p {
        font-size: 18px;
    }
    .project_wrap:nth-child(3n+1) {
        clear: none;
    }
    .project_wrap:nth-child(2n+1) {
        clear: left;
    }
}
@media (max-width: 40.000em) {
    .work {
        width: 50%;
    }
    .header {
        height: 70px;
    }
    .header .logo {
        width: 160px;
    }
    .feature {
        width: 100%;
        padding: 0 6%;
        margin: 30px 0;

    }
    .footer .footer-col_inside {
        padding: 60px;
        text-align: center;
    }
    .footer .footer-col {
        width: 100%;
    }
    .project_wrap {
        width: 100%;
        padding: 30px;
    }
    .contactform {
        padding: 0 0 40px;
    }
    .innerof {
        padding: 0 15px;
    }
    .footer .footer-bottom p {
        width: 100%;
        float: left;
        font-size: 12px;
    }
    .contactform input,
    .contactform textarea {
        padding: 10px;
        font-size: 14px;
    }
    .contactform input[type=submit] {
        padding: 10px 0;
    }
    .primary-nav {
        display: none;
    }
    /*.bannertext {
        top:inherit;
        bottom:30px;
    }*/
    .bannertext h1 {
        font-size: 18px;
    }
    .bannertext p {
        font-size: 14px;
    }
    .nav-toggle {
        display: block;
    }
    .project_wrap img {
        width: 70%;
    }
    .contactform {
        left:50%;
        position: absolute;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    .closetop {
        left: 90%;
    }
    .footer .footer_text {
        right: 0;
    }
    .project_wrap:nth-child(3n+1),
    .project_wrap:nth-child(2n+1) {
        clear: none;
    }

}