/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2015-04-13, 14:50
    Author     : Criss - LIM
*/
/* FONTS USED IN THIS PROJECTS
/*
/*  font-family:'DIN Next W01 Bold'
/*  font-family:'DINNextW01-LightItalic'
/*  font-family:'DIN Next W01 Regular'
/*
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import "https://fonts.googleapis.com/css?family=Lato:300,400,700&subset=latin-ext";
@import url(../fonts/font.css);
@import url(frameworks/bootstrap/bootstrap.min.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; 
  overflow: hidden;

}

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.black #site-header {
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; }
  .black #site-header.scroll {
    background: #fff; }
  .black #site-header #site-name a {
    background: url(../images/logo.png) center center no-repeat;
    background-size: contain; }
  .black #site-header #site-navigation .menu li.facebook a {
    background: url(../images/facebook_v2.png) center center no-repeat;
    background-size: 100%; }
  .black #site-header #site-navigation .menu li.twitter a {
    background: url(../images/twitter_v2.png) center center no-repeat;
    background-size: 100%; }
  .black #site-header #site-navigation .menu li.linkedin a {
    background: url(../images/linkedin_v2.png) center center no-repeat;
    background-size: 100%; }

.white #site-header {
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; }
  .white #site-header.scroll {
    background: rgba(0, 0, 0, 0.6); }
.white #site-navigation li.line {
  color: #fff; }

#site-header {
  padding: 18px 0; }
  #site-header #site-name {
    max-width: 246px;
    width: 100%;
    height: 56px;
    float: left; }
    #site-header #site-name a {
      width: 100%;
      height: 100%;
      display: block;
      text-decoration: none;
      text-indent: -999em;
      /*background: url(../images/logo_white.png) center center no-repeat;*/
      background: url(../images/logo.png) center center no-repeat;
      background-size: contain;
      cursor: pointer; }
  #site-header #burger-icon {
    position: absolute;
    top: 5px;
    right: 15px;
    background: transparent;
    border: 0;
    width: 30px;
    height: 21px;
    margin: 30px auto;
    -webkit-transform: rotate(0deg) translateX(200%);
    transform: rotate(0deg) translateX(200%);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
    #site-header #burger-icon:focus {
      outline: 0; }
    #site-header #burger-icon span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #fff;
      -moz-border-radius: 9px;
      -webkit-border-radius: 9px;
      border-radius: 9px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
      #site-header #burger-icon span:nth-child(1) {
        top: 0px; }
      #site-header #burger-icon span:nth-child(2) {
        top: 9px; }
      #site-header #burger-icon span:nth-child(3) {
        top: 18px; }
    #site-header #burger-icon.open span:nth-child(1) {
      top: 9px;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }
    #site-header #burger-icon.open span:nth-child(2) {
      opacity: 0;
      left: -60px; }
    #site-header #burger-icon.open span:nth-child(3) {
      top: 9px;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  #site-header #site-navigation {
    float: right; }
    #site-header #site-navigation .menu {
      line-height: 56px;
      height: 56px; }
      #site-header #site-navigation .menu li {
        display: inline-block;
        margin-left: 30px; }
        #site-header #site-navigation .menu li.lang {
          margin-left: 15px; }
          #site-header #site-navigation .menu li.lang a {
            text-transform: uppercase; }
            #site-header #site-navigation .menu li.lang a:hover {
              padding-bottom: 0;
              border: 0 !important;
              color: #f26a21; }
        #site-header #site-navigation .menu li.line {
          margin-left: 15px; }
        #site-header #site-navigation .menu li:first-of-type {
          margin-left: 0; }
        #site-header #site-navigation .menu li a {
          font-family: 'Cairo-SemiBold', sans-serif;
          font-size: 1em;
          font-weight: 400;
          color: #fff;
          text-decoration: none; }
        #site-header #site-navigation .menu li:not(.socialIcon) a:hover {
          border-bottom: 2px solid #f26a21;
          padding-bottom: 12px; }
        #site-header #site-navigation .menu li:not(.socialIcon) a.current_site {
          border-bottom: 2px solid #f26a21;
          padding-bottom: 12px; }
        #site-header #site-navigation .menu li.socialIcon {
          width: 32px;
          margin-left: 16px; }
          #site-header #site-navigation .menu li.socialIcon a {
            display: block;
            text-indent: -999em; }
        #site-header #site-navigation .menu li.facebook a {
          background: url(../images/facebook.png) center center no-repeat;
          background-size: 100%; }
        #site-header #site-navigation .menu li.twitter a {
          background: url(../images/twitter.png) center center no-repeat;
          background-size: 100%; }
        #site-header #site-navigation .menu li.linkedin a {
          background: url(../images/linkedin.png) center center no-repeat;
          background-size: 100%; }
        #site-header #site-navigation .menu li.twitter, #site-header #site-navigation .menu li.linkedin {
          margin-left: 0; }
  #site-header.stickyHeader {
    width: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0; }

.black #site-header #burger-icon span {
  background-color: #666; }

@media screen and (max-width: 1100px) {
  #site-header #burger-icon {
    z-index: 11;
    -webkit-animation: burgerShow .3s ease-in-out forwards;
            animation: burgerShow .3s ease-in-out forwards; }
  #site-header #site-navigation {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 10;
    overflow-x: auto; }
    #site-header #site-navigation.open {
      -webkit-animation: menuOpen 1s ease-in-out forwards;
              animation: menuOpen 1s ease-in-out forwards; }
      #site-header #site-navigation.open .menu {
        -webkit-animation: menuTop 300ms ease-in-out forwards;
                animation: menuTop 300ms ease-in-out forwards; }
    #site-header #site-navigation .menu {
      text-align: center;
      height: auto; }
      #site-header #site-navigation .menu li {
        display: block;
        margin: 0;
        text-align: center; }
        #site-header #site-navigation .menu li a {
          font-size: 1.3em;
          line-height: 100%; }
        #site-header #site-navigation .menu li.socialIcon {
          display: inline-block; }
          #site-header #site-navigation .menu li.socialIcon a {
            height: 32px; }

  #site-header #site-navigation .menu li a {
    color: #fff !important; }
  #site-header #site-navigation .menu li.facebook a {
    background: url(../images/facebook.png) center center no-repeat !important;
    background-size: 100%; }
  #site-header #site-navigation .menu li.linkedin a {
    background: url(../images/linkedin.png) center center no-repeat !important;
    background-size: 100%; }
  #site-header #site-navigation .menu li.twitter a {
    background: url(../images/twitter.png) center center no-repeat !important;
    background-size: 100%; }
  #site-header #site-navigation .menu li.line {
    color: #fff !important; } }
@media only screen and (max-width: 640px) {
  #site-name a {
    max-width: 80%; } }
@-webkit-keyframes menuOpen {
  0% {
    visibility: hidden;
    opacity: 0; }
  100% {
    visibility: visible;
    opacity: 1; } }
@keyframes menuOpen {
  0% {
    visibility: hidden;
    opacity: 0; }
  100% {
    visibility: visible;
    opacity: 1; } }
@-webkit-keyframes menuTop {
  0% {
    margin-top: 0; }
  100% {
    margin-top: 60px; } }
@keyframes menuTop {
  0% {
    margin-top: 0; }
  100% {
    margin-top: 60px; } }
@-webkit-keyframes burgerShow {
  0% {
    -webkit-transform: rotate(0deg) translateX(200%);
    transform: rotate(0deg) translateX(200%); }
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0); } }
@keyframes burgerShow {
  0% {
    -webkit-transform: rotate(0deg) translateX(200%);
    transform: rotate(0deg) translateX(200%); }
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0); } }
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/*@font-face {
    font-family: special_font_regular;
    src: url(../fonts/BwSurcoDEMO-Regular.otf);
}
@font-face {
    font-family: special_font_medium;
    src: url(../fonts/BwSurcoDEMO-Black.otf);
}*/
body {
  font-family: "Cairo-Regular", sans-serif; }

.fullContainer {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

#site-header #site-name a {
  background-image: url(../images/logo.png) !important;
  background-size: contain; }

.navbar-default {
  background-color: rgba(255, 255, 255, 0);
  border: 0;
  padding: 40px 40px 0 40px; }

.navbar-default .navbar-toggle {
  border: 0;
  z-index: 9999;
  margin-right: 0; }

.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 1em; }
  .navbar-default .navbar-nav > li > a:hover {
    color: rgba(255, 255, 255, 0.6); }

.navbar-brand {
  padding: 0; }

.navbar-brand img {
  height: 50px;
  width: auto; }

.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #fff; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent; }

.lim_site_overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  width: 100%;
  height: 100vh;
  z-index: 998; }

.lim_mobile_nav {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
  list-style: none;
  text-align: center; }
  .lim_mobile_nav li {
    padding: 10px; }
    .lim_mobile_nav li a {
      color: #fff;
      font-size: 2em; }
      .lim_mobile_nav li a:hover, .lim_mobile_nav li a:active, .lim_mobile_nav li a:focus {
        text-decoration: none;
        opacity: .75; }
  .lim_mobile_nav .lim_social_icon {
    margin-top: 20px; }

.lim_overlay {
  width: 100% !important;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4; }

.lim_slider {
/*  height: 100vh;
  width: 100%;*/
  
      height: 100%;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
  
  /*display: table;*/ }
  .lim_slider .slick-dots {
    bottom: 20%; }
  .lim_slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff; }
  .lim_slider .slick-dots li button:before {
    font-size: 100px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .25;
    color: black; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-prev, .slick-arrow {
  z-index: 9; }

.slick-prev, .slick-next {
  top: 65%; 
  -webkit-transition: all .3s; 
  transition: all .3s;
}

.slick-prev:before, .slick-next:before {
  font-size: 50px; }

.slick-next {
  /*right: calc(1% + 20px);*/
  right: 1%; }

.slick-prev {
  left: 1%; }

.slick-prev:hover, .slick-next:hover{
    opacity: .7;
}

.slick-prev.slick-arrow {
    width: 100px;
    height: 100px; 
    background-image: url(../images/white_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(270deg);
    transform: rotate(90deg);
}

.slick-next.slick-arrow {
    width: 100px;
    height: 100px; 

    background-image: url(../images/white_arrow.png);
    background-repeat: no-repeat;
    background-position: center;

    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);

}

/*.slick-next::before {
    font-family: FontAwesome;
    content: url(../img/arrow_right.png);
}
.slick-prev::before {
    font-family: FontAwesome;
    content: url(../img/arrow_left.png);
}*/
.slick-prev::before, .slick-next::before {
    opacity: 0 !important;
/*   font-family: FontAwesome; 
   content: url(../img/arrow_left.png); 
  opacity: .75;
  border: 2px solid #fff;
  -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
  border-radius: 50%;
   width: 30px; 
   height: 30px; 
  font-size: 28px;
  padding: 6px 8px 10px 8px;
  font-weight: 600; */
}

.slick-prev::before:hover, .slick-next::before:hover {
  opacity:0 !important; }

.lim_slide {
  position: relative;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.lim_slider_text_content {
  z-index: 10;
  width: 100%;
  position: absolute;
  top: 25%;
  /*transform: translateY(-50%);*/
  color: #fff;
  text-align: center; }
  .lim_slider_text_content h2 {
    color: #fff;
    font-family: "Cairo-Regular", sans-serif;
    font-size: 3.5em;
    font-weight: 600;
    line-height: 120%; }
  .lim_slider_text_content p {
      color: #fff;
    font-size: 2.3em;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 200;
    line-height: 120%; }
    .lim_slider_text_content p:first-of-type {
      margin-top: 100px; }

.lim_slide_footer {
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 40px;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  text-align: center; }
  .lim_slide_footer p {
    font-size: 0.8em; }

#not_a_device, #not_a_phone, #mobile_is {
  display: none; }

.ui-loader{
    display: none !important;
}


/*PRELOADER*/
.preloader {
    /*display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .84);
    z-index: 999;
    overflow: hidden;
}
.preloader:before {
    content: "";
    width: 90px;
    height: 90px;
    background: url(../images/preloader.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    -webkit-animation-name: scale;
    animation-name: scale;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-transform: scale(.7);
    transform: scale(.7);
}
@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
    }
    25% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    100% {
        -webkit-transform: scale(.76);
        transform: scale(.76);
    }
}
@keyframes scale {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
    }
    25% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    100% {
        -webkit-transform: scale(.76);
        transform: scale(.76);
    }
}

/************************************************

MEDIA QUERIES

*************************************************/
/* Small devices (tablets, 768px and up) */
@media (max-width: 1366px) {
  .lim_slider_text_content {
    /*margin-top: 15%;*/ }
    .lim_slider_text_content h2 {
      font-size: 3em; }
    .lim_slider_text_content p {
      font-size: 2em;
      width: 50%; }
      .lim_slider_text_content p:first-of-type {
        margin-top: 70px; } }
/* Medium devices (desktops, 992px and up) */
@media screen and (max-width: 991px) {
  .nav.navbar-nav {
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center; }

  nav .lim_social_icon {
    display: inline-block; }

  .navbar-default .navbar-collapse {
    border: 0;
    box-shadow: none; }

  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    overflow: hidden; }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .collapse.in {
    display: block !important; }

  .nav.navbar-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; }

  .lim_slider_text_content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .lim_slider_text_content h2 {
      font-size: 2.5em;
      color: #fff; }
    .lim_slider_text_content p {
      font-size: 1.5em;
      width: 50%; }
      .lim_slider_text_content p:first-of-type {
        margin-top: 60px; }

  .lim_slider .slick-dots {
    bottom: 11%; } }
@media screen and (max-width: 767px) {
  .lim_slider_text_content {
    /*margin-top: 15%;*/ }
    .lim_slider_text_content h2 {
      font-size: 2em; }
    .lim_slider_text_content p {
      font-size: 1.2em;
      width: 50%; }
      .lim_slider_text_content p:first-of-type {
        margin-top: 30px; }

  .slick-prev, .slick-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

  .slick-prev::before, .slick-next::before {
    font-size: 19px; } 

  .slick-next.slick-arrow,.slick-prev.slick-arrow {
      background-size: 50%;
  } 

}
@media screen and (max-width: 540px) {
  .navbar-brand img {
    margin-top: 6px; }

  .lim_slider_text_content {
    /*margin-top: 15%;*/ }
    .lim_slider_text_content h2 {
      font-size: 2em;
      width: 80%;
      margin: 0 auto; }
    .lim_slider_text_content p {
      font-size: 1em;
      width: 50%; }
      .lim_slider_text_content p:first-of-type {
        margin-top: 20x; }

  .lim_mobile_nav li a {
    font-size: 1em; } }
@media screen and (max-width: 480px) {
  .navbar-brand img {
    height: 40px;
    width: auto; }

  .lim_slider_text_content {
    /*margin-top: 15%;*/ }
    .lim_slider_text_content h2 {
      font-size: 1.8em; } }
@media screen and (max-width: 320px) {
  .navbar-brand img {
    height: 36px;
    width: auto; } }
/*@media screen and (max-height: 767px) {
  .lim_slider .slick-dots {
    bottom: 20%; } }*/
@media screen and (max-height: 320px) {
  .lim_mobile_nav li {
    padding: 5px; }
    .lim_mobile_nav li a {
      color: #fff;
      font-size: 1em; }
      .lim_mobile_nav li a:hover {
        text-decoration: none;
        opacity: .75; }
  .lim_mobile_nav .lim_social_icon {
    margin-top: 20px; } }