@charset "utf-8";

.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: 20%;
    float: left;
}

body {
	height:100%;
	padding: 0;
}

.customers h2{
	font-size: 2.5em; 
}

.paddingHeader {
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 5px;
}

p {
	font-size: 16px;
}

#equal-height {
    overflow: hidden; 
}

.equal-col {
    background:#fff;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

#outer {
	position: relative; 
	left: 0; 
	width: 80%; 
	bottom: 0;
}

#inner {
	padding-bottom: 20px; 
	margin: 0 -25px; 
	text-align: center;
	margin-top: 20px;
}

/* --- Plans ---------------------------- */

.planHeader {
    text-align: center;
    color: white;
    padding-top:0.2em;
    padding-bottom:1em;
}
.planTitle {
    font-size:1.6em;
}
.planPrice {
    font-size:1.4em;
    font-weight: bold;    
}
.planDuration {
    margin-top: -0.6em;
}

/* --- Features ------------------------- */

.featureRow {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    border: 0.1em solid rgb(163, 163, 163);
}

.featureRow > div {
    display: table;
    height: 50px;
}

.featureRow > div > p {
    /* vertical-align the text */
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    font-size: 14px;
}

@media (max-width: 767.9px) {
    .featureRow > div:first-child {
        background-color: #eee;
    }
    .featureRow > div:first-child p {
        text-align: center;
    }
}

/* --- Plan 1 --------------------------- */

.planHeader.plan1 {
    background: #4c69af;
}

/* --- Plan 2 --------------------------- */


.planHeader.plan2 {
    background: #C1D72E;
}
.planFeature {
    text-align: center;
    font-size: 2em;
}

/* --- Plan 2 --------------------------- */


.planHeader.plan3 {
    background: #262626;
}
.planFeature {
    text-align: center;
    font-size: 2em;
}

.planFeature i.check {
    padding-top: 10px;
    color: #A1C105;
}


/* vertical center modal */

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events:all;
}


/* Important part */
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    height: 320px;
    overflow-y: auto;
}

/* end */ 

#search button {
	background-color: #A1C105;
	border-color: #A1C105;
}

#cse-search-box button {
	background-color: #A1C105;
	border-color: #A1C105;
}

img {
user-drag: none; 
-moz-user-select: none; 
-webkit-user-drag: none;
}

a img:hover {
    opacity: .8;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.glyphicon-search {
	color: #fff;
	padding: 0pt;
}

.mobile_search {
	margin: 5px 0 5px 0;
}

.btn:focus {
  background-color: #A1C105 !important;
  border-width: 1px !important;
  border-color: #A1C105 !important;
  box-shadow: none !important;
  outline: 0 none !important;
}
/* flashing taglines */


#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #3087B4;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}

.carousel-inner {
	width: 100%;
}
.carousel-control.left, .carousel-control.right {
	background: none;
	border: none;

}

 a:hover, a:visited, a:focus, a:active{
	text-decoration: none !important;
}

/*end of flashing taglines*/


.search-form .form-group {
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  width: 32px;
  height: 32px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 25px;
  border: 1px solid #ccc;
}
.search-form .form-group input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display:block;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
  display: none;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
  width: 100%;
  border-radius: 4px 25px 25px 4px;
}
.search-form .form-group span.form-control-feedback {
  position: absolute;
  top: -1px;
  right: -2px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #3596e0;
  left: initial;
  font-size: 14px;
}

#custom-search-input {
  margin:0;
  margin-top: 10px;
  padding: 0;
}
 
#custom-search-input .search-query {
  padding-right: 3px;
  padding-right: 4px \9;
  padding-left: 3px;
  padding-left: 4px \9;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
 
#custom-search-input button {
  border: 0;
  background: none;
  /** belows styles are working good */
  padding: 2px 5px;
  margin-top: 2px;
  position: relative;
  left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color:#3087B4;
}
 
.search-query:focus + button {
  z-index: 3;   
}
   
/* back to top */   
   
.back-to-top {
 border-radius: 50%;
 position: fixed;
 bottom: 2em;
 right: 2em;
 text-decoration: none;
 color: white;
 background-color: #3087B4;
 padding: 1em;
 display: none;
 z-index: 100;
 text-decoration: none;
 color: #A1C105;
 /* I don't know why but the element is 58x61.5 instead of being 58x58. As a fix I just set the height here:*/
 height: 58px;
}  
 
.back-to-top span {
 font-size: 30px;
}

.search{
 position: fixed;
 top: 10%;
 right: 0;
 text-decoration: none;
 color: white;
 background-color: transparent;
 z-index: 100;
 text-decoration: none;
 color: #A1C105;
}

/*end of back to top*/

/*timeline */

#timeline {
  list-style: none;
  position: relative;
  margin-bottom: 50px;
}

#timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #4997cd;
  left: 50%;
  margin-left: -1.5px;
}

#timeline .clearFix {
  clear: both;
  height: 0;
}

#timeline .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 1.2em;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -25px;
  background-color: #4997cd;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

#timeline .timeline-badge span.timeline-balloon-date-year {
  padding-top: 20px;
  font-size: 1.1em;
  line-height: 3em;
}
#timeline .timeline-badge span.timeline-balloon-date-month {
  font-size: .7em;
  position: relative;
  top: -10px;
}
#timeline .timeline-badge.timeline-filter-movement {
  background-color: #ffffff;
  font-size: 1.7em;
  height: 35px;
  margin-left: -18px;
  width: 35px;
  top: 40px;
}
#timeline .timeline-badge.timeline-filter-movement span {
  color: #4997cd;
  font-size: 1.3em;
  top: -1px;
}
#timeline .timeline-badge.timeline-future-movement {
  background-color: #ffffff;
  height: 35px;
  width: 35px;
  font-size: 1.7em;
  top: -16px;
  margin-left: -18px;
}
#timeline .timeline-badge.timeline-future-movement span {
  color: #4997cd;
  font-size: .9em;
  top: 2px;
  left: 1px;
}
#timeline .timeline-movement {
  position: relative;
}
#timeline .timeline-movement.timeline-movement-top {
  height: 60px;
}
#timeline .timeline-movement .timeline-item {
  padding: 20px 0;
}
#timeline .timeline-movement .timeline-item .timeline-panel {
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  background-color: #FFFFFF;
  color: #666;
  padding: 10px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
#timeline .timeline-movement .timeline-item .timeline-panel .timeline-panel-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul {
  text-align: right;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li {
  color: #666;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li span.importo {
  color: #468c1f;
  font-size: 1.3em;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul {
  text-align: left;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul span.importo {
  color: #48c1f;
  font-size: 1.3em;
}

/*end of timeline*/

/*start new*/
a.btn-success{
    background: #A1C015; 
    border-color: #A1C015;
    color: #FFF;
    transition: all 0.3s ease 0s;
    border-radius: 0px;
}

a.btn-success:hover{
    background: #C1D72E; !important;
    border-color: #C1D72E;
}

a.btn-rounded{
    border-radius: 15px;
}

.carousel-control.left, .carousel-control.right{ 
    width: 0;
}

.carousel-inner img {
  margin: auto;
}

.carousel-inner {
   margin: auto;
}

body>*:not(header):not(footer) .container-fluid{
     padding-left: 0;  /*idem*/
     margin-right: auto;
     margin-left: auto;
     
}

.customer{
    height: 350px; 
    overflow: hidden;
}

.features{
     padding-bottom: 3%;
}

h1 {
    font-size: 4em !important;
    margin:0px;
}

.japanese h1 {
    font-size: 3.2em !important;
    line-height: 1.4em;
}

.japanese h3 {
    font-size: 22px !important;
}

.simple-page-title {
    padding: 20px 0;
    margin: 10px 15px 40px 15px;
    color: #222;
    border-bottom: 1px solid #eee;
}
@media only screen and (max-width: 479.9px) {
    .simple-page-title {
        margin: 10px 0 20px 0;
    }
}

.jumbotron {
    background-image: url('../common/images/jumbotron-bg.png');
    width: 100%;
    height: 400px;
    background-position: center center;     
    background-size: cover;
    overflow: visible;
}

.jumbotron .container > row{
    margin: 0 auto !important;
}

/* size of title for pages in general */
@media only screen and (max-width: 479.9px) {
    .jumbotron h1, h1.simple-page-title {
        font-size: 3em !important;
    }
}

/* size of title for pages in general */
@media only screen and (max-width: 479.9px) {
    .japanese .jumbotron h1, h1.simple-page-title {
        font-size: 2em !important;
    }
}

/* size of title for home page */
.jumbotron .carousel h1 {
    font-size: 3.5em !important;
}

/* size of title for home page and products page */
@media only screen and (max-width: 767.9px) {
    .jumbotron .carousel h1, .jumbotron center h1 {
        font-size: 3em !important;
    }
}

@media only screen and (max-width: 479.9px) {
    .jumbotron .carousel h1, .jumbotron center h1 {
        font-size: 2.5em !important;
    }
}

@media only screen and (max-width: 439.9px) {
    .jumbotron .carousel h1, .jumbotron center h1 {
        font-size: 2em !important;
    }
}

@media only screen and (max-width: 369.9px) {
    .jumbotron .carousel h1, .jumbotron center h1 {
        font-size: 1.5em !important;
    }
}

@media only screen and (max-width: 479.9px) {
    .jumbotron .btn-lg {
        font-size: 14px;
    }
}

.marketing{
    background-color: #FFF !important;
}

.marketing .col-md-3 {
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
  color: #000;
}

.marketing .col-md-3 p {
  margin-right: 10px;
  margin-left: 10px;
}

.setting{
     top: 0;
     position: fixed;
     background-color: #fff;
     height: 40px;
     width: 100%;
}

strong{
    color: #000;
}

/*end new*/

a img {
    border: 0
}

.marketing h1{

    font-size: 24pt;
}

.curved {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px
}

.curved-bottom {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
}

.curved-top {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.infobox {
    border: 1px solid #ccc;
    padding: 3px;
    background: url("../common/images/gradient.png") repeat 0 0 #fff;
    top: -1px
}

.infobox span {
    display: block;
    border-left: 5px solid #b4c91a;
    padding-left: 5px;
    text-align: left
}

.content {
    /*width: 960px;*/
     width: 100%;
    float: left
}

.content ul, .content ol {
    margin: 5px 0 5px 25px;
    padding: 0 5px;
    list-style: square outside url("../common/images/link-icon.gif")
}

.content p {
    padding: 3px 0
}

.content-header span h1 {
    font-size: 16px
}

.content-box {
    border: 1px solid #ccc;
    background: url("../common/images/gradient.png") repeat 0 0 #fff;
    padding: 2px;
    text-align: left
}

.content h1, .content h2, .content h3 {
    font-weight: bold;
    font-size: 12px
}

.site {
    color: #000;
    text-decoration: none
}
.terms {
    float: left
}

.terms ul a:link, .terms ul a:visited {
    text-decoration: none;
    color: #000
}

.terms ul a:hover, .terms ul a:active {
    text-decoration: underline;
    color: #000
}

.terms ul {
    list-style: none
}

.terms li {
    display: inline;
    padding: 0 10px;
    border-right: 1px solid #000
}

.fltrt {
    float: right
}

.fltlft {
    float: left
}

.clearfloat {
    clear: both;
    height: 0;
    line-height: 0
}

.banner img {
    border: 2px solid #b4c91a;
    margin-bottom: 10px
}

div div .content {
    width: 958px;
    border: 1px solid #ccc;
    border-top: 0;
    position: relative;
    top: -1px;
    margin: 0
}

.dropdown:hover .dropdown-menu {
   display: block;
}
.news-front {
    float: left;
    width: 230px;
    margin-right: 10px;
    font-size: 11px
}

.news-front .content {
    float: left;
    width: 228px
}

.feature-left {
    float: left;
    width: 230px;
    margin-top: 10px;
    clear: both
}

.feature-left .content {
    padding: 5px;
    width: 218px;
    height: 70px
}

.feature-right {
    float: right;
    width: 230px;
    margin-top: 10px
}

.feature-right .content {
    padding: 5px;
    width: 218px;
    height: 70px
}

.learnmore {
    text-align: right;
}

.wrapper-front {
    width: 480px;
    float: left
}

.partners-front {
    float: left;
    margin-left: 10px;
    margin-top: 10px
}

.partners-front ul {
    list-style: none outside none;
    text-align: center;
    margin: 10px 0;
    padding: 0
}

.partners-front div.content {
    width: 228px
}

.customers-front {
    width: 230px;
    float: left;
    margin-left: 10px
}

.customers-front .content {
    width: 228px;
    padding: 10px 0
}

table.customer-front tr td {
    padding: 0 5px;
    margin: 0
}


.japan p {
    text-align: left
}

.distributors {
    margin-bottom: 50px !important;
}

.distributors h1 {
    font-size: 24px
}

.distributors h2 {
    font-size: 18px
}

.distributors p {
    padding: 5px 10px 5px 0
}

.distributor-info p {
    padding: 10px
}

#index-regions h3 {
    font-size: 22px;
}

.news .content {
    width: 938px;
    padding: 10px
}

#socials {
    list-style-type: none;
    margin: 0;
    padding:0;
}

#socials li {
    padding: 2px 0;
    font-size: 16px;
}

#socials li img {
    margin-right: 5px;
}

/* Newsletter */
#mc_embed_signup form {
    margin: 0 !important;
}

#mc_embed_signup .mc-field-group {
    width: 100% !important;
}

#mc_embed_signup .indicates-required {
    margin-right: 0 !important;
    float:right;
    font-size: 12px !important;
}

#mc_embed_signup .asterisk {
    font-size: 100% !important;
    position: relative;
    top: 0 !important;
}

#mc_embed_signup #mc-embedded-subscribe {
    background: #A1C015;
    border-color: #A1C015;
    color: #FFF;
    transition: all 0.3s ease 0s;
    border-radius: 0px;
}

#mc_embed_signup #mc-embedded-subscribe:hover {
    background: #C1D72E;
    border-color: #C1D72E;
}

#mc_embed_signup label, #mc_embed_signup #mc-embedded-subscribe {
    font-size:16px;
}

.products .content {
    width: 938px;
    padding: 10px;
    min-height: 300px
}

.wrapper .content {
    width: 938px;
    padding: 10px
}

.consulting .content {
    width: 938px;
    padding: 10px
}

.company .content {
    width: 938px;
    padding: 10px
}

.contact {
    margin: 0;
}

.contact .input-group {
    margin-bottom: 2%;
}

.contact .selection {
    box-shadow: 1px 1px 1px #ccc;
    margin-bottom: 1px; /* for the shadow on the bottom */
    min-height: 135px; /* for all boxes to appear the same height by default */
    background: #e8f4b0; 
    color: #000;
    padding-bottom: 20px;
    padding-top: 0.1px; /* prevent margin collapse and medium devices */
    margin: 10px 0
}

.management .content {
    width: 938px;
    padding: 10px;
    min-height: 300px
}

.manager {
    float: left;
    border-top: #acd200 4px dotted;
    margin: 0 10px;
    padding: 0
}

.manager .name {
    float: left;
    font-size: 16px
}

.careers .content {
    width: 938px;
    padding: 10px
}

.block {
    float: left;
    padding-bottom: 10px;
    width: 100%
}

.block h1 {
    color: #42637b;
    font-size: 28px;
    margin-top: 15px;
}

.block h2 {
    color: #42637b;
    font-size: 18px
}


.blockLeft {
    float: left;
    width: 628px;
    padding-bottom: 10px
}

.blockImage {
    float: right;
    margin-top: 10px;
    margin-left: 10px;
    padding-bottom: 10px
}

.blockFull {
    float: left;
    width: 100%;
    padding-bottom: 10px
}

.privacy .content {
    width: 938px;
    padding: 10px
}

.terms .content {
    width: 938px;
    padding: 10px
}

.moreInfo .content {
    width: 916px
}

.worldmap {
    vertical-align: middle
}

div.social {
    text-align: right;
}


div.social ul li {
    display: inline;
    list-style: none outside none
}

table.contact td.right {
    text-align: right;
    width: 120px
}

iframe.contactMap {
    border: #000 1px solid
}

table.infoTable {
    width: 100%
}

table.infoTable tr th {
    width: 10%;
    border-bottom: #000 1px solid;
    padding: 5px 10px;
    vertical-align: top;
    white-space: nowrap;
    text-align: right
}

table.infoTable tr td {
    border-bottom: #000 1px solid;
    padding: 5px 10px
}

.scrollable {
    position: relative;
    overflow: hidden;
    width: 228px;
    height: 106px
}

.scrollable-widget {
    width: 186px;
    height: 256px
}

.scrollable .items {
    width: 20000em;
    position: absolute
}

.controls-widget {
    margin-top: 6px
}

a.prev {
    background: url(../common/images/customer-arrow.gif) no-repeat 0 0;
    display: block;
    width: 18px;
    height: 18px;
    float: left;
    cursor: pointer;
    font-size: 1px;
    margin: 0 5px
}

a.prev:hover {
    background-position: 0 -18px
}

a.next {
    background: url(../common/images/customer-arrow.gif) no-repeat -18px 0;
    display: block;
    width: 18px;
    height: 18px;
    float: right;
    cursor: pointer;
    font-size: 1px;
    margin: 0 5px
}

a.next:hover {
    background-position: -18px -18px
}

a.morecustomers {
    float: left;
    margin: 0;
    padding: 0;
    width: 172px;
    _width: 162px;
    text-align: center
}

a.morecustomers-widget {
    width: 130px;
    _width: 120px
}

span.mustfill {
    font-weight: bold;
    color: red
}

div.careers h2 {
    color: #42637b;
    font-size: 18px
}

table.jobs-contact {
    border: 1px solid #000;
    border-collapse: collapse;
    width: 90%;
    margin: auto
}

table.jobs-contact th {
    border: 1px solid #000;
    padding: 4px;
    text-align: left;
    vertical-align: top;
    background-color: #f0f0f0
}

table.jobs-contact td {
    border: 1px solid #000;
    padding: 4px
}

.customer-case-download {
    text-align: center;
    font-size: 16px
}

.customer-case-download a {
    display: block;
    margin-top: 20px
}

.shadow{
	box-shadow: 1px 1px 1px #ccc !important;
	background: linear-gradient(to bottom,#fff 0,#f2f2f2 100%) !important;
}

.panel-heading{
	border: none !important;
}

.japanese .panel-heading h2 {
    font-size: 24px;
}

.panel{
	border: none !important;
	box-shadow: none !important;
}

.panel-default .h1 {
      font-size: 24px;
      color: rgb(39, 54, 69);
      font-family: adelle-sans, sans-serif;
      font-weight: bold;
      font-style: normal;
      text-align: left;
}

.panel-default .h2 {
      font-size: 12px;
      color: rgb(107, 107, 106);
      font-family: adelle-sans, sans-serif;
      font-weight: bold;
      font-style: normal;
      text-align: left;
}

.panel-default .h3 {
      font-size: 11px;
      font-family: "adelle-sans", sans-serif;
      color: #273645;
      font-weight: bold;
      font-style: normal;
      text-align: left;
}

.panel-default .left{
      line-height: 1;
      padding-top: 20px;
}

.panel-default .right {
      line-height: 1;
      padding-top: 15px;
      text-align: center;
      cursor: pointer;
}

.panel-default, .panel-body {
  box-shadow: none;
  border-radius: 0px;
  color: #262626;
}

.panel-heading-sidebar.panel-default > .panel-heading-custom{
	background-image: none;
	background-color: #222;
	color: #ffffff;
}

.panel-heading-sidebar .panel-heading a:link{
	text-decoration: none;
}

.footer .list-group a{
	color: #222 !important;
}

.panel {
	border: none;
}

.panel-default > .panel-heading-sidebar{
  background-image: none;
  background-color: #262626;
  color: #ffffff;
}

.panel-heading .panel-heading-custom{
	 background-color: #262626 !important;
     color: #ffffff;
}

.panel-heading-sidebar a{
	color: #fff;
}

.panel-body a{
	color: #222;
}

.panel-body .btn{
	color: #fff !important;
}

#sButton{
	padding-top: 6px; 
	padding-bottom:6px;
}

.blackBackground{
	color: white; 
	background-color: rgba(0,0,0,0.6);
}


#myCarousel .carousel-inner {
    height: 150px;
    overflow: hidden; 
}

@media (max-width: 795.9px) {
    #myCarousel .carousel-inner {
        height: 190px;
    }
}

@media (max-width: 419.9px) {
    #myCarousel .carousel-inner {
        height: 240px;
    }
}

/* limit the width of container to 1020px on the new design to match with the Wraper site. */
.container {
    max-width: 1020px !important;
}

.container .gsc-control-cse {
    padding: 0;
    padding-bottom: 20px;
}

@media only screen and (max-width: 479.9px) {
    .container-fluid .container {
        padding-left: 5px;
        padding-right: 5px;
    }
}
