@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,100italic,300italic,400italic|Pacifico);

body {
    background: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    width: auto;
    overflow-x: scroll; /*!!*/
    background:url(../img/backgrounds/phone.jpg) top right no-repeat; 
    background-attachment:fixed !important;
    -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}

strong { font-weight: 700; }

a, a:hover, a:focus {
	color: #888;
	text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 60px;
    font-weight: 400;
    line-height: 97px;
}



h3 {
    line-height: 39px !important;
}

img { max-width: 100%; }

::-moz-selection { background: #b44e4a; color: #fff; text-shadow: none; }
::selection { background: #b44e4a; color: #fff; text-shadow: none; }

/***** Navbar *****/

/*.navbar{
    background: #FFF;
    max-height: 20px;
}

.navbar-right, .navbar-brand {
    font-size: 18px;
}*/


/***** Top content *****/

/*.description, .text {

    color: white;
    text-shadow:
    -1px -1px 0 #918588,
    1px -1px 0 #918588,
    -1px 1px 0 #918588,
    1px 1px 0 #918588;
}*/


.top-content {
    margin: 0 auto;
    text-align: center;
    /*color: #6e6e6e;*/
    color: #FFF
}


.inner-bg {
    padding: 120px 0;
}

.top-content .phone {
	text-align: center;
}

.top-content .text {
	/*padding-top: 100px;*/
}

.top-content .description {
	margin: 40px 0 10px 0;
    font-size: 40px;
    line-height: 65px;
    font-family: Lato !important;
    font-weight: 100 !important;

}

.features-container .top-content .description {
    color: #6e6e6e !important;

}

.top-content .top-button {
	margin-top: 40px;
}

.submit-form {
    margin-top: 40px;
}

/***** Features *****/

.features-container {
    margin: 0 auto;
    padding-bottom: 60px;
    color: #888;
    text-align: center;
}

.features {
    margin-top: 60px;
    padding-bottom: 10px;
}

.features h2 {
    color: #333;
}

.features p {
	margin-top: 30px;
	padding: 0 120px;
    font-size: 22px;
    line-height: 36px;
}

.features-box-1 {
	margin-top: 30px;
}

.features-box-1 h3 {
	font-size: 26px;
    font-weight: 700;
    color: #333;
    line-height: 39px;
}

.features-box-1 p {
	font-size: 18px;
    line-height: 32px;
}

.features-box-1 .features-box-1-icon {
    margin: 0 auto;
    font-size: 56px;
    color: #333;
}


/***** Single feature *****/

.single-feature-container {
    margin: 0 auto;
    text-align: center;
}

.single-feature-text {
    margin-top: 60px;
    padding-bottom: 10px;
}

.single-feature-text p {
	margin-top: 30px;
	padding: 0 120px;
    font-size: 22px;
    line-height: 36px;
}

.single-feature-img {
	margin-top: 30px;
}

.single-feature-img-description {
	margin-top: 70px;
	font-size: 18px;
    line-height: 32px;
	text-align: right;
}

.single-feature-img-description p {
	margin-bottom: 30px;
}

.single-feature-bg {
	color: #fff;
}

.single-feature-no-bg {
	color: #888;
}

.single-feature-no-bg h2 {
	color: #333;
}

.single-feature-no-bg .single-feature-img-description {
	text-align: left;
}

.single-feature-no-bg .single-feature-img-description strong { color: #333; }


/***** Call to action *****/

.call-to-action-container {
    margin: 0 auto;
    padding-bottom: 60px;
    color: #888;
    text-align: center;
}

.call-to-action-text {
    margin-top: 60px;
    padding-bottom: 10px;
}

.call-to-action-text h2 {
	color: #333;
}

.call-to-action-text p {
	margin-top: 30px;
    font-size: 22px;
    line-height: 36px;
}



/***** Footer *****/

footer {
	padding: 30px 0;
	background: #000000;
	text-align: center;
}

.footer-copyright {
	margin: 15px 0 0 0;
	font-size: 18px;
    line-height: 29px;
    color: #fff;
}

.footer-copyright a {
	color: #fff;
	border-bottom: 1px dashed #eee;
}
.footer-copyright a:hover { border: 0; }

.navbar {
height:85px;
border:0;
margin-bottom: 0;
font-size: 20px;
  background-color: rgb(0, 0, 0);
/*  background-color: rgba(0, 0, 0, 0.6);*/
/*-webkit-transition: height .5s ease-in-out;
-moz-transition: height .5s ease-in-out;
transition: height .5s ease-in-out;*/
}

.navbar ul{
    margin-top: 15px;
}

.navbar.top-nav-collapse ul{
    margin-top: 0px;
}

.navbar .navbar-brand {
padding: 30px 15px 0 15px;
height: 142px;
width:270px;
-webkit-transition: padding .5s ease-in-out;
-moz-transition: padding .5s ease-in-out;
transition: padding .5s ease-in-out;
-webkit-transition: margin-left 1s; /* For Safari 3.1 to 6.0 */
    transition: margin-left 1s;
display: block;
font-family: Pacifico;
font-size: 40px;
color: #71E2B3;
}
.navbar .navbar-brand img {
max-width:215px; 
margin-top: -25px;
-webkit-transition: width .5s ease-in-out;
-moz-transition: width .5s ease-in-out;
transition: width .5s ease-in-out;
-webkit-transition: margin-left 1s; /* For Safari 3.1 to 6.0 */
    transition: margin-left 1s;
}
.navbar.top-nav-collapse {
height:50px;
color: white !important;
font-size: 15px;

}

/*.navbar-right {
    -webkit-transition: margin-right 1s;  For Safari 3.1 to 6.0 
    transition: margin-right 1s;
}*/

/*.top-nav-collapse .navbar-right {
    margin-right: -100px !important;
}*/

.navbar.top-nav-collapse .navbar-brand img {
max-width:120px;
z-index: 100;
margin-top: -15px;
/*margin-left: -90px;*/
}

.navbar.top-nav-collapse .navbar-brand {
padding: 21px 15px;
/*margin-top: -10px;
margin-left: -120px;*/
font-size: 27px;
}


#team i {
    padding-right: 10px;
}

#team i:hover {
    color: white;
}

#team {
    text-align: center;
}

#mc_embed_signup .mc-field-group input {
  color: black !important;
  border-radius: 5px !important;
}

input[placeholder], [placeholder], *[placeholder] {
    color: gray !important;
}

#mc_embed_signup form {
  display: inline-block !important;
  margin-left: 170px;
}

#mc_embed_signup .button {
  background-color: #71E2B3 !important;
  font-size: 20px !important;
  height: 45px !important;
}

#mc_embed_signup .mc-field-group input {
  width: 103% !important;
}

#team img { 
    max-height: 140px;
}

.row.mt.centered {
    padding-bottom: 30px;

}

.navbar-default .navbar-nav>li>a {
  color: white !important;
}

.backstretch {
    width: 0px !important;
}

.features-container {
    background-color:white;
}

#team {
    background-color: white;
}

#contact {
    background-color: black !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    #mc_embed_signup {
        display: none !important;
    }

    .call-to-action-button {
  margin-top: 40px !important;
  margin-right: 0px !important;
}

.navbar-toggle {
    position: absolute !important;
}

.navbar-collapse {
    background-color: gray;
}

.navbar.top-nav-collapse .navbar-brand img {
max-width:120px !important; 
margin-top: -15px !important;
margin-left: 0px;
}
}

#mc_embed_signup #mce-success-response {
  color: white !important;
}

#mc_embed_signup div.response {
  padding: 0px !important;
  top: 0em;
  width: 100% !important;
}


