
/*

  Author: Supview
  Template: Dilla
  Version: 1.0
  URL: http://themeforest.net/user/Supview/

	01. FONT FACE
	02. GENERALS SETTINGS
	03. LIKE BTN
	04. HEADER SETTINGS
	05. SCREENHOTS SETTINGS
	06. VIDEO SETTINGS
	07. ABOUT SETTINGS
	08. CENTERED SECTION SETTINGS
	09. CONNECTED SETTINGS
	10. CONTACT SETTINGS
	11. BE INFORMED SETTINGS
	12. LOADER OF THE PAGE
	13. MEDIA QUERIES
*/

/* 01. FONT FACE ================================================== */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,500,400italic,700,500italic,900,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

.workinfo-right-side.stuck {
  position:fixed;
  top:0;
}


/* 02. GENERALS SETTINGS ================================================== */

body, html {
    font-family: 'Lato','Roboto', sans-serif;
  background: #222;
  padding: 0;
  position: relative;
  height: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

/* Selected text Color */

::-moz-selection {
  background: none;
  color: #329fc7;
}
::selection {
  background: none;
  color: #329fc7;
}
.centered {
  text-align: center;
}
b, strong {
  font-weight: 800;
}

/* Make a space */

.space {
  padding: 20px 0;
}
.lead {
  font-family: 'Roboto', sans-serif;
  padding-bottom: 20px;
  font-weight: 300;
  color: #404040;
  line-height: 33px;
  font-size: 21px;
}
h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    /* letter-spacing: -2px; */
    font-weight: bold;
    /* padding-bottom: 40px; */
    line-height: 100px;
}
h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  line-height: 35px;
  padding-bottom: 20px;
}
h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 300;
  /* letter-spacing: 1px; */
  color: #404040;
  padding-bottom: 20px;
}

h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #404040;
  padding-bottom: 10px;
}

h5 {
  font: 22px 'Roboto', sans-serif;
  font-weight: normal;
  font-weight: 100;
  color: #FFF;
}

span.brand{
    font-weight: 800;
    color: #005dba;
}

/* Link */

a {
  font-family: 'Roboto', sans-serif;
  color: #272727;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: rgba(51, 51, 51, 0.50);
}

/* Paragrah */

p {
  font-family: 'Lato', 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0px;
  color: #555555;
  text-align: justify;
}
p a {
  color: #272727;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
p a:hover {
  color: #e4ca79;
}
.nomargin {
  padding: 0;
  margin: 0;
}

/* MAKE A CONTENT CENTERED VERTICALY AND HORIZONTALY */

.content {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn.goto {
  background: none;
  border: 1px solid rgba(39, 39, 39, 0.4);
  color: #272727;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}
.btn.goto:hover {
  background: #303030;
  text-decoration: none;
  border: 1px solid #0065bc;
  color: #FFF;
}
.btn.btn-primary {
  background: #0065bc;
  color: #FFF;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}
.btn.btn-primary:hover {
  background: #303030;
  text-decoration: none;
  border: 1px solid #0065bc;
  color: #FFF;
  border: 1px solid rgba(39, 39, 39, 0.4);
}

/* 03. LIKE BTN	================================================== */

.topbar {
  position: absolute;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 999;
}
#likebtn {
  position: absolute;
  right: 0px;
  padding-right: 40px;
  top: 40px;
  margin: auto;
  z-index: 9999;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#likebtn ul li {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 0px;
  font-size: 14px;
  color: #FFF;
  margin: 0px 0px;
  padding: 5px 0;
  cursor: pointer;
}

/* 04. HEADER SETTINGS ================================================== */

#header {
  background: #151515;
  background-size: 100%;
  position: relative;
  height: 650px;
  z-index: 9;
}
#header .row {
  position: relative;
  height: 100%;
  max-width: 100%;
}
#header .logo {
  width: 350px;
  height: auto;
  display: block;
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
#header .logo.load {
  opacity: 1;
}
#header .see_more {
  margin-top: 20px;
  margin-left: 20px;
  opacity: 0;
  display: inline-block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
#header .see_more.load {
  opacity: 1;
}
#header .see_more li {
  display: inline-block;
  padding-right: 15px;
}
#header .see_more li a {
  display: block;
  position: relative;
  font-weight: normal;
  color: rgba(39, 39, 39, 0.43);
}
#header .see_more li a:hover {
  color: rgba(39, 39, 39, 1);
}
#header .see_more li a:after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  margin: auto;
  display: block;
  background: #3fb5e0;
  margin-top: 5px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
#header .see_more li a:hover:after {
  width: 30%;
}

/* Huge Title */

.huge-title {
  position: relative;
  top: 62%;
  margin: auto;
  float: right;
  max-width: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.huge-title h3 {
  font-weight: 900;
  font-size: 50px;
  line-height: 58px;
  opacity: 1;
  letter-spacing: 1px;
  margin-top: 95px;
  padding-bottom:40px;
  color: #272727;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
#header .button {
  opacity: 0;
}
#header .button.load {
  opacity: 1;
}

/* SELECTED WORKS */

#header .header-backgrounds {
  right: 0;
  position: absolute;
  margin-left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
#header .header-backgrounds .header-background {
  height: 100%;
  position: relative;
}
#header .header-backgrounds .header-background .bg {
  position: absolute;
  width: 100%;
  background-size: cover;
  background-position: center center;
  top: 0;
  height: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}


.discover-more {
  margin-top: 50px;
}

/* 06. VIDEO SETTINGS	============================================ */

#video {
  padding: 180px 0;
  position: relative;
  background: url('/landingpage/img/staffpacks_office.jpg');
  background-size: cover;
  background-attachment: fixed;
  z-index: 9;
}
#video h3 {
  color: #FFF;
  font-size: 42px;
}
#video a {
  -webkit-transition: all 0.0s ease-in-out;
  -moz-transition: all 0.0s ease-in-out;
  -o-transition: all 0.0s ease-in-out;
  transition: all 0.0s ease-in-out;
}
#video .play-ico {
  max-width: 80px;
  margin-top: 30px;
}
#video .play-ico:hover {
  opacity: 0.5;
}

/* 08. CENTERED SECTION SETTINGS	============================================ */

#centered {
  background: #FFFFFF;
  padding: 90px 0px 0px 0px;
  z-index: 9;
  position: relative;
}
#centered .line-of-iphone {
  margin-top: 70px;
  display: block;
  position: relative;
  height: auto;
}
#centered .line-of-iphone ul {
  padding: 0px 15px;
}
#centered .line-of-iphone ul li {
  padding: 0px 0px;
  margin-bottom: -10px;
}

/* 09. CONNECTED SETTINGS ================================================== */

#connected {
  position: relative;
  background: #FFF;
  z-index: 9;
  padding: 90px 0 50px 0;
}
#connected .row {
  max-width: 1250px;
}
#connected h3 {
  font-size: 40px;
}
#connected #connected_feed {
  position: relative;
  display: block;
  padding: 30px;
  height: auto;
}
#connected #connected_feed .flex-control-nav {
  bottom: 0px;
  left: 0;
  right: 0;
  position: absolute;
  width: auto;
}
#connected .twitter-follow-button {
  margin-top: 30px;
}

/* 12. LOADER OF THE PAGE	============================================ */

.loader {
  z-index: 9999999;
  opacity: 1;
  background: rgba(33, 33, 33, 0.95);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.loader img {
  position: relative;
  top: 48%;
  margin: auto;
  max-width: 200px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* 13. MEDIA QUERIES	============================================ */

@media screen and (max-width: 768px) {
  /* TOPBAR */
  #likebtn {
    right: 0;
    left: 0;
    text-align: center;
    padding-right: 0px;
  }
  /* HEADER */
  #header {
    height: auto;
    padding: 110px 0;
  }
  #header .see_more {
    display: none;
  }
  #header .logo, #header a.button {
    text-align: center;
    margin: auto;
  }
  .huge-title h2 {
    font-size: 26px;
    line-height: 40px;
    margin-top: 10px;
    text-align: center;
  }
  #header .royalSlider {
    display: none;
  }
  .huge-title {
    max-width: 100%;
    left: 0%;
    top: auto;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    text-align: center;
  }
 


  /* VIDEO */
  #video  {
    background-attachment: scroll;
    background-size:cover;
    background-position: 50% 50%;
  }
  #video h3 {
    font-size:32px;
    line-height: 40px;
  }


  /* CONNECTED */
  #connected h3 {
    font-size: 28px;
  }
  #connected .flex-direction-nav {
    display: none;
  }
  /* CONTACT */
  #appear-contact {
    display: none;
  }
  #contact {
    height: auto;
    padding: 20px 20px;
    position: relative;
  }
  #contact .row {
    padding: 20px;
  }
  #contact .row .columns {
    padding: 20px 0 0px 0px;
  }
  #contact .row .columns:last-child {
    padding: 0px 0;
  }
  .content {
    top: auto;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
  }
  /* BEINFORMED */

  #appear-beinformed {
    display: none;
  }

  #beinformed {
    padding: 60px 0px;
    position: relative;
  }

  #beinformed .row {
    padding-left: 40px;
    padding-right: 40px;
  }
}
