/*==================================
=            CORE style            =
==================================*/
html * {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

html,body {
	font-size: 100%;
	font-family: "Lato", helvetica, arial, sans-serif;
	font-weight: 400;
	color: #404040;
	background-color: #1d2023;
	position: relative;
	right: 0;
	overflow-x: hidden;
	/*height: 100%;*/
}

a {
	font-weight: 700;
	color: #3392a6;
	/*fix dotted line*/
	outline: 0;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover,a:focus {
	text-decoration: none;
	color: #383838;
	/*fix dotted line*/
	outline: 0;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}
.padding-top {
	padding-top: 60px;
}
.padding-bottom {
	padding-bottom: 60px;
}
.padding-top-bottom {
	padding-top: 60px;
	padding-bottom: 60px;
}

hr {
	border-top: 1px solid #ccc;
}
::selection {
  background: #141414; 
}

.lead {
	font-weight: 400;
	font-style: italic;
	color: #A0A0A0;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-weight: 400;
}

img, embed, object, video, svg {
	/*max-width: 100%;*/
}
p{
	 border: 0; 
	 font-size: 100%; 
	 font: inherit; 
	 line-height: 24px;
	 margin-bottom: 15px;
}

code {
	padding: 2px 4px;
	color: #c6463d;
	background-color: #f5f5f5;
	border-radius: 0;
}
pre {
	border: 0;
	border-radius: 0;
	margin: 1.5em 0;
}
/*
@media (max-width: 992px) {
  body {
  }
  .text-left,
  .text-right {
    text-align: center;
  }
  .row [class^=col-] {
    padding-bottom: 40px;
  }
  .row.no-dev [class^=col-],
  .row [class^=col-sm-] {
    padding-bottom: 0px;
  }
  .row [class^=col-]:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .row [class^=col-sm-] {
	padding-bottom: 40px;
  }
}
*/

/*================================
=            Half box            =
================================*/

.half-box-left {
  max-width:555px;
  float:right;
  height: inherit;
  padding-right: 30px;
  
}
@media (max-width: 1200px) {
  .half-box-left {
      max-width: 455px;
      padding-right: 30px;
   }
}      
@media (max-width: 992px) {
  .half-box-left {
      max-width: 345px;
      padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .half-box-left {
      max-width: 100%;
  }
}


/*-----  End of Half box  ------*/

/*==================================
=            Middle row            =
==================================*/

.middle-row {
    font-size: 0;
}
.middle-row > * {
    float: none;
    display: inline-block;
    font-size: 16px;
}
.middle-row p:last-child {
    margin-bottom: 0;
}
.middle-row h2 {
	margin-top: 0;
}
.middle  {
    vertical-align: middle;
}
@media (max-width: 767px) {
  .middle-row > *  {
     display: block;
     text-align: center;
  }
}
/*-----  End of Middle row  ------*/




/*=============================
=            IMAGE            =
=============================*/

.footer-image {
	  margin: auto;
    display: block;
    position: absolute;
    bottom: 0;
}

/*-----  End of IMAGE  ------*/



/*=====================================
=            Half baground            =
=====================================*/

.bg-half-right {
	  background: linear-gradient(
    to right, 
    #FFFFFF 0%, 
    #FFFFFF 50%, 
    #ecf0f1 50%, 
    #ecf0f1 100%
  );
}.bg-half-left {
	  background: linear-gradient(
    to right, 
    #ecf0f1 0%, 
    #ecf0f1 50%, 
    #FFFFFF 50%, 
    #FFFFFF 100%
  );
}
@media (max-width: 767px) {
	.bg-half-right,
	.bg-half-left {
		background: #ecf0f1;
		text-align: center;
		border-bottom: solid #aaa 1px;
	}
	.bg-half-right img{
		padding-top: 40px;
	}
}

/*-----  End of Half baground  ------*/


.map {
	height: 400px;
}
/*================================
=            Sections            =
================================*/

section {
	background-color: #FFF;
	position: relative;
}
.header {
	text-align: center;
}
.header h2{
	font-size: 38px;
	font-weight: 400;
	display: block;
	margin-top: 0;
	text-transform: uppercase;
}
.header p {
	font-size: 21px;
	line-height: 28px;
	font-weight: 300;
	margin-bottom: 60px;
}
/*-----  End of Sections  ------*/

 


.color-text {
	color: #141414;
}
	
.white-text {
	color: #FFF!important;
}	

.texture-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/grid.png);
}
.color-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    background-color: #141414;
}
.dark-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    background-color: #000;
}
.bg-image-1 {
	 background: #FFF url(../img/img9.jpg)  no-repeat center center;
	 background-size: cover;
}
.bg-image-2 {
	 background: #FFF url(../img/img12.jpg)  no-repeat center center;
	 background-size: cover;
}
.bg-image-3 {
	 background: #FFF url(../img/city2.jpg)  no-repeat center center;
	 background-size: cover;
}
.bg-image-4 {
	 background: #FFF url(../img/bridge.jpg)  no-repeat center center;
	 background-size: cover;
}
.bordered {
	border: 2px solid #fff;
	display: inline-block;
}
/* center module */
.m-center {
	display: table;
	width: 100%;
}
.m-center .center-box {
	display: table-cell;
	vertical-align: middle;
	margin-top: 0;
	margin-bottom: 0;
	float: none;
	z-index: 60;
}
.m-center > div > div{
	position: relative;
}

/* center module */
.m-center {
	display: table;
	width: 100%;
}
.m-center .center-box {
	display: table-cell;
	vertical-align: middle;
	margin-top: 0;
	margin-bottom: 0;
	float: none;
	z-index: 60;
}
.m-center > div > div{
	position: relative;
}

/*=======================================
=            Center vertical            =
=======================================*/

.center-vertical {
	display: table;
	height: inherit;
}
.center-vertical .center-vertical-box {
	display: table-cell;
	vertical-align: middle;
	margin-top: 0;
	margin-bottom: 0;
	float: none;
	z-index: 60;
	height: inherit;
}
.center-vertical > div > div{
	/*position: relative;*/
}

/*-----  End of Center vertical  ------*/



.module-2 {
    min-height: 500px;
    padding: 0;
/*    background: no-repeat;
    background-color: #FFFFFF;*/
}
.module-28 .item {
    height: 500px;
    background-size: cover;
    position: absolute;
    width: inherit;
    height: inherit;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

/*============================
=            Hero            =
============================*/
#hero {
	height: 550px;
}
.hero-unit {
	text-align: center;
	padding: 0;
	margin: 0;
	background-color: transparent;
}
.hero-unit h1{
	font-size: 42px;
	font-weight: 300;
}
.hero-start-link,
.hero-start-link:focus {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -19px;
	margin-bottom: 15px !important;
	display: block;
	width: 40px;
	height: 40px;
	border: 2px solid #FFF;
	border-radius: 50%;
	line-height: 36px;
	text-align: center;
	font-size: 28px;
	color: #FFF;
}
.hero-start-link:hover {
	background: #FFF;
	border-color: #FFF;
	color:#383838;
	text-decoration: none;
}


/*-----  End of Hero  ------*/



/*===============================
=            Spinner            =
===============================*/
.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: rgba(255,255,255,0.5);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0); }
  40% { -webkit-transform: scale(1.0); }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/*-----  End of Spinner  ------*/





/*-----  End of CORE style  ------*/



/*==================================
=            Transition            =
==================================*/

#menu, #wrap, .menu-open, #menu-link, #menu .close-menu, .submenu-list
,.nav-icon,.btn {
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*-----  End of Transition  ------*/


/*===============================
=            Buttons            =
===============================*/
.btn {
	font-family: inherit;
	font-size: 14px;
	cursor: pointer;
	padding: 0 15px;
	line-height: 46px;
	display: inline-block;
	margin: 0 10px 15px 0;
	text-decoration: none;
	outline: none !important;
	position: relative;
	background: #141414;
	color: #fff;
	border: 2px solid #141414;
	border-radius: 4px;
	font-weight: 700;
	letter-spacing: 1px;
}
.btn:hover,
.btn:active,
.btn:focus {
	color: #fff;
	top: 0;
	text-decoration: none;
	background-color: #3392a6;
	box-shadow: none;
	border: 2px solid #3392a6;
	webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
	-moz-box-shadow: 0px 7px 26px -4px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 7px 26px -4px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 7px 26px -4px rgba(0, 0, 0, 0.7);
}

/* Button fa icons */
.btn > i.fa {
	padding-right: 10px;
}

/* Button outline */
.btn.outline {
	background: transparent;
	border: 2px solid #3392a6;
	box-shadow: none;
	color: #141414;
	text-decoration: none;
}
.btn.outline:hover,
.btn.outline:focus {
	background: #3392a6;
	border-color: #3392a6;
	color:#FFF;
	top:0;
	text-decoration: none;
		-moz-box-shadow: 0px 7px 26px -4px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 7px 26px -4px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 7px 26px -4px rgba(0, 0, 0, 0.7);
}

/* Button outline white*/
.btn.outline-white {
	background: transparent;
	border: 2px solid #FFF;
	box-shadow: none;
	color: #FFF;
	text-decoration: none;
}
.btn.outline-white:hover,
.btn.outline-white:focus {
	background: #FFF;
	border-color: #FFF;
	color:#383838;
	top:0;
	text-decoration: none;

	-moz-box-shadow: 0px 7px 26px -4px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 7px 26px -4px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 7px 26px -4px rgba(0, 0, 0, 0.7);
}

/* Button  white*/
.btn.white {
	background: #FFF;
	border: 2px solid #FFF;
	box-shadow: none;
	color:#383838;
	text-decoration: none;
}
.btn.white:hover,
.btn.white:focus {
	color: #fff;
	top: 0;
	text-decoration: none;
	background-color: #3392a6;
	box-shadow: none;
	border: 2px solid #3392a6;
	-moz-box-shadow: 0px 7px 26px -4px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 7px 26px -4px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 7px 26px -4px rgba(0, 0, 0, 0.7);
}
/*-----  End of Buttons  ------*/

.img-mobil {
	background-image: url('../img/mobil.png');
    background-repeat: no-repeat;
    background-position: center top !important;
    text-align: center;
    padding-top: 300px;

}
@media (max-width: 767px) {
	.img-mobil {
	    margin-top: 30px;
	}
}
.nexus9 {
  background-image: url('../img/nexus9.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top !important;
  text-align: center;
  padding-top: 300px;
  min-height: 100px;

}
@media (max-width: 767px) {
	.nexus9 {
	    padding-top: 200px;
	      margin: 0 15px;
	}
}
@media (max-width: 380px) {
	.nexus9 {
	    padding-top: 150px;
	     margin: 0 15px;
	}
	}
}