
/* -----------------------------------

  1. Reset default browser styles

------------------------------------- */

*{
  margin: 0;
  padding: 0;
  border: none;
}

article,aside,audio,canvas,command,datalist,details,embed,div,div,footer,header,hgroup,keygen,meter,nav,output,progress,div,source,video,main{display:block}mark,rp,rt,ruby,summary,time{display:inline}
a, abbr, acronym, address, applet, article, aside, audio,b, blockquote, big, body,center, canvas, caption, cite, code, command,datalist, dd, del, details, dfn, dl, div, dt, em, embed,fieldset, div, div, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html,i, iframe, img, ins,kbd, keygen,label, legend, li, meter,nav,object, ol, output,p, pre, progress,q, s, samp, div, small, span, source, strike, strong, sub, sup,table, tbody, tfoot, thead, th, tr, tdvideo, tt,u, ul, var{
  background: transparent;
  border: 0 none;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}

a{
  text-decoration: none;
  outline: none !important;
}

b, 
strong{
  font-weight: bold !important;
}

ul,
ol{
  list-style: none;
}

q{quotes: none;}

table, table td{ 
  padding: 0;
  border: none;
  border-collapse: collapse;
}

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,
body{
  height: 100%;
}

/* -----------------------------------

  2. Basic classes and elements 

------------------------------------- */

body{
  font:14px/21px 'Roboto', 'sans';
  color: #fff;
  background-color: #e8e8e8;
  background-attachment: fixed;
  overflow-x: hidden;
  position: relative;
}

.wrapper_container{position: relative;}

.wrapper{overflow: hidden;}

.relative{position: relative;}

.t_align_l{text-align: left;}

.t_align_c{text-align: center;}

.t_align_r{text-align: right;}

.f_left{float: left;}

.f_right{float: right;}

.d_inline_b{
  display: inline-block;
}

.hide{ 
  display: none!important;  
}

.show{ 
  display: block; 
}

.invisible{ 
  visibility: hidden; 
}

::selection{
  background: #4ac4fa;
  color: #fff;
}

::-moz-selection{
  background: #4ac4fa;
  color: #fff; 
}

::-o-selection{
  background: #4ac4fa;
  color: #fff; 
}

::-ms-selection{
  background: #4ac4fa;
  color: #fff;
}

::-webkit-scrollbar{
  width: 5px;
  background: #52585e;
}

::-webkit-scrollbar-thumb{
  background: #4ac4fa;
}

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: ".";
}

/* -----------------------------------

  3. Typography

------------------------------------- */

h1,h2,h3,h4,h5{
  font-family: 'Roboto', 'sans-serif';
  color: #fff;
  line-height: 1.3em;
}

h2{
  font-size: 72px;
}

h3{
  font-size: 48px;
}

h4{
  font-size: 32px;
}

h5{
  font-size: 18px;
}

a,
button{
  -webkit-transition: color .4s ease, background-color .4s ease;
  transition: color .4s ease, background-color .4s ease;
}

/* -----------------------------------

  4. Header

------------------------------------- */

.header{
  position: relative;
  overflow: hidden;
  width: 100%;
}

  .header .top_header{
    padding: 0 15px;
    margin-top: 35px;
    margin-bottom: 150px;
    width: 100%;
  }

    .header .top_header h1{float: left;}

    .header .top_header .menu{
      float: right;
      margin-top: 20px;
    }

    .header .top_header .menu ul li:not(:first-child){list-style: disc;}

      .header .top_header .menu ul li:not(:last-child){
        margin-right: 10px;
        padding-right: 13px;
      }

      .header .top_header .menu ul li{float: left;}

        .header .top_header .menu ul li a{
          color: #fff;
          text-transform: uppercase;
        }

        .header .top_header .menu ul li a:hover{text-decoration: underline;}

  .header .header_title{
    text-align: center;
    padding: 0 10px 250px;
  }

    .header .header_title h2{
      font-weight: 300;
      margin-bottom: 85px;
      line-height: 1em;
	letter-spacing: -1px;
    }

    .header .header_title .button{margin: 0 8px;}

/* buttons */

.button{
  padding: 14px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;

  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.button.type1,
.button.type2:hover{
  background: #f2f2f2;
  color: #212428;
}

.button.type3{
  background: #3e454c;
  color: #fff;
}

.button.type2,
.button.type1:hover,
.button.type3:hover{
  background: #4ac4fa;
  color: #fff;
}

/* -----------------------------------

  5. Content

------------------------------------- */

.content{
  padding: 100px 0;
  text-align: center;
}

.iframe_video_container{
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.iframe_video_container > iframe{
  position: relative;
  left: -10%;
  top: -20%;
  width: 120%!important;
  height: 140%!important;
}

.content h4{
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #3e454c;
  font-weight: bold;
}

.content p{
  color: #989a9c;
  font-size: 17px;
  margin-bottom: 55px;
  line-height: 24px;
  letter-spacing: -0.2px;
}

.content .row{margin: 0;}

  .demo_examples{margin-bottom: -30px;}

    .demo_examples .demo_item{
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
      max-height: 600px;
      text-align: center;
      margin-bottom: 30px;

      -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.1);
      box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    }

      .demo_examples .demo_item .demo_overlay{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background: rgba(255,255,255,0.8);

        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
      }

      .demo_examples .demo_item:hover .demo_overlay{opacity: 1;}

        .demo_overlay .overlay_inner{
          position: absolute;
          top: 50%;
          left: 0;
          width: 100%;
          text-align: center;

          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
        }

          .demo_overlay .overlay_inner .button{
            font-size: 14px;
            padding: 10px 20px;
          }

      .demo_examples .demo_item h5{
        position: absolute;
        z-index: 2;
        bottom: 15px;
        color: #3e454c;
        font-weight: bold;
        left: 0;
        width: 100%;
      }

/* -----------------------------------

  6. Footer

------------------------------------- */

.footer{
  background: #383e44;
  padding: 70px 20px;
  text-align: center;
}

  .footer h3{
    margin-bottom: 35px;
    font-weight: 300;
    line-height: 55px;
  }

  .footer .button{padding: 14px 50px;}

/* -----------------------------------

  7. Resonsive

------------------------------------- */

@media (max-width: 1200px) {

  .header .header_title h2{font-size: 62px;}
  
  .header .header_title{padding-bottom: 150px;}

  .header .top_header{margin-bottom: 100px;}

}

@media (max-width: 992px) {

  .header .header_title h2{
    font-size: 48px;
  }
  
  .header .header_title{padding-bottom: 100px;}

  .header .top_header{margin-bottom: 100px;}

}

@media (max-width: 768px) {

  .header{
    background: url(../images/1920x800.jpg);
    -webkit-background-size: cover;
    background-size: cover;
  }

  .iframe_video_container > iframe{display: none;}
  
  .header .header_title h2{font-size: 42px;}

  .top_header{text-align: center;}

  .header .top_header .menu,
  .header .top_header h1{
    float: none;
    text-align: center;
  }

  .header .top_header .menu{display: inline-block;}

}

@media (max-width: 480px) {

  .header .header_title .button:not(:last-child){
    margin-bottom: 20px;
  }

}

