/* Thomsoon.com - OnePage CSS Responsive theme
-- version 1.0
-- Copyright (c) 2014 Thomsoon.com
-- licensed under the MIT
--
-- http://www.thomsoon.com/
--
*/

/* Font Google - strong reaload time */
@import url(http://fonts.googleapis.com/css?family=Lato:400,300,100,700,900&subset=latin,latin-ext);

@font-face {
    font-family: 'santanabold';
    src: url('Santana-Bold-webfont.eot');
    src: url('Santana-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Santana-Bold-webfont.woff') format('woff'),
         url('Santana-Bold-webfont.ttf') format('truetype'),
         url('Santana-Bold-webfont.svg#santanabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

b {
font-weight:bold;
}
/*
 * Theme Name: Onepage
 * Author: Thomsoon
 * Created: 14/11/2014
 */


* {
  box-sizing:border-box;
}


section { 
#margin: 0px 10px 0px 10px;
}

.info p {
	text-align:center !important;
}


@keyframes mikappearance {
    from {opacity: 0;
    }
    to {opacity: 1;
    }
    
}

@-webkit-keyframes mikappearance {
    from {opacity: 0;}
    to {opacity: 1;}
}

.mikronoContainer {
-webkit-animation-name: mikappearance; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
    animation-name: mikappearance;
    animation-duration: 1s;


}


.preloader{
  position:fixed;
  width:100%;
  height:100%;
  background:rgba(13, 178, 107, 1);
  z-index:99999;
}
 
.preloader .item{
  position:absolute;
  width:300px;
  height:100px;
  left:50%;
  top: 50%;
  margin-left:-150px;
  margin-top:-50px;
  color:white;
font-size:5em;
font-family:santanabold;
} 


html, body{
  font-family: 'Lato', sans-serif;
  font-size:15px;
  -webkit-font-smoothing: subpixel-antialiased!important;
  color:rgba(0,0,0,0.83);
  font-weight:400;
  height:100%;

}

a{
  text-decoration:none;
  outline:none;
  font-size:14px;
  color: rgb(13, 178, 107);
}

h1{
  font-size:34px;
#  color:white;
  font-weight:400;
  text-transform:uppercase;
  letter-spacing:6px;
  line-height:1.2;
}

p{
  font-size:16px;
#  color:white;
  font-weight:300;
  letter-spacing:1px;
  margin-top:40px;
}


h1 span{
  color:#2fa68e;
}


::selection {
  background: #ada074;
  color:white;
}

::-moz-selection {
  background: #ada074;
  color:white;
}


.container{
  width:100%;
  
}





/* Menu mobile */

.menu-media{
  position:relative;
  width:100%;
  height:90px;
  background:rgb(13, 178, 107);
  z-index:1000;
  display:none;
}

.menu-media .menu-content{
  width:280px;
  position:relative;
  margin:0 auto;
}

.menu-media .menu-content .logo {
   color:white;
   font-size:24px;
   width:200px;
   line-height:90px;
   float:left;
   list-style: none;
}

.menu-media .menu-content .icon{
  width:41px;
  height:23px;
  float:right;
  line-height:100px;
}

.menu-click{
  display:none;
}


.menu-click li {
  position:relative;
  width:100%;
  height:70px;
  color:#333333;
  font-size:18px;
  text-align:center;
  line-height:70px;
  z-index:1000;
  border-bottom:1px solid #f2f2f2;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
 }

.menu-click li:hover {
  color:#ada074;
 }


/* Menu */

.menu{
  position:fixed;
  top:0px;
  width:100%;
  height:60px;
  background:rgba(13, 178, 107, 1);
  border-bottom:1px solid #f2f2f2;
  z-index:1000;
}

.menu-content{
  width:900px;
  position:relative;
  margin:0 auto;
}

.menu-content .logo {

color: white;
#font-weight: 700;
font-size: 24px;
width: 300px;
line-height: 60px;
float: left;
list-style: outside none none;
font-family: santanabold;
 }

.menu-content ul{

  width:500px;
  left:50%;
  float:right;
  text-align:right;
  list-style:none;
}

.menu-content li{
   display:inline-block;
   position:relative;
}

.menu-content li a{
  color:rgba(255,255,255,0.83);
  font-size:16px;
  display: block;
  padding: 0 20px 0 20px;
  line-height:60px;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.menu-content li.active a{
  color:white;
}

.menu-content li a:hover{
  color:white;
}


/* About us */

.home, .other{
  position:relative;
  width:100%;
  background:white;
  z-index:10;
}

.home .content, .other .content, .other .content{
  position:relative;
  max-width:900px;
  margin: 0 auto;
  overflow: hidden;
}

.home h1, .contact, .other h1{
  font-size:34px;
  color:rgba(13, 178, 107, 0.9);
  text-align:center;
  margin-top:120px;
  letter-spacing:6px;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;

}

.home hr, .other hr{
  color: black;
  margin-top:30px;
  background-color: black;
  height: 1px;
  width:106px;
  border:0;

}

.home p.title{
  color: #a4a4a4;
  margin:40px auto;
  width:300px;
  line-height:26px;
  letter-spacing:0;
  font-size:14px;
  font-weight:300;
  text-align:center;
}

h2{
  text-align:center;
  margin-top:50px;
  font-size:26px;
  color:#ccc;
  line-height:1.2;
  letter-spacing:0px;
  
  width:100%;
  position:relative;
  font-weight:600;
  text-transform: uppercase;
  margin-bottom:25px;
}

.other h2{
  #text-align:center;
  margin-top:50px;
  font-size:26px;
  color:rgb(139, 195, 74);
  line-height:1.2;
  #letter-spacing:6px;
  width:100%;
  position:relative;
  font-weight:400;
}

.home p, .other p{
  text-align:justify;
  font-size:16px;
  margin:30px auto;
  color:rgba(0,0,0,0.83);
  line-height:26px;
  letter-spacing:0;
  position:relative;
  font-weight:300;

}

.home .column-two p {
  color:white;
  font-weight:400;
}

.home .column-two h2 {
  color:rgba(255,255,255,0.7);
}

.home .column-one{
  margin-top:40px;
  width:50%;
padding-left:50px;
padding-right:50px;
  float:left;
  margin-bottom:50px;
#  height:350px;
}

.home .column-one .circle-one{
  height: 100px;
  display: none;
  position:relative;
  margin:0 auto;
  border:2px solid #f0f0f0;
  background: url(../img/icons/responsive.png) white no-repeat center center;
  -moz-border-radius:100px;
  -webkit-border-radius:100px;
  border-radius: 100px;
  width: 100px;
  cursor:pointer;
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.home .column-one .circle-one:hover{
  border:2px solid #ada074;

}

.tutorials {
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;

}

.home .column-two{
  margin-top:40px;
  width:50%;
padding-left:50px;
padding-right:50px;
  float:left;
  margin-bottom:50px;
#  height:350px;
   background: rgba(109, 204, 163,1); 
}

.home .column-two .circle-two{
  height: 100px;
  position:relative;
  display:none;
  margin:0 auto;
  border:2px solid #f0f0f0;
  background: url(../img/icons/minimalist.png) white no-repeat center center;
  -moz-border-radius:100px;
  -webkit-border-radius:100px;
  border-radius: 100px;
  width: 100px;
    cursor:pointer;
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.home .column-two .circle-two:hover{
  border:2px solid #ada074;
}



.home .column-three{ 
  margin-top:40px;
  width:300px;
  float:left;
  margin-bottom:70px;
  height:350px;
}

.home .column-three .circle-three{ 
  height: 100px;
  position:relative;
  margin:0 auto;
  border:2px solid #f0f0f0;
  background: url(../img/icons/free.png) white no-repeat center center;
  -moz-border-radius:100px;
  -webkit-border-radius:100px;
  border-radius: 100px;
  width: 100px;
  cursor:pointer;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.home .column-three .circle-three:hover{ 
  border:2px solid #ada074;
}

.clear {
clear:both;
}


strong{
  font-weight:700;

}

input{

  width:300px;
  height:40px;
  background:#ececec;
  border-top:1px solid #333;
  border-bottom:0;
  border-left:0;
  border-right:0;
  color:#333;
  font-weight:300;
  line-height:40px;
  padding-left:15px;
  font-family: 'Lato', sans-serif;
  font-size:14px;
  margin-bottom:10px;
}

input:focus{background:#f4f4f4;}

textarea{

  width:420px;
  height:150px;
  border-top:1px solid #333;
  border-bottom:0;
  line-height:20px;
  border-left:0;
  border-right:0;
  background:#f8f7f7;
  color:#333;
  font-weight:300;
  padding:15px 0 0 15px;
  font-family: 'Lato', sans-serif;
  font-size:14px;
  margin-bottom:10px;
}

textarea:focus{background:#f4f4f4;}


input.submit{
  width:100px;
  height:34px;
  float:right;
  margin:20px 10px 0 0;
  border:0;
  font-weight:700;
  text-align:right;
  background:none;
  -webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
}

/* Footer */


.footer{
#  position:fixed;
#  bottom:0;
  width:100%;
  background:rgb(13,178,116);
  padding: 30px;

}

.footer a {
color:rgba(255,255,255,0.8);
}

.footer .logo{

  position:relative;
  width:58px;
  height:58px;
  margin: 0 auto;
  padding-top:50px;

}

.footer .menu-footer{
  width:80%;
  text-align:center;
  margin:0 auto;
  padding-top:30px;
  overflow: hidden;
  position:relative;  
}


.footer .menu-footer a{
  line-height:46px;
  padding:10px;
  color:#a4a4a4;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.footer .menu-footer a:hover{
  color:#ada074;
}


.footer .copyright{
  width:80%;
  position:relative;
  font-weight:300;
  margin:0 auto;
  padding:30px 0 50px;
  text-align:center;
  font-size:14px;
  line-height:36px;
  color:#a4a4a4;
}

.footer .copyright a{
  color:#a4a4a4;
  text-decoration:none;
}


.controls, .error {
    display: inline;
}

label {
display:block;
}
