/*!
 * Bounce Template v2.1
 *
 * Built with Bootstrap v2.2.2
 * http://twitter.github.com/bootstrap
 */

/* General
-------------------------------------------------- */
body.front {
    background: none repeat scroll 0 0 #FFFFFF;
	position: relative;
    font-family: "Helvetica Neue","Helvetica",Arial,Verdana,sans-serif;
    overflow-x: hidden !important;
}
.front h1,
.front h2,
.front h3,
.front h4,
.front h5,
.front button {
    font-family: "Open Sans","Helvetica Neue","Helvetica",Arial,Verdana,sans-serif;
    font-weight: 300;
}
.front .map {
    height: 350px;
    width: 100%;
}
.front .center {
     float: none;
     margin-left: auto;
     margin-right: auto;
}
 
/* Content Dividers
-------------------------------------------------- */
.front hr.dashed {
    border-style: dashed none;
}
.front hr.halfed {
    margin: 10px 0;
}
.front hr.thick {
    border-width: 4px 0;
}
.front hr.no-border {
	border-color: #ffffff;
}

/* Glyphicons Fix
-------------------------------------------------- */
.front [class^="glyphicons-"]:before {
    font-style: normal;
    line-height: inherit;
    vertical-align: bottom;
}

/* Keyframe Animations
-------------------------------------------------- */
@-webkit-keyframes rise {
	from {-webkit-transform: translateY(0);}
	to {-webkit-transform: translateY(-5px);}
}
@-moz-keyframes rise {
	from {-moz-transform: translateY(0);}
	to {-moz-transform: translateY(-5px);}
}
@-o-keyframes rise {
	from {-o-transform: translateY(0);}
	to {-o-transform: translateY(-5px);}
}
@keyframes rise {
	from {transform: translateY(0);}
	to {transform: translateY(-5px);}
}
@-webkit-keyframes slide {
	from {-webkit-transform: translateX(0);}
	to {-webkit-transform: translateX(5px);}
}
@-moz-keyframes slide {
	from {-moz-transform: translateX(0);}
	to {-moz-transform: translateX(5px);}
}
@-o-keyframes slide {
	from {-o-transform: translateX(0);}
	to {-o-transform: translateX(5px);}
}
@keyframes slide {
	from {transform: translateX(0);}
	to {transform: translateX(5px);}
}
.front .animated,
.front .animated a {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.2s;
	-moz-animation-duration: 0.2s;
	-ms-animation-duration: 0.2s;
	-o-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;	
}

/* Typography
-------------------------------------------------- */
.front .txt-lefty {
    text-align: left;
}
.front .txt-middle {
    text-align: center;
}
.front .txt-righty {
    text-align: right;
}

/* Buttons
-------------------------------------------------- */
.front .btn-action {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    font-size: 17px;
    line-height: normal;
    padding: 10px 30px;
}
.front .btn-flat {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.front .btn-pillbox {
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}

/* Navbar
-------------------------------------------------- */
.front .navbar-fixed-top {
    margin-bottom: 0;
}
.front .navbar-inner {
	border-bottom: 0 none;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    filter: none;
    padding: 10px 40px;
}
.navbar .brand {
    font-size: 26px;
	text-shadow: none;
}
.navbar .nav > li > a {
	font-size: 16px;
	font-weight: normal;
    text-shadow: none;
    border-left: none !important;
}
.front .navbar .nav {
	font-family: "Open Sans","Helvetica Neue","Helvetica",Arial,Verdana,sans-serif;
	font-weight: 300;
}
.front .navbar .nav > li.active > a,
.front .navbar .nav > li.active:hover > a,
.front .navbar .nav > .active > a,
.front .navbar .nav > .active > a:hover,
.front .navbar .nav > .active > a:focus {
    padding-bottom: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-shadow: none;
}
.front .navbar .nav li.dropdown.open > .dropdown-toggle,
.front .navbar .nav li.dropdown.active > .dropdown-toggle,
.front .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: transparent;
    color: #FFFFFF;
}
.front .navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-bottom-color: #D6DFE5;
    border-top-color: #D6DFE5;
}
.front .navbar .nav li.dropdown > a:hover .caret,
.front .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.front .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.front .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-bottom-color: #FFFFFF;
    border-top-color: #FFFFFF;
}
.front .navbar .nav > li > a:focus,
.front .navbar .nav > li > a:hover {
    color: #FFFFFF;
}
.front .btn-dropnav {
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    padding: 7px 10px;
	display: none;
}
.front .btn-dropnav .icon-bar {
    background-color: #F5F5F5;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);	
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
}
.front .btn-dropnav .icon-bar + .icon-bar {
    margin-top: 3px;
}
.front .nav-tabs .open .dropdown-toggle,
.front .nav-pills .open .dropdown-toggle,
.front .nav > li.dropdown.open.active > a:hover {
    border-color: #308CCF;
}
.front .dropdown-menu p {
	font-family: "Helvetica Neue","Helvetica",Arial,Verdana,sans-serif;
	font-weight: 300;
}
.front .dropdown-menu li > a:hover,
.front .dropdown-menu li > a:focus,
.front .dropdown-submenu:hover > a {
    background-color: #308CCF;
    background-image: none;
} 
.front .dropdown-menu input:-moz-placeholder {
	color: rgb(155, 168, 182);
	font-size: 14px;
	letter-spacing: 0px;
	font-style: italic;
}
.front .dropdown-menu input:-ms-input-placeholder{
	color: rgb(155, 168, 182);
	font-style: italic;
	letter-spacing: 0px;
	font-size: 14px;
}
.front .dropdown-menu input::-webkit-input-placeholder{	
	color: rgb(155, 168, 182);
	font-style: italic;
	letter-spacing: 0px;
	font-size: 14px;
}
.front .dropdown-menu .remember{
	display: block;
	overflow: hidden;
}
.front .dropdown-menu .remember input[type="checkbox"]{
	float: left;
	margin-right: 8px;
}
.front .dropdown-menu .remember label{
	float: left;
	font-size: 13px;
}
.front .dropdown-menu .forgot{
	margin: 0 auto;
	float: none;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
}
.front .dropdown-menu .forgot p{
	display: inline-block;
	color: #394755;
}
.front .dropdown-menu .forgot a{
	color: #394755;
	margin-left: 7px;
	transition: all .1s linear;
	-moz-transition: all .1s linear; /* Firefox 4 */
	-webkit-transition: all .1s linear; /* Safari and Chrome */
	-o-transition: all .1s linear;  /* Opera */
}
.front .dropdown-menu .forgot a:hover{
	text-decoration: none;
	color: #08c;
}

/* Login/Register Forms
-------------------------------------------------- */
.front .login-wrapper{
	position: static;
}
.front .login-wrapper .logo {
	margin-bottom: 45px;
	position: relative;
	left: -2px;
	-webkit-filter: invert(100%);
}
.front .login-wrapper{
	text-align: center;
}
.front .login-wrapper .box{
	margin: 0 auto;
	padding: 30px 0 30px;
	float: none;

	-webkit-box-shadow: rgba(0,0,0,0.4) 0 1px 3px,rgba(0,0,0,0.35) 0 0 1px;
	-moz-box-shadow: rgba(0,0,0,0.4) 0 1px 3px,rgba(0,0,0,0.35) 0 0 1px;
	-ms-box-shadow: rgba(0,0,0,0.4) 0 1px 3px,rgba(0,0,0,0.35) 0 0 1px;
	-o-box-shadow: rgba(0,0,0,0.4) 0 1px 3px,rgba(0,0,0,0.35) 0 0 1px;
	box-shadow: rgba(0,0,0,0.4) 0 1px 3px,rgba(0,0,0,0.35) 0 0 1px;
	background: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.front .login-wrapper .box .content-wrap{
	width: 82%;
	margin: 0 auto;
}
.front .login-wrapper .box h2{
	margin-bottom: 35px;
}
.front .login-wrapper .box input[type="text"],
.front .login-wrapper .box input[type="email"],
.front .login-wrapper .box input[type="password"]{
	font-size: 15px;
	height: 40px;
	margin-bottom: 10px;
	border-color: #b2bfc7;
	padding-left: 12px;
}
.front .login-wrapper .box input[type="text"]:focus,
.front .login-wrapper .box input[type="password"]:focus{
	border:1px solid #28a0e5;outline:none;
	-webkit-box-shadow:inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
	-moz-box-shadow:inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
	-ms-box-shadow:inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
	-o-box-shadow:inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
	box-shadow:inset 0 1px 2px #ddd,0px 0 5px #28a0e5
}
.front .login-wrapper .box input[type="password"]{
	margin-bottom: 10px;
}
.front .login-wrapper .box input:-moz-placeholder {
	color: rgb(155, 168, 182);
	font-size: 14px;
	letter-spacing: 0px;
	font-style: italic;
}
.front .login-wrapper .box input:-ms-input-placeholder{
	color: rgb(155, 168, 182);
	font-style: italic;
	letter-spacing: 0px;
	font-size: 14px;
}
.front .login-wrapper .box input::-webkit-input-placeholder{	
	color: rgb(155, 168, 182);
	font-style: italic;
	letter-spacing: 0px;
	font-size: 14px;
}
.front .login-wrapper .box .action {
	border-top: 1px solid #d3d7db;
	/*background-color: #f4f5f6;*/
	margin: 0px -40px;
	position: relative;
	top: 30px;
	border-radius: 0px 0px 7px 7px;
	padding: 15px 0px;
}
.front .login-wrapper .box .signup {
	padding: 7px 25px;
	border-radius: 5px;
}
.front .login-wrapper .box a.forgot{
	display: block;
	text-align: right;
	font-style: italic;
	text-decoration: underline;
	color: #3d88ba;
	font-size: 13px;
	margin-bottom: 6px;
}
.front .login-wrapper .box .remember{
	display: block;
	overflow: hidden;
}
.front .login-wrapper .box .remember input[type="checkbox"]{
	float: left;
	margin-right: 8px;
}
.front .login-wrapper .box .remember label{
	float: left;
	font-size: 13px;
}
.front .login-wrapper .already{
	margin: 0 auto;
	float: none;
	text-align: center;
	font-size: 13px;
	margin-top: 30px;
	/*font-weight: lighter;*/
}
.front .login-wrapper .already p{
	display: inline-block;
	color: #394755;
}
.front .login-wrapper .already a{
	color: #394755;
	margin-left: 7px;
	transition: all .1s linear;
	-moz-transition: all .1s linear; /* Firefox 4 */
	-webkit-transition: all .1s linear; /* Safari and Chrome */
	-o-transition: all .1s linear;  /* Opera */
}
.front .login-wrapper .already a:hover{
	text-decoration: none;
	color: #08c;

}


/* Landing
-------------------------------------------------- */
.front #landing {
    padding: 30px 0;
}
.front #landing .js-video iframe {
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.front #landingSlide {
    height: 400px;
    padding: 30px 0;
}

.front #landing .action {
    padding-top: 30px;
}

/* Page Header/Title
-------------------------------------------------- */
.front #header {
    padding: 20px 0;
}

/* Main Content
-------------------------------------------------- */
.front #content {
	padding: 30px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.front .icon_wrapper {
    display: block;
    height: 50px;
}
.front .icon_wrapper i {
    font-size: 50px;
	display: inline-block;
	line-height: normal;
}
.front .bouncy:hover i {
	-webkit-animation-name: rise;
	-moz-animation-name: rise;
	-o-animation-name: rise;
	animation-name: rise;	
}

/* Call to Action Headline
-------------------------------------------------- */
.front #headline {
    padding: 20px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.front #headline .well {
    margin-bottom: 0;
}
.front #headline p {
    margin: 5px 0;
}

/* Pricing Tables
-------------------------------------------------- */
.front .product-plan {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 20px;
}
.front ul.plans {
    margin: 0;
}
.front .product-plan .name {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
    text-align: center;
}
.front .product-plan .name h3 {
    display: inline-table;
    font-size: 30px;
    padding: 15px 0;
}
.front .product-plan .price {
    text-align: center;
}
.front .product-plan .price h3 {
    font-size: 30px;
    padding: 10px 0;
}
.front .product-plan .price h3 small {
    vertical-align: bottom;
    display: inline-block;
    width: 100px;
    text-align: left;
}
.front .product-plan .price h3 small span {
	font-size: 11px;
}
.front .product-plan .feature h4 {
    padding: 15px;
}
.front .product-plan .feature i {
    font-size: 24px;
}
.front .product-plan .action {
    padding: 20px;
    text-align: center;
}
.front .product-plan.popular {
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

/* Meet the Team
-------------------------------------------------- */
.front #team.thumbnail {
    background: none repeat scroll 0 0 #FFFFFF;
}
.front #team ul {
    display: inline-block;
    position: relative;
    right: 0;
    top: 0;
}
.front #team li {
    float: left;
    line-height: 20px;
}
.front #team li a {
    display: block;
    font-size: 22px;
    text-decoration: none;
}
.front #team li a {
    color: #333333;
}
.front #team li a.facebook:hover {
    color: #3B5998;
}
.front #team li a.twitter:hover {
    color: #0084B4;
}
.front #team i {
    margin-right: 5px;
}

/* Blog
-------------------------------------------------- */
.front .entry {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 30px;
    padding: 10px;	
}

/* Terms
-------------------------------------------------- */
.front .terms {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 30px;
    padding: 10px;	
}
.front .terms a {
	color: #394755;
}
.front .terms a:hover {
	color:#308CCF;
	text-decoration:none;
}

/* Sidenav for Terms
-------------------------------------------------- */
.front .terms-sidenav {
  padding: 0;
}
.front .terms-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
  color: #308CCF;
}
.front .terms-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.front .terms-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.front .terms-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}

/* Testimonials
-------------------------------------------------- */
.front #testimonials {
	margin-top: 0px;
}
.front #testimonials .phrases_wrapper {
	margin-bottom: 30px;
	padding: 20px 10px 0px 10px;
}
.front #testimonials .phrases_wrapper .phrase { }
.front #testimonials .phrases_wrapper .phrase p.testimony {
	color:#394755;
	font-style: italic;
	font-size: 18px;
	/*width: 60%;*/
	line-height: 22px;
	position: relative;
	float: left;
}
.front #testimonials .phrases_wrapper .phrase p.testimony span {
	font-size: 50px;
	color: #c9cbce;
	position: absolute;
	margin-left: 10px;
	margin-top: 15px;
}
.front #testimonials .phrases_wrapper .phrase .pic {
	float: right;
	color: #394755;
}
.front #testimonials .phrases_wrapper .phrase .pic img {
	max-width: 55px;
	float: left;
	margin-right: 20px;
	position: relative;
	top: 4px;
}
.front #testimonials .phrases_wrapper .phrase .pic .name {
	font-weight: bold;
	color: #2C3644;
}
.front #testimonials .phrases_wrapper .phrase .pic .position { }

/* Footer
-------------------------------------------------- */
.front #footer {
    padding: 20px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.front #footer p {
    font-family: "Open Sans","Helvetica Neue","Helvetica",Arial,Verdana,sans-serif;
    font-weight: 300;
}
.front #footer h3  {
    margin-bottom: 5px;
	text-transform: uppercase;
}
.front #footer ul {
    list-style: none outside none;
    margin: 0;
}
.front #footer li {
    padding: 0 0 5px;
}
.front #footer a {
    display: inline-block;
    font-family: "Open Sans","Helvetica Neue","Helvetica",Arial,Verdana,sans-serif;
    font-weight: 300;
}
.front #footer a:hover {
	-webkit-animation-name: slide;
	-moz-animation-name: slide;
	-o-animation-name: slide;
	animation-name: slide;
	text-decoration: underline;	
}

/* Copywrite
-------------------------------------------------- */
.front #copywrite p {
    padding: 10px 0;
	margin: 0;
}
.front #totop {
    cursor: pointer;
}

/* Mobile Defaults
------------------------- */
@media (max-width: 979px) {
  .front body {
    padding-top: 0;
	overflow-x: hidden;
  }
  .front .navbar .btn-dropnav {
    display: block;
  }
  .front .navbar .nav-collapse .nav > li > a,
  .front .nav-collapse .dropdown-menu a  {
    display: inline-block;
  }
  .front .nav-collapse .dropdown-menu a {
    color: #D6DFE5;
    font-weight: normal;
  }
  .front .nav-collapse .nav > li > a:hover,
  .front .nav-collapse .dropdown-menu a:hover {
    background-color: #308CCF;
  }
  .front .dropdown-menu li > a:hover,
  .front .dropdown-menu li > a:focus,
  .front .dropdown-submenu:hover > a {
    background-image: none;
  } 
  .front .navbar .nav-collapse.nav .active > a {
    margin-left: 5px;
  } 
  .front .navbar .nav-collapse .nav > li.active > a,
  .front .navbar .nav-collapse .nav > li.active:hover > a,  
  .front .navbar .nav-collapse .nav .active > a,
  .front .navbar .nav-collapse .nav .active > a:hover,
  .front .navbar .nav-collapse .nav .active > a:focus {
	border-bottom: medium none;
	padding: 9px 15px;	
  }
  .front .navbar .nav-collapse .nav > li > a:hover {
	-webkit-animation-name: slide;
	-moz-animation-name: slide;
	-o-animation-name: slide;
	animation-name: slide;	
  }
  .front .navbar .nav li.dropdown.open > .dropdown-toggle,
  .front .navbar .nav li.dropdown.active > .dropdown-toggle,
  .front .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	-webkit-animation-name: none;
	-moz-animation-name: none;
	-o-animation-name: none;
	animation-name: none;	
  }  
  .front #landing,
  .front #landingSlide,
  .front #header,
  .front #content {
    margin-left: -20px;
    margin-right: -20px;
	padding: 30px 20px;
  }
  .front .product-plan .feature .pull-right {
	float: none;
  }
  .front #headline,
  .front #footer {
    margin-left: -20px;
    margin-right: -20px;
	padding: 20px;
  }
  .front #copywrite {
    margin-left: -20px;
    margin-right: -20px;
	padding: 0 20px;
  }   
}

/* Tablets to Phones
------------------------- */
@media (max-width: 767px) {
  .front #landing,
  .front #header,
  .front #content,
  .front #footer {
	text-align: center;
  }
  .front #landingSlide {
    background: none repeat scroll center 200px #F1F1F1;
    height: auto;	
  }  
  .front .product-plan {
    margin-bottom: 10px;
  }
  .front #footer {
    /*display: none;*/
  }  
  .front li{
	  margin-top:8px;
  }
}