/*
-----------------------------------------------------
  Stylesheet Guide
-----------------------------------------------------

  1. Default stylesheets

    1.1. Color Schemes
  2. General classes
  3. Main
    3.1. Offsets
    3.2. Blackout
  4. Basic Elements
    4.1. Typography
    4.2. Buttons
    4.3. Dividers
    4.4. Forms
  5. Shortcods

    5.1. Slider
    5.2. Video Box
  6. Header
    6.1. Navigation
    6.2. Search Box
  7. First Screen

      7.1. Slider
  8. Info box
  9. Subsсribe
  10. Comments
  11. Products
  12. Footer
  13. Animation
  14. Spacing

*/
@import "reset.css";
@import "animate.css";
@import "bootstrap.min.css";
@import "../fonts/font-awesome-4.5.0/css/font-awesome.min.css";
@import "../fonts/Evatheme-Icon/css/Evatheme-Icon-Fonts.css";

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,100);

/* ------------------------------------------------

  1. Default stylesheets

------------------------------------------------ */

   body {
    font-family: 'Lato', sans-serif;
    color: #373737;
    font-size:16px;
    line-height:26px;
    font-weight: 300;
    background:#fff;
   }

   *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   }

   ::selection{
    color: #fff;
    background-color: #0066cc;
   }

   ::-moz-selection{
    color: #fff;
    background-color: #0066cc;
   }

   ::-webkit-scrollbar{
    background: #cdcdcd;
    width: 8px;
   }

   ::-webkit-scrollbar-thumb{background: #333;}


   ::-webkit-input-placeholder{
    color:#999999;
    -webkit-transition: text-indent .5s ease, color .5s ease;
        transition: text-indent .5s ease, color .5s ease;
   }

   input::-moz-placeholder{
    color:#999999;
    opacity:1;
   }

   textarea::-moz-placeholder{
    color: #999999;
    opacity: 1;
   }

   ::ms-input-placeholder{
    color:#999999;
   }

   [placeholder]:focus::-webkit-input-placeholder{
    text-indent:10em;
    color:transparent;
   }


   /* --------------------------------------------
      1.1. Color Schemes
   -------------------------------------------- */

      .default_color{
        color: #373737;
      }

      .bg_blue{
        background-color: #06c;
      }

      .bg_black{
        background-color: #262626;
      }

      .bg_grey{
        background-color: #f2f2f2;
      }

      .bg1{
        background-image: url(../images/bg1.jpg);
      }

      .bg2{
        background-image: url(../images/bg2.jpg);
      }

      .bg3{
        background-image: url(../images/somethin___image.html);
      }

/* ------------------------------------------------

  2. General Classes

------------------------------------------------ */

   .align_left{
    text-align: left;
   }

   .align_right{
    text-align: right;
   }

   .align_center{
    text-align: center;
   }

   .f_left{
    float: left;
   }

   .f_right{
    float: right;
   }

   .wrapper{overflow: hidden;}

   .hide{ display: none;}

   .show{ display: block;}

   .d_ib{display: inline-block;}

   .transparent{ opacity:0; }

   .invisible{
    opacity: 0;
    visibility: hidden;
   }

   .visible{
    opacity:1;
    visibility: visible;
   }

   .p_abs{position: absolute;}

   .p_rel{position: relative;}

   .p_fix{position: fixed;}

   .clear{clear:both;width:100%;line-height:0;font-size:0;}

   .clearfix:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
   }

   .reg{text-transform:uppercase}

   .low_reg{text-transform:lowercase;}

   .op_05{
    opacity: 0.5;
   }

   .op_07{
    opacity: 0.7;
   }

/* ------------------------------------------------

  3. Main

------------------------------------------------ */

  #content{
	  overflow-x:hidden;
	  padding:0px 0px 0px 0px;
  }

  .back_to_top{
    border: none;
    outline: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background-color: #333;
    z-index: 99;
  }

  .back_to_top:hover{
    background-color: #0066cc;
  }

  .back_to_top i{
    font-size: 30px;
    line-height: 30px;
    margin: 0;
  }


  /* --------------------------------------------
        3.1. Offsets
  -------------------------------------------- */

    .section_offset{
      padding: 90px 0;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 0 0;
    }

    .section_offset2:not(:first-child){
      padding-top: 65px;
    }

    .section_offset:not([class*="bg_"]) + .section_offset:not([class*="bg_"]),
    .section_vertical:not([class*="bg_"]) + .section_offset:not([class*="bg_"]){
      padding-top: 0;
    }

  /* --------------------------------------------
        3.2. Blackout
  -------------------------------------------- */

    .blackout{
      padding: 100px 0;
      color: #fff;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-attachment: fixed;
    }

    .blackout2{
      padding: 255px 0;
      color: #fff;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-attachment: fixed;
    }

    .blackout.default_color{
      color: #373737;
    }

    .blackout.default_color h1,
    .blackout.default_color h2,
    .blackout.default_color h3,
    .blackout.default_color h4,
    .blackout.default_color h5,
    .blackout.default_color h6{
      color: #373737;
    }

/* ------------------------------------------------

  4. Basic Elements

------------------------------------------------ */

  /* --------------------------------------------
      4.1. Typography
  -------------------------------------------- */

    h1,h2,h3,h4,h5,h6{
      font-family: 'Lato', sans-serif;
      font-weight:300;
      line-height: 1.23em;
      color: #333333;
      text-align: center;
      margin: 0;
      margin-bottom: 17px;
    }

    h1{
      font-size: 100px;
      line-height: 100px;
      margin-bottom: 20px;
    }

    h2.big_title{
      font-size: 100px;
      line-height: 100px;
      margin-bottom: 20px;
    }

    h2{
      font-size: 70px;
    }

    h2 strong{
      font-weight: 400;
    }

    h3{font-size: 50px;}

    h4{
      font-size: 34px;
    }

    h5{font-size: 24px;}

    h6{
      font-size: 18px;
      margin-bottom: 15px;
    }

    .blackout h1,
    .blackout h2,
    .blackout h3,
    .blackout h4,
    .blackout h5,
    .blackout h6,
    .blackout2 h1,
    .blackout2 h2,
    .blackout2 h3,
    .blackout2 h4,
    .blackout2 h5,
    .blackout2 h6,
    .first_screen_inner h1,
    .first_screen_inner h2,
    .first_screen_inner h3,
    .first_screen_inner h4,
    .first_screen_inner h5,
    .first_screen_inner h6{
      color: #fff;
    }

    .title_box1:not(:last-child){
      margin-bottom: 60px;
    }

    .subtitle{
      font-size: 24px;
      line-height: 34px;
    }

    .first_screen_inner .subtitle,
    .blackout2 .subtitle,
    .blackout .subtitle{
      color: #fff;
    }

    .title_icon{
      font-size: 35px;
      color: #ccc;
      margin-bottom: 30px;
    }

    p:not(:last-child){margin-bottom: 20px;}

    mark{background-color: #20cfef;padding: 0 2px;color: #fff;}
    mark.red{background-color: #ee352f;}

    a{
      outline: none;
      color: #0066cc;
      text-decoration: none;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }
    a:hover{
      color: #666;
      text-decoration: none;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    }
    a:focus,
    a:visited{
      outline: none;
      text-decoration: none;
    }

    button{
      outline: none;
      border: none;
    }

    img{
      max-width: 100%;
    }

    time{
      color: #999;
      font-weight: 300;
    }

    time:not(:last-child){
      margin-bottom: 10px;
    }

  /* --------------------------------------------
      4.2. Buttons
  -------------------------------------------- */

      button{
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
      }

      button:focus{
        outline: none;
      }

      button:hover{
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
      }

      .btn_type1.big{
        min-width: 166px;
        font-size: 16px;
        padding: 8px 25px 8px;
      }

      .btn{
        display: inline-block;
        outline: none;
        background: none;
        border: none;
        color: #0066cc;
        font-size: 24px;
        line-height: 30px;
        position: relative;
        padding-right: 35px;
      }

      .btn:before{
        content: "\f105";
        display: block;
        position: absolute;
        text-align: center;
        width: 26px;
        height: 26px;
        right: 0;
        top: 50%;
        margin-top: -12px;
        border: 2px solid #0066cc;
        border-radius: 50%;
        font: normal normal normal 14px/22px FontAwesome;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
      }

      .btn:after{
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 100%;
        height: 1px;
        background-color: #0066cc;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
      }

      .btn:hover{
        color: #0066cc;
      }

      .btn:hover:before{
        background-color: #0066cc;
        color: #fff;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
      }

      .btn:hover:after{
        right: 35px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
      }

      .btn_type1.blue{
        background: #06c;
      }

      .btn_type1{
        position: relative;
        background-color: #0066cc;
        display: inline-block;
        font: 300 13px/30px 'Lato',sans-serif;
        border-radius: 30px;
        color: #fff;
        line-height: 30px;
        min-width: 131px;
        padding: 0 23px 0;
        text-align: center;
      }

      .btn_type1 span{
        color: #fff;
        display: inline-block;
        position: relative;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
      }

      .btn_type1 span:after{
        content: "\f105";
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -10px;
        font: normal normal normal 14px/20px FontAwesome;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
      }

      .btn_type1:hover{
        background-color: #575757;
        color: #fff;
      }

      .btn_type1:hover span{
        -webkit-transform: translate(-10px, 0);
        -ms-transform: translate(-10px, 0);
        -o-transform: translate(-10px, 0);
        transform: translate(-10px, 0);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
      }

      .btn_type1:hover span:after{
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(20px, 0);
        -ms-transform: translate(20px, 0);
        -o-transform: translate(20px, 0);
        transform: translate(20px, 0);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
      }

      .btn_type2{
        display: inline-block;
        position: relative;
        color: #0066cc;
        font-size: 16px;
        line-height: 24px;
        padding-right: 15px;
      }

      .btn_type2:before{
        content: "\f105";
        font: normal normal normal 16px/1 FontAwesome;
        position: absolute;
        display: block;
        right: 0;
        top: 50%;
        margin-top: -6px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
      }

      .btn_type2:after{
        content: '';
        display: block;
        position: absolute;
        bottom: 2px;
        left: 0;
        right: 100%;
        height: 1px;
        background-color: #0066cc;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
      }

      .btn_type2:hover{
        color: #0066cc;
      }

      .btn_type2:hover:before{
        -webkit-transform: translate(10px, 0);
        -ms-transform: translate(10px, 0);
        -o-transform: translate(10px, 0);
        transform: translate(10px, 0);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
      }

      .btn_type2:hover:after{
        right: 15px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
      }


      /*white button*/

      .first_screen_inner .btn,
      .blackout .btn,
      .blackout2 .btn{
        color: #fff;
      }

      .first_screen_inner .btn:hover,
      .blackout .btn:hover,
      .blackout2 .btn:hover{
        color: #fff;
      }

      .first_screen_inner .btn:before,
      .blackout .btn:before,
      .blackout2 .btn:before{
        border-color: #fff;
      }

      .first_screen_inner .btn:after,
      .blackout .btn:after,
      .blackout2 .btn:after{
        background-color: #fff;
      }

      .first_screen_inner .btn:hover:before,
      .blackout .btn:hover:before,
      .blackout2 .btn:hover:before{
        background-color: #fff;
        color: #0066cc;
      }

      .link_type1{
        display: inline-block;
        position: relative;
        color: #0066cc;
      }

      .link_type1:before{
        content: '';
        display: block;
        position: absolute;
        bottom: 2px;
        left: 0;
        right: 100%;
        height: 1px;
        background-color: #0066cc;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
      }

      .link_type1:hover{
        color: #0066cc;
      }

      .link_type1:hover:before{
        right: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
      }

  /* --------------------------------------------
      4.3. Dividers
  -------------------------------------------- */

    .divider{
      margin: 0;
      border: none;
      outline: none;
      height: 1px;
      width: 100%;
      background-color: #e1e1e1;
    }

  /* --------------------------------------------
      4.4. Forms
  -------------------------------------------- */

    textarea{
      resize: none;
    }

    input:not([type="radio"]):not([type="checkbox"]):not([type="file"]),
    textarea{
      width: 100%;
      outline: none;
      background-color: #fff;
      border: 1px solid #e1e1e1;
      font-size: 14px;
      line-height: 20px;
      padding: 10px;
      color: #262626;
	  -webkit-transition: border-color 0.2s, color 0.2s;
      transition: border-color 0.2s, color 0.2s;
    }
	
	input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):focus,
    textarea:focus{
		border-color:#0066cc !important;
		color:#333 !important;
	}
	
    .f_col2:not(:first-child){
      padding-left: 5px;
    }

    .f_col2:not(:last-child){
      padding-right: 5px;
    }

    .f_col2{
      float: left;
      display: inline-block;
      width: 50%;
      margin-bottom: 10px;
    }

    .f_col1{
      width: 100%;
    }

    .form_select1{
      background-color:#fff;
      border: 1px solid #e1e1e1;
      text-align: left;
      color: #999;
      text-shadow: none;
      width: 100%;
      height: 42px;
    }

    .jq-selectbox__select,
    .jq-selectbox .placeholder{
      color: #999;
      text-shadow: none;
	  box-shadow:none;
    }

    .form_select1{
      margin-bottom: 10px;
    }

    .jq-selectbox.focused .jq-selectbox__select{
      border: none !important;
    }

    .jq-selectbox__trigger-arrow{
      width: 5px;
      height: 5px;
      transform: rotate(135deg);
      border-top: 1px solid #262626;
      border-right: 1px solid #262626;
    }

    .jq-selectbox__trigger{
      border-left: none;
    }

    .jq-selectbox.focused .jq-selectbox__trigger-arrow{
      border-bottom: 1px solid #262626;
      border-left: 1px solid #262626;
      border-top:none;
      border-right:none;
    }

    .jq-selectbox__select{
      padding: 5px 10px;
      width: 100%;
      height: 40px;
      border-radius: 0;
      background: #fff !important;
      border: none;
      color: #999;
      text-shadow: none;
      font-size: 14px;
    }

    textarea.type1{
      color: #999;
      font-size: 14px;
      width: 100%;
      height: 120px;
      background-color: #fff;
      border: 1px solid #e1e1e1;
    }

    textarea.type1:not(:last-child){
      margin-bottom: 25px;
    }

/* ------------------------------------------------

  5. Shortcods

------------------------------------------------ */

  .gifts_icon {
    font-size: 60px;
    color: #fff;
    margin-bottom: 40px;
    display: inline-block;
  }

  /* --------------------------------------------
      5.1. Slider
  -------------------------------------------- */

    .flexslider{
      border: none;
      margin: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      background: none;
    }

    .flex-direction-nav a:before{
      color: #fff;
      line-height: 1;
    }

    /*owlCarousel*/

    .owl-carousel{
      width: auto;
      margin: 0 -100px;
      padding: 0 100px;
    }

    .owl-carousel .owl-item{
      z-index: 1;
      padding:10px 25px 0;
    }

    .owl-nav>div:hover{
        opacity: 0.5;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .owl-carousel:hover div.owl-prev{
      opacity: 1;
      left:0px;
    }

    .owl-carousel:hover div.owl-next{
      opacity: 1;
      right:0px;
    }

    .owl-nav>div{
      position: absolute;
      top: 50%;
      left: 0;
      width: 46px;
      height: 46px;
      border: 2px solid #ccc;
      border-radius: 50%;
      margin-top: -23px;
      text-align: center;
      color: #ccc;
      padding-right: 3px;
      font: normal normal normal 25px/42px FontAwesome;
    }

    .owl-nav>div:before{
      content: "\f104";
    }

    .owl-nav>div.owl-next:before{
      content: "\f105";
    }

    .owl-nav>div.owl-next{
      opacity: 0;
      left: auto;
      right: 0;
      padding-left: 3px;
      padding-right: 0;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }

    .owl-nav>div.owl-prev{
      opacity: 0;
      left: 0;
      right:auto;
      padding-right: 3px;
      padding-left: 0;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }

    .owl-nav>div:hover{
      border-color: #06c;
      color: #06c;
    }


  /* --------------------------------------------
      5.2. Video Box
  -------------------------------------------- */

    .video_box{
      padding: 0 0 40% !important;
      position: relative;
      overflow: hidden;
    }

    .video_img{
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      text-align: center;
      overflow: hidden;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      background-attachment: fixed;
    }

    .video_img img{
      width: 100%;
      min-width: 100%;
      min-height: 100%;
      max-width: initial;
    }

    .video_wrapper{
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      opacity: 0;
      visibility: hidden;
    }

    .video{
      width: 100%;
    }

    .video_desc{
      position: absolute;
      text-align: center;
      font-size: 24px;
      line-height: 1.23;
      left: 0;
      right: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }

    .video_title{
      font-size: 70px;
      line-height: 1.23;
    }

    .video_btn{
      position: relative;
      padding: 0;
      border: none;
      outline: none;
      background: transparent;
      border: 2px solid #fff;
      margin-bottom: 15px;
      width: 100px;
      height: 100px;
      border-radius: 50%;
    }

    .video_btn.pause{
      position: absolute;
      top: 50px;
      left: 50px;
      z-index: 9;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }

    .video_btn i{
      font: normal normal normal 30px/100px FontAwesome;
    }

    .video_btn i.fa-play{
      margin-left: 5px;
    }

    .video_btn:hover{
      background-color: #fff;
      color: #0066cc;
    }

    .video_box.pause .video_img{
      opacity: 0;
      visibility: hidden;
    }

    .video_box.pause .video_wrapper{
      opacity: 1;
      visibility: visible;
    }

    .video_box.pause .video_btn.pause{
      opacity: 1;
      visibility: visible;
    }

    .video_box.pause .video_desc{
      opacity: 0;
      visibility: hidden;
    }

/* ------------------------------------------------

  6. Header

------------------------------------------------ */

  #header{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(32,32,32,0.85);
  }

  .header_inner{
    position: relative;
    height: 50px;
  }

  .logo{
    line-height: 17px;
    /*float: left;*/
    padding-top: 14px;
  }

  .logo img{
    vertical-align: top;
  }


  /* --------------------------------------------
      6.1. Navigation
  -------------------------------------------- */

    nav{
      text-align: center;
      line-height: 17px;
      /*padding-right: 60px;*/
    }

    .nav_btn{
      display: none;
      border: none;
      outline: none;
      width: 50px;
      height: 50px;
      color: #fff;
      background-color: rgba(32,32,32,0.85);
      border-top: 1px solid #0066cc;
      font-size: 20px;
      position: absolute;
      left: -50px;
      top: -1px;
    }

    .nav_btn:hover{
      color: #0066cc;
    }

    .navigation{
      display: inline-block;
    }

    .navigation>li{
      float: left;
      position: relative;
      padding: 14px 0 19px;
    }

    .navigation>li:not(:last-child){
      padding-right: 75px;
    }

    .navigation li a{
      color: #fff;
      line-height: 17px;
      display: block;
    }

    .navigation li a:hover,
    .navigation li.current a{
      color: #999;
    }

  /* --------------------------------------------
      6.2. Search Box
  -------------------------------------------- */

    .search_box{
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 60px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }

    .search_box input:not([type="radio"]):not([type="checkbox"]):not([type="file"]){
      width: 100%;
      outline: none;
      border: none;
      background-color: #0f0f0f;
      font: 300 16px/20px 'Lato',sans-serif;
      padding: 15px 60px 15px 20px;
      color: #fff;
      opacity: 0;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }

    .search_btn{
      outline: none;
      border: none;
      background: none;
      position: absolute;
      width: 20px;
      height: 20px;
      top: 50%;
      margin-top: -10px;
      right: 20px;
      color: #fff;
    }

    .search_btn:before{
      content: "\f002";
      font: normal normal normal 16px/20px FontAwesome;
      display: block;
      width: 100%;
      height: 100%;
    }

    .search_box.active .search_btn:before{
      content: "\f00d";
    }

    .search_box.active{
      width: 100%;
    }

    .search_box.active input:not([type="radio"]):not([type="checkbox"]):not([type="file"]){
      opacity: 1;
    }

/* ------------------------------------------------

  7. First Screen

------------------------------------------------ */

  .first_screen{
    text-align: center;
    color: #fff;
    min-height: 680px;
    overflow: hidden;
  }

  .main_slider .slides li:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -5px;
  }

  .first_screen_inner{
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    padding-bottom: 20px;
  }

  .first_screen_inner .subtitle:not(:last-child){
    margin-bottom: 50px;
  }

  .first_screen_title1{
    margin-bottom: 0;
    line-height: 1;
  }

  .first_screen_title2{
    margin-bottom: 45px;
  }

  .first_screen_bottom{
    background: rgba(0, 0, 0, 0.5);
    padding: 60px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 999;
  }

  .first_screen_social{
    text-align: center;
  }

  .first_screen_social li{
    font-size: 24px;
    display: inline-block;
	margin:0 35px;
  }

  .first_screen_social li i{
    /*margin-right: 18px;*/
    font-size: 30px;
    color: #fff;
  }

  /* ---------------------------------------------------

      7.1. Video box

  ---------------------------------------------------- */

  .video_presentation_img:not(:last-child){
    margin-bottom: 80px;
  }

  .play_video{
      display: inline-block;
      vertical-align: middle;
      position: relative;
    }

    .play_video:before{
      content: "\f04b";
      display: block;
      width: 100px;
      height: 100px;
      position: absolute;
      padding-left: 3px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      -o-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
      background: #025db9;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      color: #fff;
      font: normal normal normal 24px/100px FontAwesome;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }

    .play_video:hover:before{
      background-color: #fff;
      color: #06c;
    }

    .video_text{
      /*columns:2;*/
      column-gap:30px;
      font-size: 24px;
      line-height: 34px;
    }


  /* --------------------------------------------
        7.2. Slider
  -------------------------------------------- */

    .main_slider .slides li{
      text-align: center;
      overflow: hidden;
      padding-top: 50px;
    }

    .main_slider,
    .main_slider .slides,
    .main_slider .slides li{
      height: 100%;
    }

    .main_slider .slides li{
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
    }

    .main_slider .slides li.bg1{
      background-image: url(../images/first_screen_bg1.jpg);
    }

    .main_slider .slides li.bg2{
      background-image: url(../images/first_screen_bg2.jpg);
    }

    .slider_title{
      font-size: 100px;
      line-height: 100px;
      margin-bottom: 50px;
    }

    .flexslider:hover .flex-direction-nav .flex-next {
      right: 100px;
    }

    .flexslider:hover .flex-direction-nav .flex-prev {
      left: 100px;
    }

    .flex-direction-nav .flex-prev,.flex-direction-nav .flex-next{
      color: #fff;
      font-weight: 100;
      overflow: visible;
      font-size: 22px;
      line-height: 30px;
      width: auto;
      height: auto;
      opacity: 1 !important;
    }

    .flex-control-nav li {
      margin: 0 10px;
    }

    .flex-direction-nav a:before{
      content:'';
      text-align: center;
      font: normal normal normal 14px/23px FontAwesome;
      font-weight: bold;
      position: absolute;
      width: 27px;
      height: 27px;
      border: 2px solid #fff;
      border-radius: 23px;
      top: 50%;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }

    .main_slider .flex-direction-nav .flex-prev:before{
      content: "\f104";
      left: -35px;
      top: 0;
    }

    .main_slider .flex-direction-nav .flex-next:before{
      content: "\f105";
      right: -35px;
      top: 3px;
    }

    .main_slider .flex-direction-nav a:hover:before{
      color:#06c;
      border-color: #06c;
    }

    .flex-control-nav{
      bottom: 50px;
      z-index: 999;
      line-height: 0;
    }

    .flex-control-paging li a.flex-active{
      opacity: 1;
      width: 10px;
      height: 10px;
      border: 2px solid #06c;
      background: none;
    }

    .flex-control-paging li a{
      width: 10px;
      height: 10px;
      opacity: 0.5;
      background-color: #fff;
    }


/* ------------------------------------------------

  9. Service

-------------------------------------------------*/

  .service{
    margin-top: 90px;
  }

  .service_title{
    margin-bottom: 16px !important;
  }

  .service_item>.overlay{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: rgba(51, 51, 51, 0.4);
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
  }

  .service_item:hover>.overlay{
    background-color: rgba(51, 51, 51, 0.7);
  }

  .service_item{
    float: left;
    width: 50%;
    display: block;
    position: relative;
  }

  .service_text{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 23px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .service_item:hover .service_text{
    margin-top: 0;
  }

  .service_btn{
    opacity: 0;
    visibility: hidden;
  }

  .service_item:hover .service_btn{
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }



/* ------------------------------------------------

  10. Contact

-------------------------------------------------*/

  .subscribe{
    overflow:hidden;
	padding-top: 100px;
  }

  .subscribe_form{
    text-align: center;
    margin-bottom: 100px;
  }

  .subscribe_box{
    position: relative;
  }

  .subscribe_desc{
    position: relative;
    float: left;
    width: 50%;
    padding-right: 15px;
  }

  .subscribe_title{
    text-align: left;
    margin-bottom: 30px;
  }

  .subscribe_text{
    margin-right: 70px;
  }

  .subscribe_img{
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 0;
    padding-left: 15px;
    vertical-align: bottom;
  }


/* ------------------------------------------------

  11. Team

-------------------------------------------------*/
	
	.section_offset{
		padding-bottom:50px;
	}
	
	.section_offset .owl-carousel{
		overflow:hidden;
		padding-bottom:40px;
	}
	
	.section_offset .owl-carousel .owl-stage-outer{
		overflow:visible;
	}
	
  .team_title{
    margin-bottom: 40px;
  }

  .box_team{
    background-color: #fff;
    margin-top: 30px;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .box_team:hover{
    -webkit-transform: translate(0,-30px);
    -ms-transform: translate(0,-30px);
    -o-transform: translate(0,-30px);
    transform: translate(0,-30px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
  }

  .box_team_desc{
    text-align: center;
    padding: 40px 10px 45px;
  }

  .team_name{
    margin-bottom:5px;
	font-weight: 700;
  }

  .team_status{
    color: #06c;
    font-size: 13px;
    line-height: 20px;
  }

/* ------------------------------------------------

  11. Box Address

-------------------------------------------------*/

  .box_address{
    float: left;
    display: inline-block;
  }

  .box_address_icon{
    float: left;
    color: #fff;
    font: normal normal normal 38px/1.2 FontAwesome;
    /*margin-right: 30px;*/
  }

  .box_address li{
    /*text-align: left;*/
    position: relative;
    float: left;
    display: inline-block;
  }

  .box_address li:not(:last-child){
    padding-right: 65px;
    margin-right: 70px;
  }

  .box_address li:not(:last-child):after{
    content:'';
    position: absolute;
    right: 0;
    border-right: 1px solid #1a76d1;
    height: 54px;
  }

  .box_address_info,
  .box_address_number,
  .box_address_mail{
    line-height: 24px;
    float: left;
  }

  .box_address_number{
    font-size: 27px;
  }


/* ------------------------------------------------

    12. Footer

------------------------------------------------ */

  footer {
    background-color: #f2f2f2;
    padding: 55px 0;
  }

  .copyright{
    font-size: 13px;
    line-height: 20px;
    color: #999;
    float: right;
  }

  .social_list{
    text-align: center;
  }

  .social_list:not(:last-child){
    margin-bottom: 48px;
  }

  .social_list li{
    display: inline-block;
    padding: 0 25px;
  }

  .social_list li a{
    display:block;
	width:26px;
	font-size: 25px;
    color: #ccc;
  }

  .social_list li a:hover{
    color: #06c;
  }

/* ------------------------------------------------

    13. Animate

------------------------------------------------ */

  .animate_el{
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }


  .tr_top{
    -webkit-transform: translate(0, -40px);
    -ms-transform: translate(0, -40px);
    -o-transform: translate(0, -40px);
    transform: translate(0, -40px);
  }
  .tr_bottom{
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    transform: translate(0, 40px);
  }
  .tr_left{
    -webkit-transform: translate(-40px, 0);
    -ms-transform: translate(-40px, 0);
    -o-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
  }
  .tr_right{
    -webkit-transform: translate(40px, 0);
    -ms-transform: translate(40px, 0);
    -o-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }

  .flex-active-slide .animate_el{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .delay_1{
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .delay_2{
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }

  .delay_3{
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }

  .delay_4{
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }

  .delay_5{
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }

  .delay_6{
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
  }

  .delay_7{
    -webkit-transition-delay: 2.1s;
    -o-transition-delay: 2.1s;
    transition-delay: 2.1s;
  }

/* ------------------------------------------------

    14. Spacing

------------------------------------------------ */

.m0{margin: 0;}
.m5{margin: 5px;}

.mb0{margin-bottom: 0;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}

.mt0{margin-top: 0;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}

.p0{padding: 0;}
.p5{padding: 5px;}

.pb0{padding-bottom: 0;}
.pb5{padding-bottom: 5px;}
.pb10{padding-bottom: 10px;}
.pb20{padding-bottom: 20px;}
.pb30{padding-bottom: 30px;}
.pb40{padding-bottom: 40px;}
.pb50{padding-bottom: 50px;}
.pb80{padding-bottom: 80px;}
.pb90{padding-bottom: 90px;}

.pt0{padding-top: 0;}
.pt5{padding-top: 5px;}
.pt10{padding-top: 10px;}
.pt20{padding-top: 20px;}
.pt30{padding-top: 30px;}
.pt40{padding-top: 40px;}
.pt50{padding-top: 50px;}