/* START: GLOBAL STYLES */
html, body, #page {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #2C3E50;
    font-family: "Open Sans";
	-ms-overflow-style: scrollbar;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans";
    font-weight: 300;
}

body {
    background-color: #ECF0F1;
    background: url('../images/grey.png') fixed;
}

section {
    padding-top: 80px;
    padding-bottom: 50px;
    text-align: center;
}
#form-left {
  text-align: left;
}

p {
    line-height: 28px;
}

a, a:focus, a:active {
    color: #3f658b;
    cursor: pointer;
	outline: 0;
}

a:hover {
    color: #003366;
}
/* END: GLOBAL STYLES */

/* START: PRELOADER BAR ON THE TOP*/
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background-color: #003366;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 12px;
    overflow: hidden;

    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}

.pace .pace-progress-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: -32px;
    bottom: 0;

    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-background-size: 32px 32px;
    -moz-background-size: 32px 32px;
    -o-background-size: 32px 32px;
    background-size: 32px 32px;

    -webkit-animation: pace-stripe-animation 500ms linear infinite;
    -moz-animation: pace-stripe-animation 500ms linear infinite;
    -ms-animation: pace-stripe-animation 500ms linear infinite;
    -o-animation: pace-stripe-animation 500ms linear infinite;
    animation: pace-stripe-animation 500ms linear infinite;
}

@-webkit-keyframes pace-stripe-animation {
    0% { -webkit-transform: none; transform: none; }
    100% { -webkit-transform: translate(-32px, 0); transform: translate(-32px, 0); }
}
@-moz-keyframes pace-stripe-animation {
    0% { -moz-transform: none; transform: none; }
    100% { -moz-transform: translate(-32px, 0); transform: translate(-32px, 0); }
}
@-o-keyframes pace-stripe-animation {
    0% { -o-transform: none; transform: none; }
    100% { -o-transform: translate(-32px, 0); transform: translate(-32px, 0); }
}
@-ms-keyframes pace-stripe-animation {
    0% { -ms-transform: none; transform: none; }
    100% { -ms-transform: translate(-32px, 0); transform: translate(-32px, 0); }
}
@keyframes pace-stripe-animation {
    0% { transform: none; transform: none; }
    100% { transform: translate(-32px, 0); transform: translate(-32px, 0); }
}
/* END: PRELOADER BAR ON THE TOP*/

/* START: NAVIGATION ON THE TOP */
.navbar-transparent {
    background-color: rgba(0, 51, 102, 0.9);
    text-transform: uppercase;
	border-color:#3f658b;
}

.navbar-default .navbar-brand {
	color:#ffffff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color:#ffffff;
}
.navbar-transparent .navbar-nav li a {
    color: #ffffff;
	/*line-height:22px;*/
}
.navbar-transparent .navbar-nav li a:hover, .navbar-transparent .navbar-nav li a:focus, .navbar-default .navbar-nav .active a, .navbar-default .navbar-nav .active a:hover, .navbar-default .navbar-nav .active a:focus{
    color: #ffffff;
	background-color:#3f658b;
}
.navbar-transparent .navbar-nav .active a {
    background-color:#3f658b;
	color:#ffffff;
}
.navbar-toggle {
	color:#ffffff;
}
.navbar-toggle:hover, .navbar-toggle:focus {
	color:#003366;
}
/* END: NAVIGATION ON THE TOP */

/* START: SECTION HEADING */
.fancy {
    line-height: 0;
    text-align: center;
    margin-bottom: 35px;
}
.fancy span {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 0;
    top: 0;
}
/* END: SECTION HEADING */

/* START: COMMON UI ELEMENTS */
.orange {
    color: #003366;
}
.gold {
	color: #d09802;
}

.btn-half-block {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 50%;
}

.logo-circled {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: rgba(255, 255, 255, 0.8);
    background-color: #ff9632;
}

.btn-transparent {
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    border: 1px solid #fff;
}

.btn-transparent:hover, .btn-transparent:focus, .btn-transparent:active {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.btn-white, .btn-white:focus, .btn-white:active {
    color: #ffffff;
}

.btn-white:hover {
    color: #eeeeee;
    text-decoration: none;
}

.btn-orange {
    background-color: #3f658b;
    color: #ffffff;
    border: 1px solid #fff;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active {
    background-color: #003366;
    color: #ffffff;
}

.alert-small {
    padding: 6px 12px 6px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}
/* END: COMMON UI ELEMENTS */

/* START: HOME SECTION*/
#header {
    overflow: hidden;
    height: auto;
    background: url('../images/home.jpg') fixed no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 650px;
}
@media (min-width: 768px) {
  #header {
	height:100%;
  }
}
#intro {
    position: absolute;
    top: 21%;
    padding-bottom: 20px;
    background-color: rgba(0, 51, 102, 0.85);
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(0, 51, 60, 1);
}

#intro .ticker {
    overflow: hidden;
    height: 40px;
    vertical-align: baseline;
}

#intro .ticker h3 {
	margin-bottom: 0px;
    margin-top: 0px;
	height: 40px;
    -webkit-transition: margin-top 0.5s ease-in-out;
    -moz-transition:    margin-top 0.5s ease-in-out;
    -o-transition:      margin-top 0.5s ease-in-out;
    transition:         margin-top 0.5s ease-in-out;
}
.item h3 {
	margin-top:0;
}
/* END: HOME SECTION*/


/* START: ABOUT SECTION*/
#about .container, #work .container, #team .container, #contact .container, #jingle .container, #timer .container {
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	-webkit-box-shadow: 0px 10px 17px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 10px 17px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 10px 17px 0px rgba(50, 50, 50, 0.5);
}

#about .article h3 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: 700;
}

#about .article p {
    margin-bottom: 50px;
}

#about .slide {
    color: #fff;
    background: rgba(0, 51, 102, 0.75);
    text-align: center;
    list-style-type: none;
    height: 60px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 30px;
}
/* END: HOME SECTION*/

/* START: SERVICES SECTION*/
#services, #talent , #policy {
    height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-position: 0 -300px;
}

#services .container, #talent .container, #policy .container {
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	-webkit-box-shadow: 0px 10px 17px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 10px 17px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 10px 17px 0px rgba(50, 50, 50, 0.5);
}

#services .desc h2, #talent .desc h2 , #policy .desc h2 {
    margin-top: 0px;
}

#services .desc p, #talent .desc p , #policy .desc p {
    margin-bottom: 20px;
}

#services .article h3 {
    margin-top: 0px;
    font-weight: 700;
}

#services .article p {
    margin-bottom: 50px;
}

#services .article ul li {
    margin-bottom: 10px;
}

#services .article ul li:last-child {
    margin-bottom: 30px;
}
#services .slide {
    color: #fff;
    background: rgba(0, 51, 102, 0.75);
    text-align: center;
    list-style-type: none;
    height: 60px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 30px;
}
/* END: SERVICES SECTION*/

/* START: PRICING SECTION*/
#pricing {
    height: auto;
}
@media (min-width: 768px) {
	#pricing {
		height: auto;
		background: url('../images/services.jpg') no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-attachment: fixed;
	}
}

#pricing .container {
    background-color: rgba(0, 51, 102, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
}
#pricing .darktext {
	color:#000000;
}
/* END: PRICING SECTION*/

/* START: WORK SECTION*/
#work .container {
    background-color: rgba(255, 255, 255, 1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#work .desc h2 {
    margin-top: 0px;
}

#work .desc p {
    margin-bottom: 10px;
}

#work #filters, #jingle #filters {
    width: 100%;
    margin: 20px auto 30px auto;
    background-color: #f5f5f5;
}

#work #filters li, #jingle #filters li {
    font-size: 18px;
    line-height: 30px;
    cursor: pointer;
    padding: 10px;
    min-width: 120px;
}

#work #filters li.active, #jingle #filters li.active {
    background-color: #3f658b;
    color: #ffffff;
}

#work #gallery, #jingle #gallery {
    padding: 0;
}

#work #gallery li div, #jingle #gallery li div {
    margin-bottom: 30px;
}

#work #gallery .mix, #jingle #gallery .mix {
    opacity: 0;
    display: none;
}
#work .titler, #clients .titler, #services .titler, #team .titler, #policy .titler, #jingle .titler, #radio2videointro .titler, #timer .titler  {
    text-align: center;
    list-style-type: none;
	  padding-bottom:10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 30px;
}
#work .titler , #services .titler, #team .titler, #policy .titler, #jingle .titler, #radio2videointro .titler, #timer .titler {
	color: #fff;
    background: rgba(0, 51, 102, 0.75);
}
#work .titler-inner, #clients .titler-inner, #services .titler-inner, #team .titler-inner, #policy .titler-inner, #jingle .titler-inner, #radio2videointro .titler-inner, #timer .titler-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
/* END: WORK SECTION*/

/* START: CLIENTS SECTION*/
#clients {
    height: auto;
}
@media (min-width: 768px) {
	#clients {
		height: auto;
		background: url('../images/clients.jpg') no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-attachment: fixed;
	}
}

#clients .container {
    background-color: rgba(0, 51, 102, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
}

#clients .desc h2 {
    margin-top: 0px;
}

#clients .desc p {
    margin-bottom: 50px;
}

#clients .statement div h4 {
    margin-top: 0px;
}

#clients .statement div p {
    margin-bottom: 50px;
}
#clients .titler {
	color: #003366;
    background: rgba(255, 255, 255, 0.75);
}
/* END: CLIENTS SECTION*/

/* START: VIDEOS SECTION*/
#radio2videointro {
    height: auto;
}
@media (min-width: 768px) {
	#radio2videointro {
		height: auto;
		background: url('../images/videos.jpg') no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-attachment: fixed;
	}
}

#radio2videointro .container {
    background-color: rgba(0, 51, 102, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
}

#radio2videointro .desc h2 {
    margin-top: 0px;
}

#radio2videointro .desc p {
    margin-bottom: 50px;
}

#radio2videointro .statement div h4 {
    margin-top: 0px;
}

#radio2videointro .statement div p {
    margin-bottom: 50px;
}
#radio2videointro .titler {
	color: #003366;
    background: rgba(255, 255, 255, 0.75);
}
video {
    width: 100%;
    height: auto;
    border: 1px solid #000;
}
/* END: VIDEOS SECTION*/

/* START: TEAM SECTION*/
#team .desc h2 {
    margin-top: 0px;
}

#team .desc p {
    margin-bottom: 50px;
}

#team .person {
    height: 250px;
    background-repeat: no-repeat;
    background-position:center;
    margin-bottom: 30px;
	border:5px solid #ffffff;
}

#team .person .info {
    padding-top: 10px;
	padding-bottom: 5px;
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.75);
    margin-left: -15px;
}

#team .person .info h4 {
    margin-top: 0px;
    font-weight: 700;
}

#team .person .info p {
    width: 85%;
    margin: auto;
	line-height:23px;
}

#team .person .info ul {
    font-size: 24px;
    background-color: rgba(255, 255, 255, 0.75);
}

#team .persons {
    height: 150px;
    background-repeat: no-repeat;
    background-position:center;
    margin-bottom: 30px;
	border:5px solid #ffffff;
}

#team .persons .info {
	width:100%;
    padding: 5px 5px 0;
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.75);
    margin-left: -15px;
}

#team .persons .info h4 {
    margin-top: 0px;
	margin-bottom: 5px;
    font-weight: 700;
}

#team .persons .info p {
    width: 85%;
    margin: auto;
	line-height:23px;
}
/* END: TEAM SECTION*/

/* START: CONTACT SECTION*/
#contact .desc h2 {
    margin-top: 0px;
}

#contact .desc p {
    margin-bottom: 50px;
}

#contact .option {
    padding-bottom: 30px;
}

#contact-details-wrapper{
    position: relative;
    border: 1px solid #ddd;
    background-color: #fff;
    background: url('../images/stripes.png');
}

#contact-details {
    background-color: #fff;
    margin: -20px auto 15px auto;
    padding-top: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #eee;
}

#contact-form input[type="text"], #contact-form input[type="email"], #contact-form textarea {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow:none !important;
    color: #2C3E50;
}
#contact-form textarea {
	max-width:100%;
}
#contact-form input::-webkit-input-placeholder, #contact-form textarea::-webkit-input-placeholder {
  color:#666666;
}
#contact-form input:-moz-placeholder, #contact-form textarea:-moz-placeholder {
  color:#666666;
}
#contact-form input::-moz-placeholder, #contact-form textarea::-moz-placeholder {
  color:#666666;
}
#contact-form input:-ms-input-placeholder, #contact-form textarea:-ms-input-placeholder {
  color:#666666;
}
/* END: CONTACT SECTION*/

/* START: JINGLE SECTION*/
#jingle .desc h2 {
    margin-top: 0px;
}

#jingle .desc p {
    margin-bottom: 50px;
}
/* END: JINGLE SECTION*/

/* START: TIMER SECTION*/
#timer .desc h2 {
    margin-top: 0px;
}

#timer .desc p {
    margin-bottom: 50px;
}
/* END: TIMER SECTION*/

/* START: BOTTOM SECTION*/
#bottom {
  background: #3F658B;
  padding-top: 120px;
  padding-bottom: 80px;
}

#bottom p {
  color: #ffffff;
}

#bottom p a {
  color: #ffffff;
}


#bottom p a:hover {
  color: #b5c3c8;
	text-decoration: none;
}

hr {
  border: 0;
  height: 0;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid rgba(255,255,255,0.50);
}

ul.social-icons {
	list-style: none;
	margin-left: 0px;
	padding:0;
}

ul.social-icons li {
	display: inline;
	padding-right: 20px;
	line-height: 50px;
}

ul.social-icons li a {
	color: #E7E7E7;
	text-decoration: none;
	display: inline;
}

ul.social-icons li a:hover {
	color: #003366;
	bottom: 12px;
	text-decoration: none;
	transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
}
/* END: BOTTOM SECTION*/

/* START: FOOTER SECTION*/
#footer {
  background: #002040;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align:center;
}
#footer p {
  color: #b5c3c8;
  font-size: 12px;
}
#footer-bbb {
  background: #003366;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align:center;
}
.center-bbb {
    float: none;
    margin: 0 auto;
	width:177px;
}
/* END: FOOTER SECTION*/

.leftside {
	text-align:left;
}
.underlined {
	border-bottom:1px solid #b7bcc1;
}
.overlined {
	border-top:1px solid #b7bcc1;
	padding-top:15px;
}
.profiled {
	border:1px solid #b7bcc1;
	margin-top:10px;
}
.smalls {
	font-size:12px;
	line-height:14px;
	padding:20px 10px;
}





#plans, #plans ul, #plans ul li {
	padding: 0;
	list-style: none;
}

#pricePlans:after {
	content: '';
	display: table;
	clear: both;
}

#pricePlans {
	zoom: 1;
}

#pricePlans {
	max-width: 69em;
	margin: 0 auto;
}
#pricePlans #plans .plan {
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}
/*@media (min-width: 768px) {
	#pricePlans #plans .plan:hover {
		-webkit-transform: scale(1.04);
		   -moz-transform: scale(1.04);
			-ms-transform: scale(1.04);
			 -o-transform: scale(1.04);
				transform: scale(1.04);
	}
}*/

.planContainer, .planContainerV {
	float: left;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	margin: 20px 0;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.planContainer {
	background: #fff;
}
.planContainerV {
	background: #3F658B;
}

.planContainer .title h2, .planContainerV .title h2 {
	font-size: 20px;
	font-weight: 300;
	margin: 0;
	padding: .6em 0 0;
}
.planContainer .title h2 {
  color: #3e4f6a;
}
.planContainerV .title h2  {
  color: #fff;
  padding: 0.8em 0;
  font-weight: 600;
}

.planContainer .priceG p, .planContainer .priceS p, .planContainerV .price15 p, .planContainerV .price30 p , .planContainerV .price60 p {
	font-size: 1.2em;
	font-weight: 700;
	height: 2.6em;
	line-height: 2.6em;
	margin: 0 0 1em;
}
.planContainer .priceG p {
	background: #ffd700;
	color: #003366;
	margin-top:10px;
}
.planContainer .priceS p {
	background: #c0c0c0;
	color: #003366;
	margin-top:10px;
}
.planContainerV .price15 p {
  background: #8fcf84;
	color: #003366;
	margin-top:10px;
}
.planContainerV .price30 p {
  background: #8fcf84;
	color: #003366;
	margin-top:10px;
}
.planContainerV .price60 p {
  background: #e2d962;
	color: #003366;
	margin-top:10px;
}

.planContainer .price p.bestPlanPrice {
	background: #f7814d;
}

.planContainer .price p span{
	color: #8394ae;
}

.planContainer .options li, .planContainerV .options li {
	font-weight: 700;
	color: #364762;
	line-height: 2.5;
}

.planContainer .options li span, .planContainerV .options li span {
	font-weight: 400;
	color: #979797;
}

#plans ul li span {
	color: #8394ae;
}

.lefty {text-align: left;}
.h404{text-align:center;}
a.privacy{color:#b5c3c8;}
a.privacy:hover{color:#ffffff;}

/* HEADER PAGE WRAP */
@media (max-width: 1077px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}
.navbar-collapse.in {
    overflow: hidden !important;
    max-height: none !important;
    height: auto !important;
}
.dropdown-menu {
  background-color: rgba(0, 51, 102, 0.9);
}
.navbar-default .navbar-nav > .dropdown > a .caret, .navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret, .navbar-default .navbar-nav > .dropdown > a:active .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #3f658b;
  color: #ffffff;
}

/* Calculator */
#calculator {
  text-align: left;
}
span#basic-addon1.input-group-addon {
  min-width:150px;
  text-align: left;
  cursor: default;
}
.form-control[disabled]{
  cursor: default;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #3F658B;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
