﻿
body 
{
    padding-top: 85px;  
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}

footer 
{
    width: 100%;
    padding: 20px 0;
    bottom: 0;    
}

.ac {
    text-align: center;
}
.mt {
    margin-top: 10px;
}
.mt-medium {
    margin-top: 20px;
}
.mt-large {
    margin-top: 40px;
}

.mb {
    margin-bottom: 10px;
}
.mb-medium {
    margin-bottom: 20px;
}
.mb-large {
    margin-bottom: 40px;
}

.mr {
    margin-right: 10px;
}

.mr-medium {
    margin-right: 20px;
}
.mr-large {
    margin-right: 40px;
}

.ml {
    margin-left: 10px;
}
.ml-medium {
    margin-left: 20px;
}
.ml-large {
    margin-left: 40px;
}

.table a 
{
    font-size: 13px !important;
}

#nav-menu 
{
    padding-top: 20px;
}

#logo {
    width: 250px;
    height: 75px;
}
.navbar-inner {
    padding-top: 5px;
    padding-bottom: 5px;
}

#nav-menu  li a {
    border-radius: 6px;
    text-shadow: none;
    line-height: 15px;
}

#nav-menu  li.active {
    border-radius: 6px;
    color: white;
    background-color: #006ecc;
}

#nav-menu li.active a {
    color: white !important;    
}


#clientLogos {
    clear: both;
    height: 24px;
    position: relative;
    top: 20px;
    padding: 20px 0;
    border-top: 1px solid #EEE;
    background: url(Parts/clientLogos.png) no-repeat center center;
}

#pageEditForm 
{
    display: none;    
}

#editPostForm 
{
    display: none;    
}

#tag_cloud a {

    margin-right: 10px;
    line-height: 125%;
}

.brand {
    padding: 0 !important;
    font-family: "Open Sans","Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 3em !important;
    font-weight: bold !important;
    letter-spacing: -1px !important;
    text-rendering: optimizelegibility !important;
    color: #666  !important;
    white-space: nowrap;
}


.ellipsis {
    text-overflow: ellipsis;
}

.hero-unit li {
    font-size: 18px;
    font-weight: 200;
    line-height: 27px;
    color: inherit;
}

.hero-unit p {
    font-weight: 200;
}

.hero-unit a:not(.btn) {
    font-size: 18px;
    font-weight: normal;
    line-height: 27px;
}

.hero-unit a.btn {
    font-weight: bold;
}

.nav .caret {
    border-top: 4px solid black !important;
}

.input-validation-error 
{
    border: 1px solid red !important;
    background-color: #FEE !important;
}

.validation-summary-errors li
{
    list-style: none;   
}

.btn-large i 
{
    margin-top: 3px !important;   
}

.carousel-control 
{
    font-size: 50px !important;
}

.carousel {
    padding: 73px 15px;
}


div.carousel-caption {
	background: none;
	top: 0px;
	padding: 380px 10px 10px 0;
}

div.carousel-caption h1,
div.carousel-caption p {
	color: #fff;
	margin-bottom: 0px;

	text-shadow: 5px 0px 10px #333;

}

div.carousel-caption h1 {
	font-size: 50px;
}

div.carousel-caption p {
	font-size: 20px;
}

.carousel .item 
{
    width: 680px;
    height: 424px;
    
}

h3 small a  
{
    font-size: 14px !important;    
}

.tryNowImage 
{
    position: absolute;
    left: 660px;   
    top: 730px;
    
}

.help {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.helpMenu ul li {
    border-bottom: 1px solid #eee;
    font-size: 1.2em;
    color: #222;
    padding: 4px 0;
}