/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
header {
  position: relative;
}
.navbar-inverse{z-index: 1;}
body:not(.home) header {
  background: url(../img/header.jpg) center top no-repeat;
  background-size: 100% auto;
  background-size: cover;
}

.topbar { padding: 12px 0; }
.phone {
  float: right;
  text-align: right;
  margin-right: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 16px;
}
.phone:hover {
  color: yellow;
  text-decoration: none;
}
.languages {
  float: right;
  text-align: right;
  line-height: 0;
}
.languages a {
  width: 22px;
  height: 18px;
  display: inline-block;
  margin-left: 5px;
  background-image: url(../img/flags.png);
  background-repeat: no-repeat;
}
.languages a.en {
  background-position: 0 0;
}
.languages a.en:hover,
.languages a.en.current {
  background-position: 0 bottom;
}
.languages a.fr {
  background-position: right 0;
}
.languages a.fr:hover,
.languages a.fr.current {
  background-position: right bottom;
}
.navbar-brand {
  width: 133px;
  height: 132px;
  position: absolute;
  top: -65px;
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
.carousel {
  text-align: center;
  margin-top: -20px;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img{width: 100%;}
.carousel .item .carousel-caption {bottom: 25%;} 
.carousel .item h3 {
  /*padding-top: 135px;*/
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
}
.carousel .item h3 span {
  font-weight: 700;
  color: #fc2c1a;
}
.carousel .item p {
  color: #fff;
  font-size: 20px;
  font-family: 'Muli', sans-serif;
  font-weight: 200;
  margin: 20px 0;
}
.our-services {
  overflow: hidden;
  position: relative;
  background: #f3f3f3;
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  padding: 50px 0;
}
.our-services:before {background: url(../img/our-services.png); position: absolute; left: 48%; top: 0; bottom: 0; width: 52%; content: " ";}
.our-services p {
  color: #676767;
  line-height: 22px;
}
.our-services a {
  display: block;
  position: relative;
  background: #432c5d;
  margin-top: 25px;
}
.our-services a img {
  display: block;
  width: 100%;
  opacity: 0.2;
}
.our-services a span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: -20px;
  color: #fff;
  font-size: 20px;
}
h2.section-title {
  text-transform: uppercase;
  margin-bottom: 30px;
}
h2.section-title span {
  font-weight: 700;
  color: #fff;
  background: #432c5d;
  padding: 3px 5px;
}
.about-us {
  text-align: center;
  padding: 50px 0;
}
.about-us p {
  color: #848484;
  line-height: 1.6;
  margin: 20px 5%;
}
.testimonial {
  background: url(../img/t_bag.jpg) center 0;
  padding: 40px 0;
}
.testimonial .container {
  position: relative;
}
.testimonial h2 {
  text-align: center;
  color: #fff;
}
.testimonial article {
  padding: 20px 75px;
  float: left;
}
.testimonial article blockquote {
  position: relative;
  padding: 40px 60px;
  background: #fff;
  border-radius: 8px;
  border: none;
  box-shadow: 3px 4px rgba(0, 0, 0, 0.2);
  font-size: 14px;
}
.testimonial article blockquote .fa-quote-left {
  position: absolute;
  font-size: 20px;
  color: #432c5d;
  left: 30px;
  top: 30px;
}
.testimonial article blockquote:before {
  position: absolute;
  border-left: 20px solid rgba(0, 0, 0, 0.2);
  border-bottom: 15px solid transparent;
  top: 100%;
  left: 46px;
  content: ' ';
}
.testimonial article blockquote:after {
  position: absolute;
  border-left: 20px solid #fff;
  border-bottom: 15px solid transparent;
  top: 100%;
  left: 40px;
  content: ' ';
}
.testimonial h5 {
  clear: both;
  padding-top: 10px;
  color: #000;
  font-weight: 600;
}
.testimonial h5 img {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  box-shadow: 3px 4px rgba(0, 0, 0, 0.2);
  float: left;
  margin: 0 20px 20px 0;
}
.testimonial h5 big {
  display: block;
  margin: 10px 0 5px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.testimonial .testimonial-navs {
  bottom: 70px;
  position: absolute;
  right: 85px;
}
.testimonial .testimonial-navs a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  color: #432c5d;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  margin-left: 10px;
}
.testimonial .testimonial-navs a:hover,
.testimonial .testimonial-navs a:focus {
  background: #432c5d;
  color: #fff;
  text-decoration: none;
}
footer {
  text-align: center;
}
footer h3 {
  font-weight: 400;
  padding-top: 10px;
  font-size: 22px;
  color: #222222;
  text-transform: uppercase;
}
footer h3 span {
  color: #432c5d;
  font-weight: 600;
}
footer p {
  font-size: 14px;
  color: #676767;
}
footer .socials {
  margin: 20px 0 30px;
}
footer .socials a {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #d1d1d1;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 4px;
}
footer .socials a:hover,
footer .socials a:focus {
  text-decoration: none;
}
footer .socials a.fa-twitter {
  padding-left: 3px;
}
footer .socials a.fa-twitter:hover,
footer .socials a.fa-twitter:focus {
  background: #00aced;
}
footer .socials a.fa-facebook:hover,
footer .socials a.fa-facebook:focus {
  background: #3b5998;
}
footer .socials a.fa-pinterest {
  font-size: 24px;
}
footer .socials a.fa-pinterest:hover,
footer .socials a.fa-pinterest:focus {
  background: #cb2027;
}
footer .socials a.fa-google-plus:hover,
footer .socials a.fa-google-plus:focus {
  background: #dd4b39;
}
footer .socials a.fa-linkedin:hover,
footer .socials a.fa-linkedin:focus {
  background: #007bb6;
}
footer .socials a.fa-youtube:hover,
footer .socials a.fa-youtube:focus {
  background: #bb0000;
}
footer .footer-links {
  background: #3d3d3d;
  padding: 22px 0;
  color: #fff;
}
footer .footer-links a {
  color: #fff;
  margin: 0 15px;
}
footer .footer-links a:hover,
footer .footer-links a:focus {
  color: #fc2c1a;
  text-decoration: none;
}


.mainContent {
  padding: 50px 0;
}

.mainContent h2.section-title{text-align: center;}

.tables{margin: 20px 0; }
.tables table{border:none; width: 100%; border-collapse: collapse; margin-bottom: 20px;}
.tables table th, .tables table td{padding: 3px 5px; text-align: center; border-top: none !important;}
.tables table.color-table{text-transform: uppercase;}
.tables table.color-table tr.yellow-bg{background: #e8eb90;}
.tables table.color-table tr.blue-bg{background: #8e87b0;}
.tables table.color-table tr.red-bg{background: #f68d6f;}
.tables table .white-text{color: #fff;}
.tables table.yellow-table{background: #d7df27; font-size: 12px; line-height: 14px;}
.tables table.yellow-table th, .tables table.yellow-table td{border-top: none !important; padding: 5px;}


.sitemap {
    background: #ffffff url("../img/sitemap_vert.png") repeat-y scroll 0 0;
    list-style: outside none none;
    margin: 30px 0 0;
    padding: 0;
}
.sitemap > li {
    padding-left: 0;
}
.sitemap li {
    background: rgba(0, 0, 0, 0) url("../img/sitemap_hor.png") repeat-x scroll 0 20px;
    margin: 0;
    padding-left: 60px;
}
.sitemap li span {
    background: #ffffff none repeat scroll 0 0;
    display: block;
}
.sitemap li a {
    color: #000000;
    display: inline-block;
    line-height: 40px;
}
.sitemap ul {
    background: #ffffff url("../img/sitemap_vert.png") repeat-y scroll 0 0;
    list-style: outside none none;
    margin: 0 0 0 25px;
    padding: 0;
}
.text-intro{
  color: #848484;
  line-height: 1.6;
  margin: 20px 5%;
  text-align: center;
}

.contact-map-lg {
  border: 1px solid #ddd;
  min-height: 320px;
  width: 100%;
  margin-bottom: 20px;
}

.contact-address{text-align: center; padding: 15px 30px; background:#f6f6f6; border: 1px solid #ddd; font-size: 16px;}



.clearer { clear: both; }

.sidebar-widget {
	border: 1px solid #cccccc;
    background: #fdfdfd;
    margin-bottom: 20px;
    position: relative;
    padding: 10px;
    border-bottom-width: 5px;
}

.sidebar-widget h3 {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    background: #0053a0;
    position: relative;
    padding: 10px 15px;
    margin: 0 -10px 15px -20px;
    border-radius: 11px 0 0 11px;
}
.side-nav {
    clear: both;
    list-style: none;
    margin: -10px -10px -10px;
    padding: 0;
}
.side-nav li {
    clear: both;
    border-bottom: 1px solid #ddd;
    list-style: none;
}
.side-nav li a {
    display: block;
    font-size: 13px;
    padding: 7px 10px 7px 24px;
    position: relative;
    color: #373737;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}


.whatsnew-slider { background-color: #f5f5f5; position: relative; border-bottom: 1px solid #b4b4b4; padding: 40px 0; }
.whatsnew-slider .prev,
.whatsnew-slider .next { position: absolute; top: 50%; font-size: 60px; text-decoration: none !important; }
.whatsnew-slider .prev { left: 5%; }
.whatsnew-slider .next { right: 5%; }
.whatsnew-slider .section-title { text-align: center; }
.whatsnew-slider .wn-item { display: block; width: 100%; padding: 25px 0 0; min-height: 350px; }
.whatsnew-slider .wn-toolbar ul { padding: 0; margin: 0 0 10px 0 }
.whatsnew-slider .wn-toolbar li { display: inline-block; margin-right: 10px; list-style: none; font-size: 13px; }
.whatsnew-slider .wn-toolbar li label { font-weight: bold; margin-right: 5px; }
.whatsnew-slider .wn-toolbar li i.fa { color: red; }
.whatsnew-slider .wn-image { float: left; width: 210px; margin: 0 30px 0 0; }
.whatsnew-slider .wn-image img { width: 100%; }

.whatsnew-slider .wn-detail { float: left; display: block; }
.whatsnew-slider .wn-detail .wn-title { color: #0053a0; }
.whatsnew-slider .wn-detail .btn { margin-top: 15px; }




.custom-table{padding:20px; color: #fff; border-radius: 15px; margin-top: 15px; clear: both;}

.custom-table .table{border:none; color: #fff; margin-bottom: 0;}
.custom-table .table tr > *{border:none; padding:5px; text-align: right;}
.custom-table .table th{ color: #f1d525; font-size: 150%;}
.custom-table .table th small{ font-size: 70%;}
.custom-table .table td{ font-weight: bold;}
.custom-table .table td.amt{text-align: right; font-size: 18px; font-weight: bold; color: yellow;}
.custom-table .table td.pcs{text-align: right; font-size: 18px; font-weight: bold; border-left: 1px solid #fff;}
.custom-table .table td.pcs small{ font-size: 80%; }
.custom-table .table td small{ font-size: 90%;}
.custom-table .table td small .fa{ font-size: 50%; vertical-align: top; line-height: 12px;}
.custom-table .table tr > *:first-child, .custom-table .table tr > *:first-child + *{text-align: left;}

.custom-table.blue-bg{
  background-image: -moz-linear-gradient(180deg, #49a3da 0%,  #000000 100%);
  background-image: -webkit-linear-gradient(180deg, #49a3da 0%,  #000000 100%);
  background-image: linear-gradient(180deg, #49a3da 0%,  #000000 100%);
}
.custom-table.green-bg{
  background-image: -moz-linear-gradient(180deg, #399321 0%,  #000000 100%);
  background-image: -webkit-linear-gradient(180deg, #399321 0%,  #000000 100%);
  background-image: linear-gradient(180deg, #399321 0%,  #000000 100%);
}
.custom-table.red-bg{
  background-image: -moz-linear-gradient(180deg, #c82217 0%,  #000000 100%);
  background-image: -webkit-linear-gradient(180deg, #c82217 0%,  #000000 100%);
  background-image: linear-gradient(180deg, #c82217 0%,  #000000 100%);
}
.custom-table.voilet-bg{
  background-image: -moz-linear-gradient(180deg, #6a3fa0 0%,  #000000 100%);
  background-image: -webkit-linear-gradient(180deg, #6a3fa0 0%,  #000000 100%);
  background-image: linear-gradient(180deg, #6a3fa0 0%,  #000000 100%);
}
.custom-table.pink-bg{
  background-image: -moz-linear-gradient(180deg, #b5177a 0%,  #000000 100%);
  background-image: -webkit-linear-gradient(180deg, #b5177a 0%,  #000000 100%);
  background-image: linear-gradient(180deg, #b5177a 0%,  #000000 100%);
}
.custom-table.brown-bg{
  background-image: -moz-linear-gradient(180deg, #867469 0%,  #000000 100%);
  background-image: -webkit-linear-gradient(180deg, #867469 0%,  #000000 100%);
  background-image: linear-gradient(180deg, #867469 0%,  #000000 100%);
}

@media (min-width: 768px){
  body.home .top-wrapper{position: absolute; left: 0; top: 20px; right: 0;}
  body.home .top-wrapper .topbar {position: relative; z-index: 1; background: rgba(0, 0, 0, 0.5);}
}

@media (max-width: 767px){
  body.home header { background: url(../img/header.jpg) center top no-repeat; background-size: 100% auto; background-size: cover; }
  #navigation .navbar-nav { padding-top: 40px; }

  .whatsnew-slider .wn-item .wn-image { margin: 0px auto !important; float: none !important; }
}

@media (max-width: 1199px){
  .carousel .item .carousel-caption { bottom: 18%; }
  .our-services::before{display: none;}
  .whatsnew-slider { background-color: #f5f5f5; position: relative; border-bottom: 1px solid #b4b4b4; padding: 40px 0; }
  .whatsnew-slider .prev { left: 10px; }
  .whatsnew-slider .next { right: 10px; }
  .whatsnew-slider .wn-item { padding: 25px 35px 0; }
}

@media (max-width: 1050px){
  .carousel .item .carousel-caption { bottom: 10%; left: 50px; right: 50px; }
  .carousel .item h3 { font-size: 26px; }
  .carousel .item p { margin: 0 0 10px; font-size: 18px; }
  h2.section-title {font-size: 24px;}
  .testimonial article { padding: 20px 0; }
}

@media (max-width: 568px){
  .navbar-brand > img { max-height: 100px; }
  .carousel .item { }
  .carousel .item .carousel-caption { position: absolute; bottom: 0; padding: 20px; }
  .carousel .item h3 { font-size: 22px; }
  .carousel .item p { font-size: 12px; }
  .carousel .item .carousel-caption .btn { padding: 3px 6px; font-size: 11px; }
}