body {
	padding: 0px;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
  font-weight: 300;
	font-size: 16px;
	background-color: #fff;
}

* {
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
}

a:link {
  text-decoration: none;
  color: #010925;
}
/*
tumesinine #010925
roheline #21B6AE
off-white #E5E6ED

*/

/* seda osa pole vaja
@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}
  paralax creativebloq
*/


.section {
  position: relative;
}

.logo {
  background: url(img/SESO_vormiriided.svg) no-repeat;
  position: absolute;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  height: 150px; 
  top: 30px;
  cursor: pointer; 
}

@media (max-width: 768px) {
.logo {
  background: url(img/SESO_vormiriided_200x75.svg) no-repeat;
  position: absolute;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  height: 800px; 
  top: 10px;
  cursor: pointer; 
  }  
}

.container {
  max-width: 1000px;
  margin: auto;
}

.hero {
  position: relative;
  background-color: #ffffff;
  height: 230px;
  bottom: 3px;
  border-bottom: 2px solid #010925;
}

@media (max-width: 768px) {
.hero {
  height: 170px; 
  bottom: 3px;
  border-bottom: 2px solid #010925;
  }  
}

.joon {
height: 6px;
padding-bottom: 3px;
border-top: 2px solid #010925;
}

.hero .nav-wrap {
  position: absolute; 
  bottom: 1px;
  right:0;
  left:0;
 }

.page-scroll {
  color: #010925;
}


/*Pohivaate menuuriba*/
.hero .nav-pills .page-scroll:hover {
  /* color: #21B6AE; */
  background-color: #fff;
  cursor: pointer; 
}

.nav-pills>li>a:hover {
  background-color: #fff;
  /* color: #21B6AE;*/
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  background-color: #fff;
  color: #010925;
  /*opacity: 0.5;*/
  border-bottom: 1px solid #010925;
  border-radius: 0;
  padding-bottom: 5px;
}



/*Navlist /allakerimise nav*/
.fixed-nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  border-bottom: 1px solid #010925;
  transform: translateY(-100%);
  transition: transform 1s;
  z-index: 1000
}

.fixed-nav.visible {
  transform: translateY(0);
}

.nav-list {
   list-style-type: none;
   margin: 0;
   padding: 0;
}

.nav-list li {
   display: inline-block;
}

.nav-list a {
   display: block;
   padding: 10px 15px;
}

.fixed-nav .nav>li>a:hover {
  background-color: #fff;
  color: #010925;
}


.nav>li>a:visited {
  background-color: #fff;
  color: #010925;
}



/*burgeri rippmenuu-keskele panek*/
.mobile-nav {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 25px;
  margin-left: -12px;
}

/*burger*/
.mobile-nav .btn-menu {
  width: 25px;
  height: 25px;
  border-radius: 0px;
  border: none;
  background: url(img/burger_open.svg) no-repeat;
}

.mobile-nav.open .btn-menu {
  background: url(img/burger_closed.svg) no-repeat;
  border-radius: 0px;
  border-color: #fff;
  outline: none;
}

element.style {
  margin-right: -100px;
}

.dropdown-menu.pull-center {
  right: 50%;
  left: auto;
}

.mobile-nav.open .btn-menu:active .btn-menu.active{
  border-color: #fff;
}

.mobile-nav .dropdown-menu {
  background-color: #fff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .15);
  border-color: #010925;
  border-radius: 0;
  z-index: 1000;
  float: left;
  min-width: 200px;
  padding: 5px 0;
  margin: 2px 0 0;
  text-align: center;
}
/*Navlist / mobiilivaate list lopp*/


.special .btn-primary {
	 position: absolute;
    left: 50%;
    width: 540px;
    margin-left: -270px;
    height: 60px;
    color: #fff;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding-top: 10px;
    bottom: 450px; 
    border: none !important;
    background-color: transparent;
    background-repeat: no-repeat;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}


.special > a {
  position: relative;
  color: #fff;
  text-decoration: none;
}

.special > a:hover {
  color: #fff;
 }

  .special > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  }

.special > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn-primary.active,
.btn.btn-primary:active,
.btn-primary:focus {
   background: transparent;
   border: none !important;
   background-repeat: no-repeat;
  overflow: hidden;
  outline: none;
}

@media (max-width: 768px) {
.special .btn-primary {
	font-size: 16px;
padding-top: 6px;
  width: 260px;
  height: 40px;
  margin-left: -130px;
  }  
}


.special {
	background-color: #010925;
	background: url(img/sampo_MG_1754.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	background-attachment: fixed;
	min-height: 100vh;
	height: 700px;
	border-top: 1px solid #010925;
	padding-top:100px;
	overflow: hidden;
	position: relative;
}



.default, .default-pager {
	background-color: #010925;
	padding-top: 65px;
	padding-bottom: 65px;
	text-align: center;
}

@media (max-width: 768px) {
.default {
  padding-top: 30px;
  padding-bottom: 30px;
  }
}

	
h1, .default h1, .default-pager h1 {
	color: #21B6AE;
	font-size: 24px;
  padding-bottom: 30px;

}

@media (max-width: 768px) {
  .default h1 {
      font-size: 16px;
  padding-bottom: 15x;
  }
}

.default p {
	position: relative;
	color: #E5E6ED;
	font-size: 16px;
	border-top: 1px solid #e2e2e2;
  padding-top: 35px;
}

@media (max-width: 768px) {
  .default p {
    font-size: 14px;
    padding-top: 30px;
  }
}

.default-pager {
  background-color: #fff;
  border-top: 1px solid #fff;
}

.default-pager li>a {
  border: none;
}

.default .default-pager:hover {
 color: #21B6AE;
}

.glyphicon {
color: #21B6AE;
 }


.portfolio {
	background-color: #fff;
	padding-top: 65px;
	padding-bottom: 65px;
}

@media (max-width: 768px) {
.portfolio  {
   padding-top: 30px;
  padding-bottom: 30px;
  }  
}
 .portfolio-client {
  padding-top: 10px;
  padding-bottom: 10px;
 }

/*
    Portfolio hover algus
*/
.hovereffect {
	width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.hovereffect h4 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 14px;
  background-color: transparent;
  color: #FFF;
  padding: 3em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.hovereffect a,.hovereffect p {
  color: #FFF;
  padding: 3em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h4 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
/*Portfolio hover lõpp*/


.list {
    list-style-type: none;
    padding-left: 0;
   	overflow: hidden;
}

.list a {
	position: relative;
	overflow: hidden;
}

.list .item-content {
  right: 30px;
	left: 30px;
	font-size: 16px;
  padding-top: 40px;
}

.image {
	padding-bottom: 30px;
}

@media (max-width: 1000px) {
.image {
	padding-bottom: 20px;
}

.list .item-content {
  font-size: 14px;
  padding-top: 30px;
  }
}

.meist {
	background-color: #fff;
	padding-top: 65px;
	padding-bottom: 65px;
}

.person-text {
	color: #010925;
  text-align: center;
}

.person-text h2 {
  color: #21B6AE;
  font-size: 24px;
  padding-bottom: 2px;
}

.box-text {
	display: block;
  position: relative;
  width: 300px;
 	border: 1px solid #21B6AE;
  border-radius: 0px;
  background-color: transparent;
  height: 50px;
  font-size: 20px;
  vertical-align: center;
  padding-top: 10px;
  color: #fff;
  margin-top: 30px;
  cursor: pointer;
  }


@media (max-width: 768px) {
.box-text {
	font-size: 16px;
  padding-top: 10px;
    width: 200px;
  }  
}

.form-control {
  display: block;
  height: 40px;
  width: 100%;
 
  font-size: 16px;
  background-color: #E5E6ED;
 
  border-radius: 0px;
}

.form-control-special {
	display: block;
  height: 180px;
  width: 100%;
  border-radius: 0px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  background-color: #E5E6ED;
 }

.btn-cta {
	display: block;
  width: 150px;
 	height: 60px;
 	border: 1px solid #21B6AE;
  border-radius: 0px;
  background-color: #21B6AE;
  font-size: 24px;
  color: #fff;
}

.contact {
	background-color: #010925;
	padding-top: 65px;
	padding-bottom: 65px;
	text-align: center;
}

.default-contact h2 {
	color: #21B6AE;
	font-size: 24px;
  }


.footer {
	padding: 3em 5em;
  font-size: 10px;
	color: #010925;
	background-color: #AEB1BE;
}

@media (max-width: 768px) {
.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  }
}



