/* Recaptcha Restyle */

.g-recaptcha>div {}

.g-recaptcha {
    transform-origin: 0 0;
    transform: scale(0.77);
}


/* Carusel */


/*BOOTSTRAP 5 COLUMNS HACK*/

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 25%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 25%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 25%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 25%;
        float: left;
    }
}


/*END BOOTSTRAP 5 COLUMNS HACK*/


/* GLOBAL STYLES
-------------------------------------------------- */


/* Padding below the footer and lighter body text */

body {
    padding-bottom: 40px;
    color: #5a5a5a;
    font-family: 'Open Sans', sans-serif;
    background-color: #F5F5F5;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */


/* Special class on .container surrounding .navbar, used for positioning it into place. */

.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}


/* Flip around the padding for proper display in narrow viewports */

.navbar-wrapper>.container {
    padding-right: 0;
    padding-left: 0;
}

.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-wrapper .navbar .container {
    width: auto;
}

.row-partners {
    min-width: 100%;
}
.navbar-toggle {
    background-color: rgba(255,255,255,0.3);
}
.navbar-toggle .icon-bar {
    background: #2369B6;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */


/* Carousel base class */

.carousel {
    margin-bottom: 60px;
}


/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    z-index: 10;
}


/* Declare heights because of positioning of img element */

.carousel .item {
    background-color: #fff;
}

.carousel .item img {
    max-width: 100%;
    margin: auto;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}


/* Navbar */

.navbar-default.affix {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.1);
}

.navbar-default.affix .navbar-header .navbar-brand {
    color: #222222;
}

.navbar-default.affix .navbar-header .navbar-brand:hover, .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #fdcc52;
}

.navbar-default.affix .nav>li>a, .navbar-default.affix .nav>li>a:focus {
    color: #222222;
}

.navbar-default.affix .nav>li>a:hover, .navbar-default.affix .nav>li>a:focus:hover {
    color: #fdcc52;
}

.navbar-brand {
    padding: 0px;
    height: 108px;
}

.navbar-brand>img {
    height: 100%;
    padding: 15px;
    width: auto;
}

a.navbar-brand {
    background-color: rgba(255, 255, 255, 0.9);
}

.navbar {
    border: none;
}

.navbar-nav>li>a {
    color: #2369B6;
    background-color: rgba(255, 255, 255, 0.9);
    margin-left: 4px;
}

.nav>li>a:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: #68BEFF!important;
}

.home a:link, .home a:visited {
    color: #fff;
    background-color: #2369B6;
}

.home a:hover {
    color: #68BEFF !important;
    background-color: #2369B6 !important;
}

.navbar-nav>li>a:hover {
    color: #fff;
}

.lang a:link, .lang a:visited, .lang a:hover {
    background-color: transparent !important;
}

h2.partner {
    text-align: center;
}

.partner-box {
    min-height: 200px;
    text-align: center;
    padding: 5px;
}

img.logo-box {
    max-height: 100px;
    display: inline;
    padding-top: 20px;
    padding-bottom: 25px;
    min-height: 100px;
}

.text-box {
    height: 60%;
}

blockquote {
    border-left: none;
}


/*
blockquote {
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
	border-left: none;
	background-color: transparent;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 15em;
  line-height: 0.1em;
  margin-right: 2.5em;
  vertical-align: -0.4em;

}

blockquote:after{
  color: #ccc;
  content: close-quote;
  font-size: 15em;
  line-height: 0.1em;
  margin-right: -0.5em;
  vertical-align: -0.4em;

}


blockquote p {
  display: inline;
}

*/


/* MARKETING CONTENT
-------------------------------------------------- */


/* Center align the text within the three columns below the carousel */

.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}

.marketing h2 {
    font-weight: normal;
}

.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette {
    text-align: center;
    margin-bottom: 30px;
}

p.lead {
    font-size: 13pt;
}

.featurette h2 {
    color: #2369B6;
}

.featurette-divider {
    margin: 80px 0;
    /* Space out the Bootstrap <hr> more */
}


/* Thin out the marketing headings */

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
    margin-top: 0;
}

.contact {
    background-color: #2369B6;
}

.contact-container {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 70px;
}

.input-group-addon, .form-control {
    border-radius: 0;
    border: none;
}

.input-group-addon {
    background-color: #3291D8;
    color: #fff;
}

.btn-info {
    min-width: 100%;
    border-radius: 0;
}

.input-group {
    padding-bottom: 6px;
}


/* Group
------------------------- */

#groupid {
    padding: 30px 0;
}

.group-left {
    font-size: 12pt;
}

.group-right {
    border-left: dotted 2px #618bb8;
}

.group-divider {
    margin: 80px 0;
    /* Space out the Bootstrap <hr> more */
}


/* Thin out the marketing headings */

.group-heading {
    font-weight: 100;
    line-height: 1;
    letter-spacing: -1px;
    font-size: 40pt;
    color: #fff;
    text-align: center;
}

p.group {
    color: #fff;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 50px;
}

ul.footer-menu {
    list-style-type: none;
    margin: 0;
    padding: 50px 0 20px 0;
    overflow: hidden;
    font-weight: 600;
    right: 0;
    position: absolute;
}

ul.footer-menu li {
    display: inline;
    float: left;
    padding-right: 13px;
}

.footer-menu li, .footer-menu a {
    text-align: center;
    padding-left: 13px;
    text-decoration: none;
}

.right-footer {
    text-align: right;
}

.footer {
    padding-top: 60px;
}

.img-responsive {
    display: inline;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 0px;
    }
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    #structureid .container {
        padding-top: 50px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }
    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }
    .featurette-heading {
        font-size: 45px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 0px;
    }
}

.primary-bg {
    background-color: #2369B6;
    color: #ffffff;
}

.primary-bg a:link, .primary-bg a:visited {
    color: #eeeeee;
    font-weight: bold;
    text-decoration: : none;
}

.primary-bg a:hover {
    text-decoration: underline;
}

.primary-bg h3 {
    font-weight: 600;
    margin: 0 0 15px 0;
}

.partner-wrapper {
    background-color: #fff;
    min-height: 220px;
}

section#partnerid {
    padding-bottom: 50px;
}

h2.featurette-heading {
    padding-bottom: 20px;
}

h2.group-heading {
    padding: 0 0 20px 0;
}

.comment-box {
    max-height: 50px;
}

.box-green {
    border-bottom: solid 3px #2D964C;
}

.box-blue {
    border-bottom: solid 3px #2369B6;
}

.box-yellow {
    border-bottom: solid 3px #EB9100;
}

.box-petroil {
    border-bottom: solid 3px #4DB7BD;
}

.box-red {
    border-bottom: solid 3px #C50035;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 40px;
    width: auto;
    max-width: 700px;
    margin: 40px auto;
}

.row.footer p {
    margin: 1px 5px;
}


/**
MEDIA QUERY
**/


/* Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    /* Carousel base class */
    .carousel {
        height: 200px;
        margin-bottom: 60px;
    }
    /* Since positioning the image, we need to help out the caption */
    .carousel-caption {
        z-index: 10;
    }
    /* Declare heights because of positioning of img element */
    .carousel .item {
        height: 200px;
        background-color: #777;
    }
}
