@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400');
@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
.navbar-inverse {
    background-color: #333333b0 !important;
    border-color: transparent !important;
}

.text-box{
  z-index: 100;
}
@media only screen and (min-width: 767px){
  .text-box{
    padding: 8em !important;
  }.button2 {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border: 1px solid rgba(255,255,255,0.5);
	overflow: hidden;
	background:#fff;
	font-size:16px;
	    color: #00A99D;
	}
.button2 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button2  {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.button2:hover{
	background-color: #03dccf;
	color:#037068;
}

.button2::after{
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: translate(0, 30%);
	transform: translate(0, 30%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;	
}
.button2:hover::after{
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.button3 {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	
	overflow: hidden;
	background:#fff;
	font-size:16px;
	    color: #0086b8;
	}
.button3 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button3  {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.button3:hover{
	background-color: #056082;
	color:#fff;
}

.button3::after{
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: translate(0, 30%);
	transform: translate(0, 30%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;	
}
.button3:hover::after{
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.button4 {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	
	overflow: hidden;
	background:#fff;
	font-size:16px;
	    color: #fab92e;
	}
.button4 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button4  {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.button4:hover{
	background-color: #dc9407;
	color:#fff;
}

.button4::after{
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: translate(0, 30%);
	transform: translate(0, 30%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;	
}
.button4:hover::after{
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.sim-button{
	line-height: 50px;
	height: 50px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif !important;
	text-align: center;	
	margin-top: 50px;
	width: 150px;
	border-radius:6px;
	cursor: pointer;
}
  #section0 h1{
    font-size: 120px;
  }
  .HomeScreen #section3 button{
	position:relative;
	top:50px;
    background: white;
    color: #0086b8;
	text-transform: uppercase;

  }
  .HomeScreen #section2 button{
   position:relative;
   top:50px;
    background: white;
    color: #00A99D;
	width:150px;
	font-size:16px;
	  text-transform: uppercase;
		 font-family: 'Roboto', sans-serif !important;
  }
  .HomeScreen #section4 button{
   width:150px;
   position:relative;
   top:50px;
    background: white;
    color: #f9c32d;
	 text-transform: uppercase;
		 font-family: 'Roboto', sans-serif !important;
  }

}
@media all and (max-width: 767px){
  form{
    padding:0;
  }
  .mobile-title{
      /*position: absolute;*/
      margin-top: 35%;
	  text-align:center;
    }
  .Image_Container img{
    max-width: 100% !important;
  }
  #section0 h1{
    font-size: 60px;
  }
  .text-box h2{
    margin-top: 60px;
  }
  .navbar{
    /*margin-top: 20px !important;*/
    margin-bottom: 0px !important;
  }
  .navbar-nav{
    margin-top: 20px !important;
  }
  #LogoImage{
    float: right !important;
  }

  .learn-more-button {
    
    width: 100%;
    bottom: 420px;
    left: 190px;
  }
#section4 .learn-more-button {
  
    width: 100%;
    bottom: 470px;
    left: 10px;
}
  .HomeScreen button {
   background: white;
    color: #00a99d;
    font-size: 16px;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif !important;
}


    margin: auto;
  }
}
text-box{
  overflow: hidden;
}
@media (max-width: 767px) and (min-width: 620px){
  .learn-more-button {
    position: absolute;
    width: 100%;
    bottom: 50px;
    right:50px;
  }

  hr{
    margin-top: 0px !important;
    margin-bottom: 5px !important;
  }
  .text-box{
    text-align: left;
  }

  .text-box h2{
    text-align: left;
  }
  .Image_Container img {
      width: 40% !important;
  }
  .Image_Container{
    overflow: hidden !important;
  }
  .HomeScreen #section3 .Image_Container img{
    width: 40% !important;
  }
  .HomeScreen #section4 .Image_Container img{
    width: 60% !important;
  }
  .WhatWeDo #section5 .Image_Container img{
    width: 30% !important;
  }
  .WhatWeDo #section4 .Image_Container img{
    width: 30% !important;
  }
  .WhatWeDo #section2 .Image_Container img{
    width: 30% !important;
  }
}

@media only screen  and (min-device-width : 768px) and (max-device-width : 1024px){

  .Image_Container img{
    margin-top: 10%;
    width: 60% !important;
  }
  .HomeScreen #section4 .Image_Container{
    margin-top: 30%;
  }
}
@media only screen
  and (min-device-width: 1024px)
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) { /* ipad pro */
.HomeScreen #section2 img {
    margin-top: -10%;
    width: 350px;
}
}
.HomeScreen .Image_Container img{
  /*max-width: 500px !important;*/
  overflow: hidden !important;
}
.section {
  overflow: hidden !important;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	/*font-family: arial,helvetica;*/
	color: #333;
	color: rgba(0,0,0,0.5);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;
}
p{
	font-size: 1em;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
	text-align:let;
}
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}
.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#download{
	margin: 10px 0 0 0;
	padding: 15px 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from( #5bc0de),to( #2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
#download a{
	text-decoration:none;
	color:#fff;
}
#download:hover{
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-color: #2F96B4;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:638px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.1em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}



/* Demos Menu
 * --------------------------------------- */
 /* adjust body when menu is open */
body.slide-active {
    overflow-x: hidden
}
/*first child of #page-content so it doesn't shift around*/
.no-margin-top {
    margin-top: 0px!important
}
/*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */
#page-content {
    position: relative;
    /*padding-top: 70px;*/
    left: 0;
}
#page-content.slide-active {
    padding-top: 0
}



/* put toggle bars on the left :: not using button */
#slide-nav .navbar-toggle {
    cursor: pointer;
    position: relative;
    line-height: 0;
    float: left;
    margin: 0;
    width: 30px;
    height: 40px;
    padding: 10px 0 0 0;
    border: 0;
    background: transparent;
}
/* icon bar prettyup - optional */
#slide-nav .navbar-toggle > .icon-bar {
    width: 100%;
    display: block;
    height: 3px;
    margin: 5px 0 0 0;
}
#slide-nav .navbar-toggle.slide-active .icon-bar {
    background: orange
}
.navbar-header {
    position: relative
}
/* un fix the navbar when active so that all the menu items are accessible */
.navbar.navbar-fixed-top.slide-active {
    position: relative
}
/* screw writing importants and shit, just stick it in max width since these classes are not shared between sizes */
@media (max-width:767px) {
	#slide-nav .container {
	    margin: 0!important;
	    padding: 0!important;
      height:100%;
	}
	#slide-nav .navbar-header {
	    margin: 0 auto;
	    padding: 0 15px;
	}
	#slide-nav .navbar.slide-active {
	    position: absolute;
	    width: 80%;
	    top: -1px;
	    z-index: 1000;
	}
	#slide-nav #slidemenu {
	    background: #f7f7f7;
	    left: -100%;
	    width: 80%;
	    min-width: 0;
	    position: absolute;
	    padding-left: 0;
	    z-index: 2;
	    top: -8px;
	    margin: 0;
	}
	#slide-nav #slidemenu .navbar-nav {
	    min-width: 0;
	    width: 100%;
	    margin: 0;
	}
	#slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
	    min-width: 0;
	    width: 80%;
	    white-space: normal;
	}
	#slide-nav {
	    border-top: 0
	}
	#slide-nav.navbar-inverse #slidemenu {
	    background: #333
	}
	/* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
	#navbar-height-col {
	    position: fixed;
	    top: 0;
	    height: 100%;
      bottom:0;
	    width: 80%;
	    left: -80%;
	    background: #f7f7f7;
	}
	#navbar-height-col.inverse {
	    background: #333;
	    z-index: 1;
	    border: 0;
	}
	#slide-nav .navbar-form {
	    width: 100%;
	    margin: 8px 0;
	    text-align: center;
	    overflow: hidden;
	    /*fast clearfixer*/
	}
	#slide-nav .navbar-form .form-control {
	    text-align: center
	}
	#slide-nav .navbar-form .btn {
	    width: 100%
	}
}
@media (min-width:768px) {
  span{
    font-size: 1.3em !important;
  }
	#page-content {
	    left: 0!important
	}
	.navbar.navbar-fixed-top.slide-active {
	    position: fixed
	}
	.navbar-header {
	    left: 0!important
	}
}
 #demosMenu{
	position:fixed;
	bottom: 10px;
	right:10px;
	z-index: 999;
 }
 .footer-icons{
   align-items: center;
 }
 .footer-icons img{
  margin:10px 25px 0 0;
  height: 30px !important;
  
  width: 30px !important;
 }
 input{
   color:#8a8a8a;
   border: none !important;
 }
 footer {
            z-index: 101;
            font-size: .7em !important;
            width: 100%;
            margin-left: -15px;
            
            bottom: 0;
            color: #666;
            background: #222;
            padding: 8px 0 8px 0;
            border-top: 1px solid #000;
        }

		
		.footer-social{
	width:40px; 
	height:40px;
	float:left;
	border: 1px solid #fff;
    border-radius: 50%;
	text-align:center;
	line-height:40px;
	margin-left:40px
}

.footer-social a {
	transition: all 0.3s ease 0s;
  font-size:15px;
  

}
.footer-area {
    margin: 80px 0 0 0;
    background-color: #111;
}

.footer-social a:hover i {
    color: #3bacf0
}

.footer-social i {
    color: #cccccc;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}


.wo_we{
	
	color:white;font-family:mudit; margin-top:15%;margin-left:50%
}

@media all and (max-width: 622px){
	
	.footer_logo{
		text-align:center;
		margin-bottom:20px;
		
	}
	
	.footer_soci{
		
		margin-left:36px;
		
	}
	
	.wo_we{
	
	color:white;font-family:mudit; margin-top:40%;margin-left:0;
}
	
}