/* clearfix */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
.cf {
    zoom:1;
}

/* disable transition class */
.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: color 0 ease-in !important;
  -ms-transition: none !important;
  transition: none !important;
}


/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
/*    -webkit-font-smoothing: antialiased; */
    
}


body {
    margin: 0;
}
@media screen and (min-width: 768px) {
    body {
        margin-bottom: 70px;
    }
}

a:focus {
    outline: 0;
}

a:active,
a:hover {
    outline: 0;
}



abbr[title] {
    border-bottom: 1px dotted;
}


b,
strong {
    font-weight: bold;
}


dfn {
    font-style: italic;
}


hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}


small {
    font-size: 80%;
}


sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    display: block;
}


svg:not(:root) {
    overflow: hidden;
}


figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}


button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}


input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* end of normalize */





/* ----------------------------------------- */
/*                                           */
/*               SITE STYLES                 */
/*                                           */
/* ----------------------------------------- */


/* Mobile first */


body {
	background: #fff;
    font-family: Calibri, "Open Sans", Helcetica, sans-serif;
    min-width: 280px;
}
input,
textarea {
    font-family: Calibri, "Open Sans", Helcetica, sans-serif;
    font-size: 17px;
    font-weight: 100;
}
#intro h1 {
    font-size: 38px;
    line-height: 52px;
    font-weight: 100;
    letter-spacing: -1px;
    margin: 0;
    padding-top: 38px;
    padding-bottom: 12px;
}
#intro h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 100;
    margin-top: 0;
    margin: 0;
    padding-bottom: 12px;
}
section h1 {
    font-size: 21px;
    letter-spacing: -1px;
    line-height: 30px;
    font-weight: 600;
    padding-top: 22px;
    padding-bottom: 22px;
    margin-left: -2px;
}
section h1:after {
    width: 34px;
    content:"";
    display:block;
    border-bottom: 2px solid #eaebeb;
    margin: 16px auto 0 auto;
}
section h2 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 100;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    letter-spacing: -1px;   
    color: #78aac5;
}
section h3 {
    font-size: 21px;
    line-height: 40px;
    font-weight: 100;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}



a {
    color: #464646;
    text-decoration: none;
}
p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: #464646;
    line-height: 22px;
    margin: 0;
    padding: 0 0 24px 0;
}
p.small {
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 20px 0;
}

.center {
    text-align: center;   
}

img {
    max-width: 100%; 
}

.container {
    padding-left: 30px;
    padding-right: 30px;

}

/* shared margins */
.margin-top {
    margin-top: 10px;
}
.margin-top-medium {
    margin-top: 15px;   
}
.margin-top-big {
    margin-top: 15px;   
}
.margin-top-huge {
    margin-top: 20px;   
}

/* shared paddings */
.padding-top {
    padding-top: 10px;
}
.padding-top-medium {
    padding-top: 15px;   
}
.padding-top-big {
    padding-top: 15px;   
}
.padding-top-huge {
    padding-top: 20px;   
}

.bg-gray {
    background: #f7f7f7;   
}
.narrowelement {
    max-width: 400px;
    margin: 0 auto;
}


/* Header */
header {
    min-height: 60px;   
}
header .logo {
    max-width: 66px;
    margin-top: 18px;
}

/* Mobile navigation toggle */
#toggleMenu {
    display: block;
    position: fixed;
    right: 12px;
    top: 12px;
	text-decoration: none;
    z-index: 20;
    background: rgba(255,255,255,0.94);
}
a#toggleMenu,
a#toggleMenu:visited {
	color: #1a4d3a;
}
a#toggleMenu:hover {
	color: #328d75;
}
#toggleMenu span.iconcontainer {
	float: left;
	display: block;
	padding: 8px 9px 5px 9px;
}
#toggleMenu span.icon {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	width: 1.4em;
	height: .25em;
	line-height: 0;
	color: #000;
	border-top: .75em double #000;
	border-bottom: .25em solid #000;
}

/* Navigation block on mobile */
@media screen and (max-width: 767px) {
    header #naviblock {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 5;
        text-align: center;
        -webkit-transition: opacity 350ms;
        -moz-transition: opacity 350ms;
        transition: opacity 350ms;
        opacity: 0;
        display: none;
    }
    body.mobilenavi header #naviblock {
        background: rgba(0,0,0,0.7);
        opacity: 1;
        display: block;
    }

    body.no-rgba header #naviblock {
        background: #000;
        opacity: 1;
    }
    html.no-cssfilters body.mobilenavi header #naviblock {
        background: rgba(0,0,0,0.92);
    }
    header #naviblock .navicontainer {
        display: table;
        width: 100%;
        height: 100%;
    }
    header #naviblock .navicontainer #mainnavi {
       display: table-cell;
       text-align: center;
       vertical-align: middle;
    }
    
    
    /* Main navigation */
    header .navicontainer {
        max-width: 540px;
        margin: 0 auto;
    }
    header nav {
        display: block;
        z-index: 20;
    }
    header nav a {
        position: relative;
        display: block;
        outline: none;
        color: #fff;
        text-decoration: none;
        font-weight: 300;
        text-shadow: 0 0 1px rgba(255,255,255,0.3);
        font-size: 32px;
        padding: 14px 24px 14px;
        text-shadow: none;
        margin: 12px 3px 40px 3px;
        -webkit-backface-visibility: hidden;
    }

}
@media screen and (max-height: 379px) and (max-width: 767px) {
    header nav a {
        font-size: 24px;
        padding: 9px 24px 9px;
        margin-bottom: 24px;
    }
}
@media screen and (min-height: 380px) and (max-height: 480px) and (max-width: 767px) {
    header nav a {
        font-size: 28px;
        padding: 12px 24px 12px;
        margin-bottom: 30px;
    }
}





/* Intro splash */
#intro img {
    margin: 0 auto;
}
#intro .description {
    background: #f7f7f7;
    padding-bottom: 50px;
}

.readmore {
    display: inline-block;
    line-height: 20px;
    background: #fff;
    border-radius: 1px;
    padding: 20px 48px;
    margin-top: 20px;
    -webkit-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.04);
    box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.04);
    -webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    transition: all 150ms;
}
.readmore:hover {
    -webkit-box-shadow: 0px 5px 14px -2px rgba(0,0,0,0.11);
    -moz-box-shadow: 0px 5px 14px -2px rgba(0,0,0,0.11);
    box-shadow: 0px 5px 14px -2px rgba(0,0,0,0.11);
    padding: 20px 56px;
}

section#services {
    padding-bottom: 50px;
}
section#services.subservices p {
    max-width: 700px;
    margin: 0 auto;
}

section#services .col {
    padding-bottom: 15px;
}
section#services .icon {
    max-width: 80px;
    margin: 0 auto;
}
section#partners {
    padding-bottom: 20px;   
}
section#partners p {
    max-width: 610px;
    margin: 0 auto;
}
section#partners .logo {
    display: inline-block;
    padding-bottom: 20px;
}
section#partners .logo.logo1 {
    max-width: 90px;
}
section#partners .logo.alcatel {
    max-width: 90px;   
}
section#partners .logo.unify {
    max-width: 140px;
}
section#partners .logo.ksupermarket {
    max-width: 140px;   
}
section#partners .logo.kmarket {
    max-width: 140px;   
}



section#contact {
    background: #efefef url(../assets/map.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 30px 15px;
}

section#contact #contactbox {
    position: relative;
    display: block;
    background: #fff;
    max-width: 580px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-shadow: 0px 5px 22px 0px rgba(0,0,0,0.03);
    -moz-box-shadow: 0px 5px 22px 0px rgba(0,0,0,0.03);
    box-shadow: 0px 5px 22px 0px rgba(0,0,0,0.03);
}
section#contact #mappin {
    position: absolute;
    text-align: center;
    left: 680px;
    top: 268px;
    min-width: 120px;
}
@media screen and (max-width: 1160px) {
     section#contact #mappin {
        display: none !important;
     }
}
section#contact #mappin .pin {
    max-width: 38px;
    margin: 0 auto;
}
section#contact #mappin span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #78aac5;
    line-height: 24px;
    margin-top: 5px;
}
section#contact .boxcontent {
    max-width: 406px;
    margin: 0 auto;
    padding: 54px 0 60px 0;
}
section#contact .tele3logo {
    max-width: 71px;
    margin: 0 auto 26px auto;
}
section#contact .phone,
section#contact .email,
section#contact .street {
    display: block;
    padding-bottom: 20px;
    

}

section#contact .separator {
    display: block;
    width: 34px;
    border-bottom: 2px solid #eaebeb;
    margin: 6px auto 10px auto;
}    
section#contact input.text,
section#contact textarea {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 15px 14px;
    margin-bottom: 12px;
    margin-left: -1px;
}
section#contact textarea {
    min-height: 90px;   
}
section#contact .button,
section#thanks .button {
    display: inline-block;
    line-height: 20px;
    color: #fff;
    background: #78aac5;
    border-radius: 3px;
    padding: 16px 48px;
    margin-top: 22px;
    -webkit-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.04);
    box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.04);
    -webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    transition: all 150ms;
    border: 0;
}
section#contact .button:hover,
section#thanks .button:hover {
    -webkit-box-shadow: 0px 5px 14px -2px rgba(0,0,0,0.11);
    -moz-box-shadow: 0px 5px 14px -2px rgba(0,0,0,0.11);
    box-shadow: 0px 5px 14px -2px rgba(0,0,0,0.11);
    padding: 16px 56px;
    background: #60a5cb;
}



/* Breakpoint 1 (tablet) */
@media screen and (min-width: 480px) {
    
    section#services .icon {
        max-width: 120px;
        margin: 0 auto;
    }
    section#contact .phone,
    section#contact .email {
        display: inline-block;
        padding-bottom: 10px;
    }
    section#contact .email {
        padding-left: 20px;
    }
    section#contact .street {
        display: block;
        padding-bottom: 0;
    }
    
    
}


/* Breakpoint (tablet) */
@media screen and (min-width: 768px) {

    #toggleMenu {
        display: none !important;   
    }

    header #naviblock {
        display: block !important;
    }
    
    .container {
        max-width: 1200px;
        margin: 0 auto;
        padding-left: 60px;
        padding-right: 60px;
    }
    section#services .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    
    /* header & navigation */
    header {
        min-height: 110px;   
    }
    header .logo {
        max-width: 86px;
        float: left;
        margin-top: 38px;   
    }
    header #naviblock {
        padding-top: 32px;
        float: right;
    }
    header #naviblock a {
        display: inline-block;
        line-height: 30px;
        padding: 10px 20px;
        -webkit-transition: color 100ms;
        -moz-transition: color 100ms;
        transition: color 100ms;
    }
    header #naviblock a:hover {
        color: #78aac5;
    }
    
    
    /* columns system */
    .columns .col {
        float: left;
    }
    .columns .col:first-child {
        margin-left: 0 !important;
    }

    .columns.three .col {
        width: 30%;
        margin-left: 5%;
    }
    
    .columns.two .col {
        width: 46%;
        margin-left: 8%;
    }
    .columns.four .col {
        width: 22%;
        margin-left: 4%;
    }
    
    .columns.custom .col.left {
        width: 62%;
    }
    .columns.custom .col.right {
        width: 30%;
        margin-left: 8%;
    }
    .columns .col img {
        margin: 0 auto; 
    }
    
    
    /* make margins and paddings a bit bigger */
    
    .margin-top-small {
        margin-top: 10px;
    }
    .margin-top {
        margin-top: 30px;
    }
    .margin-top-medium {
        margin-top: 50px;   
    }
    .margin-top-big {
        margin-top: 80px;   
    }
    .margin-top-huge {
        margin-top: 130px;   
    }
    
    .padding-top-small {
        padding-top: 10px;
    }
    .padding-top {
        padding-top: 30px;
    }
    .padding-top-medium {
        padding-top: 50px;   
    }
    .padding-top-big {
        padding-top: 80px;   
    }
    .padding-top-huge {
        padding-top: 130px;   
    }
    
    #intro {
        position: relative;
    }
    #intro .description {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        background: none !important;
        padding-bottom: 0;
    }
    #intro .description:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }
    #intro .description .container {
        display: inline-block;
        vertical-align: middle;
    }
    
    #intro .description hgroup {
        min-width: 500px;
        max-width: 600px;
    }
    #intro h1 {
        font-size: 62px;
        line-height: 68px;
        font-weight: 100;
        letter-spacing: -1px;
        padding-top: 0;
        padding-bottom: 12px;
    }
    #intro h2 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 100;
        padding-bottom: 12px;
    }
    section h2 {
        font-size: 31px;
        line-height: 40px;
    }
    
    section#services {
        padding-bottom: 100px;
    }
    
    section#partners .columns.three {
        max-width: 720px;
        margin: 0 auto;
        padding-top: 45px;

    }
    section#partners .columns.two {
        max-width: 600px;
        margin: 0 auto;
        padding-right: 30px;
        padding-top: 55px;
    }
    section#partners .logo {
        padding-bottom: 0;
    }
    section#partners .logo.avainapteekit {
        max-width: 218px;   
    }
    section#partners .logo.alcatel {
        max-width: 105px;   
    }
    section#partners .logo.unify {
        max-width: 163px;
        padding-top: 30px;
    }
    section#partners .logo.ksupermarket {
        max-width: 263px;   
    }
    section#partners .logo.kmarket {
        max-width: 207px;   
    }
    section#contact {
        padding: 76px 15px;
    }

    
}
    


/* Breakpoint (desktop etc.) */
@media screen and (min-width: 1024px) {
    
    section#contact {
        padding: 76px 0;
    }
    
    #intro h1 {
        font-size: 70px;
        line-height: 72px;
    }
    
}


/* Breakpoint (desktop etc.) */
@media screen and (min-width: 1800px) {
    .bigcontainer {
        max-width: 1800px;
        margin-left: auto;
        margin-right: auto;
    }
    
    p {
        font-size: 19px;
        line-height: 28px;
        padding: 0 0 26px 0;
    }
    
}
