/* Font import */
@import url(http://fonts.googleapis.com/css?family=Roboto:500,400,300,700);
@import url(http://fonts.googleapis.com/css?family=Lato:300);
* { 
	margin: 0;
	padding: 0px;
    font-family: 'Roboto', sans-serif;
} 
body { 
	background: #fff; 
	margin: 0; 
	color: #4c4b4b;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

p { 
	padding: 0; 
	margin-bottom: 12px; 
    font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 18px; 
	line-height: 28px;
	color: #666; 
	margin-top: 10px; 
}

html,body {height: 100%;}

.centered {text-align: center}
.marginTop {margin-top: 20px;}
.aligncenter {margin-left: auto;margin-right: auto;display: block;clear: both;}
.marginTB { margin-top: 30px; margin-bottom: 30px;}
.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}
::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#007f64;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#007f64;
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
a { 
	padding: 0;
	margin: 0;
	text-decoration: none; 
	color: #ffffff;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#06b38e;
}

.container{
	max-width:970px;
	margin:0 auto;
}

/* Custom Styling */

.navbar-default {
	background-color: #ffffff;
	border-color: transparent;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 11px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}

.navbar-brand {
	height: 70px;
	padding: 10px 45px;
	font-size: 18px;
	font-weight: 900;
	line-height: 20px;
}
.navbar-header{
	min-height:100px;
}

.navbar-default .navbar-brand {
	color: black;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #555;
	background-color: transparent;
	border-bottom: 2px solid #e7e7e7;
}
.navbar-nav.navbar-right:last-child {
	margin-top:20px;
	text-align:center;
	padding:5px;
	font-weight:700;
	margin-right:18px;
}


/* ----- Registration Form ----- */

.register{
	margin:50px 0 30px 0;
	width:90%;
}

.register form {
	margin-top:15px;
    padding: 10px 20px 20px 20px;
    background: #ffffff;
    text-align: left;
}

.register form h3 {
	color:#4d4f53;
	font-weight:400;
	
}
.free{
font-weight:700;
color:#34a6da;
font-size: 26px;
}

.register form input {
    width: 100%;
    height: 30px;
    background: #fcfcfc;
    border: 1px solid #ddd;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    color: #4c4b4b;
    font-size: 12px;
	padding:5px;
}

.register form label {
    font-size: 15px;
    text-align: left !important;
	margin: 2px 0 2px 0 !important;
	font-weight:500;
}

.register form input:-moz-placeholder { color: #aaa; }
.register form input:-ms-input-placeholder { color: #aaa; }
.register form input::-webkit-input-placeholder { color: #aaa; }

.register form button {
    cursor: pointer;
    width: 60%;
    height: 42px;
    margin-top: 25px;
    padding: 0;
    background: #009FDA;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    -moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
    -webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
    box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

.register form button:hover {
	background: #0685b4;
}

.register form button:active {
    -moz-box-shadow:
        0 -15px 30px 0 rgba(255,255,255,.05) inset,       
        0 5px 8px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow:
        0 -15px 30px 0 rgba(255,255,255,.05) inset,       
        0 5px 8px 0 rgba(0,0,0,.1) inset;
    box-shadow:
        0 -15px 30px 0 rgba(255,255,255,.05) inset,       
        0 5px 8px 0 rgba(0,0,0,.1) inset;
}

/* Registration css ends */

/* Header css starts */

#head {
	background: url(../img/header.jpg) no-repeat center top;
	padding-top: 80px;
	background-position: center center;
	min-height: 500px;
	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;
	
    -webkit-box-shadow: inset 0px -5px 6px 0px rgba(50, 50, 50, 0.21);
    -moz-box-shadow:    inset 0px -5px 6px 0px rgba(50, 50, 50, 0.21);
     box-shadow:         inset 0px -5px 6px 0px rgba(50, 50, 50, 0.21);
}

#head h1 {
	color: #ffffff;
	font-size: 26px;
	font-weight: 500;
	margin:0px;
}

.title{
	margin-top:0px !important;
}

.titleBox{
	background-color:#34a6da;
	padding:20px;
	margin-top:240px;
	opacity: 0.9;
    filter: alpha(opacity=90);
}

/* Header css ends */

/* Button css starts */
.btn-success {
  color: #fff;
  background-color: #009FDA !important;
  border-color: #009FDA !important;
}
.btn-success:hover {
  color: #fff;
  background-color: #0685b4 !important;
  border-color: #0685b4 !important;
}
.download{
	padding:20px; 
	margin-bottom:50px;
	background-color:#34a6da !important; 
	border:1px #34a6da solid !important;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
	}
/* Button css ends */

.heading {
  position: relative;
  padding: 0 15px 10px;
  text-align: center;
  max-width: 970px;
  margin: 0 auto;
}
.heading h2 {
  color: #4d4f53;
    padding: 30px 0 0;
  font-weight:500;
}
.bheading h2 {
	margin-top:40px;
  color: #ffffff;
  font-weight:500;
}

.mheading h2 {
  color: #4d4f53;
  margin-bottom:20px;
  padding: 0 0 5px 0;
}

.featureH{
	font-size:26px;
	font-weight:400;
}

.features{
	margin-left:15px;
	font-size:16px !important;
	font-weight:400;
}

.greenLine{
	background:#007f64;
	width:120px;
	height:1px;
	text-align:center;
	margin:0 auto;
}
.greenLine1{
	background:#007f64;
	width:120px;
	height:1px;
	text-align:center;
	margin:0 auto;
	margin-bottom:40px;
}

.navbar-default .navbar-nav > li > a {
	margin-top:10px;
}

/* Scroll up button start */
.cd-top {
	    height: 40px;
    width: 40px;
  display: inline-block;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(52, 168, 218, 0.8) url(../img/top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .9;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 30px;
  }
}
/* Scroll up button ends */

/* Feature css starts*/

.thumbnails {
	margin: 0 auto;
	width: 120px;
}

.pointers i {
	color: #fff;
	cursor: default;
	display: block;
	font-size: 55px;
	line-height: 130px;
	text-align: center;
}
.pointers h4 {
	font-size: 18px;
	font-weight:700;
	text-align: center;
}
.pointers > div {
	margin-bottom: 40px;
}

.full-text {
	margin-top:10px;
	color: #798089;
	font-size: 16px;
	text-align: center;
}
.banner {
	color: #f8f8f8;
    background-color:#4d4f53;
    background-size: cover; 
    margin:30px 0 0 0;

}

/* Feature css ends*/

/* Footer css starts */
#footer {
	padding-bottom: 20px;
	padding-top: 20px;
	background:#262627;
	color: white;
}

#footer i {font-size: 25px; margin-right: 18px;}
#footer h4 {font-family:'Lato';padding-bottom:10px; border-bottom: 1px solid #19191a !important;}
#footer h5 {font-family:'Lato'; font-weight:300;}

/* Footer css ends*/

@media screen and (max-width: 768px) {
.titleBox{margin-top:50px;}
}

@media screen and (max-width: 400px) {
	.greenLine{
	background:#34b233;
	width:100%;
	height:1px;
	text-align:center;
	margin:0 auto;
}
.navbar-nav.navbar-right:last-child {margin-right:0px;}
.register form button {font-size: 12px;}
}
@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {

  }
}


@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}


@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}
