﻿
/*    */

body {
    /* background-color: #ffdc73;
    background-image: url(../img/background.png);*/
    background-color: #e1c36a;
    background-image: url(../img/background_gold.png);
    background-position: center top;
    background-repeat: repeat-y;
    color: #333333;
    font-size: 16px;
}

h1, h2, h3, h4 {
    font-weight: 600;
}

h2.attention {
    font-size: 42px;
    font-style: italic;
}

.page-title {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    background-color: #efefef;
    color: #333333;

}

    .page-title h1 {
        text-align: center;
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }

a {
	/*color: #2b669a;*/
    color: #5991ca;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #519cdd;
}

a.selected {
	color: #519cdd;
}

img.img-center {
 margin-right: auto;
  margin-left: auto;
}


img.imgLeft 
{
     display: block;
    float: left;
    padding: 12px 12px 12px 0px;
}
img.imgRight 
{
    float: right;
    padding: 12px 0px 12px 12px;
 }
 
 
/* top of screen*/
 #topbar {
       /* background-color: #333333; */
   /* background-image: url(../img/top_bar.png); */
    /*background-image: linear-gradient(to right,#54e8e6,#ff7f50,#0667fe,#54e8e6,#ff7f50,#0667fe);*/
   /* background-image: linear-gradient(red, yellow);*/
	/*background-repeat: no-repeat;
	background-position: center center;
    background-color: #333333;*/
    opacity: 0.9;
     height: 9px;
}

 #topbar div{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    padding: 0;
    width:100%;
}

#masthead {
    background-color: #FFFFFF;
   padding: 12px 24px 12px 24px;
}

#masthead img.logo {
    margin: 12px 3px 6px 3px;
}

#masthead img.logo-text {
    margin: 24px 3px 3px 3px;
}

#masthead .tagline > * {
    vertical-align: middle;
   
}

#masthead .tagline p {
  margin-top: 6px;
  font-weight: 700;
  font-size: 24px;
  text-align: right;
}

#masthead .tagline, .home-page-marquee, .text-wow {
font-family: 'Comfortaa', cursive;
}

/************************************************************************************
colors
*************************************************************************************/
.text-blue, .link-blue, .web a, .web a span .bi {
    color: #1441D8;    
}

.border-blue, .web {
   border-color: #1441D8;
}

.border-blue, .web {
   border-color: #1441D8;
}

.background-blue {
   background-color: #1441D8;
   color: #ffffff;
}

.text-teal, link-teal, .pro a, .pro a span .bi {
    color: #008F98;    
}

.border-teal, .pro {
   border-color: #008F98;
}

.background-teal {
   background-color: #008F98;
   color: #ffffff;
}

.text-orange, link-orange, .inf a, .inf a span .bi {
    color: #c13217;    
}

.border-orange, .inf {
   border-color: #c13217;
}

.text-gold, link-gold {
   color: #CC9900;    
}

.background-orange {
   background-color: #c13217;
   color: #FFFFFF;
}
.text-wow {
    padding-left: 3px;
    padding-right: 3px;
}

.home-page-marquee {
    padding: 18px 0px 12px 0px;
}

.lead , .text-bold {
    font-weight: 700;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
.navbar-default, .navbar-default .dropdown-menu {
    background-color: #333333;
    padding: 0;
}

    .navbar-default .nav-link {
        padding-top: 1.1rem;
        padding-bottom: 1.1rem;
        padding-right: 1.2rem !important;

    }

/* link color */
        .navbar-default a, navbar-default a:visited, .navbar-default a.selected,
        .navbar-default .dropdown-menu a, navbar-default .dropdown-menu a:visited, .navbar-default .dropdown-menu a.selected,
        .navbar-default .nav-link.show {
            color: #d2d2d2;
            font-weight: 700;
        }
    /* rollover color */
        .navbar-default a:hover, .navbar-default .dropdown-menu a:hover {
            color: #FFFFFF;
            background-color: transparent;
        }

    /* colored section*/
    .navbar-default a.nav-web, .navbar-default li.nav-web .dropdown-menu {
        background-color: #1441D8 !important;
    }

        .navbar-default a.nav-infrast, .navbar-default li.nav-infrast .dropdown-menu {
            background-color: #c13217 !important;
        }

        .navbar-default a.nav-process, .navbar-default li.nav-process .dropdown-menu {
            background-color: #008F98 !important;
        }

/************************************************************************************
Main Content
*************************************************************************************/
#main {
    background-color: #FFFFFF;
}

#main h2{
    margin-top: 36px;
}

.content-row {
        padding: 12px 24px 12px 24px;
}


#main .badge {
    /*font-size: 150%;*/
    margin-left: 3px;
    margin-right: 3px;
    float: right;
}

#main .list-group.web, #main .list-group.inf, #main .list-group.pro  {
     font-size: 112%;
}


div.panel-row {
padding: 24px 12px 24px 12px;
}

div.panel-row .panel-default {
    min-height: 400px;
}

.panel-gold > .panel-heading {
  background-color: #e1c36a;
  font-weight: 700;
}
.panel-gold  {
  border:  1px solid #e1c36a;
}

div.colorMark {
    /* background-image: url(../img/background-horizontal.png);
	background-repeat: no-repeat;
	background-position: center center;
*/

    background-color: #C5C9D2;
    padding: 24px 24px 24px 24px;
    /*098 Risky Concrete*/
    background-image: linear-gradient(to top, #c4c5c7 0%, #dcdddf 52%, #ebebeb 100%);
}

.colorMark h2{
    padding: 0px 0px 24px 0px;
    text-align: center;
}

.colorMark .row {
  font-size: 125%;
  font-weight: 900;
}

.colorMark .col-left {
    padding: 0px 0px 12px 60px;
}

.colorMark .col-right {
    padding: 0px 36px 12px 0px;
}

.colorMark .row .bi {
    font-size: 150%;
    padding-right: 12px;
    display: inline-block;
    vertical-align: central;
    margin-bottom: 6px;
}


.ImgOfTheDay {
    width: 98%;
    box-shadow: 0 4px 8px 0 rgba(255,255,255, 0.2), 0 6px 20px 0 rgba(255,255,255, 0.19);
}

.testimonial
 {
    padding-bottom: 18px;
    max-width: 600px;
}

/* Bubble with an isoceles triangle
------------------------------------------ */
.testimonial-triangle-isosceles {
  position: relative;
  padding: 15px;
  margin: 1em 0 3em;
  color: #000;
  background: #efefef;
  background: linear-gradient(top, #dedfe4, #efefef);
  /*background-color: #eadfbc; */
  border-radius: 10px;
  margin-bottom: 18px;
  border: solid 3px #666666;
}

/* creates triangle */
.testimonial-triangle-isosceles:after {
  content: "";
  display: block; /* reduce the damage in FF3.0 */
  position: absolute;
  bottom: -15px;
  left: 20px;
  width: 0;
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: #666666 transparent;
}

.testimonial-triangle-isosceles-teal {
    border: solid 3px #008F98;
}

.testimonial-triangle-isosceles-orange {
    border: solid 3px #c13217;
}
.testimonial-blue {
    border-color: #1441D8 !important;
}
.testimonial-blue:after {
    border-color: #1441D8 transparent !important;
}
.testimonial-teal {
    border-color: #008F98 !important;
}
.testimonial-teal:after {
    border-color: #008F98 transparent !important;
}
.testimonial-orange {
    border-color: #c13217 !important;
}
.testimonial-orange:after {
    border-color: #c13217 transparent !important;
}

.testimonial-author {
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 24px;
    /*padding-left: 76px;
    text-indent: -36px;*/   
    vertical-align: top !important;  
    height: 48px; /* image's height */ 
    display: inline-block;
}
.testimonial-author .clientinfo {
    height: 48px; /* image's height */
    display: table-cell;
    vertical-align:top;
    padding-top: 6px;    
   /* display: table-cell;*/    
}
.testimonial-author .bi {
    height: 48px; /* image's height */
    display: table-cell;
    vertical-align: top;
    font-size: 48px;
    padding-right: 12px;
    padding-left: 12px;
    color: #1441D8 !important; 
}
.testimonial-blue .bi {
    color: #1441D8 !important;
}

.testimonial-teal .bi {
    color: #008F98 !important;
}

.testimonial-orange .bi {
    color: #c13217 !important;
}

/************************************************************************************
forms
*************************************************************************************/

.form-group input.required, #content textarea.required { 
    border: 1px solid #c04000 ;
}


/************************************************************************************
sidebar
*************************************************************************************/
#sidebar {
    /*  background-color: #dedfe4;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-image: url(../img/background-vertical.png);
    background-repeat: no-repeat;
    background-position: center center;
        */
    /*background-image: linear-gradient(to top, #c4c5c7 0%, #dcdddf 52%, #ebebeb 100%);*/
    background-color: #c4c5c7F;
    /*029 Everlasting Sky
    background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
        */
    /* 040 Coup de Grace 
    background-color: #DCD9D4;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%), radial-gradient(at 50% 0%, rgba(255,255,255,0.10) 0%, rgba(0,0,0,0.50) 50%);
    background-blend-mode: soft-light,screen;
    */
    /*098 Risky Concrete*/
    background-image: linear-gradient(to top, #c4c5c7 0%, #dcdddf 52%, #ebebeb 100%);
}

#sidebar .well-sm {
    padding: 9px;
     margin: 0 0 6px 0;
    border-radius: 9px;
}

#sidebar .well-sm h3 {
    padding:6px;
    margin: 0;
}

.content-sidebar {
    padding: 12px 12px 12px 12px;
    margin: 0px 0px 0px 0px !important;
}

#sidebar .sidebar-separator{
    padding: 12px 3px 12px 3px;
}

.subnav-menu .list-group, .subnav-menu .list-group-item {
    background-color: transparent;
}

.subnav-menu .list-group a {
    /*color: #2b669a;*/
    color: #5991ca;
}

.subnav-menu .list-group-item  .badge {
     /*background-color: #2b669a;*/
     background-color: #5991ca;
}
.subnav-menu .list-group a.active .badge {
    color: #999999;
}

.subnav-menu .list-group a:hover {
    color: #44a4f8;
}

.subnav-menu .list-group a.active{
   color: #000000;
}

#sidebar .carousel .carousel-caption {
   background: rgba(210,210,210, 0.8);
    bottom: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    right: 0%;
    left: 0%;
    text-shadow: 1px 1px 0 rgb(0,0,0), 3px 3px 0 rgba(51,51,51, 0.25);
}

#sidebar .carousel .carousel-caption h3 {
    margin-top: 3px;
    margin-bottom: 0px;
    width: 100%;
}


/************************************************************************************
FOOTER
*************************************************************************************/
footer .container {
    padding: 24px 12px 24px 12px;
    font-size: 1rem;
    background: #333333;
    color: #f7f1fd;
}

footer a {
    color: #5991ca;
    font-size: 1.1rem;
}

    footer a:hover,
    footer a:focus {
        color: #44a4f8;
        background-color: inherit;
    }
footer .soc_buttons img {
    padding: 3px;

}

footer .social-pills li a {
    padding: 0px 6px;
    background-color: inherit;
}

/************************************************************************************
Scroll Top Icon
*************************************************************************************/
.scroll-top-wrapper, .scroll-top-wrapper:hover {
    background-color: #333333;
    border: 1px solid  #333333;
    position: fixed;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
	width: 50px;
	height: 50px;
	line-height: 48px;
	right: 20px;
	bottom: 20px;
     /*color: #2b669a;*/
    color: #5991ca;
}

.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}
.scroll-top-wrapper > .scroll-top-inner > .bi {
    font-size: 24px !important;
}

@media (max-width: 1024px) {
    #sidebar .carousel > .carousel-inner > .item > .carousel-caption h3 {
    font-size: 96%;
}
}

@media (max-width: 960px) {
    body, a, p {
     font-size: 1.1em !important;
    }
     .why-box, .why-box span{
     font-size: 1.1em !important;
    }
    #sidebar .carousel > .carousel-inner > .item > .carousel-caption h3 {
    font-size: 100%;
    }
}

@media (max-width: 800px) {
    body, a, p {
     font-size: 1.2em !important;
    }
    .why-box, .why-box span{
     font-size: 1.2em !important;
    }
  #logoCarousel img  {
    margin: 6px 12px 6px 12px !important;
     max-width: 90% !important;
  }
   #logoCarousel {

  }
   .colorMark .row {
  font-size: 100%;
  }

.colorMark .col-left, .colorMark .col-right {
    padding: 0px 0px 12px 30px;
}

.colorMark .row .bi {
     font-size: 100%;
     padding-right: 6px;
}
}


@media (max-width: 640px) {
  #masthead .tagline p {
  font-size: 16px;
  text-align: center;
}
  .colorMark .col-left {
    padding: 0px 0px 12px 0px;
}

.colorMark .col-right {
    padding: 0px 0px 12px 0px;
}

.service-list .badge {
     /*font-size: 150%;*/
     margin-left: 1px;
     margin-right: 0px;
}

.service-list .list-group-item{
    font-size: 80%
}

}