/*
 * Author: Carlos Alvarez
 * URL: http://Alvarez.is
 *
 * Project Name: Flat & Scroll 2 - Bootstrap 3 vCard Theme
 * Version: 1.1
 * Date: 09-17-2013
 * URL: http://alvarez.is/demo/fs2/
 */


@font-face {
    font-family: "Distro";
    src: url(../fonts/distro/DISTRO__.ttf) format("truetype");
}

.row-fluid{
  margin-left:15px;
  margin-right:15px;
}

body {
  background-color: #fff;
  font-family: 'Lato';
  //font-weight: 200;
  font-size: 190%;
  text-align: justify;
  color: rgb(64, 64, 64);
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;

}

.jumbo {
  font-family: 'Lato', 'sans-serif';
  font-size: 280%;
  font-weight: 600;

  /* font-style: italic; */
}

.text-justify {
  text-align: justify;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato','sans-serif';
  font-weight: 300;
  color: #1b57a5;
  margin-bottom: 20px;

}

h1 {
  font-family: 'Lato', 'sans-serif';
  font-size: 260%;

  /* font-style: italic; */
}

h2 {
	font-size: 220%;
	font-weight: 500;
	line-height: 1.1;
	margin-top: 20px;
	margin-bottom: 10px;
	text-transform: none;
    font-family: 'Lato', 'sans-serif';
    text-align:center;
    padding-top: 30px;
    padding-top: 30px;

/*
  font-family: 'Lato', 'sans-serif';
  font-size: 250%;
  text-align: center;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  text-transform:uppercase;
*/
}

h3 {
  font-family: 'Lato';
    font-size: 130%;
    text-align: left;
    font-weight: 500;

}

h4 {
  font-size: 100%;
  font-weight: 600;
  color: #999;
}


h2 i {
  color: #9cd418;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}


/* Paragraph & Typographic */
p {
  line-height: 28px;
  margin-bottom: 5px;
}

/* Links */
a {
  cursor:pointer;
  color: #1B57A5;
  font-style: italic;
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

#monitor-background{
	min-height:400px;
	background:url('../img/home/api/screen.png') no-repeat center;
}

#monitor-screen{
	padding:12% 22% 0 22%;
}

#footerwrap a:hover, #footerwrap a:focus {
  color: #1b57a5;
  text-decoration: none;
  outline: 0;
}
a:hover, a:focus {
  color: #9cd418;
  text-decoration: none;
  outline: 0;
}

a:before, a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

h2.grey, h2.white {
    text-shadow: none;
}

.thin {
	font-family: 'Lato';
	font-style: normal;
	font-variant: normal;
	font-weight: 100;
}

.text-right{
	padding-right:1%;

}

.bottom {
    position: absolute;
    //bottom: 0;
    right: 2%;
    margin-top: 25px;
}

.jumbotron i {
	font-size:140%;
}
.jumbotron{
/*
    -webkit-background-size: cover; /* For WebKit
    -moz-background-size: cover;    /* Mozilla
    -o-background-size: cover;      /* Opera
    background-size: cover;         /* Generic

    height: 550px;
    overflow-y: scroll;
*/
	background:none;
    position: relative;
    margin-bottom: 0px;


    /*margin-top: 50px;  /* compensate for the navbar, comment out if navbar is transparent
	/*background: url('assets/img/home/header/188051825.jpg') no-repeat center;
    background-size: cover;   /* Didn't work here for some reason, added to HTML  */
}


.banner{
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
    height: 700px;
    //overflow-y: scroll;
    position: relative;
    margin-bottom: 0px;
    /*margin-top: 50px;  /* compensate for the navbar, comment out if navbar is transparent
  /*background: url('assets/img/home/header/188051825.jpg') no-repeat center;
    background-size: cover;   /* Didn't work here for some reason, added to HTML  */
}

section.grey {
    background-color:#EEE;
    padding-top: 80px;
    padding-bottom: 50px;
    //min-height: 350px;
}

section.white {
    background-color:white;
    padding-top: 85px;
    padding-bottom: 50px;
    //min-height: 350px;
}

section.small-pictures{
	background: url('../img/home/header/small_pictures.jpg') no-repeat bottom; background-size: cover;
	height:256px;
	margin-top:-5px;
	padding-top:0;
}

section.dark {
    //background-color: #ccc;
    //min-height: 200px;
    margin-bottom: 0px;
    color: #ccc;
    padding-top: 80px;
    padding-bottom: 10px;
}

.header-title{
	background-color:#000;
	margin-top:0;
	margin-bottom:0;
	min-height: 150px;
}

.header-title > .container > h2{
	font-size: 220%;
	color:#fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.header-title > .container > h2 > strong{

	font-size: 109%;
}

.header-title-button{
	padding-bottom:30px;
	padding-top:50px;
	margin-right:10%;
}

#menu-page{
	background: url('../img/home/header/faces.jpg') no-repeat top;
	background-size: cover;
	min-height:550px;"
}

/*
#tablet{

  background: url(../img/home/header/main-tablet.png) no-repeat ;
     background-size:contain;
     background-position:center;
     min-height: 700px;
     min-width:100%;

}

#tablet:hover{

  background: url(../img/home/header/main-tablet_over.png) no-repeat ;
     background-size: contain;
     background-position:center;
     min-height: 700px;
     min-width:100%;
}
*/

#img-4-tablets {
	padding-top:40px;
}

#icon-keylemon :hover {
-webkit-transform: scale(1.4);
   -moz-transform: scale(1.4);
   -o-transform: scale(1.4);


}

/* ==========================================================================
 Modal
 ========================================================================== */


.modal-header {
  background-color: #1b57a5;
  color: white;
}

.modal-footer {
  background-color: #9cd418;
}

.modal-title {
  color: white
}



/* ==========================================================================
 Wrap Sections
 ========================================================================== */
/*
#headerwrap {
  background: #fff;
  margin-bottom: 30px;
  padding-top: 60px;
  text-align: center;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#headerwrap h1 {
  font-family: 'Lato', 'sans-serif';
  text-align: left;
  font-weight: 700;
  font-style: normal;
  font-size: 180%;//
  font-size: 70px;
  color: #9cd418;//
  color: #494848;
  margin-bottom: 0px;
  margin-top: 30px;
}

#headerwrap h2 {
  font-family: 'Lato', 'sans-serif';
  text-align: left;
  font-weight: 700;
  font-size: 300%;
  color: #1b57a5;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 0;
}

#headerwrap h3 {
  font-family: 'Lato', 'sans-serif';
  text-align: right;
  font-weight: 700;
  font-size: 100%;
  color: #3b89c5;
  margin-bottom: 10px;
  margin-top: 0px;
}

#headerwrap img{
  margin-top: 30px;
}
*/
#footerwrap {
  background-color: #111;
  background-image: none;
  font-family: 'Lato';
  font-weight: 300;

  color: #999999;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align:left;
}

#footerwrap p {

  margin-bottom: 0;
  font-size: 90%;
  text-align: center;
}

#footerwrap hr {
  width: 50%;
  margin-left: 25%;
  border-color: white;
}

#footerwrap a {
  color: #999999;
  font-style: normal;
}


#serviceswrap {
  color:#333;
}
#solutionswrap {
  //background: url(../img/home/solutions/background.png) repeat;
  //background-color: #ccc;
  //padding-top:85px;
  //padding-bottom:85px;
  text-align: center;
  //min-height: 800px;
  width: 100%;
/*
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 */
}

/*
.solution-icon:hover{

  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
}
*/

#customerswrap {

  text-align: center;
  min-height: 200px;
  width: 100%;
  //background-color:#dddddd;
}


#customerswrap h3 {
  font-family: 'Lato', 'sans-serif';
  font-size: 120%;
  font-style: italic;
  text-align: center;
  font-weight: 500;
  padding-top:30px;
  padding-bottom: 10px;
  color:#1b57a5;
}

#customerswrap h4 {
  font-family: 'Lato';
  font-size:120%;
}

#customerswrap img {
  margin-bottom: 50px;
}

#communitywrap{
  padding-top:85px;
  padding-bottom:85px;
}

#communitywrap .btn-primary:hover,
#communitywrap .btn-primary:active,
#communitywrap .btn-primary:focus {

}

#communitywrap h3{
  //margin-top:60px;
  color: #1b57a5;
}

#communitywrap h4{
  font-size:120%;

}
#communitywrap i{
  font-size:250%;
  padding-top: 35px;
  color:#999;
}


#communitywrap .plus-element{
    padding: 22px 14px 8px 30px;
    position:relative;
    color:#999999;
}
#communitywrap .plus-element:hover, #communitywrap .plus-element:focus {
  color:#1b57a5;
}

#communitywrap .plus-element:before{
  content: "-";
  left: 0px;
  top:18px;
  display:block;
  position: absolute;
  font-size:120%;
  font-weight:600;
  transition: all 0.2s ease-in-out 0s;
  color: #999999;
  //transform: rotate(45deg);

}

#communitywrap .plus-element.collapsed:before{
  color: #1B57A5;
  content: "+";
  //transform: rotate(0deg);
}
#teamwrap {
  //padding-top: 85px;
  margin-bottom: 30px;
  width: 100%;
  //background: white;

}

#teamwrap h3 {
  text-align: left;
  font-size: 150%;
  color: #666;
}

#teamwrap h4 {
  font-style: italic;
  color: #1b57a5;
  font-size: 120%;
}

#teamwrap hr {
  border-top: 1px solid #1B57A5;
}

#teamwrap .plus-element{
    padding: 22px 14px 8px 30px;
    position:relative;
    color:#999999;
}
#teamwrap .plus-element:hover, #teamwrap .plus-element:focus{
  color:#1b57a5;
}

#teamwrap .plus-element:before{
  content: "-";
  left: 0px;
  top:18px;
  display:block;
  position: absolute;
  font-size:120%;
  font-weight:600;
  transition: all 0.2s ease-in-out 0s;
  color: #999999;
  //transform: rotate(45deg);

}

#teamwrap .plus-element.collapsed:before{
  color: #1B57A5;
  content: "+";
  //transform: rotate(0deg);
}
#contactwrap {
	background: url('../img/home/martigny_5.jpg') no-repeat bottom; background-size: cover;

}

#martigny-pictures{
  //background: url(../img/home/Martigny/background.png) no-repeat center left;
  //background-size: cover;

  //min-height:800px;
  padding-bottom: 75px;
}
#contactwrap h2 {
  //color: white;

}
#contactwrap h3 {
  text-align: left;
  color: #1b57a5;
  font-size:150%;
  padding-top:2px;
  padding-bottom:2px;
  margin-top: 2px;
  margin-bottom: 2px;

}

#contactwrap h4 {
  font-size:100%;
}

/*
#contactwrap a {
  font-weight: 600;

  position: absolute;
  top: 40px;
  left: 60px;

}



#contactwrap p{

  font-size: 130%;
}



#chartwrap {
  width: 100%;
  text-align: center;
}

.label {
  padding-bottom: 15px;
}

.centered {
  text-align: center;
}

/* ==========================================================================
 Image Mask
 ========================================================================== */

.grid figure {
  margin: 0;
  position: relative;
}

.grid figure img {
  width: 100%;
  display: block;
  position: relative;
}

.grid figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  color: #fff;
  background: #9cd418;
}

.grid figcaption h5 {
  margin: 0;
  padding-top: 0px;
  padding-left: 20px;
  padding-bottom: 5px;
  color: #fff;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
}

.grid figcaption a {
  text-align: left;
  padding: 5px 10px;
  margin-left: 20px;
  display: inline-block;
  background: #1B57A5;
  color: #fff;
  font-size: 13px;
}

/* Caption Style */
.mask figure {
  overflow: hidden;
}

.mask figure img {
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}

.no-touch .mask figure:hover img, .mask figure.cs-hover img {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

.mask figcaption {
  height: 50px;
  width: 100%;
  top: auto;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .mask figure:hover figcaption, .mask figure.cs-hover figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}

.mask figcaption a {
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 30px;
}

/* ==========================================================================
 Cases studies
 ========================================================================== */

.accordion-heading {
  padding-bottom: 10px;
  text-align: left;
  border-bottom: 1px solid #ccc;
}

.accordion-inner h4 {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 25px;
}

.accordion-inner img {
  border: 1px solid #1B57A5;
  box-shadow: 5px 5px 5px 0 #999;
}

.accordion-inner img:hover {
  box-shadow: 5px 5px 5px 0 #1B57A5;
}
.accordion-heading plus {
  font-size: 30px;
  font-weight: 700;
  color: #357ebd;
  font-family: 'Lato', sans-serif;
  vertical-align: middle;
}

.accordion-heading date {
  background-color: #666666;
  color: white;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  padding: 8px;
}

.accordion-heading a {
  font-family: 'Lato', sans-serif;
  font-size: 120%;
  font-weight: 500;
  color: #114fa1;
}

.accordion-heading a:hover {
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  color: #357ebd;
  text-decoration: none;
}
.accordion-inner p {
  text-align: justify;
}
/* ==========================================================================
 Pricing Tables
 ========================================================================== */

.pricing-option {
  padding-bottom: 20px;
}

.pricing-option .pricing-top {
  position: relative;
  background: #9cd418;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 40px 40px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pricing-option .pricing-top .special-label {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #357ebd;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  padding: 3px 0;
  text-align: center;
}

.special .pricing-top {
  background: black;
}

.pricing-option .pricing-edition:hover{
	color:#eee;
}

.pricing-option .pricing-top:hover{
	background:#1b57a5;
}
.pricing-option .pricing-edition {
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-size: 200%;
  color: #fff;
  letter-spacing: 8px;
}

.pricing-option .price {
  display: inline-block;
  position: relative;
}

.pricing-option .price sup {
  font-size: 120%;
}

.pricing-option .price .price-amount {
  font-size: 180%;
}

.pricing-option .price small {
  font-size: 90%;
}

.pricing-option ul {
  list-style: none;
  margin: 0;
  background: #ffffff;//
  text-align: center;
  font-size: 90%;
  padding-left: 0px;
}

.pricing-option ul li {
  border-bottom: solid 1px #e1e1e1;
  padding-top: 5px;
  padding-bottom: 5px;
}

.pricing-option .pricing-signup:hover {
  background: #1b57a5;

}
.pricing-option .pricing-signup {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 10px;
  color: white;
  background: #357ebd;
}


#green-pricing-signup {
	background: #9cd418;
}
#green-pricing-signup:hover{
	background: #1b57a5;
}
/* ==========================================================================
 Forms
 ========================================================================== */

.form-control {
  padding: 0 20px 0 20px;
  font-family: 'Lato', sans-serif;
  font-size: 100%;
}

.form-group label {
  font-family: 'Lato';sans-serif;
  font-size: 100%;
  font-weight: 300;
}

.btn-theme {
  color: #1B57A5;
  background-color: #9cd418;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: 700;
  border-radius: 10px;
  font-size: 100%;
  font-variant: small-caps;
  min-height: 90px;
}

.btn-theme:hover {
  cursor: pointer;
  color: #9cd418;
  background-color: #357ebd;
}

.btn-primary {
  background-color: #1b57a5;
  border-radius:4px;
  border:none;
  font-size:120%;
  font-style: normal;
  font-weight:bold;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{

  background:#9cd418;
}

.btn-default {
  background:none;
  border:none;
  text-decoration: none;
  font-family: "Lato";
  font-size:100%;
  font-weight: 500;
  font-style:italic;
  color: #1b57a5;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active{
  color: #9cd418;
  background:none;
}

.btn-menu {
  background-color: #003366;
  margin-left: 5px;
  margin-right: 5px;

}

.btn-menu-green {
  background-color: #9cd418;

  margin-left:2px;
  margin-right:2px;

}

.btn-menu-blue {
  background-color: #1b57a5;

  margin-left:2px;
  margin-right:2px;

}

/* Accordion */

.panel-default {
  margin-top: 20px;
}

.panel-title {
  color:#999999;
  font-size:140%;
}

.panel-default > .panel-heading {
  background-color: #eee;
  border-color: #DDDDDD;
  color: #333333;
  padding: 2px;
}


.panel-title:hover{
  color:#1b57a5;
}

.panel-title:focus{
  color:#1b57a5;
}
.panel-title:before{
  content: "-";
  font-size:120%;
  font-weight:600;
  transition: all 0.2s ease-in-out 0s;
  color: #999999;

}

.panel-title.collapsed:before{
  color: #1B57A5;
  content: "+";
}






#team {
  margin-bottom: 10px;
}

.fa-icon {
    position: relative;
}

.fa-icon::before {
    display: inline-block;
    //width: 60px;
    text-align: center;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-decoration: inherit;
    font-variant: normal;
    font-family: 'FontAwesome';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
}


.fa-icon.fa-chevron-left {
  font-size: 200%;
}

.fa-icon.fa-chevron-right {
  font-size: 200%;
}


/* Header */

#img-download:hover, #img-download:focus {
  /*
   box-shadow:5px 5px 3px rgba(0,0,0,.7);
   -moz-box-shadow:5px 5px 3px rgba(0,0,0,.7);
   -webkit-box-shadow: 5px 5px 3px rgba(0,0,0,.7);
   -webkit-transform: scale(1.05);
   -moz-transform: scale(1.05);
   -o-transform: scale(1.05);
   */
-webkit-transform: scale(1.05);
   -moz-transform: scale(1.05);
   -o-transform: scale(1.05);

  position: relative;
  z-index: 5;
}



#img-signup:hover, #img-signup:focus {
  /*
   box-shadow:5px 5px 3px rgba(0,0,0,.7);
   -moz-box-shadow:5px 5px 3px rgba(0,0,0,.7);
   -webkit-box-shadow: 5px 5px 3px rgba(0,0,0,.7);
   -webkit-transform: scale(1.05);
   -moz-transform: scale(1.05);
   -o-transform: scale(1.05);
   z-index:5;
   */

-webkit-transform: scale(1.05);
   -moz-transform: scale(1.05);
   -o-transform: scale(1.05);
  position: relative;
}


#img-map:hover{
  -webkit-transform: scale(1.10);
   -moz-transform: scale(1.10);
   -o-transform: scale(1.10);
   z-index: 20;
}

#img-frame:hover{
  -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -o-transform: scale(1.1);
   z-index: 20;

}



#board-member {

  padding: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

#team-member {

  padding: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

#advisory-member {

  padding: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

#teamCarousel {
  margin-bottom: 50px;
  margin-top: 50px;
}

#teamCarousel h2{
  padding-top:40px;
}


#img-board:hover {
  -webkit-transform: scale(1.20);
  -moz-transform: scale(1.20);
  -o-transform: scale(1.20);
}

.carousel-caption {
  top: 0;
  padding-top: 0;
}

.carousel-caption h2 {
  background: #eee;
  opacity: 0.8;
  border-radius: 5px;
  margin-top: 0;
  margin-top: 30px;
  font-size: 250%;
  text-align: center;
  font-weight: 700;
  font-style: normal;
}

.carousel-control {
  color: #1b57a5;
  border: hidden;
  outline: none;
}

.carousel-indicators {
  top: 20px;
  z-index: 25;
  height: 20px;
}

.carousel-indicators li{
  border: 1px solid #999;
}

.carousel-indicators .active {
    background-color: #999;
}

.carousel-control:hover, .carousel-control:focus {
  color: #1b57a5;
}

.carousel-control.left {
    background-image: none;

    left:5%;
    top:120%;


}
.carousel-control.right {
    background-image: none;
	right:5%;
	top:120%;

}

button.btn.btn-arrow:hover {
  color: #9CD418;
}
button.btn.btn-arrow {

  border: hidden;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  padding-top: 32%;
  font-size: 400%;
  color: #1b57a5;
}



#privacy p {
  padding-bottom: 10px;
  font-size: 90%;
}
#privacy li {
  font-size: 90%;
}

#privacy h1 {
  margin-top: 75px;
  font-size: 300%;
  text-align: center;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

#privacy h2 {
  margin-top: 30px;
  font-size: 150%;
  text-align: left;
  text-shadow: none;
  font-weight: 300;
}
#privacy i {
  color: #1B57A5;
}


#demo-button:hover{
  -webkit-transform: scale(1.15);
   -moz-transform: scale(1.15);
   -o-transform: scale(1.15);

  position: relative;
  z-index: 5;
}

#api-online-authentication {
  //background-color: #eee;
}


#api-online-authentication .advantages > p, #api-online-authentication li {
  font-weight: 500;
  margin-left: 30px;
}

#headerwrap i {
  color: #9cd418;
}

#api-how-to-start h4 {

  font-size: 120%;
}

#api-integration h3 {
  color: #9cd418;
  text-align:center;
  font-size:150%

}
#api-integration h5 {
  font-weight: 600;
  font-size: 100%;
}

.badge-info {
  background-color: #3A87AD;
}

#api-objects {
  //background-color: #eee;
}

#app_page{
	padding-top:70px;
}

#app-how-does-it-work h4 {
    color: #1b57a5;
    font-size: 300%;
    font-style: normal;
}

#app-how-does-it-work h5 {
  color: #1b57a5;
    font-size: 120%;
    font-style: normal;
    font-weight:600;
    }


#app-features {

}
#app-features h3 {
  font-size: 150%;
  color: #9cd418;
  text-shadow: 0 1px 2px #ccc;
  text-align:center;
  font-style: normal;
}

#app-features .well {
  background-color: white;
}

#app-features .well p, #app-features .well li {
  font-size: 75%;
}

#equalheight {
  background-color: #efefef;
  overflow: hidden;
}

.col-equal-height {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
  overflow: hidden;
}

#app-system-requirements h3 {
  color: #9cd418;
}

#app-system-requirements h4 {
  color: #555555;
}
#app-features h5 {
  font-size: 80%;
}

#reviewswrap {
  padding-top:85px;
 }

#reviewswrap h3{
  font-size: 120%;
  font-weight: 400;
 }

#reviewswrap h4{
  font-size: 100%;
  color: #1b57a5;
 }

#reviewswrap hr {
  border-top: 2px solid #eee;
}

blockquote {
  border-left: 2px solid #EEEEEE;
  margin: 0 0 20px;
  padding: 10px 20px;
}

#reviewswrap .reviews-element{
    padding: 22px 14px 8px 0px;
    position:relative;
    color:#999999;
    font-weight:500;
}

#reviewswrap .reviews-element:hover{
  color:#1b57a5;
}

#reviewswrap .reviews-element:before{
  content: "-";
  left: -23px;
  top:15px;
  display:block;
  position: absolute;
  font-size:150%;
  font-weight:600;
  transition: all 0.2s ease-in-out 0s;
  color: #999999;
  //transform: rotate(45deg);
}

#reviewswrap .reviews-element.collapsed:before{
  color: #1B57A5;
  content: "+";

  //transform: rotate(0deg);
}

.blockquote-reverse {
  border-left: none;
  border-right: 2px solid #EEEEEE;
}

.blockquote-reverse dd{
	text-align:left;
	}

a:before, a:after {
    transition: color 0.1s ease-in 0s, background 0.1s ease-in 0s;
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
}
a:before, a:after {
    transition: color 0.1s ease-in 0s, background 0.1s ease-in 0s;
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
}


#about p {
  padding-bottom: 10px;
  font-size: 90%;
}
#about li {
  font-size: 90%;
}

#aboutwrap {
  padding-top:85px;
}

#aboutwrap h3{
  text-align: center;
  font-size:120%;

}
#aboutwrap h4{
  text-align: center;
  font-size:100%;

}

#privacy h1 {
  margin-top: 75px;
  font-size: 300%;
  text-align: center;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

#privacy h2 {
  margin-top: 30px;
  font-size: 150%;
  text-align: left;
  text-shadow: none;
  font-weight: 300;
}
#privacy i {
  color: #1B57A5;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	font-style: normal;
    background-color: #ccc;
}

.nav-tabs > li > a{
	font-size: larger;
	font-style: normal;
}


.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 2px solid #eee;
}

#table-releases thead th:hover {
	background:#1b57a5;
}

#table-releases{
  font-size:90%;
}

#table-releases thead th{
  background: #9cd418;
  background-clip: padding-box;

}
#table-releases thead th > a{
	font-style:normal;
}

#table-releases tbody th{
  background: #ccc;
}

#table-releases h3{
  color:white;
  text-align:center;
  font-size:200%;
}

#table-upgrade thead th:hover {
	background:#1b57a5;
}

#table-upgrade{
  font-size:90%;
}

#table-upgrade thead th{
  background: #9cd418;
  background-clip: padding-box;

}
#table-upgrade thead th > a{
	font-style:normal;
}

#table-upgrade tbody td{
  background: #ccc;
}

#table-upgrade h3{
  color:white;
  text-align:center;
  font-size:200%;
}


#app-releases-notes h4{
  font-size:100%;
  color:  #1b57a5;
  font-weight:normal;
}

#app-releases-notes li{
  font-size:90%;
}

#app-releases-notes .plus-element{
    padding: 22px 14px 8px 0px;
    position:relative;
    color:#999999;
}
#app-releases-notes .plus-element:hover, #app-releases-notes .plus-element:focus{
  color:#1b57a5;
}

#app-releases-notes .plus-element:before{
  content: "-";
  left: -23px;
  top:15px;
  display:block;
  position: absolute;
  font-size:150%;
  font-weight:600;
  transition: all 0.2s ease-in-out 0s;
  color: #999999;
  //transform: rotate(45deg);

}

#app-releases-notes .plus-element.collapsed:before{
  color: #1B57A5;
  content: "+";
  //transform: rotate(0deg);
}



#app-faq .fa-ul h4{
  font-size: 100%;
  font-weight: 400;
}
#app-faq .fa-ul a{
  font-weight: 400;
}

#app-faq .faq-element{
    padding: 22px 14px 8px 0px;
    position:relative;
    color:#999999;
}
#app-faq .faq-element:hover{
  color:#1b57a5;
}

#app-faq .faq-element:before{
  content: "-";
  left: -23px;
  top:15px;
  display:block;
  position: absolute;
  font-size:150%;
  font-weight:600;
  transition: all 0.2s ease-in-out 0s;
  color: #999999;
  //transform: rotate(45deg);
}

#app-faq .faq-element.collapsed:before{
  color: #1B57A5;
  content: "+";
  //transform: rotate(0deg);
}


/*

#app-faq a:active:before{
    content: "\f068";
}

#app-faq .fa-li:active:before{
  content: "\f068";
}

*/
span.dropt {border-bottom: thin dotted;}
span.dropt:hover {text-decoration: none; z-index: 6; }
span.dropt span {position: absolute; left: -9999px;
  margin: 20px 0 0 0px; padding: 3px 3px 3px 3px;z-index: 6;}
span.dropt:hover span {left: 2%; }
span.dropt span {position: absolute; left: -9999px;
  margin: 4px 0 0 0px; padding: 3px 3px 3px 3px;}
span.dropt:hover span {left:5%; background:#9cd418; z-index:6;}


/*
 * navbar
 * --------------------------------------------------------------------------------------
 *
 *
 * */

/* new menu */

#logo{

	min-width: 160px;
	max-width: 300px;
    padding-top:5px;
    padding-bottom:5px;
}

.nav-first{
	background:rgba(25,25,25,0.9);
}

.nav-first-homepage{
	background:rgba(25,25,25,0.2);
	//background:none;
}

.nav-second{
	background:rgba(25,25,25,0.9);

}

.navbar-collapse.in {
    position:absolute;
    top:300px;
    right:0px;
    overflow:visible;


}


.navbar-collapse.in .navbar-nav {
	background: rgba(25,25,25,0.9);
	border-radius: 5px;

}


.menu-first {

  position:absolute;
  bottom:5px;
  right:30px;
}

.menu-second {
position:absolute;
  bottom:5px;
  right:30px;


}

#menu-main{

	border:none;
    font-family: 'Lato';
    z-index: 15;
}


.dropdown-menu{
  background: rgba(0,0,0,0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  border : #989898 1px solid;
  padding:5px;

}



.navbar-brand{
  padding:0;
  height:inherit;
}

.navbar{
  border-radius: 0px;
  min-height:40px;
}

.navbar-center{

/*	padding-left:22%;
	padding-right:20%;*/
	text-align:center;
	float:none;

}

.navbar-center > li{
	float:none;
	display:inline-block;
}

.navbar-nav > li > a {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus{
  color: #eeeeee;
  background-color: #1b57a5 ;
  border-radius: 6px;
}


b.caret:hover{
 	border-bottom-color: #1B57A5;
    border-top-color: #1B57A5;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-bottom-color: white;
    border-top-color: white;
}


.navbar-default .navbar-nav > li > a
 {
    color: white;
    text-shadow: 0 1px 2px rgba(27, 87, 165, 0.6);
    font-size: 100%;
    font-weight: 500;
    font-style: normal;
    font-stretch: condensed;
}

.navbar-nav > li > a.btn-menu
{
	color: #eeeeee;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:5px;
	margin-left:5px;
}

.navbar-nav > li > a.btn-menu-solutions
{
	font-size:90%;
	font-stretch: condensed;
	padding:5px;


}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background: rgba(0,0,0,0.7);
  color: #1B57A5;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus{
  background-color : #1B57A5;
  border-color : #1B57A5;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active{
  background-color : #9cd418;
  border-color : #9cd418;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}



#click-street-view{
  position:absolute;
  top:0;
  left:-80%;
  font-size:200%;
}



//solutions pages

section.white-verticals{
	background-color:white;
}

section.grey-verticals{
	background-color:#eee;
}

section.white-verticals,
section.grey-verticals {

    padding-top: 80px;
    padding-bottom: 50px;
    //min-height: 350px;
}

section.grey-verticals h1,
section.white-verticals h1 {
	font-size: 250%;
	text-align: left;
	font-weight:600;
	font-style: normal;
	color: #1b57a5;

}

section.white-verticals h2,
section.grey-verticals h2 {
	font-family: 'Lato','sans-serif';
	text-shadow: none;
	font-size: 150%;
	font-weight: 500;
	color: rgb(64, 64, 64); /* color: #9cd418; */
	margin-bottom: 40px;

}

section.white-verticals li,
section.grey-verticals li {
	padding-bottom: 20px;
}
section.white-verticals ul,
section.grey-verticals ul {
	padding-bottom: 20px;
}

section.white-verticals h3,
section.grey-verticals h3 {
  padding-top: 10px;
}



@media (max-width: 1200px) {
	#menu-page{background: url('../img/home/header/faces_1200.jpg') no-repeat top;}
	body{font-size:170%;}
    .jumbo{font-size:220%;}
    h1{font-size:170%;}
    h2{font-size:150%;}
    h3{font-size:150%;}
    h4{font-size:150%;}

	.carousel-control.left{top:155%;}
 	.carousel-control.right{top:155%;}
 	.fa-icon.fa-chevron-left, .fa-icon.fa-chevron-right{font-size: 180%;}

 	#solutions_home .jumbotron{font-size:100%; }

 	.navbar-nav > li > a.btn-menu-solutions{font-size:80%; padding:2px; margin-left:1px;margin-right:1px;}

 	.modal-dialog{width: 500px;}

 	.pricing-option .pricing-edition {font-size:150%;}
 	.pricing-option .price .price-amount {font-size:150%;}
 	.pricing-option .price sup {font-size: 100%;}
	section.white-verticals li, section.grey-verticals li {padding-bottom: 20px;}
	section.white-verticals h2, section.grey-verticals h2,section.white-verticals h1, section.grey-verticals h1 {margin-bottom: 5px;margin-top:5px;padding-top:0; padding-bottom:20px;}
}

@media (max-width: 992px) {

	#menu-page{background: url('../img/home/header/faces_992.jpg') no-repeat top;}
    body{font-size:155%;}
    h1{font-size:170%;}
    h2{font-size:150%;}
    h3{font-size:150%;}
    h4{font-size:150%;}
    .jumbo{font-size:200%;}
    #monitor-background{background:none;min-height:0;}
    #monitor-screen{padding:10%;}
    .carousel-control.left{left:-12%;top:40%;}
 	.carousel-control.right{right:-12%;top:40%;}

 	.fa-icon.fa-chevron-left, .fa-icon.fa-chevron-right{font-size: 180%;}


 	#solutions_home .jumbotron{font-size:90%; }
 	.navbar-nav > li > a.btn-menu-solutions{font-size:70%; padding:2px; margin-left:1px;margin-right:1px;}

	.modal-dialog{width: 500px; }
  	.modal-dialog p{font-size:80%;}
  	.modal-dialog li{font-size:80%;}

  	.pricing-option .pricing-edition {font-size:120%;}
  	.pricing-option .price .price-amount {font-size:120%;}
  	.pricing-option .price sup {font-size: 90%;}
	section.white-verticals li, section.grey-verticals li {padding-bottom: 10px;}
	section.white-verticals ul, section.grey-verticals ul {padding-bottom: 10px;}
	section.white-verticals h2, section.grey-verticals h2,section.white-verticals h1, section.grey-verticals h1 {margin-bottom: 5px;margin-top:5px;padding-top:0; padding-bottom:20px;}

	#app_page{padding-top:110px;}
	#app_page h2{ font-size:220%; }

}

@media (max-width: 768px) {

	#menu-page{background: url('../img/home/header/faces_768.jpg') no-repeat top;}

    body{font-size:150%;}
    h1{font-size:170%;}
    h2{font-size:150%;}
    h3{font-size:120%;}
    h4{font-size:150%;}
    .jumbo{font-size:200%;}
    #monitor-background{background:none;min-height:0;}
    #monitor-screen{padding:10%;}
    .carousel-control.left{left:-15%;top:30%;}
 	.carousel-control.right{right:-15%;top:30%;}
 	.fa-icon.fa-chevron-left, .fa-icon.fa-chevron-right{font-size: 150%;}


	#solutions_home .jumbotron{font-size:50%; }

	.modal-dialog{width: 300px;}
    .modal-dialog p{font-size:80%;}
    .modal-dialog li{font-size:80%;}
    .pricing-option .pricing-edition {font-size:100%;}
    .pricing-option .price .price-amount {font-size:100%;}
    .pricing-option .price sup {font-size: 80%;}


	section.white-verticals li, section.grey-verticals li {padding-bottom: 10px;}
	section.white-verticals ul, section.grey-verticals ul {padding-bottom: 10px;}
	section.white-verticals h2, section.grey-verticals h2 {margin-bottom: 5px;}

	#app_page{padding-top:110px;}
	#app_page h2{ font-size:200%; }
}

/*

@media (max-width: 1200px) {
  #headerwrap {margin-bottom: 5px;padding-left:10px;padding-right:10px;padding-top:80px;}
  #headerwrap h1 {font-size: 180%;margin-top: 30px;}
  #headerwrap h2 {font-size: 300%;margin-bottom:10px;}
  #headerwrap h3 {font-size: 120%;text-align:left;}
  #headerwrap img{}

  #communitywrap i{font-size:150%;}
  #communitywrap h3{font-size:100%;margin-top:50px;}

  p{font-size:100%;}

  #martigny-pictures{ min-height:800px;}
  .modal-dialog{width: 500px;}

  .navbar-default .navbar-nav > li > a {font-size:90%;}
.navbar-nav > li > a {
  padding-top: 0;
  padding-bottom:0;
  padding-left:  3px;
  padding-right:3px;
}

@media (max-width: 992px) {
  #headerwrap {margin-bottom: 5px;padding-left:10px;padding-right:10px;padding-top:100px;}
  #headerwrap h1 {font-size: 140%; margin-top: 30px;}
  #headerwrap h2 {font-size: 200%; }
  #headerwrap h3 {font-size: 100%;}
  p{font-size:90%;}
  #communitywrap i{font-size:150%;}
  #communitywrap h3{font-size:100%;margin-top:50px;}

  #img-4-tablets {
    height: 0px;
  }

  button.btn.btn-arrow {
    padding-top: 15%;
  }

  #martigny-pictures{ min-height:700px; padding-top:60px;}

  .modal-dialog{width: 400px; }
  .modal-dialog p{font-size:80%;}
  #table-releases h3{font-size:150%;}

  .logo-first{margin-top:5px;max-height:60px;}
  .logo-second{margin-top:5px;max-height:40px;}
  .menu-first {padding-top:38px;}
  .menu-second {padding-top:15px;}

.navbar-default .navbar-nav > li > a {font-size:90%;}
.navbar-nav > li > a {
  padding-top: 0;
  padding-bottom:0;
  padding-left:  3px;
  padding-right:3px;
}
/* to activate collapse on sm size

	.navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 3px;
        padding-bottom: 3px;
    }

	.dropdown-menu{
		position: static;
	}


@media (max-width: 768px) {

    body{font-size:90%;}
    #headerwrap {margin-bottom: 5px;padding-top:70px;padding-left:10px;padding-right:10px;padding-top:100px;}
    #headerwrap h1 {font-size: 120%;margin-top: 30px;}
    #headerwrap h2 {font-size: 120%;}
    #headerwrap h3 {font-size: 90%;}

    #communitywrap i{font-size:80%;}
    #communitywrap h3{font-size:100%;margin-top:40px;}
    #teamwrap h4 {font-size:90%;}

   h2{font-size:120%;}

    p{font-size:80%;}
    a{font-size:80%;}
  .form-control {font-size:80%;}
    .form-group label {font-size:80%;}

    #martigny-pictures{min-height:300px;padding-top:0px;}

  .modal-dialog{width: 300px;}
    .modal-dialog p{font-size:80%;}


    .pricing-option .price .price-amount {font-size: 100%;}
    .pricing-option .price small {font-size: 90%;}

    #table-releases h3{font-size:100%;}

  .navbar-default .navbar-nav > li > a {font-size:120%;}

  .logo-first{margin-top:5px;max-height:60px;}
  .logo-second{margin-top:5px;max-height:40px;}
  .menu-first {padding-top:50px;}
  .menu-second {padding-top:12px;}

}


*/


