/*
-----------------------------------------------------
  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
  5. Shortcods
    5.1. Slider
    5.2. Video Box
    5.3. Social List
    5.4. Share social list
    5.5. Count
  6. Header
    6.1. Navigation
    6.2. Search Box
  7. First Screen

      7.1. Slider
  8. Events Box
  9. Store box
  10. Footer
  11. Animations
  12. 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=Open sans:400,300,700,100);

/* ------------------------------------------------

    1. Default stylesheets

------------------------------------------------ */

   body {
    font-family: 'Open sans', 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: #262626;
      }

      .white_color{
        color: #fff;
      }

      .bg_grey{
        background-color: #fafafa;
      }

      .bg_blue{
        background-color: #AB8B4D;
      }

      .bg_black{
        background-color: #E9E9E9;
      }

      .bg_gold{
        background-color: #AB8B4D;
      }

      .bg1{
        background-image: url(../images/bg1.jpg);
      }

      .bg2{
        background-image: url(../images/bg2.jpg);
      }

      .bg3{
        background-image: url(../images/bg3.jpg);
      }

      .bg4{
        background-image: url(../images/bg4.jpg);
      }

      .bg_gray{
        background-image: url(../images/bg_gray.jpg);
      }


/* ------------------------------------------------

    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}

   .op5{
    opacity: 0.5;
   }


/* ------------------------------------------------

    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: #AB8B4D;
  }

  .back_to_top i{
    font-size: 30px;
    line-height: 30px;
    margin: 0;
  }


  /* --------------------------------------------
        3.1. Offsets
  -------------------------------------------- */

    .section_offset{
      padding: 20px 0 0 0;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 0 0;
    }

    .section_offset:not([class*="bg_"]) + .section_offset:not([class*="bg_"]):not(.section_border),
    .section_vertical:not([class*="bg_"]) + .section_offset:not([class*="bg_"]):not(.section_border){
      padding-top: 0;
    }

   .section_offset2:not(:first-child){
      padding-top: 60px;
    }

  /* --------------------------------------------
        3.2. Blackout
  -------------------------------------------- */

    .blackout{
      padding: 120px 0;
      color: #fff;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-attachment: fixed;
    }
	
	#section3{
		padding-top:220px;
		padding-bottom:220px;
	}
	
    .blackout2{
      padding: 210px 0;
      color: #fff;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-attachment: fixed;
    }

    .blackout3{
      padding: 110px 0;
      color: #fff;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-attachment: fixed;
    }


/* ------------------------------------------------

    4. Basic Elements

------------------------------------------------ */

  /* --------------------------------------------
      4.1. Typography
  -------------------------------------------- */

    h1,h2,h3,h4,h6{
      font-family: 'Open sans', sans-serif;
      font-weight:300;
      line-height: 1.23em;
      color: #333333;
      margin: 0;
      margin-bottom: 17px;
    }

    h1{
      font-size: 100px;
      line-height: 100px;
      margin-bottom: 40px;
    }

    h2{
      font-size: 70px;
      text-align: center;
    }
    h2 strong{
      font-weight: 400;
    }

    h3{font-size: 50px;}

    h4{
      font-size: 24px;
    }

    h5{
      font-size: 24px;
      color: #AB8B4D ;
      font-weight: 400;
    }

    h6{
      font-size: 14px;
      line-height: 18px;
      font-weight: 400;
      margin-bottom: 15px;
    }

    .blackout h1,
    .blackout h3,
    .blackout h4,
    .blackout h5,
    .blackout h6,
    .blackout2 h1,
    .blackout2 h2,
    .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;
    }

    .blackout2 h3,{
      color: #000;
    }

    .blackout h2{
      color: #000;
    }

    .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;
    }

    .blackout3 .subtitle{
      color: #000;
    }

    .title_icon{
      font-size: 35px;
      color: #ccc;
      margin-bottom: 30px;
    }

    .title1{
      font-size: 50px;
      line-height: 1;
      margin-bottom: 40px;
    }

    .title1 span{
      display: block;
      font-size: 24px;
    }

    p:not(:last-child){margin-bottom: 20px;}

    mark{background-color: #20cfef;padding: 0 2px;color: #fff;}
    mark.red{background-color: #ee352f;}

    a{
      color: #AB8B4D;
      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;
    }

    img{
      max-width: 100%;
    }

  /* --------------------------------------------
      4.2. Buttons
  -------------------------------------------- */

      button{
        border: none;
        outline: none;
        -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{
        display: inline-block;
        outline: none;
        background: none;
        border: none;
        color: #AB8B4D;
        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 #AB8B4D;
        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: #AB8B4D;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
      }

      .btn:hover{
        color: #B8B4D;
      }

      .btn:hover:before{
        background-color: #AB8B4D;
        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: #AB8B4D;
      }

      .btn_type1 {
        color: #fff;
        position: relative;
        background-color: #AB8B4D;
        display: inline-block;
        font: 300 16px/30px 'Open sans',sans-serif;
        border-radius: 30px;
        line-height: 30px;
        min-width: 166px;
        padding: 7px 23px 9px;
        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_type1.big{
        min-width: 166px;
        font-size: 16px;
        padding: 14px 25px 16px;
      }

       .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,
      .project_box .btn{
        color: #fff;
      }

      .first_screen_inner .btn:hover,
      .blackout .btn:hover,
      .blackout2 .btn:hover,
      .project_box .btn:hover{
        color: #fff;
      }

      .first_screen_inner .btn:before,
      .blackout .btn:before,
      .blackout2 .btn:before,
      .project_box .btn:before{
        border-color: #fff;
      }

      .first_screen_inner .btn:after,
      .blackout .btn:after,
      .blackout2 .btn:after,
      .project_box .btn:after{
        background-color: #fff;
      }

      .first_screen_inner .btn:hover:before,
      .blackout .btn:hover:before,
      .blackout2 .btn:hover:before,
      .project_box .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;
      }

    input:not([type="radio"]):not([type="checkbox"]):not([type="file"]),
    textarea{
      width: 100%;
      outline: none;
      background-color: #fff;
      font-size: 14px;
      line-height: 20px;
      padding: 10px;
      border: none;
      color: #262626;
    }

    textarea{
      resize: none;
    }

    .form_row{
      margin: 0 -5px;
    }

    .form_row:not(:last-child){
      margin-bottom: 10px;
    }

    .form_row:after{
      content: '';
      display: block;
      clear: both;
    }

    form.type1{
      padding:50px 70px 0;
      display: block;
      clear: both;
      overflow: hidden;
    }

    input[class*="type1"]:not([type="radio"]):not([type="checkbox"]):not([type="file"]){
      padding:10px 10px 10px 30px;
      border-radius: 25px;
      width: 446px;
      height: 46px;
    }

    input[class*="type1"]:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not(:last-child){
      float: left;
    }

    input[class*="type1"]:not([type="radio"]):not([type="checkbox"]):not([type="file"])+button{
      float: left;
      margin-left: 10px;
      border: none;
    }

    /* --------------------------------------------
      4.3. Forms
  -------------------------------------------- */

    input:not([type="radio"]):not([type="checkbox"]):not([type="file"]),
    textarea{
      width: 100%;
      outline: none;
      background-color: #fff;
      font-size: 14px;
      line-height: 20px;
      padding: 10px;
      border: none;
    color:#333;
    }

    textarea{
      resize: none;
    }

    .form_row{
      margin: 0 -5px;
    }

    .form_row:not(:last-child){
      margin-bottom: 10px;
    }

    .form_row:after{
      content: '';
      display: block;
      clear: both;
    }

    [class*='form_col']{
      float: left;
      padding: 0 5px;
    }

    .form_col3{
      width: 33.33%;
    }

    .form_col1{
      width: 100%;
    }

/* ------------------------------------------------

    5. Shortcods

------------------------------------------------ */


  /* --------------------------------------------
        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;
    }

    .flexslider:hover .flex-direction-nav .flex-next {
      right: 40px;
    }

    .flexslider:hover .flex-direction-nav .flex-prev {
      left: 40px;
    }

    .flex-direction-nav .flex-prev,.flex-direction-nav .flex-next{
      overflow: visible;
      width: 30px;
      height: 60px;
      font-size: 0;
    }

    .flex-direction-nav a::before{
      content: '' !important;
      width: 40px;
      height: 40px;
      position: absolute;
      border-width: 1px;
      border-style: solid;
      border-color: transparent;
      top: 50%;
      margin-top: -20px;
      -moz-transform: rotate(-52deg) skewX(-15deg);
      -webkit-transform: rotate(-52deg) skewX(-15deg);
      -o-transform: rotate(-52deg) skewX(-15deg);
      -ms-transform: rotate(-52deg) skewX(-15deg);
      transform: rotate(-52deg) skewX(-15deg);
    }

    .flex-direction-nav .flex-prev:before{
      border-top-color: #fff;
      border-left-color: #fff;
      left: 0;
    }

    .flex-direction-nav .flex-next:before{
      border-bottom-color: #fff;
      border-right-color: #fff;
      right: 0;
    }

    .flex-control-nav{
      bottom: 30px;
      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;
    }

  /* --------------------------------------------
        5.2. Video Box
  -------------------------------------------- */

    .video_box{
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
    }

    .video_img{
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      text-align: center;
      overflow: hidden;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }

    .video_img img{
      width: auto ;
      height:auto !important;
      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{
      min-height: 100%;
      min-width: 100%;
    }

    .video_box.pause .video_img {
      opacity: 0;
      visibility: hidden;
    }

    .video_box.pause .video_wrapper {
      opacity: 1;
      visibility: visible;
    }

    .video_btn{
      position: relative;
      padding: 0;
      outline: none;
      background-color: rgba(255,255,255,0.5);
      border: 4px solid transparent;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      overflow: hidden;
    }

    .video_btn:hover{
      background-color: #fff;
      color: #AB8B4D;
    }

    .video_btn:before{
      content: "\e99e";
      font: normal 104px/1 'Evatheme-Icon-Fonts';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }

    .video_btn.pause:before{
      content: '';
      width: 30px;
      height: 40px;
      border-left: 5px solid #fff;
      border-right: 5px solid #fff;
      -webkit-transition: border-color 0.5s;
      -o-transition: border-color 0.5s;
      transition: border-color 0.5s;
    }

    .video_btn.pause:hover:before{
      -webkit-transition: border-color 0.3s;
      -o-transition: border-color 0.3s;
      transition: border-color 0.3s;
    }


  

    /* --------------------------------------------
        5.2. Video Box
  -------------------------------------------- */

    .vodeo_box a{
      display: block;
      position: relative;
    }

    .vodeo_box a:before{
      content: "\f04b";
      display: block;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -50px;
      margin-top: -50px;
      background-color: #AB8B4D;
      color: #fff;
      padding-left: 5px;
      text-align: center;
      font: normal normal normal 30px/100px FontAwesome;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }

    .vodeo_box a img{
      width: 100%;
    }

    .vodeo_box a:hover:before{
      background-color: #fff;
      color: #AB8B4D;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    }

  /* --------------------------------------------
        5.3. Social List
  -------------------------------------------- */

    .social_list1{
      text-align: center;
    }

    .social_list1 li{
      display: inline-block;
      padding: 10px;
    }

    .social_list1 li a{
      display: block;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      border: 2px solid #f1f1f1;
      font-size: 28px;
      text-align: center;
      color: #cccccc;
    }

    .social_list1 li a i{
      line-height: 66px;
    }

    .social_list1 li a:hover{
      color: #06c;
      border-color: #06c;
    }

  /* --------------------------------------------
        5.4. Share social list
  -------------------------------------------- */

    .share_social_list li{
      position: relative;
      text-align: center;
      background-color: #262626;
      float: left;
      width: 16.666%;
      height: 140px;
    }

    .share_social_list i{
      color: #fff;
      font-size: 30px;
    }

    .share_social_list a{
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      display: block;
    }

    .share_social_list .google:hover{
      background-color: #bd081c;
    }

    .share_social_list .twiter:hover{
      background-color: #1dcaff;
    }

    .share_social_list .facebook:hover{
      background-color: #3b5998;
    }

    .share_social_list .pinterest:hover{
      background-color: #C92228;
    }

    .share_social_list .vimeo:hover{
      background-color: #66cc99;
    }

    .share_social_list .linkedin:hover{
      background-color: #007bb6;
    }

    .share_social_list a:hover .share_social_txt{
      font-size: 16px;
      margin-top: 15px;
      opacity: 1;
    }

    .share_social_list .share_social_wrap{
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }

    .share_social_list .share_social_txt{
      display: block;
      line-height: 1;
      color: #fff;
      font-size: 0;
      line-height: 0;
      opacity: 0;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }

  /* --------------------------------------------
        5.5. Count
  -------------------------------------------- */

    .spincrement{
      color: #fafafa;
      font-size: 100px;
      font-weight: 300;
      line-height: 100px;
    }

    .spincrement:not(:last-child){
      margin-bottom: 0;
    }

    .spincrement_text{
      font-size: 24px;
    }


/* ------------------------------------------------

    6. Header

------------------------------------------------ */

  #header{
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,1.0);
    height: 61px;
    box-shadow: 0 5px 5px -5px #333;
  }

  .header_inner{
    position: relative;
    height: 50px;
  }

  .logo{
    line-height: 17px;
    float: left;
    padding-top: 10px;
  }

  .logo img{
    vertical-align: top;
  }


  /* --------------------------------------------
      6.1. Navigation
  -------------------------------------------- */

    nav{
      text-align: left;
      line-height: 17px;
    }

    .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: #fff;
      background-color: #AB8B4D;
    }

    .navigation{
      display: inline-block;
      padding-left: 20px;
    }

    .navigation>li{
      float: left;
      position: relative;
      padding: 22px 30px 22px;
      font-size: 14px;

    }

    .navigation>li:not(:last-child){
      padding: 22px 30px 22px 30px;
      border-right: 1px solid;
      border-color: rgba(0,0,0,0.1);
      font-size: 14px;
    }

    .navigation li a{
      color: rgba(21,21,21,0.5);
      line-height: 17px;
      display: block;
    }

    .navigation li a:hover,
    .navigation li.current a{
      color: #fff;
      margin-right: -30px;
      margin-left: -30px;
      padding: 22px 30px 22px 30px;
      margin-top: -22px;
      margin-bottom: -18px;
      background-color: #ab8b4d;
    }
    .lang{
      float: right;
    }

  /* --------------------------------------------
      6.2. Search Box
  -------------------------------------------- */

    .search_box{
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 260px;
      -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 'Open sans',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;
  }

  .video_box+.first_screen_inner{
    padding-top: 0px;
  }

  .slider_title{
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 10px;
  }

  .video_btn_box{
    padding-top: 80px;
  }

  .first_screen_subtitle{
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 5px !important;
  }

  .first_screen_text{
    color: #999;
  }

    .video_presentation_desc_inner{
    margin-right: 10px;
  }

  .first_screen_title{
    margin-bottom: 40px;
    color: #373737;
  }

  .video_presentation_text{
    font-size: 24px;
    line-height: 34px;
  }

  .video_presentation_text:not(:last-child){
    margin-bottom: 40px;
  }

  .play_video{
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }

  .play_video:before{
    content: "\f04b";
    display: block;
    text-align: center;
    background: #AB8B4D;
    width: 100px;
    height: 100px;
    position: absolute;
    padding-left: 3px;
    border: 2px solid transparent;
    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%);
    -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: #AB8B4D;
  }

  /* --------------------------------------------
        7.1. 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); */
    }

    .main_slider .slides li.bg4{
      /* background-image: url(../images/bg4.jpg); */
    }

    .main_slider .slides li.bg_gray{
      /* background-image: url(../images/bg_gray.jpg); */
    }


  /* ------------------------------------------------

    8. About

------------------------------------------------ */

  .about_wrapper{
    text-align: center;
  }

  .about_wrapper .subtitle{
    margin-bottom: 50px;
  }

  .about_img{
    margin-bottom: 35px;
  }

  .about_img img{
    border-radius: 50%;
  }




/* --------------------------------------------

    8. Events Box

-------------------------------------------- */

    .overlay{
      display: block;
	  -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      /* margin-top: 30px; */
    }

    .overlay:hover{
      opacity: 0.5;
    }

    .events_inner{
      margin-top: 15px;
    }

    .events_box time{
      color: #999;
      display: block;
    }

    .events_link{
      line-height: 30px;
      font-size: 24px;
      color: #000;
      display: block;
    }

    .events_link:not(:last-child){
      margin-bottom: 15px;
    }

    .events_link:hover{
      color: #AB8B4D;
    }


    /* ------------------------------------------------

    8. Services

-------------------------------------------------*/

  .servise_tabs:not(:first-child){
    padding-top: 95px;
  }

  .servise_list{
    margin-top: -30px;
  }

  .servise_title_box{
    text-align: center;
    padding-bottom: 30px;
    margin-top: 30px;
    border-bottom: 1px solid #e1e1e1;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .servise_title_box i{
    display: inline-block;
    font-size: 30px;
    color: #ccc;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .servise_title_box.active,
  .servise_title_box:hover{
    border-color: #AB8B4D;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .servise_title_box.active i,
  .servise_title_box:hover i{
    color: #AB8B4D;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .servise_title{
    font-size: 24px;
    line-height: 1.23;
    color: #333;
    margin-bottom: 0;
  }

  .servise_content{
    padding-top: 45px;
  }

  .servise_content>div{
    display: none;
  }

  .servise_content>div.active{
    display: block;
  }

/*------------------------------------------------

    9. Store box

-----------------------------------------------*/
  .store_wrapper{
    overflow:hidden;
	padding-top: 100px;
  }
  
  .store_wrapper .photo_box{
    margin-top:-40px;
  }

  .store_title{
    margin-bottom: 0;
  }

  .store_link{
    float: right;
    margin-top: 20px;
    display: inline-block;
  }

  .store_link:hover{
    opacity: 0.5;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }


/* ------------------------------------------------

    9. Project

-------------------------------------------------*/

  .progect_wrap:after{
    content: '';
    display: block;
    clear: both;
  }

  .progect_box{
    float: left;
    width: 50%;
    position: relative;
    overflow: hidden;
  }
  
  .progect_box img{
    width: 100%;
  }

  .progect_desc{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(51,51,51,0.7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .progect_desc:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
    margin-left: -5px;
  }

  .progect_desc_inner{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0 30%;
  }

  .progect_title{
    color: #fff;
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 16px;
    opacity: 0;
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    transform: translate(0, 40px);
  }

  .project_text{
    opacity: 0;
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    transform: translate(0, 40px);
  }

  .project_text:not(:last-child){
    margin-bottom: 45px;
  }

  .project_btn{
    opacity: 0;
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    transform: translate(0, 40px);
  }

  .progect_box:hover .progect_desc{
    opacity: 1;
    visibility: visible;
  }

  .progect_box:hover .progect_title{
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .progect_box:hover .project_text{
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }

  .progect_box:hover .project_btn{
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  
  .progect_box .project_btn:hover{
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }


/* ------------------------------------------------

    10. Footer

------------------------------------------------ */

  footer {
    background-color: #f2f2f2;
    padding: 62px 0;
    text-align: center;
  }

  .social_list{
    padding-top: 30px;
    display: inline-block;
  }

  .social_list li{
    float: left;
  }

  .social_list li:not(:last-child){
    margin-right: 50px;
  }

  .social_list li a{
    font-size: 25px;
    color: #ccc;
  }

  .social_list li a:hover{
    color: #06c;
  }

  .copyright{
    font-size: 13px;
    line-height: 20px;
    color: #999;
    padding-top: 25px;
    white-space: pre;
  }

  .copyright a{
    color: inherit;
  }

  .copyright a:hover{
    color: #0066cc;
  }


/* ------------------------------------------------

    11. 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;
  }

/* ------------------------------------------------

    12. 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;}

.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;}

