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

	Theme Name:       Lakeside Villas
	Theme URI:		
	Description:	   	Custom template for Lakeside Villas by Luowa
	Author:						Luowa Oy
	Author URI:				https://luowa.fi
	Version:          1.0.0
	License:		
	License URI:

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

/* 1 - Typography and Reset CSS
------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*!
 * Google fonts 
 * font-family: 'Roboto', sans-serif;
 */

:root {
	
/* ## TEEMAN VÄRIT ## */	

/* oletus */ 
  --white-rgb: 255, 255, 255;
  --dark-rgb: 34, 34, 33;
  --grey-rgb: 247, 247, 247;
  --darkgrey-rgb: 53, 53, 53;
/* päävärit */
  --primary-rgb:   59, 129, 194;  
  --secondary-rgb: 10, 35, 59;
  --info-rgb:      59, 129, 194;
  --warning-rgb:   59, 129, 194; 
  --danger-rgb:     59, 129, 194;
 


/* läpinäkyvät värit */
  
  /* white */
  --white:rgba(var(--white-rgb), 1);
  --white-95: rgba(var(--white-rgb), .95);
  --white-90: rgba(var(--white-rgb), .9);
  --white-80: rgba(var(--white-rgb), .8);
  --white-70: rgba(var(--white-rgb), .7);
  --white-60: rgba(var(--white-rgb), .6);
  --white-50: rgba(var(--white-rgb), .5);
  --white-40: rgba(var(--white-rgb), .4);
  --white-30: rgba(var(--white-rgb), .3);
  --white-20: rgba(var(--white-rgb), .2);
  --white-10: rgba(var(--white-rgb), .1);
  
  /* dark */
  --dark:rgba(var(--dark-rgb), 1);
  --dark-95: rgba(var(--dark-rgb), .95);
  --dark-90: rgba(var(--dark-rgb), .9);
  --dark-80: rgba(var(--dark-rgb), .8);
  --dark-70: rgba(var(--dark-rgb), .7);
  --dark-60: rgba(var(--dark-rgb), .6);
  
  /* grey */
  --grey:rgba(var(--grey-rgb), 1);
  --grey-95: rgba(var(--grey-rgb), .95);
  --grey-90: rgba(var(--grey-rgb), .9);
  --grey-80: rgba(var(--grey-rgb), .8);
  --grey-70: rgba(var(--grey-rgb), .7);
  --grey-60: rgba(var(--grey-rgb), .6);
  
  /* darkgrey */
  --darkgrey:rgba(var(--darkgrey-rgb), 1);
  --darkgrey-95: rgba(var(--darkgrey-rgb), .95);
  --darkgrey-90: rgba(var(--darkgrey-rgb), .9);
  --darkgrey-80: rgba(var(--darkgrey-rgb), .8);
  --darkgrey-70: rgba(var(--darkgrey-rgb), .7);
  --darkgrey-60: rgba(var(--darkgrey-rgb), .6);
  
  /* primary */
  --primary:rgba(var(--primary-rgb), 1);
  --primary-95: rgba(var(--primary-rgb), .95);
  --primary-90: rgba(var(--primary-rgb), .9);
  --primary-80: rgba(var(--primary-rgb), .8);
  --primary-70: rgba(var(--primary-rgb), .7);
  --primary-60: rgba(var(--primary-rgb), .6);

  /* secondary */
  --secondary:rgba(var(--secondary-rgb), 1);
  --secondary-95: rgba(var(--secondary-rgb), .95);
  --secondary-90: rgba(var(--secondary-rgb), .9);
  --secondary-80: rgba(var(--secondary-rgb), .8);
  --secondary-70: rgba(var(--secondary-rgb), .7);
  --secondary-60: rgba(var(--secondary-rgb), .6);  
  
  /* info */
  --info:rgba(var(--info-rgb), 1);
  --info-95: rgba(var(--info-rgb), .95);
  --info-90: rgba(var(--info-rgb), .9);
  --info-80: rgba(var(--info-rgb), .8);
  --info-70: rgba(var(--info-rgb), .7);
  --info-60: rgba(var(--info-rgb), .6); 

  /* warning */
  --warning:rgba(var(--warning-rgb), 1);
  --warning-95: rgba(var(--warning-rgb), .95);
  --warning-90: rgba(var(--warning-rgb), .9);
  --warning-80: rgba(var(--warning-rgb), .8);
  --warning-70: rgba(var(--warning-rgb), .7);
  --warning-60: rgba(var(--warning-rgb), .6); 
  
  /* danger */
  --danger:rgba(var(--danger-rgb), 1);
  --danger-95: rgba(var(--danger-rgb), .95);
  --danger-90: rgba(var(--danger-rgb), .9);
  --danger-80: rgba(var(--danger-rgb), .8);
  --danger-70: rgba(var(--danger-rgb), .7);
  --danger-60: rgba(var(--danger-rgb), .6);  
  
}



* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding:0;
}

body{
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
	color:var(--dark);
    margin: 0;
    padding: 0;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto', sans-serif;
    clear: both;
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
    line-height: 1.2;
    color: var(--dark);
    font-weight: 700;
	
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    margin-top: 10px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
	line-height:1.1;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 33px;
    margin-top: 10px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    margin-top: 5px;
	font-weight: 600;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 25px;
}

h4 {
    font-size: 23px;
}


p{
    margin: 0 0 25px;
    line-height: 1.7;
}

.lead {
    font-size: 21px;
    font-weight: 300;
    color: var(--darkgrey);
    line-height: 33px;
    display: block;
}

ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}

button {
    overflow: visible;
}

button,
input,
select,
textarea {
    max-width: 100%;
}

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

section{
    overflow: hidden;
}

img {
	max-width:100%;
	height:auto;
}

a {
	color:#01b1d7;
}


.mr-5 {
	margin-right:5px;
}
/*

@media (min-width: 1600px) {
  .container {
    width: 1530px;
  }
}

@media (min-width: 1920px) {
  .container {
    width: 1830px;
  }
}
@media (min-width: 2560px) {
  .container {
    width: 2490px;
  }
}




*/
@media (min-width: 1440px) {
  .container {
    width: 1360px;
  }
}
.btn-default.active.focus, 
.btn-default.active:focus, 
.btn-default.active:hover, 
.btn-default:active.focus, 
.btn-default:active:focus, 
.btn-default:active:hover, 
.open>.dropdown-toggle.btn-default.focus, 
.open>.dropdown-toggle.btn-default:focus, 
.open>.dropdown-toggle.btn-default:hover{
    color: var(--white);
    background-color: transparent;
    border-color: transparent;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    margin-left: 0;
}

.services-blocks {
    margin-top: -90px;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.padding-ten-all {
    padding: 10%;
}

.height-100 {
    height: 100%;
}

.images-wrap {
	margin-top:20px;
}

.image-back {
    position: absolute;
    z-index: 0;
    top: -40px;
    left: -60px;
    filter: grayscale(100%) brightness(0.3);

}

.image-front {
    float: left;
    z-index: 1;
    position: relative;
}


/* 6 - Aloitus
------------------------------------------------------------------------*/


		
#features {
    margin-top: -70px;
	    z-index: 1;
    position: relative;
}

		
#features .features-blocks {
    padding:45px 30px 0px;
	position:relative;
}

#features .features-content {
    padding: 0px;
    position: relative;
    z-index: 2;
}

#features .features-blocks  h1,
#features .features-blocks  h2 {
    font-size: 41px;
    margin-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}	

#features .features-bg {
    background-image:url(../images/bg-features-3.jpg);
	background-size:cover;
	background-position:center;
	    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	z-index:1;
		    opacity: 0.95;
}

#features .features-bg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
	background-color:var(--primary-95);

}

#features .features-header {
    padding:0 40px 15px;
}

#features .features-col .features-item {
    margin: 40px 0px 30px;
    padding: 0 30px 0 50px;
    border-left: 1px solid rgba(255,255,255,0.2);
}

#features .features-col:first-child .features-item {
	border-left:none;
}

#features .features-number {
    position: absolute;
    color: rgba(255,255,255,.15);
    font-size: 100px;
    font-weight: 800;
    left: -35px;
    top: -55px;
    z-index: 1;
}

.features-flex-square {
    position: relative;
    border-radius: 5px;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.clearfix {
    clear: both;
}

.features-flex-square-icon {
    float: left;
    width: 50px;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.features-flex-square-content {
    float: left;
    width: calc(100% - 50px);
    padding-left: 20px;
}

.features-flex-square-content h4 {
    color: var(--white);
    letter-spacing: 0.75px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 6px;
    line-height: normal;
}

.features-flex-square-content p {
    font-size: 15px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 15px;
    color: var(--white);
}

.features-flex-square-icon i {
    color: var(--white);
    border-radius: 10px;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    font-size: 40px;
}



.separator-line {
    width: 100%;
    height: 1px;
}

/* VIIVE */

.delay-0 {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}

.delay-03 {
  -webkit-animation-delay: .3s !important;
  animation-delay: .3s !important;
}

.delay-06 {
  -webkit-animation-delay: .6s !important;
  animation-delay: .6s !important;
}

.delay-09 {
  -webkit-animation-delay: .9s !important;
  animation-delay: .9s !important;
}

.delay-12 {
  -webkit-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}

.delay-15 {
  -webkit-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}

.delay-18 {
  -webkit-animation-delay: 1.8s !important;
  animation-delay: 1.8s !important;
}

.delay-21 {
  -webkit-animation-delay: 2.1s !important;
  animation-delay: 2.1s !important;
}

.delay-24 {
  -webkit-animation-delay: 2.4s !important;
  animation-delay: 2.4s !important;
}

.delay-27 {
  -webkit-animation-delay: 2.70s !important;
  animation-delay: 2.7s !important;
}

.delay-30 {
  -webkit-animation-delay: 3s !important;
  animation-delay: 3s !important;
}



/* 2 - Global CSS
------------------------------------------------------------------------*/


#main-menu .navbar-brand {
    float: left;
    height: 90px;
    padding: 15px 0;
    line-height: 60px;
    text-align: center;
    margin-top: 0px;
    background-color: transparent;
	margin-left:-15px;
     position:relative;

}


/*
#main-menu .navbar-brand:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -90px;
    width: 90px;
    border-top: 90px solid var(--primary);
    border-right: 90px solid transparent;
	    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

#main-menu.navbar-fixed-top .navbar-brand:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -70px;
    width: 70px;
    border-top: 70px solid var(--primary);
    border-right: 70px solid transparent;
}
*/


#main-menu.navbar-fixed-top .navbar-brand {
    float: left;
    height: 70px;
    padding: 10px 20px;
    line-height: 50px;
    text-align: center;
    margin-top: 0px;
    background-color: var(--primary);
    margin-left: 0;
}

.navbar-brand a>span {
    color: var(--white);
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    line-height: 1;
    display: inline-block;
    float: left;
}

.navbar-brand a span>span {
    font-weight: 900;
	font-size:18px;
	margin-left:0;
}

.navbar-brand a:hover{
		color:var(--primary);
}


.navbar-brand img {
    height: 50px;
    margin-top: 0px;
	filter:brightness(100) grayscale(1);
	-webkit-filter: brightness(100) grayscale(1);
    -moz-filter: brightness(100) grayscale(1);
    -o-filter: brightness(100) grayscale(1);
    -ms-filter: brightness(100) grayscale(1);
}

#logo-large-svg {
    display: inline-block;
    height: 60px;
    margin-top: 0;
    float: unset;
    margin-right: 0;
	fill: var(--primary);
}


#logo-svg {
    height: 70px;
    margin-top: 0;
    float: left;
    margin-right: 20px;
	display:none;
}

#logo-svg .logo-path {
	fill: var(--white);
}

.ml-5 {
	margin-left:5px;
}

#footerlogo {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom:10px;
}


#footerlogo img {
	    height: auto;
    width: 240px;
    max-width: 100%; 
    filter: brightness(100) grayscale(1);
    -webkit-filter: brightness(100) grayscale(1);
    -moz-filter: brightness(100) grayscale(1);
    -o-filter: brightness(100) grayscale(1);
    -ms-filter: brightness(100) grayscale(1);
}



.footer-images {
    margin-top: 20px;
}

.footerlogo-text {
    font-size: 19px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 30px;
    padding-top: 10px;
    margin-top: 0px;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding-left:  0.75px;
    display: inline-block;
}


#footer-info h3 {
    font-family: 'Roboto', sans-serif;
    color: var(--primary);
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 20px;
    margin-top: 0px;
    padding-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 0;
    padding-left: 0;
    margin-left: 0px;
    display: inline-block;
    letter-spacing: 0.75px;
    font-size: 20px;
}

#footer-info ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
    margin-left: 0px;
}

#footer-info ul>li>span,
#footer-info ul>li>a {
    color: var(--grey);
    background-color: transparent;
    font-weight: 500;
    border: 1px solid transparent;
    padding: 9px 0px;
    border-radius: 0;
    display: block;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#footer-info ul>li>a>i,
#footer-info ul>li>span>i {
    color: var(--primary);
}


#footer-info ul>li>a:focus, 
#footer-info ul>li>a:hover, 
#footer-info ul>li.active>a, 
#footer-info ul>li.active>a:focus, 
#footer-info ul>li.active>a:hover {
    color: var(--primary);
    background-color: transparent;
    border: 1px solid transparent;
}


#main-menu.navbar-fixed-top #logo-svg {
    display: inline-block;
    height: 50px;
    margin-top: 0;
    float: unset;
    margin-right: 0;
}


#main-menu.navbar-fixed-top  #logo-svg .logo-path {
	fill: var(--white);
}

	
.navbar-brand img {
	display:inline-block;
}

#main-menu .navbar-brand .logo-text {
	display:inline-block;
}

#main-menu.navbar-fixed-top .navbar-brand .logo-text {
	display:none;
}

.angular-area {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 81;
    width: 100%;
    height: 400px;
    display: block;
}


.angular-area-header {
    bottom: -5px;
}

.angular-area svg {
    position: absolute;
    bottom: 0;
    left: 0;
	right: 0;
}

.angular-area-bottom {
    position: absolute;
    bottom: -8px;
    left: 0;
    z-index: 81;
    width: 100%;
    height: 100px;
    display: block;
}

 
.angular-area-triangle {
    position: absolute;
    right: -120px;
    height: 100%;
    width: 120px;
    z-index: 80;
} 

.angular-area-triangle svg {
	transform: rotate(90deg);
	width:75vh;
}



.section-top-padding{ 
    padding-top: 80px;
}

.section-bottom-padding{
    padding-bottom: 100px;
}


.top-padding{ 
    padding-top: 40px;
}

.bottom-padding{
    padding-bottom: 40px;
}

.btn {
    font-weight: 400;
    color: var(--white);
    background: var(--primary);
    border: 1px solid var(--primary);
    padding: 10px 30px;
    border-radius: 25px;
    font-size: 14px;
    display: inline-block;
    outline: none;
    opacity: 1;
    height: auto;
    text-decoration: none !important;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    text-transform: uppercase;
}

.btn:hover{
    color: #101010;
}

.btn-2{
    font-weight: 700;
    color: var(--white);
    display: inline-block;
    background: transparent;
    border: 3px solid var(--white);
    padding: 10px 30px;
    border-radius: 0;
    font-size: 18px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    outline: none;
    text-decoration: none !important;
    text-transform: uppercase;
}

.btn-2:hover{
    background: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}

.btn-3{
    text-transform: uppercase;
    display: inline-block;
    background: transparent;
    border-radius: 0;
    font-size: 18px;
    border: none;
    outline: none;
    text-decoration: none !important;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    position: relative;
    font-weight: 900;
    color: #101010;
    padding: 5px 0;
}

.btn-3:before{
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: var(--primary);
    left: 0;
    bottom: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.btn-3:hover{
    color: var(--primary);
}

.btn-3:hover:before{
    width: 100%;
}
/*
.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #222222;
}

.section-title h2::before, .section-title h2::after {
  content: '';
  width: 50px;
  height: 2px;
  background: var(--primary);
  display: inline-block;
}

.section-title h2::before {
  margin: 0 15px 10px 0;
}

.section-title h2::after {
  margin: 0 0 10px 15px;
}

*/


.section-title {
  text-align: center;
  padding-bottom: 30px;
}



.section-title h1 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  text-transform:uppercase;
}

.section-title h1::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h1::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--primary);
  bottom: 0;
  left: calc(50% - 20px);
}




.section-title h1>span{
    color: #101010;
}



.section-title h2 {
  font-size: 42px;

  margin-bottom: 20px;
  padding-bottom: 20px;
  }
  /*
    font-weight: 800;
  position: relative;
  text-transform:uppercase;


.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--primary);
  bottom: 0;
  left: calc(50% - 20px);
}

*/


.section-title h2>span{
    color: #101010;
}

.section-title h4 {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5px;
    display: inline-block;
    padding-bottom: 0;
    padding-left: 5px;
    margin-bottom: 5px;
}

.section-title p{
    font-size: 18px;
    font-weight: 300;
    color: #101010;
    line-height: 30px;
    display: block;
}

.section-title p.lead {
    font-size: 19px;
    font-weight: 300;
    color: #101010;
    line-height: 34px;
    display: block;
}

.social-profile li{
    list-style: none;
    float: left;
    padding: 0 20px;
}

.social-profile li:first-child{
    padding-left: 0;
}

.social-profile li a{
    font-size: 56px;
    color: var(--white);
    text-decoration: none;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}


/* 3 - Header style
------------------------------------------------------------------------*/

.smallnav {
    position: absolute;
    top: 10px;
    right: 16px;
		-webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.smallnav ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.smallnav ul li {
    float: left;
    position: relative;
    display: block;
}

.smallnav li a {
    color: var(--white);
    outline: none;
    background: transparent;
    padding: 10px;
    font-size: 13px;
    /*text-transform: uppercase;*/
}

.smallnav li a:hover,
.smallnav li a:focus {
    color: var(--white);
    outline: none;
    text-decoration: none;
    background: transparent;
}

.smallnav a:before{
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    left: 0;
    bottom: -3px;
    background: #ff7a27;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

}

.smallnav a:hover:before,
.smallnav .active a:before{
    width: 100%;
}

.smallnav a i {
    font-size: 17px;
}

.fixed-top .hidden-on-top {
	display: none;
}

.fixed-top .smallnav {
	top: 22px;
}


section#picture-content {
    padding-top: 0px;
    min-height: auto;
    padding-bottom: 0px;
    position: relative;
    background: #2f2f2f;
    background-image: url(../images/bg-home.jpg);
    background-position: -150px 70px;
    background-size: cover;
    background-attachment: fixed;
    color: var(--white);
} 


section#picture-content .container {
    padding-left: 15px;
    z-index: 71;
    padding-right: 15px;
    position: relative;
}

section#picture-content:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 70;
    width: 58.33333333%;
    height: 100%;
    background: rgba(0, 0, 0, .55);
    content: ' ';
}

.picture-content {
	padding:90px 60px;
	padding-left:15px;
}


section#picture-content p {
	margin-bottom:20px;
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

section#picture-content h2 {
    font-size: 42px;
    margin-top: 0;
    margin-bottom: 0;
}


section#picture-content h4 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height:27px;
    text-transform: uppercase;
}

section#picture-content p.lead {
    font-size: 21px;
    font-weight: 300;
    color: var(--white);
    line-height: 33px;
    display: block;
}

section#picture-content ul,
section#picture-content ol {
    margin: 0 0 30px;
    padding-left: 40px;
}

section#picture-content li {
    list-style: none;
	position:relative;
	margin-bottom:5px;
}

section#picture-content li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: var(--primary);
	font-weight: 400;
    position: absolute;
    width: 30px;
    text-align: center;
    left: -40px;
    display: inline-block;
}


section#picture-content h2 {
    font-size: 42px;
    margin-top: 0;
    margin-bottom: 0;
}

section#figures {
    padding-top: 0px;
    min-height: 420px;
    position: relative;
    background: #2f2f2f;
    background-image: url(../images/bg-home.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: var(--white);
}


section#figures .container-fluid {
    padding-left: 15px;
    z-index: 71;
    padding-right: 15px;
    position: relative;
}

section#figures:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 70;
    width: 58.33333333%;
    height: 100%;
    background: rgba(0, 0, 0, .55);
    content: ' ';
}

.figures-videolink {
    height: 420px;
}

.figures-videolink-content  {
    left: 50%;
    top: 50%;
    position: absolute;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
	float: none;
	white-space:nowrap;
    margin-left: auto;
    margin-right: auto;
	z-index: 1;
}


.figures-videolink-content span {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 20px;
    display: inline-block;
    color: var(--white);
}

.figures-content {padding-top:150px;} 

section#figures h2 {
    font-size: 51px;
    color: var(--white);
	margin-bottom:40px;
}

section#figures h3 {
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    color: var(--white);
    font-weight: 700;
    margin-bottom:0;
	line-height:35px;
    margin-top: 2.5px;
    text-transform: uppercase;
    letter-spacing: 14px;
    padding-left: 14px;
    display: inline-block;
}

section#figures h4 {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    color: var(--white);
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 35px;
    margin-top: 2.5px;
    text-transform: uppercase;
    letter-spacing: 10px;
    padding-left: 10px;
    display: inline-block;
}

span.number {
    font-weight: 700;
    border-radius: 50%;
    border: 3px solid #F0813C;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    padding-left: 2px;
}

.navbar{
    padding-top: 30px;
    background: transparent;
    backface-visibility: hidden;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    margin-bottom: 0;
    border: none;
}

.subpage {
  
    /*background: #000000a6;*/
    padding-bottom: 50px;
}

.subpage p, .subpage h1, .subpage h2, .subpage h3 {
    margin-bottom: 30px;
		clear: none;
}

 .subpage h1, .subpage h2 {
    font-size: 40px;
	 
}

.submenu {
	padding-bottom: 0px;
	text-transform: uppercase;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 40px;
	background: #f3f3f3;
	font-weight: bold;
}

.submenu a, .submenu a:visited {
	color: #333;
	padding: 30px !important;
	display: block;
}

.submenu a:hover {
	color: #333 !important;
}


.submenu .active a, .submenu .active a:visited {
	/*border-bottom: 5px solid #f07f40;*/
}

.submenu a:before{
    content: "";
    position: absolute;
    height: 4px;
    width: 0;
    left: 0;
    bottom: 1px;
    background: #ff7a27;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

}

.submenu a:hover:before,
.submenu .active a:before{
    width: 100%;
}

.submenu .active a:before{
    background: var(--primary);
}

.submenu ul li:nth-child(1) a{
    /*padding-left: 0 !important;*/
}

.submenu ul {
	float: left;
	margin-right: 11px;
}
.submenu ul li {
	float: left;
}
.navbar.fixed-top{
    background:rgba(25, 27, 31, 1);
    padding: 10px 0;
}

.navbar.fixed-top .navbar-nav>li>a>span.navitem-icon {
   height:0;
   color:transparent;
}

.navbar.fixed-top .navbar-nav>li>a>span>i {
   color:transparent;
}




.navbar-collapse{
    position: relative;
}

form.navbar-form[role="search"] {
    position: absolute;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.navbar-collapse form.navbar-form[role="search"] {
    top: 0;
    right: 0;
}

.navbar-header form.navbar-form[role="search"]{
    right: 70px;
    top: 0;
}

.navbar-header form.navbar-form[role="search"].active, .navbar-header form.navbar-form[role="search"].active {
    right: 70px;
}

form.navbar-form[role="search"] button[type="reset"] {
    display: none;
}

.navbar-collapse form[role="search"].active,
form.navbar-form[role="search"].active {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%!important;
    padding: 0px;
    margin: 0px;
}

#main-menu .nav.navbar-nav {
    padding-right: 0px;
    margin-top: 10px;
}


.container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}

#main-menu {
	padding-top: 0px;
   background-color:transparent;
    backface-visibility: hidden;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    margin-bottom: 0;
    border: none;
	
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1030;
	padding-left:0;
}

#main-menu.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
	padding:0;
    z-index: 1030;
	background-color:var(--white);
	    -webkit-box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    -ms-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
}

#main-menu.navbar-fixed-top  .nav.navbar-nav {
    padding-right: 0px;
    margin-top: 0px;
}




#navbar {
    background-color: transparent;
    padding-left: 20px;
    padding-right: 20px;
}



/*

.section-change-angle:after {
  border-bottom: 130px solid #f9f9f9;
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 0;
  border-left: 100vw solid transparent;
}

@media only screen and (max-width: 768px) {
.section-change-angle:after {
    border-bottom: 60px solid #f9f9f9;
  }
}

@media only screen and (max-width: 1200px) {
.section-change-angle:after {
    bottom: -1px;
  }
}

*/

.navbar-nav>li {
    white-space: nowrap;
    padding: 10px 0 10px 20px;
}

.navbar-nav>li>a {
    font-size: 13.75px;
    color: rgba(255,255,255,.75);
    padding: 12px 2px 4px;
	text-shadow: 2px 2px 3px rgba(0,0,0,.75);
    line-height: 20px;
    font-weight: 700;
	text-transform:uppercase;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    position: relative;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.navbar-nav>li>a::after {
    content: '';
    position: absolute;
    display: block;
    width: 0px;
    height: 4px;
    background: var(--primary);
    bottom: -4px;
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#main-menu.navbar-fixed-top .navbar-nav>li>a:after {
    bottom: 0;
}


.navbar-nav>li>a:hover::after, 
.navbar-nav>li.active>a::after {
    width: 100%;
}



.navbar-nav>li.active>a {
  color: var(--primary);
}



.navbar-nav>li>a:focus{
    color: var(--white);
    background: transparent;
}

#main-menu .navbar-nav>li>a:hover, 
#main-menu .navbar-nav>li.active>a {
    background: transparent;
    color: var(--white);
    background: none;
}



/*
.navbar-nav>li>a:before{
    content: "";
    position: absolute;
    height: 6px;
    width: 0;
    left: 50%;
    bottom: -6px;
    background: rgba(255,255,255,1);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

}
*/

.navbar-nav>li>a>span.navitem-icon {
    display: none;
    text-align: center;
    width: 100%;
    padding: 0 0 5px;
	height:55px;
	overflow:hidden;
	    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.navbar-nav>li>a>span>i {
    display: inline-block;
    text-align: center;
    width: 50px;
    padding: 0px 0px;
    font-size: 30px;
    height: 50px;
    border-radius: 25px;
    background-color: transparent;
    color: rgba(255,255,255,1);
    line-height: 50px;
    letter-spacing: 0;
	border:2px solid transparent;
	    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.navbar-nav>li>a:hover>span>i,
.navbar-nav>li.active>a>span>i {
    border-color: transparent;
}

.nav>li>a:hover:before, .nav>li.active>a:before {
    width: calc(100% - 5px);
    left: 0;
}

#main-menu.navbar-fixed-top .navbar-nav>li>a {
    font-size: 13px;
    color: var(--dark);
    padding: 30px 2px 20px;
	text-shadow:none;
}


#main-menu.navbar-fixed-top .navbar-nav>li {
    white-space: nowrap;
    padding: 0 0 0 20px;
}

/* Languagemenu */

.navbar-nav>li.navitem-language>a::after {
	display:none !important;
}

.navbar-nav li.navitem-language {
    padding: 10px 10px 10px 10px;
}

.navbar-nav li.navitem-decoration span {
    padding: 12px 2px 4px;
    line-height: 20px;
    position: relative;
    display: block;
    margin-left: 10px;
}


#main-menu.navbar-fixed-top .navbar-nav li.navitem-decoration {
    padding-top: 18px;
}

#main-menu.navbar-fixed-top .navbar-nav li.navitem-decoration span {
    margin-left: 0;
}


@media (max-width: 1199px) {
.navbar-nav li.navitem-decoration span {
    padding: 0px 2px 4px;

}
}


@media (max-width: 1000px) {
.navbar-nav li.navitem-decoration span {
    padding: 12px 2px 4px;
}


	#main-menu.navbar-fixed-top .navbar-nav>li>a {
    font-size: 13px;
    color: var(--white);
    padding: 30px 2px 20px;
}
	
	.navbar-nav li.navitem-decoration {
		border-top: 1px solid rgba(255, 255, 255, .5);
		padding:0 0 0 0;
	}

	.navbar-nav li.navitem-language {
		padding: 0px 10px 0px 10px;
	}
	#main-menu.navbar-fixed-top .navbar-nav li.navitem-language a ,
	.navbar-nav li.navitem-language a {
		padding: 10px 0;
		line-height: 20px;
		min-height: 40px;
	}
	
	.navbar-nav li.navitem-language .active {
		font-weight: 500;
	}
	
	.navbar-nav li.navitem-language .language-text-mobile {
		display: inline-block !important;
	}
	
	.navbar-nav li.navitem-language	.flag-icon {
		margin-right:5px;
	}
	
	
	
}


@media (max-width: 767px) {
	
	.navbar-nav li.navitem-language .visible-xs	{
			display: inline-block !important;
	}
}

/* Search */

.search-btn{
    background: transparent;
    border: none;
    color: var(--white);
    font-size: 14px;
}

.search-btn:hover,
.search-btn:focus,
.search-btn:active,
.search-reset-btn:focus,
.search-reset-btn:active{
    background: transparent;
    border: none;
    color: var(--white);
}

.search-reset-btn{
    background: #101010;
    border: 1px solid #ebebeb;
    font-size: 13px;
    color: var(--white);
}

.search-reset-btn:hover{
    background: #101010;
    color: var(--white);
    border: 1px solid #ebebeb;
}

.search-input{
    background: #101010;
    font-size: 14px;
    color: var(--white);
}

.navbar-toggle .icon-bar{
    background: var(--white);
}

.navbar-toggle .icon-bar{
    padding-left: 0;
    padding-right: 0;
}

.navbar-collapse{
    border-top: none;
}

.navbar-header .navbar-form{
    display: none;
}

.navbar-nav .flag-icon {
    margin-top: 3px;}



#frontpage-bg {
	position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
	text-shadow: 3px 3px 5px rgba(0,0,0,.75);
	z-index:0;
}

.frontpage-color-overlay {
    position: absolute;
    top: 0;
    left: 0;
	z-index:70;
    width: 100%;
    height: 100%;
    background: rgba(24,21,16,.36);
    content: ' ';
	
}

.frontpage-content-overlay {
    position: absolute;
    top: 0;
    left: 0;
	z-index:71;
    width: 100%;
    height: 100%;
	
}



.frontpage-bg h1, 
.frontpage-bg h2, 
.frontpage-bg h3, 
.frontpage-bg h4, 
.frontpage-bg h5, 
.frontpage-bg h6{
    color: var(--white);
}


.frontpage-container {
    height: 100vh;
    color: var(--white);
}


.frontpage-bg-content{
    position: absolute;
    width: 100%;
    height: 100%;
    width: 100%;
	z-index:80;
    height: 100%;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.frontpage-bg h2,
.frontpage-bg h1 { 
    font-family: 'Roboto', sans-serif;
    font-size: 62px;
    font-weight: 700;
    letter-spacing: 3px;
    padding-left: 3px;
    color: var(--white);
    line-height: 70px;
    margin-bottom: 30px;
    word-spacing: 10px;
	text-transform: uppercase;
}


.frontpage-bg h4 {
    font-size: 19px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding-bottom: 15px;
    padding-top: 0px;
    display: inline-block;
    padding-left: 5px;
    color: var(--white);
}

.frontpage-bg-content .btn-2{
    margin: 0 12px;
}

.frontpage-bg .header-scroll-down {
	position: absolute;
    z-index: 81;
    bottom: calc(9% + 130px);
    left:0;
	right:0;
	top:auto;	
	display:inline-block;
	text-align:center;
}

.frontpage-bg .btn-header {
	display:inline-block;
	width:80px;
	height:80px;
	border-radius:40px;
	line-height:40px;
	padding:20px 0;
	background-color:transparent;
	border:2px solid transparent;
    font-size: 36px;
    color: var(--white);
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.frontpage-bg .btn-header:hover,
.frontpage-bg .btn-header:focus{
	border:2px solid var(--white);
    color: var(--white);
    text-decoration: none;
     -webkit-animation: pulse 0.5s;
    animation: pulse 0.5s;   
}

/* 4 - Video-bg section style
------------------------------------------------------------------------*/
.video-bg{
    position: relative;
    overflow: hidden;
    background: url(../images/bg-konekanta.jpg) no-repeat fixed 0 0;
    background-position: 100%;
    background-size: cover;
	text-shadow: 3px 3px 5px rgba(0,0,0,.75);
	z-index:0;
}

/*
.video-bg:after {
    border-bottom: 100px solid var(--white);
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 82;
    border-left: 100vw solid transparent;
}
*/

.video-color-overlay {
    position: absolute;
    top: 0;
    left: 0;
	z-index:70;
    width: 100%;
    height: 100%;
    background: rgba(24,21,16,.36);
    content: ' ';
	
}

.video-content-overlay {
    position: absolute;
    top: 0;
    left: 0;
	z-index:71;
    width: 100%;
    height: 100%;
	
}



.video-bg h1, 
.video-bg h2, 
.video-bg h3, 
.video-bg h4, 
.video-bg h5, 
.video-bg h6{
    color: var(--white);
}


.video-container {
    height: calc(100vh - 90px);
    color: var(--white);
}

.subpage-video {
	height: 150px;
}
.video-container > video {
    position: absolute;
    top: 50%;
	z-index:69;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}


.video-bg-content{
    position: absolute;
    width: 100%;
    height: 100%;
    width: 100%;
	z-index:80;
    height: 100%;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.video-bg h2,
.video-bg h1 { 
    font-family: 'Roboto', sans-serif;
    font-size: 62px;
    font-weight: 700;
    letter-spacing: 3px;
    padding-left: 3px;
    color: var(--white);
    line-height: 70px;
    margin-bottom: 30px;
    word-spacing: 10px;
	text-transform: uppercase;
}


.video-bg h4 {
    font-size: 19px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding-bottom: 15px;
    padding-top: 0px;
    display: inline-block;
    padding-left: 5px;
    color: var(--white);
}

.video-bg-content .btn-2{
    margin: 0 12px;
}

.video-bg .header-scroll-down {
	position: absolute;
    z-index: 81;
    bottom: calc(9% + 130px);
    left:0;
	right:0;
	top:auto;	
	display:inline-block;
	text-align:center;
}

.video-bg .btn-header {
	display:inline-block;
	width:80px;
	height:80px;
	border-radius:40px;
	line-height:40px;
	padding:20px 0;
	background-color:transparent;
	border:2px solid var(--white);
    font-size: 36px;
    color: var(--white);
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.video-bg .btn-header:hover,
.video-bg .btn-header:focus{
    color: var(--white);
    text-decoration: none;
     -webkit-animation: pulse 0.5s;
    animation: pulse 0.5s;   
}


/* Korostus */

span.highlight {
    color: var(--primary) !important;
}


/*
span.highlight {
    color: var(--dark) !important;
    background-color: var(--primary) !important;
    padding: 5px 20px;
    text-shadow: none;
    margin: 0 10px;
}



h1 .highlight, 
h2 .highlight, 
h3 .highlight, 
h4 .highlight, 
h5 .highlight, 
h6 .highlight {
    color: var(--dark) !important;
    font-weight: 600;
    display: inline-block;
    background: -webkit-linear-gradient(top, #eaeaea, #6d6d6d);
    background: linear-gradient(top, #eaeaea, #6d6d6d);
}

h1 .highlight, 
h2 .highlight, 
h3 .highlight, 
h4 .highlight, 
h5 .highlight, 
h6 .highlight {
    color: #999 !important;
    font-weight: 600;
    display: inline-block;
    background: -webkit-linear-gradient(top, #eaeaea, #6d6d6d);
    background: linear-gradient(top, #eaeaea, #6d6d6d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	text-shadow:none;
}

*/




/* 5 - Project section style
------------------------------------------------------------------------*/

section#project {
	padding-top:140px;
}

.project-items{
    text-align: center;
}

.project-item{
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.project-item img{
    width: 100%;
    height: auto;
    display: block;
}

.project-item:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.project-item-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.project-item:hover:before{
    border: 19px solid rgba(0,0,0,0.4);
}

.project-item:hover .project-item-overlay{
    opacity: 1;
}

.project-overlay-content{
    position: absolute;
    top: 43%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.project-item:hover .project-overlay-content{
    top: 50%;
    opacity: 1;
}

.project-overlay-content h3>a{
    font-size: 24px;
    color: var(--white);
    font-weight: 900;
    margin-bottom: 5px;
    display: block;
    text-decoration: none;
}

.project-overlay-content span{
    font-size: 14px;
    color: var(--white);
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.project-action-btn{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: inline-block;
    margin: 0 auto;
    line-height: 36px;
    color: var(--white);
    font-size: 18px;
    border: 2px solid var(--white);
    text-decoration: none !important;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.project-action-btn-xl {
    border-radius: 50px;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
    display: inline-block;
    margin: 0 auto;
    line-height: 36px;
    color: var(--white);
    font-size: 11px;
    border: 2px solid var(--white);
    text-decoration: none !important;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.project-action-btn:hover{
    color: var(--white);
    background: #101010;
}



/* 6 - Service section style
------------------------------------------------------------------------*/


#service .section-title {
	padding-top:30px;
}

.service-col {
	padding:0 20px;
}

.service-item {
    padding: 20px;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
	  -webkit-animation-delay: .6s ;
  animation-delay: .6s ;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
	background-color:transparent;
}


.service-item:hover{
    box-shadow: 15px 10px 60px 5px #d4d4d4;
	color:var(--dark);
	background-color:var(--white);
}

/*

.service-item::before {
  content: '';
  position: absolute;
  background-color: var(--primary);
  left: calc(50% - 45px);
  top: 24pxpx;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  transition: all 0.3s;
  z-index: -1;
}

.service-item:hover::before {
  background-color: var(--primary);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}




.service-item .service-icon {
    font-size: 45px;
    color: var(--white);
    margin-bottom: 2px;
	background-color:var(--primary);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    line-height: 90px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
*/
.service-item .service-icon {
    font-size: 74px;
    color: var(--primary);
    margin-bottom: 35px;
    background-color: transparent;
    display: inline-block;
    text-align: center;
    border-radius: 0;
    width: 90px;
    height: 90px;
    line-height: 90px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
    
	
.service-item h3 {
    font-size: 30px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #232323;
    text-transform: unset;
    margin-bottom: 10px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}



.service-item p{
    font-size: 17px;
	margin-bottom:25px;
    color: #232323;
    font-weight: 300;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
}


.service-item:hover .service-icon {
    color:rgba(59, 129, 194, .85);
	background-color:transparent;
}

.service-item:hover h3,
.service-item:hover p {
    color: var(--dark);
}



/* 7 - About section style
------------------------------------------------------------------------*/
.about{
    background: url(../../images/frontpageBG.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-bottom: 100px;
	background-attachment: fixed;
	height:760px;
}

.about-img img{
    width: 100%;
    height: auto;
    display: block;
}

.about-detail {
    padding: 100px 60px 0 70px;
    height: 760px;
}

.vh-75 {
	height:760px !important;
}

.about-detail:before {
    display: block;
    content: "";
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: auto;
    z-index: 999;
    right: -80px;
    width: 80px;
    border-top: 380px solid transparent;
    border-bottom: 380px solid transparent;
    border-left: 80px solid var(--primary);
}

.about-detail h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 41px;
    margin-top: 10px;
	color:var(--white);
    font-weight: 600;
    /* text-transform: uppercase; */
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.about-detail h2:before{
    content: "";
    position: absolute;
    width: 70px;
    height: 3px;
    background: var(--primary);
    border-radius: 73px;
    bottom: 0;
    left: 0;
}

.about-detail h2>span{
    color: var(--white);
}

.about-detail p {
    font-size: 18px;
    color: var(--white);
    font-weight: 300;
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 30px;
}

.about-detail .btn {
    margin-right: 10px;
	margin-bottom: 30px;
}


.abaut-video-block {
    padding: 0 0;
    overflow: hidden;
    height: 760px;
}

.abaut-video-content {
    padding: 0 0;
    overflow: hidden;
    height: 760px;
	width:100%;
	position:absolute;
	z-index:2;
}
  
  
  
/* 8 - Special-thing section style
------------------------------------------------------------------------*/
.special-item-icon {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
}
.hexagon{
    width: 60px;
    height: 40px;
    background: var(--primary);
    position: relative;
    border-radius: 9px;
    margin: 20px 0 20px 0;
	display:inline-block;
}

.hexagon,
.hexagon:before,
.hexagon:after{
    border-left: 2px solid var(--primary);
    border-right: 2px solid var(--primary);
}

.hexagon:before,
.hexagon:after{
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
    margin-left: -2px;
    left: 0;
}

.hexagon:before{
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.hexagon:after{
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.hexagon span {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 40px;
    z-index: 9;
    font-size: 32px;
    color: var(--white);
}

.special-item-txt{
    display: table;
	text-align:center;
}

.special-item-txt h3{
    font-size: 24px;
    font-weight: 900;
    color: #101010;
	margin-top:15px;
	margin-top:15px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.special-item-txt p{
    color: #101010;
    line-height: 30px;
}

/* 9 - Team section style
------------------------------------------------------------------------*/

.team{
    background: #f3f2f2;
}

.team-slide{
    position: relative;
    margin:  0 auto;
    overflow: hidden;
    z-index: 1;
}

.slide-wrapper{
    position: relative;
}

.slide-next,
.slide-prev{
    position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    font-size: 48px;
    color: var(--primary);
    z-index: 9;
}

@media (min-width: 0px){
    .slide-next{
        right: 0px;
    }

    .slide-prev{
        left: 0px;
    }
}

@media (min-width: 1280px){
    .slide-next{
        right: -60px;
    }

    .slide-prev{
        left: -60px;
    }
}

@media (min-width: 1440px){
    .slide-next{
        right: -100px;
    }

    .slide-prev{
        left: -100px;
    }
}

.team-item{
    position: relative;
    overflow: hidden;
}

.team-item img{
    width: 100%;
    height: auto;
    display: block;
}

.team-caption{
    position: absolute;
    background: rgb(255 98 0);
    bottom: -150px;;
    width: 100%;
    height: 100px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team-item:hover .team-caption{
    bottom: 0;
}

.caption-inner{
    position: relative;
    width: 100%;
    height: 100%;
}

.caption-content{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-transform: uppercase;
    white-space: nowrap;
}

.caption-content h3{
    font-size: 24px;
    font-weight: 900;
    color: var(--white);
}

.caption-content h4{
    font-size: 18px;
    font-weight: 400;
    color: var(--white);
    line-height: 30px;
}

.caption-triangle{
    position: absolute;
    border-bottom: 36px solid rgb(255 98 0);
    border-left: 200px solid transparent;
    border-right: 200px solid transparent;
    top: -36px;
}


/* 10 - Client section style
------------------------------------------------------------------------*/
.testimonial-item{
    position: relative;
    padding: 40px;
    border: 1px solid #dcdcdc;
}

.client-slide{
    position: relative;
    margin:  0 auto;
    overflow: hidden;
    z-index: 1;
    padding-top: 30px;
}

.testimonial-item .hexagon{
    width: 45px;
    height: 30px;
    position: absolute;
    top: -15px;
    left: 20px;
    border-radius: 7px;
    margin: 0;   
}

.testimonial-item .hexagon span{
    font-size: 18px;
    line-height: 30px;
}

.testimonial-item p{
    color: #101010;
    margin-bottom: 20px;
}

.testimonial-item h4{
    font-size: 18px;
    font-weight: 900;
    color: #101010;
    text-transform: uppercase;
}

.clients-logo{
    padding-top: 80px;
}

.client-logo-item{
    float: left;
    list-style: none;
    width: 20%;
    text-align: center;
}
.client-logo-item img {
    width: 100%;
}
.client-logo-item img:hover {
    opacity: 0.7;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* 11 - Recent post section style
------------------------------------------------------------------------*/
.recent-post{
    background: #f3f2f2;
	padding-bottom:220px !important;
}

.recent-post-slide{
    position: relative;
    margin:  0 auto;
    overflow: hidden;
    z-index: 1;
    text-align: center;
}

.post-item{
    background: var(--white);
    overflow: hidden;
    margin-bottom: 35px;
    /*text-align: justify;*/
}

.post-thumb img{
    width: 100%;
    height: auto;
    display: block;
}

.post-content{
    padding: 25px;
}

.post-content .title>a{
    font-size: 24px;
    color: #101010;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.post-content .title>a:hover{
    color: var(--primary);
}

.meta-post{
    margin-bottom: 15px;
}

.meta-post span{
    font-size: 18px;
    color: #101010;
    font-weight: 400;
    display: inline-block;
    padding: 0 5px;
    border-right: 2px solid #101010;
    line-height: 1;
}

.meta-post span:first-child{
    padding-left: 0;
}

.meta-post span:last-child{
    padding-right: 0;
    border-right: none;
}

.post-content .excerpt{
    font-size: 18px;
    color: #101010;
}


/* 12 - Counter area section style
------------------------------------------------------------------------*/
.counter-area{
    background: var(--primary);
}

.counter-area .social-profile{
    padding: 70px 0;
    overflow: hidden;
    background: var(--primary);
    float: right;
    padding-right: 25px;
}

.counter-item{
    padding: 50px 0;
}

.counter-item .counter{
    font-size: 59px;
    color: var(--white);
    font-weight: 400;
}

.counter-item .counter-text{
    font-size: 59px;
    color: var(--white);
    font-weight: 400;
}

.counter-item h4{
    font-size: 16px;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 400;
}

.counter-item.item-1{
    background:var(--darkgrey); 
}

.counter-item.item-2{
    background:var(--dark); 
}


/* 13 - Contact section style
------------------------------------------------------------------------*/
.contact-items,
.contact-form-title{
    margin-bottom: 70px;
    overflow: hidden;
}

.contact-item-icon{
    float: left;
    margin: 0 15px 20px 0;
}

.contact-item-icon i{
    font-size: 24px;
    color: #101010;
}

.contact-item-txt{
    display: table;
}

.contact-item-txt h3,
.contact-form-title h3{
    font-size: 20px;
    color: #101010;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 900;
}

.contact-item-txt span,
.contact-form-title p{
    font-size: 15px;
    color: #101010;
    font-weight: 300;
    line-height: 30px;
    display: block;
}

#map{
    width: 100%;
    height: 510px;
  display: none;
}

.help-block{
    font-size: 16px;
    background: #faebd7;
    padding: 0 10px;
    font-weight: 400;
}

#msgSubmit{
    font-size: 16px;
    padding: 10px;
    font-weight: 400;
    color: #a94442;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 400;
    color: #101010;
    border: #1px solid var(--primary);
    border-radius: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.form-control:focus {
    border-color: var(--primary);
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.checkbox-inline label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}

.form-icon {
    position: relative;
    height: 550px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.has-error .form-control{
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-error .form-control:focus {
    border-color: #a94442;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#contactForm .btn{
    padding: 10px 50px;
    float: right;
    margin-top: 30px;
    opacity: 1;
}

#contactForm input::-webkit-input-placeholder,
#contactForm textarea::-webkit-input-placeholder{
    color: #101010;
}

#contactForm input::-moz-input-placeholder,
#contactForm textarea::-moz-input-placeholder{
    color: #101010;
}

#contactForm input:-ms-input-placeholder,
#contactForm textarea:-ms-input-placeholder{
    color: #101010;
}

/* 14 - Footer style
------------------------------------------------------------------------*/
.footer{
    background: #101010;
}

.footer .copyright{
    font-size: 12px;
    color: #555;
    float: left;
    padding: 20px 0;
}

.footer .copyright a{
    font-weight: normal;
    color: #555;
    text-decoration: none;
}

.scroll-top{
    width: 100px;
    height: 80px;
    float: right;
    text-align: center;
    background: var(--primary);
    line-height: 80px;
    color: var(--white);
    font-size: 60px;
    cursor: pointer;
}


/* 14 - Page Preloader
------------------------------------------------------------------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--dark);
    /* change if the mask should be a color other than white */
    
    z-index: 999999;
    /* makes sure it stays on top */
}
 
/*loading3*/
#loading3{
    position: absolute;
	width: 60px;
	height: 30px;
	left: calc(50% - 30px);
    /* centers the loading animation horizontally on the screen */
    
    top: 50%;
    /* centers the loading animation vertically on the screen */
}
#loading3>div{
	width: 10px;
	height: 30px;
	border-radius:5px;
	display: inline-block;
	background-color: var(--white);
	-webkit-animation:strechdelay 1.2s ease-in-out infinite;
	animation:strechdelay 1.2s ease-in-out infinite;
}
#loading3 .line2{
	-webkit-animation-delay:-1.1s;
}
#loading3 .line3{
	-webkit-animation-delay:-1.0s;
}
#loading3 .line4{
	-webkit-animation-delay:-0.9s;
}

@-webkit-keyframes strechdelay{
	0%,50%,100%{
		-webkit-transform:scaleY(.4);
	}
	20%{
		-webkit-transform:scaleY(1);
	}
}


 

/* 15 - Mobile Menu Icon
------------------------------------------------------------------------*/
 
#nav-icon {
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 50%;
  background: var(--white);
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {
  top: 0px;
}

#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
  top: 11px;
}

#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
  top: 23px;
}

#nav-icon.navbar-toggle:not(.collapsed) span:nth-child(1),#nav-icon.navbar-toggle:not(.collapsed) span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.navbar-toggle:not(.collapsed) span:nth-child(2),#nav-icon.navbar-toggle:not(.collapsed) span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.navbar-toggle:not(.collapsed) span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon.navbar-toggle:not(.collapsed) span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon.navbar-toggle:not(.collapsed) span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon.navbar-toggle:not(.collapsed) span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon.navbar-toggle:not(.collapsed) span:nth-child(5) {
  left: 5px;
  top: 18px;
}

#nav-icon.navbar-toggle:not(.collapsed) span:nth-child(6) {
  left: calc(50% - 5px);
  top: 18px;
}
 .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 20px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	width: 38px;
	cursor: pointer;
}

a {
    color: var(--primary);
    text-decoration: none;
}

a:focus, a:hover {
    color: rgba(59, 129, 194, .9);
    text-decoration: none;
}




.btn-primary:hover {
    color: var(--white);
    background-color: rgba(66, 185, 234, .8);
    border-color:rgba(66, 185, 234,1);
}

.orange {
	color: #ff5a00;
}



.swiper-slide .title {
    max-height: 99px;
    overflow: hidden;
}


.about-video .video {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
}

.about-video .container {
	  background: rgba(0,0,0,0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
		-webkit-transition: .7s ease-in-out;
  -moz-transition: .7s ease-in-out;
  -o-transition: .7s ease-in-out;
  transition: .7s ease-in-out;
}

.about-video .container:hover {
	  background: rgba(0,0,0,0);
   }


.about-video .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 11111111;
    border: 1px solid var(--white);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    color: var(--white);
    padding-top: 92px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 28px;
    width: 300px;
    height: 300px;
	letter-spacing: 7px;
	-webkit-transition: .7s ease-in-out;
  -moz-transition: .7s ease-in-out;
  -o-transition: .7s ease-in-out;
  transition: .7s ease-in-out;
}

.about-video .circle:hover {
	  background: var(--white);
	color: #000;
   }

.news-item {
	min-height: 300px;
}

.subpage .col-md-8 {
	    padding-left: 30px;
}

.subpage .about-detail {
    padding: 65px 65px 0 65px;
}

.subpage .container .col-md-12 ul, .subpage .container .col-md-12 li {
    list-style: circle;
    margin: 0;
    padding: 0;
    margin-left: 27px;
}

.subpage .container .col-md-12  ul {
		margin-top: -20px;
		margin-bottom: 20px;
}


.subpage-title {
	margin-bottom: 43px;
	font-size: 43px;
}

.subpage .post-item {
	    box-shadow: 0px 0px 6px 2px #0000001f;
	min-height: 570px;
}
.fiilis-img {
	height: 260px;
	margin-bottom: 40px;
}

.fiilis-img .btn-2 {
    font-weight: 700;
    color: var(--white);
    display: inline-block;
    background: transparent;
    border: 2px solid var(--white);
    padding: 15px 45px;
    letter-spacing: 2px;
    border-radius: 0;
    font-size: 25px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    outline: none;
    text-decoration: none !important;
    text-transform: uppercase;
    margin-top: 18px;
}

.fiilis-img .btn-2:hover {
    background: var(--primary);
}


.navbar-nav .icofont {
	font-size: 11px;
    color: rgba(255,255,255,0.5);
    vertical-align: middle;
}




/* 16 - Wave
------------------------------------------------------------------------*/
 
#waves {
	position:absolute;
	display:inline-block;
	height:140px;
	top:-140px;
	width:100%;
	z-index:99;
} 
 
 
.wave {
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index: 1;
}

.wave + .wave {
  z-index: 2;
}


/* 16 - Opacity
------------------------------------------------------------------------*/
   
.opacity-10 {
	opacity:.1 !important;
} 

.opacity-20 {
	opacity:.2 !important;
} 

.opacity-30 {
	opacity:.3 !important;
} 

.opacity-40 {
	opacity:.4 !important;
} 

.opacity-50 {
	opacity:.5 !important;
} 

.opacity-60 {
	opacity:.6 !important;
} 

.opacity-70 {
	opacity:.7 !important;
} 

.opacity-80 {
	opacity:.8 !important;
} 

.opacity-90 {
	opacity:.9 !important;
} 
  
/* 16 - Colors
------------------------------------------------------------------------*/
 
/* White */ 

.text-white,
.text-white p,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5 {
	color:var(--white) !important;
} 

.bg-white {
	background-color:var(--white) !important;
} 
 
.fill-white {
	fill:var(--white) !important;
}

.border-bottom-white,
.border-bottom-white:after {
	border-color:var(--white) !important;
} 

.border-color-white,
.border-color-white:after {
	border-color:var(--white) !important;
} 

/* Primary */ 

.text-primary {
	color:var(--primary) !important;
} 

.bg-primary {
	background-color:var(--primary) !important;
} 

.border-bottom-primary,
.border-bottom-primary:after {
	border-color:var(--primary) !important;
} 
 
.fill-primary {
	fill:var(--primary) !important;
}

.bg-primary .section-title h4 {
    border-bottom: 2px solid var(--white);
}



.text-danger {
	color:var(--danger) !important;
} 

.bg-danger {
	background-color:var(--danger) !important;
} 

.border-bottom-danger,
.border-bottom-danger:after {
	border-color:var(--danger) !important;
} 
 
.fill-danger {
	fill:var(--danger) !important;
}

.bg-danger .section-title h4 {
    border-bottom: 2px solid var(--white);
}


/* Dark */ 

.text-dark {
	color:var(--dark)  !important;
} 

.bg-dark {
	background-color:var(--dark)  !important;
} 

.border-bottom-dark,
.border-bottom-dark:after {
	border-color:var(--dark)  !important;
} 
 
.fill-dark {
	fill:var(--dark)  !important;
}

.bg-dark .section-title h4 {
    border-bottom: 2px solid var(--dark)  !important;
}

/* Dark Grey */ 

.text-darkgrey {
	color:var(--darkgrey) !important;
} 

.bg-darkgrey {
	background-color:var(--darkgrey) !important;
} 
 
.fill-darkgrey {
	fill:var(--darkgrey) !important;
}

.bg-darkgrey .section-title h4 {
    border-bottom: 2px solid var(--darkgrey);
}


/* Grey */ 

.text-grey {
	color:var(--grey) !important;
} 

.bg-grey {
	background-color:var(--grey) !important;
} 
 
.fill-grey {
	fill:var(--grey) !important;
}

.bg-grey .section-title h4 {
    border-bottom: 2px solid rgba(247, 247, 247, 1);
}

.border-grey-orange,
.border-grey-orange:after {
	border-color:rgba(247, 247, 247, 1) !important;
} 



/*--------------------------------------------------------------
##  Features
--------------------------------------------------------------*/

.business-feature-1x.business-feature-onslider {
	position: relative;
	margin-top: -134px;
}
.single-features {
	background: #262626;
	padding: 30px 15px;
	transition: all 0.3s ease;
	border-left-width: 1px;
	border-left-color: rgba(255, 255, 255, 0.3);
}
.single-features.active {
	background: #3cc951;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.single-features .media img {
	max-height: 64px;
	max-width: 64px;
	object-fit: cover;
	margin-right: 25px;
}
.single-features .media i {
	font-size: 30px;
	padding-right: 10px;
}
.single-features .media-body h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #f1f1f1;
	padding-top: 6px;
	line-height: 30px;
}

/*  17 - Animation delay
------------------------------------------------------------------------*/
 

.delay-0 {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}

.delay-03 {
  -webkit-animation-delay: .3s !important;
  animation-delay: .3s !important;
}

.delay-06 {
  -webkit-animation-delay: .6s !important;
  animation-delay: .6s !important;
}

.delay-09 {
  -webkit-animation-delay: .9s !important;
  animation-delay: .9s !important;
}

.delay-12 {
  -webkit-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}

.delay-15 {
  -webkit-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}

.delay-18 {
  -webkit-animation-delay: 1.8s !important;
  animation-delay: 1.8s !important;
}

.delay-21 {
  -webkit-animation-delay: 2.1s !important;
  animation-delay: 2.1s !important;
}

.delay-24 {
  -webkit-animation-delay: 2.4s !important;
  animation-delay: 2.4s !important;
}

.delay-27 {
  -webkit-animation-delay: 2.70s !important;
  animation-delay: 2.7s !important;
}

.delay-30 {
  -webkit-animation-delay: 3s !important;
  animation-delay: 3s !important;
}


 

/*  18 - Buttons
------------------------------------------------------------------------*/
 


.btn-default {
    color: var(--dark);
    background-color: transparent;
    border-color: var(--dark);
    border-radius: 25px;
}

.btn-default:hover,
.btn-default:focus {
    color: var(--dark);
    background-color: rgba(33,33,33,.1);
    border-color: var(--dark);
    border-radius: 25px;
}



.btn-primary {
    color: var(--white);
    background-color: var(--dark);
    border-color: var(--dark);
    border-radius: 25px;
}

.btn-primary:hover,
.btn-primary:focus {
    color: var(--white);
    background-color: rgba(33, 33, 33, .8);
    border-color: var(--dark);
    border-radius: 25px;
}



.btn-danger {
    color: var(--white) !important;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    border-radius: 25px !important;
}

.btn-danger:hover,
.btn-danger:focus {
    color: var(--white) !important;
    background-color:rgba(59, 129, 194, .8) !important;
    border-color: var(--primary) !important;
    border-radius: 25px !important;
}



.btn-border {
    color: var(--white);
    background-color: transparent;
    border-color: var(--white);
    border-radius: 25px;
}

.btn-border:hover,
.btn-border:focus {
    color: var(--white);
    background-color:rgba(255, 255, 255, .25);
    border-color: var(--white);
    border-radius: 25px;
}



.btn-video  {
    position: relative;
    height: 80px;
    width: 80px;
    background-color: var(--primary);
    text-align: center;
    display: inline-block;
    line-height: 80px;
    color: #fff;
    border-radius: 50%;
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
	
	    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
}

.btn-video:before {
    content: "";
    position: absolute;
    left: -7px;
    top: -7px;
    height: 94px;
    width: 94px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .66;
    animation: pulse 1500ms ease-out infinite;
}

.btn-video:after {
    content: "";
    position: absolute;
    left: -15px;
    top: -15px;
    height: 110px;
    width: 110px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse 1500ms ease-out infinite;
}


.btn-video:hover,
.btn-video:focus {
    color: var(--white);
}

.btn-circle {
    height: 46px;
    width: 46px;
    border-radius: 25px;
    margin: 0 8px;
    padding: 8px 0;
    text-align: center;
    line-height: 30px;
    font-size: 19px;
}


/*  19 - Contact & footer
------------------------------------------------------------------------*/


#contact {
	position:relative;
	overflow: visible;
}

#contact .container {
	overflow: hidden;
}


#contact .section-title {
    text-align: center;
    margin-bottom: 20px;
}


.contact-header h2 {
    font-size: 42px;
    color: var(--white);
/*

    text-align: right;
    padding-right: 60px;

*/
    padding-bottom: 0;
	line-height: 62px;

}

.contact-header {
    margin-top:0px;
}

.contact-icon {
    font-size: 34px;
    color: var(--white);
	margin-right:10px;
	vertical-align: middle;
	
}

.contact-content {
    display: inline-block;
    position: relative;
    text-transform: unset;
    text-align: center;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: var(--white);
    font-size: 22px;
    padding: 0 10px;
    line-height: 62px;
    white-space: nowrap;
    margin-top:8px;
}

.contact-link a {
	margin-top:40px;
	margin-bottom:20px;
}

/*  20 - Subpage header
------------------------------------------------------------------------*/

#header-wave {
    position: relative;
    display: inline-block;
    height: 660px;
    width: 100%;
    background-color: var(--primary);
	background-position: center center;
    background-attachment: unset;
	background-size:cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

#header-wave.subpage {
    position: relative;
    display: inline-block;
    height: 560px;
    padding-top: 30px;
    width: 100%;
    background-image: url(../images/bg-home.jpg);
    background-color: var(--primary);
    background-position: center center;
    background-attachment: unset;
	background-repeat:no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

#header-wave h1 {
	margin-bottom:10px !important;
}

.header-content-overlay {
    position: relative;
	display:inline-block;
    z-index: 79;
    width: 100%;
    height: auto;
    background-color:transparent;
	padding-top:50px;
}

.header-color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 70;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .33);
    content: ' ';
}

.header-wave-block {
    position: absolute;
    display: inline-block;
    height: 660px;
    width: 100%;
	bottom:0;
	z-index:71;
	left:0;
	right:0;
	overflow:hidden;
	
}

.header-wave-block svg {
    position: absolute;
   bottom:-100px;
    left: 0;
    right: 0;
}


/*  21 - Products section
------------------------------------------------------------------------*/

.products-item {
   text-align:center;
   min-height:600px;

   padding:0px;
}

.products-item ul {
    padding-left: 0;
    margin-bottom: 20px;
    display: inline-block;
}

.products-item ul>li {
	text-align:left !important;
	font-size:21px;
	font-weight:200;
    position: relative;
    display: block;
    padding: 5px 15px;
	line-height:30px;
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
}

.products-item ul>li i {
	 font-size:30px;
	 margin-right:10px;<div class="col-md-6 products-content delay-03 wow fadeInLeft pull-left" data-wow-offset="100" " style="visibility: visible; animation-name: fadeInLeft;">
 }
 
  
.products-item .products-content {
    padding: 50px 90px 20px;
	   min-height:600px;
    background-color: #fff;
}

  
.products-item h2 {
    font-size: 34px;
    text-align: center;
    font-weight:800;
    font-family: 'Roboto', sans-serif;
    color: var(--dark);
    padding-bottom: 6px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top:10px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.products-item img {
    margin-bottom: 5px;
}


.products-item h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.products-item h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: var(--primary);
    bottom: 0;
    left: calc(50% - 20px);
}


.products-item p.lead {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5px;
    display: inline-block;
    padding-bottom: 0;
    padding-left: 5px;
    margin-bottom: 10px;
}


.products-item .btn {
	margin-top:20px;
}

.products-item.item-small {
    margin-top:55px;
}

.products-item.item-large {
  padding-bottom: 60px;
}


.products-item .products-image {
    background-position: center center;
	background-size:cover;
   min-height:600px;
      height:600px;
	margin:0 auto;
}

.products-item .products-icon {
	background-color:transparent;
	border:3px solid var(--white);
	color:var(--primary);
	width:120px;
	height:120px;
	border-radius:60px;
	display:inline-block;
	position:relative;
	margin:30px auto 40px;
}

/*  22 - Gallery album slider
------------------------------------------------------------------------*/

.gallery-slide{
    position: relative;
    margin:  0 auto;
    overflow: hidden;
    z-index: 1;
    text-align: center;
}


.gallery-slide .gallery-slide-image{
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 100%;
	height:350px;
    background-position: center center;
	background-size:cover;
}



/*  22 - Logo slide
------------------------------------------------------------------------*/

.logo-slide{
    position: relative;
    margin:  0 auto;
    overflow: hidden;
    z-index: 1;
    text-align: center;
}


.logo-slide .logo-slide-image {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100px;
    max-width: calc(100% - 60px);
    vertical-align: middle;
	filter: grayscale(100%) brightness(100);
	  opacity:1;
	  margin-left:15px;
	      -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.logo-slide .logo-slide-image:hover {
	
	  opacity:.75;
	/*   cursor:pointer; */
}

.logo-slide .swiper-slide {
    height: 120px;
    vertical-align: middle;
    line-height: 120px;
}

#logo-slider .slide-next, 
#logo-slider .slide-prev {
    position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    font-size: 48px;
    color: var(--dark);
    z-index: 9;
}


/*  23 - Content
------------------------------------------------------------------------*/

#content .content-area .row {
	margin-bottom:50px;
	margin-left:-30px;
	margin-right:-30px;
}

#content .content-area .row:last-child {
	margin-bottom:0px;
}

#content .content-area .row>div {
	padding-left:30px;
	padding-right:30px;
}

#content .content-area p {
	margin-bottom:20px;
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

#content .content-area h2 {
    font-size: 42px;
    margin-top: 0;
    margin-bottom: 0;
}


#content .content-area h4 {
    font-size: 18px;
    margin-bottom: 15px;
    /* font-weight: 500; */
    text-transform: uppercase;
}

#content .content-area p.lead {
    font-size: 21px;
    font-weight: 300;
    color: var(--darkgrey);
    line-height: 33px;
    display: block;
}

#content .content-area ul,
#content .content-area ol {
    margin: 0 0 30px;
    padding-left: 40px;
}

#content .content-area li {
    list-style: none;
	position:relative;
	margin-bottom:5px;
}

#content .content-area li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: var(--primary);
	font-weight: 400;
    position: absolute;
    width: 30px;
    text-align: center;
    left: -40px;
    display: inline-block;
}



#content .content-area ul.list-unstyled li::before {
    display: none;
}

#content .content-area ul.list-unstyled {
    display: inline-block;
	padding-left:0;
}

#content .content-area ul.list-unstyled li {
    list-style: none;
    position: relative;
    margin-bottom: 5px;
    text-align: center;
    padding-bottom: 5px;
	    font-size: 21px;
    font-weight: 300;
    color: var(--darkgrey);
}

#content.contact-info .content-area .row {
   margin-bottom:0;
}



/*  24 - Order form
------------------------------------------------------------------------*/


#content-form {
    min-height: 420px;
    background: #2f2f2f;
    background-image: url(../images/bg-konekanta.jpg);
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
	position:relative;
}

 
#content-form:before {
    position: absolute;
    top: 0;
	 z-index: 70;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .33);
    content: ' ';
}

#content-form .overlay {
    position: relative;
    top: 0;
    left: 0;
    z-index: 71;
    width: 100%;
    height: auto;
padding-top: 140px;
    min-height: 420px;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    font-size: 18px;
    text-align: right;
}

#form-order {
	margin-top:-30px;
}

form h3 {
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    color: #191b1f;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 0;
    margin: 50px 0 20px;
    display: inline-block;
    width: 100%;
}

textarea.form-control {
    height: 210px;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--white);
    text-align: center;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 25px;
}

.form-order-right,
.form-order-left {
   padding:30px 80px 0;
   height:600px;
} 

.form-horizontal .form-order-right .control-label {
   color:var(--white);
} 


.form-order-left:before {
    display: block;
    content: "";
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: auto;
    z-index: 999;
    right: -40px;
    width: 40px;
    border-top: 300px solid transparent;
    border-bottom: 300px solid transparent;
    border-left: 40px solid #f3f2f2 ;
}

.form-order-right {
   padding-left:120px;
   border-bottom-right-radius: 30px;
   border-top-right-radius: 30px;
}


.form-order-left {
   border-top-left-radius: 30px;
   border-bottom-left-radius: 30px;
}

.form-order-right .btn {
   margin-top:20px;
   margin-bottom:20px;
}


#product-specials i {
	display:block;
	width:100%;
	color:#666;
	text-align:center;
}

#product-specials h4 {
    font-size: 21px;
    margin: 25px 0 0;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    color: #191b1f;
    border-bottom: none;
}




/*  24 - Order form
------------------------------------------------------------------------*/


.google-map {
    height: 420px;
	width:100%;
}

.news-item .post-item {
    background: var(--white);
    overflow: hidden;
    margin-bottom: 35px;
    /* text-align: justify; */
    padding: 20px;
}

/* SÃƒâ€žHKÃƒâ€“POSTI LÃƒâ€žHETETTY ALERT */


 .alert.mail-sended {
   opacity: 0.9 !important;
   filter: alpha(opacity=90) !important; /* For IE8 and earlier */
  position: fixed !important;
  top: 180px !important;
  left: 50% !important;
  min-width: 380px !important;
  text-align:center !important;
  margin-left: -190px !important;
  z-index: 999999 !important;

  font-family: 'Roboto', sans-serif !important;
  font-weight:normal !important;
  font-weight:400 !important;
  font-size: 18px !important;
  width: auto !important;
}

.alert.mail-sended strong{
 text-align:center !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight:bold !important;
  font-size: 18px !important;
  margin-bottom:0 !important;

}

.alert.mail-sended span.glyphicon {
margin-right:6px !important;
vertical-align:middle !important;
  font-size: 22px !important;
}




/* GALLERIAT */

#gallery {
	margin-bottom:30px !important;

	-webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#gallery.opened {
max-height:1200px;
}


#gallery .img-thumbnail {
    display: block;
	position:relative;
	float:left;
    width: 100%;
    height: auto;
	min-height:211px;
    padding: 0px;
    line-height: 1.42857143;
    background-color: transparent;
	
	background-size:auto 200%;
	background-position:center center;
	
    border: 4px solid rgba(0,0,0,.5);
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#gallery .img-thumbnail:hover {
    border: 4px solid rgba(0,0,0,0);
	background-size:auto 220%; 
}

#gallery  .img-thumbnail {
height:211px;
}


/* MODALIT */

 .ekko-lightbox .modal-dialog {
 max-width:1200px !important;}
 
 .ekko-lightbox .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 var(--white);
    filter: alpha(opacity=20);
    opacity: .2;
}





.shape-block.relative {
	position:relative !important;
	z-index:80;
}

.shape-block.absolute-top {
	position:absolute !important;
	left:0;
	right:0;
	top:0;
	bottom:auto;
	z-index:80;
}

.shape-block.absolute-bottom {
	position:absolute !important;
	left:0;
	right:0;
	top:auto;
	bottom:0;
	z-index:80;
}

.shape {
    position: relative;
    pointer-events: none;
    right: 0;
    bottom: -10px;
    left: 0;
}

.shape>svg {
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
    height: 100px;
    -webkit-transform-origin: top center;
    transform-origin: top center;
	bottom:-10px;
}

/* angle */

.shape.angle {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: -1px;
    left: 0;
}

.shape.angle>svg {
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
    height: 100px;
    -webkit-transform-origin: top center;
    transform-origin: top center;
	position: relative;
	bottom:-10px;
}

/* curved */

.shape.curved {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: -1px;
    left: 0;
}

.shape.curved>svg {
    -webkit-transform: scale(2);
    transform: scale(2);
    width: 100%;
    height: auto;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}


#content p img {
    z-index: 1;
    position: relative;
}

.content-area form {
    background-color: var(--primary) !important;
    padding: 50px;
    color: var(--white) !important;
    border-radius: 0;
}

/* triangle */

.shape.triangle {
    position: relative;
	display:inline-block;
	width:100%;
	height:130px;
}

.shape.triangle:after {
    border-bottom: 130px solid #f9f9f9;
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
    border-left: 100vw solid transparent !important;
}


/* Form & Buttons Styles Starts */

.form-control {
    float: left;
    width: 100%;
    height: 44px;
    padding: 8px 22px;
    font-size: 16px;
    line-height: 20px;
    color: ;
    background-color: var(--white) !important;
    background-image: none;
    border: 1px solid var(--white);
    border-radius: 21px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 20px;
}

select.form-control {
	margin-bottom:0;
}



/* YHTEYSTIEDOT / LOMAKE */


#contact-us {
	padding-bottom:45px;
}

#contact-us label {
    display:none;
}

#contact-us .form-group {
    width: calc(40% - 10px);
}

#contact-us .form-group:nth-child(4) {
    width: calc(60% - 10px);
    float: right;
    position: absolute;
    right: 0;
}

#contact-us .form-group:nth-child(5) {
    width: 100%;
    position: relative;
	text-align:right;
    float: left;
}

#contact-us h1,
#contact-us h2,
#contact-us h3,
#contact-us h4,
#contact-us p,
#contact-us .lead,
#contact-us strong {
	color: #fff;
}

#contact-us textarea.form-control {
    height: 172px;
	border-color:var(--white);
}


#contact-info {
	margin-top:30px !important;
}

#contact-info h4 {
	margin-top:20px !important;
	margin-bottom:10px !important;
}

#contact-info h2 {
	margin-top:25px !important;
	margin-bottom:10px !important;
}

#contact-us .btn-primary,
#contact-us .btn-primary {
    color: #fff;
    width: auto;
	float:none;
    display: inline-block;
    background-color: rgba(var(--white),,66);
    border-color: rgba(var(--white),1);
}


#contact-us .btn-primary:hover,
#contact-us .btn-primary:focus,
#contact-us .btn-primary:active,
#contact-us .btn-primary.active,
#contact-us .open>.dropdown-toggle.btn-primary {
    background-color: rgba(var(--white),.8) ;
	color:#fff ;
	border-color:rgba(var(--white),1) ;
}



/* Henkilökunta */

#members {
	margin-top:0px;
}

#content  .member-item {
	padding:30px 15px !important;
}

#content .content-area .row>div.member-info p.lead {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 8px;
    margin-bottom: 15px;
    padding-left: 8px;
}


#content .member-item ul.list-unstyled li::before {
    display: none;
}

#content .member-item ul.list-unstyled {
    display: inline-block;
	padding-left:0;
}

#content .member-item ul.list-unstyled li {
    list-style: none;
    position: relative;
    margin-bottom: 5px;
    text-align: center;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 300;
    color: var(--darkgrey);
}

#content .content-area .row>div.member-info {
    padding-left: 15px;
    padding-right: 15px;
}

#content .content-area .row>div.member-info h3 {
    font-family: 'Roboto', sans-serif;

    margin-top: 5px;

    position: relative;
    padding-bottom: 0px;
    margin-bottom: 5px;
	
	    font-weight: 700;
    text-transform: uppercase;
    font-size: 26px;
}


/* SUBPAGE LIST - ACCORDION - #list-subpages
------------------------------------------------------------------------*/


#list-subpages .list-subpages-item .col-md-12 h2  {
    display: inline-block;
    width: auto;
    padding: 15px 20px;
    color: var(--white);
    background-color: var(--primary);
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 400;
}


#list-subpages .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
	border-color: #f5f5f5;
}

#list-subpages .list-subpages-item.panel-default>.panel-heading {
    color: var(--dark);
    background-color: #f5f5f5;
    border-color: var(--dark);
    padding: 20px 15px 20px 85px;
    border-radius: 0;
    line-height: 20px;
    height: 60px;

    position: relative;
}

#list-subpages .list-subpages-item.panel-default>.panel-heading .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
	font-weight: 400;
    text-transform: uppercase;
}

#list-subpages .list-subpages-item.panel-default>.panel-heading .panel-button {
    color: var(--white);
    background-color: var(--primary);
	width:62px;
	height:62px;
	display:inline-block;
	position:absolute;
	padding:16px 0;
	line-height:30px;
	text-align:center;
	font-weight:100;
	font-size:26px;
	left:-1px;
	top:-1px;	
}