body{
    font-family: "Arimo",sans-serif;
    font-size: 16px;
    line-height: 27px;
    color: #5e6a71;
    padding-top: 70px;
}
a, a:hover, a:active, a:focus {
  outline: 0;
}
a {
    color: #006d99;
    text-decoration: none;
}
.f18{
    font-size: 18px;
}
.f20{
    font-size: 20px;
}
.strong {
    font-weight: bold;
    color:#000;
}
strong{
   color: #000;
}
#main-nav{
    background-color: #fff;
    border-bottom: 6px solid #ff7200;
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.left-sidebar{
    background-color: #efefef;
}
#banner{
    background: rgba(0, 0, 0, 0) url("../../assets/img/main_banner.jpg");
    height: 386px;
    position: relative;

    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
}
#internal-banner{
    background: rgba(0, 0, 0, 0) url("../../assets/img/internal_banner.jpg") no-repeat center center;
    height: 200px;
    position: relative;

    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
}

#contact-banner{
    background: rgba(0, 0, 0, 0) url("../../assets/img/contact_banner.jpg") no-repeat center center;
    height: 200px;
    position: relative;

    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
}

h1{
	margin: 0;
}

h1.main-header{
    font-size: 28px;
    margin-bottom: 30px;
    padding-left: 10px;
    text-shadow: 1px 1px gray;
    font-weight: bold;
    color:#000;
    line-height: 35px;
}

.h2, h2 {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}
.f16{
	font-size: 16px;
}
.cgray{
	color: #6c6c6c;
}
.mb0{
    margin-bottom: 0px;
}
.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.text-shadow{
	text-shadow: 1px 1px #000;
}
.cwhite{
	color:#fff
}
.corange{
    color: #EB6900
}
.cblue{
    color: #0098d7
}
#banner h1.homepage{
    font-size: 30px;
    font-weight: bold;
}
#internal-banner h1, #contact-banner h1{
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    display: inline;
    padding: 18px 35px;
}
.contact-big{
     padding: 15px 35px;
}
#internal-content .img-responsive {
    margin: 0 auto;
}
#banner p{
    font-size: 20px;
}
#services{
    margin-bottom: 30px;
}
#services h2{
	font-size: 26px;
}
#services .item{
    float: left;
    margin-bottom: 40px;
    padding: 0 20px;
    text-align: center;
    width: 33%;
}
#services .item .desc{
     color: #6c6c6c;
}
#services .desc{

}
.testimonials .testi{
    color: #6c6c6c;
    margin-bottom: 20px;
}
.banner-content{
   margin-top: 220px;
    padding: 15px 0 25px
}

.internal-banner-content{
    bottom: 0;
    left: 0;
    padding: 100px 25px 15px;
}

#intro{
    background-color: #0199d7;
    border-top: 1px solid #91d4ff;
    color: #fff;
    font-size: 26px;
    line-height: 35px;
    padding: 25px 0;
    text-align: center;
    text-shadow: 1px 1px #004e6e;
    margin-bottom: 30px;
}

#solutions{
    background-color: #efefef;
    padding: 25px 0;
}
#solutions .header{
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 0;
    color:#000;
}
#about{
   padding-bottom: 20px;
    padding-top: 10px;
}
#about .header{
    font-size: 22px;
    margin-bottom: 20px;
    color:#000;
}
.testimonials{
    border-radius: 10px;
    min-height: 140px;
    padding: 10px 0;
}
#call-to-action{
   background-color: #0199d7;
    padding: 25px 0;
}
#footer{
    background-color: #343434;
    padding: 15px 0;
}
#footer a{
	color: #a5a5a5;
}
#footer ul{
	padding-left: 0px
}
#footer ul li{
	list-style: none;
}
#footer .top{
	padding-bottom: 20px;
}
#footer .bottom{
    border-top: 1px solid #424242;
    padding-top: 15px;
}
.side-call-to-action .call-to-quote{
    background-color: #0098d7;
    border-radius: 7px;
    color: #fff;
    padding: 20px 10px;
    text-align: center;
}
#internal-content{
     padding: 20px 0;
}
.side-call-to-action .call-to-quote p{
 margin-bottom: 15px;
}
.side-call-to-action .call-to-quote a{
    background-color: #ff9138;
    border-radius: 5px;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 10px 15px;
    width: 145px;
}
.side-call-to-action .call-to-quote a:hover{
    text-decoration: none;
    background-color: #f07c1f;
}
.side-services{
    padding: 20px 0;
}
.side-services ul{
    padding: 0;
}

.side-services ul li{
    list-style: outside none none;
    margin-bottom: 20px;
}

.side-services ul li a{
    color: #333;
    font-size: 16px;
}
#footer ul li a{
    font-size: 12px;
}
.navbar-brand {
    padding: 7px !important;
}
.left-quote{
    display: inline;
    margin-right: 10px;
    width: 20px;
}
.right-quote{
    display: inline;
    margin-left: 10px;
    width: 20px;
}
ul.list-style-decimal{
    list-style-type: decimal;
}
.listtype li{
    margin-bottom: 10px;
}
.listtype2 li{
    margin-bottom: 5px;
}
.form-horizontal .control-label {
    font-size: 15px;
}

.dropdown-menu > li > a {
    clear: both;
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 7px 50px;
    white-space: nowrap;
}
.hr-dark{
    border-color: #d6d6d6;
}
