/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * 
 * Custom CSS
 */

body {
	overflow-x: hidden;
}

a:hover {
	color: #09ace8;
	text-decoration: none;    
}

a:active {
	color: #494A6F;
	text-decoration: none;    
}

.add-pointer {
    cursor:pointer;
}

/* ==========================================================================
    Typography
   ========================================================================== */

body,p,h1,h2,h3,h4,h5,h6 { 
  font-family: "proxima-nova",sans-serif;

}

h2 {
	font-size: 1.4em;
	font-weight: 300;
	letter-spacing: 4px;
	text-transform: uppercase;
}

p {
	color: #2A2D33;
}

.lead {
	font-size: 1.9em;
	line-height: 170%;
}

.clear {
    clear: both;
}

label {
  font-size: .9em;
  font-weight: 400;
}

/* ==========================================================================
   Head Menu
   ========================================================================== */
.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

/* ==========================================================================
    Validation Alerts 
   ========================================================================== */
.alert {
    max-width: 500px;
    margin: 0 auto;
}

/* ==========================================================================
    Buttons
   ========================================================================== */
.btn {
	background-color: #5C587A;
    border-color: #5C587A;
}

.btn.btn-primary.btn-lg {
	border: none;
	font-size: 1em;
	font-weight: 200;
	padding: 20px 50px;
	letter-spacing: 4px;
	text-transform: uppercase;    
}

.headline .lead{
	margin-bottom: 80px;
}

.headline h2 {
	color: #FFFFFF;
	margin: 40px 0;
}

.button-pan {
    margin-top: 15px;
}

/* ==========================================================================
    Navigation
   ========================================================================== */
.navbar {
    border: none;
	padding: 5px 0;
    background-color: #2A2D33;
    -moz-min-width: 300px;
    -ms-min-width: 300px;
    -o-min-width: 300px;
    -webkit-min-width: 300px;
    min-width: 300px; 
    margin-bottom: 0px;
}

.navbar-right .signup a {
	color: #FFFFFF;
}

.nav-back {
    background-color: #2A2D33;
}

.navbar-nav>li>a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.navbar-nav>li>a:active {
	background-color: #FFFFFF;
    color: #FFFFFF;
	text-decoration: none;
}

.navbar-default .navbar-nav>li>a, a:hover, #footer li a:hover {
	color: #FFFFFF;
	text-decoration:none;
}

#nav-first a:hover {
  color: #c0c0c0;
}
#nav-sec a:hover {
  color: #c0c0c0;
}

.nav.navbar-nav:first-of-type {
	letter-spacing: 3px;
	font-weight: 400;
	margin-left: 10%;
	text-transform: uppercase;
}

.navbar-toggle {
  border: 1px solid #000000;
  background-color: #2A2D33;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  background-color: #2A2D33;
}

.logo {
	height: 48px;
    cursor:pointer;
}

.logo-sm {
	height: 30px;
    cursor:pointer;
}

.logo-text {
    color: #FFFFFF;
    font-size: 2.55em;
	font-weight: 100;
    cursor:pointer;
}

.logo-text-sm {
    color: #FFFFFF;
    font-size: 1.3em;
	font-weight: 100;
    cursor:pointer;
}

.navbar-default .navbar-nav>.active>a:hover {
    color: #FFFFFF;
}

/* ==========================================================================
   SignUp
   ========================================================================== */
.signup-head {
    margin-top: 35px;
}
.progress-tracker {
  font-weight: 600;
  list-style: none;
  margin: 20px 0 10px 0;
}
.progress-tracker span {
  color: #5C587A;
  font-weight: 600;
  padding-top: 5px;
  margin-right: 5px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  border: 1px solid #98c0cf;
  display: inline-block;
}
.progress-tracker li {
  display: block;
  margin-bottom: 10px;
  color: #5C587A;
}
@media (min-width: 992px) {
  .progress-tracker li {
    display: inline;
    margin-right: 25px;
  }
}
.progress-completed {
  color: #09ace8;
}
.progress-completed span {
  background-color: #5C587A;
  color: #fff;
}
.signup-nav {
	margin: 5px;
}
/* ==========================================================================
    JQuery Dialog settings
   ========================================================================== */
.ui-dialog-titlebar {
    display: none;
}
    
.ui-widget-content {
    border: 10px solid #DDD;
}

.input-validation-error {
    border: 1px solid #a94442;
    background-color: #ffeeee;
}

.nav-first-st {
    letter-spacing: 3px;
	font-weight: 400;
	margin-left: 20%;
	text-transform: uppercase;
}

.progress {
    width: 200px;
    margin: 0 auto;
    margin-top: 10px;
}

.ui-datepicker .ui-state-highlight {
    background: #679700;
}

.ui-datepicker .ui-state-active {
    background: #0094ff;
}

.token {
    font-size: 1.1em;
    font-weight: 200;
    padding: 0 5px;
    cursor: pointer;
}

/* ==========================================================================
    Jumbotron
   ========================================================================== */
.home-banner {
    background: url("../../Images_web/bs-slide-3.png") no-repeat;
    background-position: center;
    -ms-background-size: cover;
    background-size: cover;
    margin-top: 0px;
    max-height: 400px;
    /*opacity:0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
}

.home-banner-mid {
    background: url("../../Images_web/bs-slide-2.png") no-repeat;
	background-position: center;
    -ms-background-size: cover;
    background-size: cover;
    margin-top: 0px;
    max-height: 400px;
    /*opacity:0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
}

.home-banner-mid2 {
    background: url("../../Images_web/bs-slide-3.png") no-repeat;
    background-position: center;
    -ms-background-size: cover;
    background-size: cover;
    margin-top: 0px;
    max-height: 400px;
    /*opacity:0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
}

.home-banner-mid3 {
    background: url("../../Images_web/bs-slide-4.png") no-repeat;
    background-position: center;
    -ms-background-size: cover;
    background-size: cover;
    margin-top: 0px;
    max-height: 400px;
    /*opacity:0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
}

.home-banner-base {
    background: url("../../Images_web/bs-slide-5.png") no-repeat;
    background-position: center;
    -ms-background-size: cover;
    background-size: cover;
    margin-top: 0px;
    max-height: 400px;
    /*opacity:0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
}

.jumbotron {
	background: none;
    min-height: 350px;
    max-height: 700px;
}

.jumbotron h1 {
    color: #000000;
    font-size: 3.55em;
    font-weight: 300;
}

.jumbotron p {
	color: #000000;
	font-size: 1.55em;
	font-weight: 300;
}

.jumbotron .btn {
	margin-top: 20px;
}

/* ==========================================================================
   Products
   ========================================================================== */
   .products img {
      -ms-border-radius: 50%;
      border-radius: 50%;
      margin: 60px 0 10px 0;
      width: 100%;
   }

/* ==========================================================================
   Index Panels
   ========================================================================== */

.features i {
	font-size: 2.6em;    
}

.feature-container {
	/*float: left;
	width: 33.333%;*/
    background: #706A91;
	border-right: 1px solid #fff;
}

.feature-container:hover {
    -ms-opacity: .8;
    opacity: .8;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    -webkit-filter:alpha(opacity=80);
    -moz-filter:alpha(opacity=80);
    -o-filter:alpha(opacity=80);
    filter:alpha(opacity=80); /* For IE8 and earlier */
}

.features {
    -moz-min-width: 340px;
    -ms-min-width: 340px;
    -o-min-width: 340px;
    -webkit-min-width: 340px;
    min-width: 340px;
}

.feature {
	color: #fff;
	padding: 90px 0;
}

.feature-container:nth-child(1) {
	background: #706A91;
	border-right: 1px solid #fff;
}
.feature-container:nth-child(2) {
	background: #494A6F;
	border-right: 1px solid #fff;
}
.feature-container:nth-child(3) {
	background: #6266B0;
}
/* ==========================================================================
   Pricing
   ========================================================================== */
.pricing {
  margin-top: 30px;
}
.pricing-head {
  margin-top: 50px;
}
.pricing ul {
  padding-left: 0;
}
.pricing ul.plans {
  list-style: none;
}
.pricing ul.plans li {
  margin-bottom: 30px;
  text-align: center;
  width: 99%;
}
.pricing ul.subplans {
  list-style:square;
  padding-left: 25px;
}
.pricing ul.subplans li {
  margin: 1px 20px;
  padding-left: 1px;
  text-align: left;
  font-size: .9em;
}
.pricing ul li h2 {
  color: #fff;
  padding: 15px 6px;
  text-transform: none;
  letter-spacing: 0;
  border: 3px solid #fff;
}
.pricing .headline .lead {
  margin-bottom: 60px;
}
.pricing h3 {
  margin-top: 0;
}
.price-plan-details {
  font-size: 1.1em;
  border-right: 2px solid #2A2D33;
  text-align: center;
  height: 210px;
  margin-bottom: 25px;
}
.service .price-plan-details {
  border: none;
}
/*.price-plan-details {
  background-color: #ffffff;
  padding: 30px 0;
  height: 350px;
}*/
.price-plan-details p span {
  font-weight: 700;
}
.pricing ul .btn {
  padding: 12px 40px;
  background: #706A91;
  color: #ffffff;
}
.pricing ul .btn:hover {
    opacity: .8;
    transition: opacity .2s ease-in-out;
    filter:alpha(opacity=80); /* For IE8 and earlier */
}
.plans h2 {
  font-weight: 500;
}
.prospect h2 {
  background: #535252;
}
.basic h2 {
  background: #706A91;
}
.builder h2 {
  background: #494A6F;
}
.selections h2 {
  background: #6266B0;
}
.service h2 {
  background: #2A2D33;
}
.service div {
  font-weight: 300;
}
.cost {
  display: block;
  font-size: 2.5em;
  font-weight: 300;
  margin: 5px 0 5px 0;
}
.per {
  font-size: .6em;
  font-weight: 100;
}
.dollar {
  font-size: .6em;
  font-weight: 100;
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
.mid-pan {
    margin-top: 15px;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
  .pricing ul.plans li {
    float: left;
    width: 234px;
  }
  .cost {
    margin: 15px 0 10px 0;
  }
}
/* ==========================================================================
   Footer
   ========================================================================== */

#footer {
	background: #2A2D33;
 	margin-top: 50px;
 	padding: 40px 0;
     color: #FFFFFF;
}

#footer span {
	font-size: 1.8em;
}

#footer ul>li:first-child {
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#footer a {
	color: #FFFFFF;
	line-height: 200%;
}

#footer ul>li>a:hover {
  color: #c0c0c0;
}

.copyright {
	border-top: 1px solid #74888e;
	font-size: .8em;
	margin-top: 50px;
	padding-top: 10px;
}

/* ==========================================================================
   Monosocial Icons
   ========================================================================== */

@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('../fonts/MonoSocialIconsFont-1.10.eot');
    src: url('../fonts/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MonoSocialIconsFont-1.10.woff') format('woff'),
         url('../fonts/MonoSocialIconsFont-1.10.ttf') format('truetype'),
         url('../fonts/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('../fonts/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.symbol, a.symbol:before {
    font-family: 'Mono Social Icons Font';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

a.symbol:before {
    content: attr(title);
    margin-right: 0.3em;
    font-size: 130%;
}

