@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('et-line-fonts.css');
@import url('animate.css');
@import url('owl.carousel.css');

html{
  height: 100%;
}

body{
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.52;
  color:#909090
}

.loaded{
  overflow: visible;
}

::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #ec7550;
}



/* Typography */


h1,
.h1{
  font-size: 40px;
  line-height: 1.1;
  font-weight:100;
  margin:0;
}

h2,
.h2{
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  margin:0;
  margin-top: 15px;
  margin: -23px 0 0 185px;
  display: none;
}

h3,
.h3{
  font-size: 17px;
  line-height: 1.4;
  font-weight:400;
  margin:0 0 20px;
}

.section-title{
  position: relative;
}

.section-title:after{
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background-color: #FFED91;
  border-radius: 50%;
}

p{
  margin:10px 0 0;
}

a{
  color:inherit;
  text-decoration: underline;
}

a:hover,
a:focus{
  color:#ec7550;
  text-decoration:none;
  outline: none;
}

a:focus{
  outline: none;
}

strong{
  font-weight: 800;
}

/* 1.3 Iconography */



.icon{
  display: inline-block;
  font-size: 60px;
  text-decoration: none;
  -webkit-transition: .3s ease;
       -o-transition: .3s ease;
          transition: .3s ease;
}



/* 1.4 Buttons */



.btn{

  position: relative;
  display: inline-block;
  color:#ec7550;
  border:1px solid #ec7550;
  padding:15px 42px 15px;
  height: 50px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 12px;


  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all .5s ease-out;
       -o-transition: all .5s ease-out;
          transition: all .5s ease-out;
}

.btn .fa{
  font-size: 1.3em;
  margin-right: 5px;
  color: #fff;
}

.btn:focus{
  outline: none!important;
  -webkit-box-shadow:none;
  box-shadow: none;
}

.btn:hover,
.btn:focus{
  border-color:#FF6548;
  background-color:#FF6548;
  color: #fff;
}


/* 1.5 Forms */



.form-control {
  height: 44px;
  padding: 6px 18px;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}

.form-control:focus {
  border-color: #7B5A91;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(123, 90, 145, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(123, 90, 145, .6);
}

textarea.form-control{
  resize:none;
  height: 120px;
  padding-top: 11px;
}

.row-fields{
  margin:0 -8px;
}

.row-fields .form-group{
  padding-left: 8px;
  padding-right: 8px;
}

label.error{
  margin-top: 3px;
  font-size: 13px;
  font-weight: normal;
  color:#CC506F;
}



/* 1.6 Background colors */



.bgc-white{
  background-color: #fff;
}

.bgc-primary{
  background-color: #7B5A91;
  color:#fff;
}

.bgc-light-gray{
  background-color: #F5F5F5;
}

.bgc-yellow{
  background-color:#FFED91;
}

.bgc-light-yellow{
  background-color:#FFFAE1;
}



/* 1.7 Colors */



.text-white{
  color:#fff;
}

.text-muted{
  opacity: 0.7;
  color:inherit;
}

.text-primary{
  color:#FFED91;
}

.text-yellow{
  color:#FFED91;
}



.loader{
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:#ec7550;
  color:#fff;
  text-align: center;
}

.loader-brand{
  position: absolute;
  left:0;
  width: 100%;
  top:50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}




/* Content helpers */




.rel-1{
  position: relative;
  z-index: 1;
}

.masked{
  position: relative;
}

.masked:after{
  content:'';
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background-color:rgba(0,0,0,0.3);
}


/* Brand */



.brand{
  font-family: 'museo_sans_cyrl900';
  font-size: 33px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition:all 0.2s linear;
      -o-transition: all 0.2s linear;
         transition: all 0.2s linear;
}

.brand:after{
  content:'';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #FFED91;
  border-radius: 50%;
}    

.brand:hover:after{
  background-color: #fff;
}    

.brand:focus{
  color:#fff;
}

.brand:hover{
  color:#FFED91;
}



/* Masthead */



.masthead{
  padding: 80px 0;
  text-align: center;
  background:url(../images/bg/header.jpg) 50% 20%;
  background-size: cover;

}

.lead{
  font-size: inherit;
  margin:20px 0 0;
}

.lead-text{
  margin-top: 20px;
}



/* Demos */


.demo{
  margin-top:50px;
  text-align: center;
}

.col-demo{
  margin-bottom: 60px;
}

.col-demo .wrap{
  display: inline-block;
}

.col-demo figcaption{
  margin-top: 30px;
}

.col-demo figure img{
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.col-demo figure:hover img{
 -webkit-transform: scale(1.05);
 -ms-transform: scale(1.05);
 -o-transform: scale(1.05);
 transform: scale(1.05);
}


/* Responsive */



@media (min-width: 480px){

  h1,
  .h1{
    font-size: 50px;
  }
}


@media (min-width: 768px){
  
  .brand{
    font-size: 45px;
  }


}




