body {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 24px;
}
a {
	color: #1873bb;
}
a, button {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
a:hover, a:focus {
	color: #1873bb;
}
a:focus {
	outline: none;
}
br.clear {
	display: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 300;
	color: #2f3031;
}
h4, h5, h6, .h4, .h5, .h6 {
	font-weight: 400;
}
.btn {
	border-radius: 1000px;
	padding: 9px 35px 10px;
	font-size: 18px;
}
.btn-success {
	color: #fff;
	background-color: #779ECB;
	border: 0;
	letter-spacing: .5px;
  text-transform:uppercase;
}
.btn-success:focus, .btn-success.focus, .btn-success:hover, .btn-success:active, .btn-success.active {
	color: #fff;
	background-color: #92B9E7;
}
.navbar {
	background-color: #fff;
	border-bottom: 1px solid rgba(0,0,0,.05);
}
.navbar-collapse {
	border-top: 1px solid rgba(0,0,0,.05);
}
.navbar-brand {
	padding-top: 10px;
	height: auto;
}
.navbar-brand img.logo {
	max-height: 50px;
}
.nav > li > a {
	color: #363636;
	font-size: 15px;
}
.nav > li > a:hover, .nav > li.active > a {
	background-color: transparent;
}
.navbar-nav > li > a.line-rounded {
	color: #6ab92a;
	border: 1px solid #6ab92a;
	border-radius: 1000px;
	padding: 5px 20px 6px;
	margin-top: 18px;
	font-weight: 400;
	margin-left: 8px;
	font-size: 14px;
}
.navbar-nav > li > a.line-rounded:hover {
	color: #fff;
	background-color: #AED4FF;
}
.navbar-nav > li a:after {
	content: '';
	display: block;
	margin: auto;
	height: 1px;
	width: 0px;
	background: transparent;
	transition: width .2s ease, background-color .2s ease;
}
.navbar-nav > li a:hover:after {
	width: 100%;
	background: #AED4FF;
}
.navbar-nav > li.active a:after {
	content: '';
	display: block;
	margin: auto;
	height: 1px;
	background: #AED4FF;
	width: 100%;
}
.jumbotron {
	background: #AED4FF url(../img/bg-header.png) center bottom no-repeat;
	color: #fff;
	padding-top: 78px;
	overflow:hidden;
  background-size:cover;
}
.jumbotron p.lead {
	line-height: 30px;
	color: #fff;
}
.jumbotron h1, .jumbotron .h1 {
	font-size: 38px;
	line-height: 46px;
}
.imgheadr {
	position:absolute;
	margin: 0;
	margin-top: 20px;
	width: 100%;
    right: 0;
}
.imgheadr img {
	height:486.5px;
	}

.stepsdiv {
	background: #fff url(../img/bg-graph.png) bottom center no-repeat;
	padding: 30px 0 200px;
	background-size: 1200px;
}
.lead {
	color: #505255;
}
.stepbox {
	color: #505255;
	font-weight: 300;
}
.stepbox img {
	max-height: 54px;
	margin-bottom: 15px;
}
.testimonialdiv {
	padding: 50px 0;
	background-color: #3c4349;
	color: #fff;
}
.testimonialdiv h2, .testimonialdiv p.lead, .ctabotm h2, .ctabotm p.lead {
	color: #fff;
}
.testmbox {
	position: relative;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 30px;
	font-weight: 300;
}
.testmbox a {
	color: #fff;
}
.testmbox .txtcon {
	width:100%;
	font-size: 15px;
	position: absolute;
	padding: 0 30px;
	line-height: 20px;
	bottom: 30px;
	z-index: 3;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity: .8;
}
.testmbox p.quote:before {
	content: '\201C';
	position: absolute;
	margin-left: -0.5em;
	color: #fff;
	font-size: 1.5em;
	font-family: Georgia;
	line-height: 1;
	margin-top: 2px;
}
.testmbox p.quote:after {
	content: '\201D';
	position: absolute;
	margin-right: -0.6em;
	color: #fff;
	font-size: 1.5em;
	font-family: Georgia;
	line-height: 1;
	margin-top: 4px;
	margin-left: 2px;
}
.nametil {
	line-height: 14px;
	font-size: 14px;
}
.nametil .ttle {
	font-size: 11px;
	font-weight: 300;
}
.maskb {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .4;
	-webkit-transition: background-color .2s ease;
	-moz-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
}
.testmbox a:hover .maskb {
	opacity: .8;
}
.testmbox a:hover .txtcon {
	opacity: 0;
}
.videolnk {
	position: absolute;
	z-index: 4;
	text-align: center;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	opacity: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.videolnk span {
	background: url(../img/ico-play.png) no-repeat right;
	background-size: 25px;
	display: inline-block;
	height: 30px;
	padding-right: 32px;
	line-height: 29px;
}
.testmbox a:hover .videolnk {
	opacity: 1;
}
.ctabotm {
	padding: 40px 0;
	background-color: #3c5b7b;
}
footer .list-inline > li {
	padding-right: 15px;
    padding-left: 15px;
	}
.footer-link a {
	color: #666;
}
.navbar-toggle .icon-bar {
	background: #4f4f4f;
}
.navbar-toggle {
	margin-top: 18px;
	margin-right: 3px;
	border: 0;
}
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: 0;
}
.close {
    font-weight: 300;
}
.modal.fade .modal-dialog {
   -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.video-modal-lg .modal-body {
    padding: 0;
    line-height: 0;
}
.video-modal-lg .modal-header {
	border:0;
}
.modal-header .close {
	margin-top:0;
	}
.closediv {
	margin-top:70px;
	background: #fff url(../img/bg-graph.png) bottom center no-repeat;
	background-size: 1200px;
	padding-bottom:200px;
	}
.closediv h2 {
    line-height: 42px;
	}
.closediv .closedimg {
	max-height:233px;
	margin-bottom:10px;
	}
.closedform .form-control {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid #b6bcc1;
    font-size: 24px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    padding: 25px 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	}
.closedform .form-control:focus {
	 border-bottom: 2px solid #68b5f0;
	 background-color:#f3f5f6;
	 padding-left:20px;
	 padding-right:20px;
	}
.closedform .btn.btn-success.btn-lg {
    font-size: 24px;
    margin-top: 20px;
    line-height: 34px;
	}
.members-login img {
    width: 23px;
    vertical-align: middle;
    opacity: .3;
    display: inline-block;
    margin-top: -5px;
	}
.nav > li.members-login >  a {
	display:inline-block;
    padding-left: 0;
	}
/*General style*/
.form-control {
	border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	}
.form-control:focus {
  border-color: #68b5f0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
 @media (min-width: 1200px) {
.container {
	width: 980px;
}
br.clear {
	display: inline-block;
}
.jumbotron h1, .jumbotron .h1 {
	font-size: 48px;
	line-height: 56px;
}
}
@media (min-width: 768px) {
.navbar-nav > li > a {
	margin: 10px 0;
}
.lead {
	font-size: 18px;
}
}
 @media (min-width: 768px) and (max-width: 979px) {
.imgheadr {
	margin: 0;
	margin-top: 30px;
}
.testmbox {
	max-width: 300px;
	margin: 0 auto 30px;
}
.imgheadr{
	display:none;
}

}
 @media (max-width: 767px) {
.navbar-nav > li > a.line-rounded {
	margin: 20px auto;
	text-align: center;
    max-width: 300px;
}
.testmbox {
	max-width: 300px;
	margin: 0 auto 30px;
}
.stepbox {
	margin-bottom:30px;
	padding:0 35px;
	}
.navbar-nav > li.active a:after {
	background: #fff;
}
.nav > li > a {
	margin: 0 30px;
	border-bottom: 1px solid rgba(0,0,0,.05);
	}
.navbar-nav > li a:hover:after {
	background-color: transparent;
}
.modal-dialog {
    width: 100%;
    margin: 0;
}
.jumbotron h1, .jumbotron .h1 {
    font-size: 30px;
    line-height: 38px;
}
}
 @media (max-width: 480px) {

}



/*Vimeo Responsive*/
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
	height: auto; 
	}
	
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
	}