@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
body {
    font-family: 'Montserrat', sans-serif;
    color: #5a5a5a; 
}

#top-header {
    background: #BBBBBB;;
    color: white;
    padding: 5px 0;
}
#top-header .fixedheader a{
    color: white;
}


.navbar-toggle {
    border: 1px solid rgb(97, 96, 96);
        float: left;
}
.navbar-toggle .icon-bar {
    background: #616060;
}
.footer, .footer-bottom{
    background-color: #0D4263;
    padding-top: 10px;
}
@media(min-width:768px){
    .powd{
        float: right;
    }
}
p.powd a:hover{
    color: gold;
    text-decoration: none;
    transition: color 0.2s;
}
p.powerd a:hover{
    color: gold;
    text-decoration: none;
    transition: color 0.2s;
}
.ftc{
    color: white; 
}
@media(max-width:768px){
    .ftc{
        text-align: center;    
    }
}

.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}
.navbar-wrapper .navbar .container {
    width: auto;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {

    margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    /*height: 500px;*/

}
.carousel-inner > .item > img {

    width: 100%;
    margin: auto;
}

/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing {
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center; 
}
.marketing h2 {
    font-weight: normal;
}
#pb_78 .marketing {
    margin-top: 30px;
}
#pb_64 .lastnews {
    margin: 50px 0;
}
#pb_64 {
    background: gainsboro;
    padding: 20px;
    border-top: 1px solid #B1B1B1;
    border-bottom: 1px solid #B1B1B1;
}
#pb_2 {
    border-top: 1px solid #B1B1B1;
    border-bottom: 1px solid #B1B1B1;
}

/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        //margin-top: 35px;
    }
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }
    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }
    .featurette-heading {
        font-size: 50px;
    }
}
@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}
#jumbotron1 {
    background-size: cover;
    color: azure;
    background-position: top-center;
}
#jumbotron2 {
    background-size: cover;
    color: royalblue;
}

.navbar-brand > img {
    width: 125px;
}

.navbar-form {
    margin-left: -15px;

}

.nav > li > a {
    padding: 15px 10px;
}

.navbar {

    margin-bottom: 0px;
}

/*login form*/
.panel-login {
    border-color: #ccc;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.panel-login>.panel-heading {
    color: #00415d;
    background-color: #fff;
    border-color: #fff;
    text-align:center;
}
.panel-login>.panel-heading a{
    text-decoration: none;
    color: #666;
    font-weight: bold;
    font-size: 15px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active1{
    color: #029f5b;
    font-size: 18px;
}
.panel-login>.panel-heading hr{
    margin-top: 10px;
    margin-bottom: 0px;
    clear: both;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
    height: 45px;
    border: 1px solid #ddd;
    font-size: 16px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
    outline:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}
.btn-login {
    background-color: #59B2E0;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #59B2E6;
}
.btn-login:hover,
.btn-login:focus {
    color: #fff;
    background-color: #53A3CD;
    border-color: #53A3CD;
}
.forgot-password {
    text-decoration: underline;
    color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
    text-decoration: underline;
    color: #666;
}

.btn-register {
    background-color: #1CB94E;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #1CB94A;
}
.btn-register:hover,
.btn-register:focus {
    color: #fff;
    background-color: #1CA347;
    border-color: #1CA347;
}

#toTop{
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
}

.fixedheader {
    display: inline-block;
/*    float: right;*/
    margin-left: 15px;
}
#top-header div.fixedheader p{
    margin-bottom: 0px;
}
.login-menu{
    display: inline-block;
    float: right;
    margin-left: 15px;
}

.contact-info{
    text-align: center;
}
.contact-info .company-name{
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
}
.panel-default i{
    color: #358cce;
}
@media(min-width:768px){
    .no-right-pd{
        padding-right: 0px;
    }
}

.wrapper {
    padding: 0;
}

.nopadding {
    padding-left: 0px;
    padding-right: 0px;
}

.img_logo {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.newscontrol-box {
    text-align: center;
    width: 100%;
    padding-left: 40px;
}

.carousel li { list-style-type:none;}

/* Mobile Only */
@media (max-width: 767px) {
    .page-header, .control-box {
        text-align: center;
    } 
}
@media (max-width: 479px) {
    .caption {
        word-break: break-all;
    }
}

.thumbnails li> .fff .caption { 
    background:#fff !important; 
    padding:10px
}


ul.thumbnails { 
    margin-bottom: 0px;
    padding-left: 0px;
}


/* Thumbnail Box */
.caption h4 {
    color: #444;
}

.caption p {  
    color: #999;
}

#custom-search-input {
    margin-top: 8px;
}

.menualign {
    margin-top: 15px;
    margin-bottom: 5px;
}

#pb_6 ul.nav {
    font-size: 15px;
}

.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}
/******* BREADCRUMB ********/

.breadcrumb { 
    list-style: none; 
    overflow: hidden; 
    padding: 0px 0px;    
    background-color: rgba(245, 245, 245, 0);
    font-size: 12px;

}
.breadcrumb div { 
    float: left; 
}
.breadcrumb div a {
    color: white;
    text-decoration: none;
    padding: 10px 0 10px 35px;
    background: brown;/* fallback color */
    background: hsl(149, 54%, 47%);
    position: relative;
    display: block;
    float: left;
}

.breadcrumb div a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;/* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid hsl(149, 54%, 47%);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.breadcrumb div a:before { 
    content: " "; 
    display: block; 
    width: 0; 
    height: 0;
    border-top: 50px solid transparent;       
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px; 
    margin-left: 1px;
    left: 100%;
    z-index: 1; 
}

.breadcrumb div:first-child a {
    padding-left: 10px;
}
.breadcrumb div:nth-child(2) a       { background:        hsla(43,85%,45%,1); }
.breadcrumb div:nth-child(2) a:after { border-left-color: hsla(43,85%,45%,1); }
.breadcrumb div:nth-child(3) a       { background: hsl(358, 67%, 59%); }
.breadcrumb div:nth-child(3) a:after { border-left-color: hsl(358, 67%, 59%); }
.breadcrumb div:nth-child(4) a       { background:        hsla(43,85%,65%,1); }
.breadcrumb div:nth-child(4) a:after { border-left-color: hsla(43,85%,65%,1); }
.breadcrumb div:nth-child(5) a       { background: hsl(358, 67%, 59%); }
.breadcrumb div:nth-child(5) a:after { border-left-color: hsl(358, 67%, 59%); }
.breadcrumb div:last-child a { background:        #e7e7e7;}
.breadcrumb div:last-child a:after { border-left-color: #e7e7e7;
}

.breadcrumb div:last-child a { 
    color: black;
}

.breadcrumb div a:hover {
    background: #e7e7e7;
    color: black !important;
}
.breadcrumb div a:hover:after { border-left-color: #e7e7e7 !important; }


/* Bussiness News Carousel */

#quote-carousel {
    padding: 0 10px 150px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 5px;
}
#quote-carousel .carousel-control.left {
    left: -78px;
    display: none;
}
#quote-carousel .carousel-control.right {
    right: -78px;
    display: none;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 70px;
    height: 70px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    /* background: #333333; */
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #41CA63;
    opacity: 1;
    overflow: hidden;
    position:relative;
    top: 25px;
}

.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    /*    float: left;*/
    margin-right: 10px;
}

h2.main-heading
{
    text-align: center;
    color: #666;
    margin: 0 0 30px 0;
    letter-spacing: 4px;
    position: relative;
}

h2.main-heading:after, h2.main-heading:before
{
    background-color: #777;
    content: "";
    height: 1px;
    position: relative;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: .15em;
}
h2.main-heading:after
{ 
    background-image: -webkit-gradient(linear, left top, right top, from(#777), to(#fff));
    background-image: -webkit-linear-gradient(left, #777, #fff);
    background-image: -moz-linear-gradient(left, #777, #fff);
    background-image: -ms-linear-gradient(left, #777, #fff);
    background-image: -o-linear-gradient(left, #777, #fff);
    background-image: linear-gradient(left, #777, #fff);      
    left: 0.5em;
    margin-right: -50%;
}
h2.main-heading:before
{
    background-image: -webkit-gradient(linear, right top, left top, from(#777), to(#fff));
    background-image: -webkit-linear-gradient(right, #777, #fff);
    background-image: -moz-linear-gradient(right, #777, #fff);
    background-image: -ms-linear-gradient(right, #777, #fff);
    background-image: -o-linear-gradient(right, #777, #fff);
    background-image: linear-gradient(right, #777, #fff);
    right: 0.5em;
    margin-left: -50%;
}

.thumbnail .caption {
    padding: 9px 5px 9px 5px;
    color: #333;
}

@media (max-width: 540px) {
    #quote-carousel .carousel-indicators li {
        width: 50px;
        height: 50px;
        margin: 5px;
        cursor: pointer;
        border: 4px solid #CCC;
        border-radius: 50px;
        opacity: 0.4;
        overflow: hidden;
        transition: all 0.4s;
    }
    #quote-carousel .carousel-indicators .active {
        background: #333333;
        width: 75px;
        height: 75px;
        border-radius: 100px;
        border-color: #41CA63;
        opacity: 1;
        overflow: hidden;
        position:relative;
        top: 15px;
    }
}
small:before {
    display: none;
}
p:before{
    display: none;
}
#accordion ul li, #accordion3 ul li{
    list-style-type: none;
}

#pb_6 {
    float: left;
    margin: 15px 0; 
}

#pb_6 li.active > a{
    color: black;
}

#pb_80 {
    float: right;
    width: 225px;
    margin: 23px 0;
}