

/** 
 *------------------------------------------------------------------------------
 * @package       T3 Framework for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       JoomlArt, JoomlaBamboo, (contribute to this project at github 
 *                & Google group to become co-author)
 * @Google group: https://groups.google.com/forum/#!forum/t3fw
 * @Link:         http://t3-framework.org 
 *------------------------------------------------------------------------------
 */
body {
  padding-top: 0;
}
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
ul li {
  list-style-type: square;
}
.container,
.t3-mainbody {
  min-height: 100%;
  height: auto;
}
.t3-footer {
  clear: both;
  position: relative;
}
a,
.btn,
html,
body,
.bold,
h2,
.row-feature h2,
.navbar-default,
#submenu .container a,
.jumbotron-primary h1,
.next-section .col-md-4 p.orange_txt a {
  font-weight: 600;
}
.navbar {
  min-height: 100px;
}
.colored-section h2 a,
.t3-footer,
.t3-footer ul > li > a {
  font-weight: 500;
}
.row-feature,
.t3-wrapper,
.call2action h2,
.colored-section.title h2,
.next-section .col-md-4 p a,
.col-md-3 p a,
.produits p a,
.ls-container p {
  font-weight: 100;
}
h4 {
  font-family: 14px;
}
a:hover,
a:focus {
  text-decoration: none;
}
.breadcrumb a {
  color: #badfe1;
}
q:before,
q:after {
  content: quote;
  font-family: "Times New Roman", serif;
  padding: 0 3px;
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}
.head-search .form-control:hover,
.head-search .form-control:active,
.head-search .form-control:focus {
  color: #676767;
  font-weight: 500;
}
.left {
  float: left;
}
.right {
  float: right;
}
.technologies img {
  margin: 5px;
}
@media screen and (min-width: 991px) {
  .logo a {
    background: transparent;
  }
  .case_studies .container {
    width: 1100px;
  }
  .col-md-3 {
    min-height: 215px;
  }
  #customers .col-md-3 {
    min-height: 122px;
  }
}
.custom p {
  font-size: 16px;
}
.custom .btn {
  margin-top: 0;
}
.col-lg-4.custom {
  border-left: 1px dashed #ddd;
}
.custom .glyphicon {
  font-size: 20px;
}
.head-search .search {
  display: flex;
}
.head-search,
.navbar-toggle + .head-search {
  right: 180px;
  top: 8px;
  height: 22px;
}
.head-search .form-control {
  border: none;
  box-shadow: none;
  height: 22px;
  width: 100px;
  padding: 0 0 0 5px;
  font-size: 12px;
  line-height: 0;
}
.head-search .search {
  border: none;
  background: #eeeeee;
}
.head-search .button {
  float: left;
  margin-right: 0;
}
#back-to-top {
  z-index: 9;
}
#back-to-top.affix {
  bottom: 65px;
}
.t3-content {
  padding: 20px 0 0 0;
}
.t3-mainbody {
  padding: 0px 10px;
}
.t3-mainnav {
  border: none;
}
.row-feature {
  border: none;
  font-size: 14px;
  padding: 40px 0;
}
.row-feature h2 {
  margin-bottom: 30px;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 37px;
}
.row-feature h2,
.row-feature h2 a,
.row-feature h3,
.row-feature h3 a {
  color: #002b3c;
}
.row-feature h2 a:hover {
  color: #292929;
}
.row-feature:nth-child(even) {
  background: transparent;
}
.uppercase_title h2,
.home h3,
.home h2,
.uppercase h4,
.news h3,
.brand h1 {
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.panel-title a {
  color: #4ebcc2;
}
.panel-title a:hover {
  color: #ffffff;
  text-decoration: none;
}
h3.article-title {
  color: #007788;
  margin-top: -20px;
  margin-bottom: 30px;
}
h3 {
  font-weight: 100;
}
.article img,
.article-intro img {
  margin: 45px 0 0 45px;
}
#socialicons {
  position: fixed;
  float: left;
  z-index: 99999;
}
#socialicons ul {
  display: block;
  margin: 0;
  padding: 0;
}
#socialicons ul li {
  width: 130px;
  height: 40px;
  margin-bottom: 15px;
  margin-left: -86px;
  list-style: none;
  text-align: right;
  padding-bottom: 10px;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
#socialicons ul li:hover {
  margin-left: 0;
  padding: 0;
}
#socialicons ul li a {
  color: #fff;
}
#socialicons .icon_label {
  top: -15px;
  position: relative;
}
[class*="social-item-"] {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 0 0 10px;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.social-item-twitter {
  background-image: url("/images/icons/social/twitter.png");
}
a:hover .social-item-twitter,
.social-item-twitter.hover,
#socialicons ul li:hover .social-item-twitter {
  background-image: url("/images/icons/social/twitter_hover.png");
}
.social-item-youtube {
  background-image: url("/images/icons/social/youtube.png");
}
a:hover .social-item-youtube,
.social-item-youtube.hover,
#socialicons ul li:hover .social-item-youtube {
  background-image: url("/images/icons/social/youtube_hover.png");
}
.social-item-blog {
  background-image: url("/images/icons/social/blog.png");
}
a:hover .social-item-blog,
.social-item-blog.hover,
#socialicons ul li:hover .social-item-blog {
  background-image: url("/images/icons/social/blog_hover.png");
}
.social-item-contact {
  background-image: url("/images/icons/social/contact.png");
}
a:hover .social-item-contact,
.social-item-contact.hover,
#socialicons ul li:hover .social-item-contact {
  background-image: url("/images/icons/social/contact_hover.png");
}
.hide_submenu {
  display: none;
}
#submenu {
  padding: 10px 0 5px;
  background-color: #f7f7f7;
  margin: 0;
  width: 100%;
  -moz-box-shadow: inset 0 2px 2px 0px #999;
  -webkit-box-shadow: inset 0 2px 2px 0px #999;
  box-shadow: inset 0 2px 2px 0px #999;
  border-bottom: 1px solid #f2f2f2;
}
#submenu .container a {
  padding-right: 20px;
  color: #007788;
}
#submenu .container a:hover,
#submenu .container .hover a {
  color: #292929;
  text-decoration: none;
}
#submenu.fixed-navbar {
  position: fixed;
  top: 0px;
  z-index: 10;
}
.t3-mainnav > .icons_navbar {
  height: 100px;
}
#submenu .icons_navbar {
  padding: 0;
  margin-top: -5px;
}
#submenu .icons_navbar a {
  padding: 0;
  text-align: center;
  color: #007788;
}
.icons_navbar ul {
  list-style: none;
  padding: 0;
  margin: 4px 0 0 0;
  text-align: center;
}
.icons_navbar li:first-child {
  margin-left: 0;
}
.icons_navbar li {
  display: inline-block;
  padding: 0;
  margin-left: 110px;
}
.icons_navbar li a {
  margin: 0px;
  display: block;
  width: 100%;
  height: 100%;
}
.row-feature.citation {
  margin-bottom: 40px;
  margin-top: -25px;
}
[class*="icon-"] {
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 10px 0;
  background-size: 100% 100%;
  background-position: center;
  background-color: transparent;
  background-repeat: no-repeat;
  -webkit-transition: .1s linear all;
  -moz-transition: .1s linear all;
  -ms-transition: .1s linear all;
  -o-transition: .1s linear all;
  transition: .1s linear all;
}
.icon-solution-1 {
  background-image: url("/images/solutions/icons/icon_ea.png");
}
.icons_navbar a:hover .icon-solution-1,
.icon-solution-1.hover {
  background-image: url("/images/solutions/icons/icon_ea_hover.png");
}
.icon-solution-2 {
  background-image: url("/images/solutions/icons/icon_is.png");
}
.icons_navbar a:hover .icon-solution-2,
.icon-solution-2.hover {
  background-image: url("/images/solutions/icons/icon_is_hover.png");
}
.icon-solution-3 {
  background-image: url("/images/solutions/icons/icon_metier.png");
}
.icons_navbar a:hover .icon-solution-3,
.icon-solution-3.hover {
  background-image: url("/images/solutions/icons/icon_metier_hover.png");
}
.icon-solution-4 {
  background-image: url("/images/solutions/icons/icon_dev.png");
}
.icons_navbar a:hover .icon-solution-4,
.icon-solution-4.hover {
  background-image: url("/images/solutions/icons/icon_dev_hover.png");
}
.icon-solution-item-1 {
  background-image: url("/images/solutions/icons/icon_enjeux.png");
}
.icons_navbar a:hover .icon-solution-item-1,
.icon-solution-item-1.hover {
  background-image: url("/images/solutions/icons/icon_enjeux_hover.png");
}
.icon-solution-item-2 {
  background-image: url("/images/solutions/icons/icon_vision.png");
}
.icons_navbar a:hover .icon-solution-item-2,
.icon-solution-item-2.hover {
  background-image: url("/images/solutions/icons/icon_vision_hover.png");
}
.icon-solution-item-3 {
  background-image: url("/images/solutions/icons/icon_solution.png");
}
.icons_navbar a:hover .icon-solution-item-3,
.icon-solution-item-3.hover {
  background-image: url("/images/solutions/icons/icon_solution_hover.png");
}
.icon-solution-item-4 {
  background-image: url("/images/solutions/icons/icon_studies.png");
}
.icons_navbar a:hover .icon-solution-item-4,
.icon-solution-item-4.hover {
  background-image: url("/images/solutions/icons/icon_studies_hover.png");
}
.section_solutions {
  margin-top: -40px;
}
.date {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  width: 200px;
  margin: auto;
  margin-bottom: 20px;
}
#next_event .next {
  padding: 5px 30px;
  width: 60%;
}
#next_event .event {
  padding: 10px 30px;
  width: 60%;
  display: block;
  margin-top: -23px;
  margin-left: 70px;
}
#next_event .full_green:hover {
  color: #ffffff;
  background: #002b3c;
  border: 2px solid #002b3c;
}
.about_us .feature-ct {
  margin-top: -50px;
}
.about_us .caret,
.caret_gray_light .caret {
  color: #dedede;
  margin-top: -46px !important;
}
.section_video10years .caret {
  margin-top: -148px !important;
}
.row-feature .pull-left.item-image,
.row-feature .pull-right.item-image {
  text-align: center;
}
.colored-section {
  width: 100%;
  padding: 0;
  color: #ffffff;
  font-weight: 600;
}
.colored-section .feature-ct {
  padding-top: 10px;
  padding-bottom: 20px;
}
.colored-section h1,
.colored-section h2,
.colored-section h3,
.colored-section h2 a,
.swirls_orange_bg h3 a,
.news p a,
.news ul li a,
.news ul li a:hover,
.swirls_green1_bg a {
  color: #ffffff;
}
.brand h1 {
  font-weight: 700;
  font-size: 48px;
  text-align: center;
}
.brand p {
  text-align: center;
  font-weight: 100;
  font-size: 24px;
}
.brand .feature-ct,
.about_us .feature-ct {
  padding: 0;
}
.orange a,
.swirls_orange_bg a {
  color: #b98011;
}
.swirls_orange_bg a:hover,
.orange a:hover,
.orange h2 a:hover,
.swirls_orange_bg h2 a:hover,
.swirls_orange_bg h3 a:hover,
.swirls_orange_bg .col-md-4 a:hover,
.swirls_orange_bg .col-md-4:hover a {
  color: #f7d891 !important;
}
.colored-section .caret,
.next-section .caret,
.about_us .caret {
  margin-top: -27px;
  border-top: 20px solid;
  border-right: 45px solid rgba(0, 0, 0, 0);
  border-left: 45px solid rgba(0, 0, 0, 0);
  text-align: center;
}
.colored-section.title {
  margin-top: -53px;
  position: relative;
}
.colored-section.title .feature-ct {
  padding-bottom: 0;
  padding-top: 20px;
}
.swirls_orange_bg {
  background: url(/images/svg/swirls.svg) no-repeat center center #fbb800 !important;
}
.swirls_green1_bg {
  background: url(/images/svg/swirls.svg) no-repeat center center #009db5 !important;
}
.swirls_gray_bg {
  background: url(/images/svg/swirls.svg) no-repeat center center #869da2 !important;
}
.swirls_orange_bg .col-md-4,
.swirls_orange_bg .col-md-4:hover,
.news ul.newsfeed,
.news .col-md-4:hover,
.events ul.newsfeed {
  border: none !important;
}
.news {
  padding: 40px 0;
}
.news h3 {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: inherit;
}
.news ul.newsfeed li,
.events ul.newsfeed li {
  list-style-type: none;
}
.events ul.newsfeed,
.news ul.newsfeed {
  padding-left: 0;
}
.news ul.newsfeed li {
  border-bottom: 1px dashed #ffffff;
  padding: 10px 0;
}
.news .first_col {
  margin-right: 160px;
}
.events_col_left,
.first_col {
  padding-left: 0;
}
.events ul.newsfeed li {
  border-bottom: 1px dashed #dedede;
  padding: 10px 0;
}
.events ul.newsfeed {
  list-style-image: url('/images/icons/puce.png');
}
.events_col_left {
  padding-left: 0;
}
.call2action a {
  font-size: 22px;
}
.call2action,
.gray_lighter {
  background: #eee !important;
}
.gray_lightest {
  background: #f7f7f7 !important;
}
.green1 {
  background: #009db5 !important;
}
.green2 {
  background: #007788 !important;
}
.green3 {
  background: #002b3c !important;
}
.orange {
  background: #fbb800 !important;
}
.green_darker_txt,
.news p a:hover,
.news li h5 a:hover {
  color: #002b3c;
}
.green_dark_txt,
.green1 a:hover,
.green1 p a:hover,
.swirls_green1_bg a:hover {
  color: #007788;
}
.gray_light_txt {
  color: #dedede;
}
.gray_lightest_txt {
  color: #f7f7f7;
}
.logo-image > a {
  padding-top: 25px;
  max-width: 220px;
}
.logo:hover a,
.logo a:hover,
.logo a:active,
.logo a:focus {
  background: transparent;
}
.navbar-nav {
  margin: 63px -160px 20px 0;
}
.navbar-default .navbar-toggle {
  background: #eeeeee;
  font-size: 22px;
}
.navbar-default .fa-bars:before {
  color: #007788;
}
.navbar-default .navbar-toggle:hover {
  background: #eeeeee;
}
.navbar-default .navbar-toggle:hover .fa-bars:before {
  color: #002b3c;
  background: #eeeeee;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  border-bottom: 3px solid #badfe1;
  color: #292929;
}
.navbar-default .navbar-nav > .active > a {
  font-weight: 700;
}
.navbar-default .navbar-nav > li > a {
  line-height: 25px;
  color: #002b3c;
  border-bottom: 3px solid transparent;
}
.navbar-default .navbar-nav > li > a:hover {
  border-bottom: 3px solid #badfe1;
  color: #292929;
}
.navbar-toggle {
  width: 45px;
  height: 60px;
  top: 20px;
  line-height: inherit;
}
.nav > li > a {
  padding: 10px 0;
}
.t3-navbar {
  float: right !important;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
.container > .navbar-header {
  margin-right: 0;
}
#flag {
  position: relative;
  z-index: 10000;
  top: -3px;
  float: right;
  font-weight: bold;
}
.page-masthead .jumbotron {
  padding-top: 50px;
  padding-bottom: 35px;
  background-color: #1bbc9b;
}
.jumbotron p {
  font-weight: 300;
}
.jumbotron h1 {
  font-size: 50px;
}
.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  border: 2px solid #fbb800;
  background: transparent;
  color: #fbb800;
  padding: 5px 14px 6px;
  -webkit-transition: .1s linear all;
  -moz-transition: .09s linear all;
  -ms-transition: .1s linear all;
  -o-transition: .1s linear all;
  transition: .09s linear all;
  outline: none;
  outline-offset: 0;
}
.btn-primary:hover,
a:hover .btn-primary,
.btn-primary:hover a {
  color: #fff;
  background-color: #fbb800;
  border-color: #fbb800;
}
.btn:active {
  outline: none !important;
  box-shadow: none;
}
a.btn {
  min-width: 105px;
}
.on_dark_bg {
  border: 2px solid #badfe1;
  background: transparent;
  color: #badfe1;
}
.full_white {
  border: 2px solid #ffffff;
  background: #ffffff;
}
.full_white:hover {
  color: #ffffff;
  background: #fbb800 !important;
  border: 2px solid #fbb800;
}
.light_border .full_white:hover {
  border: 2px solid #ffffff;
  color: #ffffff !important;
}
.full_orange {
  border: 2px solid #fbb800;
  background: #fbb800;
}
.full_orange:hover {
  border: 2px solid #fbb800;
  color: #fbb800 !important;
}
.full_green {
  border: 2px solid #009db5;
  background: #009db5;
}
.full_green3 {
  border: 2px solid #002b3c;
  background: #002b3c;
}
.on_dark_bg,
.full_white,
.full_orange {
  font-weight: 600;
  padding: 5px 14px 6px !important;
  -webkit-transition: .1s linear all;
  -moz-transition: .09s linear all;
  -ms-transition: .1s linear all;
  -o-transition: .1s linear all;
  transition: .09s linear all;
}
.full_white:hover,
.full_orange:hover {
  background: transparent;
}
.orange_txt,
.col-md-4 p.orange_txt a {
  color: #fbb800;
}
#back-to-top .fa-caret-up:hover,
.white_txt,
.full_orange {
  color: #ffffff !important;
}
.text_left {
  text-align: left;
}
.required {
  color: #fbb800;
}
.clr {
  clear: both;
}
.text_shadow {
  text-shadow: 0 0 7px #000;
}
.text_shadow .btn {
  text-shadow: none;
}
.section_both {
  margin-top: 35px;
  margin-bottom: 35px;
}
.section_top {
  margin-top: 35px;
}
.section_bottom {
  margin-bottom: 35px !important;
}
.void_bottom {
  margin-bottom: 70px !important;
}
.void_top {
  margin-top: 70px !important;
}
.shadow_map {
  -webkit-box-shadow: #002b3c 0px 1px 4px -1px;
  box-shadow: #002b3c 0px 1px 4px -1px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.row_article h3 {
  color: #ffffff !important;
}
.row_article .panel-title {
  font-size: 16px !important;
  margin: 0;
}
.pull-right.item-image,
.pull-left.item-image {
  padding-bottom: 20px;
}
.pull-right.item-image {
  padding-left: 20px;
}
.pull-left.item-image {
  padding-right: 20px;
}
.lower_image img {
  margin-top: 16%;
}
.col-md-3 a,
.col-md-4 a {
  color: #002b3c;
  text-decoration: none;
}
.col-md-3 p a,
.col-md-4 p a {
  color: #002b3c;
  display: inline-block;
  vertical-align: middle;
  padding-top: 20px;
}
.col-md-3 a:hover,
.col-md-4 a:hover,
.col-md-3:hover a {
  color: #fbb800;
}
.col-md-3,
.col-md-4 {
  border: 1px solid transparent;
}
.row-feature .col-md-3:hover,
.row-feature .col-md-4:hover,
#customers .col-md-3 {
  border: 1px solid #dedede;
}
.text_cols .col-md-4:first-child {
  padding-left: 0;
}
.text_cols .col-md-4,
.text_cols .col-md-4:hover {
  border: none;
}
.thumbnail-title {
  font-size: 12px;
  text-align: center;
  line-height: 120%;
}
.dark_bg h2,
.dark_bg h3 a,
.dark_bg p {
  color: #ffffff !important;
}
.case_studies h2 {
  padding-top: 30px;
}
.case_studies h3 {
  font-weight: 700;
}
.case_studies .ls-v5 .ls-nav-next {
  right: -30px;
}
.t3-navhelper {
  color: #002b3c;
  border-top: 1px solid #dedede;
  background: #007788;
  padding: 0;
}
.breadcrumb {
  background-color: transparent;
}
.breadcrumb li {
  color: #ffffff;
  font-weight: 600;
}
.breadcrumb > li + li:before {
  color: #ffffff;
}
#customers .col-md-3 {
  margin: 23px;
  width: 20%;
  text-align: center;
}
#customers .col-md-3:hover {
  border: 1px solid #fbb800;
}
#customers span.customer_logo {
  width: inherit;
  height: 120px;
  vertical-align: middle;
  display: table-cell;
}
#customers span.customer_story {
  display: block;
  margin-top: -16px;
  padding-bottom: 1px;
  font-size: 10px;
  background: #002b3c;
}
#customers span.customer_story a {
  color: #ffffff;
}
#customers span.customer_story:hover {
  background: #fbb800;
}
.t3-footer-sl {
  padding: 15px 0 0 0;
}
.t3-footer-sl .t3-module ul > li {
  list-style-type: none;
}
.t3-footer-sl .t3-module ul > li > a:hover,
#t3-footer h4 a.title:hover {
  color: #badfe1;
}
.t3-footer-sl .t3-module ul > li > a,
#t3-footer h4 a.title {
  color: #ffffff;
}
.t3-footer {
  font-size: 14px;
  font-family: "Open Sans Condensed", sans-serif;
  background: #002b3c;
  color: #ffffff;
}
.t3-footer-sl .t3-module {
  background: transparent;
  color: #ffffff;
}
.t3-footer-sl .t3-module h4 {
  font-weight: bold;
  margin-top: 5px;
}
.t3-footer .copyright {
  margin-bottom: 20px;
}
.t3-footer .copyright a {
  color: #ffffff;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: normal;
}
.t3-footer .copyright a:hover {
  color: #badfe1;
}
#call2action_footer {
  position: fixed;
  display: block;
  margin-top: 50px;
  bottom: 0;
  height: 60px;
  width: 100%;
  font-weight: 600;
  z-index: 20;
  -webkit-transition: height 1500ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: height 1500ms ea;
  background-color: #dedede;
}
#call2action_footer_content {
  width: 760px;
  margin: 0 auto;
  padding-top: 10px;
}
#call2action_footer_content a {
  font-size: 18px;
  font-family: "Open Sans Condensed", sans-serif;
}
#call2action_footer_content p {
  font-family: "Open Sans", Arial, sans-serif;
}
#call2action_footer .closeButton {
  float: right;
  margin: 22px 10px 0 0;
  cursor: pointer;
  width: 22px;
  height: 22px;
}
#call2action_footer_content .intro {
  line-height: 40px;
  color: #002b3c;
}
#call2action_footer_content a {
  min-width: 160px;
  margin-left: 10px;
  font-weight: 600;
}
#call2action_footer_content a:hover {
  background-color: transparent;
  color: #fbb800;
}
@media screen and (min-width: 768px) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .inputbox {
    width: 100%;
  }
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
  border-radius: 4px;
  background: #fefefe;
  height: 45px;
}
.email.col-md-3 p a {
  padding-top: 5px;
  color: #676767;
  font-weight: 400;
}
.email.col-md-3 h3 {
  color: #002b3c;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 600;
}
.email.col-md-3,
.email.col-md-3:hover {
  border: none;
}
.email.col-md-9 {
  border-right: 1px solid #dedede;
}
.email .col-md-6,
.email .col-md-12,
.email.col-md-12,
.email.col-md-9 {
  padding-left: 0;
}
form.contact_form textarea {
  height: 100px;
}
form.contact_form select,
form.contact_form textarea,
form.contact_form input[type="text"] {
  margin: 10px 0;
}
:focus {
  outline: none !important;
}
form.contact_form select:focus,
form.contact_form textarea:focus,
form.contact_form input:focus {
  outline: none !important;
  border: 1px solid #badfe1;
  box-shadow: 0 0 4px #badfe1;
}
input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #676767;
}
input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #676767;
}
.contact_form:-ms-input-placeholder {
  color: #676767;
}
.strong {
  font-weight: bold;
}
.nav-tabs {
  border: none;
  margin-bottom: 15px;
}
.nav-tabs > li {
  margin: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li a:hover {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-bottom: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #002b3c;
}
.nav-tabs > li a:hover {
  color: #fbb800;
}
.nav-tabs > li > a {
  background: #dedede;
  border: 1px solid transparent;
  border-bottom: none;
  padding: 10px 20px;
  color: #ffffff;
}
.tab-content {
  padding: 20px;
  border: 1px solid #eeeeee;
  margin-top: -17px;
}
.dropdown_content .accordion-group {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.dropdown_content .accordion-heading > a > span.title {
  color: #fbb800;
}
.dropdown_content .accordion-heading a > span.title {
  font-size: 19px;
  font-weight: 800;
}
.dropdown_content .accordion-heading > a > .title:hover,
.dropdown_content .accordion-heading:hover a > span.title,
.dropdown_content .accordion-heading:hover,
.dropdown_content .accordion-heading:hover a > span.fa-plus {
  color: #002b3c;
}
.dropdown_content .accordion-heading a > .descr {
  font-size: 14px;
  font-weight: 100;
  color: #676767;
}
.dropdown_content .fa-plus,
.dropdown_content .fa-caret-down {
  float: right;
  font-size: 25px;
  font-weight: initial;
}
.dropdown_content .accordion-inner {
  padding-top: 20px;
}
.fa-search:before {
  color: #ffffff;
}
.input-group-btn:last-child > .btn:hover {
  background-color: #ffffff;
}
.input-group-btn:last-child > .btn:hover .fa-search:before {
  color: #fbb800;
}
.input-group-btn:last-child > .btn {
  padding: 11px 16px;
  border-color: #fbb800;
  background-color: #fbb800;
}
.search-results .result-title,
.fa-search:before {
  font-size: 19px;
}
.search-results .result-category,
.search-results .result-created {
  font-weight: 600;
}
.search-results .result-created {
  margin-bottom: 40px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #fbb800;
  border-color: #fbb800;
}
#subscribe_newsletter {
  width: 100%;
  display: inline;
  color: #ffffff;
}
#subscribe_newsletter table {
  border-collapse: inherit;
  border-spacing: 0;
}
#subscribe_newsletter table.subscribe tr td {
  padding: 5px 10px 5px 0;
  border-top: none;
}
#subscribe_newsletter table.subscribe td {
  height: 15px !important;
}
#subscribe_newsletter .submit {
  cursor: pointer;
  display: inline-block;
  background-color: transparent;
  font-size: 15px;
  line-height: normal;
  border: 2px solid #badfe1;
  border-radius: 0;
  color: #badfe1;
  padding: 5px 14px 6px;
  -webkit-transition: .1s linear all;
  -moz-transition: .1s linear all;
  -ms-transition: .1s linear all;
  -o-transition: .1s linear all;
  transition: .1s linear all;
  text-decoration: none;
}
#subscribe_newsletter .submit:hover,
.on_dark_bg:hover {
  color: #fff;
  background-color: #badfe1;
  border: 2px solid #badfe1;
}
#subscribe_newsletter input[type="text"],
#subscribe_newsletter textarea {
  box-shadow: inset 0 2px 5px 0 #F0F0F0 !important;
  box-sizing: border-box;
  padding: 5px !important;
  width: 130px;
  font-size: 13px;
}
#supermenu {
  float: right;
  display: block;
  background-color: #eee;
  border-radius: 0;
  height: 30px;
  width: 80px;
  position: relative;
  padding: 4px 0 0 10px;
  overflow: hidden;
  z-index: 999;
  margin-left: 20px;
  top: -12px;
}
@media screen and (max-width: 990px) {
  #supermenu,
  #supermenu-panel {
    display: none;
  }
}
#supermenu_module a span.menu_txt {
  color: #002b3c;
  font-size: 14px;
}
#supermenu_module a span.menu_txt:hover {
  color: #292929;
}
#supermenu:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f078";
  font-size: 14px;
  position: absolute;
  height: 16px;
  width: 16px;
  top: 8px;
  right: 10px;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #002b3c;
}
#supermenu.supermenu-opened:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#supermenu-panel {
  height: 4px;
  border-bottom: 2px solid #eee;
  background: #eee;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  position: relative;
  overflow: hidden;
  direction: ltr;
  zoom: 1;
  color: #676767;
}
#supermenu-panel:focus {
  outline: 0;
}
#supermenu-contents {
  width: 575px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: left;
  position: relative;
  display: none;
}
#supermenu-panel.open #supermenu-contents {
  display: block;
}
* html #supermenu-contents {
  zoom: 1;
}
*:first-child + html #supermenu-contents {
  zoom: 1;
}
#supermenu-contents:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#supermenu-panel #supermenu-nav,
#supermenu-panel #supermenu-nav h2 {
  margin: 0;
  padding: 0;
  color: #002b3c;
  font-style: normal;
  font-weight: normal;
  border: 0;
}
#supermenu-panel #supermenu-nav {
  float: left;
  display: inline;
  width: 960px;
  margin: 0 10px;
}
#supermenu-panel #supermenu-nav h2 {
  font-weight: bold;
  font-size: 12px;
  margin: 0 20px .4em 0;
  white-space: nowrap;
}
#supermenu-panel #supermenu-nav ul {
  margin: 0;
  padding: 0;
}
#supermenu-panel #supermenu-nav ul li {
  float: left;
  display: inline;
  list-style-type: none;
  width: 14%;
  margin: 20px 18px 20px 0;
  padding: 0;
  line-height: 1.1;
  border-right: 1px dotted #cccccc;
}
#supermenu-panel #supermenu-nav ul li.last {
  border: none;
}
* html #supermenu-panel #supermenu-nav ul li {
  margin-right: 10px;
}
#supermenu-panel #supermenu-nav ul li ul li {
  float: none;
  margin: 0;
  height: auto;
  border: 0;
}
#supermenu-panel #supermenu-nav a {
  color: #676767;
  display: block;
  padding: 4px 10px 4px 0;
  outline: 0;
}
#supermenu-panel a,
#supermenu-panel a:link,
#supermenu-panel a:visited,
#supermenu-panel a:hover,
#supermenu-panel a:active,
#supermenu-panel a:focus {
  text-decoration: none;
}
.os {
  margin-left: 50px;
}
@media screen and (max-width: 992px) {
  #submenu,
  .head-search {
    display: none;
  }
  #flag {
    top: 30px;
    right: 50px;
  }
  .feature-ct {
    padding: 40px 20px;
  }
  .text_cols .col-md-4 {
    display: initial;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .logo-image > a {
    padding-top: 15px;
    padding-left: 10px;
  }
  div.mod-languages img {
    border: none;
    width: inherit;
  }
  .t3-mainnav {
    background: #eee;
  }
  .col-sm-4 {
    min-height: 270px;
  }
  #customers .col-md-3 {
    float: left;
    width: 25%;
  }
  .banner.section_ea .feature-ct {
    margin-top: -205px !important;
  }
  .banner.section_ea {
    margin-bottom: 5px !important;
  }
  .banner.team {
    margin-bottom: 140px !important;
  }
  .banner.team .feature-ct {
    margin-top: -140px !important;
  }
  #next_event .next {
    padding: 5px 3px;
  }
  #next_event .event {
    padding: 10px 3px;
  }
}
@media screen and (max-width: 768px) {
  #socialicons,
  .subpage .item-image,
  .banner.section_ea .item-image > img,
  .row-feature.subpage,
  .row-feature.case_studies {
    display: none;
  }
  #flag {
    top: 30px;
    right: 50px;
  }
  .logo-image > a {
    padding-top: 15px;
    padding-left: 10px;
  }
  div.mod-languages img {
    border: none;
    width: inherit;
  }
  .t3-mainnav {
    background: #eee;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 20px 0 20px 40px;
  }
  .next-section .caret {
    margin-top: 36px;
  }
  .moduletable #layerslider_19 .ls-inner,
  .moduletable #layerslider_5 .ls-inner,
  .moduletable #layerslider_5 .ls-slide,
  .moduletable #layerslider_19 .ls-slide {
    min-height: 180px !important;
    height: auto;
  }
  .row-feature h2,
  .jumbotron h1 {
    font-size: 30px;
  }
  .page-masthead .jumbotron {
    padding-left: 20px;
  }
  .feature-ct {
    padding: 40px 20px;
  }
  .row-feature #layerslider_5 h2,
  .row-feature #layerslider_19 h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .brand h1 {
    font-size: 21px;
  }
  .brand p {
    font-size: 14px;
  }
  .hidden_os {
    display: block;
  }
  .col-xs-4,
  .col-xs-6 {
    width: inherit;
  }
  #customers .col-md-3 {
    width: 60%;
  }
  img {
    height: auto;
  }
  img.home_references,
  img.home_os {
    width: 99%;
  }
  .banner.section_ea .feature-ct {
    margin-top: 25px !important;
  }
  .banner.section_ea {
    margin-bottom: 0px !important;
    background-color: #007788;
    padding-bottom: 15px;
  }
  .nav-tabs > li > a {
    font-size: 10px;
    padding: 7px 10px;
  }
  .call2action a {
    font-size: 14px;
  }
  #call2action_footer {
    visibility: hidden;
  }
  #call2action_footer_content .intro {
    padding-left: 30px;
  }
  #t3-footer,
  .breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hidden-xs {
    display: block !important;
  }
  .col-xs-6 {
    min-height: 300px;
  }
}
@media (min-width: 1470px) {
  .banner .feature-ct {
    margin-top: -200px;
  }
  .banner.section_ea {
    margin-bottom: 100px !important;
  }
  .banner.section_ea .feature-ct {
    padding: 0;
    margin-top: -300px !important;
  }
  .banner.team {
    margin-bottom: 240px !important;
  }
  .banner.team .feature-ct {
    margin-top: -320px !important;
  }
}
.banner .container {
  width: 100%;
}
.banner img {
  width: 100%;
  height: 100%;
}
.banner .feature-ct {
  margin-top: -185px;
}
.banner .feature-ct {
  margin-top: -185px;
}
.banner.capella .feature-ct {
  margin-top: -290px;
}
.banner.capella_video .feature-ct {
  margin-top: -230px;
}
.banner.capella_video,
.banner.capella {
  margin-bottom: 0;
}
.banner.section_ea {
  margin-bottom: 40px;
}
.banner.section_ea .feature-ct {
  padding: 0;
  margin-top: -240px;
}
.banner.team {
  margin-bottom: 140px;
}
.banner.team .feature-ct {
  padding: 0;
  margin-top: -220px;
}
.banner {
  margin-bottom: 80px;
}
.banner .feature-ct {
  padding-top: 0;
}
.row-feature.video_section {
  padding-bottom: 0px;
}
.video_section .container {
  width: 100%;
}
.video_banner {
  height: 430px;
  position: relative;
  overflow: hidden;
}
.media,
.media video {
  width: 100%;
  height: inherit;
  background-size: cover;
}
.media video {
  width: 100%;
  height: auto;
}
.video_banner .filter {
  position: absolute;
  background: rgba(28, 62, 141, 0.55);
  top: 0%;
  width: 100%;
  height: 100%;
  text-align: center;
}
.video_banner .content-wrap {
  padding: 80px 0 0 0;
}
.video_banner .fa-play-circle-o {
  font-size: 85px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}
.row-feature.capella_video h2 a:hover {
  color: #676767;
}
.team4capella .block-center {
  margin: 0 auto;
  width: 60%;
}
.tooltip-inner {
  text-align: left;
  background-color: #007788;
}


