/* 
Custom CSS for...
'Modern Business' HTML Theme by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* Global Styles */

html, body {
    height: 100%;
}

body {
    /*padding-top: 50px; /* body padding for fixed top nav */
}

.padding-top {
    padding-top: 100px;
}

.banner {
    height: 180px;
    width:80%;
    margin: 0px auto auto;
    
}

.colrd-caption {
    /*color: #067EFF;*/
    color:#fff;
}


.links-list {
    list-style: none;
    -webkit-padding-start: 10px;
}

a.home-link {
    padding: 0px 5px;
    color: #2fa4e7;
    font-weight:600;
}

.links-list .list-item {
    display: list-item;
    padding: 3px 5px;
}


.newsStand{
    border:1px solid #007fb1;
    border-radius:5px;
    padding:0px;
    box-shadow:0px 1px 2px rgba(0,0,0,.1);
}
.newsStand-title{
    background-color: #007fb1;
    color:#FFF;
    padding:12px 10px;
    margin:0px;
    border-top-left-radius:inherit;
    border-top-right-radius:inherit; 
}


.eventsAlerts {
    
    height: 250px;
    margin: 1em auto;
    overflow: hidden;
    
    position: relative;
    box-sizing: border-box;
}

.marquee {
    top: 6em;
    position: relative;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
    -webkit-animation: marquee 15s linear infinite;
}

.marquee:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

/* Make it move! */
@keyframes marquee {
    0%   { top:   350px }
    100% { top: -200px }
}
@-webkit-keyframes marquee {
    0%   { top:   350px }
    100% { top: -10px }
}










.news-marquee {
    
    top:0px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    animation: marquee 5s linear infinite;
    -webkit-animation: marquee 5s linear infinite;
}
.news-marquee:hover{
	animation-play-state: paused;
	-webkit-animation-play-state: paused;	

}

.news-item {
    padding: 10px 5px;
    display: block;
    overflow: auto;
    border-bottom: 1px solid #CCC;
}

    .news-item a {
        color:  #2fa4e7;
        margin-left: 35px;
        display: block;
        margin-top: -28px;
    }

.news-item-icon {
}

.navbar.navbar-static-top {
    margin-bottom: 0px;
}

.img-home-portfolio,
.img-customer,
.portfolio-item {
    margin-bottom: 30px;
}

.tab-pane {
    margin-top: 15px;
}

.dropdown:hover .dropdown-menu {
    /*display: block;*/
}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
/*.dropdown-submenu:hover>.dropdown-menu{display:block;}*/
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


li {
    list-style-type: none;
}

/* Page Sections */

.pageContent{
    padding:20px 0px;
}

.section,
.section-colored {
    padding: 50px 0;
    
}

.section-colored {
    padding:0px;
    background-color:#007fb1; /* #1ABC9C change this to change the background color of a colored section */
    color: #FFF;
    border-radius: 5px;
   margin-bottom:40px;
}

    .section-colored h2 {
        color: #FFFFFF;
    }

.sidebar {
    margin-top: 40px;
    margin-bottom:20px;
}

    .sidebar ul {
        border-radius: 5px;
        padding: 5px;
        border: 3px solid #007fb1;
    }

/* Half Page Height Carousel Customization */
.carousel {
    height: 400px;
    border-radius:10px;
    margin-top:20px;
}

.item,
.active,
.carousel-inner {
    height: 100%;
    border-radius:inherit;
}

.carousel-caption {
    left:70%;
    right:0;
    top:0px;
    bottom:0px;
    background-color:#007fb1;
    color:#fff;
    display: flex;
    justify-content:center;
    align-content:center;
    flex-direction:column;
    text-align:center;
}
.carousel-control.right,.carousel-control.left{
    background:transparent;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* Social Icons Styles */
.list-social-icons {
    margin-bottom: 45px;
}

.tooltip-social a {
    text-decoration: none;
    color: inherit;
}

.facebook-link a:hover {
    color: #3b5998;
}

.linkedin-link a:hover {
    color: #007fb1;
}

.twitter-link a:hover {
    color: #39a9e0;
}

.google-plus-link a:hover {
    color: #d14836;
}

/* Service Page Styles */
.service-icon {
    font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
    font-size: 8em;
}

/* Pricing Page Styles */
.price {
    font-size: 4em;
}

.price-cents {
    vertical-align: super;
    font-size: 50%;
}

.price-month {
    font-size: 35%;
    font-style: italic;
}

/* Footer Styles */
footer {
    padding: 20px 0px;
    margin: 0px 0;
    background: #3B5998;
    color: #FFFFFF;
}

footer a{
    color:#fff;
}

/* Responsive Styles */
@media (max-width: 767px) {

    .carousel {
        height: 300px; /* increases the carousel height so it looks good on phones */
    }
}
