body {
    font-family: Arial,sans-serif !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.footer{
	
	height:auto !important;
}


.branding-footer {
    height: auto !important;
	border-top: 3px solid #11b1d3;
}

.btn-primary {
    background-color: #11b1d3 !important;
    border-color: #11b1d3 !important;
}

.btn-warning {
    background-color: #11b1d3 !important;
    border-color: #11b1d3 !important;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
     position: relative !important;
    margin-top: 4px \9;
    margin-left: 0px !important; 
}

select
{
	width:100%;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #11b1d3 !important;
    border-color: #11b1d3 !important;
}

.panel-heading
{
	    background-color: #11b1d3 !important;
    border-color: #11b1d3 !important;
}

.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open>.dropdown-toggle.btn-success {
    background-color: #337ab7;
    border-color: #337ab7;
}

.btn-success {
    background-color: #337ab7;
    border-color: #337ab7;
}

.btn-warning {
    background-color: #3B3738 !important;
    border-color: #3B3738 !important;
}


.btn-danger {
    background-color: #7E8F7C;
    border-color: #7E8F7C;
}

.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open>.dropdown-toggle.btn-danger {
    background-color: #7E8F7C;
    border-color: #7E8F7C;
}

.testimonialpage {
    font-size:16px; 
    padding:18px 20px 1px 20px;
    margin-left:3px; 
    margin-bottom:40px;
    background:#f2f1f6;
}	

.testimonialpage:before {
    color: #c73401;
    font-size: 30px;
    line-height: 0.5em;
    margin-right: 0.27em;
    content: "\f10d";
    font-family: FontAwesome;
    float:left;
}

#dynamic-form .checkbox a:focus,#dynamic-form .checkbox  a:hover {
    color: #11b1d3 !important;
    text-decoration: underline;
}

.hyperlink
{
	color: #11b1d3;
    text-decoration: underline;
}

a {
    color: #11b1d3;
    text-decoration: none;
}

a:hover {
    color: #11b1d3;
    text-decoration: underline;
}

.abuttons {
    float: right;
    margin-top: -40px;
    /* margin-bottom: 30px; */
    /* padding: 10px; */
}

.navbar-nav
{
    font-family: "helvetica55","Open Sans", Arial, sans-serif;
    font-size: 15px;
}

.font-button {
    background-color: #666666;
    height: 50px;
    width: 50px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 25pt;
    cursor: pointer;
}