/* --------------------------------------------------------------------------------------
+
+   AUTHOR:
+
-------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
+
+ BASIC STYLES
+
-------------------------------------------------------------------------------------- */
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%;
  vertical-align: baseline;
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800,400italic);
/*web fonts\bebasneue_regular_macroman\*/
@font-face {
    font-family: 'bebas_neueregular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('BebasNeue-webfont.woff') format('woff'),
         url('BebasNeue-webfont.ttf') format('truetype'),
         url('BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.no-js{
	display:none;
}

.ie9{
	animation: none;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}


.icon-sprite, .icon-icon1, .icon-icon2, .icon-icon3, .icon-icon4, .icon-icon5, .icon-icon6 {
  background: url('../images/icons.png') no-repeat;
}

.icon-icon1 {
  background-position: 0 0;
  height: 99px;
  width: 76px;
}
.icon-icon1:hover, .icon-icon1.icon1_hover, .icon-icon1.icon1-hover {
  background-position: -134px 0;
}

.icon-icon2 {
  background-position: 0 -374px;
  height: 99px;
  width: 76px;
}
.icon-icon2:hover, .icon-icon2.icon2_hover, .icon-icon2.icon2-hover {
  background-position: -134px -374px;
}

.icon-icon3 {
  background-position: 0 -128px;
  height: 99px;
  width: 76px;
}
.icon-icon3:hover, .icon-icon3.icon3_hover, .icon-icon3.icon3-hover {
  background-position: -134px -128px;
}

.icon-icon4 {
  background-position: -15px -487px;
  height: 99px;
  width: 76px;
}
.icon-icon4:hover, .icon-icon4.icon4_hover, .icon-icon4.icon4-hover {
  background-position: -149px -487px;
}

.icon-icon5 {
  background-position: 0 -252px;
  height: 99px;
  width: 76px;
}
.icon-icon5:hover, .icon-icon5.icon5_hover, .icon-icon5.icon5-hover {
  background-position: -134px -252px;
}

.icon-icon6 {
  background-position: 0 -608px;
  height: 99px;
  width: 76px;
}
.icon-icon6:hover, .icon-icon6.icon6_hover, .icon-icon6.icon6-hover {
  background-position: -134px -608px;
}

body {
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  min-width: 1170px;
  width: 100%;
  font-weight: 300;
  overflow-x: hidden !important;
}
body #preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  background: url("../images/ajax-loader.gif") 50% 50% no-repeat white;
  background-size: 50px 50px;
}
body > textarea {
  position: absolute;
  margin-left: -2000px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  color: white;
  font-weight: 300;
  margin-bottom: 20px;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 44px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 12px;
}

a {
  outline: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  color: white;
}
a:active {
  background-color: transparent;
}
a:hover {
  color: #999999;
}

p {
  margin-bottom: 20px;
  clear: both;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

img {
  vertical-align: top;
}

table {
  width: 100%;
}

strong {
  font-weight: bold;
}

small {
  color: #5c697a;
  font-size: 12.8px;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

::-moz-selection {
  background: black;
  color: white;
  text-shadow: none;
}

::selection {
  background: black;
  color: white;
  text-shadow: none;
}

.hide {
  display: none !important;
}

button:hover,
input[type="submit"]:hover,
label {
  cursor: pointer;
}

textarea {
  margin: 0;
  /* removing margin in Mozilla */
  overflow: auto;
  /* for IE and older browsers */
}

/* align checkboxes, radios, text inputs with their label */
input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

#top_wrapper{
  width: 100%;
  height:43px;
  display: block;
  z-index: 1000;
  position: fixed;
  bottom: 45px;
  right:50px;
}

#to_the_top {
  width: 70px;
  height: 68px;
  margin:auto;
  background: url('../images/arrow_down4.png') no-repeat;
  background-position: center -74px;
  display: block;
  z-index: 1000;
  float:right;

  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);

  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;

}
#to_the_top:hover {
  background-position: center 0px;
}

.center {
  text-align: center;
}

/* --------------------------------------------------------------------------------------
+
+ LAYOUT
+
-------------------------------------------------------------------------------------- */
html, body {
  height: 100%;
}

.layout {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -auto;
}
.layout .layout_footer {
  height: auto;
}

footer {
  clear: both;
  position: relative;
  height: auto;
}

.container {
  margin: 0 auto;
  width: 1170px;
}

.left {
  float: left;
}

.right {
  float: right;
}

/*
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'Fontawesome';
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype");
}
.fa {
  display: inline-block;
  font-family: 'Fontawesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-phone:before {
  content: "\f095";
}

.fa-envelope:before {
  content: "\f0e0";
}

/* --------------------------------------------------------------------------------------
+
+ BUTTONS
+
-------------------------------------------------------------------------------------- */
.btn {
  text-align: center;
  color: white;
  border: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn.small {
  padding: 0 20px;
  height: 59px;
  line-height: 58px;
}
.btn.small:hover {
  background: rgba(255, 255, 255, 0.1);
}
.btn.medium {
  padding: 0 40px;
  border: 1px solid transparent;
  background-color: #83bb00;
  height: 49px;
  line-height: 48px;
  font-size: 15px;
  margin-left:11px;
}
.btn.medium:hover {
  background-color: #486700;
}
.btn.large {
  padding: 0 55px;
  height: 59px;
  line-height: 58px;
  color: #fff;
}
.btn.large:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.btn.pb {
  padding: 0 20px;
  height: 49px;
  line-height: 48px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
}

/* --------------------------------------------------------------------------------------
+
+ FORMS
+
-------------------------------------------------------------------------------------- */
input[type="text"], textarea {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: 'Open Sans', sans-serif;
  -webkit-appearance: none;
  box-shadow: none;
}
input[type="text"].small, textarea.small {
  border: 1px solid #fff;
  width: 317px;
  font-size: 15px;
  background-color: transparent;
  color: white;
  height: 59px;
  line-height: 59px;
}
input[type="text"].small:hover, textarea.small:hover {
  background: rgba(255, 255, 255, 0.1);
}
input[type="text"].gray, textarea.gray {
  background-color: #f1f1f1;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  width: 100%;
  border: none;
  color: #5f5f5f;
}
input[type="text"].gray:hover, textarea.gray:hover {
  background-color: #e2e2e2;
}

textarea {
  background-color: #f1f1f1;
  font-size: 14px;
  padding: 25px 25px;
  line-height: 1.5;
  resize: vertical;
  width: 100%;
  border: none;
  color: #5f5f5f;
  min-height: 210px;
}
textarea:hover {
  background-color: #e2e2e2;
}

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}

/* --------------------------------------------------------------------------------------
+
+ HEADER
+
-------------------------------------------------------------------------------------- */
header .text a {
  width: 70px;
  height: 68px;
  display: block;
  background: url('../images/arrow_down3.png') no-repeat 0 -74px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
header .text a:hover {
  background-position: 0 0;
}

header {
  background-color: white;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
header:before, header:after {
  content: '';
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -80px;
  left: 50%;
  margin-left: 960px;
}
header:after {
  left: auto;
  margin-left: 0;
  right: 50%;
  margin-right: 960px;
  -webkit-transform: translate(-2000px, 0);
  -moz-transform: translate(-2000px, 0);
  -ms-transform: translate(-2000px, 0);
  -o-transform: translate(-2000px, 0);
  transform: translate(-2000px, 0);
}
body.active header:before, body.active header:after {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
header #wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
header #wrapper:before, header #wrapper:after {
  content: '';
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
header #wrapper:after {
  -webkit-transform: translate(2000px, 0);
  -moz-transform: translate(2000px, 0);
  -ms-transform: translate(2000px, 0);
  -o-transform: translate(2000px, 0);
  transform: translate(2000px, 0);
}
body.active header #wrapper:before, body.active header #wrapper:after {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
header .text {
  position: absolute;
  width:100%;
  top:450px;
  height:auto;
  z-index: 10;
}

.scroll_down{
  margin-right:50px;
  float:right;
}

header .container {
  position: relative;
}
header nav {
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: -80px;
  left: 0;
  overflow: hidden;
  z-index: 10;
}
body.active header nav {
  background-position: 50% 100%;
}
header nav.fixed {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: -80px;
  position: fixed;
  top: 0;
  bottom: 100%;
  background-image: none;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
header nav.fixed ul {
  display: block;
}
header nav.fixed a {
  color: #4b4b4b;
}
header nav.fixed a:hover {
  color: #074c8d;
}
header nav.fixed .active a {
  color: #0080af;
}
header nav.fixed .logo {
  background-position: 0 -80px;
  display: inline-block;
}
header nav span {
  display: none;
}
header nav .logo {
  width:20%;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  display:none;
  margin-top:20px;
  margin-top:15px;
}
header nav ul {
  height: 80px;
  line-height: 75px;
  display: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
header nav li {
  display: inline-block;
  vertical-align: middle;
}
header nav li + li {
  margin-left: 65px;
}

/* subheader slider */
#bannerscollection img{
  width:100%;
  height:auto;
  position:relative;
  display:block;
}

#bannerscollection_zoominout_majestic {
  width: 100%;
  height: 100%;
  display: block;
}

.bannerscollection_zoominout {
  position: relative;
  z-index: 1;
}
.bannerscollection_zoominout:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 100;
}

.bannerscollection_zoominout img {
  position: relative;
  display: block;
  max-width: inherit;
  max-height: inherit;
  -webkit-backface-visibility: hidden;
}

.bannerscollection_zoominout_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

.bannerscollection_zoominout .contentHolderVisibleWrapper {
  position: absolute;
  overflow: hidden;
  margin-top: 0px;
  *margin-top: -20px;
}

.bannerscollection_zoominout .contentHolder {
  position: absolute;
}

.bannerscollection_zoominout .contentHolderUnit {
  display: block;
  overflow: hidden;
}

.mycanvas {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 10;
  display: none;
}

/***opportune SKIN***/
.bannerscollection_zoominout.opportune .contentHolderVisibleWrapper {
  position: absolute;
  overflow: hidden;
  margin-top: 0px;
}

.bannerscollection_zoominout.opportune .bannerControls {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
}

/* --------------------------------------------------------------------------------------
+
+ FOOTER
+
-------------------------------------------------------------------------------------- */
footer {
  background-color: #000;
  padding: 26px 0;
  width: 100%;
  text-align: center;
}

footer p{
  color:#FFF;
  font-size:12px;
}

/* --------------------------------------------------------------------------------------
+
+ CONTENT
+
-------------------------------------------------------------------------------------- */
main {
  position: relative;
  z-index: 1;
  display: block;
}
/*----------------------------------------------------------------------------------------------------------------------------------- */
#works h3, #team h3, #clients h3, #contact h3 {
  display: block;
  font-size:40px;
  margin-bottom:7px;
}

.popup-email {
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999;
}
.popup-email .element {
  width: 300px;
  height: auto;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: 50%;
  margin-top: -50px;
  background-color: #fff;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-align: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup-email .element p {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
}
.popup-email .element button {
  margin: 0 auto 10px;
}
.popup-email .success {
  color: #15ad9e;
}
.popup-email .error {
  color: #ea5555;
}

.read_more{
  color:#666;
}

.read_more:hover{
  color:#1390A8;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease
}

#about {
  background: #f1f1f1 url('../images/ajax-loader.gif') no-repeat 50% 50%;
  background-size: 30px 30px;
  overflow: hidden;
  font-size: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-height: 600px;
}
#about.about-show {
  min-height: 0;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  padding: 60px 0;
}
#about.active article {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  /* hacks for ie8 */
  display: block\9;
}
#about.active article:nth-child(odd), #about.active article:nth-child(even) {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#about h2 {
  color: #7f0401;
  font-size:20px;
  font-weight:bolder;
}
#about article h2{
  line-height:30px;
}
#about article {
  font-size: 16px;
  height: 300px;
  width: 50%;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  float: left;
  background-color: #f1f1f1;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  /* hack for ie8 */
  opacity: 1\9;
  visibility: visible\9;
  display: none\9;
}
#about article:nth-child(4n+4), #about article:nth-child(4n+1) {
  background-color: #fff;
}
#about article:nth-child(odd) {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
#about article:nth-child(odd) > div {
  right: 0;
  padding-right: 294px;
}
#about article:nth-child(odd) > div .link1 {
  right: 110px;
}
#about article:nth-child(even) {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
#about article:nth-child(even) > div {
  left: 0;
  padding-left: 294px;
}
#about article:nth-child(even) > div .link1 {
  left: 110px;
}
#about article:first-child, #about article:first-child + article {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
#about article:first-child + article + article, #about article:first-child + article + article + article {
  -webkit-transition: all 1s ease-out;
  -webkit-transition-delay: 0.5s;
  -moz-transition: all 1s ease-out 0.5s;
  -o-transition: all 1s ease-out 0.5s;
  transition: all 1s ease-out 0.5s;
}
#about article > div {
  position: absolute;
  top: 55px;
  width: 585px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#about article * {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#about article p {
  font-size: 14px;
  color: #6c6c6c;
  margin-bottom: 24px;
}
#about article .link1 {
  position: absolute;
  top: 45px;
  width: 115px;
  height: 118px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#about article .link2 {
  font-size: 12px;
  color: #920401;
  height: 26px;
  line-height: 26px;
  display: inline-block;
}
#about .about-content {
  font-size: 16px;
  width: 873px;
  margin: 0 auto;
  display: block;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* hack for ie8 */
  opacity: 1\9;
  visibility: visible\9;
  display: none\9;
  position: absolute;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#about .about-content.active {
  -webkit-transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0.5s;
  -moz-transition: all 0.4s ease-in-out 0.5s;
  -o-transition: all 0.4s ease-in-out 0.5s;
  transition: all 0.4s ease-in-out 0.5s;
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  /* hacks for ie8 */
  display: block\9;
  position: relative;
  z-index: 100;
}
#about .about-content .container {
  background-color: #fff;
  width: 100%;
  padding: 50px 60px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#about .about-content .container *:last-child {
  margin-bottom: 0;
}
#about .about-content p {
  color: #5f5f5f;
}
#about .about-content .close {
  top: 15px;
  /*right: 30px;*/
  width:80%;
  margin:auto !important;
  position: absolute;
  color:#06F;
}


#belive {
    background-color: #074c8d;
    height: auto;
    overflow: hidden;
    padding: 60px 0;
    width: 100%;
}

#belive h2 {
  display: block;
  width:7%;
  font-size:30px;
  color:#FFF;
  text-align:right !important;
  float:left !important;
  margin:10px 20px 0 0;
}

.belive-strip{
  width:2px;
  height:115px;
  background-color:#FFF;
  float:left !important;
}

#belive-desc{
  width: 80%;
  margin:15px 0 0 20px;
  float:left;
  color:#FFF !important;
  font-family: 'Open Sans', sans-serif !important;
  height:auto;
  word-wrap:break-word;
}

#belive-desc p {
	line-height:175%;
	font-size:17px;
	display: inline;
}
#belive-desc h1 {
	line-height: 175%;
	font-size: 17px;
	margin: 0;
	padding: 0;
	display: inline;
}


#team {
  width: 100%;
  padding: 60px 0 100px 0;
  text-align: center;
  height:auto;
}

/*-------------------------------------------------------------------------------*/
#team_slider_wrap{
  width:72%;
  margin:auto;
  overflow:hidden;
  padding:5px;
}

.item-team{
  overflow: hidden;
  margin: 20px;
  position: relative;
  width: 170px;
  height: 170px;
  float:left;
  cursor: pointer;
}

.item-team:after{
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.item-team:hover:after{
  opacity: 1;
}


.item-team img {
  width: 100%;
  height:auto;
  overflow: hidden;
}

.item_desc{
  width:90%;
  height:140px;
  position:relative;
  z-index:20;
  color:#FFF;
  margin-top:-170px;
  /*padding-top:30px;*/
  padding:8px 5% 0;
  opacity:0;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.item_desc:hover{
  opacity:1;
}

.item_desc h5{
  font-weight:bold;
  margin-top: 20px;
}

.item_desc p{
  font-weight:400;
  font-style:italic;
  color:#FFF !important;
}

.item_desc a{
  position:relative;
  bottom:35px;
  margin:0 10px;
}

.person_socmed{
  font-family: 'Fontawesome';
  font-size:30px;
}
/*-------------------------------------------------------------------------------*/

#team h3 {
  color: #575757;
}
#team p {
   color: #5f5f5f;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 44px;
}


#member_info {
  display: block;
}
#member_info > div {
  background-color: #f1f1f1;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* hack for ie8 */
  opacity: 1\9;
  visibility: visible\9;
  display: none\9;
  position: absolute;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#member_info > div:before, #member_info > div:after {
  content: " ";
  display: table;
}
#member_info > div:after {
  clear: both;
}
#member_info > div.active {
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  /* hacks for ie8 */
  display: block\9;
  position: relative;
  z-index: 100;
}
#member_info .img_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 370px;
  height: 370px;
}
#member_info .img_wrap img {
  width: 100%;
}


#clients {
  width: 100%;
  background-color: #dfdfdf;
  padding: 60px 0;
  height:auto;

  background-repeat: no-repeat;
  background-position: -100% 50%;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  text-align: center;
}
#clients.active {
  background-position: 50% 50%;
}
#clients article {
  width: 90%;
  margin: auto auto;
}

#clients h3 {
  color:#F37934;
}

#clients p {
  width: 80%;
  margin: 0 auto;
  color: #5F5F5F;
}

.testimonial{
  width: 90%;
  height:auto;
  margin:auto;
  margin-top:35px;
  display:none;
}

.testimonial p{
  padding:20px 0 !important;
}


#contact {
  width: 100%;
  padding: 60px 0 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
#contact .container {
  margin-bottom: 60px;
}
#contact h3 {
  color: #83bb00;
  margin-bottom: 40px;
}
#contact h3, #contact input, #contact textarea {
  position: relative;
}
#contact .main-form {
  margin-bottom: 30px;
}
#contact .main-form div:nth-child(2) {
  margin-left: 19px;
}
#contact .main-form textarea {
  margin-top: 25px;
}
#contact .main-form button {
  float: left;
}
#contact .main-form p {
  color: #8a2036;
  position: absolute;
  top: 100%;
  left: 0;
}
#contact .main-form .cont1 {
  position: relative;
  display: inline-block;
  width: 48%;
}
#contact .main-form .cont2 {
    position: relative;
    display: block;
    width: 98%;
    margin: 0 auto;
}

#contact button {
  float: left;
}

#contact .map #map-canvas {
  width: 100%;
  height: 360px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  top: 0;
  left: 0;
}

.map{
  clear:both;
}

.career-page {
  width: 100%;
  padding: 60px 0;
  background-color: #06294c;
  text-align: center;
  /*background-image: url("../images/drop-background3.png");*/
  background-position: -100% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.career-page h4{
	font-size:35px;
	font-family: 'Open Sans', sans-serif;
}

.career-page.active {
  background-position: 50% 50%;
}

#works .popup-gallery {
  text-align: left;
}

#grid .mix {
  opacity: 0;
  display: none;
}

#works {
  width: 100%;
  padding: 60px 0;
  height: auto;
  background-color: #dfdfdf;
  text-align: center;
}
#works .container {
  width: 1200px;
}
#works h3 {
  color: #31c3c0;
}
#works .button {
  display: inline-block;
  font-size: 16px;
  padding: 0 15px;
  color: #5f5f5f;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: none;
  padding: 0 15px;
  margin: 0;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
}
#works .button:hover,#works .active {
  color: #1F9ED9;
}
#works .button + .button {
  padding-left: 24px;
  background-image: url("../images/projects/slash.png");
  background-position: 0 50%;
  background-repeat: no-repeat;
}

#works #grid {
  margin-top: 25px;
}
#works ul {
  font-size: 0;
}
#works .mix {
  font-size: 16px;
  margin: 20px 1.3%;
  width: 30.733333%;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: top;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

/*browser hack width untuk safari*/
#works .mix:not(*:root) {width: 29.733333%;}

#works .mix:hover .text h5, #works .mix:hover .text span {
  color: #fff;
}
#works .mix:hover .text:before {
  content: "";
  top: 0;
  background-color: #31c3c0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#works .mix:hover img {
  filter: none;
  /* Firefox 3.5+ */
  filter: none;
  /* IE6+ */
  filter: grayscale(0%);
  /* Current draft standard */
  -webkit-filter: grayscale(0%);
  /* New WebKit */
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}
#works .mix:hover span + span {
  background-position: 0 -9px;
}
#works .text {
  padding: 25px 0;
  text-align: center;
  background-color:#18202a;
  color: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
#works .text:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 100%;
}
#works .text h5 {
  color: #fff;
  margin-bottom: 0;
  font-size:19px;
  font-family: 'Open Sans', sans-serif;
  font-weight:bold;
}
#works .text span {
  color: #fff;
  font-size: 12px;
  padding: 0 8px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#works .text span + span {
  padding-left: 14px;
  background-image: url("../images/projects/slash1.png");
  background-position: 0 4px;
  background-repeat: no-repeat;
}
#works img {
  z-index: 2;
  /*height: auto;
  width: 100%;
*/  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  display: block;
  position: relative;
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6+ */
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

@media (max-width: 1200px) {
  body {
    min-width: 100%;
  }

  .container {
    width: 100%;
    min-width: 100%;
    padding: 0 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  header nav {
    background-image: none;
  }
  header nav .nav li + li {
    margin-left: 40px;
  }
  header:before, header:after {
    display: none;
  }
  header #wrapper {
    position: relative;
  }
  header #wrapper:before, header #wrapper:after {
    display: none;
  }
  header #wrapper p {
    color: #18202a;
  }
  header .text {
    position: absolute;
    left: 0;

    right: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  header .text a {
    margin-left: auto;
    margin-right: auto;
  }

  main .container {
    min-width: 100%;
  }

  #about article {
    display: block;
    width: 100%;
    background-color: #fff;
  }
  #about article > div {
    position: relative;
    margin: 0 auto;
  }
  #about article:nth-child(2n+2) {
    background-color: #F1F1F1;
  }
  #about article:nth-child(odd) > div {
    padding-right: 194px;
  }
  #about article:nth-child(odd) > div .link1 {
    right: 0px;
  }
  #about article:nth-child(even) > div {
    padding-left: 194px;
  }
  #about article:nth-child(even) > div .link1 {
    left: 0px;
  }
  #about .first {
    right: 0;
    padding-right: 294px;
  }
  #about .first .link {
    right: 0;
  }
  #about .second {
    left: 0;
    padding-left: 294px;
  }
  #about .second .link {
    left: 0;
  }
  #about .about-content {
    text-align: center;
    width: 80%;
  }
  #about .about-content h2 {
    margin-top: 20px;
  }
  #about .about-content .close {
    right: 0;
	left: 0;
	width:80%;
  }

  #works .container {
    width: 100%;
    padding: 0 5%;
  }

  #pricing article {
    float: none;
    display: inline-block;
    width: 46%;
    margin: 0 1.166666% 30px;
    max-width: 300px;
  }
  #pricing article + article {
    margin: 0 1.166666% 30px;
  }

  #team {
    text-align: center;
  }

  #contact .main-form:before, #contact .main-form:after {
    content: " ";
    display: table;
  }
  #contact .main-form:after {
    clear: both;
  }
  #contact .main-form div:nth-child(2) {
    margin-left: 4%;
  }
  #contact .main-form .cont1, #contact .main-form .cont2, #contact .main-form .cont3 {
    margin-top: 25px;
    float: left;
  }
  #contact .main-form .cont1 {
    width: 48%;
  }
  #contact .main-form .cont2 {
    margin-top: 0;
    width: 100%;
  }
  #contact .main-form .cont1, #contact .main-form .cont2, #contact .main-form .cont3 + .cont1, #contact .main-form .cont2, #contact .main-form .cont3 {
    margin-left: 0;
  }
  #contact .main-form button {
    padding: 0 22px;
  }
  #contact ul {
    text-align: center;
    width: 490px;
    margin: 0 auto;
  }
  #contact ul li {
    margin: 0 14px;
  }
}
@media (max-width: 1000px) {
  header, #wrapper {
    overflow: visible !important;
  }
  header:before, header:after, #wrapper:before, #wrapper:after {
    display: none !important;
  }

  header nav .nav li + li {
    margin-left: 30px;
  }

  #pricing article {
    max-width: auto;
  }

  #contact-form .main-form {
    margin-bottom: 20px;
  }
  #contact-form .human-test {
    margin-bottom: 10px;
  }
  #contact-form .human-test #test {
    margin-bottom: 20px;
  }
  #contact-form .human-test #test, #contact-form .human-test button {
    float: none;
    display: block;
  }
  #contact-form .human-test button {
    margin: 30px auto 0;
  }

  #contact ul li {
    margin-bottom: 10px;
  }
}
@media (max-width: 880px) {
  #works #grid .mix {
    width: 46%;
    margin: 0 2% 20px;
  }

  #team .img_wrap {
    width: 248px;
    height: 248px;
    display: block;
    display: inline-block;
  }
  #team .person_social {
    width: 278px;
  }
  #team .person_social a {
    width: 109px;
    height: 109px;
    display: block;
    line-height: 135px;
  }
  #team #member_info .person_info {
    width: 526px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 28px;
  }

  header nav {
    overflow: visible;
  }
  header nav.fixed ul {
    display: block;
    background-color: rgba(10, 39, 68, 0.95);
  }
  header nav.fixed span {
    display: block;
    float: right;
    margin-top: 17px;
    background: url('../images/drop-nav.png') no-repeat 50% 0;
    width: 27px;
    height: 20px;
    padding: 10px;
    cursor: pointer;
  }
  header nav.fixed span.active {
    background-position: 50% -40px;
	/*color:#009;*/
  }
  header nav .nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: auto;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /* hack for ie8 */
    opacity: 1\9;
    visibility: visible\9;
    display: none\9;
  }
  header nav .nav.active {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    /* hacks for ie8 */
    display: block\9;
  }
  header nav .nav li {
    display: block;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 50px;
    line-height: 48px;
    background-color: transparent;
    border-top: 2px solid #a3a6aa;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
  }
  header nav .nav li:hover {
    background-color: #18202a;
  }
  header nav .nav li a {
    width: 100%;
    height: 100%;
    display: block;
    color: white !important;
    font-size: 20px;
  }
  header nav .nav li + li {
    margin-left: 0;
  }

  #about article {
    height: auto;
    padding: 60px 0;
  }
  #about article > div {
    text-align: center;
    padding: 0;
    position: inherit;
    top: 0;
    padding: 0!important;
    width: 100%;
  }
  #about article > div .link1 {
    position: relative;
    width: 76px;
    height: 99px;
    display: block;
    clear: both;
    top: 0;
    left: 0;
    margin: 0 auto 45px;
  }
  #about article > div a {
    float: none;
  }
  #about article > div h2 {
    margin-bottom: 35px;
  }
  #about article > div p {
    width: 80%;
    margin: 0 auto 20px;
  }
  #about article:nth-child(odd) > div {
    right: 0;
    padding-right: 0;
  }
  #about article:nth-child(odd) > div .link1 {
    right: 1;
  }
  #about article:nth-child(even) > div {
    left: 0;
    padding-left: 0;
  }
  #about article:nth-child(even) > div .link1 {
    left: 0;
  }

  #belive h2 {
	  width:95%;
	  float:left !important;
	  margin:10px 0 0 -20px;
	  text-align:center !important;
  }

  .belive-strip{
	  width:95%;
	  height:2px;
	  float:left;
	  margin:20px 0 0 20px;
  }

  #belive-desc {
    width: 95%;
  }

  #team * {
    text-align: center !important;
  }

  #pricing p {
    width: 100%;
  }
  #pricing article {
    width: 100%;
    margin-bottom: 30px;
  }
  #pricing article > div h2 {
    height: 100px;
    line-height: 100px;
  }
  #pricing article li {
    font-size: 14px;
  }
  #pricing article a {
    padding: 0 15px;
    font-size: 18px!important;
  }

  #subscribe p {
    margin-bottom: 0;
  }
  #subscribe form {
    text-align: center;
  }
  #subscribe input {
    text-align: center;
    width: 250px;
    display: block;
    margin: 60px auto 0;
  }
  #subscribe button {
    margin: 30px auto 0;
    display: block;
  }

  #contact #human-test {
    text-align: center;
  }
  #contact ul {
    text-align: center;
  }

  .icon-icon1,.icon-icon2,.icon-icon3,.icon-icon4,.icon-icon5,.icon-icon6{
  	width:109px !important;
	height:109px !important;
  }

  #about h2{
	width:95%;
	margin:20px auto !important;
  }
}
@media (max-width: 700px) {
  body {
	  min-width: 700px !important;
	  overflow-x: hidden !important;
  }
  main {
	  top: -78px;
  }
  footer {
	  top: -78px;
  }
  #works #grid .mix {
    width: 70%;
    margin: 0 15% 20px;
  }
}
@media (max-width: 600px) {
  body {
	  min-width: 600px !important;
	  overflow-x: hidden !important;
  }
  #team .img_wrap {
    margin-bottom: 30px;
  }
  #team .person_social {
    width: 248px;
    display: block;
    margin: 0 auto 30px;
  }
  #team .person_social a {
    margin-left: 0;
  }
  #team .person_social a:first-child, #team .person_social a:first-child + a + a {
    margin-right: 30px;
  }
  #team #member_info .person_info {
    font-size: 16px;
    width: 248px;
    text-align: center;
  }
  #team #member_info .person_info:before {
    right: 49%;
  }
  #team #member_info .person_info a {
    display: inline-block;
    margin: 0 auto 20px;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
  }
  #team #member_info h2, #team #member_info p {
    text-align: left;
  }

  #contact .main-form div:nth-child(2) {
    margin-left: 0;
  }
  #contact .main-form .cont1 {
    width: 100%;
  }
}
@media (max-width: 580px) {
  body {
	  min-width: 580px !important;
	  overflow-x: hidden !important;
  }
  header nav .nav li {
	height: 50px;
    line-height: 32px;
  }
  header nav .nav li a {
	font-size: 25px;
	margin-top:10px;
  }

  #contact {
    text-align: center;
  }
  #contact .human-test label {
    margin-bottom: 30px;
  }
  #contact .human-test button {
    margin: 0 auto;
    float: none;
  }
  #contact ul {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  #contact ul li {
    float: none;
    display: inline-block;
    margin: 0 15px 25px;
  }

  #works #grid .mix {
    min-width: 90%;
    margin: 0 5% 20px;
  }
}



#team .owl-controls .owl-page,
#team .owl-controls .owl-buttons div {
  cursor: pointer;
}
#team .owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#team .owl-controls .owl-prev, #team .owl-controls .owl-next {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 50px;
  margin-top: -25px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  display: block;
}
#team .owl-controls .owl-prev {
  left: -20%;
  background-image: url("../images/arrow1-left.png");
}
#team .owl-controls .owl-next {
  right: -20%;
  background-image: url("../images/arrow1-right.png");
}

#clients .owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#clients .owl-carousel {
  /*display: none;*/
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
#clients .owl-carousel img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0.55;
  filter: grayscale(100%);
}
#clients .owl-carousel img:hover {
  opacity: 1;
  filter: grayscale(0%);
}
#clients .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
}
#clients .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
#clients .owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
#clients .owl-carousel .owl-item {
  float: left;
  padding-top:10px;
  height:125px;
}
#clients .owl-controls .owl-page,
#clients .owl-controls .owl-buttons div {
  cursor: pointer;
}
#clients .owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#clients .owl-controls .owl-prev, #clients .owl-controls .owl-next {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 15px;
  height: 39px;
  display: inline-block;
  opacity: 0.7;
  top: 50%;
  margin-top: -19px;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}
#clients .owl-controls .owl-prev {
  background-image: url("../images/arrow3-left.png");
  left: -30px;
}
#clients .owl-controls .owl-prev:hover {
  opacity: 1;
}
#clients .owl-controls .owl-next {
  background-image: url("../images/arrow3-right.png");
  right: -30px;
}
#clients .owl-controls .owl-next:hover {
  opacity: 1;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: fixed;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 44px;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  max-height: 100% !important;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: none;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}



/*-------------------------think do build and create animation---------------------------------*/
.slogan-wrapper{
	width:360px;
	height:450px;
	z-index:50;
	position:absolute;
	margin-top:90px;
}

.slogan-wrapper p {
	font-family: 'bebas_neueregular', sans-serif;
	color:#FFF !important;
	font-size:80px;
	text-align:center;
	margin-top: -20px;
}

.slogan-block{
	height: 80px;
}
@-webkit-keyframes myAnim1 {
    0%   {left:-200px;}
    100% {left:0px;}
}

@-moz-keyframes myAnim1 {
    0%   {left:-200px;}
    100% {left:0px;}
}

@keyframes myAnim1 {
    0%   {left:-200px;}
    100% {left:0px;}
}

.think, .do, .build, .and, .create{
  -webkit-animation: myAnim1 0.5s;
  -moz-animation: myAnim1 0.5s;
  animation: myAnim1 0.5s;
  -webkit-animation-timing-function:ease-in-out;
  -moz-animation-timing-function:ease-in-out;
  animation-timing-function:ease-in-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position:relative;
  float: left;
}

.think{
	width:234px;
	background-color:#e0a636;
}

.do{
	width:150px;
	background-color:#f54a82;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	animation-delay: 0.5s;
	left:-200px;
}

.build {
    animation-delay: 1s;
    background-color: #074c8d;
    clear: right;
    left: -350px;
    width: 224px;
}

.and{
	width:105px;
	margin-left:-2px;
	margin-top:12px;
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
	height:62px;
	padding:0;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	animation-delay: 1.5s;
	left:-300px;
}

.and p{
	font-size:30px !important;
	font-weight:500 !important;
	color:#333 !important;
	font-family:'open sans', sans-serif;
}

.create{
	width:262px;
	background-color:#3fe388;
	left:-300px;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	animation-delay: 2s;
}


/*-------------------------think do build and create animation---------------------------------*/

.address-wrapper{
	height:auto;
	width:100%;
	background-color:#83bb00;
}

.address-left{
	height:230px;
	width:50%;
	float:left;
	background-color:#83bb00;
	color:#000;
}

.address-right{
	height:230px;
	width:50%;
	float:left;
	background-color:#507201;
}

.address-detail-wrapper{
	width:70%;
	height:60%;
	margin:auto;
	margin-top:20px;
}

.address-detail{
	width:100%;
	height:auto;
}

.contact-icon{
	font-family: 'Fontawesome';
	font-size:26px;
	color:#000;
	margin:0 10px 0 0;
	width:10%;
	height:auto;
	float:left;
}

.fa-map-marker{
	margin-top:2px;
}

.fa-envelope{
	clear:both;
}

.address-detail p{
	text-align:left;
	font-weight:normal;
	margin-bottom:0;
}

.address-desc{
	width:80%;
	float:left;
	clear:unset;
	margin-top:5px;
}

.alamat{
	margin-bottom:5px;
}

.get_social{
	width:100%;
	height:235px;
	margin:40px auto auto;
}

.get_social h4{
	font-size:35px;
}

.add{
	width:10%;
	height:100%;
	background-color:#06C;
	float:left;
}

.socmed-icons{
	width:309px;
	height:125px;
	margin:auto;
}

.socmed-icons a{
	border-radius:50%;
	transition:none;
}

.socmed{
	width:73px;
	height:73px;
	float:left;
	margin:10px 15px;
	background:url(../images/socmed-icons1.png);
}

.socmed1{
	background-position:0 0;
}

.socmed1:hover{
	background-position:0 -76px;
}

.socmed2{
	background-position:-98px 0;
}

.socmed2:hover{
	background-position:-98px -76px;
}

.socmed3{
	background-position:73px 0;
}

.socmed3:hover{
	background-position:73px -76px;
}

@media all and (max-width: 980px){
	header .text {
	  position: absolute;
	  width:100%;
	  top:570px;
	  height:140px;
	  z-index: 10;
	}

	.scroll_down{
	  margin-right:50px;
	  float:left;
	}

	.socmed-icons{
		width:309px;
	}

	#contact button{
		margin:30px 0 0 0;
	}
}


@media all and (max-width: 800px){
   .address-wrapper{
	    height:auto;
	    width:100%;
	}
.address-left{
  height:auto;
  width:100%;
 }
.address-right{
  height:230px;
  width:100%;
 }
	.address-desc{
		width:77%;
	}

	#belive-desc{
		margin-top:0;
	}
	#team_slider_wrap{
		width:58%;
	}
}

@media all and (max-width: 768px){
	#belive-desc{
		margin-top:15px;
	}

	#team_slider_wrap{
		width:61%;
	}
}

@media all and (max-width: 640px) and (orientation: landscape){
	.scroll_down{
		margin-top:160px !important;
	}
}

@media all and (max-width: 480px) and (orientation: landscape){
	.scroll_down{
		margin-top:185px !important;
	}
}

@media all and (max-width:360px){
	body {
	  min-width: 360px !important;
	  overflow-x: hidden !important;
    }
	footer {
	  margin-top: -78px;
	  top: 0 !important;
    }
	#team_slider_wrap{
		width:71%;
	}
	.scroll_down{
	  margin-right:50px;
	  float:right;
	}

	header .text {
	  position: relative;
	  width:100%;
	  top:-85px;
	  height:140px;
	  z-index: 10;
	}

	.think{
	  width:235px;
	}

	.build{
	  width:225px;
	}

	.and{
	  width:123px;
	  height:82px;
	  margin-top:0;
	}

	.create{
	  width:265px;
	}

	#belive h2 {
	  width:95%;
	  float:left !important;
	  margin:10px 0 0 20px;
	}

	.belive-strip{
	  width:95%;
	  height:2px;
	  float:left;
	  margin:20px 0 0 20px;
	}

	#top_wrapper{
	  right:0px;
	}

}

@media all and (max-width: 320px){
	.scroll_down{
		margin-top:10px !important;
	}

	.slogan-wrapper{
		margin-top:-5px;
	}
	.scroll_down{
	  margin-right:50px;
	  float:right;
	}

	.btn{
		font-size:15px;
	}

	#team_slider_wrap{
		width:83%;
	}
}


.career-page{
 background-color:#f1f1f1;
}

.career-page .container{
 overflow:hidden;
}

.career-page .container h4{
 margin-bottom:40px;
 color:#444;
}

.career-single{
 width:30%;
 /*height:auto;*/
 height:300px;
 box-sizing:border-box;
 padding:10px;
 margin:1% 1.5%;
 float:left;
}

.career-single:nth-child(2){
 background-color:#E14938;
}

.career-single:nth-child(3){
 background-color:#28324E;
}

.career-single:nth-child(4){
 background-color:#9365B8;
}

.career-single:nth-child(5){
 background-color:#3D8EB9;
}

.career-single:nth-child(6){
 background-color:#F37934;
}

.career-single:nth-child(7){
 background-color:#00A885;
}

.career-single a{
 box-sizing: border-box;
    font-size: 18px;
    height: 45px;
    padding: 6px;
    width: 150px;
 color:#FFF;
}

.career-single h3{
 margin:40px 0;
 font-size:160%;
}

.career-single p{
 height: 90px;
    margin: 20px 5px;
}

.career-single a:hover{
 background-color:#CCC;
 color:#222;
}

/*.owl-controls{display:none !important}*/
.owl-wrapper{width:auto !important;transform:unset !important;}
.testiWrapper{display:none;}

@media all and (max-width: 800px){

 .career-single{
  width:45%;
  margin:1% 2%;
 }

}

@media all and (max-width: 700px){

 .career-single{
  width:100%;
  margin:1% 0;
 }

}
