@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}


.see-project{
	border: none !important;
	padding: 0px;
  margin-top: 0px;
}

.element-buttons{
	padding-bottom: 80px;
}
/* line 68, ../sass/product-page.scss */
.element-buttons .buttons-action {
  text-align: center;
}
/* line 70, ../sass/product-page.scss */
.element-buttons .buttons-action p {
  font-size: 24px;
  color: #333333;
  margin: 50px 0px;
}
/* line 75, ../sass/product-page.scss */
.element-buttons .buttons-action button {
  display: inline-block;
  margin: 0px 30px;
  padding: 15px 20px;
  border-radius: 25px;
}
/* line 81, ../sass/product-page.scss */
.element-buttons .buttons-action button.blue {
  border: 3px solid #1b3a6a;
  color: #1b3a6a;
}
/* line 85, ../sass/product-page.scss */
.element-buttons .buttons-action button.blue:hover {
  background-color: #1b3a6a;
  color: #ffffff;
  transition: 0.3s;
}
/* line 90, ../sass/product-page.scss */
.element-buttons .buttons-action button.marine {
  color: #009ac6;
  border: 3px solid #009ac6;
}
/* line 94, ../sass/product-page.scss */
.element-buttons .buttons-action button.marine:hover {
  background-color: #009ac6;
  color: #ffffff;
  transition: 0.3s;
}
/* line 99, ../sass/product-page.scss */
.element-buttons .buttons-action button.green {
  color: #71bf44;
  border: 3px solid #71bf44;
}
/* line 103, ../sass/product-page.scss */
.element-buttons .buttons-action button.green:hover {
  background-color: #71bf44;
  color: #ffffff;
  transition: 0.3s;
}


@media screen and (max-width: 767px) {
  /* line 111, ../sass/product-page.scss */
  .element-buttons {
    padding: 40px 0px;
    text-align: center;
  }
  /* line 114, ../sass/product-page.scss */
  .element-buttons h4 {
    padding-right: 0px;
    margin-top: 30px;
  }
  /* line 119, ../sass/product-page.scss */
  .element-buttons .buttons-action button {
    margin: 15px 0px;
    padding: 0px;
    width: 100%;
    height: 55px;
  }
}


/* SUBHEAD */
.subhead-solutions{

}


/* FOOTER */
.footer-nav .box strong{
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  font-size: 16px;
}

.footer-nav .box:not(:last-child){
  float: left;
}




/* BUTTONS */
button.green,
button.blue,
button.marine{
  display: inline-block;
  margin: 0px 0px;
  padding: 15px 20px;
  border-radius: 25px;
}
button.blue {
  border: 3px solid #1b3a6a;
  color: #1b3a6a;
}
button.blue:hover {
  background-color: #1b3a6a;
  color: #ffffff;
  transition: 0.3s;
}
button.marine {
  color: #009ac6;
  border: 3px solid #009ac6;
}
button.marine:hover {
  background-color: #009ac6;
  color: #ffffff;
  transition: 0.3s;
}
button.green {
  color: #71bf44;
  border: 3px solid #71bf44;
}
button.green:hover {
  background-color: #71bf44;
  color: #ffffff;
  transition: 0.3s;
}
button.green:active,
button.green:focus {
	outline: none;
	border: none;
	background: #71bf44;
	color: #ffffff;
}
button:active,
button:focus {
	outline: none;
}

b, strong {
  font-weight: bold !important;
}

section ul{
  margin-left: 40px;
}
section li {
  margin-top: 5px;
  list-style-type: disc;
  color: #1b396a;
  font-size: 16px;
}

footer .links .menu-item-has-children{
  float: left;
  /*width: 23%;*/ /*16.66666667%;*/
  width: 20%;
  padding-right: 40px;
}

footer .links .menu-item-has-children > a{
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  font-size: 16px !important;
}


@media screen and (min-width: 768px) {
  /*
  .dropdown-menu a[title~=Overview]{
    display: none;
  }
  */
}

@media screen and (max-width: 767px) {
  img.alignright,
  img.alignleft,
  img.aligncenter,
  a img.alignright,
  a img.alignleft,
  a img.aligncenter{
    width: 100% !important;
    height: 100% !important;
  }  
  .resource {	  margin-bottom: 15px;  }  
  .AC_resource a img.aligncenter {	  width: auto !important;	  height: auto! important;  }
}


/* SINGLE */

.single-page .single-content p{
  line-height: 1.4em;
  margin-bottom: 20px;
}


/* CONTACT */

/* line 28, ../../../../../sass/contact.scss */
.contact-info {
  float: left;
  width: 100%;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 34, ../../../../../sass/contact.scss */
.contact-info .info {
  margin-bottom: 50px;
}
/* line 36, ../../../../../sass/contact.scss */
.contact-info .info h4 {
  font-size: 24px;
  font-weight: bold;
  color: #18396a;
  margin-bottom: 3px;
}
/* line 42, ../../../../../sass/contact.scss */
.contact-info .info h5 {
  font-size: 16px;
  font-weight: bold;
  color: #18396a;
  margin-bottom: 3px;
}
/* line 48, ../../../../../sass/contact.scss */
.contact-info .info p {
  font-size: 16px;
  color: #18396a;
  margin-bottom: 3px;
}
/* line 54, ../../../../../sass/contact.scss */
.contact-info h6 {
  font-size: 16px;
  color: #18396a;
  font-weight: bold;
  margin-bottom: 3px;
}
/* line 60, ../../../../../sass/contact.scss */
.contact-info input[type=text],
.contact-info input[type=email],
.contact-info input[type=tel] {
  width: 100%;
  height: 45px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #b7b7b7;
  margin-bottom: 25px;
  outline: none;
  padding-left: 8px;
}
/* line 70, ../../../../../sass/contact.scss */
.contact-info select {
  width: 100%;
  height: 45px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #b7b7b7;
  margin-bottom: 25px;
  outline: none;
}
/* line 79, ../../../../../sass/contact.scss */
.contact-info input[type=submit] {
  padding: 15px 30px;
  border: 3px solid #71bf44;
  color: #71bf44;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 25px;
  background-color: transparent;
  font-weight: bold;
  outline: none;
}
/* line 90, ../../../../../sass/contact.scss */
.contact-info input[type=submit]:hover {
  background-color: #71bf44;
  color: #ffffff;
  transition: 0.3s;
}
.contact-info h4 {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 30px;
}


.navbar-main-menu.navbar-nav:not(#menu-new-main-menu) > .menu-item,
.navbar-main-menu #lang_sel,
.language-mobile{
  display: none !important;
}
@media screen and (max-width: 767px) {
  .contact-info {
    padding: 40px 0px;
  }

  .navbar-main-menu #lang_sel{
    display: block !important;
  }
  .navbar-main-menu #lang_sel li{
    margin: 13px 0px;
  }
  .navbar-main-menu #lang_sel .icl-ja{
    padding: 13px 0px !important;
  }

  .navbar-main-menu.navbar-nav:not(#menu-new-main-menu) > .menu-item,
  .language-mobile{
    display: block !important;
  }
  
  .ACresource a img.aligncenter {
	  width: auto!important;
	  height: auto!important;
  }

}


.contact-info textarea{
  width: 100%;
  height: 150px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #b7b7b7;
  margin-bottom: 25px;
  outline: none;
  padding-left: 8px;
}





/* IFRAME CONTACT */
#pardot-form input[type=text]{
  height: 160px !important;
  border-radius: 10px !important;
}

/* MVA 02092017 */
.navigation.pagination h2 {
	display: none;
}
.fancybox-inner {
   overflow: hidden!important;
}
.fancybox-skin {
	padding: 0!important;
}
.partner-customer-img img {
	height: auto;
}
.resource {
	line-height: 1.2em;
}

/* FOR VIDEO IFRAME RESPONSIVE */
@media (max-width: 600px) {
  .video-container iframe{
    width: 100%;
    height: 31vh;
  }
}

.icl-ja{
  padding: 5px 0px !important;
}


/* FOR PAGENAVI */
.wp-pagenavi a, .wp-pagenavi span{
  border: none !important;
}

/* BLOG IMAGES */
.box-simple img.right{
  float: right;
  padding: 10px;
}

.switcher {
  margin-top: 3px;
}

/* BLOG STYLES */
section.single-page ul {
	margin-bottom: 20px;
}
section.single-page li {
	color: #000000;
	margin: 10px 0;
    list-style-type: disc;
    font-size: 16px;
	line-height: normal;
}
	section.single-page li li {
		list-style-type: circle;
	}
	section.single-page li li li {
		list-style-type: square;
	}