* {
  margin: 0;
}
html, body {
  height: 100%;
}
body{
	background-color: #ffffff;
font-family: 'Roboto', sans-serif;
}
.box{
          width: 100%;
          height: 20%;
          position: absolute;                       
          top: 30px;
          color: #fff;
      }
  .brand{
  	font-size: 5em;
    text-decoration: none;
    line-height: .8;
  }
  .tag-line{
  	display: block;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 10px;
    line-height: 1;
  }
  .mail-phone ul li {
    display: inline-block;
    margin-right: 3em;
    font-size: 14px;
    color: #fff;
}
.mail-phone a
{
	color: #fff;
}

.app-download{
	color:#fff;
	/* background-color: #03484C; 
	background-color: #77FF33; 
	background-color: #77FF33;*/
	  background-color:#3E50B4;
	padding-top: 5%;
	width:100%;
}

.app-download h1{
	font-size: 4em;
    text-decoration: none;
    font-weight: bold;
    line-height: .8;
    text-transform: uppercase;
}

.app-download h2{
	color:#00d182;
	font-weight: bold;
}

.app-download blockquote{
	border-left-color:#ffc511;
}

.our-story{
	/* color: #03484C; */
	color: #283044;
    /* background-color: #63e2c6; */
    background-color: #00d182;
background-color: #FFF;
	
    width:100%;
}

.our-story h1{
	font-size: 4em;
    text-decoration: none;
    font-weight: bold;
    line-height: .8;
    text-transform: uppercase;
}

.our-story  div p{
	padding-left: 20px;
}

.features
{
	/* padding-top: 2%; */
	/* color:#63e2c6; */
	color:#fff;
	
}
.features h3{
color: #00d182;
}

.feature-icon{
    width: 75px;
    height: 75px;
    /* background: #399e5a; */
    background: #00d182;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    transition: all 0.3s ease 0s;
    
}

.feature-icon span{
	color: #fff;
    font-size: 1.5em;
    top: 1.2em;
}

.features .row{
	padding-bottom: 1em;
	padding-right: 2em;
}

.features .row h3{
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}
.offers{
	background-color: #3E50B4;
	color:#ffffff;
}
.offers h1{
	font-size: 4em;
    text-decoration: none;
    font-weight: bold;
    line-height: .8;
    text-transform: uppercase;
    color:#00d182;
}

.offers blockquote{
	border-left-color:#ffc511;
	font-size: 2em;
}

.offers ol li{
	color:#3E50B4;
	font-size: 1.3em;
}


.row .col-md-2 .feature-icon:hover
	{
  background: #000000;
  border: 6px solid #00EBF7;
}



.video-container{
	max-width: 100%;
	height: auto;
}


.clear-all {
	margin:0; 
	padding:0;
}


.page-wrap {
  min-height: 100%;
  /* equal to footer height */
    margin-bottom: -142px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  /* .push must be the same height as footer */
    height: 142px; 
}
.site-footer {
  background: orange;
}

.video-container
{
	padding:20px;
}



.footer-distributed{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;

	padding: 55px 50px;
	/* margin-top: 80px; */
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #5383d3;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}

.label-distributed{
	color:  #ffffff;
	/* font: normal 50px 'Cookie', cursive; */
	margin: 0;
	font-family: impact, sans-serif; 
  font-size: 50px;
  
  font-style: oblique;
  font-weight: bold;
  font-variant: small-caps;
  text-align: justify;
  letter-spacing: 0px;
  line-height: 23px;
}

.label-sub{
	 font-family: "palatino linotype", palatino, serif;
  font-size: 24px;
  color: #ffffff;
  font-style: oblique;
  font-weight: bold;
  font-variant: small-caps;
  text-align: justify;
  letter-spacing: 0px;
  line-height: 23px;
}
.trasp-img{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";       /* IE 8 */
filter: alpha(opacity=50);  /* IE 5-7 */
-moz-opacity: 0.5;          /* Netscape */
-khtml-opacity: 0.5;        /* Safari 1.x */
opacity: 0.5;   
}

#over {
    background-image: url("../images/mobile-frame.png");
    background-repeat: no-repeat;
    height: 700px;
    width: 385px;
    /* margin: 0 auto 30px; */
    /* position: relative; */
}
 
iframe {
    height: 540px;
    width: 324px;
    position: absolute;
    top: 61px;
    left: 18px;
    border:0px thin;
}


hr.style-eight {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}
hr.style-eight:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}
