/*!
 * Bounce Template v2.1 - Blue
 * More colors coming soon! 
 *
 * Built with Bootstrap v2.2.2
 * http://twitter.github.com/bootstrap
 */

/* Navbar
-------------------------------------------------- */
.navbar-inner {
    background: none repeat scroll 0 0 #3c6fa1 !important;
    padding: 10px;
    border: none !important;
}
.navbar form {
    margin-bottom: 0 !important;
}
.navbar .brand {
    color: #FFFFFF;
    text-transform: uppercase;
}
.navbar .brand span {
    color: #f4b15a;
}
.front .navbar .nav > li > a {
    color: #D6DFE5;
}
.front .navbar .nav > li > a:hover {
    color: #FFFFFF;	
}
.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 {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 2px solid #308CCF;
    color: #FFFFFF;
}

/* Landing
-------------------------------------------------- */
.front #landing {
    background: none repeat scroll 0 0 #fdfdfd;
}
.front #landing h1 {
    color: #308CCF;
}
.front #landing p {
    color: #394755;
}
.front #landing .carousel-control {
    color: #0088CC;
}
.front #landing .carousel-control:hover {
    color: #17405E;
}
.front #landingSlide {
    background: url("../img/landing.png") no-repeat scroll center 200px #F1F1F1;
}

/* Page Header
-------------------------------------------------- */
.front #header {
    background: none repeat scroll 0 0 #FdFdFd;
    padding: 60px 0 !important;
}
.front #header h1 {
    color: #308CCF;
}

/* Main Content
-------------------------------------------------- */
.front #content {
    background: none repeat scroll 0 0  #FFFFFF;
    color: #394755;
}
.front .bouncy:hover i {
    color: #0074CC;
}

/* Pricing Tables
-------------------------------------------------- */
.front .product-plan {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
}
.front ul.plans {
    margin: 0;
}
.front .product-plan .name {
    background: none repeat scroll 0 0 #394755;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.front .product-plan .name h3 {
    color: #D6DFE5;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
}
.front .product-plan .price {
    background: none repeat scroll 0 0 #F1F1F1;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
}
.front .product-plan .price h3 {
    color: #308CCF;
}
.front .product-plan .feature {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
}
.front .product-plan .action {
    background: none repeat scroll 0 0 #F1F1F1;
}
.front .product-plan.popular .name {
	background: none repeat scroll 0 0 #f89406;
	color: #FFFFFF;
}
.front .product-plan.popular .name h3 {
	color: #FFFFFF;
}

/* Pricing Q&A
-------------------------------------------------- */
.front .question h3 {
    color: #308CCF;
}
.front .question a {
    color: #17405E;	
}
.front .question a:hover {
    color: #333333;
}

/* Accordion
-------------------------------------------------- */
.front .accordion, .toggle-box {
/*  background: none repeat scroll 0 0 #FFFFFF; */
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 30px;
    padding: 10px;
}

.front .accordion-group {
    border: none;
    border-radius: 0 0 0 0;
}
.front .toggle-box {
    margin-bottom: 20px;
}
.front .accordion-inner, .tbox-inner {
    border-top: 1px solid #E5E5E5;
    padding: 9px 15px 9px 60px;
    border: none;
    color: #394755;
}
.front .accordion .accordion-toggle, .toggle-box a {
    background: url("../img/collapse_btn.png") no-repeat scroll left -98px transparent;
    color: #308CCF;
    display: block;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    padding: 10px 20px 10px 40px;
}
.front .accordion a.collapsed, .toggle-box .collapsed {
    background: url("../img/collapse_btn.png") no-repeat scroll left 10px transparent;
}
.front .accordion-heading, .tbox-heading {
    padding-left: 20px;
}

/* Footer
-------------------------------------------------- */
.front #footer {
	background: none repeat scroll 0 0 #F7F7F7;
    color: #17405E;
}
.front #footer h3  {
    color: #308CCF;
}
.front #footer a {
    color: #17405E;	
}
.front #footer a:hover {
    color: #333333;
}

/* Copywrite
-------------------------------------------------- */
.front #copywrite {
	background: none repeat scroll 0 0 #394755;
    color: #D6DFE5;
}
 /*
* Agreement style
*/
.front .widgets header {font-weight:200; font-size:16px; background: #98a5b6; color:#fff; padding: 10px 0; text-align: center; width: 100%}
.front .widgets ul, .widget-body {list-style-type: none; display: block; border: 1px solid #e9e9e9; border-radius: 0 0 5px 5px; margin-left: 0;}
.front .widgets ul li {padding: 10px 20px; border-top: 1px solid #e9e9e9}
.front .widgets .in-widget {border: 1px solid #e9e9e9; border-radius: 0 0 5px 5px; padding:20px 20px;}


.front .editor {
	border: 1px solid #dae3e9;
	padding: 20px;
	font-size: 14px;
	font-family: helvetica, Arial, sans-serif;
	font-weight: 400;
	height:500px;
	overflow:auto;
	position: relative;
    margin:40px 0px;
}
.front .editor.review {
	height:400px;
}

.front .actions {
	margin-top: 40px;
}

.front .sigPad {
	margin-top: 40px;
}
.front .sigPad ul, .sigPad ul li {
	border: none !important;
	padding: 0;
	margin: 0;
}

.front #change textarea {
    width: 97%;
}


/* Imported from layout.css */
.front .alert-msg {
    background: #f21212;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    padding: 2px 5px;
}
.front .alert-msg ul, .alert-msg li {
	padding: 0;
	border: none !important;
	display: inline;
}

.front form .alert-msg {
	margin-bottom: 5px;
}

.front .submit-final {
	background: linear-gradient(to bottom, #ffe079, #fed851) !important;
	color: #252525;
}
.front .submit-final:hover {
	color: #000;
}

/* new styles by charlie */
.front body {
    overflow-x:hidden; 
}
.navbar a.brand {
    font-family: 'ProximaNova', sans-serif !important;
    font-weight: 600;
}
.front #header {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.front #header h1 {
    font-family: 'ProximaNova', sans-serif;
    font-weight: 600;
    font-size: 50px;
    color: #fff;
    text-shadow:0 2px 3px #000;
    line-height: 55px;
}
.front #header p {
    font-family: 'ProximaNova', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    line-height: 28px;
    text-shadow:0 1px 0 #000;
    margin: 40px 0;
}
.front #content {
    border:none;
}

.front #customer_type {
    border-top:0;
    padding: 50px 0;
}
.front #customer_type h2 {
    font-size: 40px;
    color: #174078;
    font-family: 'ProximaNova', sans-serif !important;
    font-weight: 600;
    margin-bottom: 50px;
}
.front #customer_type a {
    color: inherit;
}
.front #customer_type a:hover {
    text-decoration: none
}
.front #customer_type img {
    border-none;
}
.front #customer_type p {
    font-size: 20px;
    font-family: 'ProximaNova', sans-serif !important;
    font-weight: 600;
    margin-bottom: 20px;
}
.front #customer_type .bouncy {
    margin-top: 30px;
}
.front #customer_type .bouncy h3 {
    font-size: 18px;
    font-family: 'ProximaNova', sans-serif !important;
    font-weight: 600;
    line-height: 18px;
}

.front #features_slider {
    background: url('../img/pattern.png');
    padding: 60px 0;
    text-align: center;
    overflow: hidden;
}
.front #features_slider h2 {
    color: #000;
    font-size: 30px;
    font-family: 'ProximaNova', sans-serif !important;
    font-weight: 700;
    margin: 40px 0 20px;
}
.front #features_slider a {
    color: #3c6fa1;
    font-size: 20px;
    font-family: 'ProximaNova', sans-serif !important;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.front #title {
    padding: 20px 0 20px;
}
.front #title h1 {
    font-size: 40px;
    color: #174078;
    font-family: 'ProximaNova', sans-serif !important;
    font-weight: 600;
    margin-bottom: 20px;
}
.front #title p {
    font-size: 20px;
    font-family: 'ProximaNova', sans-serif !important;
    font-weight: 600;
    margin-bottom: 20px;
}
.front #headline {
    border-top:0;
    padding-top: 0
}
.front .product-plan .name h3 {
    font-family: 'ProximaNova', sans-serif !important;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 2px;
}
.front .product-plan .name p {
    color: #edad56;
    font-size: 14px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: -10px;
}
.front .product-plan.popular .name p {
    color: #384452;
}
.front .recommendation {
    text-align: center;
    font-family: 'ProximaNova', sans-serif !important;
    font-weight: 600;
    background: #b8bfc7;
    color: #384452;
    padding-top: 5px;
    padding-bottom: 5px;
}

.front #testimonials {
    padding: 50px 0;
}

.front #comparison {
    padding-bottom: 50px;
}
.front #comparison th {
    text-align: center;
}
.front #comparison td {
    text-align: center;
    font-size: 40px;
    color: #5c5c5c;
}
.front #comparison tr td:first-child {
    text-align: left;
    color: #2680b5;
    font-weight: bold;
    font-size: 16px;
}
.front #comparison .table-striped tbody>tr:nth-child(odd)>td {
    background: #e5e5e5;
}.front #comparison small {
    font-size: 16px;
}

.front #orange-signup {
    text-align: center;
    font-family: 'ProximaNova', sans-serif !important;
    font-weight: 600;
    background: linear-gradient(90deg, #f69427, #fcc781);
    background: -webkit-linear-gradient(90deg, #f69427, #fcc781);
    padding: 40px 0;
    color:#fff;
}
.front #orange-signup h2 {
    font-family: 'ProximaNova', sans-serif !important;
    font-weight: 600;
    font-size: 40px;
}
.front #orange-signup a {
    color: inherit;
    font-size: 18px;
}

.front #features {
    padding: 50px 0;
    background: url(../img/pattern.png);
}
.front #features .row {
    margin-bottom: 40px;
}
.front #features h2, #features h3, #features h4 {
    font-family: 'ProximaNova', sans-serif !important;
    font-weight: 700;
}
.front .promo-input {
    display: none;
}
.front #content {
    padding-bottom: 80px;
}
.front #content ul li {
    margin-bottom: 10px;
}
.front .my-plan h4 {
    margin-top: 0;
    margin-bottom:20px !important;
}
.front #plans {
    margin-top: 40px;
}
.front .form-actions {
    padding-left: 0;
}

.front #choosePlanForm {
    margin-bottom: 0 !important;
}

.front .feature > ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
.front .feature > ul > li ul {
    margin: 10px 0 20px 40px !important;
}
.front .feature > ul > li {
    margin-left: 40px;
    margin-bottom: 10px;
}
.front .feature > ul > li i {
    color: #1a9cd8;
    display: inline-block;
    margin-left: -40px;
    margin-right: 20px;
}
.double-padding {
    padding: 20px 40px;
}

.front .ways label {
    display: block;
    padding-left: 25px;
    margin-top: -17px;
    margin-bottom: 20px;
}
.front .ways input[type="radio"] {
    display: block;
}
.front .ways span.title {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}
.front .ways span.title.blue {
    color: #08c;
} 

/* Mobile Defaults
------------------------- */
@media (max-width: 979px) {
  .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 {
    background-color: #308CCF;	
  }
  .front .navbar .nav-collapse .nav > li > a:hover {
    background-color: #308CCF;
  }
  .front .product-plan .feature .pull-right {
    color: #308CCF;
  }
}
@media (max-width: 765px) {
    .front #header .span5 {
        width: 80%;
        float: none !important;
        margin-left:auto;
        margin-right:auto;
    }
    .front #header h1 {
        font-size: 40px !important;
        line-height: 50px;
    }
    .front #customer_type h2 {
        font-size: 30px !important;
    }
    .front #customer_type p {
        font-size: 16px;
    }
    .front #features_slider h2 {
        font-size: 20px;
    }
    .front #orange-signup h2 {
        font-size: 25px;
    }
    .front #title h1 {
        font-size: 25px;
    }
    .front #title p {
        font-size: 18px;
    }
    .front .product-plan .name h3 {
        font-size: 20px;
    }
}
@media (max-width: 400px) {
    .front #header h1 {
        font-size:30px !important;
        line-height: 40px;
    }
	.navbar a.brand {
    font-family: 'ProximaNova', sans-serif !important;
    font-weight: 600;
	font-size:1.4em;
	margin-top:4px;
}
}