/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
/*    background: #fff url("../images/ice-background.jpg") no-repeat fixed center center / cover;*/
}

@font-face {
    font-family: 'boycottregular';
    src: url('../fonts/boycott_-webfont.eot');
    src: url('../fonts/boycott_-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/boycott_-webfont.woff2') format('woff2'),
         url('../fonts/boycott_-webfont.woff') format('woff'),
         url('../fonts/boycott_-webfont.ttf') format('truetype'),
         url('../fonts/boycott_-webfont.svg#boycottregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


#top-bar {

    width: 100%;
    min-height: 33px;
    font-size: 14px;
    line-height: 33px;
    border-bottom: 1px solid #E8E8E8;
    background: transparent linear-gradient(#F8F8F8, #F2F2F2) repeat scroll 0% 0%;
    position: relative;
    z-index: 1020;

}

#top-info, #top-buttons {
    display: inline-block;
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
}
#top-info li, #top-buttons li {
    display: inline-block;
    margin-left: 25px;
}
#top-buttons {
    float: right;
}
#top-bar a {
    color: #74777C;
}

#top-bar a:hover, a:focus {
    color: #0066B2;
    text-decoration: none;
}




h1, h2, h3, h4, h5 {
    color: #337AB7; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; text-transform: uppercase; font-weight: normal; line-height: 1.1;  
}



p.bio {
margin-bottom: 2px;
margin-top: 2px;
}

.bio{
    color: #000; 
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.2em;
    text-transform: none;}

.news-title {
    padding-bottom: 4px;
    margin: 20px 0px 20px;
    border-bottom: 1px solid #EEE;

}

.navbar-inverse{
    background-color: #336799;
    border-color: #336799;
}

.navbar-brand{
    padding:13px 15px;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #113F6C;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #336799;
    color: rgb(255, 255, 255);
}

.navbar-inverse .navbar-nav > li > a {
    color: #E0E0E0;
}

.img-portfolio {
    margin-bottom: 30px;


}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/*Form drop down styling*/

.dropdown{
    margin-right: 10px
}

/** FORM ELEMENTS **/

.formDropdown, input {
    width:100%;
    padding:8px;
    margin-bottom:20px;
    border-radius:3px;
    border:none;
    border:1px solid #c9c9c9;
    box-shadow: 0 1px 1px white;
}

.formDropdown_open, input {
    width:100%;
    padding:9px;
    margin-bottom:5px;
    border-radius:3px;
    border:none;
    border:1px solid #c9c9c9;
    box-shadow: 0 1px 1px white;
}

input[type="file"] {
    background:white;
    border:none;
    padding:5px 0px 5px 0px;
}

select {
    -webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none;  /*Removes default style Firefox*/
    text-indent: 0.01px;
    text-overflow: "";
    background: url('../images/dropdown-button.png') no-repeat;
    background-position: right -1px;
    background-color:white;
    cursor:pointer;
}

select::-ms-expand {
display: none;
}

label {
    font-family:Open Sans;
    color:#787878;
    font-size:13px;
}

textarea { height:130px; }

.icon {
    float:left;
    margin-right:10px;
    padding-top:0px;
}


/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */



@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}