body {
	font-family: 'Open Sans', sans-serif;
}

hr {
	background-color: #2B67FF;
	border-top: 1px solid #2B67FF;
}

img {
	max-width: 100%;
}

.hero-13 h1 {
	color: #2B67FF;
}

#lemonsoft-page img, #lemonsoft-page iframe, .p-img {
	float: left;
	padding: 70px 10px 20px 10px;
}

#lemonsoft-page a img {
	padding: 10px 10px 20px 10px;
	float: none;
}

#lemonsoft-page .btn-pekka {
  background-color: #2B67FF;
  color: #FFF;
  border-radius: 0px;
  font-size: 14px;
  padding: 10px 15px;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
}

#lemonsoft-page h3, .etusivu h3 {
	padding-top: 50px;
}

#lemonsoft-page p.pt-50 {
	padding-top: 50px;
}

.color-blue {
	color: #2B67FF !important;
}

#navbar-pekka {
}

.navbar-pekka {
		height: auto;
		color: #2B67FF;
		background-color: #FFF;
		box-shadow: 0px 0px 8px #333;
		-moz-box-shadow: 0px 0px 8px #333;
		-webkit-box-shadow: 0px 0px 8px #333;
		margin-bottom: 0px;
}

.navbar-brand {
		height: auto;
		padding: 0px 15px;
}

.navbar-brand img {
	margin-top: 10px;
	height: 60px;
	image-rendering: high-quality;
	transform: translateZ(0);
}

.navbar-nav {
	float: right;
}

.navbar-pekka .navbar-nav li a{
	height: 100%;
	padding: 30px 10px 10px 10px;
	margin:0px 0px 20px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2B67FF;
	border-bottom: 2px solid #FFF;
	transition: all 0.2s ease;
	text-transform: uppercase;
}

.navbar-pekka .navbar-nav li.active a{
	color: #CCC;
	border-bottom: 2px solid #CCC;
}

.navbar-pekka .navbar-nav li a:hover {
	background-color: #FFF;
	color: #2B67FF;
	border-bottom: 2px solid #2B67FF;
	transition: all 0.5s ease;
}

.navbar-pekka .navbar-nav li a:focus {
	background-color: #FFF;
	color: #2B67FF;
	border-bottom: 2px solid #2B67FF;
	transition: all 0.5s ease;
}

.navbar-toggle {
	margin-top: 50px;
}

.icon-bar {
	background-color: #2B67FF;
}

.p-50 {
	padding-bottom: 30px;
}

.p-air {
	padding-top: 100px;
	padding-bottom: 50px;
}

.more-info {
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #EEE;
}

.more-info h4 {
	font-size: 18px;
	font-weight: 500;
	margin: 0px;
	padding: 10px;
}

.more-info p {
	font-size: 16px;
	line-height: 20px;
}

b {
	font-weight: 600;
}

#laskuri {
	background-color: #FFF;
	border-top: 1px solid #EEE;
}

#laskuri .col-sm-8 {
	padding: 20px 20px;
	margin-top: 20px;
}

#laskuri h2 {
	padding-top: 20px;
	margin-top: 0px;
}

#laskuri label {
	font-weight: 300;
	font-size: 16px;
	float: left;
	clear: left;
	padding: 10px 0px 0px 10px;
	line-height: 20px;
	color: #000;
}

#laskuri label input[type="checkbox"] {
	float: left;
	clear: left;
	margin: 0px 10px 0px 0px;
	border-color: #999;
}

#laskuri input[type="text"] {
	float: left;
	width: 100%;
	clear: left;
	margin: 0px 10px 0px 10px;
	border: 1px solid #CCCCCC;
	background: #FFF;
	padding: 5px 5px;
	font-size: 20px;
}

#laskuri h3 {
	display: inline-block;
	width: 100%;
	float: left;
}

#hero {
	background-color: #FFF;
	min-height: 400px;
	margin-top: 80px;
	background-image: url('../img/office-1.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	text-align: center;
}

.hero-1 {
	background-image: url('../img/office-7.jpg') !important;
}
.hero-2 {
	background-image: url('../img/office-2.jpg') !important;
}
.hero-3 {
	background-image: url('../img/office-3.jpg') !important;
}
.hero-4 {
	background-image: url('../img/office-4.jpg') !important;
}
.hero-5 {
	background-image: url('../img/office-5.jpg') !important;
}

.hero-6 {
	background-image: url('../img/hero-asiakkaaksi.jpg') !important;
}

.hero-13 {
	background-image: url('../img/lemon1_tpl.jpg') !important;
	background-position: center center !important;
}

#intro {
	background-color: #FFF;
	min-height: 300px;
}

#services {
	border-top: 1px solid #EEE;
	min-height: 180px;
	text-align: center;
}

#services i.fa {
	display: inline-block;
	color: #2B67FF;
	font-size: 40px;
	line-height: 80px;
	width: 80px;
	height: 80px;
	background-color: #FFF;
	padding: 0px;
	margin: 50px 10px 0px 10px;
	border-radius: 50%;

}

#services h4 {
	padding-top: 0px;
	margin-top: 5px;
}

#services a {
	color: #2B67FF;
	font-size: 14px;
	text-transform:uppercase;
	text-decoration: none;
	font-weight: 500;
}

#services a:hover {
	color: #2B67FF;
	text-decoration: none;
}

#services a:focus {
	color: #2B67FF;
	text-decoration: none;
}

.dark-line {
	background-color: #222;
	color: #222;
	border-top: 1px dashed #222;
	border-style: dashed;
}

#yhteystiedot {
	background-color: #2c58d6;
	min-height: 300px;
	color: #FFF;
}

#yhteystiedot img {
	max-width: 250px;
	margin: 10px 10px 10px 10px;
}

#yhteystiedot i.fa {
	display: inline-block;
	color: #FFF;
	font-size: 200px;
	line-height: 250px;
	width: 250px;
	height: 250px;
	padding: 0px;
	margin: 10px 10px 10px 10px;
	border-radius: 50%;
}

#map {
	padding: 0px;
	background-color: #111;
}

#footer {
	background-color: #2B67FF;
	min-height: 300px;
	padding: 50px 0px;
}

#footer h2 {
	color: #FFFFFF;
	padding-left: 0px;
	margin-left: 0px;
}

#footer h3 {
	color: #FFFFFF;
	padding-left: 0px;
	margin-left: 0px;
}

#footer h5 {
	color: #FFF;
}

#footer a {
	display: inline-block;
	min-width: 200px;
	float: left;
	color: #FFF;
	padding: 10px 0px;
	border-bottom: 1px solid #FFF;
}

#footer #luettavaa a {
	display: inline-block;
	min-width: 100px;
	float: left;
	color: #FFF;
	padding: 10px 0px;
	padding-right: 10px;
	margin-right: 15px;
	border-bottom: 1px solid #FFF;
}

#footer label, #contact-modal label {
	color: #FFF;
	display: inline-block;
	float: left;
	width: 100%;
	padding:
}

.modal-content {
	border-radius: 0px;
}

#contact-modal label {
	color: #333;
	font-weight: 400;
}

#footer input, #footer textarea,#contact-modal input, #contact-modal textarea {
	background: none;
	border: none;
	width: 100%;
	float: left;
	margin-bottom: 20px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
}
#footer input[type="email"],#contact-modal input[type="email"] {
	background:none;
}

#footer button,#contact-modal button {
	background-color: #FFFFFF;
	color: #2B67FF;
	border-radius: 0px;
	font-size: 20px;
	padding: 15px 50px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
}

#contact-modal textarea, #contact-modal input[type="text"], #contact-modal input[type="email"] {
	color: #000;
	border-bottom: 1px solid #999;
}

ul.icon-list {
	list-style-type: none;
	padding: 30px 0px;
}

ul li {
	line-height: 25px;
	font-size: 18px;
}

ul .fa-check {
	
}

.btn-pekka {
	background-color: #2B67FF;
	color: #FFF;
	border-radius: 0px;
	font-size: 20px;
	padding: 15px 50px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	margin-left: 10px;
}

.btn-pekka:hover, .btn-pekka:focus, .btn-pekka:active {
	color: #FFF;
}

.bg-light-grey {
	background-color: #EEE;
}

.bg-darker-blue {
	background-color: #205cf4;
}

.color-white {
	color: #FFF;
}

iframe {
	padding: 0px;
	margin: 0px;
	border: 0px solid #FFF;
	margin-bottom: -5px;
}

hr {
	border: 0px solid #FFF;
	border-top: 2px solid #EEE;
}

p {
	font-size: 18px;
	line-height: 24px;
	padding: 10px 10px 20px 10px;
}

p.tietosuojaseloste {
	font-size: 16px;
	line-height: 20px;
	padding: 10px 10px 10px 10px;
}

h1 {
		padding: 150px 10px 35px 10px;
		font-size: 46px;
		text-transform: uppercase;
		font-weight: 700;
		color: #2B67FF;
		color: #FFF;
		text-align: center;
		line-height: 46px;
}

span.h1 {
		color: #FFF;
		font-size: 70px;
		font-weight: 700;
}


h2 {
		padding: 50px 10px 10px 10px;
		font-size: 28px;
		text-transform: uppercase;
		font-weight: 500;
}

h3 {
		padding: 5px 10px 0px 10px;
		font-size: 24px;
		font-weight: 500;
}

#yhteystiedot h3 {
	margin-top: 20px;
	color: #FFF;
}

.img-filler {
	display: inline-block;
	width: 250px;
	height: 250px;
	margin: 10px;
}

h4 {
		padding: 10px 10px 10px 10px;
		font-size: 20px;
		font-weight: 300;
}


td span{
	display: inline-block;
	padding: 10px;
	border-bottom: 1px dashed #EEEEEE;
}



/* iCheck */
/* iCheck plugin Square skin, blue
----------------------------------- */
.icheckbox_square-blue,
.iradio_square-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(../img/blue.png) no-repeat;
    border: none;
    cursor: pointer;
	float: left;
	margin-right: 10px;
}

.icheckbox_square-blue {
    background-position: 0 0;
}
    .icheckbox_square-blue.hover {
        background-position: -24px 0;
    }
    .icheckbox_square-blue.checked {
        background-position: -48px 0;
    }
    .icheckbox_square-blue.disabled {
        background-position: -72px 0;
        cursor: default;
    }
    .icheckbox_square-blue.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-blue {
    background-position: -120px 0;
}
    .iradio_square-blue.hover {
        background-position: -144px 0;
    }
    .iradio_square-blue.checked {
        background-position: -168px 0;
    }
    .iradio_square-blue.disabled {
        background-position: -192px 0;
        cursor: default;
    }
    .iradio_square-blue.checked.disabled {
        background-position: -216px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_square-blue,
    .iradio_square-blue {
        background-image: url(../img/blue@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}



@media (max-width: 1090px) {
	.navbar-brand img{
		height: 45px;
	}
	
  .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
	
	.navbar-pekka .navbar-nav li a{
		height: 100%;
		width: 100%;
		padding: 10px 20px 10px 20px;
		margin:0px 0px 0px 0px;
		font-family: 'Open Sans', sans-serif;
		font-weight: normal;
		color: #2B67FF;
		border-bottom: 2px solid #FFF;
		transition: all 0.2s ease;
		text-transform: uppercase;
	}
	
	.navbar-pekka .navbar-nav li.active a{
		height: 100%;
		padding: 10px 20px 10px 20px;
		margin:0px 0px 0px 0px;
		font-family: 'Open Sans', sans-serif;
		font-weight: normal;
		color: #CCC;
		border-bottom: 2px solid #CCC;
	}

}


@media screen and (max-width: 768px) {
	
	.navbar-toggle {
		margin-top: 30px;
	}
	
	.navbar-brand img{
		height: 45px;
	}
	
	img {
		max-width: 100%;
	}
	
	#hero {
		margin-top: 60px;
		min-height: 100px;
	}
	
	#hero h1 {
		font-size: 24px;
		line-height: 30px;
		padding-top: 60px;
	}
	#hero h1 span {
		font-size: 24px;

	}
	
	h2 {
		font-size: 18px;
		line-height: 22px;
		
	}
	
	h3 {
		font-size: 16px;
		line-height: 19px;
	}
	
	h4 {
		font-size: 15px;
		line-height: 18px;
	}
	
	p {
		font-size: 14px;
		line-height: 18px;
	}	
	
	#contact {
		padding-top: 30px;
	}
	
	.navbar-pekka .navbar-nav li a{
		height: 100%;
		padding: 10px 20px 10px 20px;
		margin:0px 0px 0px 0px;
		font-family: 'Open Sans', sans-serif;
		font-weight: normal;
		color: #2B67FF;
		border-bottom: 2px solid #FFF;
		transition: all 0.2s ease;
		text-transform: uppercase;
	}
	
	.navbar-pekka .navbar-nav li.active a{
		height: 100%;
		padding: 10px 20px 10px 20px;
		margin:0px 0px 0px 0px;
		font-family: 'Open Sans', sans-serif;
		font-weight: normal;
		color: #CCC;
		border-bottom: 2px solid #CCC;
	}
	
	.modal-footer {
	  text-align: center;
	}
	
	.btn-cookie {
		font-size: 14px;
		padding: 10px 10px;
	}
	
}