/* CSS Document Stramina */
/*
	Author: Mobilife SL
	Website: www.mobilife.es*/
	
	
/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   00 - Reset   */
/*   01 - General & Basic Styles   */
/*   02 - Main Page Elements       */
/*   03 - Animations       */

/*------------------------------------------*/
/*	     00 - Colors
/*------------------------------------------*/
/* text-color:   	#444444
/* app-color1:	 	#2684d1
/* app-color1dark: 	#154b77
/* dark-grey: 	 	#444444
/* light-grey: 		#f2f2f2


/*------------------------------------------*/
/*	     00 - Reset
/*------------------------------------------*/

html, body {  height: 100%; }

body {
  margin: 0px;
  padding: 0px; }

h1, h2, h3, h4, h5, h6 {	margin: 0;   }

ul {
  margin: 0;
  padding: 0;  
}


*{  
	box-sizing: border-box;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	}
  
  
/*------------------------------------------*/
/*	     01 - General & Basic Styles
/*------------------------------------------*/

body {
  font-family: "open sans", sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: normal;
  color: #444444;
  }

img {
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none;
  color: #444444;
  }
  
a:hover, a:active{  
  /*text-decoration: underline;*/
  color: #2684d1;
  /*font-weight: bold;*/
	}  

  h1, h2, h3, h4, h5, h6 {
  /*margin: 0;
  font-weight: normal;*/ }

h1, .h1 {	
  font-size: 32px;
  /*line-height: px;*/
  text-align: center;
  color: #2684d1;
  padding: 12px 0;
  margin: 48px 0 16px;
  }

h2, .h2{
	font-size: 20px;
	color: #2684d1;
	margin: 24px 0 12px 0;
}

h3, .h3{
	font-weight: bold;
	font-size: 16px;	
}
  
p {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 16px;
  }  
  
li{
	line-height: 24px;
	margin-bottom: 6px;
	}  
 
 
 
 button, .button{
	background-color: #2684d1;
	height: 36px !important;
	padding: 7px 16px;
	border: none;
	border-radius: 3px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	margin: 16px 0 !important;
	width: auto !important;
  }
  
button:hover, button:active, .button:hover, .button:active {
	background-color: #154b77;
	cursor: pointer;	
}

table{
	border-collapse: collapse;
	/*margin: ;*/
}

input[type="text"], input[type="email"], textarea{
	width: 100%;	
	margin-bottom: 12px;
	border: 1px solid lightgrey;
	border-radius: 3px;
	padding: 12px 6px;	
}



.material-icon{
} 

.left {float: left;}

.right {float: right;}

.clear {clear: both;}

.center {text-align: center; } 

.hr{
	background-color: #2684d1;
	height: 2px;
	width: 200px;
	margin: 0px auto 32px;
}

/*------------------------------------------*/
/*	      02 - Main Page Elements
/*------------------------------------------*/

/*************** Dark BG ***************/
#dark_bg{
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 999;
	display: none;
}

/*************** Header ***************/
header, .header{
	padding: 12px;	
	width: 100%;
	background-color: white;
}

.logo img{
	height: 40px;
}

.fixed_header{
	position: fixed;
	top: 0px;
	left: 0px;
	box-shadow: 5px 5px 5px lightgrey;
	z-index: 100;
	background: rgba(255, 255, 255, .95);
	height: 56px;
}

.fixed_header img{
	height: 30px !important;
}



/*************** Navigation ***************/

nav ul {
	display: inline-block;
	text-align: right;
	list-style-type: none;
}

nav ul li{
	display: inline-block;
	padding: 0 12px;
}

.active{
	color: #2684d1;
	font-weight: bold;
}

.nav2{	
	display: block !important;
	z-index: 10000 !important;
	position: fixed !important;
	top: 0 !important;
	right: 0 !important;
	margin: 0px !important;	
	max-width: 100%;
	height: 100%;
	text-align: center;
	}

.nav2 ul{
	width: 100%;
	margin-top: 0 !important;	
	height: 100%;
	background-color: white;
	width: 450px;
	max-width: 100%;
	text-align: center;
	}

.nav2 a{
	margin-top: 0 !important;
	color: #2684d1;
	text-transform: capitalize !important;
	font-size: 20px;
	}

.nav2 ul li{
	margin-top: 0 !important;
	display: block !important;
	width: 100% !important;
	padding: 12px 0 !important;
	background-color: white !important;
	display: block;
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px solid #f2f2f2;
	font-size: 20px;
	width: 100%;
	margin: 0;
	text-align: center;
	}

.nav2 ul li:hover, .nav2 ul li:active{
	border: none;
	color: white;
	background: #2684d1 !important;
	}

.close{	
	float: right;
	height: auto;
	cursor: pointer;
	display: none;
	text-align: right;
	padding: 16px 16px 0 0 !important;
	border-bottom: none !important;	
}

.close:hover{	
	color: #154b77;
	cursor: pointer;
	transform: scale(1.2);
	}



/*************** Toogle ***************/

.toogle{
	float: right;
	display: none;
}


.toogle i:hover{
	cursor: pointer;
	transform: scale(1.4);
}

.close_button{
		display: none;
		}


/*************** CONTENT ***************/
.container{
	padding: 0 16px;
	width: 100%;
	margin: 0 auto;	
}

.content{
	max-width: 940px;
	margin: 0 auto;	
}

/*************** Intro ***************/

.intro{
	background: #2684d1 url("../images/intro.jpg") no-repeat center top;
	height: 450px;
	background-size: cover;
	padding-top: 60px;
}

.intro .left, .intro .right{
	width: 50%;
}

.question{
	color: white;
	text-shadow: 2px 2px 5px black;
	font-weight: bold;
	font-size: 18px;
	padding: 40px 0;
}

#question1{	text-align: left; animation: intro1 6s 0s linear; animation-fill-mode: forwards;}

#question2{	text-align: left; animation: intro2 6s 0s linear; animation-fill-mode: forwards;}

#question3{	text-align: left; animation: intro3 6s 0s linear; animation-fill-mode: forwards;}

#question4{	text-align: right; animation: intro4 6s 0s linear; animation-fill-mode: forwards;}

#question5{	text-align: right; animation: intro5 6s 0s linear; animation-fill-mode: forwards;}

#question6{	text-align: right; animation: intro6 6s 0s linear; animation-fill-mode: forwards;}


/*************** Answer ***************/
.answer{
	padding-bottom: 64px;
	text-align: center;
	font-size: 16px;
	
}

.solution1{	animation: solution1 6s 0s ease-in-out; animation-fill-mode: forwards;}

.solution2{	animation: solution2 6s 0s ease-in-out; animation-fill-mode: forwards;}

.solution3{	animation: solution3 6s 0s ease-in-out; animation-fill-mode: forwards;}


/*************** Blocks ***************/
.block{
	margin: 0 0 32px;
}

.block_text{
	width: 50%;
	padding: 0 16px 16px;
}

.block_img{
	width: 50%;
	padding: 16px 60px;
	text-align: center;
}

.block_img img{
	border: 1px solid #f2f2f2;
	max-width: 350px;
	width: 100%
}

/*************** Functionality ***************/

.funct{
	background-color: #f2f2f2;
	padding-top: 8px;
	padding-bottom: 48px;
}

.funct_block{
	background-color: white;
	width: 30%;
	margin: 16px 1.5%;
	float: left;
	padding:  32px 16px 16px;
	height: 330px;
	box-shadow: 5px 5px 10px 0px rgba(130,130,130,1);
}

.funct_block .h3{
	text-align: center;
	margin: 12px 0 8px;
}


.funct_block ul{
	margin-left: 18px;
}

.funct_icon{
	text-align: center;
	margin: 0 auto;
	width: 70px;
	height: 70px;
	border-radius: 35px;
	padding: 12px 0 0;
}

.funct_icon i{
	font-size: 48px;
	/*color: white;*/
}

.funct_block:hover{	
	box-shadow: 20px 20px 10px 0px grey;
	transform: scale(1.06);
}

.funct_block:hover .h3{	
	
	font-size: 20px;
}

.funct_block:hover .funct_icon{	
	background-color: #2684d1;
	transform: scale(1.3, 1.3) !important;
	
}

.funct_block:hover i{	
	color: white;
	transform: scale(1.1, 1.1);		
}



/*************** Views ***************/	


.carousel{
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.carousel ul {
	display: flex;
	padding: 0;
	width: 300%;	
	animation: carousel_animation 14s infinite linear;
}

.carousel li {
	width: 100%;
	list-style: none;
	text-align: center;
}

.carousel img {	
	max-height: 400px;
	margin: 0 auto;
}

.view{	
	padding: 32px; 
}


.view_text{
	text-align: center;
	padding: 14px;
	margin-bottom: 20px;
	font-size: 20px;
	font-style: italic;
	color: #2684d1;
}


/*************** Customers ***************/	

.customers{
	background: #2684d1 url("../images/customers_background.jpg") no-repeat center center;
	background-size: cover;
	padding-top: 8px;
	padding-bottom: 36px;
}

.customer{
	width: 20%;
	float: left;
	padding: 16px 32px;
	text-align: center;
}

.customer img{
	max-width: 120px;
	}

.customer img:hover{
	cursor: pointer;
}


/*************** Contact ***************/	

.map{
	margin: 24px 0 40px 0;
}

.formular{
	width: 50%;
	float: left;
	padding-right: 32px;
}

.address{
	width: 35%;
	float: right;
}

.address .material-icons{
	padding: 0 16px 0 16px;
	position: relative;
	top: 8px;
}

/*************** Up button ***************/		

.up_button{
	position: fixed;
	right: 16px;
	bottom: 16px;
	height: 42px;
	width: 42px;
	text-align: center;
	padding-top: 3px;
	background-color: #2684d1;
	border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0px 5px 10px #000000;
	cursor: pointer;
	opacity: 0.9;
	filter: alpha(opacity=90);	
}

.up_button:hover, .up_button:active{
	background-color: #154b77;
	}

.up_button img{
	height: auto;
	width: 36px;
}



/*************** Footer ***************/	
footer{
	width: 100%;
	background: #444444;
	color: white;
	padding: 32px 16px;
	font-size: 13px;
	margin-top: 40px;
	
}

.footer_content{
	max-width: 940px;
	margin: 0 auto;	
}

footer a{
	color: white;
}

.col4{
	width: 25%;
	float: left;
}

.footer_content i{
	color: white;
	font-size: 18px;
	padding: 0 16px 0 0;
	position: relative;
	top: 6px;
}
}



/*------------------------------------------*/
/*	      03 - Animations
/*------------------------------------------*/

/*************** Intro ***************/


@keyframes intro1 {	
  0% {filter:alpha(opacity=0); opacity:0;}
  5% {filter:alpha(opacity=0); opacity:0;}
  15% {filter:alpha(opacity=100); opacity:1;}
  100% {filter:alpha(opacity=100); opacity:1;}
}

@keyframes intro2 {	
  0% {filter:alpha(opacity=0); opacity:0;}
  15% {filter:alpha(opacity=0); opacity:0;}
  25% {filter:alpha(opacity=100); opacity:1;}
  100% {filter:alpha(opacity=100); opacity:1;}
}

@keyframes intro3 {	
  0% {filter:alpha(opacity=0); opacity:0;}
  25% {filter:alpha(opacity=0); opacity:0;}
  35% {filter:alpha(opacity=100); opacity:1;}
  100% {filter:alpha(opacity=100); opacity:1;}
}

@keyframes intro4 {	
  0% {filter:alpha(opacity=0); opacity:0;}
  35% {filter:alpha(opacity=0); opacity:0;}
  45% {filter:alpha(opacity=100); opacity:1;}
  100% {filter:alpha(opacity=100); opacity:1;}
}

@keyframes intro5 {	
  0% {filter:alpha(opacity=0); opacity:0;}
  45% {filter:alpha(opacity=0); opacity:0;}
  55% {filter:alpha(opacity=100); opacity:1;}
  100% {filter:alpha(opacity=100); opacity:1;}
}

@keyframes intro6 {	
  0% {filter:alpha(opacity=0); opacity:0;}
  55% {filter:alpha(opacity=0); opacity:0;}
  65% {filter:alpha(opacity=100); opacity:1;}
  100% {filter:alpha(opacity=100); opacity:1;}
}

@keyframes solution1 {	
  0% {filter:alpha(opacity=0); opacity:0;}
  65% {filter:alpha(opacity=100); opacity:0;}
  75% {filter:alpha(opacity=100); opacity:1;}
  100% {filter:alpha(opacity=100); opacity:1;}
}

@keyframes solution2 {	
  0% {filter:alpha(opacity=0); opacity:0;}
  80% {filter:alpha(opacity=100); opacity:0;}
  90% {filter:alpha(opacity=100); opacity:1;}
  100% {filter:alpha(opacity=100); opacity:1;}
}

@keyframes solution3 {	
  0% {filter:alpha(opacity=0); opacity:0;}
  90% {filter:alpha(opacity=100); opacity:0;}
  100% {filter:alpha(opacity=100); opacity:1;}
}

@keyframes slideinleft {
  from {margin-left: -1000px; visibility: hidden; filter:alpha(opacity=0); opacity:0;};
  to {margin-left: 0px; visibility: visible; filter:alpha(opacity=100); opacity:1;};
}

@keyframes slideinright {	
  from {margin-left: 1600px; visibility: hidden; filter:alpha(opacity=0); opacity:0;};
  to {margin-left: 0px; visibility: visible; filter:alpha(opacity=100); opacity:1;}
}

/*************** Carousel ***************/
@keyframes carousel_animation {
	0% {margin-left: 0;}
	26% {margin-left: 0;}
	
	31% {margin-left: -100%;}
	57% {margin-left: -100%;}
	
	62% {margin-left: -200%;}
	90% {margin-left: -200%;}
	100% {margin-left: 0;}
	
}


