/*
 * Override Bootstrap's default container.
 */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #333;
}

h1, h2, h3, h4, h5, h6{
    color: #000;
}


a.nodecor:hover, a.nodecor:focus{
    text-decoration: none;
}

p {
    margin: 0 0 20px;
}

@media (min-width: 1200px) {
  .container {
    width: 999px;
  }
}

/* Header */
.topbar{background: #f1f1f1;text-transform: uppercase;height: 48px;font-size: 12px;}
.top-nav-item {
  position: relative;
  display: inline-block;
  padding: 16px 15px;
  color: #666;
}
.top-nav-item:hover,
.top-nav-item:focus {
  color: #000;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.top-nav .active {
  color: #000;
}
.top-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  vertical-align: middle;
  content: " ";
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
}

@media only screen and (max-width: 767px){
    .navbar-brand>img {
        height: 40px;
    }
}

.sitesearch, .sitesearch form::after {
    display: block;
    clear: both;
    content: "";
}
.sitesearch form{
    border: 1px solid #ccc;
    padding: 0;
    background: #fff;
    max-width: 250px;
}
.sitesearch input, .sitesearch button{
    border: 0;
    border-radius: 0;
}
.sitesearch input{
    max-width: 200px;
    float:left;
}
.sitesearch input:focus{
    box-shadow: none;
}
.sitesearch input[type="submit"], .sitesearch input[type="button"],
.sitesearch button {
    width: 32px;
    height: 32px;
    padding: 0;
}
.sitesearch input[type="submit"]:hover, .sitesearch input[type="button"]:hover,
.sitesearch button:hover{
    color: #333;
    background: none;
    border-color: none;
}

.main-nav {
    background-color: #fff;
    margin-bottom: 0;
    border:0;
}
.main-nav .navbar-brand{
    /*height: auto;*/
    margin-right: 40px;
    width: 200px;
}
.main-nav .nav li{

}
.main-nav .nav li.active a:first-child{
    background:none;
    border-bottom-color: #6969c3;
}
.main-nav .nav li.active a:first-child:hover,
.main-nav .nav li.active a:first-child:focus {
    /*background-color: #fff !important;*/
}
@media only screen and (min-width: 768px){
    .main-nav .nav li:hover>a:first-child {
        border-bottom-color: #fff !important;
    }
}
/*.main-nav .nav a:hover h3,
.main-nav .nav a:focus h3{
  color: #6969c3 !important;
}*/
.main-nav h3{
    margin:0;
    font-size: 17px;
    font-weight: 700;
}
.main-nav .nav .active h3,
.main-nav .nav li:hover>a>h3{
    color: #6969c3;
}
.main-nav .summary{
    padding-top:3px;
    color: #888;
}
.main-nav .dropdown-menu{
    background: #f2f2f2;
    border-top: 0;
    border-radius: 0;
    border-color: #ddd;
}
.main-nav .dropdown-menu li a{
    color: #000;
    padding: 0;
}
.main-nav .dropdown-menu li{
    font-weight: 400;
    margin-bottom: 7px;
    background: url(assets/mainmenuarrow.png) left no-repeat;
    padding-left: 20px;
}
.main-nav .dropdown-menu a:focus, .main-nav .dropdown-menu a:hover {
    background:none;
    color: #5cb85c;
}
/* desktops only */
@media only screen and (min-width: 768px){
    .main-nav .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        padding: 20px 30px 10px 20px;
     }
    .main-nav li.dropdown:hover a:after {
        display: block;
    }
    .main-nav .navbar-nav>li>a:first-child {
        border-bottom: 4px solid #fff;
        padding: 29px 0 17px;
        margin: 0 13px;
    }
    .main-nav.affix .summary{
        display: none;
    }
    .main-nav.affix .navbar-brand>img{
        height: 50px;
    }
}
.main-nav li.dropdown>a:after {
    border-bottom: 8px solid #f2f2f2;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: 0;
    content: "";
    display: none;
    height: 0;
    margin-bottom: -4px;
    position: absolute;
    right: 50%;
    width: 0;
}

.main-nav.affix {
    top: 0;
    width: 100%;
    box-shadow: 0 2px 2px -1px #999;
}
.main-nav.affix + .container-fluid {
    padding-top: 40px;
}

/* menu mobile */

.navbar-default .navbar-toggle {
    border-color: #ddd;
    margin: 20px 20px 10px 20px;
    line-height: 20px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #ddd;
    border-width: 3px;
}
@media only screen and (max-width: 767px){
    .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }
    .main-nav .nav li {
        border-bottom: 1px solid #ddd;
    }
    .navbar-nav>li>a {
        padding: 2px 10px;
        line-height: 20px;
    }
}

/* Billboard */
.billboard .poster {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: 3s ease-in-out;
    -moz-transition: 3s ease-in-out;
    -ms-transition: 3s ease-in-out;
    -o-transition: 3s ease-in-out;
    transition: 3s ease-in-out;
}
.billboard .poster, .billboard .container {
    position: relative;
}
.poster.consult{
    background-image:url('../assets/slide1.jpg');
}
.poster.construct{
    background-image:url('../assets/slide2.jpg');
}
.poster.business{
    background-image:url('../assets/slide3.jpg');
}
@media only screen and (max-width: 767px){
    .billboard .poster, .billboard .container {
        height:300px;
    }
    .logo-card img {
        width: 120px !important;
        height: 120px !important;
    }
}
.subs{
    list-style: none;
    text-align: center;
    margin-bottom: 0;
}
.subs:before, .subs:after{
    display: table;
    content: " ";
}
.subs li {
    display: inline-block;
    margin: 0 10px 10px 0;
}
.logo-card{
    position: relative;
    display: block;
}
.logo-card img {
    display: block;
    width: 180px;
    height: 180px;
}
.logo-card:hover .sticker{
    visibility: visible;
    opacity: 1;
}
.sticker {
    background: rgba(105, 105, 195, 0.58);
    padding: 15px;
    color: #fff;
    text-align: center;
    margin: auto;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: inherit;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.sticker .content {
    position: relative;
}
.sticker .header{
    font-size: 16px;
    font-weight: 500;

}
.billboard .placeholder{
    position: absolute;
    bottom: 0px;
    width: 100%;
}

/* Slider */

#featured {
    height: 400px;
    background: #eee;
    font-size:16px;
    font-weight:300;
}
#featured .header{font-weight:700; font-size: 22px}
.slide-image{
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
}
#featured p {margin-bottom: 15px;}
.carousel-caption {
    background: rgba(22, 25, 41, 0.49);
    padding: 15px;
    bottom: 60px;
}
@media only screen and (min-width: 768px){
    .carousel-caption.right{
        text-align: left;
        width: 30%;
        right: 0;
        left: 57%;
    }
    .carousel-caption.left{
        text-align: left;
        width: 30%;
        left: 15%;
        right: 50%;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        font-size: inherit;
    }
}

/*  */
.banner {
    height: 250px;
    background: #eee;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
}
.banner.about {
    background-image:url('../assets/about-bg.jpg');
}
.banner.business {
    background-image:url('../assets/business-bg.jpg');
}
@media only screen and (max-width: 767px){
    .banner {
        height:200px;
    }
}

/* Body */
.strip{
    background-color: #6969c3;
    color: #fff;
    padding: 20px 0;
    font-size: 20px;
}
.strip h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}
.strip h3{
    font-size: 20px;
    font-weight: 400;
}
.strip p{
    font-size: 16px;
}
.strip .cta a{
    color: #000;
    margin-left: 10px;
    border-left: 1px solid #000;
    padding: 0 10px
}

.page-header{
    margin: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f1f1f1;
}
.page-header .content{
    padding: 18px 0;
}
.page-header h1 {
    font-size: 25px;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.page-header .desc {
    font-size: 15px;
}


#main.container{
    padding-top: 50px;
}
#main .thumbnail{
    padding:0;
    border-radius: 3px;
    /*border-bottom-width: 4px;*/
    overflow: hidden;
    border-color: #dadada;
    margin-bottom: 20px;
}
#main .thumbnail img {
    width:100%;
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

#main a.nodecor:hover .thumbnail img {
    /*-webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
     transform:scale(1.05);*/
}
#main .thumbnail .caption{
    padding: 0;
}
#main .thumbnail h2{
    font-size:18px;
    font-weight: 400;
}
#main .thumbnail .summary{
    height: 65px;
    position: relative;
}
#main .thumbnail h2, #main .thumbnail .summary{
    padding: 0 9px;
}
#main .thumbnail .summary::after{
    content: "";
    clear: both;
    display: block;
}
#main .thumbnail .more{
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    background:#6969c3;
    padding:7px 7px 7px 20px;
}
#main .thumbnail .more:hover{
    text-decoration: none;
}
#main .thumbnail .more:after {
    position: absolute;
    bottom: 0;
    left: 40px;
    width: 0;
    height: 0;
    margin-left: -40px;
    vertical-align: middle;
    content: " ";
    border-top: 40px solid #fff;
    border-right: 10px solid transparent;
}

.section{
    margin-bottom: 30px;
}
.section h3{
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
}

ul.fancy {
    list-style: none;
    padding: 10px 0 0 20px;
}
.fancy li{
    margin-bottom: 7px;
    background: url(../assets/mainmenuarrow.png) left no-repeat;
    padding-left: 20px;
}

.tile-section{
    margin: 30px 0 50px;
    padding: 40px 0;
    background: #f1f1f1;
}
.tile-section h2{
    font-size: 26px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 40px;
}


.promo{
    text-align: center;
    margin-bottom: 30px;
}
.promo h3 {
    font-size: 17px;
    text-transform: uppercase;
}
.promo p{
    font-size: 15px;
}
.promo .action{
    margin-top: 30px;
}
.promo a{
    border:2px solid #6969c3;
    padding: 6px 10px;
    font-weight:500;
}
.promo a:hover{
    text-decoration: none;
    background-color: #6969c3;
    color:#fff;
}


.subheading{
    margin:0 0 20px 0;
    font-size: 26px;
    font-weight:400;
}

.card{
    margin-bottom: 30px;
}
.card a{
    font-weight: 700;
    /*color: #5cb85c;*/
    color: #6969c3;
}
.card a:hover{
    text-decoration: none;
    color: #000;
}
.card h3{
    margin: 10px 0;
    font-weight: 400;
    font-size: 20px;
}
.card p {
    font-size: 15px;
}

/* Footer */
footer{
    margin-top:40px;
    background-color: #222;
    color: #ccc;
    border-top: 5px solid #6969c3;
}
footer .footer{
    padding:20px 0 40px 0;
}
footer h3{
    font-size: 18px;
    font-weight: 300;
    margin-bottom:15px;
    color: #fff;
}
footer .top a:hover{color:#fff}
footer .bottom{
    padding-top: 20px;
}
footer .bottom a{
    color: #6969c3;
    font-weight:500;
}
footer ul{
    display: block;
    list-style: none;
    padding: 0;
}
footer ul.link-list::after{
    content: "";
    clear: both;
    display: block;
}
footer .link-list li:first-child {
    border-left: 0;
    padding-left: 0;
}
footer .link-list li {
    float:left;
    padding: 0 10px;
    border-left: 1px solid #525252;
}
footer .menu li {
    line-height: 20px;
    padding-bottom: 8px;
}
footer .menu li a{
    text-decoration: none;
    color: inherit;
    margin-bottom: 5px;
}
footer .contact .fa{
    font-size: 16px;
    margin-right: 5px;
    color: #8d8d8d;
}
footer .contact div{margin-bottom:10px}

/* Tools */
.bold{font-weight: 500;}
.bolder{font-weight:700;}
.center{text-align: center;}
.big{font-size: 16px}

.social-media .fa{ background:#8d8d8d;width:40px;height: 40px;text-align:center;border-radius: 100%; color:#fff; font-size:22px !important;
line-height:22px; padding-top:8px;margin-right: 1px;}
.fa-facebook:hover{background:#293e6a !important}
.fa-twitter:hover{background:#1da1f2 !important}
.fa-youtube:hover{background:#e12b28 !important}
.fa-linkedin:hover{background:#004473 !important}
.fa-google-plus:hover{background:#d23f31 !important}
.fa-instagram:hover{background:#1c87bd !important}
.fa-blogspot:hover{background:#FE6602!important}



/* Configure from bootstrap download*/
a, a:focus, a:hover {
    color: #6969c3;
    text-decoration: none;
}
a:focus, a:hover {
    text-decoration: underline;
}
.btn{border-radius: 2px; padding: 6px 29px;}



/*Duvana*/
.strip h3.duv-title{
    color: #c1c1c3;
}
