
/* -----------------------------------

  1. Reset default browser styles

------------------------------------- */

@viewport{user-zoom: fixed;}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

iframe{width: 100%;}

b, strong{font-weight: bold !important;}

ul,
ol{
  list-style: none;
}

q{quotes: none;}

table, table td{ 
  padding: 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

img{
  vertical-align: top; 
  max-width: 100%;
}

embed{ vertical-align: top;}

input,
button{
  -webkit-appearance: none;
  outline: none;
}

button::-moz-focus-inner{border: 0;}

html{
  overflow-x: hidden;
}

html,body{height: 100%;}

/* -----------------------------------

  2. Basic classes and elements 

------------------------------------- */

body{
  font:16px/26px 'Heebo', 'sans-serif';
  color: #fff;
  position: relative;
}

.full-width{width: 100%;}

.wrapper{overflow: hidden;}

.relative{position: relative;}

.align-left{text-align: left;}

.align-center{text-align: center;}

.align-right{text-align: right;}

.f-left{float: left;}

.f-right{float: right;}

.hide{display: none;}

.show{display: block;}

.invisible{visibility: hidden;}

.hide{ 
  display: none!important;  
}

.show{ 
  display: block; 
}

.invisible{ 
  visibility: hidden; 
}

::selection{
  background: #70af1a;
  color: #fff;
}

::-moz-selection{
  background: #70af1a;
  color: #fff; 
}

::-o-selection{
  background: #70af1a;
  color: #fff; 
}

::-ms-selection{
  background: #70af1a;
  color: #fff;
}

::-webkit-scrollbar{
  width: 5px;
  background: #52585e;
}

::-webkit-scrollbar-thumb{
  background: #70af1a;
}

img{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.clearfix:after,
.row:after{
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: ".";
}

[class*="flex-row"]{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

[class*="flex-row"]:after{
  display: none;
}

[class*="flex-row"] > *{
  float: none;
}

[class*="flex-row"].flex-justify{
  justify-content: space-between;
}

[class*="flex-row"].flex-center{
  align-items: center;
}

/* -----------------------------------

  3. Typography

------------------------------------- */

h1,h2,h3,h4,h5{
  font-family: 'Heebo', 'sans-serif';
  color: #fff;
  line-height: 1.2em;
  font-weight: normal;
}

h1{
  font-weight: bold;
  font-size: 60px;
}

h2{
  line-height: 43px;
  font-size: 48px;
}

h3{
  font-size: 30px;
}

h4{
  font-size: 24px;
}

h5{
  font-size: 16px;
}

h2:not(:last-child){
  margin-bottom: 30px;
}

h3:not(:last-child){
  margin-bottom: 20px;
}

h4:not(:last-child){
  margin-bottom: 15px;
}

a,
button{
  transition: all .4s ease;
  text-decoration: none;
}

p:not(:last-child){
  margin-bottom: 30px;
}

.section-title{
  text-align: center;
  color: #222;
}

.section-title:not(:last-child){
  margin-bottom: 60px;
}

/* -----------------------------------

  4. Header

------------------------------------- */

.header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 9;
}

.header.darkHeader{
  background: rgba(0,0,0,0.5);
}

  ul.menu{
    font-size: 0;
    margin: 0 -20px -10px
  }

    ul.menu > li{
      font-size: 14px;
      display: inline-block;
      margin: 0 20px 10px;
    }

      ul.menu > li > a{
        color: #fff;
        border-bottom: 2px solid transparent;
        text-decoration: none;
        line-height: 30px;
        display: block;
      }

      ul.menu > li.current > a,
      ul.menu > li:hover > a{
        border-bottom-color: #fff;
      }

/* buttons */

.btn{
  padding: 5px 30px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  border: 2px solid transparent;
}

.btn.type-1{
  background: rgba(255,255,255,0.3);
  color: #fff;
  border-color: #fff;
}

.btn.type-1:hover{
  background: #fff;
  color: #222;
}

.btn.type-2{
  background: rgba(229,235,11,0.3);
  color: #e5eb0b;
  border-color: #e5eb0b;
}

.btn.type-2:hover{
  color: #222;
  background: #e5eb0b;
  border-color: #e5eb0b;
}

.btn.type-3{
  padding-left: 20px;
  padding-right: 20px;
  color: #222;
  background: #e5eb0b;
  border-color: #e5eb0b;
}

.btn.type-3:hover{
  padding-left: 20px;
  padding-right: 20px;
  color: #222;
  background: #fff;
  border-color: #fff;
}

.btn.btn-big{
  font-size: 16px;
  padding: 10px 30px;
}

.btn.btn-big.type-3:hover{
  font-size: 16px;
  padding: 10px 30px;
  color: #222;
  background: #fff;
  border-color: #fff;
}


 .btn.type-4{
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  background: #3575d3;
  border-color: #3575d3;
}

.btn.type-4:hover{
  padding-left: 20px;
  padding-right: 20px;
  color: #000;
  background: #e5eb0b;
  border-color: #e5eb0b;
}
/* -----------------------------------

  5. Content

------------------------------------- */

.media-holder{
  background: url(../images/1920x600_bg1.jpg) no-repeat center center;
  background-size: cover;
  height: 600px;
  width: 100%;
  position: relative;
}

.media-inner{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;

  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.media-inner p:not(:last-child){
  margin-bottom: 30px;
}

[class*="demo-bg"]{
  background-position: center center!important;
  background-size: cover!important;
  background-attachment: fixed!important;
  background-repeat: no-repeat!important;
  width: 100%;
  height: 100%;
}

.demo-bg-1{
  background: url(../images/1920x1000_bg1.jpg);
}

.demo-bg-2{
  background: url(../images/1920x1000_bg2.jpg);
}

.demo-bg-3{
  background: url(../images/1920x1000_bg3.jpg);
}

.demo-bg-4{
  background: url(../images/1920x1000_bg4.jpg);
}

.demo-bg-5{
  background: url(../images/1920x1000_bg5.jpg);
}


.demo-section{
  padding-top: 120px;
}

  .demo-section .demo-title{
    padding: 60px 0;
  }

.img-holder{
  position: relative;
  text-align: right;
}

.img-holder > *{
  border-radius: 5px 5px 0 0;
  display: inline-table;
  overflow: hidden;
  position: relative;

  transition: all .4s ease;
}

.img-holder > *:first-child{
  opacity: 0.8;
}

.img-holder > *:hover{
  z-index: 2;
  opacity: 1;
}

.img-holder > *:hover + a{
  opacity: 0.8;
}

.sec-layer{
  position: absolute;
  bottom: 0;
  left: 50px;
}

.page-section{
  padding: 120px 0;
}

.wigh-bg{
  background: #f7f7f7;
}

.features{
  margin: 0 -15px -30px;
  counter-reset: item;
}

.features > .item{
  width: 50%;
  padding: 0 15px 30px;
  counter-increment: item;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

  .features > .item:before{
    position: absolute;
    content: counters(item,".")".";
    left: 20px;
    top: 35px;
    font-size: 260px;
    font-weight: bold;
    color: #70af1a;
    line-height: 185px;
    opacity: 0.3;
    z-index: 1;
  }

  .features .feature-item{
    padding: 60px 105px 50px;
    background: #fff;
    position: relative;
    text-align: center;
    color: #777;
  }

  .features .feature-item .inner{
    z-index: 2;
    position: relative;
  }

    .features .feature-item .inner img:not(:last-child),
    .features .feature-item .inner .btn{
      margin-bottom: 30px;
    }

    .feature-item h4{
      font-weight: bold;
      text-transform: uppercase;
      color: #222;
    }

.feature-icon-list{
  margin: 0 -15px -30px;
  font-size: 0;
}

  .feature-icon-list .feature-icon-col{
    width: 16.6666%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 30px;
    font-size: 16px;
    line-height: 24px;
  }

  .feature-icon-list .feature-icon-item{
    padding: 45px 20px;
    background: #f9f9f9;
    color: #222;
    border-radius: 3px;
    text-align: center;
  }

    .feature-icon-list .feature-icon-item span{
      display: block;
      min-height: 60px;
      vertical-align: bottom;
    }

    .feature-icon-list .feature-icon-item span:not(:last-child){
      margin-bottom: 20px;
    }

/* -----------------------------------

  6. Footer

------------------------------------- */

.footer{
  background: url(../images/1920x496_bg1.jpg) no-repeat center center;
  padding: 110px 0 130px;
  text-align: center;
  background-size: cover;
  font-size: 18px;
}

  .footer h2{
    line-height: 60px;
  }

  .footer h2:not(:last-child){
    margin-bottom: 10px;
  }

  .footer p:not(:last-child){
    margin-bottom: 40px;
  }
  
  
    .hosting{
  background: #14468c;
  padding: 90px 20px;
  text-align: center;
    background: url(../images/hosting.jpg);
    -webkit-background-size: inherit;
    background-size: inherit;
}

  .hosting h3{
  font:14px/20px 'Heebo', 'sans-serif';
  font-family: 'Heebo', sans-serif;
    margin-bottom: 35px;
    font-weight: 300;
	font-size: 28px;
	color:#3370ca;
    line-height: 45px;
  }

  .hosting .button{padding: 14px 50px;}

/* -----------------------------------

  7. Resonsive

------------------------------------- */

@media (min-width: 1480px){

  .container.extra{
    width: 1600px;
  }

}

@media (max-width: 1200px) {

  .feature-icon-list .feature-icon-col{
    width: 25%;
  }

}

@media (max-width: 992px) {

  .header .flex-row{
    display: block;
    text-align: center;
  }

  .sec-layer{
    left: 0;
  }

  .demo-section .demo-title{
    padding-top: 0;
  }

  .features > .item{
    width: 100%;
  }

  .feature-icon-list .feature-icon-col{
    width: 33.333%;
  }

}

@media (max-width: 768px) {

  .header{
    position: absolute;
  }

}

@media (max-width: 480px) {

  .header .header-title .button:not(:last-child){
    margin-bottom: 20px;
  }

  .features .feature-item{
    padding: 30px 40px 30px;
  }

  .feature-icon-list .feature-icon-col{
    width: 50%;
  }

  .footer h2{
    font-size: 32px;
    line-height: 40px;
  }

  .media-holder h1{
    font-size: 42px;
    line-height: 50px;
  }

  .media-holder .media-inner{
    margin-top: 80px;
  }

  .media-holder .media-inner .btn{
    display: none;
  }

}

@media (max-width: 320px) {

  .feature-icon-list .feature-icon-col{
    width: 100%;
  }

  .media-holder h1{
    font-size: 32px;
    line-height: 40px;
  }

}

