/************************/
/*Colors*/
/************************/
/* Dark-Blue	#00519c */
/* Light-Blue	#9faac4 */
/* Black		#1a171b */
/* Orange		#f3ad24 */

/************************/
/*Reset*/
/************************/
body {
   padding-top: 80px;
   padding-bottom: 40px;
   line-height: 1.6em;
}

figure {
margin: 0 1em 1em 0;
padding: 0;
float: left;
}

figure img {
width: 100%;
height: auto;
}

figure.pull-right {
    margin: 1em 2em 1em 2em;
}

li {
    padding: 6px 0;
    list-style-type: square;
}

label {
    font-weight: bold;
}

article img {
    margin: 1em 0 1em 0;
}
article figure img {
    margin: 0;
}

/************************/
/*Globals*/
/************************/
[class*="span"] {
margin-bottom: 20px;
}
article, section{
margin-bottom: 20px;
}
article h3 {
clear: both;
}
.btn{
margin-right: 10px;
}
.box{
padding: 10px 20px 10px;
background-color: whiteSmoke;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.img2{
width: 140px;
}
.img3{
width: 220px;
}
.img4{
width: 300px;
}
.img5{
width: 380px;
}
.img6{
width: 460px;
}
.img7{
width: 540px;
}
.img8{
width: 620px;
}

.img-polaroid {
    padding: 1px;
    background-color: #ffffff;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
}

.img-rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.img-bordered {
    border: #999 solid 1px;
}

.img-shaded {
    box-shadow: 1px 1px 8px rgba(0,0,0,0.4);
}

.img-hero {
    padding: 1px;
    background-color: #36a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

figure.pull-right, figure.pull-right img, img.pull-right {
    margin-right: 0 !important;
}

.justify {
    text-align: justify;
}

#contact {
    margin: 6px 0;
}

#call {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    margin: 6px 0;
    line-height: 18px;
    *line-height: 20px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;

    border: 1px solid #cccccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    
    background-color: #0074cc;
    background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
    background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
    background-image: -o-linear-gradient(top, #0088cc, #0055cc);
    background-image: linear-gradient(top, #0088cc, #0055cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
    border-color: #0055cc #0055cc #003580;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0055cc;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    
    padding: 9px 14px;
    font-size: 15px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#call-small {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    margin: 6px 0;
    line-height: 18px;
    *line-height: 20px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;

    border: 1px solid #cccccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    
    background-color: #0074cc;
    background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
    background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
    background-image: -o-linear-gradient(top, #0088cc, #0055cc);
    background-image: linear-gradient(top, #0088cc, #0055cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
    border-color: #0055cc #0055cc #003580;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0055cc;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    
    padding: 5px 9px;
    font-size: 11px;
    line-height: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/************************/
/*Typography*/
/************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.4px;
  font-weight: normal;
  color: #00519c;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}
.text-error {
    color: red;
}
.text-warning {
    color: orange;
}
.text-success {
    color: green;
}
.text-info {
    color: blue;
}
.muted {
    color: gray;
}

/************************/
/*Elements*/
/************************/
/*-----Header-----*/
a.brand {
width: 150px;
}
.navbar-inner {
letter-spacing: 0.4px;
background-color: #eeeeee;
background-image: -moz-linear-gradient(top, #fafafa, #eeeeee);
background-image: -ms-linear-gradient(top, #fafafa, #eeeeee);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#eeeeee));
background-image: -webkit-linear-gradient(top, #fafafa, #eeeeee);
background-image: -o-linear-gradient(top, #fafafa, #eeeeee);
background-image: linear-gradient(top, #fafafa, #eeeeee);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#eeeeee', GradientType=0);
}
.navbar .nav.pull-right {
margin-top: 13px;
}
.navbar .nav > li > a {
background-color: #e1e1e1;
color: #333;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
padding: 5px 10px 6px;
margin-right: 5px;
}
.navbar .nav > li > a:hover {
  background: rgb(120, 180, 220) !important;
  background-color: rgba(100, 150, 200, 0.6) !important;
}
.nav-collapse .nav > li > a,
.nav-collapse .dropdown-menu a {
  color: #333 !important;
}
.nav-collapse .nav > li > a:hover,
.nav-collapse .dropdown-menu a:hover {
  color: #fff !important;
}
.nav-collapse .nav > li.active > a,
.nav-collapse .dropdown-menu li.active  {
  color: #fff !important;
}

.navbar .nav .active > a, .navbar .nav .active > a:hover {
color: white;
text-decoration: none;
background-color: #00519c !important;
text-shadow: none;
}
.navbar .nav > li > a:hover {
background-color: #9faac4 !important;
color: white;
text-decoration: none;
text-shadow: none;
}
.navbar .btn-navbar {
margin-top: 15px;
}
/*-----Hero-----*/
.hero {
margin-top: -20px;
color: white;
padding: 30px 0 0px 0;
background-color: #0c4171;
background-image: -moz-linear-gradient(top, #00519c, #0c4171);
background-image: -ms-linear-gradient(top, #00519c, #0c4171);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00519c), to(#0c4171));
background-image: -webkit-linear-gradient(top, #00519c, #0c4171);
background-image: -o-linear-gradient(top, #00519c, #0c4171);
background-image: linear-gradient(top, #00519c, #0c4171);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00519c', endColorstr='#0c4171', GradientType=0);
}
.hero h1, .hero h2, .hero h3, .hero h4{
color: white;
margin: 0 0 0.2em 0;
}
/*-----Main-----*/
.main h2, .main h3, .main h4, .main h5{
border-bottom: 1px dotted #9faac4;
}
/************************/
/*Single Pages*/
/************************/
/*-----Home-----*/
.partners [class*="span"] {
margin-bottom: 0px;
}

#error404 {
    color: #99CCFF;
    text-align: center;
    vertical-align: middle;
    padding-top: 40px;
    font-size: 100px;
    font-weight: bold;
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
    text-shadow: -1px 4px 8px #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
}

/*-----embed responsive video source-----*/
/* http://www.jonsuh.com/blog/tutorials/responsive-youtube-vimeo-embed-and-html5-video-with-css/ */
.js-video {
  height: 0;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}

.js-video.widescreen {
  padding-bottom: 57.25%;
}

.js-video.vimeo {
  padding-top: 0;
}

.js-video embed, .js-video iframe, .js-video object, .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}