﻿
/*    */

body {
    background-color: #efefef; 
    background-image: url(../img/background.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: #333333;
    color: #FFFFFF;
}

.page-title h1 {
     padding: 0px 0px 24px 0px;
     text-align: center;

}

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.glyphicon {
    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.glyphicon {
    color: #008F98;    
}

.border-teal, .pro {
   border-color: #008F98;
}

.background-teal {
   background-color: #008F98;
   color: #ffffff;
}

.text-orange, link-orange, .inf a, .inf a span.glyphicon {
    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;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
.navbar {
   margin-bottom: 0px !important;
}

.navbar-default {
  background-color: #333333;
  border-bottom: none!important;
  border-top: none!important;
  margin-bottom: 0px;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}

/* link color */
.navbar-default .navbar-text,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a
{
  color: #d2d2d2;
}
/* rollover color */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover
 {
     color: #FFFFFF;
 }

.navbar-default .navbar-nav > li > a {
  line-height:17px;
  font-size:16px;
  text-decoration: none;	
  text-transform: capitalize;
  font-weight: 700;
}

.navbar-default .navbar-nav > li:first-child {
  padding-left: 0px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color:  transparent;
}

.navbar-default .navbar-nav > .active > a:hover {
  background-color:  transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #333333;
}

.navbar-default .navbar-nav a.selected {
	background-repeat: no-repeat;
	background-position: center top;
}

.navbar-default .navbar-nav .open .dropdown-menu {
    color: #d2d2d2;
   background-color:  #333333;
    text-transform: capitalize;
  } 

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    background-color:  #333333;
    text-transform: capitalize;
    border-bottom: 1px solid #d2d2d2;
    font-weight: 700;
  }

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: transparent;
}

/* colored section*/   
.navbar-default .navbar-nav > li > a.nav-web,
.navbar-default .navbar-nav li.nav-web a
{
    background-color: #1441D8 !important;
}

.navbar-default .navbar-nav > li > a.nav-infrast,
.navbar-default .navbar-nav li.nav-infrast a
{
    background-color: #c13217 !important;
}

.navbar-default .navbar-nav > li > a.nav-process,
.navbar-default .navbar-nav li.nav-process a
{
    background-color: #008F98!important;
}

/************************************************************************************
Main Content
*************************************************************************************/
#main {
    background-color: #FFFFFF;
    padding-bottom: 24px;
}

#main h2{
    margin-top: 36px;
}

.content-row {
        padding: 12px 24px 12px 24px;
}


#main .badge {
     /*font-size: 150%;*/
     margin-left: 3px;
     margin-right: 3px;
}

#main .list-group.web, #main .list-group.inf, #main .list-group.pro  {
     font-size: 112%;
}

div.colorMark {
    background-image: url(../img/background-horizontal.png);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: top;
   background-color: #C5C9D2;
   padding: 24px 24px 24px 24px;
}

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;
}

.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 .glyphicon {
     font-size: 150%;
     padding-right: 12px;
}

.colorMark .row .glyphicon-ok-sign {
    display:inline-block;
    vertical-align:top;
    margin-bottom: 6px;
}

.link-arrows:before {
  font-family: 'Glyphicons Halflings';
content: "\e258";

}

.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 .glyphicon {
    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 .glyphicon {
    color: #1441D8 !important; 
}

.testimonial-teal .glyphicon {
    color: #008F98 !important; 
}

.testimonial-orange .glyphicon {
    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;
}

#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-inner > .item > .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-inner > .item > .carousel-caption h3 {
    margin-top: 3px;
    margin-bottom: 0px;
    width: 100%;
}


/************************************************************************************
FOOTER
*************************************************************************************/
footer .container
{
    padding: 24px 12px 24px 12px;
    font-size: 14px;
}

footer .container
{
    background: #333333;
}

footer .container {
    color: #f7f1fd;
}

footer a {
 /*color: #2b669a;*/
    color: #5991ca;
}

footer a:hover,
footer a:focus {
  color: #44a4f8;
}
footer .soc_buttons img {
    padding: 3px;

}

footer .row [class*='col-']:not(:last-child):after {
  background: #3f4043;
  width: 1px;
  content: "";
  display:block;
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  min-height: 240px;
}

 footer .row [class*='col-'] {
  padding-left: 18px;
}

footer a:hover,
footer a:focus {
  background-color: inherit;
}

footer .social-pills li .glyphicon {
    font-size: 24px;
    padding: 12px;
}

footer .social-pills li a {
    padding: 0px 6px;
    background-color: inherit;
}

footer .social-pills li a .glyphicon-text {
    font-size: 18px;
    vertical-align: middle;
}


/************************************************************************************
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 > .glyphicon {
    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 .glyphicon {
     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%
}

}