/* 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;

}

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;

}


/*Navigation Styling*/


.navbar {
    background: none;
    filter: none;
    border:  none;
    box-shadow: none;
   
    padding: 10px 0;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4790d1+0,24466b+100 */
background: rgb(71,144,209); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(71,144,209,1) 0%, rgba(36,70,107,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(71,144,209,1)), color-stop(100%,rgba(36,70,107,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(71,144,209,1) 0%,rgba(36,70,107,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(71,144,209,1) 0%,rgba(36,70,107,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(71,144,209,1) 0%,rgba(36,70,107,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(71,144,209,1) 0%,rgba(36,70,107,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4790d1', endColorstr='#24466b',GradientType=0 ); /* IE6-9 */


}

.navbar .nav > li > a{
    color: #fff;
    text-shadow: none;
}

.navbar .nav > li > a:hover{
   color: #ccc; 

}


.navbar .nav .active >a{
  color: #ccc;
  background: none;  

}
.navbar .nav .active >a:hover{

  background: none;  

}

.nav .divider-vertical{
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
}




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


}

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

/* Home Page Carousel */

header.carousel {
    height: 50%;
    margin-top: 20px;
}

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%;
    }
}